.zs-banner-about {
    background: url(../images/img-banner-about.jpg) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    height: 720px;
    text-align: center;
}
.zs-banner-about .title{
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    padding-top: 270px;
}
.zs-banner-about .subtitle{
    font-size: 24px;
    margin-top: 30px;
    color: #999999;
}
.zs-banner-about .line{
    display: block;
    margin: 23px auto;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
}
.zs-banner-about .icon-mouse{
    margin-top: 50px;
}
/*高端网站定制*/
.zs-about-customize {
    background: url(../images/bg-about-customize.jpg) no-repeat center top;
    background-size: 100% auto;
}
.zs-about-customize .zs-wp{
    position: relative;
    display: flex;
}
.zs-about-customize .img-txt{
    position: absolute;
    right: 0px;
    top: 150px;
}
.zs-about-customize .pic{
    padding-top: 340px;
}
.zs-about-customize .pic img{
    width: 628px;
    height: auto;
    border-radius: 10px;
}
.zs-about-customize .title{
    font-size: 42px;
    font-weight: bold;
    color: #ccc;
    padding-top: 150px;
}
.zs-about-customize .subtitle{
    font-size: 42px;
    font-weight: bold;
    color: #FFFFFF;
}
.zs-about-customize .textbox{
    padding-top: 300px;
}
.zs-about-customize .textbox strong{
    display: block;
    font-size: 60px;
}
.zs-about-customize .textbox span{
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.zs-about-customize .textbox .line{
    display: block;
    margin: 8px 0 0 0;
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background-color: #333333;
}
.zs-about-customize .textbox .text{
    font-size: 16px;
    margin-top: 20px;
    color: #666666;
}
/*知了网络*/
.zs-about-info{
    display: table;
    width: 100%;
    padding: 80px 0;
    background: url(../images/bg-about-info.jpg) no-repeat center top;
    background-size:  100% auto;
}
.zs-about-info .zs-wp{
    display: flex;
    justify-content: space-between;
}
.zs-about-info .left{
    width: 55%;
}
.zs-about-info .left .title{
    font-size: 60px;
    font-weight: bold;
    color: #2a9445;
}
.zs-about-info .left .subtitle{
    margin-top: 10px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    background: url(../images/bl-red.png) no-repeat left bottom;
}
.zs-about-info .left .desc{
    font-size: 22px;
    margin-top: 30px; 
}
.zs-about-info .left .content{
    margin-top: 25px;
    font-size: 16px;
    color: #666666;
}
.zs-about-info .right{
    width: 490px;
}
.zs-about-info .right .pic{

}
.zs-about-info .right .pic img{
    display: block;
    width: 100%;
}
.zs-about-info .client{
    display: block;
    width: 100%;
    background: #82bb40;
    padding: 30px;
    border-radius: 3px;
    margin-top: 30px;
    color: #FFFFFF;
}
.zs-about-info .client .title{
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.zs-about-info .client .title:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -6px;
    width: 40px;
    height: 2px;
    background-color: #FFFFFF;
    transition: all 0.35s;
}
.zs-about-info .client .text{
    margin-top: 25px;
    font-size: 16px;
    color: #CCCCCC;
}
.zs-about-info .client .number{
    margin-top: 25px;
    display: flex;
}
.zs-about-info .client .number li{
    width: 33%;
    color: #fff;
    border-right: 1px solid #82bb40;
    line-height: 1.2;
}
.zs-about-info .client .number li:nth-child(2) {
    width: 33%;
    padding-left: 7%;
}
.zs-about-info .client .number li:nth-child(3) {
    width: 33%;
    padding-left: 7%;
    border-right:0;
}
.zs-about-info .client .number li .tit{
    font-size: 16px;
}
.zs-about-info .client .number li .num span{
    font-size: 42px;
    font-family: 'Din';
    font-weight: bold;
}
.zs-about-info .client .number li .en{
    color: #CCCCCC;
    font-size: 12px;
}

/*企业文化*/
.zs-about-culture{
    width: 100%;
    padding: 80px 0;
    position: relative;
}
.zs-about-culture .zs-wp{
    display: flex;
    align-items: center;
    position: relative;
}
.zs-about-culture .pic{
    width: 528px;
    height: auto;
}
.zs-about-culture .pic img{
    width: 100%;
}
.zs-about-culture .zs-w50{
    flex: 0 0 45%;
    width: 45%;
    z-index: 10;
}
.zs-about-culture .zs-w50:nth-child(2){
    flex: 0 0 55%;
    width: 55%
    z-index: 10;
}
.zs-about-culture .title{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}
.zs-about-culture .subtitle{
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    background: url(../images/bl-red.png) no-repeat left 28px;
}
.zs-about-culture .line{
    display: block;
    margin: 8px 0 0 0;
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background-color: #333333;
}
.zs-about-culture .text{
    font-size: 14px;
    margin-top: 25px;
}
.zs-about-culture .bgtxt{
    font-size: 100px;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'Arial';
    color: #f5f5f5;
    z-index: 1;
    position: absolute;
    left: 620px;
    top: 0px;
}

/*来自品牌的认可*/
.zs-about-client{
    background: url(../images/bg-about-client.jpg) no-repeat center top;
    background-size: 100% auto;
    height: 732px;
    margin-top: 120px;
    color: #FFFFFF;
}
.zs-about-client .zs-wp{
    padding: 60px 0;
}
.zs-about-client .title{
    font-size: 60px;
    font-weight: bold;
}
.zs-about-client .subtitle{
    font-size: 16px;
    position: relative;
}
.zs-about-client .subtitle:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -15px;
    width: 40px;
    height: 2px;
    border-radius: 1.5px;
    background-color: #FFFFFF;
    transition: all 0.35s;
}
/*荣誉资质*/
.zs-about-honor{
    background: url(../images/bg-about-honor.jpg) no-repeat center top;
    background-size: 100% auto;
}
.zs-about-honor .zs-wp{
    padding: 80px 0;
    display: block;
}
.zs-about-honor .title{
    font-size: 60px;
    font-weight: bold;
    color: #2a9445;
}
.zs-about-honor .subtitle{
    font-size: 18px;
    color: #CCCCCC;
    position: relative;
}
.zs-about-honor .subtitle:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -15px;
    width: 40px;
    height: 2px;
    border-radius: 1.5px;
    background-color: #2a9445;
    transition: all 0.35s;
}
.abouthonor{
    margin-top:100px;
    min-height:450px;
    padding: 0 15px;
}
.abouthonor .abouthonor-box{
    background-color:#fff;
    border-radius:9px;
    padding:30px;
    box-shadow:0 20px 20px #eee;
    text-align:center;
    box-sizing:border-box;
}
.abouthonor .abouthonor-box img{
    display: block;
    margin: 0 auto;
    width: 210px;
    height: auto;
}
.abouthonor .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom:10px;
}
.abouthonor .swiper-pagination-bullet{
    background: #dbdbdb;
    width:34px;
    height:6px;
    border-radius:3px;
    opacity:0.7;
    border:none;
}
.abouthonor .swiper-pagination-bullet-active{
    background: #2a9445;
    width:34px;
    height:6px;
    border-radius:3px;
    opacity: 1;
    border:none;
}
/*公司大事记*/
.zs-about-event{
    position: relative;
    width: 100%;
    background-color: #f0f0f0;
}
.zs-about-event .zs-wp{
    padding: 80px 0;
    position: relative;
    z-index: 10;
}
.zs-about-event .title{
    font-size: 60px;
    font-weight: bold;
}
.zs-about-event .subtitle{
    font-size: 18px;
}
.zs-about-event .line {
    display: block;
    margin: 8px 0 0 0;
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background-color: #2a9445;
}
.zs-about-event .event_box{
    width:90%;
    margin:3% auto 0;
    position:relative;
    min-height:420px;
}
.zs-about-event .event_box .parHd {
    width:100%;
    display:inline-block;
    height:92px;
    overflow:hidden;
    background:url(../images/dot-grey.png) no-repeat left 24px;
    background-size:100% 2px;
}
.zs-about-event .parHd  ul{
    width:100%;
    text-align:center;
    margin:0 auto;
    padding-top:25px !important;
}
.zs-about-event .parHd .tempWrap{
    margin:0 auto;
}
.zs-about-event .parHd .tempWrap:after{
    content:'';
    width:85%;
    height:1px;
    position:absolute;
    right:8%;
    top:34%;
    z-index:10;
}
.zs-about-event .parHd li.no_line:before{
    display:none;
}
.zs-about-event .parHd li{
    display:inline-block;
    cursor:pointer;
    padding-top:30px;
    font-size:24px;
    color:#333;
    margin:0 30px;
    position:relative;
}
.zs-about-event .parHd li:after{
    content:'';
    background:url(../images/icon-dota.png) no-repeat;
    background-size: 100%;
    width:24px;
    height:24px;
    position:absolute;
    z-index:20;
    top:-12px;
    left:50%;
    margin-left:-12px;
}
.zs-about-event .parBd{
    text-align:center;
    margin-top:60px;
}
.zs-about-event .parBd .slideBox{
    display: none;
    width:70%;
    margin:0 auto;
    background:#82bb40;
    border-radius:3px;
    color:#fff;
    padding:30px;
    box-sizing:border-box;
    box-shadow:0px 80px 0 -50px #e8c3be;
}
.zs-about-event .parBd h4{
    position:relative;
    font-size:30px;
    font-weight:700;
    margin-bottom:3%;
    margin: 0;
    padding:0 60px;
    display:inline-block;
    text-align:center;
}
.zs-about-event .parBd p{
    line-height:180%;
    font-size:18px;
    width:80%;
    margin:0 auto;
}
.zs-about-event div#listBox {
    width:100%;
}
.zs-about-event .sPrev,.sNext{
    width:30px;
    height:30px;
    display:block;
    position:absolute;
    top:10px;
    cursor:pointer;
}
.zs-about-event .sPrev img,.sNext img{
    width: 100%;
    height: 100%;
}
.zs-about-event .sPrev{
    left:0;
}
.zs-about-event .sNext{
    right:0;
}
.zs-about-event .sPrev img,.zs-about-event .sNext img{
    transition:all .6s cubic-bezier(.51,1.1,.9,.95);
    -moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);
    -webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);
    -o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);
}
.zs-about-event .parHd li.cur span,.zs-about-event .parHd li.act span{
    display:block;
    width:24px;
    height:24px;
    overflow:hidden;
    background:url(../images/icon-cat.png) no-repeat;
    background-size: 100%;
    position:absolute;
    top:-12px;
    left:16px;
    z-index:21;
}
.zs-about-event .parHd li span,.zs-about-event .parHd li.clone span{
    display:none;
}
.zs-about-event .bgtxt {
    font-size: 100px;
    font-weight: 700;
    color: #e6e6e6;
    z-index: 1;
    position: absolute;
    left: 100px;
    top: 40px;
}
/*团队风采*/
.zs-about-team{
    background: url(../images/bg-about-team.png) no-repeat center bottom;
    background-size: 100% auto;
    padding: 80px 0;
}
.zs-about-team .zs-wp{
    position: relative;
}
.zs-about-team .title{
    font-size: 60px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
.zs-about-team .subtitle{
    font-size: 18px;
    position: relative;
    z-index: 10;
}
.zs-about-team .subtitle:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -15px;
    width: 40px;
    height: 2px;
    border-radius: 1.5px;
    background-color: #82bb40;
    transition: all 0.35s;
}
.zs-about-team .bgtxt{
    font-size: 100px;
    font-weight: 700;
    color: #f5f5f5;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1;
}
.zs-about-team .mt50{
    display: flex;
    margin-top: 50px;
}
.zs-about-team .teambox{
    float: left;
    position: relative;
    margin-right: 50px;
    border-radius: 12px;
    overflow: hidden;
}
.zs-about-team .teambox img{
    display: block;
}
.zs-about-team .teambox .photo01{
    width: 295px;
    height: 295px;
}
.zs-about-team .teambox .photo02{
    width: 690px;
    height: 480px;
}
.zs-about-team .teambox span{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 99;
}
.zs-about-team .teamtxt{
    background: #f3f7fc;
    border-radius: 12px;
    padding: 50px;
}
.zs-about-team .teamtxt .text1{
    font-size: 20px;
    font-weight: bold;
}
.zs-about-team .teamtxt .text2{
    font-size: 22px;
    font-weight: bold;
    color: #666;
}
.zs-about-team .teamtxt .text3{
    font-size: 12px;
    color: #666;
}
.zs-about-team .teamtxt .text4{
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    position: relative;
}
.zs-about-team .teamtxt .text4:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -15px;
    width: 40px;
    height: 2px;
    border-radius: 1.5px;
    background-color: #2a9445;
    transition: all 0.35s;
}
.zs-about-team .mt30{
    display: block;
    margin-top: 50px;
}

/*自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.zs-banner-about {
     height: 37.5vw;
}
 .zs-banner-about .title{
     font-size: 3.75vw;
     font-weight: 700;
     padding-top: 14.0625vw;
}
 .zs-banner-about .subtitle{
     font-size: 1.25vw;
     margin-top: 1.5625vw;
}
 .zs-banner-about .line{
     margin: 1.197917vw auto;
     width: 2.083333vw;
     height: 0.208333vw;
}
 .zs-banner-about .icon-mouse{
     margin-top: 2.604167vw;
}
/*高端网站定制*/
 .zs-about-customize .img-txt{
     top: 7.8125vw;
}
 .zs-about-customize .pic{
     padding-top: 17.708333vw;
}
 .zs-about-customize .pic img{
     width: 32.708333vw;
     border-radius: 0.520833vw;
}
 .zs-about-customize .title{
     font-size: 2.1875vw;
     padding-top: 7.8125vw;
}
 .zs-about-customize .subtitle{
     font-size: 2.1875vw;
}
 .zs-about-customize .textbox{
     padding-top: 15.625vw;
}
 .zs-about-customize .textbox strong{
     font-size: 3.125vw;
}
 .zs-about-customize .textbox span{
     font-size: 1.041667vw;
}
 .zs-about-customize .textbox .line{
     margin: 0.416667vw 0 0 0;
     width: 2.083333vw;
}
 .zs-about-customize .textbox .text{
     font-size: 0.833333vw;
     margin-top: 1.041667vw;
}
/*知了网络*/
 .zs-about-info{
     padding: 4.166667vw 0;
}
 .zs-about-info .left .title{
     font-size: 3.125vw;
}
 .zs-about-info .left .subtitle{
     margin-top: 0.520833vw;
     font-size: 1.875vw;
}
 .zs-about-info .left .desc{
     font-size: 1.145833vw;
     margin-top: 1.5625vw;
}
 .zs-about-info .left .content{
     margin-top: 1.302083vw;
     font-size: 0.833333vw;
}
 .zs-about-info .right{
     width: 25.520833vw;
}
 .zs-about-info .client{
     padding: 1.5625vw;
     border-radius: 0.15625vw;
     margin-top: 1.5625vw;
}
 .zs-about-info .client .title{
     font-size: 1.25vw;
}
 .zs-about-info .client .title:after {
     bottom: -0.3125vw;
     width: 2.083333vw;
}
 .zs-about-info .client .text{
     margin-top: 1.302083vw;
     font-size: 0.833333vw;
}
 .zs-about-info .client .number{
     margin-top: 1.302083vw;
}
 .zs-about-info .client .number li .tit{
     font-size: 0.833333vw;
}
 .zs-about-info .client .number li .num span{
     font-size: 2.1875vw;
}
 .zs-about-info .client .number li .en{
     font-size: 0.625vw;
}
/*企业文化*/
 .zs-about-culture{
     padding: 4.166667vw 0;
}
.zs-about-culture .pic{
     width: 27.5vw;
}
 .zs-about-culture .title{
     font-size: 3.125vw;
}
 .zs-about-culture .subtitle{
     font-size: 1.25vw;
     margin-top: 2.604167vw;
     background: url(../images/bl-red.png) no-repeat left 1.458333vw;
}
 .zs-about-culture .line{
     margin: 0.416667vw 0 0 0;
     width: 2.083333vw;
}
 .zs-about-culture .text{
     font-size: 0.729167vw;
     margin-top: 1.302083vw;
}
 .zs-about-culture .bgtxt{
     font-size: 5.208333vw;
     left: 32.291667vw;
}
/*来自品牌的认可*/
 .zs-about-client{
     height: 38.125vw;
     margin-top: 6.25vw;
}
 .zs-about-client .zs-wp{
     padding: 3.125vw 0;
}
 .zs-about-client .title{
     font-size: 3.125vw;
}
 .zs-about-client .subtitle{
     font-size: 0.833333vw;
}
 .zs-about-client .subtitle:after {
     bottom: -0.78125vw;
     width: 2.083333vw;
}
/*荣誉资质*/
 .zs-about-honor .zs-wp{
     padding: 4.166667vw 0;
}
 .zs-about-honor .title{
     font-size: 3.125vw;
}
 .zs-about-honor .subtitle{
     font-size: 0.9375vw;
}
 .zs-about-honor .subtitle:after {
     width: 2.083333vw;
     height: 0.104167vw;
}
 .abouthonor{
     margin-top:5.208333vw;
     min-height:23.4375vw;
     padding: 0 0.78125vw;
}
 .abouthonor .abouthonor-box{
     border-radius:0.46875vw;
     padding:1.5625vw;
     box-shadow:0 1.041667vw 1.041667vw #eee;
}
 .abouthonor .abouthonor-box img{
    width: 10.9375vw;
 }
 .abouthonor .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
     bottom:0.520833vw;
}
 .abouthonor .swiper-pagination-bullet{
     width:1.770833vw;
     height:0.3125vw;
}
 .abouthonor .swiper-pagination-bullet-active{
     width:1.770833vw;
     height:0.3125vw;
}
/*公司大事记*/
 .zs-about-event .zs-wp{
     padding: 4.166667vw 0;
}
 .zs-about-event .title{
     font-size: 3.125vw;
}
 .zs-about-event .subtitle{
     font-size: 0.9375vw;
}
 .zs-about-event .line {
     margin: 0.416667vw 0 0 0;
     width: 2.083333vw;
}
 .zs-about-event .event_box{
     min-height:21.875vw;
}
 .zs-about-event .event_box .parHd {
     height:4.791667vw;
     background:url(../images/dot-grey.png) no-repeat left 1.25vw;
     background-size:100% 0.104167vw;
}
 .zs-about-event .parHd ul{
     padding-top:1.302083vw !important;
}
 .zs-about-event .parHd li{
     padding-top:1.5625vw;
     font-size:1.25vw;
     margin:0 1.5625vw;
}
 .zs-about-event .parHd li:after{
     width:1.25vw;
     height:1.25vw;
     top:-0.625vw;
     left:50%;
     margin-left:-0.625vw;
}
 .zs-about-event .parBd{
     margin-top:3.125vw;
}
 .zs-about-event .parBd .slideBox{
     padding:1.5625vw;
     box-shadow:0vw 4.166667vw 0 -2.604167vw #e8c3be;
}
 .zs-about-event .parBd h4{
     font-size:1.5625vw;
     padding:0 3.125vw;
}
 .zs-about-event .parBd p{
     font-size:0.9375vw;
}
 .zs-about-event .sPrev,.sNext{
     width:1.5625vw;
     height:1.5625vw;
     top:0.520833vw;
}
 .zs-about-event .parHd li.cur span{
     width:1.25vw;
     height:1.25vw;
     top:-0.625vw;
     left:0.833333vw;
}
 .zs-about-event .bgtxt {
     font-size: 5.208333vw;
     left: 5.208333vw;
     top: 2.083333vw;
}
/*团队风采*/
 .zs-about-team{
     padding: 4.166667vw 0;
}
 .zs-about-team .title{
     font-size: 3.125vw;
}
 .zs-about-team .subtitle{
     font-size: 0.9375vw;
}
 .zs-about-team .subtitle:after {
     bottom: -0.78125vw;
     width: 2.083333vw;
     height: 0.104167vw;
}
 .zs-about-team .bgtxt{
     font-size: 5.208333vw;
}
 .zs-about-team .mt50{
     margin-top: 2.604167vw;
}
 .zs-about-team .teambox{
     margin-right: 2.604167vw;
     border-radius: 0.625vw;
}
.zs-about-team .teambox .photo01{
     width: 15.364583vw;
     height: 15.364583vw;
}
 .zs-about-team .teambox .photo02{
     width: 35.9375vw;
     height: 25vw;
}

 .zs-about-team .teambox span{
     font-size: 1.041667vw;
     left: 1.5625vw;
     bottom: 1.041667vw;
}
 .zs-about-team .teamtxt{
     border-radius: 0.625vw;
     padding: 2.604167vw;
}
 .zs-about-team .teamtxt .text1{
     font-size: 1.041667vw;
}
 .zs-about-team .teamtxt .text2{
     font-size: 1.145833vw;
}
 .zs-about-team .teamtxt .text3{
     font-size: 0.625vw;
     color: #666;
}
 .zs-about-team .teamtxt .text4{
     font-size: 0.833333vw;
     margin-top: 1.041667vw;
}
 .zs-about-team .teamtxt .text4:after {
     bottom: -0.78125vw;
     width: 2.083333vw;
     height: 0.104167vw;
}
 .zs-about-team .mt30{
     margin-top: 2.604167vw;
}
 
}
/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-banner-about {
    background-size: cover;
    height: 220px;
}
.zs-banner-about .title {
    font-size: 16px;
    padding-top: 50px;
}
.zs-banner-about .subtitle {
    font-size: 13px;
    margin-top: 10px;
}
.zs-banner-about .line {
    margin: 5px auto;
    width: 30px;
    height: 2px;
}
.zs-banner-about .icon-mouse {
    margin-top: 10px;
}
.zs-banner-about .icon-mouse img{
    width: auto;
    height: 40px;
}
.zs-about-info {
    padding: 30px 0;
}
.zs-about-info .zs-wp {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-about-info .left {
    width: 100%;
}
.zs-about-info .left .title {
    font-size: 26px;
}
.zs-about-info .left .subtitle {
    margin-top: 10px;
    font-size: 18px;
}
.zs-about-info .left .desc {
    font-size: 15px;
    margin-top: 20px;
}
.zs-about-info .left .content {
    margin-top: 15px;
    font-size: 13px;
}
.zs-about-info .right {
    width: 100%;
}
.zs-about-info .client {
    padding: 20px;
}
.zs-about-info .client .number li .num span {
    font-size: 26px;
}
.zs-about-info .client .number li .en {
    font-size: 10px;
}
.zs-about-customize {
    background-size: auto 300px;
}
.zs-about-customize .zs-wp {
    display: flex;
    flex-direction: column-reverse;
}
.zs-about-customize .img-txt {
    top: 30px;
}
.zs-about-customize .zs-w50 {
    display: block;
    width: 100%;
}
.zs-about-customize .title {
    font-size: 28px;
    font-weight: bold;
    color: #ccc;
    padding-top: 130px;
}
.zs-about-customize .subtitle {
    font-size: 20px;
}
.zs-about-customize .textbox {
    padding-top: 80px;
}
.zs-about-customize .textbox strong {
    font-size: 26px;
}
.zs-about-customize .textbox span {
    font-size: 15px;
}
.zs-about-customize .textbox .text {
    font-size: 13px;
    margin-top: 20px;
}
.zs-about-customize .pic {
    padding-top: 20px;
}
.zs-about-customize .pic img{
    width: 100%;
    height: auto;
}
.zs-about-client {
    background: url(../images/bg-about-client.jpg) no-repeat left top;
    background-size: cover;
    height: auto;
    margin-top: 50px;
}
.zs-about-client .zs-wp {
    padding: 30px 0;
}
.zs-about-client .title {
    font-size: 28px;
}
.zs-about-client .subtitle {
    font-size: 15px;
    margin-bottom: 40px;
}
.zs-about-culture {
    padding: 30px 0;
}
.zs-about-culture .zs-wp {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
}
.zs-about-culture .zs-w50 {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 15px;
}
.zs-about-culture .pic {
    width: 100%;
}
.zs-about-culture .title {
    font-size: 22px;
}
.zs-about-culture .text {
    font-size: 13px;
    margin-top: 15px;
}
.zs-about-culture .subtitle {
    font-size: 18px;
    margin-top: 30px;
    background: url(../images/bl-red.png) no-repeat left 20px;
}
.zs-about-culture .bgtxt {
    display: none;
}
.zs-about-event .bgtxt {
    display: none;
}

.zs-about-team {
    background-size: 100% auto;
    padding: 60px 0;
}
.zs-about-team .title {
    font-size: 28px;
}
.zs-about-team .subtitle {
    font-size: 16px;
}
.zs-about-team .mt50 {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}
.zs-about-team .teamtxt {
    padding: 20px;
    margin-top: 15px;
}
.zs-about-team .teambox .photo01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.zs-about-team .teambox .photo02 {
    width: 100%;
    height: auto;
}
.zs-about-team .teambox {
    width: 100%;
    float: none;
    position: relative;
    margin: 0 auto 15px auto;
    border-radius: 10px;
    overflow: hidden;
}
.zs-about-team .mt30 {
    margin-top: 30px;
}
.zs-about-team .bgtxt {
    font-size: 70px;
}
.zs-about-team .teamtxt .text2 {
    font-size: 18px;
}
.zs-about-team .teamtxt .text4 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.zs-about-event .zs-wp {
    padding: 30px 0;
}
.zs-about-honor {
    background-size: cover;
    height: auto;
}
.zs-about-honor .title {
    font-size: 28px;
    font-weight: bold;
    color: #2a9445;
}
.zs-about-event .title {
    font-size: 28px;
    font-weight: bold;
}
.zs-about-honor .subtitle {
    font-size: 16px;
}
.zs-about-honor .zs-wp {
    padding: 30px 0;
    display: block;
}
.zs-about-event .event_box {
    width: 100%;
    position: relative;
    min-height: auto;
}
.zs-about-event .parBd .slideBox {
    width: 100%;
    padding: 20px;
}
.zs-about-event .sPrev, .sNext {
    display: none;
}
.zs-about-event .event_box .parHd {
    width: 100%;
    display: inline-block;
    height: auto;
    overflow: hidden;
    background: none;
    background-size: 100% 2px;
}
.zs-about-event .parHd ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-about-event .parHd li {
    display: block;
    width: 20%;
    font-size: 16px;
    padding: 10px 10px 0 10px; 
    margin: 0 0 15px 0;
    background: url(../images/dot-grey.png) no-repeat left 0;
    background-size: 100% 2px;
}
.zs-about-event .parHd li.cur span {
    top: -12px;
    left: 50%;
    margin-left: -12px;
}
.zs-about-event .parBd {
    text-align: center;
    margin-top: 0;
}
.zs-about-event .parBd h4 {
    font-size: 28px;
}
.zs-about-event .parBd p {
    line-height: 180%;
    font-size: 15px;
}
.abouthonor {
    margin-top: 60px;
    min-height: 410px;
}
.abouthonor .abouthonor-box {
    box-shadow: none;
}
.abouthonor .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.abouthonor .swiper-pagination-bullet-active {
    width: 20px;
}

}


.fa {
    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    display: inline-block;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}
.fa-caret-right::before {
    content: "\f0da";
}


    .sj_xs {
        display: none;
    }
#nyweb {
    width: 100%;
    float: left;
    background-color: #fff;
    padding-bottom: 2.5%;
    background-image: url(../images/bg3.jpg);
    background-repeat: repeat;
    background-position: left top;
}
#body, #body_1 {
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    max-width: 1550px;
	padding: 3vw 0 1.5625vw 0;
}
#nypage {
    width: 97%;
    float: left;
    overflow: hidden;
    display: block;
    padding: 1.5%;
	padding: 2.604167vw 3.90625vw;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
	border-radius: 0.15625vw;
    background-color: #fff;
}
#contain {
    width: 100%;
    float: left;
}
#lmbt {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin-top: 1.5%;
}
#lmbt .bt {
    width: 100%;
    text-align: center;
    float: left;
}
#lmbt .bt dd {
    font-size: 42px;
    font-weight: bold;
    color: #2A9445;
    letter-spacing: 4px;
    line-height: 1;
    background-image: url(../images/bt.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
}
#lmbt .bt dd span {
    display: inline-block;
}
#lmbt .bt p {
    font-size: 18px;
    text-align: center;
    color: #ccc;
    text-transform: uppercase;
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 5px;
    letter-spacing: 2px;
    margin-top: 5px;
}
#lmdf {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 0px;
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 0px 1.5%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}
#lmdf A {
    padding-left: 25px;
    line-height: 35px;
    padding-right: 25px;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background-color: #2A9445;
    margin: 1%;
    border-radius: 40px;
    background: linear-gradient(to right, #2A9445, #2A9445);
}
#lmdf A.sec{	color:#fff; background-color:#ff6600; background:linear-gradient(to right, #ff6600, #ff6600); }
#lmdf A:hover{	color:#fff; background-color:#ff6600;background:linear-gradient(to right, #ff6600, #ff6600);}
#contain-1 {
    width: 100%;
    height: 44px;
    float: left;
    margin-top: 10px;
    position: relative;
    background-color: #f1f1f1;
}
#contain-c {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 14px;
    padding-bottom: 10px;
    min-height: 200px;
}
#contain-c .danye {
    font-size: 16px;
    line-height: 32px;
    margin-top: 0px;
    overflow: hidden;
	text-align:left;
}
#contain-1-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 43px;
    float: left;
    color: #2A9445;
    font-weight: bold;
    font-size: 16px;
    float: left;
}
#lmaa{float:right; float:right; height:35px; position:relative;}
#lmaa .xjt{
	 float:left;
	height:24px;  cursor:pointer;  margin-top:5px; border-radius: 4px; font-weight:normal; font-size:12px; font-weight:bold; color:#fff; background-color:#2A9445; line-height:24px; margin-right:12px;
}
#lmaa .xjt span{
	height:24px;
	background-image: url(../images/lmc.png);
	background-repeat: no-repeat;
	background-position: center center; width:18px; float:right; margin-right:8px; margin-left:10px;
}
#lmaa .sjt{
	float:left;
	height:24px;
	cursor:pointer;
	margin-top:5px;font-size:15px;
	 border-bottom:0px;border-radius: 4px; line-height:24px;color:#fff; font-weight:bold; font-size:12px; margin-right:12px;background-color:#2A9445; 
}
#lmaa .sjt span{height:24px;
	background-image: url(../images/gbd.png);
	background-repeat: no-repeat;
	background-position: center center;width:18px; float:right; margin-right:8px; margin-left:10px;
}
#lmaa .bdlm{ 
	width:250px; 
	padding:2px;
	position:absolute;
	right:12px;
	top:35px; background-color:#eee; padding:10px; z-index:999; display:none;
}
#lb{
	width:250px;
	float:left;max-height:230px; overflow-y:auto;overflow-x:hidden;

}
#lb UL{ list-style-type:none;   }
#lb UL LI {
	width:250px;
	float:left;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
	text-align:left;
	font-size:13px;
	background-color:#f7f7f7; font-weight:bold;
}
#lb UL LI A {line-height:32px; padding-left:10px;
	border-bottom:#f7f7f7 solid 1px;
	COLOR: #fff;
	DISPLAY: block; background-color:#2A9445

	
}
#lb UL LI A i{ float:left;line-height:32px; margin-left:8px; margin-right:8px;}
#lb UL LI.sec A {
COLOR:#fff; background-color:#ff6600; 

}
#lb UL LI A:hover {
		COLOR:#fff; background-color:#ff6600;  
}

#lb UL LI.xl {
	width:100%;
	height:30px;
	line-height:30px;
	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
	text-align:left;
	font-weight:normal;
	font-size:12px;
 margin:0px;	background-image: url(../images/jtd.png);
	background-repeat: no-repeat;
	background-position: 20px center;background-color:#fff;

}
#lb UL LI.xl A { color:#555; padding-left:32px; display:block; }
#lb UL LI.xl A i{ float:left; margin-left:8px; margin-right:8px;}
#lb UL LI.xl A.sec {border:0px;	COLOR:#2A9445; 


}
#lb UL LI.xl A:hover {border:0px;
	COLOR:#2A9445; background:none;

}

@media only screen and (max-width: 800px) {
	    body, p {
        font-size: 12px;
		#video-player{
	width:100% !important;
	}
    }
.danye {float:left;}
.danye img{width: 100%;}
#nypage {
	width: 94%;
	margin-left:3%;
}
#lmbt .bt dd {
    padding-bottom: 10px;
}
#lmbt .bt dd span {
    font-size: 22px;
}
#lmbt .bt p {
	font-size: 14px;
}
#contain-c {
    margin-top: 0px;
    font-size: 14px;
    padding-bottom: 10px;
}
#contain-c .danye {
    font-size: 14px;
    line-height: 26px;
	text-align: left;
}
    .web_xs {
        display: none;
    }
    #contain-1 {
        height: 35px;
        margin-top: 0px;
    }
    .sj_xs {
        display: block;
    }
    #contain-1-1 {
        padding-left: 6px;
        padding-right: 6px;
        line-height: 33px;
        font-size: 15px;
    }
}

#contain-c {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 14px;
    padding-bottom: 10px;
    min-height: 200px;
}
#tplist {
	WIDTH:100%;
	FLOAT: left;  overflow:hidden; text-align:left;
}
#tplist UL {
	LIST-STYLE-TYPE: none; margin-left:-2%;
}
#tplist UL LI {
	TEXT-ALIGN: center; WIDTH:31.33%; float:left;cursor:pointer; margin-left:2%; margin-top:1%; margin-bottom:1%;
}

#tplist UL LI dd{ display:block; cursor:pointer;TEXT-ALIGN: center; overflow:hidden;background-color:#fff; border:solid 1px #ddd; padding:1%; position:relative; }
#tplist UL LI IMG { border:0px; max-width:100%; display:block; margin-left:auto; margin-right:auto;transition:all 0.4s ease-in-out 0s;}
#tplist UL LI p{width:100%; color:#fff;background-color:#666666;cursor:pointer;border-radius:2px; padding:1%; text-align:center; font-size:16px; height:46px; line-height:40px;TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;  margin-top:12px; }

#tplist UL LI A {
	DISPLAY: block; color:#333;transition:all 0.2s ease-in-out 0s;
}
#tplist UL LI:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
#tplist UL LI:hover dd{ border:#2A9445 solid 1px;}
#tplist  ul li:hover p{ background-color:#2A9445; }
#tplist UL LI span{
	WIDTH:0px;
	height:0px;
	position:absolute;
	filter: Alpha(Opacity=0);
-moz-opacity:0.0; 				opacity:0.0;
	background-color:	rgba(0,0,0,0.3);
	transition:all 0.6s ease-in-out 0s;
-webkit-transform: rotateY(-180deg ); 
    -moz-transform: rotateY(-180deg );
  -ms-transform: rotateY( -180deg ); 	overflow:hidden;
	position:absolute;
	top: 45%;
	left:50%;
	z-index:10;
	background-image: url(../images/jiaa.png);
	background-repeat: no-repeat;
	background-position: center center; overflow:hidden;
}
#tplist UL LI span.video{background-image: url(../images/video.png);}
#tplist UL LI A:hover span{ top: 0px; left:0px;WIDTH:100%;
	height:100%;	filter: Alpha(Opacity=1);
-moz-opacity:1; 			opacity:1;
}
@media only screen and (max-width: 449px) {
    #tplist UL LI {
        width: 48%;
    }
#tplist UL LI p {
    font-size: 14px;
    height: 36px;
    line-height: 30px;
}
}