

<!-- 荣誉资质-->


.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: #666;
}
.zs-about-honor .subtitle{
    font-size: 18px;
    color: #666;
    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: #e18723;
    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: #e18723;
    width:34px;
    height:6px;
    border-radius:3px;
    opacity: 1;
    border:none;
}

<!-- 公司理念-->
.zs-about-culture{
    width: 100%;
    padding: 80px 0;
    position: relative;
}
.zs-about-culture .zs-wp{
    display: flex;
    align-items: center;
    position: relative;
	z-index: 1;
}
.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(../img/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: #e18723;
}
.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-team{
    background: url(../images/bg-about-team.jpg) 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: #ed0808;
    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: #ed0808; */
    transition: all 0.35s;
}
.zs-about-team .mt30{
    display: block;
    margin-top: 50px;
}



.zs-about-honor{
    background: url(../images/bg-about-honor.jpg) no-repeat center top;
    background-size: 100% auto;
}

.zs-about-team {
    background: url(../images/bg-about-team.jpg) no-repeat;
    background-size: 100% auto;
    padding: 80px 0 0;
}

.about-section__left p{
text-indent:2em;
}

.show_achie .bgtxtlc{
    font-weight: 700;
    color: #f5f5f52b;
    z-index: 1;
    position: absolute;
    top: 50px;
    line-height: 1;
	font-size: 5.208333vw;
    left: 1vw;
}

@media only screen and (min-width:1024px) and (max-width:1900px){
.zs-about-honor .zs-wp{
     padding: 4.166667vw 0;
}
.zs-wp {
    width: 80.7291666vw;
	margin: 0 auto;
}
 .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-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(../img/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: 16px;
     margin-top: 25px;
}
 .zs-about-culture .bgtxt{
     font-size: 5.208333vw;
     left: 32.291667vw;
}

<!--科研成果-->

.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(../img/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: 90%;
    margin-top: 15px;
}
.zs-about-culture .pic {
    width: 100%;
}
.zs-about-culture .title {
    font-size: 28px;
}
.zs-about-culture .text {
    font-size: 13px;
    margin-top: 15px;
}
.zs-about-culture .subtitle {
    font-size: 18px;
    margin-top: 30px;
    background: url(../img/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;
	padding: 0px 20px;
}
.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: 90%;
    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: 40px;
}
.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: #ed0808;
}
.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(../img/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;
}

.show_achie .bgtxtlc {
    font-weight: 700;
    color: #f5f5f52b;
    z-index: 1;
    position: absolute;
    top: 40px;
    line-height: 1;
    font-size:40px;
    left: 1vw;
}

}