.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.min-width {
    min-width: 1278px;
}

.container {
    width: 1278px;
    margin: 0 auto;
    min-width: 1278px;
}

.main {

    width: 100%;
    min-width: 1278px;
}
.main .header{
    width: 100%;
    height: 280px;
    background: url(../images/top_bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
}
.top-tip {
    height: 32px;
}

.top_box {
    width: 1278px;
    margin: 0 auto;
    font-size: 15px;
    color: #444;
    line-height: 33px;
}
.top_box .left_tip {
    float: left;
    height: 33px;
    line-height: 33px;
}
.top_box .left_tip .item{
    float: left;
    height: 33px;
    line-height: 33px;
    margin-right: 10px;

}
.top_box .left_tip iframe{
    margin-top: 3px;
}
.top_box .left_tip span {
    margin-right: 10px;
}
.top_box .right_tip {
    float: right;
}
.top_box .right_tip .a {
    color: #444;
}
.top_box .right_tip .a:last-child::after {
    display: none;
}
.top_box .right_tip .a::after {
    content: "|";
    margin: 0 10px;
    position: relative;
    top: -1px;
}

.logo-search {
    padding: 60px 0;
    position: relative;
}
.logo-search .logo {
    width: 724px;
    height: 123px;
    float: left;
}
.logo-search .logo a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.logo-search .logo a img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.right_tip .search {
    float: right;
    width: 200px;
    height: 25px;
    box-sizing: border-box;
    padding-left: 10px;
    margin: 5px auto;
    background: #ffffff;
    border: 1px solid #d8d6d6;
    border-radius: 13px;
}
.right_tip .search .input {
    width: 100px;
    height: 23px;
    padding: 0;
    box-sizing: border-box;
    float: left;
    border: 0;
    background-color: transparent;
}
.right_tip .search .input:focus {
    outline: none;
}
.right_tip .search .submit {
    width: 23px;
    height: 23px;
    background: #c93332;
    border-radius: 50%;
    border: 0;
    float: right;
    margin: 0 auto;
    cursor: pointer;
}
.right_tip .search .submit img{
    width: 14px;
    height: 14px;
}
.naver{
    background: #34a962;
    width: 100%;
    height: 68px;
}
/*
.nav {
    height: 68px;
    background: #d73131;
}
*/
.nav .link {
    width: 142px;
    height: 100%;
    line-height: 68px;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}
.nav .link:hover ,.nav .link.hover {
    background: #2a9052;
}
.nav .link:hover::after,.nav .link.hover::after {
    display: none;
}
.nav .link:last-child::after {
    display: none;
}
.nav .link::after {
    width: 1px;
    content: " ";
    display: block;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

.swiper-container {
    background: #ffffff;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}
.top-news{
    background: url(../images/top_news.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    height: 200px;
}
.swiper-first {
    width: 100%;
    height: 110px;
    margin: 20px auto 0 auto;
    box-sizing: border-box;
    padding: 30px 20px;
    border-bottom: 1px dashed #bfbfbf;
}
.swiper-first .swiper_first {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.swiper-first .swiper-pagination-first {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}
.swiper-first .swiper-pagination-bullet-active {
    background: #c93332;
}
.swiper-first .headlines > p {
    text-align: center;
    font-size: 17px;
    color: #555555;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-first .headlines .icon_bar {
    width: 77px;
    height: 40px;
    display: inline-block;
}
.swiper-first .headlines .icon_bar img {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.swiper-first .headlines .text a {
    display: inline-block;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 800px;
    text-align: left;
    color: #333333;
}
.swiper-first .headlines .head-title {
    display: block;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}

.scroll-bar {
    height: 50px;
    box-sizing: border-box;
    padding: 8px 30px;
    margin: 20px auto;
    overflow: hidden;
}
.scroll-bar .icon_bar {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    background: #c93332;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}
.scroll-bar .icon_bar img {
    width: 16px;
    height: 16px;
    margin-top: 7px;
    display: inline-block;
}
.scroll-bar .scroll-box {
    float: left;
    overflow: hidden;
    width: 1045px;
    margin-left: 30px;
}


/* 本例子css */
.txtScroll-left{ width:1045px;  position:relative;}

.txtScroll-left .bd{width:1045px; overflow:hidden;    }
.txtScroll-left .bd ul{ overflow:hidden; zoom:1; }
.txtScroll-left .bd ul li{float:left;text-align:left; _display:inline;}






.scroll-bar .scroll-box .scroll-wrapper {
    white-space: nowrap;
}
.scroll-bar .scroll-box .news_a {
    height: 34px;
    line-height: 34px;
    font-size: 17px;
    color: #333333;
    white-space: nowrap;
    padding-left: 15px;
    background: url(../images/circle.png) no-repeat left center;
    margin-right: 50px;
}


.slideBox{ width: 621px; height: 402px;; overflow:hidden; position:relative;float: left; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:10px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{font-size:0px;border-radius: 5px; float:left; margin-right:5px;  width:10px; height:10px; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#d73131; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd li h3{
    background: #000;
    height: 45px;
    line-height: 45px;
    color: #fff;
    position: absolute;
    bottom:0px;
    width: 100%;
    padding-left: 20px;
    background: rgba(0,0,0,0.4);
    font-size: 16px;
    font-weight: normal;  
    box-sizing: border-box;
}
.slideBox .bd img{ width:670px; height:405px; display:block;  }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }




.swiper-tabs .tabs {
    float: left;
    margin-left: 20px;
    width: 617px;
}
.swiper-tabs .tabs .tab-btn {
    width: 143px;
    height: 51px;
    background: #f8f8f8;
    text-align: center;
    line-height: 51px;
    font-size: 20px;
    color: #333333;
    float: left;
    margin-right: 6px;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: bold;
    color: #666;
}
.swiper-tabs .tabs .tab-btn:last-child {
    margin-right: 0;
}
.swiper-tabs .tabs .tab-btn:hover, .swiper-tabs .tabs .tab-btn-active {
    background-color: #34a962;
    color: #fff;
}
.swiper-tabs .tabs .tab-btn:hover::after, .swiper-tabs .tabs .tab-btn-active::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: #34a962;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.news_ul {
    display: none;
}
.news_ul-active {
    display: block;
}
.news_ul .news_li {
    margin-top: 25px;
}
.news_ul .news_li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url(../images/icon3.png) no-repeat center center/100% 100%;
    margin-right: 14px;
}
.news_ul .news_li .list-link {
    width: 560px;
    height: 20px;
    line-height: 20px;
}

.list-link {
    display: inline-block;
    vertical-align: middle;
}
.list-link::after, .list-link::before {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.list-link .text {
    font-size: 17px;
    color: #444444;
    display: block;
    float: left;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-link .time {
    font-size: 17px;
    color: #999999;
    display: block;
    float: right;
}

.banners {
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 10px auto;
}
.banners .img {
    float: left;
    width: 401px;
    height: 85px;
    margin-right: 27px;

}
.banners .img img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banners .img:last-child {
    margin-right: 0;
}

.pd-lr-20 {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.about-introduce .about {
    float: left;
    width: 436px;
    height: 382px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
}
.about-introduce .introduce {
    float: right;
    width: 832px;
    height: 382px;
    padding-top: 20px;
    background: #ffffff;
}

.mod-head::after {
    content: "";
    display: block;
    clear: both;
    margin-top: 5px;
    width: 100%;
    height: 1px;
    background: #e7e0dc;
}
.mod-head .title {
    line-height: 36px;
    height: 36px;
    box-sizing: border-box;

    background: url(../images/shadow.png) no-repeat right 60px bottom;
}
.bg-all{
    background-position: right bottom !important;
}
.mod-head .title .title-span {
    float: left;
    font-size: 24px;
    color: #34a962;
    font-weight: bold;
}
.mod-head .title .title-span i{
    font-size: 18px;
    color: #c2c2c2;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
}
.mod-head .title .more {
    float: right;
    font-size: 15px;
    color: #999999;
    background: url(../images/plus.png) no-repeat right center;
    padding-right: 20px;
}

.nav-list .nav-a {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    display: flex;
    align-items:center;
    height: 80px;
    line-height: 80px;
    transition:all 0.2s linear; -webkit-transition:all 0.2s linear;
    background: #f3f3f3;
    border: 1px solid #e8e8e8;
    width: 185px;
}
.nav-list .nav-a:nth-child(2n+2) {
    margin-right: 0;
}
.nav-list .nav-a .icon_bar {
    box-sizing: border-box;
    display: block;
    width: 50px;
    height: 50px;
    background: #4fc2f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.nav-list .nav-a:nth-of-type(2) .icon_bar{background:#ffa727 }
.nav-list .nav-a:nth-of-type(3) .icon_bar{background:#4db7ad}
.nav-list .nav-a:nth-of-type(4) .icon_bar{background:#9acb5e }
.nav-list .nav-a:nth-of-type(5) .icon_bar{background:#9ea8db }
.nav-list .nav-a:nth-of-type(6) .icon_bar{background:#ff7043 }
.nav-list .nav-a .icon_bar img{
    width: 30px;
    height: 30px;
}
/*
.nav-list .nav-a:hover .icon_bar{
    background: #44993b;
}
*/

.nav-list .nav-a:hover{ 
    z-index:2; 
    position:relative;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.5);
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.nav-list .nav-a .text {

    font-size: 18px;
    color: #333333;
    text-align: center;
    display: block;
    font-weight: normal;
    padding: 0 20px;
}


.slideBox2{ width: 812px; height: 308px; overflow:hidden; position:relative;float: left; }
.slideBox2 .hd{ height:15px; overflow:hidden; position:absolute; bottom:10px; z-index:1;width:100%;text-align: center; }
.slideBox2 .hd ul{ overflow:hidden; zoom:1;display: inline-block;}
.slideBox2 .hd ul li{font-size:0px;border-radius: 5px; float:left; margin-right:5px;  width:10px; height:10px; background:#fff; cursor:pointer; }
.slideBox2 .hd ul li.on{ background:#d73131; color:#fff; }
.slideBox2 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox2 .bd li{ zoom:1; vertical-align:middle;position: relative; }

.slideBox2 .bd img{ width:812px; height:308px; display:block; 
                    -o-object-fit: cover;
                    object-fit: cover;  }
.slideBox2 .bd li .desc{
    width: 812px; 
    height: 308px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    flex-direction:column;
    align-items:center;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding: 0 90px;
    box-sizing: border-box;
}
.slideBox2 .bd li .desc h1{
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    background: url(../images/ku.png) no-repeat center center;
    font-size:20px;
    margin-bottom: 20px;
}
.slideBox2 .bd li .desc p{
    width: 100%;
    line-height: 28px;
    display: block;
    font-size: 16px;
}
.slideBox2 .prev,
.slideBox2 .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox2 .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox2 .prev:hover,
.slideBox2 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox2 .prevStop{ display:none;  }
.slideBox2 .nextStop{ display:none;  }





.reservoirs {
    margin-top: 10px;
    height: 245px;
}
.reservoirs .reservoir-btns {
    float: left;
    width: 195px;
    background: #fcfafa;
    box-sizing: border-box;
    height: 100%;
}
.reservoirs .reservoir-btns .btns {
    height: 196px;
    border-left: 1px solid #dfdfdf;
    overflow: hidden;
}
.reservoirs .reservoir-btns .btn-wrapper {
    width: 100%;
}
.reservoirs .reservoir-btns .btn-wrapper .name {
    width: 100%;
    height: 65px;
    border: 0;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
    background: #ffffff;
    border-bottom: 1px solid #dfdfdf;
}
.reservoirs .reservoir-btns .btn-wrapper .name:hover, .reservoirs .reservoir-btns .btn-wrapper .name-active {
    background-color: #c93332;
    color: #fff;
}
.reservoirs .reservoir-btns .btn {
    width: 100%;
    border: 0;
    height: 42px;
    background: #fcfafa;
    border-left: 1px solid #dfdfdf;
    cursor: pointer;
}
.reservoirs .reservoir-btns .btn .iconfont {
    font-size: 25px;
}
.reservoirs .reservoir-btns .btn:hover {
    color: #c93332;
}
.reservoirs .reservoir-btns .prev {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.reservoirs .reservoir-btns .next {
    border-bottom: 1px solid #dfdfdf;
}
.reservoirs .reservoir-desc.active {
    display: block;
}
.reservoirs .reservoir-desc {
    float: right;
    width: 617px;
    height: 280px;
    position: relative;
    display: none;
}
.reservoirs .reservoir-desc > img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.reservoirs .reservoir-desc .reservoir-text {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 65px 40px 0 40px;
    box-sizing: border-box;
}
.reservoirs .reservoir-desc:hover .reservoir-text{
    display: block;
}
.reservoirs .reservoir-desc .reservoir-text .reservoir-p {
    font-size: 15px;
    color: #ffffff;
    line-height: 24px;
    margin-top: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.reservoirs .reservoir-desc .reservoir-text .name {
    color: #fff;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    background: url(../images/icon11.png) no-repeat bottom center;
}
.reservoirs .reservoir-desc .reservoir-text .name .icon_bar {
    vertical-align: middle;
    display: inline-block;
}
.reservoirs .reservoir-desc .reservoir-text .name .icon_bar img {
    display: inline-block;
}
.reservoirs .reservoir-desc .reservoir-text .name .text {
    line-height: 31px;
}

.public-zone {
    margin: 10px auto;
}
.public-zone .public,
.public-zone .zone,
.public-zone .price-moni {
    padding: 20px 10px;
    box-sizing: border-box;
    background: #ffffff;
    float: left;
}
.public-zone .public,
.public-zone .zone {
    width: 436px;
    margin-right: 10px;
    height: 280px;
}
.public-zone .price-moni {
    width: 385px;
}
.mod-ul{

}
.mod-ul .mod-li {
    margin-top: 15px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}
.mod-ul .mod-li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #8d8d8d;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.mod-ul .mod-li .list-link {
    width: 100%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

.download-list .download-list-item {
    height: 50px;
    background: #fafafa;
    margin-top: 15px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 15px;
    position: relative;
}
.download-list .download-list-item span {
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
}
.download-list .download-list-item::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #36ab64;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 13px;
}
.download-list .download-a {
    float: right;
    -webkit-text-decoration: revert;
    text-decoration: revert;
    color: #4a83aa;
}

.box-moni {
    width: 100%;
    margin-top: 20px;
    height: 255px;


}
.box-moni iframe {
    width: 100%;
    height: 255px;
}

.study-exchange .study {
    float: left;
    width: 436px;
    margin-right: 10px;
    background: #ffffff;
}
.study-exchange .study,
.study-exchange .exchange {
    padding: 20px 10px;
    box-sizing: border-box;
}
.study-exchange .exchange {
    float: right;
    width: 384px;
    height: 290px;
    background: #ffffff;
}

.study-box {
    margin-top: 15px;
}
.study-box .study-img {
    float: left;
    position: relative;
    width: 280px;
    height: 224px;
}
.study-box .study-img img {
    width: 100%;
    height: 100%;
    display: block;
}
.study-box .study-img span {
    position: absolute;
    display: block;
    height: 39px;
    background: rgba(201, 51, 50, 0.5);
    text-align: center;
    line-height: 39px;
    color: #ffffff;
    bottom: 0;
    width: 100%;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
}
.study-box .mod-ul {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.study-box .mod-ul .mod-li:first-child {
    margin-top: 0;
}
.study-box .mod-ul dl.f-news{

}
dl.f-news dt{
    width:169px;
    height:120px;
    float: left;
}
dl.f-news dt img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
dl.f-news dd{
    float: right;
    width: 240px;
}
dl.f-news dd h1 a{
    display: block;
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
}
dl.f-news dd p{
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}
.exchange-box {
    margin-top: 15px;
}
.exchange-box .exch-links img{
    width: 100%;
    height: auto;
}
.exchange-box .exch-links .img-caption {
    width: 164px;
    height: 78px;
    padding: 29px 20px;
    box-sizing: border-box;
    font-size: 20px;
    color: #ffffff;
}
.exchange-box .exch-links .a {
    float: left;
    background: url(../images/img9.png) no-repeat center center/100% 100%;
}
.exchange-box .exch-links .b {
    background: url(../images/img10.png) no-repeat center center/100% 100%;
    float: right;
}
.exchange-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #36ab64;
    margin-top: 10px;
}
.exchange-box span {
    font-size: 17px;
    color: #444444;
    margin-top: 10px;
    display: block;
}

.links-x {
    height: auto;
    background: #FFF;

}
.links-x .link-center {
    padding-top: 50px;
}
.links-x .links-title {
    text-align: center;
    font-size: 24px;
    color: #666666;
    background: url(../images/bg3.png) no-repeat center center/100%;
}
.links-x .links-nav {
    margin: 20px auto;
}
.links-x .links-nav .l {
    float: left;
    width: 412px;
    height: 90px;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    text-align: center;
    margin-right: 17px;
    margin-top: 17px;
    display: block;
    overflow: hidden;
}
.links-x .links-nav .l:nth-child(3n) {
    margin-right: 0;
}
.links-x .links-nav .l img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer {
    background-color: #333;
}
.footer .footer-x {
    padding: 50px 0 60px 0;
    box-sizing: border-box;
}
.footer .connect {
    float: left;
    color: #fff;
    line-height: 30px;
}
.footer .connect a {
    color: inherit;
}
.footer .menu {
    float: left;
    margin-left: 73px;
}
.footer .menu .m {
    float: left;
    margin-right: 47px;
}
.footer .menu .m .icon_bar {
    width: 52px;
    height: 52px;
    background-color: rgba(184, 218, 255, 0.15);
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    line-height: 52px;
}
.footer .menu .m .icon_bar .iconfont {
    font-size: 20px;
}
.footer .menu .m .text {
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 12px;
}
.footer .menu .m .text a{
    color: #fff;
    display: block;
}
.footer .code {
    float: right;
}
.footer .code .code-img {
    padding: 6px;
    background-color: #fff;
}
.footer .code .code-img img {
    width: 92px;
    height: 92px;
    display: block;
}
.footer .code .t {
    font-size: 16px;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: 15px;
}

.subpage {
    background-color: #fff;
    padding: 25px 30px;
    box-sizing: border-box;
}
.subpage .head {
    height: 48px;
    background: #f4f4f4;
    margin: 30px 0;
}
.subpage .head span {
    background: #34a962;
    display: inline-block;
    padding: 0 18px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    color: #ffffff;
}

.history {
    font-size: 16px;
    color: #444444;
}
.history a {
    color: inherit;
}

.direct-library .library {
    height: 360px;
    margin-bottom: 52px;
}
.direct-library .library:last-child {
    margin-bottom: 0;
}
.direct-library .library .library-img {
    float: left;
    width: 544px;
    height: 360px;
    overflow: hidden;
}
.direct-library .library .library-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.direct-library .library .library-desc {
    float: right;
    width: 590px;
    height: auto;
	min-height:360px;
    background: url(../images/ku_bg.png) #f3f6fa no-repeat center top/100% auto;
}
.direct-library .library .library-name {
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 20px;
}
.direct-library .library .library-name .iocn_bar {
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    margin-right: 6px;
}
.direct-library .library .library-name .iocn_bar img {
    display: block;
}
.direct-library .library .library-text {
    margin-top: 20px;
    font-size: 16px !important;
    color: #333333;
    line-height: 28px;
    padding: 0 20px;
    box-sizing: border-box;
}
.direct-library .library .library-text *{
	font-size: 18px !important;
	background:none !important;
}
.box-subpage {
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid rgba(191, 191, 191, 0.5);
    margin-bottom: 60px;
}

.file-list .mod-li:nth-child(5n+5) {
    margin-bottom: 67px;
}
.file-list .mod-li:nth-child(5n+5)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(191, 191, 191, 0.5);
    position: absolute;
    bottom: -36px;
    left: 0;
}
.file-list .mod-li:nth-last-child(1){
    margin-bottom: 0px;
}
.file-list .mod-li:nth-last-child(1)::after {
    display: none;
}
.publicity-list .publicity-li {
    box-sizing: border-box;
    padding: 32px 30px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    margin-bottom: 34px;
}
.publicity-list .publicity-li:last-child {
    margin-bottom: 0;
}
.publicity-list .publicity-li p {
    font-size: 17px;
    color: #666666;
    line-height: 29px;
    margin-top: 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.publicity-list .publicity-head {
    overflow: hidden;
}
.publicity-list .publicity-head span {
    display: block;
    float: left;
    font-size: 20px;
    color: #333333;
}
.publicity-list .publicity-head .time {
    float: right;
    font-size: 17px;
    color: #999999;
}
.publicity-list .publicity-head .time .iconfont {
    color: #34a962;
    display: inline-block;
    margin-right: 10px;
}

.three-page {
    margin-top: 37px;
    padding: 46px 60px 0 60px;
    box-sizing: border-box;
    border: 1px solid rgba(191, 191, 191, 0.5);
}
.three-page .three-pag-header {
    padding-bottom: 40px;
    border-bottom: 1px solid #d5d5d5;
}
.three-page .three-pag-header h3 {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.three-page .date-source {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    color: #555555;
}
.three-page .date-source .date,
.three-page .date-source .source,
.three-page .date-source .share {
    display: inline-block;
    line-height: 21px;
    vertical-align: middle;
}
.three-page .date-source .date .t {
    color: #999999;
}
.three-page .date-source .source {
    margin: auto 20px;
}
.three-page .date-source .share .a {
    display: inline-block;
    margin-right: 18px;
}
.three-page .date-source .share .a img {
    display: block;
}

.three-page-body {
    font-size: 18px;
    color: #444444;
    line-height: 35px;
    padding: 40px 0;
}
.three-page-body img{
    max-width: 1096px;
    height: auto;
}
.subpage-tabs .subpage-tab-header {
    width: 100%;
    height: 49px;
    margin: 30px 0;
}
.subpage-tabs .subpage-tab-header .tb-button {
    width: 198px;
    height: 100%;
    background: #f0f0f0;
    float: left;
    border: 0;
    margin-right: 5px;
    font-size: 17px;
    color: #666666;
    cursor: pointer;
}
.subpage-tabs .subpage-tab-header .tb-button a{
    color: #666666;
    display: block;
    height: 49px;
    line-height: 49px;
    text-align: center;
}
.subpage-tabs .subpage-tab-header .tb-button:hover, .subpage-tabs .subpage-tab-header .tb-button-active, .subpage-tabs .subpage-tab-header .tb-button:focus {
    background-color: #34a962;
    color: #fff;
}
.subpage-tabs .subpage-tab-header .tb-button:hover a, .subpage-tabs .subpage-tab-header .tb-button-active a, .subpage-tabs .subpage-tab-header .tb-button:focus a {
    color: #fff;
}
.subpage-tabs .subpage-tab-header .tb-button:last-child {
    margin-right: 0;
}
.subpage-tabs .subpage-tab-header .tb-button:focus {
    outline: 0;
}
.subpage-tabs .subpage-tab-center {
    min-height: 450px;
    border: 1px solid rgba(191, 191, 191, 0.5);
}
.subpage-tabs .subpage-tab-center .subpage-tab-wrapper {
    width: 100%;
    height: 100%;
}
.subpage-tabs .subpage-tab-center .subpage-tab-wrapper-active {
    display: block;
}

.Leadership-info {
    box-sizing: border-box;
    padding: 35px 50px;
}

.Leadership-info .lead-list {
    width: 100%;
}
.Leadership-info .lead-list dl{
    width: 100%;
    height: 210px;
    margin-bottom: 35px;
}
.Leadership-info .lead-list dl dt{
    float: left;
    margin-right: 35px;
    width: 170px;
    height: 210px;
}
.Leadership-info .lead-list dl dd{
    float: left;
    height: 210px;
    width: 910px;
}
.Leadership-info .lead-list .lead-img {
    width: 170px;
    height: 210px;
    box-sizing: border-box;
}


.Leadership-info  .lead-img {
    background: #d6d6d6;
}
.Leadership-info  .lead-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.Leadership-info .lead-name {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
}
.Leadership-info .lead-name span{
    display: inline-block;
    background: url(../images/line.png) no-repeat left bottom -1px;
}
.Leadership-info .lead-position {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    
}

.leading-tight {
    width: 195px;
    text-align: center;
    color: #333;
    float: left;
}
.leading-tight .title-h1 {
    font-size: 24px;
}
.leading-tight .title-h2 {
    font-size: 19px;
}
.leading-tight .name a{
    color: #333;
}
.leading-tight .color-red a {
    color: #d73131;
}
.leading-tight .name {
    font-size: 16px;
    display: block;
    margin-top: 17px;
}
.leading-tight .separate {
    display: block;
    height: 1px;
    background: #dddddd;
    margin: 17px 0 19px 0;
}

.lead-desc {
    float: right;
    width: 888px;
    margin: 0 auto;
    text-align: center;
}
.lead-desc .img {
    width: 152px;
    height: 197px;
    background: #d6d6d6;
    margin: 0 auto;
    text-align: center;
}
.lead-desc .img img{
    width: auto;
    height: 100%
}
.lead-desc .lead-p {
    width: 688px;
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    margin: 40px auto;
}

.company-culture {
    box-sizing: border-box;
    padding: 30px;
    font-size: 18px;
    color: #333333;
    line-height: 35px;
}
.company-culture h1,
.company-culture h2,
.company-culture h3,
.company-culture h4,
.company-culture h5,
.company-culture h6 {
    font-weight: bold;
}
.company-culture h3{
    font-size: 30px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}
.mechanism-list {
    padding: 30px;
    box-sizing: border-box;
}
.mechanism-list h3 {
    text-align: center;
    font-size: 30px;
    color: #000000;
}
.mechanism-list .mech-list {
    margin-top: 30px;
}
.mechanism-list .mech-list li {
    float: left;
    width: 368px;
    height: 58px;
    background: #f5f5f5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 58px;
    font-size: 20px;
    color: #333333;
    margin-right: 26px;
    margin-bottom: 26px;
    box-sizing: border-box;
    padding: 0 20px;
}
.mechanism-list .mech-list li a{
    color: #333333;
    display: block;
}
.mechanism-list .mech-list li:nth-child(3n) {
    margin-right: 0;
}

.functional {
    padding: 30px;
    box-sizing: border-box;
}
.functional h3 {
    font-size: 30px;
    color: #000000;
    text-align: center;
}
.functional-ul {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 30px 55px 0 55px;
    box-sizing: border-box;
}
.functional-ul li {
    float: left;
    width: 151px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 2px 10px 0px rgba(215, 49, 49, 0.21);
    text-align: center;
    font-size: 20px;
    color: #d73131;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 27px;
    margin-bottom: 27px;
}
.functional-ul li:nth-child(6n) {
    margin-right: 0;
}

.overview {
    box-sizing: border-box;
    padding: 40px 30px;
}
.overview .overview-desc {
    width: 630px;
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 35px;
}
.overview .overview-desc p {
    margin-bottom: 26px;
}
.overview .img {
    float: right;
    width: 445px;
    height: 321px;
    overflow: hidden;
}
.overview .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact_us .contact-x {
    float: left;
    box-sizing: border-box;
    padding: 55px 30px 0 30px;
    width: 795px;
}
.contact_us .contact-x .contact-title {
    height: 102px;
    font-size: 70px;
    font-family: MyriadPro;
    font-weight: 900;
    color: #585756;
    line-height: 102px;
    background: url(../images/bg6.png) no-repeat center right/auto 100%;
}
.contact_us .contact-x .contact-title span {
    color: #d73131;
}
.contact_us .contact-x .contact-name {
    font-size: 26px;
    color: #333333;
    padding-bottom: 22px;
    border-bottom: 1px solid #d8cfcb;
    margin-top: 25px;
}
.contact_us .contact-x .contact-phone {
    font-size: 18px;
    color: #777777;
    line-height: 49px;
    margin-top: 18px;
}
.contact_us .contact-x .contact-phone p > span {
    margin-right: 20px;
}
.contact_us .contact-code {
    float: right;
    width: 420px;
    height: 511px;
    background: url(../images/bg5.png) no-repeat center center/100% 100%;
    box-sizing: border-box;
    padding: 80px 0 0 90px;
}
.contact_us .contact-code .contact-head span {
    display: block;
}
.contact_us .contact-code .contact-head .icon {
    width: 29px;
    height: 4px;
    background: #d73131;
    margin-bottom: 15px;
}
.contact_us .contact-code .contact-head .text {
    font-size: 20px;
    color: #777777;
    line-height: 30px;
}
.contact_us .contact-code .img {
    width: 144px;
    height: 144px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 26px;
}
.contact_us .contact-code .img img {
    width: 100%;
    height: 100%;
    display: block;
}


.xwd-capition{width:100%;height:118px;}
.xwd_title{font-size:26px;color:#222222;padding-top:20px;width:100%;text-align:center;}
.xwd_time{font-size:14px;color:#aaaaaa;margin-top:20px;width:100%;text-align:center;}
.xwd-content{width:100%;min-height:100px;color:#666666;font-size:14px;line-height:26px;margin-top:20px;margin-bottom:30px;}
.xwd-cut{width:100%;border-top:1px solid #ededed;height:90px;margin-bottom:30px;}
.xwd-cut a:hover{color:#c93332;}
.xwdc-left{height:100%;width:48%;float: left}
.xwdc-left>a{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;line-height:45px;}
.xwdc-right{width:48%;height:100%;float: right;}
.xwdc-right>a{display:block;width:100%;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;line-height:45px;}





.complain{height:auto; overflow:hidden; margin:0 auto 14px; min-height:300px;}
.complain .wyxx{ height:32px; text-align:right; padding:9px 0; margin-right:22px;}
.complain .wyxx a{ display:inline-block; width:88px; height:30px; background:#FFF0F1; border:1px solid #FFA2A6; text-align:center; line-height:30px; color:#A20008;}
.complain .wyxx a:hover{ background:#FFE1E3;}
.complain1,.complain2,.complain3{ font-size:16px; color:#4d4d4d; height:auto; margin-bottom:5px;height: 48px;line-height: 48px;}
.complain1 tr{ }
.complain1 tr td{ padding:0 18px;border-bottom:1px dashed #ddd;}
.complain1 .complain1a,.complain2 .complain1a{ border-bottom:none; color:#333; font-size:15px; }
.complain-tit{font-size:16px; color:#c43130; display:inline-block; width:314px; height:34px; line-height:34px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.complain2{ margin-top:20px;}
.complain1 tr a{
    display: block;
    height: 48px;
    line-height: 48px;
}
.complain2 tr td{ border:1px solid #eee; padding:0 20px;}
.complain3{ margin:45px auto 0;}
.complain3 tr td{ padding:0 9px;}
.text2{ width:248px; height:30px; border:1px solid #eee; text-indent:8px;}
.wid2{ width:620px;}
.texa1{ width:612px; height:90px;border:1px solid #eee; resize:none; padding:4px; font-size:14px; line-height:20px;}
.btn2{ width:100px; height:35px; background:url(../images/btn01.jpg) no-repeat; border:none; color:#fff; font-size:16px; cursor:pointer;}


.ad{
    width: 112px;
    height: auto;
    position: fixed;
    top: 250px;
    z-index: 10;
}
.ad .close{
    color: #a9a9a9;
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    background: rgba(255,255,255,0.1);
    text-align: center;
    cursor: pointer;
    float: right;
    border-radius: 5px 5px 0 0;
}

.ad-l{
    left: 50px;
}
.ad-r{
    right: 50px;
}
.ad img{
    width: 112px;
    height: auto;
    display: block;
}

.cate{
    width: 240px;
    height: auto;
    float: left;
}
.cate .title{
    border-top: 2px solid #d73131;
    border-bottom: 2px solid #d73131;
    color: #000;
    font-size: 22px;
    background: url(../images/cate.png) no-repeat left 20px center;
    padding-left: 50px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 3px;
}
.cate ul li a{
    display: block;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #bababa;
    padding-left: 20px;
}
.cate ul li a:hover,.cate ul li a.hover{
    color: #fff;
    background: #d73131;
}


.picScroll-left{ width:100%;  overflow:hidden; position:relative;}
		
		.picScroll-left .bd{ padding:0px;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		
		
		
		
		
.box-moni iframe::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.box-moni iframe::-webkit-scrollbar-thumb {
    background-color: #34a962;
}
.box-moni iframe::-webkit-scrollbar-track {
    background-color: #34a962;
}
		
		
		
		
		



