
.about-profile{
    display: flex;
    width: calc(100% - 120px);
    margin: 0 auto 0;
    align-items: center;
    justify-content: space-between;
}
.about-profile .pic{
    flex: 0 0 50%;
    width: 50%;
    height: 560px;
    position: relative;
}
.about-profile .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-profile .text{
    flex: 0 0 50%;
    width: 50%;
    padding: 0 5%;
}
.about-profile .title{
    font-size: 50px;
    font-weight: 500;
    color: #19403f;
    line-height: 1.35;
    margin-bottom: 15px;
}
.advantage-list{
    display: block;
    padding-top: 45px;
    padding-bottom: 0;
}
.advantage-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -20px -20px;
}
.advantage-list li{
    display: block;
    width: 25%;
    height: auto;
    padding: 20px;
}
.advantage-list li .zs-box{
    display: block;
    height: 500px;
    padding: 40px 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    position: relative;
    transition: 0.3s;
}
.advantage-list li:hover .zs-box{
}
.advantage-list li .icon{
    display: block;
    width: 100%;
    height: 90px;
}
.advantage-list li .icon img{
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.advantage-list li .title{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    padding-top: 25px;
}
.advantage-list li .desc{
    font-size: 18px;
    height: auto;
    color: #666666;
    line-height: 1.6;
    margin-top: 20px;
    overflow: hidden;
}
.about-culture{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.about-culture li{
    display: block;
    width: 33.33%;
    height: 550px;
}
.about-culture li .box{
    display: flex;
    margin: 48px 0;
    height: 476px;
    background-color: #F6F6F6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-culture li.cur .box{
    margin: 0;
    height: 550px;
    padding: 38px 60px;
    text-align: center;
    background-color: #19403f;
}
.about-culture li.cur .box .icon img{
    display: none;
}
.about-culture li.cur .box .icon img.hover{
    display: block;
}
.about-culture li.cur .box .title{
    padding-top: 35px;
    color: #FFF;
}
.about-culture li.cur .box .entitle{
    color: #FFF;
}
.about-culture li.cur .box .desc{
    display: block;
    color: #FFF;
}
.about-culture li .box .icon{
    display: block;
    margin: 0 auto;
    height: 75px;
}
.about-culture li .box .icon img{
    display: block;
    width: auto;
    max-height: 100%;
}
.about-culture li .box .icon img.hover{
    display: none;
}
.about-culture li .box .title{
    padding-top: 45px;
    font-size: 24px;
}
.about-culture li .box .entitle{
    padding-top: 12px;
    font-size: 16px;
    color: #666666;
}
.about-culture li .box .desc{
    display: none;
    padding-top: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.milestones-years{
    padding-top: 57px;
    height: 95px;
    width: 1200px;
    margin: 0 auto;
}
.milestones-years .swiper-slide{
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    color: #000;
    text-align: left;
    opacity: 0.3;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.milestones-years .swiper-slide.swiper-slide-thumb-active{
    opacity: 1;
}
.milestones-years .swiper-slide .years{
    display: block;
}
.milestones-years .swiper-slide .years::after{
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    width: calc(100% - 65px);
    height: 1px;
    background-color: #000;
    z-index: 0;
}
.about-milestones{
    padding-bottom: 120px;
    position: relative;
}
.about-milestones .title-wrap{
    position: absolute;
    top: 8px;
}
.milestones-container{
    padding-top: 40px;
    position: relative;
}
.milestones-container .page-box{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 860px;
    height: 450px;
    z-index: 100;
}
.milestones-container .swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 800px;
    height: 450px;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0.3;
}
.milestones-container .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.milestones-container .swiper-slide .pic{
    flex: 0 0 45.625%;
    width: 45.625%;
    height: 100%;
}
.milestones-container .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.milestones-container .swiper-slide .text{
    flex: 0 0 45.625%;
    width: 45.625%;
    height: 100%;
    padding: 96px 72px 96px 0;
    color:#666;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    overflow: hidden;
}
.milestones-container .swiper-slide .text .title{
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
    font-size: 20px;
}
.milestones-container .swiper-button-prev{
    left: 0;
}
.milestones-container .swiper-button-next{
    right: 0;
}
.team-list{
    padding-bottom: 60px;
}
.team-list .swiper-slide {
    display: block;
    width: 33.33%;
    height: auto;
    overflow: hidden;
}
.team-list .swiper-slide .pic{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.25;
    overflow: hidden;
}
.team-list .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}
.team-list .swiper-slide:hover .pic img{
    transform: scale(1.05);
}
.team-list .text{
    display: block;
    text-align: center;
    padding-top: 15px;
}
.team-list .text .title{
    font-size: 20px;
    white-space: nowrap;
}
.team-list .swiper-button-prev{
    left: 20px;
    margin-top: -75px;
}
.team-list .swiper-button-next{
    right: 20px;
    margin-top: -75px;
}
.zs-viewbox{
    width: 1200px;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 18px;
}
.zs-viewbox img{
    display: block;
    max-width: 100%;
    height: auto;
}
.contact-box{
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0 45px 0;
}
.contact-box .feedback{
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.contact-box .feedback .title{
    display: block;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 20px;
}
.contact-box .feedback .input-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-box .feedback .email {
    width: 49.0%;
    height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 20px;
    outline: 0;
    font-size: 16px;
    border-color: transparent;
    border: 1px solid #E2E2E2;
}
.contact-box .feedback .message {
    border-color: transparent;
    outline: 0;
    border-radius: 5px;
    width: 100%;
    height: 150px;
    padding: 10px;
    resize: none;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 24px;
    border: 1px solid #E2E2E2;
}
.contact-box .feedback button {
    display: inline-block;
    cursor: pointer;
    min-width: 150px;
    height: 45px;
    padding: 0 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    border: 0;
    text-transform: capitalize;
    background: #19403f;
    width: 100%;
}
.contact-box .feedback button:hover {
    background: #009900;
    color: #FFF;
}
.contact-box .address{
    width: 100%;
    padding: 80px 0 0;
}
.contact-box .address .title{
    display: block;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 30px;
}
.contact-box .address .line {
    display: block;
    width: 100%;
    height: 1px;
    background: #EDEDED;
    margin-bottom: 30px;
}
.contact-box .address .item{
    display: flex;
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 1.8;
}
.contact-box .address .item label{
    color: #646464;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: left;
    margin-right: 8px;
    max-width: 148px;
    flex-shrink: 0;
    width: 100%;
}


.faq-list{
    display: block;
    width: 1200px;
    margin: 0 auto 0;
    padding: 30px 0;
}
.faq-list ul{
    width: 100%;
}
.faq-list li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 20px 20px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
}
.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:hover .title{
    color:#000;
}
.faq-list li .title:before {
    content: "";
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    background: url('../img/icon-down.png') no-repeat center center;
    background-size: 80% 80%;
    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 {
    transform: translate(-50%,-50%) rotate(180deg);
}
.faq-list li .text{
    display: none;
    padding-top: 15px;
    color: #666;
    font-size: 16px;
    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: #1E4A8F;
}
.faq-list li .text .more a:hover{
    color: #B81C25;
}
.faq-list li.show .text{
    display: block;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.about-profile {
    display: flex;
    width: 92%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
}
.about-profile .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}
.about-profile .text {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0;
}
.about-profile .title {
    font-size: 26px;
    margin-bottom: 8px;
}
.advantage-list {
    padding-top: 15px;
    padding-bottom: 0;
}
.advantage-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
}
.advantage-list li {
    width: 100%;
    height: auto;
    padding: 0 0 15px;
}
.advantage-list li .zs-box {
    height: auto;
    padding: 20px 20px;
}
.advantage-list li .icon {
    height: 70px;
}
.advantage-list li .title {
    font-size: 18px;
    padding-top: 10px;
}
.advantage-list li .desc {
    font-size: 14px;
    height: auto;
    line-height: 1.6;
    margin-top: 10px;
}
.about-culture {
    display: block;
    justify-content: flex-start;
    margin-top: 0;
    flex-direction: column;
}
.about-culture li {
    width: 100%;
    height: auto;
}
.about-culture li .box {
    margin: 0 0;
    height: auto;
    padding: 45px 0;
}
.about-culture li .box .title {
    padding-top: 15px;
    font-size: 18px;
}
.about-culture li.cur .box {
    height: auto;
    padding: 45px 20px;
}
.about-culture li.cur .box .title {
    padding-top: 15px;
}
.about-culture li .box .desc {
    padding-top: 15px;
    font-size: 13px;
    line-height: 1.6;
}
.milestones-years {
    height: auto;
    width: 100%;
    padding: 15px 4% 0;
}
.milestones-container {
    padding: 50px 4% 0;
}
.milestones-container .swiper-slide {
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    flex-direction: column;
}
.milestones-container .page-box {
    right: 4%;
    top: 5px;
    width: 70px;
    height: 35px;
}
.milestones-container .swiper-button-prev, .milestones-container .swiper-button-next {
    width: 30px;
    height: 30px;
}
.milestones-container .swiper-slide .pic {
    flex: unset;
    width: 100%;
    height: 200px;
}
.milestones-container .swiper-slide .text {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 20px;
    font-size: 13px;
    line-height: 1.35;
    overflow: hidden;
}
.milestones-container .swiper-slide .text .title {
    margin-bottom: 6px;
    font-size: 18px;
}
.milestones-container .swiper-slide .text .desc{
  height: auto;
  -webkit-line-clamp: 20;
}
.milestones-years .swiper-slide {
    font-size: 16px;
    text-align: center;
}
.team-list {
    padding-bottom: 50px;
}
.team-list .text .title {
    font-size: 16px;
}
.contact-box {
    width: 100%;
    padding: 15px 0 30px 0;
}
.contact-box .feedback .title {
    font-size: 25px;
    padding-bottom: 20px;
}
.contact-box .feedback .email {
    width: 100%;
    height: 38px;
    padding: 0 12px;
    margin-bottom: 12px;
    font-size: 14px;
}
.contact-box .feedback .message {
    height: 150px;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 12px;
}
.contact-box .address {
    padding: 50px 0 0;
}
.contact-box .address .title {
    font-size: 26px;
    padding-bottom: 20px;
}
.contact-box .address .item {
    margin: 16px 0 0 0;
    font-size: 14px;
    flex-direction: column;
}
.faq-list {
    width: 100%;
    padding: 0 0 10px;
}
.faq-list li {
    width: 100%;
    margin: 0 auto 12px;
    padding: 12px 12px;
}
.faq-list li .title {
    font-size: 16px;
    line-height: 1.35;
    padding-right: 20px;
}
.faq-list li .title:before {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    top: 10px;
}
.faq-list li .text {
    padding-top: 10px;
    font-size: 14px;
}
.zs-viewbox {
    width: 100%;
    padding: 0 0;
    font-size: 14px;
    line-height: 1.6;
}


}