/* banner */
.banner {
    width: 100%;
    padding: 100px 0 0 0;
}

.banner .wrap {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.banner .title p {
    font-size: 36px;
    font-family: Barlow;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 45px;
    white-space: nowrap;
}

.banner .main {
    margin: 0 319px 0 110px
}

.banner .main img {
    opacity: 1;
    transform: scale(1);
    transition: 0.8s;
}

.banner .main img:hover {
    opacity: 1.03;
    transform: scale(1.03);
}

.banner .title .down {
    width: 65px;
    height: 65px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;


}


.banner .side-swiper simg {
    opacity: 1;
    transform: scale(1);
    transition: 0.8s;

}

.banner .side-swiper img:hover {
    opacity: 1.03;
    transform: scale(1.03);
}

.banner .title .down .iconfont {
    font-size: 20px;
    color: #FFFFFF;
}

.banner .wrap .line-wrap {
    width: 1371px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
}

.banner .wrap .line1 {
    width: 613px;
    display: inline-block;
    height: 2px;
    transition: ease all 1s;
    background: linear-gradient(90deg, transparent, #ffffff);
}

.banner .wrap .line2 {
    width: 613px;
    display: inline-block;
    height: 2px;
    transition: ease all 1s;
    background: linear-gradient(90deg, #ffffff, transparent);
}

.banner .title span {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    opacity: 0.6;
    margin-top: 13PX;
}

/* sectionOne */
.sectionOne {
    width: 100%;
}

.sectionOne .wrap {
    height: 393px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionOne .wrap .left {
    margin-right: 154px;

}

.sectionOne .wrap .left p {
    font-size: 36px;
    font-family: Barlow;
    font-weight: 500;
    color: #333333;
    margin-bottom: 44px;
}

.sectionOne .wrap .left a {
    width: 148px;
    height: 43px;
    background: #0867AF;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transform: scale(1);
    transition: 0.8s;
}

.sectionOne .wrap .left a span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 14px;
    opacity: 0.9;
}

.sectionOne .wrap .left a:hover {
    opacity: 1.03;
    transform: scale(1.03);
}

.sectionOne .wrap .left a .iconfont {
    font-size: 18px;
    color: #FFFFFF;

}

.sectionOne .wrap .line {
    width: 1px;
    height: 230px;
    background: #000000;
    opacity: 0.15;
    margin-right: 175px;
}

.sectionOne .wrap .right p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    opacity: 0.8;
}

/* sectionTWO */
.sectionTwo {
    width: 100%;
    background: #F6F6F6;
    padding: 79px 0 74px;

}

.sectionTwo .wrap {
    width: 1688px;
    margin: 0 auto;
}

.sectionTwo .wrap .content .title {
    margin: 0 0 36px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.sectionTwo .wrap .content span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    margin-bottom: 53px;
}

.sectionTwo .wrap .content p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    margin-bottom: 35px;
}

.sectionTwo .wrap .contain {
    margin-top: 94px;
}

.sectionTwo .wrap .contain .title {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 73px;
}

.sectionTwo .wrap .contain table {
    width: 1687px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-collapse: collapse;
}

.sectionTwo .wrap .contain table:not(:last-child) {
    margin-bottom: 60px;
}

.sectionTwo .wrap .contain table tr:first-child {
    width: 1687px;
    height: 78px;
    background: #0867AF;
}

.sectionTwo .wrap .contain table tr td {
    text-align: center;
}

.sectionTwo .wrap .contain table tr:first-child td {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    border: none;

}

.sectionTwo .wrap .contain table tr:not(:first-child) td {
    height: 89px;
    font-size: 16px;
    font-family: Barlow;
    font-weight: 400;
    color: #333333;
    border: 1px solid #e4e4e4;
}

.sectionTwo .wrap .contain table tr:not(:first-child:last-child) {
    border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.main-swiper {
    width: 900px;
    overflow: hidden;
}

.main-swiper .swiper-slide img {
    cursor: pointer;
}

.main-swiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.side-swiper {
    width: 65px;
    overflow: hidden;
    height: 218px;
    padding: 0 0 2px 0;
}

.side-swiper .swiper-slide img {
    opacity: 0.7;
    cursor: pointer;
    object-fit: contain;
}

.side-swiper .swiper-slide-active img {
    opacity: 1;
}

/* .main-swiper .swiper-slide  .main{
    opacity: 0;
    transition: 0.8s;
    transform: translateY(25px);
}
.main-swiper .swiper-slide-active .main{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
} */


@media screen and (max-width: 2560px){

}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
    .sectionTwo .wrap {
        width: 87.91666vw;
    }
    .sectionTwo .wrap .contain table{
        width: 100%;
    }
    .sectionOne .wrap .left p{
        font-size: 26px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.sectionOne .wrap {
        height: 340px;
    }
    .sectionOne .wrap .left {
        margin-right: 100px;
    }
    .sectionOne .wrap .line{
        margin-right: 120px;
    }
    .sectionTwo .wrap .content .title,
    .sectionTwo .wrap .contain .title {
        font-size: 30px;
    }
    .sectionTwo .wrap .content p{
        margin-bottom: 15px;
    }
    .sectionTwo .wrap .contain table tr:first-child td {
        font-size: 20px;
    }
    .sectionTwo .wrap .contain table tr:first-child {
        height: 60px;
    }
    .sectionTwo .wrap .contain table:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.main-swiper {
        width: 800px;
    }
    .sectionTwo .wrap .contain {
        margin-top: 30px;
    }
    .sectionOne .wrap .left {
        margin-right: 60px;
    }
    .sectionOne .wrap .line{
        margin-right: 80px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}






@media screen and (max-width: 820px){
    .banner .main {
        margin: 0 120px 0 110px;
    }
    .banner .wrap,
    .sectionOne .wrap{
        padding: 0 60px;
    }
    .banner .title p {
        font-size: 30px;
    }
    .banner .title .down {
        width: 40px;
        height: 40px;
    }
    .main-swiper .swiper-slide img{
        width: 100%;
    }
    .main-swiper{
        width: auto;
        flex: 1;
    }
    .banner .main {
        margin: 0px 70px;
    }
    .sectionTwo .wrap .contain p img{
        width: 100%;
        height: auto;
    }

    .sectionTwo .wrap .contain div[style]{
        /* overflow-x: scroll; */
        flex-direction: column;
    }
    .sectionTwo .wrap .contain div[style] table{
        width:100%;
        /* display: block; */
    }
    /* .sectionTwo .wrap .contain div:last-child{ */
    .sectionTwo .wrap .contain div:not(div[style]){
        overflow-x: scroll;
    }

    .sectionTwo .wrap .contain table{
        width: 1680px;
    }
    .sectionOne .wrap .left p {
        font-size: 22px;
    }
    .sectionOne .wrap .right p {
        font-size: 16px;
        line-height: 30px;
    }
    .sectionOne .wrap .line {
        margin-right: 40px;
    }
    .sectionOne .wrap .left {
        margin-right: 30px;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.banner .title p {
        font-size: 20px !important;
    }
    .sectionOne .wrap {
        padding: 0px 20px;
    }
    .banner .wrap{
        flex-direction: column-reverse;
        justify-content: space-evenly;
        align-items: flex-end;
    }
    .main-swiper{
        width: 100%;
    }
    .sectionOne .wrap .left a {
        width: 120px;
        height: 40px;
    }
    .banner .main {
        height: auto;
        margin: 0px 140px;
    }
    .side-swiper{
        height: 65px;
    }
    .banner .main,.main-swiper .swiper-slide,.main-swiper{
        height: 180px;
        display: block;
    }
    .main-swiper{
        flex:none;
    }
    .banner .wrap .title{
        display: flex;
        width: 100%;
        justify-content: space-between
    }
    .sectionOne .wrap .right p {
        font-size: 14px;
        line-height: 24px;
    }
    .sectionOne .wrap .line {
        margin-right: 20px;
    }
    .sectionOne .wrap .left p {
        font-size: 18px;
    }
}


@media screen and (max-width: 414px){
	.banner .main {
        margin: 0px 100px;
    }
    .sectionOne .wrap .left p {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px){
    .banner .main {
        margin: 0px 60px;
    }
    .banner .title p {
        font-size: 16px !important;
    }
    .sectionOne .wrap .left p {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px){
	
}
