
.subbanner.about{
    height: 850px;
}
.zs-homebox{
    display: block;
    padding: 100px 60px 130px;
    background-color: #FFF;
}
.zs-homebox.p30{
    display: block;
    padding: 80px 60px 10px;
    background-color: #FFF;
}
.zs-homebox.pd0{
    padding-left: 0;
    padding-right: 0;
}
.zs-homebox.pt0{
    padding-top: 0;
}
.zs-homebox.bg{
    background-color: #F6F6F6;
}
.zs-homebox.rd-bg{
    height: 500px;
    background: url('https://cdn6.zhuocms.com/storage/wwwcntepowerjp/img/The-Worlds-Leading-RD-Team-6.jpg');
    background-size: cover;
}
.bg-history{
    position: relative;
    height: 960px;
    background: url('https://cdn6.zhuocms.com/storage/wwwcntepowerjp/img/img-development-bg.webp');
    background-size: cover; 
}
.about-founder{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.about-founder img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}
.about-founder .text{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(89.96deg, rgba(255, 255, 255, 0) 29.99%, #FFFFFF 84.45%);
}
.about-founder .text .afbox{
    position: absolute;
    right: 4.28%;
    bottom: 10%;
    display: block;
    width: 340px;
    height: auto;
}
.about-founder .text .afbox .title{
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: bold;
}
.about-founder .text .afbox .desc{
    font-size: 14px;
}
.homeabout .pic{
    display: flex;
    justify-content: center;
    position: relative;
}
.zs-call-use{
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 0;
    cursor: pointer;
    left: 50%;
    zoom: 2;
    top: 50%;
    z-index: 100;
    margin: -30px 0 0 -30px;
}
.zs-call-use::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    z-index: 101;
    background: url(https://cdn6.zhuocms.com/storage/wwwcntepowerjp/img/icon-play.svg) no-repeat center center;
    background-size: 18px 18px;
    zoom:0.6;
}
@keyframes scaleout {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
.zs-call-use .spinner1 {
    opacity: 0;
    position: absolute;
    width: 110px;
    height: 110px;
    top: -25px;
    left: -25px;
    background-color: #0000FF;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 1s infinite ease-in-out;
    animation: scaleout 2s 1s infinite ease-in-out;
}
.zs-call-use .spinner2 {
    opacity: 0;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background-color: #0000FF;
    border-radius: 100%;
    -webkit-animation: scaleout 2s .5s infinite ease-in-out;
    animation: scaleout 2s .5s infinite ease-in-out;
}
.zs-call-use .spinner3 {
    opacity: 0;
    position: absolute;
    top: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    background-color: #0000FF;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 0s infinite ease-in-out;
    animation: scaleout 2s 0s infinite ease-in-out;
}  
.homeabout .number{
    display: block;
    width: 1396px;
    margin: 62px auto 0;
    padding: 20px 50px 45px;
    padding-top: 20px;
    padding-bottom: 45px;
}
.homeabout .number ul{
    display: flex;
    justify-content: space-between;
}
.homeabout .number li{
    display: block;
    width: auto;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.homeabout .number li strong{
    display: block;
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    color: #0000FF;
    margin-bottom: 10px;
}
.homeabout .number li strong em{
    font-size: 30px;
}
.about-outlook{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.about-outlook .aobox{
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 920px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate(-50%,0);
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 2px 1px 13px 0px rgba(141, 141, 141, 0.15);
}
.about-outlook .aobox .item{
    display: block;
    width: 455px;
    height: 100%;
    padding-right: 50px;
}
.about-outlook .aobox .item .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.about-outlook .aobox .item:last-child{
    text-align: right;
    padding-left: 50px;
    padding-right: 0;
}
.aolink{
    display: block;
    text-align: center;
    margin-top: 30px;
}
.aolink a{
    text-decoration: underline;
    color: #0000FF;
}
.aolink a i{
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    background-color: #0000FF;
    border-radius: 50%;
    margin-left: 5px;
}
.aolink a:hover{
    text-decoration: underline !important;
    color: #FF6600;
}
.aolink a:hover i{
    background-color: #FF6600; 
}


.culture-list{
    display: block;
    width: 1390px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}
.culture-list ul {
    margin: -25px -25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.culture-list li{
    flex: 0 0 33.333%;
    width: 33.333%;
    height: auto;
    padding: 25px 25px;
}
.culture-list li a{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.3;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
    border-radius: 15px;
}
.culture-list li .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}
.culture-list li .text::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 165px;
    background: linear-gradient(0deg, rgba(0,0,255,0.8) 0%, rgba(0,0,255,0) 100%);
    z-index: 11;
}
.culture-list li .text .title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 38px;
    font-weight: 400;
    padding: 20px 30px;
    color: #FFF;
    text-align: center;
    z-index: 12;
}
.culture-list li .text .model{
    position: absolute;
    bottom: 30px;
    left: 0;
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 13;
    padding: 0 30px;
    font-size: 20px;
    color: #FFF;
}
.culture-list li .text .model img{
    display: block;
    width: auto;
    height: 35px;
    margin-top: 5px;
}
.culture-list li .text .model span{
    padding: 0 15px;
}
.culture-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.culture-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.culture-list li:hover .pic img{
    transform: scale(1.05);
}
.medium-wrap{
    display: block;
    width: 1500px;
    margin: 0 auto;
    padding-top: 20px;
}
.contact-wrap{
    display: block;
    width: 1500px;
    margin: 0 auto;
}
.contact-text{
    display: block;
    text-align: center;
}
.contact-text .title{
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 30px;
}
.contact-text .desc{
    display: block;
    width: 75%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.6;
    color: #666;
}
.contact-text .desc p{
    margin: 10px 0;
}
.contact-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 60px;
}
.contact-list .item{
    flex: 0 0 49%;
    width: 49%;
    padding: 40px;
    margin-bottom: 38px;
    text-align: center;
    background-color: #fafafa;
    border-radius: 15px;
}
.contact-list .item:hover{
    background-color: #F6F6F6;
}
.contact-list .item .icon{
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    margin-bottom: 17px;
}
.contact-list .item .icon svg{
    display: block;
    width: 100%;
    height: 100%;
    stroke-width: 1.5;
}
.contact-list .item .icon svg .fill {
    stroke: none;
    fill: rgb(0 0 0 / .1);
}
.contact-list .item .title{
    font-size: 20px;
    font-weight: bold;
}
.contact-list .item .mail{
    font-size: 14px;
}
.contact-list .item .mail a{
    text-decoration: underline !important;
}
.contact-feedback{
    display: block;
    padding-top: 40px;
    padding-bottom: 50px;
}
.contact-feedback .cf-title{
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 5px;
}
.contact-feedback .cf-box{

}
.form-item{
    display: block;
    margin-top: 30px;
    position: relative;
}
.form-item.m60{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.form-item.flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.form-label{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}
.form-input.w450{
    width: 48.5%;
}
.form-input{
    width: 100%;
    height: 60px;
    font-size: 20px;
    padding: 0 19px;
    border-radius: 10px;
    background-color: #F6F6F6;
    border:none;
}
.form-input:hover,.form-input:focus{
    background-color: #F0F0F0;
}
.form-select{
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid #F6F6F6;
}
.form-textarea{
    width: 100%;
    height: 260px;
    font-size: 20px;
    line-height: 1.4;
    padding: 18px 19px;
    border-radius: 10px;
    background-color: #F6F6F6;
    border:none;
}
.form-textarea:hover,.form-textarea:focus{
    background-color: #F0F0F0;
}
.form-btn{
    display: block;
    width: 212px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    margin: 0 21px;
    text-align: center;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    background-color: #F6F6F6;
}
.form-btn.submit{
    color: #FFFFFF;
    background: #0000FF;
}
.form-btn:hover{
    color: #FFF;
    background: #0101e4;
}
.faq-list{
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 10px 50px 0;
}
.faq-list ul{
    width: 100%;
}
.faq-list li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 25px 25px 25px 40px;
    background-color: #F7F7F7;
    border-radius: 10px;
}
.faq-list li:hover{
    background-color: #F1F1F1;
}
.faq-list li:last-child{
    margin-bottom: 0;
}
.faq-list li .title{
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    padding-right: 30px;
    position: relative;
    color: #000;
    cursor: pointer;
}
.faq-list li .title:before {
    content: "";
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    background: url('https://cdn6.zhuocms.com/storage/wwwcntepowerjp/img/icon-down.svg') no-repeat center center;
    background-size: auto 8px;
    transform: translate(-50%,-50%) rotate(0);
    transition: transform .2s ease-out;
    position: absolute;
    top: 12px;
    right: -10px;
    cursor: pointer;
    border-radius: 50%;
}
.faq-list li.show .title:before {
    filter: invert(100%);
    transform: translate(-50%,-50%) rotate(180deg);
}
.faq-list li .text{
    display: none;
    padding-top: 15px;
    color: #666;
    font-size: 15px;
    overflow: hidden;
    line-height: 1.6;
    transition: transform .2s ease-out;
    position: relative;
}
.faq-list li .text .more{
    position: absolute;
    bottom: -2px;
    right: 0;
    font-size: 14px;
}
.faq-list li .text .more a{
    color: #000;
}
.faq-list li .text .more a:hover{
    color: #0000FF;
}
.faq-list li.show{
    background: #0000FF;
}
.faq-list li.show .text{
    display: block;
    color: #FFF;
}
.faq-list li.show .title{
    color: #FFF;
}
.rand-list{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 60px 0 60px;
}
.rand-list ul {
    margin: -15px -15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.rand-list li{
    flex: 0 0 25%;
    width: 25%;
    height: auto;
    padding: 15px 15px;
}
.rand-list li a{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.3;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
    border-radius: 15px;
}
.rand-list li .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}
.rand-list li .text::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 165px;
    background: linear-gradient(0deg, rgba(0,0,255,0.8) 0%, rgba(0,0,255,0) 100%);
    z-index: 11;
}
.rand-list li .text .title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    padding: 20px 30px;
    color: #FFF;
    text-align: center;
    z-index: 12;
}
.rand-list li .text .model{
    position: absolute;
    bottom: 30px;
    left: 0;
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 13;
    padding: 0 30px;
    font-size: 16px;
    color: #FFF;
}
.rand-list li .text .model img{
    display: block;
    width: auto;
    height: 35px;
    margin-top: 5px;
}
.rand-list li .text .model span{
    padding: 0 15px;
}
.rand-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.rand-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.rand-list li:hover .pic img{
    transform: scale(1.05);
}
.honorsbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1396px;
    margin: 0 auto 45px;
    padding: 50px 60px;
    background-color: #f3f7fb;
    border-radius: 15px;
}
.honorsbox.mb80{
    margin-bottom: 80px;
}
.honorsbox .text{
    flex: 0 0 45%;
    width: 45%;
}
.honorsbox .text .title{
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
}
.honorsbox .text .title img{
    display: block;
    max-width: 36px;
    max-height: 36px;
    margin-right: 10px;
}
.honorsbox .text .desc p{
    margin: 15px 0 15px 20px;
    padding-left: 0;
    display: list-item;
    list-style-type: disc;
}
.honorsbox .text .desc p::marker{
  color: #333;
}
.honorsbox .pic{
    flex: 0 0 45%;
    width: 45%;
}
.honorsbox .pic img{ 
    display: block;
    max-width: 100%;
}
.zs-rdbox{
    display: block;
    width: 1400px;
    margin: 0 auto;
    padding: 100px 0 130px;
    background-color: #FFF;
}
.zs-rdbox.p30{
    display: block;
    width: 1400px;
    padding: 80px 0 10px;
    background-color: #FFF;
}
.zs-rdbox.pd0{
    padding-left: 0;
    padding-right: 0;
}
.zs-rdbox.pt0{
    padding-top: 0;
}
.zs-rdbox.bg{
    background-color: #F6F6F6;
}
.zs-rdbox img{
    display: block;
    max-width: 100%;
}
.rd-advantage{
    display: block;
}
.rd-advantage ul{
    display: flex;
    justify-content: space-between;
}
.rd-advantage li{
    flex: 0 0 23.5%;
    width: 23.5%;
    padding: 28px 16px 20px;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
    border-radius: 15px;
}
.rd-advantage li .text{
    min-height: 180px;
    text-align: center;
}
.rd-advantage li .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.rd-advantage li .desc{
    font-size: 16px;
    color: #666;
}
.rd-advantage li .pic{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
    color: #666;
}
.rd-advantage li .pic img{
    display: block;
    width: 100%;
    height: 178px;
    object-fit: cover;
    margin-bottom: 10px;
}
.rd-strength{
    display: block;
}
.rd-strength .pic img{
    border-radius: 15px;
}
.rd-strength .text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
}
.rd-strength .text .item{
    flex: 0 0 49.0%;
    width: 49.0%;
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    padding: 20px 20px 20px;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
    border-radius: 15px;
}
.rd-strength .text .item strong{
    color: #0000FF;
}
.rd-strength .number{
    display: block;
    width: 100%;
    height: 430px;
    border-radius: 15px;
    margin: 30px auto 0;
    background: url('https://cdn6.zhuocms.com/storage/wwwcntepowerjp/img/Production-Strength2.jpg') no-repeat center center;
    background-size: cover;
}
.rd-strength .number ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.rd-strength .number li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    flex-direction: column;
}
.rd-strength .number li strong{
    display: block;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 15px;
}
.rd-strength .number li strong em{
    font-size: 30px;
}
.rd-strengths{
    display: block;
    margin-bottom: 60px;
}
.rd-strengths ul{
    display: flex;
    justify-content: space-between;
}
.rd-strengths li {
    flex: 0 0 23.5%;
    width: 23.5%;
    min-height: 300px;
    padding: 25px 20px 25px;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
    border-radius: 15px;
}
.rd-strengths li strong{
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
}
.rd-strengths li p{
    margin: 15px 0 15px 20px;
    padding-left: 0;
    display: list-item;
    list-style-type: disc;
}
.rd-strengths li p::marker{
  color: #333;
}
.rd-strengths-desc{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rd-strengths-desc .pic{
    flex: 0 0 685px;
    width: 685px;
}
.rd-strengths-desc .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.rd-strengths-desc .text{
    flex: 0 0 auto;
    width: calc(100% - 685px);
    padding-left: 45px;
}
.rd-strengths-desc .text .item{
    padding: 15px 0;
    color: #666;
}
.rd-strengths-desc .text .title{
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.rd-strengths-desc .text .title img{
    margin-right: 10px;
}
.rd-management{
    display: flex;
    justify-content: space-between;
}
.rd-management .item{
    flex: 0 0 48.5%;
    width: 48.5%;
    font-size: 22px;
    font-weight: bold;
    padding: 45px 20px;
    background-color: #EAEAEA;
    text-align: center;
    border-radius: 15px;
}
.rd-management .item img{
    display: block;
    width: 100%;
    margin-top: 20px;
}
.rd-hornors {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.rd-hornors .pic{
    flex: 0 0 100%;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.rd-hornors .item {
    display: flex;
    flex: 0 0 48.5%;
    width: 48.5%;
    min-height: 300px;
    padding: 30px 30px 30px;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.rd-hornors .item .title{
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 35px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}
.rd-hornors .item .title:last-child{
    border-bottom: none;
}
.rd-hornors .item .title strong{
    font-size: 40px;
    display: block;
}
.rd-hornors .item .desc{
    color: #666;
}
.rd-hornors .item .desc p{
    padding-left: 26px;
    position: relative;
}
.rd-hornors .item .desc p i{
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 10px;
    color: #0000FF;
}
.rd-certification{
    display: flex;
    justify-content: space-between;
}
.rd-certification .item {
    display: flex;
    flex: 0 0 48.5%;
    width: 48.5%;
    min-height: 300px;
    padding: 30px 30px 30px;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
    border-radius: 15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}
.rd-certification .item .pic{
    flex: 0 0 50%;
    width: 50%;
}
.rd-certification .item .text{
    padding-left: 30px;
}
.rd-certification .item .text strong{
    font-size: 24px;
}
.rd-certification .item .text span{
    display: block;
    color: #666;
}
.ab-title{
    position: absolute;
    top: 120px;
    left: 50%;
    color: #FFF;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 1400px;
    font-size: 48px;
    font-weight: bold;
}
.milestones-list{
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.milestones-years{
    height: 350px;
    width: 130px;
    padding: 30px 0 30px;
    position: relative;
    margin: 220px 0 0;
}
.milestones-years .swiper-slide{
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}
.milestones-years .swiper-slide.swiper-slide-thumb-active{
    opacity: 1;
    color: #FFF;
}

.milestones-years .swiper-slide .years{
    display: block;
    text-align: left;
    font-size: 20px;
    margin-top: 12px;
    line-height: 38px;
}
.about-milestones{
    position: relative;
}
.about-milestones .title-wrap{
    position: absolute;
    top: 8px;
}
.milestones-container{
    position: relative;
    width: 810px;
    margin: 0;
}
.milestones-container::after{
    content: '';
    position: absolute;
    left: 170px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #FFF;
}
.milestones-container .page-box{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 0;
    height: 100%;
    z-index: 100;
}
.milestones-container .swiper-slide {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #FFF;
    position: relative;
}
.milestones-container .swiper-slide::after{
    content: '';
    position: absolute;
    left: 85px;
    top: 50%;
    width: 85px;
    height: 1px;
    margin-top: 1px;
    background-color: #FFF;
}
.milestones-container .swiper-slide::before{
    content: '';
    position: absolute;
    left: 162px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -6px;
    border-radius: 50%;
    background-color: #FFF;
}
.milestones-container .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.milestones-container .swiper-slide .title{
    font-weight: bold;
    font-size: 32px;
}
.milestones-container .swiper-slide .desc{
    display: block;
    width: 700px;
    font-size: 16px;
    padding-left: 115px;
}
.milestones-container .swiper-slide .desc p{
    margin: 15px 0 15px 20px;
    padding-left: 0;
    display: list-item;
    list-style-type: disc;
}
.milestones-container .swiper-slide .desc p::marker{
  color: #FFF;
}
.milestones-list .swiper-button-prev,.milestones-list .swiper-button-next{
    left: 142px;
    transform: rotate(90deg);
    border: 1px solid #FFF;
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
}
.milestones-list .swiper-button-prev{
    top: 120px;
}
.milestones-list .swiper-button-next{
    top: 810px;
    right: 0;
}
.milestones-list .swiper-button-prev:hover,.milestones-list .swiper-button-next:hover{
    opacity: 1;
    background-color: #0000ff;
    border: 1px solid #0000ff;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-homebox {
    display: block;
    padding: 30px 4% 30px;
    background-color: #FFF;
}
.zs-homebox img{
    max-width: 100%;
}
.homeabout .number {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 0 25px;
}
.homeabout .number ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.homeabout .number li {
    width: 50%;
    font-size: 14px;
    margin-bottom: 15px;
}
.homeabout .number li strong {
    font-size: 38px;
    line-height: 1.2;
}
.culture-list {
    width: 100%;
    padding: 10px 0 0 0;
}
.culture-list ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.culture-list li {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 20px;
}
.culture-list li .text .title {
    font-size: 28px;
}
.culture-list li .text .model {
    padding: 0 30px;
    font-size: 15px;
}
.rand-list {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
}
.rand-list ul {
    margin: 0;
}
.rand-list li {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 8px 0;
}
.zs-homebox#Global{
    background-color: #bfd3eb;
    padding-top: 50px !important;
}
.zs-homebox#Global .zs-h2title{
    position: relative !important;
    top: unset !important;
    left: unset !important;
    transform:unset !important;
    padding: 0 4%;
}
.medium-wrap {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
}
.contact-text .title {
    font-size: 26px;
    padding-bottom: 20px;
}
.contact-text .desc {
    width: 100%;
    font-size: 15px;
}
.contact-list {
    margin-top: 38px;
}
.contact-list .item {
    flex: unset;
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
}
.contact-list .item .title {
    font-size: 16px;
}
.contact-feedback {
    padding-top: 20px;
    padding-bottom: 30px;
}
.contact-feedback .cf-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.form-item.flex {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 0;
}
.contact-feedback .form-item{
    margin-top: 0;
}
.form-input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 12px;
    margin-bottom: 15px;
}
.form-input.w450 {
    width: 100%;
}
.form-textarea {
    width: 100%;
    height: 180px;
    font-size: 16px;
    padding: 12px 12px;
    margin-bottom: 15px;
}
.form-btn {
    width: 212px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 10px;
}
.faq-list {
    padding: 10px 0 0;
}
.faq-list li {
    margin: 0 auto 15px;
    padding: 15px 15px 15px 20px;
}
.faq-list li .title {
    font-size: 18px;
    line-height: 25px;
    padding-right: 25px;
}
.faq-list li .text {
    font-size: 13px;
}
.subbanner.about {
    height: 280px;
}
.zs-homebox.p30 {
    display: block;
    padding: 30px 4% 0;
    background-color: #FFF;
}
.honorsbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 92%;
    margin: 0 auto 25px;
    padding: 25px 25px;
    flex-direction: column;
}
.honorsbox.mb80 {
    margin-bottom: 50px;
}
.honorsbox .text {
    flex: unset;
    width: 100%;
}
.honorsbox .text .title {
    font-size: 22px;
}
.honorsbox .text .title img {
    max-width: 26px;
    max-height: 26px;
}
.honorsbox .pic {
    flex: unset;
    width: 100%;
    margin: 15px 0;
}
.zs-rdbox {
    width: 92%;
    margin: 0 auto;
    padding: 30px 0 40px;
}
.rd-advantage ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.rd-advantage li {
    flex: unset;
    width: 100%;
    padding: 28px 16px 20px;
    margin-bottom: 20px;
}
.rd-advantage li .text {
    min-height: auto;
}
.rd-advantage li .desc {
    font-size: 14px;
}
.rd-strength .pic{
    height: 200px;
}
.rd-strength .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rd-strength .text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}
.rd-strength .text .item {
    flex: unset;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}
.rd-strength .number {
    height: 430px;
    margin: 10px auto 0;
}
.rd-strength .number ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    flex-direction: column;
    align-content: center;
}
.rd-strength .number li {
    font-size: 12px;
    width: 92%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.rd-strength .number li strong {
    font-size: 32px;
}
.rd-strengths {
    display: block;
    margin-bottom: 30px;
}
.rd-strengths ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.rd-strengths li {
    flex: unset;
    width: 100%;
    min-height: auto;
    padding: 25px 20px 25px;
    margin-bottom: 20px;
}
.rd-strengths-desc {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.rd-strengths-desc .pic {
    flex: unset;
    width: 100%;
}
.rd-strengths-desc .text {
    flex: unset;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
}
.rd-strengths-desc .text .title {
    font-size: 22px;
}
.rd-management {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.rd-management .item {
    flex: unset;
    width: 100%;
    font-size: 22px;
    padding: 35px 20px;
    margin-bottom: 20px;
}
.rd-hornors .item {
    flex: unset;
    width: 100%;
    min-height: auto;
    padding: 20px 20px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
}
.rd-hornors .item .title {
    font-size: 22px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.rd-certification {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.rd-certification .item {
    display: flex;
    flex: unset;
    width: 100%;
    min-height: auto;
    padding: 20px 20px 20px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}
.rd-certification .item .pic {
    flex: unset;
    width: 70%;
    margin-bottom: 15px;
}
.rd-certification .item .text {
    padding-left: 0;
    width: 100%;
}
.zs-rdbox .contact-feedback{
    margin-bottom: 30px;
}
.about-founder {
    display: flex;
    height: auto;
    flex-direction: column-reverse;
}
.about-founder .text {
    position: relative;
    top: unset;
    left: unset;
    display: block;
    width: 100%;
    height: auto;
    z-index: 10;
}
.about-founder .text .afbox {
    position: relative;
    right: unset;
    bottom: unset;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.about-founder .text .afbox .title {
    font-size: 22px;
}
.zs-call-use{
    zoom: 0.8;
}
.about-outlook {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    flex-direction: column-reverse;
}
.about-outlook .aobox {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform: unset;
    align-content: flex-start;
    flex-direction: column;
}
.about-outlook .aobox .item {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-bottom: 15px;
}
.about-outlook .aobox .item:last-child {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    margin-bottom: 0;
}
.about-outlook .aobox .item .title {
    text-align: center;
}
.bg-history {
    padding: 35px 0;
}
.ab-title {
    position: relative;
    top: unset;
    left: unset;
    color: #FFF;
    transform: unset;
    margin: 0 auto 20px;
    width: 92%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.milestones-list {
    display: flex;
    justify-content: flex-start;
    width: 92%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}
.milestones-years {
    display: none;
}
.milestones-container {
    width: 100%;
    margin: 0;
}
.milestones-container .page-box{
    display: none;
}
.milestones-container .swiper-slide .title {
    font-size: 22px;
}
.milestones-container .swiper-slide .desc {
    width: 100%;
    font-size: 13px;
    padding-left: 60px;
}
.milestones-container .swiper-slide::before {
    left: 80px;
    width: 16px;
    height: 16px;
    margin-top: -6px;
}
.milestones-container::after {
    left: 88px;
}
.milestones-container .swiper-slide::after {
    left: 60px;
    width: 30px;
}
.milestones-list .swiper-button-prev, .milestones-list .swiper-button-next {
    left: 73px;
    width: 30px;
    height: 30px;
}
.milestones-list .swiper-button-next {
    top: 750px;
}

}