@charset "UTF-8";
@font-face {
    font-family: "PingFangSCRegular";
    src: url("../fonts/PingFangSCRegular.woff2") format("woff2"),
       url("../fonts/PingFangSCRegular.woff") format("woff"),
       url("../fonts/PingFangSCRegular.ttf") format("truetype"),
       url("../fonts/PingFangSCRegular.eot") format("embedded-opentype"),
       url("../fonts/PingFangSCRegular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "PingFang Bold";
    src: url("../fonts/PingFang Bold-subfont.woff2") format("woff2"),
       url("../fonts/PingFang Bold-subfont.woff") format("woff"),
       url("../fonts/PingFang Bold-subfont.ttf") format("truetype"),
       url("../fonts/PingFang Bold-subfont.eot") format("embedded-opentype"),
       url("../fonts/PingFang Bold-subfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* @font-face {
  font-family: "PingFangSC-Medium";
  src: url("../fonts/PingFangSC-Medium-subfont.woff2") format("woff2"),
       url("../fonts/PingFangSC-Medium-subfont.woff") format("woff"),
       url("../fonts/PingFangSC-Medium-subfont.ttf") format("truetype"),
       url("../fonts/PingFangSC-Medium-subfont.eot") format("embedded-opentype"),
       url("../fonts/PingFangSC-Medium-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} */
@font-face {
    font-family: "DIN-Regular";
    src: url("../fonts/DIN-Regular.woff2") format("woff2"),
       url("../fonts/DIN-Regular.woff") format("woff"),
       url("../fonts/DIN-Regular.ttf") format("truetype"),
       url("../fonts/DIN-Regular.eot") format("embedded-opentype"),
       url("../fonts/DIN-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "dinb";
    src: url("../fonts/dinb.woff2") format("woff2"),
       url("../fonts/dinb.woff") format("woff"),
       url("../fonts/dinb.ttf") format("truetype"),
       url("../fonts/dinb.eot") format("embedded-opentype"),
       url("../fonts/dinb.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "Times_New_Roman";
  src: url("../fonts/Times_New_Roman.woff2") format("woff2"),
       url("../fonts/Times_New_Roman.woff") format("woff"),
       url("../fonts/Times_New_Roman.ttf") format("truetype"),
       url("../fonts/Times_New_Roman.eot") format("embedded-opentype"),
       url("../fonts/Times_New_Roman.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
    html {
        font-size: 28px!important;
    }
}
@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 6px;
        height:6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #e50012;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #e50012;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #e50012;
    }
    html {
        font-size: 30px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}
@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{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 3rem;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
    z-index: 60;
}
.header-view{
    padding: 0 3.6458%;
}
header .logo{
    float: left;
    width: 4.925rem;
    position: relative;
    margin-top: 1.125rem;
    font-size: 0;
}
header .logo img{
    width: 100%;
}
header .logo .white-logo{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.header-right{
    float: right;
    font-size: 0;
}
.pc-nav{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 0;
    position: relative;
    z-index: 3;
}
.pc-nav li{
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 1.2rem;
}
.pc-nav li:first-child{
    margin-left: 0;
}
.pc-nav li .tit{
    display: block;
    font-size: .5rem;
    line-height: 3rem;
    color: #111;
    font-family: "PingFang Bold";
    transition: all .3s;
}
.pc-nav li .navson{
    position: absolute;
    left: 50%;
    margin-left: -1.625rem;
    top: 2.2rem;
    width: 3.25rem;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    border-radius: 6px;
    transition: all .3s;

}

.pc-nav li .navson a{
    display: block;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: .35rem;
    color: #666;
    border-bottom: 1px solid #e5e5e5;

    /* padding: 0 .6rem; */
    text-align: center;
    transition: all .3s;

}

.pc-nav li .navson a:first-child{
    border-radius: 6px 6px 0 0;

}

.pc-nav li .navson a:last-child{
    border-bottom: none;
    border-radius: 0 0 6px 6px;

}

.pc-nav li.cur .tit{



}
.header-right .lang-box,
.header-right .icon-box{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.header-right .lang-box{
    margin-top: 1.2rem;
    margin-left: 6.25vw;
}
.header-right .lang-box a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    line-height: .5rem;
    color: #111;
    margin-left: .5rem;
    transition: all .3s;
}
.header-right .lang-box a:first-child{
    margin-left: 0;
}
.header-right .icon-box{
    margin-top: .85rem;
    margin-left: .5rem;
}
.header-right .icon-box .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-right: .25rem;
}
.header-right .icon-box .item:last-child{
    margin-right: 0;
}
.header-right .search-item.cur .search-dialog{
    opacity: 1;
    visibility: visible;
}
.header-right .icon-box .icon{
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(17,17,17,.3);
    border-radius: 100%;
    font-size: .4rem;
    line-height: 1.25rem;
    text-align: center;
    font-family: "dinb";
    color: #111;
    transition: all .3s;
}

.header-right .icon-box .item:nth-child(1) .icon{
    background-image: url('../images/search-btn.png');
}
.header-right .icon-box .item:nth-child(2) .icon{
    background-image: url('../images/pc-icon.png');
}
.search-dialog{
    position: absolute;
    left: 0;
    top: 3rem;
    width: 100%;
    padding: 1.3rem 0;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.search-dialog input[type=text]{
    float: left;
    width: 85%;
    height: .8rem;
    background-color: transparent;
    color: #000;
    font-size: .45rem;
    line-height: .8rem;
}
.search-dialog input[type=submit]{
    float: right;
    width: .8rem;
    height: .8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/search-icon1.png');
    background-color: transparent;
    transition: all .3s;
}
.search-dialog input[type=text]::-webkit-input-placeholder{
    color:#000;  
}  
.search-dialog input[type=text]:-moz-placeholder{
    color:#000;
}  
.search-dialog input[type=text]::-moz-placeholder{
    color:#000;
}  
.search-dialog input[type=text]:-ms-input-placeholder {
    color:#000;
}  
header.white{
    background-color: transparent;
    border-color: transparent;
}
header.white .logo .init-logo{
    opacity: 0;
}
header.white .logo .white-logo{
    opacity: 1;
}
header.white .pc-nav li .tit{
    color: #fff;
}
header.white .header-right .lang-box a{
    color: #fff;
}
header.white .header-right .icon-box .icon{
    color: #fff;
}
header.white .header-right .icon-box .icon{
    border-color: rgba(255,255,255,.3);
}
header.white .header-right .icon-box .item:nth-child(1) .icon{
    background-image: url('../images/search-btn2.png');
}
header.white .header-right .icon-box .item:nth-child(2) .icon{
    background-image: url('../images/pc-icon2.png');
}





header.search-cur{
    background-color: #fff;
    border-color: #e7e7e7;
}
header.search-cur .logo .init-logo{
    opacity: 1;
}
header.search-cur .logo .white-logo{
    opacity: 0;
}
header.search-cur .pc-nav li .tit{
    color: #111;
}
header.search-cur .header-right .lang-box a{
    color: #111;
}
header.search-cur .header-right .icon-box .icon{
    color: #111;
}
header.search-cur .header-right .icon-box .icon{
    border-color: rgba(17,17,17,.3);
}
header.search-cur .header-right .icon-box .item:nth-child(1) .icon{
    background-image: url('../images/search-btn.png');
}
header.search-cur .header-right .icon-box .item:nth-child(2) .icon{
    background-image: url('../images/pc-icon.png');
}

header.search-cur .header-right .icon-box .item:nth-child(1) .icon{
    background-color: #e50012;
    border-color: #e50012;
    background-image: url('../images/search-btn2.png');
}

header.search-cur .search-dialog{
    opacity: 1;
    visibility: visible;
}
.nav-btn{
    display: none;
}

.m-nav{
    display: none;
}
.nav-mask{
    display: none;
}


.clearfixed{
    /* display: none; */
    height: 3rem;
}
.index-page .clearfixed{
    display: none;
}
footer{
    background-color: #262323;
}
.footer-top{
    border-bottom: 1px solid rgba(255,255,255,.04);
}
.footer-top .con-box{
    padding: 1.5rem 0;
    position: relative;
    text-align: center;
}
.footer-top .con-box:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: .04;
}
.footer-top .icon{
    width: 1rem;
    margin: 0 auto;
    font-size: 0;
}
.footer-top .icon img{
    width: 100%;
}
.footer-top .txt{
    font-size: .45rem;
    line-height: .5rem;
    color: #fff;
    margin-top: .75rem;
}
.footer-middle{
    padding: 1.25rem 0;
}
.f-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.f-nav .tit{
    font-size: .45rem;
    line-height: .5rem;
    color: #fff;
}
.f-nav .navson{
    margin-top: .6rem;
    width: 1.6rem;
}
.f-nav .navson a{
    display: block;
    font-size: .4rem;
    line-height: .5rem;
    color: #a7a6a6;
    margin-bottom: .4rem;
    white-space: nowrap;
    transition: all .3s;
}
.f-nav .navson a:last-child{
    margin-bottom: 0;
}
.footer-bottom{
    padding: .9rem 0;
    border-top: 1px solid rgba(255,255,255,.04);
}
.footer-bottom .left{
    float: left;
    font-size: 0;
    margin-top: .3rem;
}
.footer-bottom .left .copy,
.footer-bottom .left .police,
.footer-bottom .left .icp,
.footer-bottom .left .build,
.footer-bottom .left .build a{
    font-size: .35rem;
    line-height: .5rem;
    color: #a7a6a6;
    font-family: "PingFang Bold";
    display: inline-block;
    *display: inline;
    zoom: 1;
    transition: all .3s;
}
.footer-bottom .left .copy,
.footer-bottom .left .police,
.footer-bottom .left .icp{
    margin-right: .3rem;    
}
.footer-bottom .left .police{
    padding-left: .7rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .5rem;
    background-image: url('../images/police.png');
}
.footer-bottom .share{
    float: right;
    font-size: 0;
}
.footer-bottom .share a{
    padding: 0;
    margin: 0;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 100%;
    margin-right: .6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footer-bottom .share a:last-child{
    margin-right: 0;
}
.footer-bottom .share .bshare-weixin{
    background-image: url('../images/share-icon1.png');
}
.footer-bottom .share .bshare-sinaminiblog{
    background-image: url('../images/share-icon2.png');
}
.footer-bottom .share .bshare-qqim{
    background-image: url('../images/share-icon3.png');
}

.contact-list{
    float: left;
    width: 50%;
}
.contact-list .con-box{
    padding: 3.6548vw;
    border-right: 1px solid #e5e5e5;
}
.contact-list .con-box .tit{
    font-size: .45rem;
    line-height: .5rem;
    color: #111;
    font-family: "PingFangSCRegular";
}
.contact-list .con-box .line{
    width: 10px;
    height: 2px;
    background-color: #000;
    margin: .6rem 0 0;
}
.contact-list .con-box .con{
    font-size: 0.8rem;
    line-height: 1.1rem;
    color: #111;
    /* font-family: "DIN-Regular"; */
    margin-top: .5rem;
    white-space: nowrap;
}
.contact-list .con-box .icon{
    width: .75rem;
    margin-top: 2rem;
    font-size: 0;
}
.contact-list .con-box .icon img{
    width: 100%;
}
.contact-list .item:last-child .con-box{
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
}
.contact-list .item:last-child .con-box .con{
    font-size: .6rem;
}
.contact-box{
    z-index: 3;
}
.contact-box .map{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.sub-banner{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-banner img{
    width: 100%;
}
.sub-banner .txt{
    position: absolute;
    left: 0;
    top: 38%;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: #fff;
    font-family: "PingFangSCRegular";
}
.scroll-arrow{
    position: absolute;
    left: 50%;
    bottom: 16%;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 100%;
    border: 1px solid #fff;
    margin-left: -.85rem;
    transition: all .3s;
}
.scroll-arrow:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: .675rem;
    height: .4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -.5rem 0 0 -.3375rem;
    background-image: url('../images/scroll-arrow.png');
    transition: background-image .3s;
     -webkit-animation: sdb05 1.5s linear infinite;
    animation: sdb05 1.5s linear infinite;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 30px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 30px);
    opacity: 0;
  }
}
.view{
    width: 83.33%;
    margin: 0 auto;
}
.bread{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    z-index: 3;
}
.sub-nav-wrap{
    border-bottom: 1px solid #e5e5e5;
    /* overflow: hidden; */
}
.bread a,
.bread span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    line-height: 2.5rem;
    color: #555;
    vertical-align: middle;
}
.bread span{
    margin: 0 .4rem;
    width: 6px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/bread-divide.png');
}
.sub-nav{
    width: 100%;
    z-index: 1;
    overflow: hidden;
}
.sub-nav .swiper-wrapper{
    justify-content: center;
}
.sub-nav .swiper-slide{
    width: auto;
    margin: 0 .9rem;
}
.sub-nav a{
    display: block;
    font-size: .45rem;
    line-height: 2.5rem;
    color: #111;
    position: relative;
    transition: all .3s;
}
.sub-nav a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #e50012;
    transform: scaleX(0);
    transition: all .3s;
}
.sub-nav .swiper-slide.cur a{
    color: #e50012;
}
.sub-nav .swiper-slide.cur a:before{
    transform: scaleX(1);
}
.sub-search{
    position: absolute;
    right: 0;
    top: 0;
    width: 5.75rem;
    padding: .75rem 0 .75rem 1.25rem;
    /* height: 1rem; */
    z-index: 2;
    border-left: 1px solid rgba(0,0,0,.1);
}
.sub-search input[type=text]{
    float: left;
    width: 80%;
    height: 1rem;
    line-height: 1rem;
    font-size: .45rem;
    color: #111;
}
.sub-search input[type=submit]{
    float: right;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .5rem;
    background-image: url('../images/sub-search.png');
    background-color: transparent;
}
.sub-search input[type=text]::-webkit-input-placeholder{
    color:#111;  
}  
.sub-search input[type=text]:-moz-placeholder{
    color:#111;
}  
.sub-search input[type=text]::-moz-placeholder{
    color:#111;
}  
.sub-search input[type=text]:-ms-input-placeholder {
    color:#111;
}  
.pub-tit{
    /* float: left; */
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #111;
}
.guide-box .pub-tit{
    float: left;
}
.guide-box{
    padding: 2.5rem 0 3.25rem;
    background-color: #fafafa;
    /* border-top: 1px solid rgba(0,0,0,.1); */
}
.guide-list{
    float: right;
    width: 80.625%;
}
.guide-list .row{
    margin: 0 -1.125rem;
}
.guide-list .item{
    box-sizing: border-box;
    padding: 0 1.125rem;
}
.guide-list .item img{
    width: 100%;
}
.guide-list .item .tit{
    font-size: .9rem;
    line-height: 1rem;
    color: #111;
    margin-top: .8rem;
}
.guide-list .item .con{
    font-size: .4rem;
    line-height: .75rem;
    color: #111;
    margin-top: .5rem;
}

.party-news{
    float: left;
    width: 64.375%;
    padding: 1.25rem 0 3.4rem;
    min-height: 28.825rem;
}
.party-middle-box .pub-tit{
    margin-bottom: 1rem;
}
.party-news .list .item{
    display: block;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.party-news .list .item:first-child{
    border-top: 1px solid #e5e5e5;
}
.party-news .list .time{
    position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.party-news .list .day{
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #000;
    font-family: "DIN-Regular";
    transition: all .3s;
}
.party-news .list .ym{
    font-size: .4rem;
    line-height: .5rem;
    color: #000;
    transition: all .3s;
}
.party-news .list .text{
    float: right;
    width: 86.8932%;
}
.party-news .list .tit{
    font-size: .55rem;
    line-height: .6rem;
    color: #000;
    transition: all .3s;
}
.party-news .list .con{
    font-size: .4rem;
    line-height: .7rem;
    color: #666;
    margin-top: .6rem;
    height: 1.4rem;
    overflow: hidden;
}
.page{
    text-align: center;
    font-size: 0;
}
.page a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 100%;
    font-size: .6rem;
    line-height: 1.7rem;
    color: #222;
    font-family: "DIN-Regular";
    margin: 0 .25rem;
    vertical-align: top;
    transition: all .3s;
}
.page a[rel=prev],
.page a[rel=next]{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #cecece;
}
.page a[rel=prev]{
    background-image: url('../images/page-prev.png');
}
.page a[rel=next]{
    background-image: url('../images/page-next.png');
}
.page a.page-first,
.page a.page-end{
    display: none;
}
.page a.active{
    color: #e50012;
}
.party-news .page{
    margin-top: 2.25rem;
}
.party-middle-box .dynamic-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 30.625%;
    height: 100%;
    border-left: 1px solid rgba(34,34,34,.1);
    padding-left: 4.25%;
    box-sizing: border-box;
    padding-top: 1.25rem;
}
.dynamic-box .tab-list{
    overflow: hidden;
    /* height: 23.4rem; */
}
.dynamic-box .tab-list .item{
    margin-bottom: 2rem;
    height: auto;
}
.dynamic-box .tab-list .item:last-child{
    margin-bottom: 0;
}
.dynamic-box .tab-list .con-box{
    display: block;
}
.dynamic-box .tab-list .img{
    height: 6.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .3s;
}
.dynamic-box .tab-list .time{
    font-size: .45rem;
    line-height: .5rem;
    margin-top: .6rem;
    font-family: "DIN-Regular";
    color: #000;
}
.dynamic-box .tab-list .tit{
    font-size: .6rem;
    line-height: .9rem;
    color: #000;
    margin-top: .5rem;
    height: 2.7rem;
    overflow: hidden;
    transition: all .3s;
}
/* .dynamic-box .buttons{
    margin-top: 1rem;
    text-align: center;
    border: 1px solid #d2d2d2;
    padding: .7rem 0;
    font-size: 0;
} */
.dynamic-box .buttons{
    margin-top: 1rem;
}
.dynamic-box .buttons a{
    display: none;
}
.dynamic-box .buttons a[rel=prev],
.dynamic-box .buttons a[rel=next]{
    display: inline-block;
}
/* .dynamic-box .buttons a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: .65rem;
    height: .45rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin:0 1.375rem;
    transition: all .3s;
}
.dynamic-box .buttons .prev{
    background-image: url('../images/dynamic-prev.png');
}
.dynamic-box .buttons .next{
    background-image: url('../images/dynamic-next.png');
} */
.masses-box{
    background-color: #f7f7f7;
    padding: 2rem 0 4rem;
}
.masses-box .img{
    float: left;
    width: 50%;
}
.masses-box .img img{
    width: 100%;
}
.masses-box .text-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 47.5%;
    height: 100%;
}
.masses-box .text{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.masses-box .text .con{
    font-size: .4rem;
    line-height: .9rem;
    color: #000;
    margin-top: .7rem;
}
.bid-box{
    padding: 2.75rem 0 3rem;
}
.bid-list{
    margin-bottom: .75rem;
}
.bid-list:last-child{
    margin-bottom: 0;
}
.bid-box .list{
    margin-top: 1rem;
}
.bid-box .list .row{
    margin: 0 -1rem;
}
.bid-box .list .item{
    box-sizing: border-box;
    padding: 0 1rem;
    margin-bottom: 2rem;
}
.bid-box .list .con-box{
    display: block;
    padding: .9rem;
    border: 1px solid #cecece;
}
.bid-box .list .sub-tit{
    font-size: .45rem;
    line-height: .5rem;
    color: #555;
    font-family: "PingFang Bold";
}
.bid-box .list .tit{
    font-size: .7rem;
    line-height: .9rem;
    height: 1.8rem;
    overflow: hidden;
    color: #000;
    margin-top: .5rem;
}
.bid-box .list .doc{
    width: 4.25rem;
    height: 1.5rem;
    border-radius: .75rem;
    border: 1px solid rgba(0, 0, 0, .3);
    text-align: center;
    margin-top: .75rem;
    font-size: 0;
    transition: all .3s;
}

.bid-box .list .doc span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .45rem;
    line-height: 1.5rem;
    height: 1.5rem;
    color: #000;
    font-family: "PingFang Bold";
    padding-left: 1rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .725rem;
    background-image: url('../images/doc-icon.png');
    transition: all .3s;
}
.love-box{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 19.4rem;
    box-sizing: border-box;
    padding-top: 2.75rem;
    text-align: center;
}
.love-box .con{
    font-size: .4rem;
    line-height: .8rem;
    margin: .7rem auto 0;
    width: 70%;
}
.welfare-box{
    padding: 2.25rem 0;
}

.welfare-box .pub-tit{
    text-align: center;
    margin-bottom: 1.5rem;
}
.welfare-box .list .row{
    margin: 0 -1.125rem;
}
.welfare-box .list .item{
    box-sizing: border-box;
    padding: 0 1.125rem;
}
.welfare-box .list .con-box{
    display: block;
}
.welfare-box .list .img{
    overflow: hidden;
}
.welfare-box .list img{
    width: 100%;
    transition: all .3s;
}
.welfare-box .list .text{
    padding: .6rem 1.1rem 1.75rem;
    background-color: #fff;
}
.welfare-box .list .time{
    font-size: .35rem;
    line-height: .4rem;
    color: #000;
}
.welfare-box .list .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .5rem;
    transition: all .3s;
}
.welfare-box .list .con{
    font-size: .375rem;
    line-height: .6rem;
    color: #666;
    margin-top: .5rem;
}
.welfare-box .page{
    margin-top: 2.25rem;
}
.welfare-news{
    background-color: #f7f7f7;
}
.welfare-project .list .text{
    background-color: #f7f7f7;
}
.person-box{
    padding: 2.5rem 0 0;
    background-color: #f5f5f5;
}
.person-box .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.person-box .img img{
    width: 100%;
    display: none;
}
.person-box .text-box{
    float: right;
    width: 35%;
    box-sizing: border-box;
    padding: 1.75rem 1.5rem;
    background-color: #fff;
}
.person-box .img img{
    width: 100%;
}
.pub-con{
    font-size: .5rem;
    line-height: 1rem;
    color: #111;
}
.person-box .text-box .pub-con{
    margin-top: .75rem;
}

.strategy-box{
    padding: 3.25rem 0 3.5rem;
    background-color: #f5f5f5;
    overflow: hidden;
}
.top-desc{
    margin-top: .5rem;
}
.strategy-box .tit-box{
    text-align: center;
}
.strategy-box .list{
    margin-top: 1.75rem;
}
.strategy-box .list .btns{
    display: none;
}
.strategy-box .list .swiper-slide{
    margin-right: 3.75%;   
    width: 30.833%;
}
.strategy-box .list .swiper-slide:last-child{
    margin-right: 0;
}
.strategy-box .list .con-box{
    position: relative;
}
.strategy-box .list img{
    width: 100%;
}
.strategy-box .list .num{
    float: left;
    font-size: .75rem;
    line-height: .8rem;
    color: #111;
    font-family: "DIN-Regular";
}
.strategy-box .list .text{
    padding: .9rem 0;
    position: relative;
}

.strategy-box .list .line{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.25);
}
.strategy-box .list .line:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: all .3s;
}
.strategy-box .list .text .pub-con{
    float: right;
    width: 83.34%;
    margin-right: 3.252%;
    height: 2.7rem;
}
.recruit-box{
    padding: 2.25rem 0 5.25rem;
}
.recruit-box .pub-tit{
    text-align: center;
}
.recruit-box .tab-btns{
    font-size: 0;
    text-align: center;
    margin-top: 1.1rem;
}
.recruit-box .tab-btns a{
    display: inline-block;
    *display: inline;
    zoom:1;
    font-size: .4rem;
    width: 3.7rem;
    height: 1.4rem;
    line-height: 1.4rem;
    color: #111;
    border:1px solid #cccfcf;
    border-radius: .7rem;
    margin:0 2px;
    font-family: "PingFang Bold";
    transition: all .3s;
}
.recruit-box .tab-btns a.cur{
    color: #fff;
    border-color: #e50012;
    background-color: #e50012;
}
.recruit-wrap{
    margin-top: 2rem;
}
.recruit-list{
    float: left;
    width: 74.375%
}
.recruit-list li{
    border:1px solid #cccfcf;
    margin-bottom: .3rem;
}
.recruit-list li:last-child{
    margin-bottom: 0;
}
.recruit-list .tit-box{
    padding:.9rem 1.25rem;  
    font-size: 0;
    position: relative;
}
.recruit-list .tit-box > div{
    display: inline-block;
    *display: inline;
    zoom:1;
    font-size: .45rem;
    /* font-size: .5rem; */
    line-height: 1.15rem;
    color: #222;    
}
.recruit-list .tit-box .staff{
    width: 27.7%;
}
.recruit-list .tit-box .department{
    width: 22%;
    /* width: 31.48%; */
}
.recruit-list .tit-box  .position{

}
.recruit-list .tit-box .btns{
    float: right;
    font-size: 0;
}
.recruit-list .tit-box .btns a{
    display: inline-block;
    *display: inline;
    zoom:1;
    width: 2.85rem;
    line-height: 1.15rem;
    border-radius: .575rem;
    border:1px solid #cccfcf;
    font-size: .4rem;
    line-height: 1.15rem;
    color: #111;
    text-align: center;
    margin-left: 6px;
    transition: all .3s;
}
.recruit-list .tit-box .btns a:first-child{
    margin-left: 0;
}
.recruit-list .sub-box{
    border:1px solid #efefef;
    padding:1.25rem;
    display: none;
}
.recruit-list .sub-box .tit{
    font-size: .55rem;
    line-height: .6rem;
    color: #222;
    float: left;
}
.recruit-list .sub-box .pub-con{
    color: #555;
    float: right;
    width: 79.63%;
    margin-right: 2.77%;
}
.recruit-wrap .right{
    float: right;
    width: 24.375%;
}
.recruit-search{
    padding:.5rem .6rem .5rem 1rem;
    border:1px solid #cccfcf;
}
.recruit-search input[type=text]{
    float: left;
    width: 75%;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: .5rem;
    color: #222;
}
.recruit-search input[type=text]::-webkit-input-placeholder{
    color:#222;  
}  
.recruit-search input[type=text]:-moz-placeholder{
    color:#222;
}  
.recruit-search input[type=text]::-moz-placeholder{
    color:#222;
}  
.recruit-search input[type=text]:-ms-input-placeholder {
    color:#222;
}
.recruit-search input[type=submit]{
    float: right;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #e50012;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/recruit-search.png');
}
.recruit-wrap .send-box{
    margin-top: .6rem;
    border:1px solid #cccfcf;
}
.recruit-wrap .send-box .send-tit{
    padding:.6rem 1rem;
    font-size: .75rem;
    line-height: .8rem;
    color: #222;
    border-bottom: 1px solid #e5e5e5;
}
.recruit-wrap .send-box .pub-con{
    padding:.7rem 1rem;
    min-height: 5rem;
}
.develop-part1-box{
    padding:2.25rem 0 0;
    text-align: center;
}
.develop-part1-box .pub-con{
    width: 70.625%;
    margin:.5rem auto 0;
    line-height: .75rem;
}
.develop-part1-box .img{
    margin-top: 1.5rem;
}
.develop-part1-box .img img{
    width: 100%;
}
.develop-part2-box{
    padding:3rem 0 1.75rem;
}
.develop-part2-box .pub-tit{
    text-align: center;
}
.develop-part2-box{
    padding:3rem 0 1.75rem;
}
.develop-part2-box .pub-tit{
    text-align: center;
}
.develop-part2-box .list{
    margin-top: 1.25rem;
}
.develop-part2-box .list li{
    padding:1.5rem 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.develop-part2-box .list .img-box{
    float: right;
    width: 50%;
}
.develop-part2-box .list .img{
    height: 12.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.develop-part2-box .list .img img{
    width: 100%;
    display: none;
}
.develop-part2-box .list .text-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 45.625%;
    height: 100%;
}
.develop-part2-box .list .text{
    position: absolute;
    left: 0;
    top:50%;
    width: 100%;
    transform:translateY(-50%);
}
.develop-part2-box .list .pub-tit{
    text-align: left;
}
.develop-part2-box .list .con{
    font-size: .45rem;
    line-height: .75rem;
    color: #111;
    margin-top: .75rem;
}
.develop-part2-box .type-btns{
    font-size: 0;
    margin-top: 1.25rem;
}
.develop-part2-box .type-btns a{
    display: inline-block;
    *display: inline;
    zoom:1;
    width: 4.45rem;
    line-height: 1.35rem;
    border-radius: .7rem;
    height: 1.4rem;
    border:1px solid rgba(0,0,0,.2);
    text-align: center;
    font-size: .45rem;
    color: #111;
    margin-right: .1rem;
    box-sizing: border-box;
    margin-bottom: .3rem;
    transition: all .3s;
}
.develop-part2-box .type-btns a:last-child{
    margin-right: 0;
}
.develop-part2-box .list li:nth-child(2n) .img-box{
    float: left;
}
.develop-part2-box .list li:nth-child(2n) .text-box{
    left: auto;
    right: 0;
}
.develop-part3-box{
    padding:2.25rem 0 3.75rem;
    background-color: #f5f5f5;
}
.develop-part3-box .pub-tit{
    text-align: center;
}
.develop-part3-box .list{
    margin-top: 1rem;
}
.develop-part3-box .list .row{
    margin:0 -.7rem;
}
.develop-part3-box .list .item{
    box-sizing: border-box;
    padding:0 .7rem;
    margin-bottom: 1.5rem;
}
.develop-part3-box .list .con-box{
    position: relative;
}
.develop-part3-box .list .block{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e50012;
    opacity: .1;
    transition: transform .3s;
}
.develop-part3-box .list .img{
    position: relative;
    z-index: 3;
    overflow: hidden; padding-bottom: 72%;
}
.develop-part3-box .list img{
    width: 100%;     position: absolute;
    transition: all .3s; height:100%;
}
.develop-part3-box .list .txt{
    position: absolute;
    left: 50%;
    top: 107%;
    width: 100%;
    transform: translate(-50%,-50%);

    text-align: center;

    z-index: 3;
}
.develop-part3-box .list .txt span{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: .75rem;
    line-height: .8rem;
    color: #000;
    transform: translateY(-50%);
}
.estateinfo-tab-box{
    overflow: hidden;
    background-color: #f1f1f1;
}
.estateinfo-tab-box .tab-box{
    float: left;
    width: 50%;
    padding:4rem 0;
    position: relative;
}
.estateinfo-tab-box .tab-box .swiper-slide{
    margin-right: 2.25rem;
    width: 100%;
}
.estateinfo-tab-box .tab-box .swiper-slide:last-child{
    /*margin-left: 0;*/
}
.estateinfo-tab-box .tab-box img{
    width: 100%;
}
.estateinfo-tab-box .tab-box .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .8;
    transition: all .3s;
}
.estateinfo-tab-box .tab-box .swiper-slide-active .mask{
    opacity: 0;
}
.estateinfo-tab-box .text-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 3;
}
.estateinfo-tab-box .text-box:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1000px;
    height: 100%;
    background-color: #fff;
}
.estateinfo-tab-box .tab-box .prev,
.estateinfo-tab-box .tab-box .next{
    position: absolute;
    right: 0;
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    z-index: 3;
    border-right: 1px solid rgba(0,0,0,.1);
}
.estateinfo-tab-box .tab-box .prev{
    bottom: 0;
    background-image: url('../images/estateinfo-prev.png');
}
.estateinfo-tab-box .tab-box .next{
    top: 0;
    background-image: url('../images/estateinfo-next.png');
}
.estateinfo-tab-box .tab-box .num-box{
    position: absolute;
    left: 0;
    top: 1.4rem;
    font-size: 0;
}
.estateinfo-tab-box .tab-box .num-box span{
    display: inline-block;
    *display: inline;
    zoom:1;
    color: #111;
    font-family: "DIN-Regular";
}
.estateinfo-tab-box .tab-box .num-box .current{
    font-size: 1.2rem;
    line-height: 1.3rem;
}
.estateinfo-tab-box .tab-box .num-box .total{
    font-size: .45rem;
    line-height: .5rem;
}

.estateinfo-tab-box .text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    padding-left: 10%;
}
.estateinfo-tab-box .text .pub-con{
    margin-top: .75rem;
    height: 13rem;
    overflow: hidden;     overflow-y: auto;
}
.estateinfo-tab-box .back-btn{
    position: absolute;
    right: 0;
    top: 4rem;
    width: 2.75rem;
    height: 2.75rem;
    border:1px solid #d4d4d6;
    border-radius: 100%;
    text-align: center;
    line-height: 2.75rem;
    color: #111;
    font-size: .45rem;
    font-family: "PingFang Bold";
    transition: all .3s;
}
.feature-box{
    padding:3rem 0 4rem;
    background-color: #f1f1f1;
}
.feature-box .pub-tit{
    text-align: center;
}
.feature-tab{
    margin-top: 1rem;
}
.feature-tab .btns{
	display: none;
}
.feature-tab .swiper-slide{
    width: 22.875%;
    margin-right: 2.875%;
    transition: all .3s;
}
.feature-tab .swiper-slide img{
    width: 100%;
}
.feature-tab .swiper-slide .text{
    background-color: #fff;
    padding:1rem .9rem;
    height: 2.7rem;
}
.process-box{
    padding:3rem 0 0;
    height: 18.55rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.process-box .pub-tit{
    text-align: center;
    color: #fff;
}
.process-box .process-tab-box{
    margin-top: 4rem;
}
.process-box .process-tab .swiper-slide{
    width: auto;
    font-size: 0;
    margin-right: 4.75rem;
}
.process-box .process-tab .swiper-slide:last-child{
    margin-right: 0;
}
.process-box .process-tab .swiper-slide:before{
    content: "";
    position: absolute;
    left: 3.9rem;
    top: 50%;
    width: 9.675rem;
    height: 1px;
    background-color: #fff;
    opacity: .2;
}
.process-box .process-tab .swiper-slide:last-child:before{
    width: 700px;
}
.process-box .process-tab .swiper-slide:first-child:after{
    content: "";
    position: absolute;
    left: -500px;
    top: 50%;
    width: 500px;
    height: 1px;
    background-color: #fff;
    opacity: .2;
}
.process-box .process-tab .circle,
.process-box .process-tab .time{
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: middle;
    position: relative;
}
.process-box .process-tab .circle{
    width: 3.9rem;
    height: 3.9rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/process-circle.png');
    font-size: .5rem;
    line-height: 3.9rem;
    color: #fff;
    text-align: center;
}
.process-box .process-tab .time{
    margin-left: 4.75rem;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
}
.process-box .process-tab .time span{
    position: absolute;
    left: 50%;
    bottom:100%;
    padding-bottom: .25rem;
    color: #fff;
    font-size: .6rem;
    line-height: .7rem;
    white-space: nowrap;
    transform: translateX(-50%);
}
.process-box .process-tab .page{
    display: none;
}
.process-box .process-tab a[rel=prev],
.process-box .process-tab a[rel=next]{
    border-color: rgba(255,255,255,.5);
}
.process-box .process-tab a[rel=prev]{
    background-image: url('../images/page-prev2.png');
}
.process-box .process-tab a[rel=next]{
    background-image: url('../images/page-next2.png');
}
.estateinfo-page .sub-nav-box{
    display: none;
}
.life-box{
    padding:2.25rem 0 4.75rem;
}
.life-box .pub-tit,
.life-box .top-desc{
    text-align: center;
}
.life-box .top-desc{
    margin:.7rem auto 0;
    line-height: .75rem;
}
.life-box .top-img{
    margin-top: 1.5rem;
}
.life-box .top-img img{
    width: 100%;
}
.life-box .middle-list{
    margin-top: 3.4rem;
}
.life-box .middle-list .btns{
    display: none;
}
.life-box .middle-list .swiper-slide{
    width: 28%;
    margin-right: 8%;
}
.life-box .middle-list .con-box{
    position: relative;
}
.life-box .middle-list .con-box:before,
.life-box .middle-list .con-box:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e50012;
    opacity: .1;
    transition: all .3s;
}

.life-box .middle-list .img{
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.life-box .middle-list img{
    width: 100%;
    transition: all .3s;
}

.life-box .middle-list .block{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5.45rem;
    height: 5.45rem;
    border:1px solid rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.2);
    margin:-2.725rem 0 0 -2.725rem;
    transform: rotate(45deg);
    z-index: 3;
}
.life-box .middle-list .txt{
    position: absolute;
    left: 0;
    top: 46.2555%;
    width: 100%;
    text-align: center;
    font-size: .6rem;
    line-height: .75rem;
    color: #fff;
    z-index: 3;
}
.life-box .life-list{
    margin-top: 3.9rem;
}
.life-box .life-list .item{
    margin-bottom: .8rem;
    text-align: center;
    position: relative;
}
.life-box .life-list .item:last-child{
    margin-bottom: 0;
}
.life-box .life-list .img{
    float: left;
    width: 65.4375%;
}
.life-box .life-list .img img{
    width: 100%;
}
.life-box .life-list .text-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 34.5625%;
    height: 100%;
    background-color: #f2f2f2;
}
.life-box .life-list .text{
    position: absolute;
    left: 0;
    top: 23.569%;
    width: 100%;
}
.life-box .life-list .text .pub-con{
    padding: 0 .5rem;
}
.life-box .life-list .text .line{
    width: .35rem;
    height: 3px;
    margin: .6rem auto;
    background-color: #000;
}
.life-box .life-list .item:nth-child(2n) .img{
    float: right;
}
.life-box .life-list .item:nth-child(2n) .text-box{
    left: 0;
    right: auto;
}
.educate-box .top-desc{
    width: 100%;
}
.news-box{
    padding:3rem 0 3.5rem;
    overflow: hidden;
}
.top-news-tab{
    margin-bottom: 2rem;
}
.top-news-tab .btns{
    display: none;
}
.top-news-tab .swiper-slide{
    margin-right: 5.375%;
    width: 29.75%;
}
.top-news-tab .swiper-slide:last-child{
    margin-right: 0;
}
.top-news-tab .con-box{
    display: block;
}
.top-news-tab .con-box .img{
    overflow: hidden;
}
.top-news-tab img{
    width: 100%;
    transition: all .3s;
}
.top-news-tab .text{
    padding:.6rem 1rem;
    background-color: #f4f4f4;
    height: 4.2rem;
}
.top-news-tab .text .time{
    font-size: .375rem;
    line-height: .5rem;
    color: #000;
}
.top-news-tab .text .tit{
    font-size: .5rem;
    line-height: .75rem;
    height: 1.5rem;
    overflow: hidden;
    color: #000;
    margin-top: .5rem;
    transition: all .3s;
}
.top-news-tab .text .con{
    font-size: .35em;
    line-height: .6rem;
    color: #666;
    margin-top: .5rem;
    height: 1.2rem;
    overflow: hidden;
}
.news-box .news-list{
    /* margin-top: 2rem; */
}
.news-box .news-list .item:first-child{
    border-top: 1px solid rgba(0,0,0,.1);
}
.news-box .news-list .item{
    display: block;
    padding:.75rem 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
}
.news-box .news-list .img{
    float: left;
    width: 23.625%;
    overflow: hidden;
}
.news-box .news-list img{
    width: 100%;
    transition: all .3s;
}
.news-box .news-list .text{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 71.875%;
}
.news-box .news-list .time{
    font-size: .4rem;
    line-height: .5rem;
    color: #000;
}
.news-box .news-list .tit{
    font-size: .55rem;
    line-height: .6rem;
    color: #000;
    margin-top: .5rem;
    transition: all .3s;
}
.news-box .news-list .con{
    font-size: .4rem;
    line-height: .7rem;
    color: #666;
    margin-top: .5rem;
}
.news-box .news-list .page{
    margin-top: 2rem;
}
.china-page .sub-search,
.journal-page .sub-search,
.video-page .sub-search{
    display: none;
}
.china-box{
    padding: 2.25rem 0 3.5rem;
}
.china-box .pub-tit{
    float: left;
}
.china-box .text{
    float: right;
    width: 81.25%;
}
.china-box .text .desc{
    font-size: .75rem;
    line-height: 1rem;
    color: #000;
}
.china-box .text .pub-con{
    margin-top: .6rem;
    color: #555;
}
.china-box .img{
    position: relative;
    top: -.6rem;
    text-align: center;
}
.china-box .img img{
    max-width: 100%;
}
.journal-box{
    padding: 2.15rem 0 4.25rem;
    background-color: #f5f5f5;
}
.journal-box .time-box .tit{
    float: left;
    font-size: .6rem;
    line-height: 1.25rem;
    color: #222;
    font-family: "PingFang Bold";
}
.journal-box .time-box .right{
    float: right;
    width: 93.5%;
    font-size: 0;
    border-radius: .625rem;
    overflow: hidden;
}
.journal-box .time-tab{
    /* display: inline-block;
    *display: inline;
    zoom: 1; */
    border-radius: .625rem;
    background-color: #fff;
    overflow: hidden;

}
.journal-box .time-tab .swiper-slide{
    height: 1.25rem;
    background-color: #fff;
    width: 3rem;
    margin-right: .5rem;
}
.journal-box .time-tab .swiper-slide:last-child{
    margin-right: 0;
}
.journal-box .time-tab a{
    display: block;
    height: 1.25rem;
    text-align: center;
    line-height: 1.25rem;
    font-size: .45rem;
    color: #222;
    font-family: "DIN-Regular";
    position: relative;
    border-radius: .625rem;
    transition: all .3s;
}
.journal-box .time-tab a:before{
    content: "/";
    position: absolute;
    right: -.25rem;
    top: 50%;
    font-size: .45rem;
    line-height: .5rem;
    transform: translateY(-50%);
    color: #bcbcbc;
}
.journal-box .time-tab .swiper-slide:last-child a:before{
    display: none;
}
.journal-box .time-tab .swiper-slide.cur a{
    background-color: #e50012;
    color: #fff;
}
.journal-box .time-tab .swiper-slide.cur a:before{
    /* display: none; */
}
.journal-list{
    margin-top: 1.6rem;
}
.journal-list .row{
    margin: 0 -.5rem;
}
.journal-list .item{
    box-sizing: border-box;
    padding: 0 .5rem;
    margin-bottom: 2rem;
}

.journal-list .con-box{
    display: block;
}
.journal-list .img{
    overflow: hidden;
}
.journal-list img{
    width: 100%;
    transition: all .3s;
}
.journal-list .txt{
    font-size: .5rem;
    line-height: .6rem;
    color: #111;
    text-align: center;
    margin-top: .6rem;
    transition: all .3s;
}
.journal-list .page{
    margin-top: .75rem;
}
.video-box{
    padding: 2.5rem 0 4.75rem;
    background-color: #f5f5f5;
}
.video-box .bimg-tab{
    float: right;
    width: 77.5%;
    height: 17rem;
    overflow: hidden;
}
.video-box .bimg-tab .prev,
.video-box .bimg-tab .next{
    display: none;
}
.video-box .bimg-tab .swiper-slide{
    height: 100%;
}
.video-box .bimg-tab .swiper-slide .img-box,
.video-box .bimg-tab .swiper-slide .img{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.video-box .bimg-tab .icon-box{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.video-box .bimg-tab .play-btn{
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/video-btn1.png');
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 auto;
    transition: all .3s;
}
.video-box .bimg-tab .txt{
    font-size: 1.1rem;
    line-height: 1.2rem;
    color: #fff;
    margin-top: .6rem;
}
.video-box .simg-tab-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 17.75%;
    left: 1%;
    height: 100%;
}
.video-box .simg-tab{
    width: 100%;
    height: 15.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7.75rem;
    overflow: hidden;
}
.video-box .simg-tab .swiper-slide{
    height: auto;
    margin-bottom: .5rem;
}
.video-box .simg-tab .con-box{
    display: block;
}
.video-box .simg-tab .img-box{
    overflow: hidden;
}
.video-box .simg-tab .img{
    height: 3.85rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .3s;
}
.video-box .simg-tab .txt{
    font-size: .5rem;
    line-height: .6rem;
    color: #000;
    margin-top: .25rem;
    text-align: center;
    transition: all .3s;
}
.video-box .simg-tab .swiper-slide.cur .txt{
    color: #e50012;
}
.video-box .simg-tab-box .prev,
.video-box .simg-tab-box .next{
    position: absolute;
    left: 50%;
    width: .65rem;
    height: .45rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: -.325rem;
    transition: all .3s;
}
.video-box .simg-tab-box .prev{
    background-image: url('../images/dynamic-prev.png');
    top: 0;
}
.video-box .simg-tab-box .next{
    background-image: url('../images/dynamic-next.png');
    bottom: 0;
}
.profile-box .right{
    padding: 4.75rem 0 4rem;
    float: right;
    width: 75%;
    padding-left: 6.25%;
    border-left: 1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
}
.profile-box .right .pub-con{
    margin-top: .7rem;
}
.profile-box .left{
    float: left;
    padding-top: 4.75rem;
    width: 25%;
}
.profile-box .num-list{
    margin-top: 1.2rem;
}
.profile-box .num-list .item{
    margin-bottom: .9rem;
}
.profile-box .num-list .tit{
    font-size: .4rem;
    line-height: .5rem;
    padding-left: 1rem;
    color: #888;
    font-family: "PingFang Bold";
    position: relative;
    transition: all .3s;
}
.profile-box .num-list .tit:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: .7rem;
    height: 1px;
    background-color: #888;
    transition: all .3s;
}
.profile-box .num-list .num-box{
    margin-top: .1rem;
    font-size: 0;
    padding-left: 1rem;
}
.profile-box .num-list .num-box .num,
.profile-box .num-list .num-box .unit{
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #111;
    transition: color .3s;
}
.profile-box .num-list .num-box .num{
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: "DIN-Regular";
}
.profile-box .num-list .num-box .unit{
    font-size: .4rem;
    line-height: .5rem;
    font-family: "PingFang Bold";
}
.profile-img img{
    width: 100%;
}
.chairman-box .text-box{
    float: left;
    padding: 3rem 0 5rem;
    width: 43.125%;
}
.chairman-box .text-box .pub-con{
    margin-top: 1.75rem;
}
.chairman-box .img{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.chairman-box .img img{
    display: none;
}
.history-box{
    padding: 3.75rem 0 2.65rem;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
}
.history-tit .pub-tit,
.history-tit .range{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.history-tit .range{
    font-size: .45rem;
    line-height: .5rem;
    color: #111;
    font-family: "Times_New_Roman";
    margin-left: .1rem;
}
.history-tab-box{
    margin-top: .85rem;
}
.history-tab{
    overflow: hidden;
    padding: 7rem 13.75%;
    position: relative;
}

.history-tab:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: .15;
}
.history-tab .swiper-slide{
    width: 8px;
    height: 8px;
    margin-right: 24.137931%;
    position: relative;
    z-index: 3;
}
.history-tab .point{
    width: 4px;
    height: 4px;
    border: 2px solid #e50012;
    background-color: #fff;
    border-radius: 100%;
    transition: all .3s;
}
.history-tab .icon{
    position: absolute;
    left: 50%;
    bottom: 10px;
    padding-bottom: 2px;
    width: .575rem;
    height: .75rem;
    margin-left: -.2875rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('../images/history-icon1.png');
}
.history-tab .text-box{
    position: absolute;
    left: 50%;
    top: 10px;
    padding-top: .75rem;
    transform: translateX(-50%);
}
.history-tab .text{
    width: 8.7rem;
    /* height: 5rem; */
    background-color: #fff;
    box-sizing: border-box;
    padding: .9rem 1rem;
    border-radius: 8px;
    position: relative;
    z-index: 3;
}

.history-tab .text-box:before{
    content: "";
    position: absolute;
    left: 50%;
    top: .75rem;
    width: 7.85rem;
    height: 4.55rem;
    background-color: #e50012;
    opacity: .05;
    margin-left: -3.925rem;
    border-radius: 8px;
    transition: all .3s;
}
.history-tab .text .time{
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #111;
    font-family: "Times_New_Roman";
}
.history-tab .text .con{
    font-size: .55rem;
    line-height: .8rem;
    height: 1.6rem;
    color: #111;
    margin-top: .4rem;
}
.history-tab .swiper-slide:nth-child(2n) .icon{
    bottom: auto;
    top: 10px;
    padding-top: 2px;
    background-image: url('../images/history-icon2.png');
}
.history-tab .swiper-slide:nth-child(2n) .text-box{
    top: auto;
    bottom: 10px;
    padding-bottom: .75rem;
    padding-top: 0;
}
.history-tab .swiper-slide:nth-child(2n) .text-box:before{
    top: 0;
}

.history-tab-box .prev,
.history-tab-box .next{
    position: absolute;
    top: 50%;
    margin-top: -.75rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #a1a1a1;
    background-color: #f2f2f2;
    box-sizing: border-box;
    z-index: 3;
    transition: all .3s;
}
.history-tab-box .prev{
    left: -1.5rem;
    background-image: url('../images/history-prev.png');
}
.history-tab-box .next{
    right: -1.5rem;
    background-image: url('../images/history-next.png');
}
.member-box .left{
    float: left;
    width: 62.5%;
    border-right: 1px solid #d9d9d9;
}
.member-box .left .tit-box{
    padding: 2rem 9.17% 2rem 13.33%;
    border-bottom: 1px solid #d9d9d9;   
}
.member-box .tit-box .pub-tit{
    float: left;
}
.member-box .tit-box .icon{
    float: right;
    width: 1.25rem;
    font-size: 0;
}
.member-box .tit-box .icon img{
    width: 100%;
}
.member-box .left .img{
    display: block;
}
.member-box .left .img img{
    width: 100%;
}
.member-box .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 37.5%;
    height: 100%;
}
.member-box .right .tit-box{
    padding: 2rem 22.22% 2rem 8.33%;
    border-bottom: 1px solid #d9d9d9;
}
.member-list{
    position: absolute;
    left: 0;
    top: 5.325rem;
    width: 100%;
    height: calc(100% - 5.325rem);
    overflow: hidden;
}
.member-list .mCSB_inside>.mCSB_container{
    margin-right: 0;
    display: block!important;
}
.member-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #c70011;
    width: 6px;
    border-radius: 0;
}
.member-list .mCSB_scrollTools{
    width: 6px;
}
.member-list .mCSB_scrollTools .mCSB_draggerRail{
    width: 6px;
    background-color: transparent;
}
.member-list .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.member-list .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
    background: #c70011;
}
.member-list li{
    padding: 1rem 9.72% 1.5rem 12.5%;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.member-list li:last-child{
    border-bottom: none;
}
.member-list li .name{
    float: left;
    width: 18.644%;
    font-size: .9rem;
    line-height: 1rem;
    color: #000011;
    white-space: nowrap;
    text-align: right;
}
.member-list li .text{
    float: right;
    width: 77.966%;
    margin-top: .45rem;
}
.member-list li .staff{
    font-size: .4rem;
    line-height: .5rem;
    color: #000011;
    font-family: "PingFang Bold";
}
.member-list li .con{
    font-size: .375rem;
    line-height: .6rem;
    color: #000011;
    margin-top: .3rem;
}
.culture-box{
    padding: 3.9rem 0 5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.culture-box .pub-tit{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
}
.culture-box .circle-box{
    width: 15.75rem;
    height: 15.75rem;
    margin: 0 auto;
    position: relative;
}
.culture-box .inside-circle{
    width: 9.5rem;
    height: 9.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4.75rem 0 0 -4.75rem;
    border-radius: 100%;
    border: 2px dotted rgba(255,255,255,.1);
}
.culture-circle{
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px dotted rgba(255,255,255,.3);
    border-radius: 100%;
}
.culture-list .item{
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
}

.culture-list .item .icon{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 100%;
    transition: all .3s;
}
.culture-list .item .icon img{
    width: 100%;
    transition: all .3s;
}
.culture-list .item .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.culture-list .item .tit{
    position: absolute;
    right: 2rem;
    top: .5rem;
    width: 2.4rem;
    padding-bottom: .2rem;
    text-align: right;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-size: .45rem;
    line-height: .5rem;
    color: #fff;
    font-family: "PingFang Bold";
}
.culture-list .item:nth-child(2n) .tit{
    right: auto;
    left: 2rem;
    text-align: left;
}
.culture-list .item .con{
    font-size: .6rem;
    line-height: .7rem;
    color: #fff;
    padding-bottom: .2rem;
    border-bottom: 1px solid rgba(255,255,255,.3);
    white-space: nowrap;
    position: absolute;
    right: 4.75rem;
    top: .7rem;
}
.culture-list .item:nth-child(2n) .con{
    right: auto;
    left: 4.75rem;
}
.culture-list .item .con:before{
    content: "";
    position: absolute;
    width: .52rem;
    height: 1px;
    right: -.45rem;
    bottom: .16rem;
    background-color: #fff;
    opacity: .3;
    transform: rotate(-45deg);
}
.culture-list .item:nth-child(2n) .con:before{
    right: auto;
    left: -.45rem;
    transform: rotate(45deg);
}
.culture-list .item:nth-child(1){
    left: 19.68%;
    top: 1.9%;
}
.culture-list .item:nth-child(2){
    right: 19.68%;
    top: 1.9%;
}
.culture-list .item:nth-child(3){
    left: -3.8%;
    top: 45%;
}
.culture-list .item:nth-child(4){
    right: -3.8%;
    top: 45%;
}
.culture-list .item:nth-child(5){
    left: 19.68%;
    bottom: 1.9%;
}
.culture-list .item:nth-child(6){
    right: 19.68%;
    bottom: 1.9%;
}
.ban-about .txt{
    color: #111;
}
.ban-about .scroll-arrow{
    border-color: #e50012;
}
.ban-about .scroll-arrow:before{
    background-image: url('../images/about-scroll-arrow.png');
}

.index-wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index-wrap>.swiper-wrapper>.swiper-slide{
    overflow: hidden;
}
.index-wrap>.swiper-wrapper>.swiper-slide.foot-slide{
    height: auto;
    overflow: inherit;
}
.banner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner .swiper-slide{
    height: 100%;
}
.banner .img{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner .img img{
    width: 100%;
    display: block;
}
.banner .m-img{
    display: none;
}
.banner .txt{
    position: absolute;
    left: 0;
    top: 26.85%;
    width: 100%;
    font-size: 1.35rem;
    line-height: 1.4rem;
    color: #fff;
    font-family: "PingFang Bold";
    text-align: center;
}
.banner .btns{
    position: absolute;
    right: 3.6458%;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    z-index: 3;
}
.banner .btns .swiper-pagination-bullet{
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #e50012;
    background-color: transparent;
    margin: .3rem 0;
    transition: all .3s;
}
.banner .btns .swiper-pagination-bullet-active{
    background-color: #e50012;
}
.banner .ban-scroll{
    position: absolute;
    left: 0;
    bottom: 8.33%;
    width: 100%;
    z-index: 3;
}
.banner .scroll-arrow{
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    border-color: #e50012;
}
.banner .scroll-arrow:before{
    background-image: url('../images/about-scroll-arrow.png');
}
.banner .ban-scroll .txt{
    margin-top: 1.7rem;
    text-align: center;
    font-size: .35rem;
    line-height: .5rem;
    color: #e50012;
    font-family: "DIN-Regular";
    text-transform: uppercase;
}
.banner .ban-scroll svg{
    transform: rotate(-90deg);
    overflow: inherit;
}
.banner .ban-scroll circle{
    stroke-dashoffset: 220;   
    stroke-dasharray: 220;   
    transition: all 6s;
}
.banner .swiper-slide-active .scroll-arrow circle{
    stroke-dashoffset: 0;   
}
.index-business-box{
    position: absolute;
    left: 0;
    top: 16.67%;
    width: 100%;
}
.index-business-box .tit-box{
    text-align: center;
}
.index-business-box .tit-box .pub-tit{
    font-family: "PingFangSCRegular";
}
.index-business-box .tit-box .en-tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #999;
    margin-top: .2rem;
    font-family: "DIN-Regular";
}

.index-business{
    margin-top: 1.8rem;
}
.index-business .swiper-slide{
    width: 28.84%;
    margin-right: 6.74%;
}
.index-business .swiper-slide:last-child{
    margin-right: 0;
}
.index-business .btns{
    display: none;
}
.index-business .con-box{
    display: block;
}

.index-business .con-box .img-box:before,
.index-business .con-box .img-box:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e50012;
    opacity: .1;
    transition: all .3s;
}

.index-business .swiper-slide .img{
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.index-business .swiper-slide img{
    width: 100%;
    transition: all .3s;
}

.index-business .con-box .block{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3.75rem;
    height: 3.75rem;
    border: 1px solid rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.2);
    transform: rotate(45deg);
    margin: -1.875rem 0 0 -1.875rem;
    transition: all .3s;
    z-index: 3;
}
.index-business .con-box .block:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 100%;
    background-color: rgba(0,0,0,.1);
    margin: -1.125rem 0 0 -1.125rem;
    transform: scale(0);
    transition: all .3s;
}
.index-business .con-box .tit{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: .65rem;
    line-height: .8rem;
    color: #fff;
    z-index: 3;
}
.index-business .con-box .txt{
    font-size: .6rem;
    line-height: .7rem;
    color: #111;
    margin-top: .8rem;
    transition: all .3s;
}
.index-project{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index-project .swiper-slide,
.index-project .swiper-slide .img{
    height: 100%;
}
.index-project .swiper-slide .img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index-project .swiper-slide .m-img{
    display: none;
}
.index-project .prev,
.index-project .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .65rem;
    height: 1.1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 3;
    transition: all .3s;
}
.index-project .prev{
    left: 3.6458%;
    background-image: url('../images/index-project-prev.png');
}
.index-project .next{
    right: 3.6458%;
    background-image: url('../images/index-project-next.png');
}
.index-project .text-box{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 3;
    text-align: center;
}
.index-project .text-box .logo{
    width: 3.075rem;
    margin: 0 auto;
    font-size: 0;
}
.index-project .text-box .logo img{
    width: 100%;
}
.index-project .text-box .tit{
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: #222;
    font-family: "PingFangSCRegular";
    margin: .7rem auto 0;
}
.index-project .text-box .desc{
    font-size: .5rem;
    line-height: .6rem;
    color: #222;
    font-family: "PingFangSCRegular";
    margin-top: .5rem;
}
.index-project .text-box .more-btn{
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    margin: 6rem auto 0;
    position: relative;
}
.index-project .text-box .more-btn:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    border: 1px solid #fff;
    transform: rotate(45deg);
    border-radius: 0;
    transition: all .5s;
}
.index-project .text-box .more-btn span{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-bottom: .9rem;
    color: #111;
    font-size: .45rem;
    line-height: .5rem;
    font-family: "dinb";
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 7px;
    background-image: url('../images/index-project-more.png');
}
.index-news-box{
    position: absolute;
    left: 0;
    top: 16.67%;
    width: 100%;
}
.index-news-box .type-btns{
    text-align: center;
    font-size: 0;
}
.index-news-box .type-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 1.2rem;
    line-height: 1.3rem;
    margin: 0 .6rem;
    font-family: "PingFangSCRegular";
    color: #222;
    position: relative;
    transition: all .3s;
}
.index-news-box .type-btns a:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 100%;
    right: calc(-.6rem - 3px);
    top: 50%;
    margin-top: -3px;
}
.index-news-box .type-btns a:last-child:before{
    display: none;
}
.index-news-box .type-btns a.cur{
    color: #e50012;
}
.index-news-box .pub-tit{
    text-align: center;
    font-family: "PingFangSCRegular";
}
.index-news{
    margin-top: 1rem;
}
.index-news .swiper-slide{
    margin-right: 4.2%;
    width: 30.533%;
}
.index-news .swiper-slide:last-child{
    margin-right: 0;
}
.index-news .con-box{
    display: block;
}
.index-news .con-box .img{
    overflow: hidden;
}
.index-news .con-box img{
    width: 100%;
    transition: all .3s;
}
.index-news .con-box .text{
    background-color: #f5f5f5;
    padding: .8rem 1rem;
}
.index-news .con-box .time{
    font-size: .4rem;
    font-family: "PingFang Bold";
    color: #222;
}
.index-news .con-box .tit{
    font-size: .7rem;
    line-height: .8rem;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .5rem;
    transition: all .3s;
}
.index-news .con-box .con{
    font-size: .45rem;
    line-height: .75rem;
    color: #222;
    margin-top: .5rem;
}
.index-news .con-box .more-btn{
    font-size: 0;
    margin-top: 1.1rem;
}
.index-news .con-box .more-btn span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .45rem;
    line-height: .5rem;
    padding-right: .6rem;
    font-family: "DIN-Regular";
    color: #111;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 7px;
    background-image: url('../images/index-project-more.png');
}
.index-news .btns{
    margin-top: 1rem;
    text-align: center;
}
.index-news .btns .swiper-pagination-bullet{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 16px;
    height: 16px;
    border: 2px solid #e50012;
    border-radius: 100%;
    background-color: transparent;
    margin: 0 6px;
    transition: all .3s;
}
.index-news .btns .swiper-pagination-bullet-active{
    background-color: #e50012;
}
.index-video-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.index-video-box video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 120%;
}

.index-video-box .video-bg{
    transition: all .3s;
}
.index-video-box .video-bg,
.index-video-box .video-bg .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index-video-box .video-bg .bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index-video-box .video-bg .m-bg{
    display: none;
}
.index-video-box .text-box{
    position: absolute;
    left: 0;
    top: 35.185%;
    width: 100%;
    text-align: center;
}
.index-video-box .tit{
    font-size: 0;
}
.index-video-box .tit span,
.index-video-box .tit a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    transition: all .3s;
}
.index-video-box .tit span{
    font-size: 1.8rem;
    line-height: 1.9rem;
    color: #fff;
    font-family: "PingFangSCRegular";
}
.index-video-box .tit a{
    width: 2.9rem;
    height: 2.9rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/play-btn.png');
    margin: 0 .75rem;
}
.index-video-box .con{
    font-size: .5rem;
    line-height: .75rem;
    color: #fff;
    margin-top: .6rem;
    transition: all .3s;
}

.index-video-box.on .video-bg{
    opacity: 0;
}
.index-video-box.on .tit .play-btn{
    background-image: url('../images/pause-btn.png');
}
.index-video-box.on .tit span,
.index-video-box.on .con{
    opacity: 0;
    visibility: hidden;
}
.search-box{
    background-color: #f5f5f5;
}
.search-box .tit-box{
    margin-bottom: 1rem;
}
.search-box .tit-box .num{
    font-size: .5rem;
    line-height: 1.3rem;
    color: #111;
}
.anchor{
    position: absolute;
    left: 0;
    top: -3rem;
    width: 100%;
    height: 1px;
}
@media (max-width: 1680px){
    .develop-part2-box .type-btns a{
        width: 4rem;
    }
    .strategy-box .list .text .pub-con{
        height: 3.2rem;
    }
}

@media (max-width: 1366px){
    .header-right .lang-box{
        margin-left: 2vw;
    }
    .pc-nav li{
        margin-left: 1rem;
    }
    .member-list li{
        padding: 1rem 8% 1.5rem;
    }
    .member-list li .text{
        width: 70%;
    }
    .culture-box .circle-box{
        width: 12rem;
        height: 12rem;
    }
    .culture-box .inside-circle{
        width: 8rem;
        height: 8rem;
        margin: -4rem 0 0 -4rem;
    }
    .culture-list .item .con{
        font-size: .5rem;
    }
    .develop-part2-box .type-btns a{
        width: 3rem;
        font-size: .4rem;
    }
    .recruit-list .tit-box{
        padding: .9rem .8rem;
    }
    .recruit-list .tit-box .department{
        width: 25%;
    }
    .recruit-list .sub-box{
        padding: 1.25rem .8rem;
    }
}

@media (max-width: 1200px){
    .pc-nav li{
        margin-left: .4rem;
    }
    .header-right .icon-box{
        margin-left: .4rem;
    }
    .header-right .lang-box{
        margin-left: .4rem;
    }
    .header-right .lang-box a{
        margin-left: .4rem;
    }

}