﻿.header{
    border-bottom: 1px solid #F2F2F2;
}
.section{
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.section .wrap{
    padding: 0 0 0 115px;
    margin: 128px 0 106px 0;
}
.section .wrap .bread{
    display: flex;
    align-items: center;
    margin: 0 0 118px 0;
}
.section .wrap .bread a{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #959595;
    display: flex;
    align-items: center;
}
.section .wrap .bread a .iconfont{
    font-size: 20px;
    color: #231815;
    margin: 0 10px 0 0;
}
.section .wrap .bread > .iconfont{
    color: #C7C7C7;
    font-size: 13px;
    margin: 0 16px;
}
.section .wrap .bread .active{
    color: #231815;
}
.section .wrap .content{
    display: flex;
    /*justify-content: center;*/
}
@media screen and (max-width: 1920px) {
    .section .wrap .content{
        justify-content: unset;
    }
}
.section .wrap .content .text{
    margin: 0 155px 0 0;
}
.section .wrap .content .text .color{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #F08300;
    margin: 0 0 30px 0;
}
.section .wrap .content .text span{
    font-size: 38px;
    /*font-family: Nexa Text-Trial;*/
    font-weight: 300;
    color: #151515;
}
.section .wrap .content .text .application{
    margin: 96px 0 0 0;
}
.section .wrap .content .text .application p{
    font-size: 16px;
    font-family: Nexa Text-Trial;
    font-weight: 300;
    color: #151515;
}
.section .wrap .content .text .application p:not(:last-child) {
    margin: 0 0 15px 0;
}
.section .wrap .content .text .picture{
    display: flex;
    align-items: center;
    margin: 72px 0 0 0;
}
.section .wrap .content .text .picture img:not(:last-child){
    margin: 0 20px 0 0;
}
.section .wrap .content .text .download{
    display: flex;
    align-items: center;
    margin: 160px 0 0 0;
}
.section .wrap .content .text .download img{
    width: 24px;
    margin: 0 20px 0 0;
}
.section .wrap .content .text .download p{
    font-size: 16px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #232323;
}
.section .wrap .content .page_swiper{
    width: 1237px;
    position: relative;
    left: 150px;
}
.section .wrap .content .page_swiper .swiper {
    width: 142%;
}
@media screen and (max-width: 1920px) {
    .section .wrap .content .page_swiper .swiper {
        width: 124%;
        height: 558px;
    }
    .section .wrap .content .page_swiper{
        left: 0;
    }
}
.section .wrap .content .page_swiper .swiper .swiper-slide{
    width: 100%;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -25.7%;
}
.section .wrap .content .page_swiper .swiper .swiper-slide img{
    width: 100%;
}
.section .wrap .content .page_swiper .swiper-pagination{
    position: static;
    width: fit-content;
    margin: 64px 0 0 161px;
}
.section .wrap .content .page_swiper .swiper-pagination span{
    width: 50px;
    height: 4px;
    background: #F1F1F1;
    border-radius: 0;
    opacity: 1;
    transition: 1s;
}
.section .wrap .content .page_swiper .swiper-pagination span:not(:last-child){
    margin: 0 11px 0 0;
}
.section .wrap .content .page_swiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #F08300;
}

.section2 {
    width: 100%;
    background: #FAFAFA;
    overflow: hidden;
    position: relative;
}
.section2 .wrap{
    width: 929px;
    margin: 91px auto 77px;
}
.section2 .wrap .title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section2 .wrap .title .item{
    text-align: center;
    position: relative;
    cursor: pointer;
}

.section2 .wrap .title .item:not(:last-child) {
    margin: 0 128px 0 0;
}
.section2 .wrap .title .item div{
    width: fit-content;
    margin: auto;
    position: relative;
}
.section2 .wrap .title .item div:after{
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 0.41;
    background: #CDCAC6;
    top: 28px;
    left: -10px;
    border-radius: 50%;
    transition: 1s;
}
.section2 .wrap .title .item img{
    width: 49px;
    position: relative;
    left: -4px;
    transition: 1s;
    filter: brightness(3.5);
}
.section2 .wrap .title .item p{
    font-size: 20px;
    font-family: Nexa Text-Trial;
    font-weight: 400;
    color: #9B9797;
    transition: 1s;
    margin: 22px 0 0 0;
}
.section2 .wrap .title .item.active img{
    filter: unset;
}
.section2 .wrap .title .item.active div:after{
    background: #F08300;
}
.section2 .wrap .title .item.active p{
    color: #292929;
}
.section2 .wrap .content{
    width: 100%;
    margin: 102px 0 0 0;
}
.section2 .text{
    position: absolute;
    font-size: 20px;
    font-family: Nexa Text-Trial;
    font-weight: 300;
    color: #303030;
    bottom: 77px;
    right: 86px;
}
.section3{
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.section3 .wrap{
    margin: 142px auto 157px;
}
.section3 .wrap .title{
    font-size: 26px;
    font-family: Nexa Text-Trial;
    font-weight: 300;
    color: #151515;
    margin: 0 0 77px 0;
    text-align: center;
}
.section3 .wrap .content{
    display: flex;
    justify-content: center;
}
.section3 .wrap .content .item{
    width: 733px;
    overflow: hidden;
    display: block;
}
.section3 .wrap .content .item:not(:last-child) {
    margin: 0 30px 0 0;
}
.section3 .wrap .content .item img{
    transition: 2s;
    vertical-align:bottom;
}
.section3 .wrap .content .item img:hover{
    transform: scale(1.1);
}
.section2 .wrap .content .pdf_swiper .swiper-slide img{
    width: 100%;
    object-fit: contain;
}
#page_form{
    margin: 80px 0 0 0;
    width: 100%;
}
#page_form h1{
    width: 70%;
    margin: auto;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #151515;
    height: 100px;
    border-bottom: 1px solid #9b9b9b;
}
#page_form table{
    width: 70% !important;
    margin: auto;
    border-collapse: collapse;
}
#page_form td{
    border-bottom: 1px solid #F0F0F0;
    width: auto !important;
    height: 80px!important;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #151515;
}
#page_form td:first-child{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #969696;
}
/* #page_form tr:first-child{
    display: none;
} */
/*#page_form tr:first-child td{*/
/*    font-size: 36px;*/
/*    font-family: Source Han Sans CN;*/
/*    font-weight: 400;*/
/*    color: #151515;*/
/*    height: 100px;*/
/*    border-bottom: 1px solid #9b9b9b;*/
/*}*/


@media screen and (max-width: 1856px) {
    .section .wrap{
        padding: 0 5%;
    }
}

@media screen and (max-width: 1792px) {

}

@media screen and (max-width: 1680px) {
    .section3 .wrap{
        width: 80%;
    }
    .section3 .wrap .content{
        justify-content: space-between;
    }
    .section3 .wrap .content .item{
        width: 48%;
    }
    .section3 .wrap .content .item img{
        width: 100%;
    }
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1365px) {
    .section .wrap {
        margin: 101px 0 60px 0;
    }
    .section .wrap .bread a{
        font-size: 12px;
    }
    .section .wrap .bread {
        margin: 0 0 29px 0;
    }
    .section .wrap .content .text .application {
        margin: 54px 0 0 0;
    }
    .section .wrap .content .text{
        margin: 0;
    }
    .section .wrap .content{
        flex-direction: column-reverse;
    }
    .section .wrap .content .page_swiper .swiper{
        width: 100%;
        height: auto;
    }
    .section .wrap .content .page_swiper .swiper-pagination{
        margin: 20px 0;
    }
    .section .wrap .content .page_swiper{
        width: 100%;
    }
    .section .wrap .content .text .download {
        margin: 38px 0 0 0;
    }
    .section .wrap .content .text .picture {
        margin: 48px 0 0 0;
    }
    .section .wrap .content .page_swiper .swiper .swiper-slide{
        left: 0;
    }
    .section .wrap .content .text .picture{
        flex-wrap: wrap;
    }

    .section .wrap .content .text .picture img:not(:last-child){
        margin: 0;
    }
    .section .wrap .content .text .picture img{
        margin: 0 20px 20px 0!important;
    }
    #page_form h1{
        width: 100%;
        font-size: 30px;
        height: auto;
        padding: 0 0 15px 0;
    }
    #page_form table{
        width: 100% !important;
        display: block;
        overflow-x: auto;
    }
    #page_form table tbody{
        width: 150%;
        display: block;
    }
    #page_form td{
        width: 200px!important;
        height: 58px!important;
        font-size: 15px!important;
    }
    .section2 .wrap{
        width: 90%;
        margin: 50px auto;
    }
    .section2 .wrap .content{
        margin: 0;
    }
    .section2 .text{
        width: 90%;
        display: flex;
        justify-content: flex-end;
        font-size: 14px;
        position: static;
        margin: 0 0 20px 0;
    }
    .section2 .wrap .title .item:not(:last-child) {
        margin: 0 60px 0 0;
    }
    .section2 .wrap .title .item p{
        font-size: 18px;
    }
    .section2 .wrap .title{
        margin: 30px 0 0 0!important;
    }
    .section3 .wrap{
        width: 90%;
        margin: 50px auto;
    }
    .section3 .wrap .title {
        margin: 0 0 44px 0;
    }
    .section3 .wrap .content{
        flex-direction: column;
    }
    .section3 .wrap .content .item{
        width: 100%;
        margin: 0 0 5% 0!important;
    }
}
