﻿@charset "utf-8";
/* CSS Document */
body {
    font: 12px/22px "\5B8B\4F53",arial;
    text-align: left;
    color: #333;
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}

body, div, ul, ol, li, dl, dt, dd, span, p, h1, h2, h3, h4, h5, h6, img, form, table, tr, td, th, label {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

h2, h3 {
    font-weight: 500;
    cursor: default;
}

span {
    cursor: default;
}

ul, ol, li {
    list-style-type: none;
}

select, input, label, textarea, img {
    vertical-align: middle;
    font-size: 12px;
    color: #555;
}

input {
    outline: none;
    border: none;
    background: none;
}

a {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #ba2636;
        text-decoration: none;
    }

.fa {
    font-family: arial;
}

.ft {
    font-family: tahoma;
}

.fw {
    font-family: "Microsoft YaHei";
}

.fs {
    font-family: "SimSun";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.p10 {
    padding: 10px;
    overflow: hidden;
    zoom: 1;
}

.pr10 {
    padding-right: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.ml15 {
    margin-left: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
}

.w1100 {
    width: 1100px;
    margin: 0 auto;
    zoom: 1;
}

.h80 {
    height: 80px;
}

.h100 {
    height: 100px;
}

.h50 {
    height: 50px;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.cl {
    clear: both;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="number"], select, textarea {
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: normal;
    color: #424242;
    font-size: 0.8rem;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-user-select: text;
    user-select: text;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.header {
    background: #fff;
    height: 100px;
    position: relative;
    width:100%;
    min-width:1280px;
}

    .header .logo {
        float: left;
        margin: 15px 0 0 75px;
    }

        .header .logo img {
            display: block;
            height: 60px;
        }

    .header .nav {
        float: left;
        margin: 25px 0 0 80px;
    }

        .header .nav ul {
            margin-left: -29px;
        }

            .header .nav ul li {
                float: left;
                font-size: 18px;
                line-height: 40px;
                position: relative;
                font-weight: bold;
            }

                .header .nav ul li.hover {
                    background-color: #bcaa83;
                    color: #fff;
                }

                    .header .nav ul li.hover a.first {
                        color: #fff;
                    }

                        .header .nav ul li.hover a.first:hover {
                            color: #fff;
                        }

                .header .nav ul li a.first {
                    color: #030303;
                    display: block;
                    padding: 0 29px;
                }

                    .header .nav ul li a.first:hover,
                    .header .nav ul li.home a.first {
                        color: #a40000;
                    }

                .header .nav ul li.on a.first {
                    background: #bcaa83;
                    color: #fff;
                }

                .header .nav ul li.on a.first {
                    color: #fff;
                }

                .header .nav ul li .secondMenu {
                    position: absolute;
                    background: rgba(214,207,191,0.8);
                    width: 100%;
                    display: none;
                    z-index: 8;
                }

                    .header .nav ul li .secondMenu a {
                        font-size: 14px;
                        color: #fff;
                        text-align: center;
                        line-height: 38px;
                        height: 38px;
                        overflow: hidden;
                        display: block;
                        font-weight: normal;
                    }

                        .header .nav ul li .secondMenu a.cur,
                        .header .nav ul li .secondMenu a:hover {
                            color: #bcaa83;
                        }

    .header .searchbar {
        float: right;
        margin: 22px 95px 0 10px;
    }

        .header .searchbar .txt {
            width: 200px;
            height: 40px;
            line-height: 40px;
            border: #828080 1px solid;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            float: left;
            padding: 0 10px;
        }

        .header .searchbar .btn {
            width: 48px;
            height: 40px;
            line-height: 40px;
            border: #828080 1px solid;
            float: right;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            background: url(../images/ico-search.png) center center no-repeat;
            background-size: 26px;
            cursor: pointer;
        }

.indexbanner .swiper-slide,
.indexbanner .swiper-wrapper {
    height: 624px;
    overflow: hidden;
}

.indexbanner .arrow-left {
    background: url(../images/prevbtn.png) center center no-repeat rgba(0,0,0,.35);
    background-size: 48px;
    display: block;
    width: 72px;
    height: 132px;
    position: absolute;
    top: 250px;
    left: 30px;
}

.indexbanner .arrow-right {
    background: url(../images/nextbtn.png) center center no-repeat rgba(0,0,0,.35);
    background-size: 48px;
    display: block;
    width: 72px;
    height: 132px;
    position: absolute;
    top: 250px;
    right: 30px;
}

.index-nav {
    margin-top: -200px;
    position: relative;
    z-index: 8;
    height: 200px;
    overflow: hidden;
    background-color:rgba(255,255,255,0.8);
}

    .index-nav ul {
        width: 1200px;
        margin: 20px auto 0 auto;
    }

        .index-nav ul li {
            float: left;
            margin: 0 40px 0 30px;
        }

            .index-nav ul li .ico {
                width: 131px;
                height: 150px;
                display: block;
                margin-right: 30px;
            }

            .index-nav ul li .text {
                width: 165px;
                overflow: hidden;
                margin: 40px 0 0 0;
                text-align: center;
            }

                .index-nav ul li .text h3 a {
                    font-size: 18px;
                    line-height: 22px;
                    height: 22px;
                    overflow: hidden;
                    color: #d60000;
                }

                .index-nav ul li .text p {
                    font-size: 14px;
                    line-height: 18px;
                    color: #b0b0b0;
                    margin: 5px 0 0 0;
                }

.footer {
    background: #bcaa83;
    padding: 25px 0;
    overflow: hidden;
    text-align: center;
    width:100%;
    min-width:1280px;
}

    .footer p span {
        margin: 0 5px;
        color: #fff;
    }

.newsbanner {
    width: 838px;
    height: 232px;
    margin: 0 auto 40px auto;
}

    .newsbanner img {
        width: 838px;
        height: 232px;
        display: block;
    }

.newslist {
    width: 838px;
    margin: 0 auto;
}

    .newslist ul li {
        background: #bcaa83;
        width: 838px;
        height: 168px;
        margin-bottom: 10px;
    }

        .newslist ul li .time {
            background: #fff;
            width: 138px;
            height: 72px;
            margin: 15px;
            float: left;
            text-align: center;
            padding: 32px 0;
        }

            .newslist ul li .time span {
                color: #050505;
                font-size: 48px;
                display: block;
                line-height: 50px;
            }

            .newslist ul li .time p {
                color: #050505;
                font-size: 18px;
                display: block;
                line-height: 22px;
            }

        .newslist ul li .text {
            margin: 30px 45px;
            height: 72px;
            overflow: hidden;
            line-height: 24px;
            font-size: 18px;
            color: #fff;
            float: left;
        }

            .newslist ul li .text a {
                color: #fff;
            }

    .newslist .more {
        background: #bcaa83;
        text-align: center;
        height: 76px;
        margin: 30px 0;
    }

        .newslist .more img {
            width: 60px;
            height: 60px;
            margin: 8px 0;
            display: inline-block;
        }

.article {
    width: 100%;
    margin: 0 auto;
    background-color: #bcaa83;
    margin-bottom: 5px;
    position: relative;
    min-width: 1280px;
    min-height:400px;
}

    .article .content {
        width: 1003px;
        padding: 100px;
        font-size: 18px;
        color: #fff;
        line-height: 160%;
        margin-left: auto;
        margin-right: auto;
    }

        .article .content img {
            max-width: 640px;
        }

    .article .menu {
        width: 160px;
        background: rgba(255,255,255,0.6);
        border-radius: 10px;
        border: 2px solid #fff;
        position: absolute;
        left: 50px;
        top: 50px;
    }

        .article .menu li {
            height: 35px;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            line-height: 35px;
            border-bottom: 1px dotted #fff;
        }

            .article .menu li:first-child {
                border-radius: 10px 10px 0 0;
            }

            .article .menu li:last-child {
                border-radius: 0px 0px 10px 10px;
            }

            .article .menu li.active {
                background-color: #bcaa83;
            }

            .article .menu li a {
                color: #fff;
            }

    .article .list {
        width: 1003px;
        padding: 100px;
        margin-left: auto;
        margin-right: auto;
        padding-top:10px;
        padding-bottom:10px;
    }

        .article .list li {
            width: 300px;
            height: 380px;
            background-color: rgba(255,255,255,1);
            float: left;
            margin: 15px;
            overflow: hidden;
            position: relative;
        }

            .article .list li img {
                width: 300px;
                height: 160px;
                background-size: cover;
            }

            .article .list li h3 {
                text-align: center;
                font-size: 20px;
                padding-left: 10px;
                padding-right: 10px;
                height: 50px;
                line-height: 50px;
            }

            .article .list li p {
                padding-left: 20px;
                padding-right: 20px;
                font-size: 16px;
                line-height: 160%;
                text-indent: 2em;
                text-align: justify;
                color: #7b7f86;
                display: -webkit-box;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 5;
                white-space: inherit;
                word-wrap: break-word;
                word-break: break-all;
                overflow: hidden;
            }

            .article .list li a.more {
                font-size: 14px;
                position: absolute;
                bottom: 10px;
                right: 20px;
                color: #bcaa83;
                font-weight: normal;
            }
    .article .list-text {
        width: 1003px;
        padding: 100px;
        margin-left: auto;
        margin-right: auto;
        padding-top:10px;
        padding-bottom:10px;

    }
        .article .list-text li {
            height: 80px;
            padding:10px;
            background-color: rgba(255,255,255,0.9);
            border:1px solid #fff;
            border-radius:5px;
            position:relative;
        }
            .article .list-text li h3 {
                font-size:18px;
                font-weight:bold;
                color:#000;
                padding-top:5px;
                padding-bottom:5px;
            }
            .article .list-text li p {
                text-indent:2em;
                font-size: 12px;
                line-height: 160%;
                text-indent: 2em;
                text-align: justify;
                color: #7b7f86;
                display: -webkit-box;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                white-space: inherit;
                word-wrap: break-word;
                word-break: break-all;
                overflow: hidden;
            }
            .article .list-text li a.more{
                position:absolute;
                right:10px;
                bottom:5px;
            }
.organization {
    width: 1100px;
    margin: 0 auto;
}

    .organization img {
        max-width: 1100px;
        display: block;
    }

.aboutpage {
    background: url(../images/aboutpic.jpg) center 0 no-repeat;
    background-size: 1694px;
    height: 852px;
}

    .aboutpage .aboutcon {
        width: 408px;
        height: 656px;
        background: rgba(8,179,209,0.62);
        position: absolute;
        left: 50%;
        margin-left: -590px;
    }

        .aboutpage .aboutcon .textbox {
            bottom: 0;
            left: 0;
        }

            .aboutpage .aboutcon .textbox h3 {
                color: #fff;
                font-size: 48px;
                line-height: 50px;
                margin: 0 15px 15px 15px;
            }

            .aboutpage .aboutcon .textbox p {
                font-size: 16px;
                line-height: 36px;
                color: #fff;
                margin: 0 15px;
            }

            .aboutpage .aboutcon .textbox a.more {
                display: block;
                height: 48px;
                margin: 50px 0 0 0;
                background: #bcaa83;
                font-size: 30px;
                color: #fff;
                text-align: center;
                line-height: 48px;
            }

.matrix,
.honorpage {
    background: #bcaa83;
    height: 852px;
    margin: 0 100px;
    overflow: hidden;
}

.matrixcon {
    background: url(../images/matrix-bg.png) 0 0 no-repeat;
    background-size: 750px;
    height: 480px;
    width: 750px;
    margin: 180px auto 0 auto;
}

    .matrixcon ul {
        margin: 20px 0 0 -68px;
        overflow: hidden;
    }

        .matrixcon ul li {
            float: left;
            width: 180px;
            height: 180px;
            margin-top: 20px;
            margin-bottom: 64px;
            margin-left: 88px;
        }

            .matrixcon ul li label {
                display: block;
                font-size: 20px;
                color: #bcaa83;
                text-align: center;
                margin: 30px 0 10px 0;
            }

            .matrixcon ul li img {
                width: 60px;
                height: 60px;
                display: block;
                margin: 0 auto;
            }

            .matrixcon ul li.bot img {
                margin: 50px auto 10px auto;
            }

            .matrixcon ul li.bot label {
                margin: 0;
            }

.honorpage {
    position: relative;
}

    .honorpage h3 {
        color: #fff;
        font-size: 60px;
        line-height: 70px;
        text-align: right;
        margin: 50px 110px 150px 110px;
    }

.honorswiper {
    margin: 0 220px;
}

    .honorswiper .swiper-slide,
    .honorswiper .swiper-wrapper {
        height: 582px;
        overflow: hidden;
    }

        .honorswiper .swiper-slide .honor-line {
            background: url(../images/honor-line.png) 0 0 no-repeat;
            background-size: 15px;
            width: 15px;
            height: 504px;
            float: left;
            margin: 78px 15px 0 0;
        }

        .honorswiper .swiper-slide .box {
            float: left;
        }

            .honorswiper .swiper-slide .box img {
                width: 250px;
                height: 170px;
                display: block;
                margin-bottom: 80px;
            }

            .honorswiper .swiper-slide .box p {
                color: #fff;
                font-size: 24px;
                line-height: 32px;
                text-align: center;
                width: 200px;
                margin: 0 auto;
            }

.honorpage .arrow-left {
    background: url(../images/arrow-lf.png) 0 0 no-repeat;
    background-size: 100px;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 460px;
    left: 30px;
}

.honorpage .arrow-right {
    background: url(../images/arrow-rg.png) 0 0 no-repeat;
    background-size: 100px;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 460px;
    right: 30px;
}

@media screen and (max-width: 1860px) {
    .header .logo {
        margin-left: 20px;
    }

    .header .nav {
        margin: 25px 0 0 30px;
    }

    .header .searchbar {
        margin-right: 20px;
    }

        .header .searchbar .txt {
            width: 140px;
        }
}


.sky {
    height: 500px;
    width: 100%;
    min-width:1280px;
    /*background: #007fd5;*/
    position: absolute;
    top: 100px;
    left: 0px;
    overflow: hidden;
    z-index: 6;
    /*
  -webkit-animation: sky_background 50s ease-out infinite;
  -moz-animation: sky_background 50s ease-out infinite;
  -o-animation: sky_background 50s ease-out infinite;
  animation: sky_background 50s ease-out infinite;
  */
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .sky .clouds_one {
        background: url("../images/cloud_one.png");
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 300%;
        -webkit-animation: cloud_one 50s linear infinite;
        -moz-animation: cloud_one 50s linear infinite;
        -o-animation: cloud_one 50s linear infinite;
        animation: cloud_one 50s linear infinite;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .sky .clouds_two {
        background: url("../images/cloud_two.png");
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 300%;
        -webkit-animation: cloud_two 75s linear infinite;
        -moz-animation: cloud_two 75s linear infinite;
        -o-animation: cloud_two 75s linear infinite;
        animation: cloud_two 75s linear infinite;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .sky .clouds_three {
        background: url("../images/cloud_three.png");
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 300%;
        -webkit-animation: cloud_three 100s linear infinite;
        -moz-animation: cloud_three 100s linear infinite;
        -o-animation: cloud_three 100s linear infinite;
        animation: cloud_three 100s linear infinite;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

@-webkit-keyframes sky_background {
    0% {
        background: #007fd5;
        color: #007fd5;
    }

    50% {
        background: #000;
        color: #a3d9ff;
    }

    100% {
        background: #007fd5;
        color: #007fd5;
    }
}

@-moz-keyframes sky_background {
    0% {
        background: #007fd5;
        color: #007fd5;
    }

    50% {
        background: #000;
        color: #a3d9ff;
    }

    100% {
        background: #007fd5;
        color: #007fd5;
    }
}

@keyframes sky_background {
    0% {
        background: #007fd5;
        color: #007fd5;
    }

    50% {
        background: #000;
        color: #a3d9ff;
    }

    100% {
        background: #007fd5;
        color: #007fd5;
    }
}

@-webkit-keyframes cloud_one {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

@-moz-keyframes cloud_one {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

@keyframes cloud_one {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

@-webkit-keyframes cloud_two {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

@-moz-keyframes cloud_two {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

@keyframes cloud_two {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

@-webkit-keyframes cloud_three {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

@-moz-keyframes cloud_three {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

@keyframes cloud_three {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}

/*分页*/
.page {
    padding: 5px;
	height:30px;
	padding-left:30%;
}

.paginator a {
    padding: 1px 6px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
    margin-right: 2px;
}

    .paginator a:visited {
        padding: 1px 6px;
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
    }

.paginator .cpb {
    padding: 1px 6px;
    font-weight: bold;
    font-size: 13px;
    border: none;
}

.paginator a:hover {
    color: #fff;
    background: #ffa501;
    border-color: #ffa501;
    text-decoration: none;
}

.anpager {
    font-size: 14px;
}

.anpager .cpb {
	border: 1px solid #fff;
	color:#bcaa83;
	font-weight: bold;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	 background-color: rgba(255,255,255,0.8);
}

.anpager a {
	border: 1px solid #fff;
    background-color:#fff;
	color:#bcaa83;
	text-decoration: none;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	display: block;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}

.anpager a:hover {
background: #1F3A87 none repeat scroll 0 0;
border: 1px solid #1F3A87;
color: #FFFFFF;
line-height: 28px;
}

.anpager a.sort_1 {
background: url("../Images/icon_sort.gif") no-repeat scroll 0 0 transparent;
}

.anpager a.sort_1:hover {
	background: url("../Images/icon_sort.gif") no-repeat;
}

.anpager a.sort_2 {
background: url("../Images/icon_sort.gif") no-repeat scroll right top transparent;
}

.anpager a.sort_2:hover {
	background: url("../Images/icon_sort.gif") no-repeat right top;
}


/*end: pager style*/