@charset "UTF-8";
/*@font-face {*/
/*  font-family: "Century Gothic";*/
/*  src: url("../fonts/Century Gothic.woff2") format("woff2"),*/
/*       url("../fonts/Century Gothic.woff") format("woff"),*/
/*       url("../fonts/Century Gothic.ttf") format("truetype"),*/
/*       url("../fonts/Century Gothic.eot") format("embedded-opentype"),*/
/*       url("../fonts/Century Gothic.svg") format("svg");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
@font-face {
  font-family: "CenturyGothicStd-Bold";
  src: url("../fonts/CenturyGothicStd-Bold.woff2") format("woff2"),
       url("../fonts/CenturyGothicStd-Bold.woff") format("woff"),
       url("../fonts/CenturyGothicStd-Bold.ttf") format("truetype"),
       url("../fonts/CenturyGothicStd-Bold.eot") format("embedded-opentype"),
       url("../fonts/CenturyGothicStd-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AVANTGA2";
  src: url("../fonts/AVANTGA2.woff2") format("woff2"),
       url("../fonts/AVANTGA2.woff") format("woff"),
       url("../fonts/AVANTGA2.ttf") format("truetype"),
       url("../fonts/AVANTGA2.eot") format("embedded-opentype"),
       url("../fonts/AVANTGA2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar {
  	width: 6px;
	height:6px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #004098;
  /*border-radius: 4px;*/
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #004098;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #004098;
}

@media (min-width: 768px) {
  html {
    font-size: 28px!important;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 30px!important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 34px!important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px!important;
  }
}
/* 重置表单样式 */
select::-ms-expand { display: none; }
input,select,textarea{
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance:none;  
    padding: 0;
}
textarea{
	resize: none;
}
select::-ms-expand { display: none; }
/* 更改placeholder颜色 */
input::-webkit-input-placeholder{
    color:#888;  
}  
input:-moz-placeholder{
    color:#888;
}  
input::-moz-placeholder{
    color:#888;
}  
input:-ms-input-placeholder {
    color:#888;
}  

textarea::-webkit-input-placeholder{
    color:#888;  
}  
textarea:-moz-placeholder{
    color:#888;
}  
textarea::-moz-placeholder{
    color:#888;
}  
textarea:-ms-input-placeholder {
    color:#888;
}
body{
    overflow: hidden;
}
.header-view{
	padding:0 3.3854%;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,.2);
    z-index: 90;
    box-shadow: 0 5px 10px rgba(195, 195, 195, .16);
}
header .search-btn{
    float: right;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/search-btn.png');
    margin-top: 1rem;
    margin-left: 2.25rem;
}
header .lang{
    float: right;
    font-size: 18px;
    line-height: .55rem;
    color: #999;
    font-family: arial;
    margin-top: .9rem;
}
header .divide{
    float: right;
    width: 1px;
    height: 12px;
    background-color: #ccc;
    margin: 1rem 20px 0 ;
}
header .logo{
    float: left;
    width: 8.75rem;
    margin-top: .5rem;
}
header .logo img{
    max-width: 100%;
}
header .logo-text{
    display: none;
}
header .pc-nav{
    float: right;
    font-size: 0;
}
header .pc-nav li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 1.75rem;
    position: relative;
}

header .pc-nav li .tit{
    display: block;
    font-size: .5rem;
    line-height: 2.5rem;
    height: 2.5rem;
    position: relative;
    padding: 0 .25rem;
    color: #fff;
    /*font-weight: bold;*/
    transition: all .2s;
}
header .pc-nav li .tit:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #004098;
    transform-origin: right center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
}
header .pc-nav li .navson{
    position: absolute;
    left: -.25rem;
    top: 2.5rem;
    width: 3rem;
    padding: .2rem 0;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    border-radius: 8px;
    display: none;
}
header .pc-nav li:nth-child(3) .navson{
    width: 4.6rem;
}
header .pc-nav li .navson a{
    font-size: .35rem;
    line-height: .8rem;
    display: block;
    padding: 0 .5rem;
    color: #333;
    transition: all .2s;
}
header .pc-nav li.cur .tit{
    color: #004098;
}
header .pc-nav li.cur .tit:before{
    transform-origin: left center;
    transform: scaleX(1);
}
.m-nav{
    display: none;
}

.banner.m-img{
	display: none;
}
.banner .swiper-slide {
    min-height:600px;
}
/* header end */
footer{
    background-color: #004098;
}
footer .top-box{
    padding: 2rem 0 1.75rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .top-box .left{
    /*float: left;*/
    /*width: 30%;*/
}
footer .top-box .f-logo{
    width: 8.5rem;
    margin-bottom: 0.625rem;
}
footer .top-box .f-logo img{
    width: 100%;
}
footer .top-box .f-contact{
    /*padding-left: 15%;*/
    /*margin-top: .625rem;*/
    /*float:left;*/
    /*width:40%;*/
}
footer .top-box .f-contact .item{
    font-size: .35rem;
    line-height: .6rem;
    margin-bottom: .625rem;
    padding-left: .75rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .45rem;
    color: #fff;
    /*font-weight: bold;*/
}
footer .top-box .f-contact .item:nth-child(1){
    background-image: url('../images/f-contact-icon1.png');
}
footer .top-box .f-contact .item:nth-child(2){
    background-image: url('../images/f-contact-icon2.png');
}
footer .top-box .f-contact .item:nth-child(3){
    background-image: url('../images/f-contact-icon3.png');
}
footer .top-box .f-contact .item:nth-child(4){
    background-image: url('../images/f-contact-icon4.png');
}
footer .top-box .f-nav{
    /*float: right;*/
    /*width: 30%;*/
    font-size: 0;
    
}

footer .f-nav{
    position: relative;
}
footer .f-nav h2{
    margin-bottom:.5rem;
    font-weight: bold;
    color:#fff;
    font-size:.5rem;
}
footer .f-nav .line-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
footer .f-nav .line-box .line{
    position: absolute;
    top: 0;
    width: 1px;
    /*height: 100%;*/
    height:20px;
    background-color: rgba(255, 255, 255, .1);
}
footer .f-nav .line-box .line:nth-child(1){
    left: 0;
}
footer .f-nav .line-box .line:nth-child(2){
    left: 25%;
}
footer .f-nav .line-box .line:nth-child(3){
    left: 50%;
}
footer .f-nav .line-box .line:nth-child(4){
    left: 75%;
}
footer .f-nav .line-box .line:nth-child(5){
    left: 100%;
}
footer .f-nav ul{
    position: relative;
    z-index: 3;
    /*float:left;*/
    /*margin-right:24%;*/
    text-align: left;
}
footer .f-nav li{
    display: block;
    zoom: 1;
    /*width: 25%;*/
    box-sizing: border-box;
    margin-bottom: .625rem;
    vertical-align: top;
}
footer .f-nav li a{
    display: block;
}
footer .f-nav li .tit{
    font-size: .40rem;
    color: #fff;
    /*font-weight: bold;*/
    line-height: .55rem;
}
footer .f-nav li .navson{
    margin-top: .5rem;
}
footer .f-nav li .navson a{
    font-size: .35rem;
    line-height: .5rem;
    margin-bottom: .25rem;
    color: #fff;
white-space: nowrap;
}
footer .bottom-box{
    padding: .375rem 0 .5rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
footer .bottom-box .copy{
    float: left;
    font-size: .35rem;
    line-height: .45rem;
    color: #fff;
}
footer .bottom-box .copy br{
    display: none;
}
footer .bottom-box .right{
    float: right;
    font-size: 0;
    margin-right: .375rem;
}
footer .bottom-box .right .build,
footer .bottom-box .right .build a,
footer .bottom-box .right .share-box{
    display: inline-block;
    zoom: 1;
    font-size: .35rem;
    line-height: .45rem;
    color: #fff;
    vertical-align: top;
}
footer .bottom-box .right .share-box{
    margin-left: .75rem;
}
footer .bottom-box .right .share-box span,
footer .bottom-box .right .share-box .share{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
footer .bottom-box .right .share-box .share{
    font-size: 0;
}
footer .bottom-box .right .share-box a{
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
    width: .45rem;
    height: .375rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
footer .bottom-box .right .share-box .bds_weixin{
    background-image: url('../images/share-icon1.png');
}
footer .bottom-box .right .share-box .bds_tsina{
    background-image: url('../images/share-icon2.png');
    margin-left: .375rem;
}
/* footer end */
.sub-banner{
    position: relative;
}
.sub-banner img{
    width: 100%;
}
.sub-banner .m-img{
    display: none;
}
.sub-banner .text-box{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(calc(-50% + 1.25rem));
    text-align: center;
    color: #fff;
}
.sub-banner .text-box .en{
    font-size: 1.8rem;
    line-height: 1.9rem;
    font-family: "Century Gothic";
    font-weight: bold;
    text-transform: uppercase;
}
.sub-banner .text-box .cn{
    font-size: 1.05rem;
    line-height: 1.15rem;
    margin-top: .25rem;
}
.view{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 5%;
}
.sub-nav-box{
    padding: .45rem 0;
    background-color: #f8f8f8;
}
.sub-nav{
    font-size: 0;
    float: right;
    max-width:60%;
}
.sub-nav a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 1.15rem;
    line-height: 1.15rem;
    padding: 0 1rem;
    font-size: .45rem;
    color: #333;
    margin-right: 5px;
    border-radius: .575rem;
    transition: all .2s;
}
.sub-nav a.cur{
    background-color: #004098;
    color: #fff;
}
.sub-nav-box .bread{
    float: left;
    font-size: .25rem;
    line-height: 1.15rem;
    padding-left: .75rem;
    background-repeat: no-repeat;
    background-position: left 45%;
    background-image: url('../images/position.png');
    background-size: .35rem;
    color:#666;
}
.sub-nav-box .bread a,
.sub-nav-box .bread span{
    display: inline-block;
    zoom: 1;
    font-size: .45rem;
    color: #666;
    transition: all .2s;
}
.sub-nav-box .bread .divide{
    margin: 0 .25rem;
    color: #aaaaaa;
}
.sub-nav-box .bread a.cur{
    color: #004098;
}
.contact-box{
}
.contact-box .left{
    float: left;
    width: 24.3%;
    padding: 3rem 0 1.625rem;
}

.sub-tit{
    color: #000;
}
.sub-tit .cn{
    font-size: .6rem;
    line-height: .7rem;
}
.sub-tit .en{
    font-size: 1.2rem;
    line-height: 1.3rem;
    font-family: arial;
    font-weight: bold;
    margin-top: .25rem;
}
.contact-box .left .con-box{
    margin-top: 1.5rem;
    padding-left: .375rem;
}
.contact-box .left .con-box .item{
    font-size: .4rem;
    line-height: .6rem;
    padding-left: 1rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .6rem;
    color: #575757;
    margin-bottom: .5rem;
}

.contact-box .left .con-box .item:nth-child(1){
    background-image: url('../images/contact-icon1.png')
}
.contact-box .left .con-box .item:nth-child(2){
    background-image: url('../images/contact-icon2.png')
}
.contact-box .left .con-box .item:nth-child(3){
    background-image: url('../images/contact-icon3.png')
}
.contact-box .left .con-box .item:nth-child(4){
    background-image: url('../images/contact-icon4.png')
}
.contact-box .form-wrap{
    float: right;
    padding: 3rem 0 1.625rem;
    width: 60.07%;
}
.contact-box .form-box{
    
    width: 100%;
    box-sizing: border-box;
    padding: 1.25rem 1.875rem 2.5rem;
    background-size: cover;
    background-image: url('../images/form-bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.contact-box .form-box .tit{
    font-size: .65rem;
    color: #fff;
    line-height: .75rem;
}
.contact-box .form-box .form{
    margin-top: 1rem;
}
.contact-box .form-box .form input[type=text]{
    float: left;
    width: 43.75%;
    margin-bottom: .75rem;
}
.contact-box .form-box .form input[type=text]:nth-child(2n){
    float: right;
}
.contact-box .form-box .form input[type=text],
.contact-box .form-box .form textarea{
    font-size: .45rem;
    padding: .25rem 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    height: .75rem;
    line-height: .75rem;
    color: #fff;
}
.contact-box .form-box .form textarea{
    width: 100%;
    height: 2.25rem;
    margin-bottom: 1.25rem;
}
.contact-box .form-box .form .check input{
    margin-bottom: 0;
    float: left;
    width: 60%;
}
.contact-box .form-box .form .check img{
    float: right;
    height: 1.25rem;
    width: 30%;
}

.contact-box .form-box .form input[type=text]::-webkit-input-placeholder{
    color:#fff;  
}  
.contact-box .form-box .form input[type=text]:-moz-placeholder{
    color:#fff;
}  
.contact-box .form-box .form input[type=text]::-moz-placeholder{
    color:#fff;
}  
.contact-box .form-box .form input[type=text]:-ms-input-placeholder {
    color:#fff;
}  

.contact-box .form-box .form textarea::-webkit-input-placeholder{
    color:#fff;  
}  
.contact-box .form-box .form textarea:-moz-placeholder{
    color:#fff;
}  
.contact-box .form-box .form textarea::-moz-placeholder{
    color:#fff;
}
.contact-box .form-box .form textarea:-ms-input-placeholder {
    color:#fff;
}
.contact-box .form-box .form .check{
    float: left;
    width: 43.75%;
}
.contact-box .form-box .form .submit-box{
    float: right;
    width: 43.75%;
}
.contact-box .form-box .form .submit-box input[type=submit]{
    width: 4rem;
    height: 1.25rem;
    border-radius: .625rem;
    background-color: transparent;
    border: 1px solid #fff;
    color: #f6f6f6;
    font-size: .4rem;
}
.talent-box{
    text-align: center;
    padding: 3rem 0 1rem;
    background-position: bottom center;
    background-size: 100%;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
}
.pub-con{
    font-size: .4rem;
    line-height: .75rem;
    color: #666;
    text-align: left;
}
.talent-box .txt{
    width: 60.4%;
    margin: .75rem auto 0;
}
/* contact end */
.index-page header{
    left: 2.75rem;
    width: calc(100% - 2.7rem);
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid rgba(255,255,255,.1);
    transition: all .2s;
}
.index-page .header-view{
    padding: 0 .625rem;
}
.index-page header .logo{
    display: none;
}
.index-page header .logo-text{
    display: block;
    width: 6.75rem;
    float: left;
    margin-top: .2rem;
}
.index-page header .logo-text img{
    width: 100%;
}
.index-page header .logo-text .hover{
    display: none;
}
.index-page header .lang,
.index-page header .pc-nav li .tit{
    color: #fff;
}
.index-page header .divide{
    background-color: #fff;
}

.index-page header .search-btn{
    background-image: url('../images/index-search-btn.png');
}
.index-page header .pc-nav li .tit:before{
    background-color: #fff;
}
.index-page header.white{
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(195, 195, 195, .16);
}
.index-page header.white .logo-text .init{
    display: none;
}
.index-page header.white .logo-text .hover{
    display: block;
}
.index-page header.white .pc-nav li .tit{
    color: #555;
}
.index-page header.white .pc-nav li.cur .tit{
    color: #004098;
}
.index-page header.white .pc-nav li.cur .tit:before{
    background-color: #004098;
}
.index-page header.white .lang{
    color: #999;
}
.index-page header.white .divide{
    background-color: #ccc;
}
.index-wrap{
    position: fixed;
    top: 0;
    left: 2.7rem;
    width: calc(100% - 2.7rem);
    height: 100%;
}
.index-wrap .foot{
    height: auto;
}
.aside-box .top-logo{
    display: block;
    width: 100%;
    height: 2.5rem;
    text-align: center;
    line-height: 2rem;
    background-color: #e7e7e7;
}
.aside-box .top-logo img{
    width: 1.75rem;
}




.banner{
    height: 100%;
}
/*.banner img{*/
/*    display: none;*/
/*}*/
.banner .swiper-slide{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
/*.banner .swiper-slide img{*/
/*    display: none;*/
/*}*/
.banner .text{
    width: 17.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.banner .text .en{
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-family: "CenturyGothicStd-Bold";
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 4px 0.1rem color(srgb 0.31 0.31 0.31 / 1);
    margin-bottom:.6rem;
}
.banner .text .cn{
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #fff;
    font-weight: bold;
    margin-top: .375rem;
}
.index-more{
    display: block;
    width: 4.75rem;
    height: 1.4rem;
    line-height: 1.4rem;
    color: #fff;
    text-align: center;
    font-size: .4rem;
    line-height: 1.4rem;
    border: 2px solid #fff;
    font-family: "AVANTGA2";
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.index-more span{
    position: relative;
    z-index: 3;
}
.index-more:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
}
.banner .index-more{
    margin-top: 1rem;
}
.banner .btns{
    font-size: 0;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    bottom: 4.7%;
}
.banner .btns .swiper-pagination-bullet{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 .8125rem;
    position: relative;
}
.banner .btns .swiper-pagination-bullet:before{
    content: "";
    position: absolute;
    left: calc(10px + .25rem);
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
    height: 1px;
    background-image: url('../images/ban-dot.png');
}
.banner .btns .swiper-pagination-bullet:last-child:before{
    display: none;
}
.banner .btns .swiper-pagination-bullet-active{
    background-color: #fff;
}

.index-tit .en{
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #004098;
    font-family: "CenturyGothicStd-Bold";
    text-transform: uppercase;
}
.index-tit .cn{
    color: #3c3c3c;
    font-size: 1.05rem;
    line-height: 1.375rem;
}
.i-about-box{
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.i-about-box .index-tit .en{
    color: #fff;
}
.i-about-box .index-tit .cn{
    color: #fff;
}
.i-about-box .text-box{
   /*position: absolute;*/
   left: 6%;
   top: 55%;
   width: 30.4%;
   /*transform: translateY(-50%);*/
}
.i-about-box .text-box .text{
    margin-top: .75rem;
    padding-left: 23.6%;
    position: relative;

}
.i-about-box .text-box .text:before{
    content: "";
    position: absolute;
    left: .25rem;
    width: 2.5rem;
    height: 3px;
    background-color: #fff;
    top: .55rem;
}
.i-about-box .text-box .text .tit{
    font-size: .75rem;
    line-height: 1.25rem;
    color: #fff;
    font-weight: bold;
}
.i-about-box .text-box .text .index-con{
    margin-top: .5rem;
    color: #fff;
    height: 4rem;
    overflow: auto;
}

.i-about-box .text-box .text .index-more{
    margin-top: 1.5rem;
    border-color:#fff;
    color:#fff;
}
.index-con{
    font-size: .4rem;
    line-height: .75rem;
}
.index-con>img{
    max-width:100%;
}

.i-about-box .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 53%;
    height: 100%;
    overflow: hidden;
}
.i-about-box .right .item{
    position: absolute;
    width: 50%;
    height: 50%;
    overflow: hidden;
}
.i-about-box .right .item:nth-child(1){
    left: 0;
    top: 0;
}
.i-about-box .right .item:nth-child(2){
    right: 0;
    top: 0;
}
.i-about-box .right .item:nth-child(3){
    left: 0;
    bottom: 0;
}
.i-about-box .right .item:nth-child(4){
    right: 0;
    bottom: 0;
}
.i-about-box .right .item .bg{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .3s;
}
.i-about-box .right .i-about-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 57%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.i-about-box .right .i-about-logo img{
    width: 100%;
}

.i-about-box .right .item .text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    padding: 16.7%;
}
.i-about-box .right .item .text .en{
    font-size: .75rem;
    color: #004098;
    line-height: .85rem;
    font-family: "CenturyGothicStd-Bold";
    text-transform: uppercase;
}
.i-about-box .right .item .text .cn{
    font-size: .75rem;
    color: #454545;
    line-height: .85rem;
    margin-top: .25rem;
}
.i-about-box .right .item .con{
    color: #454545;
    margin-top: .5rem;
}
.i-about-box .right .item .line{
    width: 1.1rem;
    height: 3px;
    background-color: #004098;
    margin-top: .625rem;
}
.i-project-box{
    height: 100%;
    overflow: hidden;
}
.i-project{
    width: 100%;
    overflow: hidden;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(calc(-50% + 1.25rem));*/
}
.i-project .tab-btns{
    margin-top: .625rem;
    position: relative;
    z-index: 3;
    width: 70%;
}
.i-project .tab-btns .swiper-slide{
    width: auto;
}
.i-project .tab-btns a{
    display: block;
}
.project-tab{
    margin-top: 1.625rem;
}
.project-tab .item{
    height:360px;
    overflow: hidden;
    display:block;
}
.project-tab .swiper-slide{
    width: 49.7%;
    position: relative;
}
.i-project .tab-btns .swiper-slide a{
    font-size: .45rem;
    padding: 0 .875rem;
    height: 1.25rem;
    border-radius: .625rem;
    line-height:1.25rem;
    color: #333;
    background-color: transparent;
}
.i-project .tab-btns .swiper-slide.cur a{
    background-color: #004098;
    color: #fff;
}
.project-tab img{
    min-height: 100%;
    width:100%;
    transition: all .3s;
}


.project-tab .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .6;
    filter: alpha(opacity=60);
    transition: all .3s;
}
.project-tab .text-box{
    position: absolute;
    left: 0;
    width: 100%;
    bottom:0;
    box-sizing: border-box;
    padding: 0 5.55%;
    background-color: rgba(0,0,0,.5);
    
    transition: all .3s;
}
.project-tab .sitem:hover img{
    transform: scale(1.1);
}
.project-tab .text-box .left{
    float: left;
    width: 70%;
}
.project-tab .text-box a{
    display: block;
}
.project-tab .text-box .en{
    font-size: .4rem;
    line-height: 1rem;
    color: #fff;
    font-family: "CenturyGothicStd-Bold";
    text-transform: uppercase;
    padding-top:.5rem;
}
.project-tab .text-box .cn{
    font-size: .75rem;
    line-height: .85rem;
    margin-top: .375rem;
    color: #fff;
    
}
.project-tab .text-box .con{
    font-size: .35rem;
    line-height: .55rem;
    color: #fff;
    margin-top: 5px;
    padding-bottom:.5rem;
}
.project-tab .text-box .num{
    float: right;
    font-size: 2.5rem;
    line-height: 2.6rem;
    color: #fff;
    font-family: "CenturyGothicStd-Bold";
}
.project-tab .swiper-slide-active .text-box{
    opacity: 1;
    filter: alpha(opacity=100);
}
.project-tab .swiper-slide-active .mask{
    opacity: 0;
    filter: alpha(opacity=0);
}

.project-tab .m-box{
    display: none;
}
.i-project  .project-ajax{
    position: relative;
}
.i-project .buttons-box{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index:999;
    
}
.i-project .buttons-box .buttons{
    /*float: right;*/
    display: flex;
    justify-content: space-between;
    font-size: 0;
}
.i-project .buttons a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: .5rem;
    background-color: #004098;
    border-radius: 100%;
}
.i-project .buttons .prev{
    background-image: url('../images/project-prev.png');
    display: none;
    margin-left:0;
}
.i-project .buttons .next{
    background-image: url('../images/project-next.png');
    display: none;
    margin-left:0;
}
.i-project  .list .more{
    font-size: .35rem;
    line-height: .4rem;
    color: #999999;
    font-family: arial;
    margin-top: .375rem;
    transition: all .3s;
}

.i-project   .index-more{
    background-color: #004098;
    border-color: #004098;
    color: #fff;
}
.i-project .topTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}





.i-news-box{
    position: relative;
    height: 100%;
}
.i-news-box .line-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.i-news-box .line-box .line{
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f0f0f0;
}
.i-news-box .line-box .line:nth-child(1){
    left: 0;
}
.i-news-box .line-box .line:nth-child(2){
    left: 20%;
}
.i-news-box .line-box .line:nth-child(3){
    left: 40%;
}
.i-news-box .line-box .line:nth-child(4){
    left: 60%;
}
.i-news-box .line-box .line:nth-child(5){
    left: 80%;
}
.i-news-box .i-news{
    padding:3rem 0;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 50%;*/
    /*transform: translateY(calc(-50% + 1.25rem));*/
    width: 100%;
}
.i-news-box .i-news .list{
    margin-top: 1.5rem;
    position: relative;
}
.i-news-box .i-news .list .row{
    margin: 0 -1.075rem;
}
.i-news-box .i-news .list .item{
    box-sizing: border-box;
    padding: 0 1.075rem;
}
/*.i-news-box .i-news .list .item:nth-child(2){*/
/*    margin-top: -1.75rem;*/
/*}*/
/*.i-news-box .i-news .list .item:nth-child(3){*/
/*    margin-top: -3.75rem;*/
/*}*/
.i-news-box .i-news .list .con-box{
    display: block;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 1.25rem rgba(4,0,0,.26);
    overflow: hidden;
}
.i-news-box .i-news .list .text-box{
    display: block;
    padding: .5rem .625rem 1rem;
}
.i-news-box .i-news .list .img{
    overflow: hidden;
    height:300px;
}
.i-news-box .i-news .list img{
    width: 100%;
    height:100%;
    transition: all .3s;
}
.i-news-box .i-news .list .time-box{
    font-size: 0;
}
.i-news-box .i-news .list .time-box .d,
.i-news-box .i-news .list .time-box .ym{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.i-news-box .i-news .list .time-box .d{
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: #004098;
    font-family: "CenturyGothicStd-Bold";
}
.i-news-box .i-news .list .time-box .ym{
    font-size: .4rem;
    line-height: .5rem;
    color: #a0a0a0;
    font-family: arial;
    padding-right: 1.5rem;
    position: relative;
    margin-left: .375rem;
}
.i-news-box .i-news .list .time-box .ym:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.15rem;
    height: 3px;
    background-color: #004098;
}
.i-news-box .i-news .list .tit{
    font-size: .45rem;
    line-height: .6rem;
    color: #454545;
    font-weight: bold;
    margin-top: .5rem;
    transition: all .3s;
}
.i-news-box .i-news .list .con{
    font-size: .35rem;
    line-height: .6rem;
    color: #999999;
    height: 1.2rem;
    overflow: hidden;
    margin-top: .25rem;
}
.i-news-box .i-news .list .more{
    font-size: .35rem;
    line-height: .4rem;
    color: #999999;
    font-family: arial;
    margin-top: .375rem;
    transition: all .3s;
}

.i-news-box .i-news  .index-more{
    background-color: #004098;
    border-color: #004098;
    color: #fff;
}
.i-news-box .topTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.aside-box{
    position: fixed;
    left: 0;
    top: 0;
    width: 2.7rem;
    height: 100%;
}
.aside-box .btns{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,calc(-50% + 1.25rem));
    width: .75rem;
}
.aside-box .btns .swiper-pagination-bullet{
    display: block;
    background-color: transparent;
    position: relative;
    margin: 0 0 .35rem;
     width: .45rem;
    height: 3px;
    transition: all .2s;
}
.aside-box .btns .swiper-pagination-bullet:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #004098;
    transition: all .2s;
}
.aside-box .btns .swiper-pagination-bullet:last-child:before{
    margin-bottom: 0;
}
.aside-box .btns .txt{
    position: absolute;
    left: -.75rem;
    top: 50%;
    font-size: 0;
    color: #004098;
    font-family: arial;
    font-weight: bold;
}
.aside-box .btns .swiper-pagination-bullet-active{
    width: .75rem;
}
.aside-box .btns .swiper-pagination-bullet-active .txt{
    font-size: .45rem;
    line-height: .55rem;
    margin-top: -.5em;
}

/* welcome end */
.news-box{
    padding: 2rem 0 3rem;
}
.news-box .top-box .img{
    float: left;
    width: 50%;
    overflow: hidden;
}
.news-box .top-box .img img{
    width: 100%;
    transition: all .2s;
}
.news-box .top-box{
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    box-shadow:  0 5px .8rem rgba(4,0,0,.1);
}
.news-box .top-box .text-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
}
.news-box .top-box .text-box .text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    padding: 0 9%;
}

.news-box .top-box .text-box .time-box{
    font-size: 0;
}
.news-box .top-box .text-box .d,
.news-box .top-box .text-box .ym{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.news-box .top-box .text-box .d{
    font-size: 1.7rem;
    line-height: 1.8rem;
    color: #004098;
    font-family: "CenturyGothicStd-Bold";
}

.news-box .top-box .text-box .ym{
    font-size: .5rem;
    line-height: .625rem;
    color: #a0a0a0;
    font-family: arial;
    margin-left: .5rem;
    padding-right: 2rem;
    position: relative;
}
.news-box .top-box .text-box .ym:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 4px;
    background-color: #004098;
}
.news-box .top-box .text-box .tit{
    font-size: .55rem;
    line-height: .65rem;
    margin-top: .5rem;
    color: #454545;
    font-weight: bold;
}
.news-box .top-box .text-box .index-con{
    margin-top: .375rem;
    color: #999;
    height: 2.25rem;
    overflow: hidden;
}
.news-box .top-box .text-box .index-more{
    background-color: #004098;
    border-color: #004098;
    color: #fff;
    margin-top: 1.75rem;
}
.news-box .list{
    margin-top: 1.5rem;
}
.news-box .list li{
    padding: .75rem;
    background-color: #fff;
    box-shadow: 0 5px 0.8rem rgba(4,0,0,.1);
    margin-bottom: 1rem;
    border-radius: 4px;
}
.news-box .list li:last-child{
    margin-bottom: 0;
}
.news-box .list .img{
    float: left;
    width: 24.6%;
    border-radius: 4px;
    overflow: hidden;
}
.news-box .list .img img{
    width: 100%;
    transition: all .3s;
}
.news-box .list .text-box{
    float: right;
    width: 64.58%;
    margin-top: .375rem;
    margin-right: 1.25rem;
}
.news-box .list .text-box a{
    display: block;
}
.news-box .list .text-box .time-box{
    font-size: 0;
}
.news-box .list .text-box .day,
.news-box .list .text-box .ym{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.news-box .list .text-box .day{
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: #004098;
    font-weight: bold;
    font-family: "CenturyGothicStd-Bold";
}
.news-box .list .text-box .ym{
    font-size: .4rem;
    line-height: .5rem;
    color: #a0a0a0;
    padding-right: 1.5rem;
    position: relative;
    margin-left: .25rem;
}
.news-box .list .text-box .ym:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.15rem;
    height: 3px;
    background-color: #004098;
    transform: translateY(-50%);
}
.news-box .list .text-box .tit{
    font-size: .45rem;
    line-height: .55rem;
    color: #454545;
    font-weight: bold;
    margin-top: .375rem;
    transition: all .2s;
}
.news-box .list .text-box .con{
    color: #999;
    font-size: .35rem;
    line-height: .625rem;
    margin-top: .25rem;
    height: 1.25rem;
    overflow: hidden;
}
.news-box .list .text-box .more{
    font-size: .35rem;
    line-height: .625rem;
    color: #999;
    margin-top: .5rem;
    transition: all .2s;
}
.news-box .list .text-box .index-more{
    display: none;
}
.news-box .searchList .text-box{
    width:90%;
}
.page{
    font-size: 0;
    text-align: center;
}
.page .pagination{
    margin: 0;
}
.page a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 100%;
    background-color: #eee;
    margin: 0 .2rem;
    font-size: .4rem;
    line-height: 1.25rem;
    color: #333;
    vertical-align: top;
    transition: all .2s;
}

.page a.prev,
.page a.next{
    background-repeat: no-repeat;
    background-position: center;
    background-size: .15rem;
}
.page a.prev{
    background-image: url('../images/page-prev.png');
}
.page a.next{
    background-image: url('../images/page-next.png');
}
.page a.active{
    background-color: #004098;
    color: #fff;
}
.news-box .page{
    margin-top: 2.5rem;
}
.about-box{
    padding: 3rem 0 2.5rem;
}
.about-box .text-box{
    float: left;
    width: 50%;
}
.about-box .text-box .text{
    margin-top: .75rem;
}
.about-box .text-box .text .tit{
    padding-left: 2.5rem;
    position: relative;
    font-size: .6rem;
    line-height: 1rem;
    font-weight: bold;
    color: #666;
}
.about-box .text-box .text .tit:before{
    content: "";
    position: absolute;
    left: 0;
    top: .4rem;
    width: 2rem;
    height: 3px;
    background-color: #004098;
}
.about-box .text-box .text .index-con{
    padding-left: 2.5rem;
    margin-top: .75rem;
    color: #666;
    height: 9rem;
    overflow: hidden;
}
.about-box .text-box .text .index-con .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    /* background: none; */
}
.about-box .text-box .text .index-con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #004098;
}
.about-box .text-box .btns{
    padding-left: 2.5rem;
    font-size: 0;
    margin-top: 1rem;
}
.about-box .text-box .btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .3rem;
    border-radius: 100%;
    margin-right: .5rem;
    transition: all .2s;
}
.about-box .text-box .btns .prev{
    background-image: url('../images/about-prev.png');
}
.about-box .text-box .btns .next{
    background-image: url('../images/about-next.png');
}
.about-box .about-tab{
    float: right;
    width: 45.83%;
    overflow: hidden;
}
.about-box .about-tab .swiper-slide{
    width: 56.8%;
    margin-right: 10px;
    position: relative;
}
.about-box .about-tab .swiper-slide:last-child{
    margin-right: 0;
}
.about-box .about-tab img{
    width: 100%;
}
.about-box .about-tab .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .6;
    filter: alpha(opacity=60);
    transition: all .2s;
}
.about-box .about-tab .swiper-slide-active .mask{
    opacity: 0;
    filter: alpha(opacity=0);
}
.position-box{
    background-color: #f6f8fa;
    position: relative;
}
.position-box .tab-box{
    float: left;
    width: 50%;
    overflow: hidden;
}
.position-box .tab-box img{
    width: 100%;
}
.position-box .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.position-box .right .list-box{
    position: absolute;
    
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.position-box .right .list{
    height: 100%;
    padding: 0 15.625%;
}
.position-box .right .list .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    /* background: none; */
}
.position-box .right .list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #004098;
}

.position-box .right .list .mCSB_outside+.mCSB_scrollTools{
    right: 0;
}
.position-box .right .list-box li{
     padding: .5rem 0;
      border-bottom: 1px solid #ccc;
}
.position-box .right .list-box li:last-child{
    margin-bottom: 0;
}
.position-box .right .list-box .tit{
    display: block;
    font-size: 0;
    position: relative;
}
.position-box .right .list-box .tit:before{
    content: "";
    position: absolute;
    right: 0;
    top: .1rem;
    width: .45rem;
    height: .45rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/position-jia.png');
    background-size: cover;
    transition: all .2s;
}

.position-box .right .list-box .num,
.position-box .right .list-box .txt{
    display: inline-block;
    *display: inline;
    zoom: 1;
     font-size: .6rem;
    line-height: .7rem;
}
.position-box .right .list-box .num{
    color: #aaa;
    font-family: "CenturyGothicStd-Bold";
}
.position-box .right .list-box .txt{
    color: #333;
    margin-left: .5rem;
}
.position-box .right .list-box .sub{
    display: none;
    color: #666666;
    margin-top: .25rem;
}
.position-box .right .list-box li.cur .num{
    color: #333;
}
.position-box .right .list-box li.cur .tit:before{
    transform: rotate(-45deg);
}
.culture-box{
    padding: 3.25rem 0 3.75rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.about-tit-box .index-tit{
    float: left;
}
.about-tit-box .buttons{
    font-size: 0;
    margin-top: 1.5rem;
    float: right;
}
.about-tit-box .buttons a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #eee;
    border-radius: 100%;
    margin-left: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .15rem;
    transition: all .2s;
}
.about-tit-box .buttons .prev{
    background-image: url('../images/page-prev.png');
}
.about-tit-box .buttons .next{
    background-image: url('../images/page-next.png');
}
.culture-box{
    overflow: hidden;
}
.culture-tab{
    margin: 1.25rem -15px 0;
    overflow: hidden;
    padding: 15px;
}
.culture-tab .swiper-slide{
    /* width: 22.22%; */
    /* margin-right: 2.43%; */
    box-sizing: border-box;
    padding: 1.25rem .75rem;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(164,164,164,.36);
    transition: all .2s;
}
.culture-tab .swiper-slide:last-child{
    margin-right: 0;
}
.culture-tab .swiper-slide .en{
    font-size: .4rem;
    line-height: .5rem;
    font-family: "CenturyGothicStd-Bold";
    color: #004098;
    transition: all .2s;
}
.culture-tab .swiper-slide .cn{
    font-size: .6rem;
    line-height: .7rem;
    color: #004098;
    margin-top: .125rem;
    padding-bottom: .75rem;
    border-bottom: 2px solid #004098;
    transition: all .2s;
}
.culture-tab .swiper-slide .cn .txt{
    float: left;
}
.culture-tab .swiper-slide .cn .num{
    float: right;
    font-family: "CenturyGothicStd-Bold";
}
.culture-tab .swiper-slide .index-con{
    color: #666;
    margin-top: .75rem;
    height: 3.75rem;
    transition: all .2s;
}

.develop-box{
    padding: 3.5rem 0 4.5rem;
}
.develop-box .history-tab{
    overflow: hidden;
    width: 82.6%;
    margin: 1.5rem auto 0;
}

.develop-box .history-tab .img{
    float: left;
    width: 31.34%;
}
.develop-box .history-tab .img img{
    width: 100%;
}
.develop-box .history-tab .text-box{
    float: right;
    width: 64.7%;
    margin-top: .5rem;
}
.develop-box .history-tab .year{
    padding-left: 1.875rem;
    font-size: 1.15rem;
    line-height: 1.25rem;
    position: relative;
}
.develop-box .history-tab .year:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.5rem;
    height: 1px;
    background-color: #a7a7a7;
}
.develop-box .history-tab .index-con{
    padding-left: 1.875rem;
    margin-top: .25rem;
    color: #666;
}
.develop-box .year-tab{
    overflow: hidden;
    padding: 0 1rem;
    position: relative;
}
.develop-box .year-tab .swiper-slide{
    width: auto;
    margin-right: 8.33%;
    cursor: pointer;
}
.develop-box .year-tab .swiper-slide:last-child{
    margin-right: 0;
}
.develop-box .year-tab{
    margin-top: 1.5rem;
}
.develop-box .year-tab .year-line{
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #bbb;
}
.develop-box .year-tab .line{
    width: 1px;
    height: .4rem;
    background-color: #bdbdbd;
    display: block;
    margin: 0 auto;
}
.develop-box .year-tab .txt{
    font-size: .75rem;
    line-height: .85rem;
    color: #666;
    font-weight: bold;
    margin-top: .25rem;
}

.develop-box .year-tab .swiper-slide.cur .txt{
    color: #004098;
}
.honor-box{
    padding: 2.75rem 0 3.75rem;
    background-color: #f7f7f7;
}
.honor-tab{
    margin-top: .625rem;
    overflow: hidden;
}
.honor-tab .swiper-slide{
    padding: 1rem 2rem 2.25rem;
    background-color: #fff;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 3.425rem;
    background-image: url('../images/honor-icon.png');
}
.honor-tab .swiper-slide .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #000;
}
.honor-tab .swiper-slide .con{
    color: #666666;
    margin-top: .375rem;
    margin-top: .25rem;
    height: 3.75rem;
}
.honor-tab .swiper-slide .icon{

}
.clearfixed{
    height: 2.5rem;
    display: none;
}
.project-page .clearfixed{
    display: block;
}
.project-tab-box{
    position: relative;
}
.project{
    float: left;
    width: 63.54%;
    overflow: hidden;
    position: relative;
}
.project img{
    width: 100%;
}
.project .txt{
    position: absolute;
    left: 6.56%;
    top: 5%;
    font-size: .45rem;
    line-height: .55rem;
    padding-left: 1rem;
    color: #fff;
}
.project .txt:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .5rem;
    height: 1px;
    background-color: #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.project .play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.825rem;
    height: 1.825rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/play-btn.png');
    transform: translate(-50%,-50%);
}

.project-tab-box .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 36.46%;
    height: 100%;
    background-color: #004098;
}

.project-tab-box .right .text-box{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    padding: 0 22.857% 0 11.4%;
}
.project-tab-box .right .tit{
    font-size: .7rem;
    line-height: .8rem;
    color: #fff;
}
.project-tab-box .right .index-con{
    color: #fff;
    margin-top: .5rem;
    height: 6rem;
    overflow: hidden;
}
.project-tab-box .right .index-con .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    background: #fff;
}
.project-tab-box .right .index-con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #fff;
}
.project-tab-box .right .buttons{
    margin-top: 1.25rem;
    font-size: 0;
}
.project-tab-box .right .buttons a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 2.875rem;
    height: 1rem;
    border: 1px solid rgba(217,217,217,.56);
    font-size: .35rem;
    line-height: 1rem;
    border-radius: .5rem;
    text-align: center;
    margin-right: .5rem;
    color: #fff;
    transition: all .2s;
}
.project-tab-box .right .buttons a:last-child{
    margin-right: 0;
}
.project-tit{
    text-align: center;
}
.overview-box{
    padding: 2rem 0 2.25rem;
    /* background-color: #f7f7f7; */
}
.project-tab-btns{
    font-size: 0;
    text-align: center;
    margin-top: .75rem;
    padding-bottom: .875rem;
    border-bottom: 1px solid rgba(219,219,219,.32);
}
.project-tab-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 3.75rem;
    height: 1rem;
    border-radius: .5rem;
    border: 1px solid #d9d9d9;
    font-size: .4rem;
    line-height: 1rem;
    color: #000;
    margin: 0 .375rem;
    transition: all .2s;
}
.project-tab-btns a.cur{
    background-color: #16518e;
    color: #fff;
    border-color: #16518e;
}
.overview-box{
    position: relative;
}
.overview-box .list-box{
    margin-top: 1.5rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
    max-height:100vh;
}
.overview-box .list-box .item{
    display: none;
}
.overview-box .block-bg{
    position: absolute;
    right: 7.3%;
    bottom: 23.33%;
    width: 15.83%;
}
.overview-box .block-bg img{
    width: 100%;
}
.overview-box .list-box .map-box{
    padding: 5px;
    background-color: #fff;
}
.overview-box .list-box .map{
    height: 15rem;
}
.overview-box .list-box .map-box .text-box{
    position: absolute;
    right: 3.47%;
    top: 50%;
    transform: translateY(-50%);
    width: 25.35%;
    padding: .75rem .625rem;
    background-color: rgba(22,82,142,.9);
    box-sizing: border-box;
}
.overview-box .list-box .map-box .yin{
    width: .7rem;
}
.overview-box .list-box .map-box .yin img{
    width: 100%;
}
.overview-box .list-box .map-box .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #fff;
    margin-top: .5rem;
}
.overview-box .list-box .map-box .index-con{
    color: #fff;
    margin-top: .4rem;
}
.overview-box .list-box .info-box .img{
    float: right;
    width: 41.67%;
}
.overview-box .list-box .info-box .img img{
    width: 100%;
}
.overview-box .list-box .info-box .text-box{
    float: left;
    width: 47.22%;
    margin-left: 2.7%;
    padding-left: 1.5rem;
    background-repeat: no-repeat;
    background-position: left 0;
    background-image: url('../images/info-yin.png');
    background-size: .7rem;
    box-sizing: border-box;
}
.overview-box .list-box .info-box .text-box .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #000;
}
.overview-box .list-box .info-box .text-box .index-con{
    margin-top: .25rem;
    color: #575757;
}
.overview-box .list-box .info-box .text-box .index-con img{
    max-width: 100%;
    height: auto!important;
}
.projectList{
    position: relative;
}
.projectList  .img{
    min-width:100%;
    height:100%;
}
.projectList .btns{
    position: absolute;
    left: 0;
    bottom: 3.38%;
    width: 100%;
    z-index: 3;
    font-size: 0;
    text-align: center;
}
.projectList .btns .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border: 1px solid #004098;
    border-radius: 100%;
    display: inline-block;
    zoom: 1;
    margin: 0 5px;
}
.projectList .btns .swiper-pagination-bullet-active{
    background-color: #004098;
}

.building-box{
    padding: 1.25rem 0 2.75rem;
}
.building-box .list-box{
    margin-top: 1.5rem;
    overflow: hidden;
    position: relative;
}
.building-box .list-box .item{
    display: none;
}
.building-box .build-swf{
    
}
.building-box .index-con{
    margin-top: .3rem;
}
.building-box .index-con img{
    max-width: 100%;
    height: auto!important;
}

.building-box object{
    height: 20rem;
}
.building-box table{
    width: 100%;
}
.building-box table tr td{
    line-height: 1.25rem;
    padding-left: 2%;
}
.building-box table tr:nth-child(2n+1) td:nth-child(2n+1){
    background-color: #f0f0f0;
}
.building-box table tr:nth-child(2n+1) td:nth-child(2n){
    background-color: #f4f4f4;
}
.building-box table tr td{
    font-size: .4rem;
    padding: .2rem 2%;
    color: #575757;
}
.building-box table tr td:nth-child(2n+1){
    font-size: .45rem;
    line-height: .55rem;
    /* color: #000; */
    /* font-weight: bold; */
    /* width: 20%; */
}
.bg:nth-child(2n){
    background-color: #f7f7f7;
}
.other-box{
    padding: 1.75rem 0 3rem;
}
.other-box .sub-tit .cn{
    float: left;
    line-height: 1.25rem;
}
.other-box .sub-tit .buttons{
    float: right;
    font-size: 0;
}
.other-box .sub-tit .buttons a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #eee;
    border-radius: 100%;
    margin-left: .6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .16rem;
    transition: all .2s;
}

.other-box .sub-tit .buttons .prev{
    background-image: url('../images/page-prev.png');
}
.other-box .sub-tit .buttons .next{
    background-image: url('../images/page-next.png');
}
.other-box .other-tab{
    overflow: hidden;
}
.other-tab .img{
    overflow: hidden;
}
.other-box img{
    min-width: 100%;
    height:250px
}
.other-box .other-tab{
    margin-top: .75rem;
}
.other-box .other-tab .txt{
    margin-top: .25rem;
    text-align: center;
    color: #333;
}
.other-box .other-tab .listBox{
    display: flex;
    flex-wrap: wrap;
}
.other-box .other-tab .listBox .item{
    width:25%;
    box-sizing: border-box;
    padding:0 10px;
}
@media all and (max-width:960px){
    .other-box .other-tab .listBox .item{
        width:50%;
    }
}
@media all and (max-width:768px){
    .other-box .other-tab .listBox .item{
        width:100%;
    }
}
/* project end */
.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
    z-index: 999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../images/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}
.search-page .clearfixed{
    display: block;
}
@media (max-width: 1680px){

}

@media (max-width: 1366px){
    header .pc-nav li{
        margin-left: 1.5rem;
    }
    /* header end */
    footer .top-box .left{
        width: 30%;
    }
	/*footer .f-nav li{*/
 /*       padding: 0 4%;*/
 /*   }*/
    /* footer end */
    .banner .text .en{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .banner .text .cn{
        font-size: 1rem;
        line-height: 1.1rem;
    }
    .index-tit .en{
        font-size: 1rem;
        line-height: 1.1rem;
    }
    .index-tit .cn{
        font-size: .9rem;
        line-height: 1rem;
    }
    .i-about-box .text-box{
        width: 32%;
    }
    .i-about-box .text-box .text .tit{
        font-size: .6rem;
        line-height: .8rem;
    }
    .i-about-box .text-box .text:before{
       width: 1.5rem;
       top: .3rem;
    }
    .i-about-box .right .item .text{
        padding: 13%;
    }
    .i-project .tab-btns{
        margin-top: 1rem;
    }
    /*.i-project .buttons-box{*/
    /*    top: -3.1rem;*/
    /*}*/
    /* welcome end */
    .about-tit-box .buttons{
        margin-top: 1rem;
    }
    .honor-tab .swiper-slide{
        padding: 1rem 1rem 2.25rem;
    }
    .about-box,
    .culture-box,
    .develop-box,
    .honor-box{
        padding: 2rem 0;
    }
    .position-box .right .list-box .num,
    .position-box .right .list-box .txt{
        font-size: .5rem;
        line-height: .6rem;
    }

    /* about end */
    .overview-box,
    .building-box,
    .other-box{
        padding: 1.5rem 0;
    }
    .project-tab-box .right .text-box{
        padding: 0 10%;
    }
    .news-box .list .text-box .more{
        margin-top: .2rem;
    }
}


.paginations {
	height: auto;
	text-align: center;
	clear:both;
	padding-top:2.5rem
}
.paginations li {
	display: inline-block;
	/*height: 34px;*/
	margin-right: 5px;
	padding-left:0 !important;
	padding:0 !important;
	margin-bottom:0 !important;
}
.paginations li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.paginations li a:hover {
	background: #f5f5f5;
	color: #2474BC;
}
.paginations li.thisclass {
	background: #2474BC;
	color: #fff;
}
.paginations li.thisclass a, .paginations li.thisclass a:hover {
	background: transparent;
	border-color: #2474BC;
	color: #fff;
	cursor: default;
}

.to_top {
	z-index: 5;
	position: fixed;
	right: 10px;
	bottom: 80px;
	background-image: url(../images/totop.png);
	width: 51px;
	height: 51px;
	color: #fff;
	font-size: 14px;
	font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
	background-color: #b3b3b3;
	text-transform: uppercase;
	text-align: center;
	line-height: 23px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.to_top span {
	padding-top: 21px;
	display: block;
}

.to_top2 {
	position: fixed;
}

.to_top:hover {
	background-color: #004098;
}



/*首页新*/
.bannerBox{
    position: relative;
}
.aboutBox{
    padding:3rem 0;
}
.aboutBox .view{
    display: flex;
    flex-wrap: wrap;
}
.aboutBox .view .leftBox,
.aboutBox .view .rightBox{
    width:50%;
    box-sizing: border-box;
}
.aboutBox .text .tit{
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: bold;
}
.aboutBox .view .leftBox{
    min-height:400px;
}
.aboutBox .view .rightBox{
    padding-left:2rem;
}

.aboutBox .index-more{
    /*color:#004098;*/
    border-color:#004098;
    background-color: #004098;
    
}
.aboutBox .index-con{
    text-align: justify;
    margin-bottom:15px;
}
.code{
    color:#fff;
    font-size: .40rem;
}
.code dt img{
   width:150px; 
}
.code dd{
    margin-top:.6rem;
    text-align: center;
}
