/* banner */
.banner {
    width: 100%;
    padding: 100px 0 0 0;
}

.banner .wrap {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover !important;
    padding: 0 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .title {
    text-align: center;
}

.banner .title p {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
}

.banner .wrap .line-wrap {
    width: 1403px;
    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;
}

/* secOne */
.sectionOne .oneWrap {
    display: flex;
    width: 100%;
    height: auto;
    padding: 0 129px;
    justify-content: center;
}

.sectionOne .oneWrap .left {
    padding-top: 168px;

}

.sectionOne .left .title {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 82px;
}

.sectionOne .left p {
    width: 759px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
}

.sectionOne .oneWrap .right {
    padding-top: 198px;

}

.sectionOne .oneWrap .right img {
    width: 794px;
    margin-left: 125px;
    filter: brightness(.7);
    opacity: 1;
    transform: scale(1);
    transition: 0.8s;
}

.sectionOne .oneWrap .right img:hover {
    filter: brightness(1);
    opacity: 1.03;
    transform: scale(1.03);
}

.sectionOne .bottom {
    padding: 0 270px 142px;
    margin-top: 216px;
    position: relative;
}


.sectionOne .bottom .list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sectionOne .bottom .list-wrap .end {
    text-align: end;
    margin-right: 440px;
}

.sectionOne .bottom .list-wrap .end p{
    margin-left: 340px;
}
.sectionOne .bottom .list-wrap .end .line {
    position: absolute;
    right: 0;
}




.sectionOne .bottom .list .item {
    position: relative;
    cursor: pointer;
    

}
.sectionOne .bottom .list .item:nth-child(1){
    margin-bottom: 238px;
}
.sectionOne .bottom .list .item:nth-child(2){
    margin-bottom: 238px;
}

.sectionOne .bottom .list .item:hover p {
    transform: scale(1.3);
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0867AF;

}

.sectionOne .bottom .list .item:hover .line {
    width: 488px;
    height: 1px;
    background: #0867AF;
}

.sectionOne .bottom .list p {
    width: fit-content;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
    min-height: 35px;
    transition: 0.8s;
}

.sectionOne .bottom .list .line {
    width: 488px;
    height: 1px;
    background: #333333;
    opacity: 0.21;
    margin-bottom: 35px;
    transition: 0.5s;
}

.sectionOne .bottom .list .end span {
    margin-top: 59px;
}

.sectionOne .bottom .list span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}


.sectionOne .bottom .center .imgshow {
    opacity: 1 !important;
}
.sectionOne .bottom .center .main{
    position: absolute;
    left: 48%;
    top: 38%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 1s;

}
.sectionOne .bottom .center .point{
    position: absolute;
    left: 48%;
    top: 38%;
    transform: scale(1) translate(-50%, -50%);
    transition: 1s;
    opacity: 1;


}
.sectionOne .bottom .center .point:hover{
    transform: scale(1.1) translate(-50%, -50%);
    opacity: 1.1;

}

/* secTWO */
.sectionTwo {
    width: 100%;


    background: #F9FAFC;
    position: relative;
}

.sectionTwo .wrap {
    padding-top: 113px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);

}

.sectionTwo .title {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 147px;

}

.sectionTwo .bgc {
    font-size: 597px;
    font-family: Barlow;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.66;
    text-align: center;
    padding-top: 65px;
    z-index: 1;
}

.sectionTwo .box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.8s;
}
.sectionTwo .boxshow{
    opacity: 1 !important;
}
.sectionTwo .box img {
    filter: brightness(.7);
    opacity: 1;
    transform: scale(1);
    transition: 0.8s;
}

.sectionTwo .box img:hover {
    filter: brightness(1);
    opacity: 1.03;
    transform: scale(1.03);
}

.sectionTwo .box p {
    width: 574px;
    height: 53px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    margin-left: 147px;
}

.sectionTwo .date {
    width: 100%;

    position: relative;

}

.swiperDate::after {
    content: "";
    width: 1468px;
    height: 1px;
    background: #000000;
    opacity: 0.13;
    position: absolute;
    left: 50%;
    top: 36%;
    transform: translateX(-50%);

}

.sectionTwo .date .item {
    margin-bottom: 104px;
}

.sectionTwo .date .item:not(:last-child) {
    margin-right: 247px;
}

.sectionTwo .date .item p {
    font-size: 16px;
    font-family: Barlow;
    font-weight: 500;
    color: #666666;
    text-align: center;
    transition: 0.6s;
}

.swiperDate .swiper-slide {
    width: 18%;
}

.swiperDate {
    position: relative;
    width: 1100px;
    margin: auto;
    overflow: hidden;
    padding: 25px 0 0 0;
}

.sectionTwo .swiper-buttom {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 8%;
    width: 1682px;
    transform: translateX(-50%);

}

.sectionTwo .swiper-buttom .circ {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px dashed #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.sectionTwo .swiper-buttom .iconfont {
    font-size: 20px;
}

.sectionTwo .date .item .circle {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 12px;
}

/* 点波纹缩放 */
.sectionTwo .swiperDate .swiper-slide-active .circle::after {
    animation: scale2 2s infinite;
    background: #0867AF !important;

}

.sectionTwo .swiperDate .swiper-slide-active .circle::before {
    animation: scale2 2s infinite;
    background: #0867AF !important;

}

@keyframes scale {
    0% {
        transform: translateX(-50%) scale(1);
        opacity: .9
    }

    100% {
        transform: translateX(-50%) scale(2);
        opacity: 0;
        background: #0867AF !important;
    }
}

@keyframes scale2 {
    0% {
        transform: translateX(-50%) scale(1);
        opacity: .9;
    }

    100% {
        transform: translateX(-50%) scale(3);
        opacity: 0;
        background: #0867AF !important;
    }
}
/*  */
.sectionTwo .swiperDate .swiper-slide-active p {
    transform: scale(1.5) translateY(-13px);
    font-family: Barlow;
    font-weight: 500;
    color: #0867AF;
}

.sectionTwo .date .item .circle::after {
    content: "";
    width: 11px;
    height: 11px;
    background: #999999;
    opacity: 0.42;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.8s;
}

.sectionTwo .date .item .circle::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #999999;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.8s;
}
/* sectionThree */
.sectionThree .wrap{
    width: 100%;
}
.sectionThree .wrap .top{
    width: 100%;
    padding: 0 120px;
    display: flex;
    justify-content: space-between
}
.sectionThree .wrap .top .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    padding-top: 132px;
}
.sectionThree .wrap .top .list{
    display: flex;
    padding-top: 118px;
    
}
.sectionThree .wrap .top .list .num{
    display: flex;
}
.sectionThree .wrap .top .list .num p{
    font-size: 53px;
    font-family: Barlow;
    font-weight: bold;
    color: #0867AF;
    line-height: 33px;
    margin-right: 51px;
}
.sectionThree .wrap .top .list .num span{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
}
.sectionThree .wrap .top .list .item:first-child{
    margin-right: 87px;
}
.sectionThree .wrap .top .list .t{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
    margin-top: 14px;
}
.sectionThree .wrap .honer{
    margin-top: 76px;
}
.sectionThree .wrap .honer .item {
    display: flex;
    /*justify-content: center;*/
    width: 1678px;
    margin: auto;
    flex-wrap: wrap;
}
.sectionThree .wrap .honer .item img{
    width: 381px;
    height: 261px;
    transition: 0.8s;
    margin: 0 50px 30px 0;
    cursor: pointer;
}
.sectionThree .wrap .honer .item img:nth-child(4n){
    margin: 0 0 30px 0;
}
.sectionThree .wrap .honer .item img:hover{
    transform: scale(1.03);
}
.sectionThree .wrap .honer .bottom{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 79px;

}
.sectionThree .wrap .honer .bottom .point{
    width: 8px;
    height: 8px;
    background: #0867AF;
    cursor: pointer;
}

.sectionThree .wrap .honer .bottom .one{  
    opacity: 0.2;
    margin-right: 7px;
}
.sectionThree .wrap .honer .bottom .two{  
    opacity: 0.5;
    margin-right: 7px;

}


@media screen and (max-width: 2560px){
	.sectionOne .bottom .list .item{
        width: 26.041667vw;
    }
    .sectionOne .bottom .center .point,
    .sectionOne .bottom .center .main{
        left: 50%;
    }
    .sectionOne .bottom .list-wrap .end{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .sectionOne .bottom .list-wrap .end p{
        margin-left: 0;
    }
    .sectionOne .bottom .list-wrap .end .line{
        position: relative;
    }
    .sectionOne .bottom .list .end span{
        margin-top: 0;
        text-align: left;
    }
    /* .banner .wrap .line-wrap {
        width: 1500px;
    } */
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1920px){
    .sectionOne .bottom {
        padding: 0 230px 142px;
    }
    .sectionOne .oneWrap .right img {
        margin-left: 60px;
    }
    .sectionOne .left .title {
        margin-bottom: 40px;
    }
    .sectionOne .left p{
        font-size: 13px;
        line-height: 30px;
    }
    
}

@media screen and (max-width: 1856px){
	.sectionOne .bottom{
        padding: 0 100px 142px;
    }
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
    .sectionOne .left,.sectionOne .oneWrap .right{
        flex: 1;
    }
    .sectionOne .oneWrap .right{
        margin-left: 80px;
    }
	.sectionOne .left p,
    .sectionOne .oneWrap .right img{
        width: 100%;
        margin-left: 0;
    }
    .sectionTwo .swiper-buttom{
        width: 90%;
    }
    .sectionThree .wrap .honer .item{
        width: 87.3958vw;
    }
    .sectionThree .wrap .honer .item img{
        width: 19.84375vw;
        margin-right: 2.60417vw;
        height: auto;
    }
    .sectionOne .oneWrap .left {
        padding-top: 60px;
    }
    .sectionOne .oneWrap .right {
        padding-top: 70px;
    }
    .sectionOne .left .title{
        margin-bottom: 20px;
    }

    .sectionOne .oneWrap {
        padding: 0 100px;
    }
    .sectionOne .bottom .list .item .line{
        width: 100%;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.sectionOne .bottom{
        padding: 0 40px 142px;
    }
    .sectionOne .bottom .list-wrap .end .line,
    .sectionOne .bottom .list .line,
    .sectionOne .bottom .list .item:hover .line{
        width: 100%;
    }
    .sectionOne .bottom .center .main,
    .sectionOne .bottom .center .point{
        left: 50%;
    }
    .sectionOne .left p{
        line-height: 28px;
    }
    .sectionOne .left .title {
        font-size: 30px;
    }
    .sectionOne .oneWrap .right {
        margin-left: 30px;
    }
    .sectionTwo .box p{
        width: 420px;
        margin-left: 90px;
    }
    .sectionTwo .bgc {
        font-size: 570px;
    }
}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1366px){
	
}






@media screen and (max-width: 820px){
    .sectionOne .bottom .list-wrap .end{
        align-items: flex-start;
    }
    .sectionOne .oneWrap{
        flex-direction: column;
    }
    .sectionOne .oneWrap .right{
        margin-left: 0;
    }
    .sectionOne .oneWrap {
        padding: 0 60px;
    }
    .sectionOne .oneWrap .right img{
        filter: brightness(1);
    }
    /* .sectionOne .bottom .center{
        display: none;
    } */

    .sectionOne .bottom .list-wrap .end{
        margin-right: 0;
    }
    .sectionOne .bottom{
        padding: 0 60px 142px;
        margin-top: 40px;
        padding-bottom: 80px;
        display: flex;
        flex-direction: column-reverse;
    }

    .sectionOne .bottom .center{
        position: relative;
    }
    .sectionOne .bottom .center .main:first-child{
        position: relative;
        top: 0;
        transform: translateX(-50%);
    }
    .sectionOne .bottom .center .main:nth-child(n+2){
        display: none;
    }
    .sectionOne .bottom .center .point{
        top: 50%;
    }

    .sectionOne .bottom .list-wrap .item{
        margin-top: 40px;
        width: 100%;
    }
    .sectionOne .bottom .list-wrap .end p {
        margin-left: 0;
    }
    .sectionOne .bottom .list .item:nth-child(1),
    .sectionOne .bottom .list .item:nth-child(2){
        margin-bottom: 0;
    }
    .sectionOne .bottom .list span {
        text-align: left;
    }
    .sectionOne .bottom .list-wrap .item .line{
        margin-bottom: 0;
    }
    .sectionOne .bottom .list .item span{
        margin-top: 10px;
    }
    .sectionOne .bottom .list p{
        margin-bottom: 0;
    }
    .sectionOne .bottom .list .item:hover p{
        transform: scale(1);
    }
    .swiperDate{
        width: 57.29167vw;
        margin-top: 30px;
    }
    .sectionTwo .box{
        width: auto;
        flex-direction: column;
    }
    .sectionTwo .title{
        margin-bottom: 30px;
        font-size: 30px;
    }
    .sectionTwo .wrap {
        padding-top: 30px;
    }
    .sectionTwo .bgc {
        font-size: 40.09375vw;
        padding-top: 250px;
        line-height: 1;
    }
    .sectionTwo .box p{
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
    .sectionThree .wrap .honer .item img{
        width: 32.3%;
        margin-right: 1%;
    }
    .sectionThree .wrap .top{
        padding: 0 60px;
    }
    .sectionThree .wrap .top .list .num p {
        font-size: 40px;
        margin-right: 10px;
    }
    .sectionThree .wrap .top .title,
    .sectionThree .wrap .top .list{
        padding-top: 60px;
    }
    .sectionThree .wrap .top .list .item:first-child {
        margin-right: 30px;
    }
    .sectionThree .wrap .top .title{
        font-size: 30px;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.sectionOne .oneWrap {
        padding: 0 20px;
    }
    .sectionTwo .title{
        font-size: 22px;
    }

    .sectionOne .bottom {
        padding: 0 20px 70px;
    }
    .sectionTwo .box{
        width: 100vw;
        padding: 0 20px;
    }
    .sectionTwo .box img{
        width: 100%;
    }
    .swiperDate{
        margin-top: 50px;
    }
    .swiperDate {
        width: 90vw;
    }
    .sectionTwo .swiper-buttom{
        z-index: 99;
        bottom: 3%;
        justify-content: end;
    }
    .sectionThree .wrap .honer .item img{
        width: 49%;
    }
    .sectionThree .wrap .top {
        padding: 0 20px;
        flex-direction: column;
    }
    .sectionThree .wrap .top .list{
        justify-content: space-between;
        padding-top: 30px;
    }
    .sectionThree .wrap .top .list .t{
        margin-top: 5px;
    }
    .sectionThree .wrap .honer {
        margin-top: 30px;
    }
    .sectionThree .wrap .honer .item img{
        margin-bottom:20px;
    }
    .banner .title span{
        line-height: 1;
        margin-top: 0;
    }
    .sectionOne .oneWrap .left {
        padding-top: 20px;
    }
    .sectionTwo .box p{
        font-size: 16px;
        line-height: 24px;
    }
    .sectionTwo .swiper-buttom .circ {
        width: 40px;
        height: 40px;
    }
    .sectionTwo .box p{
        margin-top: 10px;
    }
    .button-prev{
        margin-right: 20px;
    }
    .sectionOne .bottom .center .main:first-child{
        width: 100%;
    }
    .sectionOne .bottom .center .point{
        transform: scale(1) translate(-50%, -50%);
    }
    .sectionOne .left .title {
        font-size: 26px;
    }
    .sectionThree .wrap .top .title {
        padding-top: 30px;
    }
}


@media screen and (max-width: 414px){
	.sectionOne .bottom .list span {
        font-size: 14px;
    }
    .sectionOne .bottom .list-wrap .item {
        margin-top: 30px;
    }
    .sectionOne .bottom .list .item:nth-child(1){
        margin-top: 0;
    }
    .sectionThree .wrap .top .title {
        font-size: 28px;
    }
    .sectionThree .wrap .top .list .num p {
        font-size: 30px;
    }
    .swiperDate {
        margin-top: 90px;
    }
    .sectionTwo .title {
        font-size: 20px;
    }
    .sectionThree .wrap .top .title {
        font-size: 26px;
    }
    .sectionThree .wrap .top .list .num p {
        font-size: 22px;
    }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}
