.banner{
    width: 100%;
    height: 580px;
    position: relative;
    margin: 118px 0 0 0;
}
.banner .swiper{
    width: 100%;
    height: 100%;
}
.banner .swiper .background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.banner .swiper .swiper-slide{
    display: flex;
    align-items: center;
    padding: 0 250px;
}
.banner .swiper .swiper-slide .text{
    display: none;
}
.banner .swiper .swiper-slide-active .text{
    display: block;
}
.banner .swiper .swiper-slide .text span{
    font-size: 46px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: 0 0 16px 0;
}
.banner .swiper .swiper-slide .text p{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.banner .swiper .swiper-slide .text .more{
    width: 180px;
    height: 50px;
    background: #0099FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 34px 0 0 0;
}
.banner .swiper .swiper-pagination{
    bottom: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .swiper .swiper-pagination span{
    width: 36px;
    height: 3px;
    background: #FFFFFF;
    opacity: 0.3;
    border-radius: 0;
    transition: 0.6s;
}
.banner .swiper .swiper-pagination span:not(:last-child) {
    margin: 0 10px 0 0;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.section{
    position: relative;
    z-index: 1;
}
.section .break{
    width: 1419px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    padding: 0 63px 0 20px;
    margin: -65px auto 0;
}
.section .break .item{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.section .break .item:not(:last-child):after{
    content: '';
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background: #000000;
    opacity: 0.1;
}
.section .break .item:not(:last-child) {
    margin: 0 60px 0 0;
}
.section .break .item .icon{
    width: 89px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    transition: 0.6s;
}
.section .break .item .icon img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.section .break .item .text span{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 12px 0;
    display: block;
    transition: 0.6s;
}
.section .break .item .text p{
    font-size: 14px;
    font-family: ITCAvantGardeStd r;
    font-weight: normal;
    color: #666666;
    line-height: 20px;
}
.section .break .item:hover .icon{
    transform: translateY(-6px);
}
.section .break .item:hover .text span{
    color: #0099FF;
}
.section .wrap{
    width: 1420px;
    margin: 77px auto 87px;
}
.section .wrap .title{
    text-align: center;
}
.section .wrap .title span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    display: block;
    margin: 0 0 34px 0;
}
.section .wrap .title .cut{
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
}
.section .wrap .title .cut .item{
    font-size: 18px;
    font-family: ITCAvantGardeStd bk;
    font-weight: normal;
    color: rgba(102, 102, 102, 1);
    transition: 0.6s;
    cursor: pointer;
}
.section .wrap .title .cut .item:not(:last-child) {
    margin: 0 67px 0 0;
}
.section .wrap .title .cut .item.on{
    color: #004BAA;
}
.section .wrap .title .cut .item:hover{
    color: #004BAA;
}
.section .wrap .content .matter{
    display: none;
    height: 600px;
}
.section .wrap .content .matter.on{
    display: flex;
}
.section .wrap .content .matter .the_left{
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 60px 44px;
    overflow: hidden;
}
.section .wrap .content .matter .the_left .background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.section .wrap .content .matter .the_left .headline{
    margin: 0 0 148px 0;
}
.section .wrap .content .matter .the_left .headline span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    margin: 0 0 20px 0;
    display: block;
}
.section .wrap .content .matter .the_left .headline p{
    width: 580px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}
.section .wrap .content .matter .the_left .text{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
.section .wrap .content .matter .the_left .text .link a{
    width: fit-content;
    display: flex;
    align-items: center;
}
.section .matter .the_left .text .link a .iconfont{
    font-size: 14px;
    font-family: SimSun;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin: 0 19px 0 0;
    transition: 0.6s;
}
.section .matter .the_left .text .link a p{
    font-size: 16px;
    font-family: ITCAvantGardeStd r;
    font-weight: normal;
    color: #333333;
    transition: 0.6s;
    white-space: nowrap;
}
.section .matter .the_left .text .link a:not(:last-child) {
    margin: 0 0 14px 0;
}
.section .matter .the_left .text .link a:hover .iconfont,.section .matter .the_left .text .link a:hover p{
    color: rgba(0, 75, 170, 1);
}
.section .matter .picture{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.section .matter .picture img{
    width: 100%;
    height: 100%;
}
.section2{
    overflow: hidden;
}
.section2 .wrap{
    width: 1420px;
    margin: 0 auto 79px;
}
.section2 .wrap .title{
    text-align: center;
    margin: 0 0 42px 0;
}
.section2 .wrap .title span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    display: block;
    margin: 0 0 17px 0;
}
.section2 .wrap .title p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.section2 .wrap .content{
    display: flex;
    height: 500px;
}
.section2 .wrap .content .item{
    width: 25%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.section2 .wrap .content .item .center{
    transition: 0.6s;
}
.section2 .wrap .content .item .images{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 2s;
}
.section2 .wrap .content .item:hover .images{
    transform: scale(1.1);
}
.section2 .wrap .content .item:hover .center{
    transform: translateY(-50px);
}
.section2 .wrap .content .item .iconfont{
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    margin: 0 0 15px 0;
}
.section2 .wrap .content .item p{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.section3{
    overflow: hidden;
}
.section3 .wrap .title{
    text-align: center;
    margin: 0 0 27px 0;
}
.section3 .wrap .title span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    display: block;
    margin: 0 0 40px 0;
}
.section3 .wrap .title .cut{
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
}
.section3 .wrap .title .cut .item{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    position: relative;
    cursor: pointer;
    padding: 10px 20px;
}
.section3 .wrap .title .cut .item:not(:last-child) {
    margin: 0 58px 0 0;
}
.section3 .wrap .title .cut .item:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #004BAA;
    transition: 0.4s;
}
.section3 .wrap .title .cut .item.on,.section3 .wrap .title .cut .item:hover{
    color: rgba(0, 75, 169, 1);
}
.section3 .wrap .title .cut .item.on:after,.section3 .wrap .title .cut .item:hover:after{
    width: 120px;
}
.section3 .wrap .content{
    height: 660px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.section3 .wrap .content .principal{
    width: 1420px;
    margin: auto;
}
.section3 .wrap .content .index_background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.section3 .wrap .content .index_background img{
    width: 100%;
    height: 100%;
}
.section3 .wrap .content .matter{
    display: none;
}
.section3 .wrap .content .matter.on {
    display: flex;
    align-items: center;
}
.section3 .wrap .content .matter .images{
    width: 447px;
    height: 509px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 152px 0 0;
}
.section3 .wrap .content .matter .images img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.section3 .wrap .content .matter .text{
    width: 758px;
}
.section3 .wrap .content .matter .text span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: 0 0 22px 0;
}
.section3 .wrap .content .matter .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.6;
}
.section3 .wrap .content .matter .text .more{
    width: 180px;
    height: 50px;
    background: #0099FF;
    margin: 85px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.section4{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.section4 .background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.section4 .wrap{
    margin: 74px auto 105px;
    max-width: 95%;
}
.section4 .wrap .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin: 0 0 89px 0;
}
.section4 .wrap .content{
    display: flex;
    justify-content: center;
}
.section4 .wrap .content .item:not(:last-child) {
    margin: 0 136px 0 0;
}
.section4 .wrap .content .item{
    display: flex;
    align-items: flex-end;
}
.section4 .wrap .content .item span{
    font-size: 60px;
    font-family: AkzidenzGroteskBQ;
    font-weight: normal;
    color: #004BAA;
    position: relative;
}
.section4 .wrap .content .item span:after{
    content: attr(data-text);

}
.section4 .wrap .content .item p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 0 0 0 5px;
    position: relative;
    top: -12px;
}
.section5{
    overflow: hidden;
}
.section5 .wrap{
    width: 1420px;
    margin: 103px auto 122px;
}
.section5 .wrap .title{
    text-align: center;
    margin: 0 0 55px 0;
}
.section5 .wrap .title span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    display: block;
    margin: 0 0 31px 0;
}
.section5 .wrap .title .cut{
    display: flex;
    justify-content: center;
}
.section5 .wrap .title .cut .item{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    transition: 0.6s;
    cursor: pointer;
    position: relative;
}
.section5 .wrap .title .cut .item:after{
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: #004BAA;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
}
.section5 .wrap .title .cut .item:not(:last-child) {
    margin: 0 50px 0 0;
}
.section5 .wrap .title .cut .item.on,.section5 .wrap .title .cut .item:hover{
    color: rgba(0, 75, 170, 1);
}
.section5 .wrap .title .cut .item:hover:after,.section5 .wrap .title .cut .item.on:after{
    width: 71px;
}
.section5 .wrap .content{
    height: 600px;
}
.section5 .wrap .content .matter{
    width: 100%;
    height: 100%;
    display: none;
    justify-content: space-between;
}
.section5 .wrap .content .matter.on{
    display: flex;
}
.section5 .wrap .content .big{
    width: 580px;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.section5 .wrap .content .big img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 2s;
}
.section5 .wrap .content .big:hover img{
    transform: scale(1.1);
}
.section5 .wrap .content .big .text{
    width: 100%;
    padding: 0 44px;
    position: absolute;
    bottom: 57px;
    left: 0;
}
.section5 .wrap .content .big .text .time{
    font-size: 14px;
    font-family: ITCAvantGardeStd l;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0 0 19px 0;
}
.section5 .wrap .content .big .text p{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.section5 .wrap .content .the_right{
    width: 820px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.section5 .wrap .content .the_right .item{
    width: 400px;
}
.section5 .wrap .content .the_right .item .picture{
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.section5 .wrap .content .the_right .item .picture img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.section5 .wrap .content .the_right .item .color{
    width: 100%;
    height: 320px;
    background: rgba(240, 240, 240, 1);
    padding: 40px 30px;
    transition: 1s;
}
.section5 .wrap .content .the_right .item .color .time{
    font-size: 14px;
    font-family: ITCAvantGardeStd l;
    font-weight: normal;
    color: #999999;
    margin: 0 0 20px 0;
    transition: 0.6s;
}
.section5 .wrap .content .the_right .item .color span{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 26px 0;
    padding: 0 0 26px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.6s;
}
.section5 .wrap .content .the_right .item .color p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.6s;
}
.section5 .wrap .content .the_right .item:hover .picture img{
    transform: scale(1.1);
}
.section5 .wrap .content .the_right .item:hover .color{
    background: rgba(0, 75, 170, 1);
}
.section5 .wrap .content .the_right .item:hover .time,.section5 .wrap .content .the_right .item:hover span,.section5 .wrap .content .the_right .item:hover p{
    color: #fff;
}
.section5 .wrap .content .the_right .item:hover span{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.section6{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.section6 .background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.section6 .wrap{
    margin: 175px auto 98px;
}
.section6 .wrap .title{
    width: 1420px;
    margin: 0 auto 160px;
}
.section6 .wrap .title span{
    font-size: 40px;
    font-family: AkzidenzGroteskBQ;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0 0 12px 0;
    display: block;
}
.section6 .wrap .content{
    height: 180px;
    /*width: 1670px;*/
    position: relative;
    z-index: 1;
}
.section6 .wrap .content:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - (77% / 4));
    height: 100%;
    background: #fff;
    z-index: -1;
}
.section6 .wrap .content .content_wrap{
    width: 77%;
    height: 100%;
    margin: auto;
    display: flex;
}
.section6 .wrap .content .color{
    width: calc(100% - 250px);
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 74px 0 0;
}
.section6 .wrap .content .color img:not(:last-child) {
    margin: 0 7.9% 0 0;
}
@media screen and (max-width: 1920px) {
    .section6 .wrap .content .color img:not(:last-child) {
        margin: 0 7% 0 0;
    }
}
.section6 .wrap .content .blue{
    width: 250px;
    height: 100%;
    background: #0067F5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.section6 .wrap .content .blue:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 218px;
    height: 148px;
    transform: translate(-50%,-50%);
    border: 1px solid #E6E6E6;
    opacity: 0.5;
}
@media screen and (max-width: 1800px) {
    .section6 .wrap .content .color img:not(:last-child) {
        margin: 0 3% 0 0;
    }
    .banner .swiper .swiper-slide {
        padding: 0 5%;
    }
}
@media screen and (max-width: 1600px) {
    .section .break {
        padding: 0 63px 0 63px;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .title span {
        font-size: 32px;
    }
    .section .wrap .title .cut .item {
        font-size: 16px;
    }
    .section .wrap .content .matter .the_left .headline span {
        font-size: 24px;
    }
    .section2 .wrap .title span {
        font-size: 32px;
    }
    .section2 .wrap .content .item p {
        font-size: 24px;
    }
    .section3 .wrap .title span {
        font-size: 32px;
    }
    .section3 .wrap .title .cut .item {
        font-size: 16px;
    }
    .section3 .wrap .content .matter .text span {
        font-size: 24px;
    }
    .section4 .wrap .title {
        font-size: 32px;
    }
    .section4 .wrap .content {
        justify-content: space-between;
    }
    .section4 .wrap .content .item:not(:last-child) {
        margin: 0;
    }
    .section4 .wrap {
        max-width: 90%;
    }
    .section4 .wrap .content .item span {
        font-size: 48px;
    }
    .section4 .wrap .content .item p {
        font-size: 14px;
    }
    .section5 .wrap .title span {
        font-size: 32px;
    }
    .section5 .wrap .title .cut .item {
        font-size: 16px;
    }
    .section5 .wrap .content .the_right .item .color span {
        font-size: 16px;
        margin: 0 0 15px 0;
        padding: 0 0 15px 0;
    }
    .section5 .wrap .content .the_right .item .color p {
        font-size: 14px;
    }
    .section5 .wrap .content .big .text p{
        font-size: 18px;
    }
    .section6 .wrap .title span {
        font-size: 32px;
    }
    .banner .swiper .swiper-slide .text span {
        font-size: 32px;
    }
    .section .wrap .content .matter .the_left .headline p {
        width: 100%;
    }
    .wrap {
        width: 90% !important;
    }
    .section .break {
        width: 90%;
    }
    .section3 .wrap {
        width: 100% !important;
    }
    .section5 .wrap .content .big {
        width: 32%;
    }
    .section5 .wrap .content .the_right {
        width: 67%;
    }
    .section5 .wrap .content .the_right .item {
        width: 49%;
    }
    .section5 .wrap .content {
        height: 500px;
    }
    .section5 .wrap .content .the_right .item .picture {
        height: 250px;
    }
    .section5 .wrap .content .the_right .item .color{
        height: 250px;
    }
    .section6 .wrap .content .color img:not(:last-child) {
        width: 14%;
    }
    .section6 .wrap .content .color {
        justify-content: space-between;
    }
    .section3 .wrap .content .principal {
        width: 90%;
    }
    .section3 .wrap .title .cut .item.on:after, .section3 .wrap .title .cut .item:hover:after {
        width: 100%;
    }
    .section6 .wrap .title {
        width: 100%;
    }
}
@media screen and (max-width: 1365px) {
    .section .break {
        padding: 0 20px 0 20px;
    }
    .section2 .wrap .content {
        height: 360px;
    }
    .section2 .wrap .title span,.section3 .wrap .title span,.section4 .wrap .title,.section5 .wrap .title span,.section6 .wrap .title span,.section3 .wrap .title span,.section .wrap .title span {
        font-size: 24px;
    }
    .section .wrap .content .matter .the_left .headline span {
        font-size: 20px;
    }
    .section3 .wrap .title .cut .item:not(:last-child) {
        margin: 0px 20px 0 0;
    }
    .section4 .wrap .content .item {
        width: 33.333%;
        margin-bottom: 20px!important;
    }
    .section4 .wrap .content {
        flex-wrap: wrap;
    }
    .section2 .wrap .content .item p {
        font-size: 18px;
    }
    .section4 .wrap {
        margin: 50px auto 60px;
    }
    .section2 .wrap .content .item .iconfont {
        font-size: 40px;
    }
    .section6 .wrap .content {
        height: 100px;
    }
    .section6 .wrap .content .content_wrap {
        width: 100%;
    }
    .section6 .wrap .content .blue:after {
        width: 187px;
        height: 88px;
    }
    .section6 .wrap .content .blue {
        width: 200px;
    }
    .section6 .wrap .content .color img {
        width: 14%;
    }
    .section6 .wrap .title {
        margin: 0 auto 64px;
    }
}
@media screen and (max-width: 1000px) {
    .section3 .wrap .title .cut .item{
        padding: 10px 10px;
    }
    .section .wrap .content .matter .the_left .headline {
        margin: 0 0 30px 0;
    }
    .section .wrap .content .matter {
        height: 750px;
    }
    .section .wrap .content .matter.on {
        flex-direction: column;

    }
    .section .wrap .content .matter .the_left,.section .matter .picture {
        width: 100%;
    }
    .section .wrap .title .cut {
        justify-content: space-between;
    }
    .section .wrap .title .cut .item:not(:last-child) {
        margin: 0;
    }
    .section .wrap .content .matter .the_left{
        padding: 30px 25px;
    }
    .section .break {
        padding: 0;
    }
    .section .break .item {
        width: 25%;
        padding: 0 10px;
        margin: 0!important;
    }
    .section .break .item:not(:last-child):after{
        right: 0;
    }
    .section5 .wrap .content {
        height: 400px;
    }
    .section5 .wrap .content .the_right .item .picture {
        height: 200px;
    }
    .section5 .wrap {
        margin: 40px auto 40px;
    }
    .section3 .wrap .content .matter .text span {
        font-size: 20px;
    }
    .section5 .wrap .content .the_right .item .color {
        height: 200px;
        padding: 10px 20px;
    }

    .section5 .wrap .content .the_right .item .color .time {
        margin: 0 0 10px 0;
    }
    .section5 .wrap .content .the_right .item .color span {
        font-size: 14px;
    }
}
@media screen and (max-width: 800px) {
    .banner .swiper .swiper-slide .text span {
        font-size: 24px;
    }
    .banner .swiper .swiper-slide .text p {
        font-size: 20px;
    }
    .banner .swiper .swiper-slide .text .more {
        width: 120px;
        height: 35px;
    }
    .section .break {
        margin: 20px auto;
        flex-wrap: wrap;
        height: fit-content;
        padding: 10px;
    }
    .section .break .item .text span {
        font-size: 14px;
    }
    .section .break .item .text p {
        font-size: 12px;
    }
    .section .break .item:not(:last-child) {
        margin: 0 0 10px !important;
    }
    .section .wrap {
        margin: 30px auto;
    }
    .section .break .item {
        width: 100%;

    }
    .section .wrap .title .cut {
        flex-wrap: wrap;
    }
    .section .wrap .title .cut .item {
        width: 33.33%;
        margin-bottom: 15px!important;
    }
    .section .matter .picture {
        display: none;
    }
    .section .wrap .content .matter {
        height: 500px;
    }
    .section .wrap .content .matter .the_left {
        padding: 30px 15px;
    }
    .section .wrap .content .matter .the_left .headline span {
        font-size: 18px;
    }
    .section .matter .the_left .text .link a .iconfont {
        margin: 0 6px 0 0;
    }
    .section .matter .the_left .text .link a p {
        font-size: 14px;
    }
    .section .wrap .content .matter {
        height: 450px;
    }
    .section2 .wrap .title p {
        font-size: 14px;
    }
    .section2 .wrap .content .item {
        width: 50%;
        height: 50%;
    }
    .section2 .wrap .content .item p {
        font-size: 16px;
    }
    .section2 .wrap .content .item .iconfont {
        font-size: 32px;
    }
    .section2 .wrap .content {
        flex-wrap: wrap;
    }
    .section .wrap .title span {
        margin: 0 0 20px 0;
    }
    .section .break .item:not(:last-child):after {
        display: none;
    }
    .section .break .item .icon {
        margin: 0px 20px 0 0;
    }
    .section2 .wrap {
        margin: 0 auto 50px;
    }
    .section3 .wrap .title .cut .item{
        width: 33.33%;
        margin: 0 0 15px!important;
    }
    .section3 .wrap .title .cut {
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .section3 .wrap .title span {
        margin: 0 0 15px 0;
    }
    .section3 .wrap .content .matter .images {
        display: none;
    }
    .section3 .wrap .content .matter .text{
        width: 100%;
    }
    .section3 .wrap .content .matter .text .more {
        margin: 0px 0 0 0;
    }
    .section3 .wrap .content{
        height: 480px;
    }
    .section4 .wrap .title {
        margin: 0px 0 22px 0;
    }
    .section4 .wrap .content .item {
        width: 50%;
    }
    .section4 .wrap .content .item span {
        font-size: 36px;
    }
    .section4 .wrap .content .item p {
        top: -6px;
        font-size: 12px;
    }
    .section5 .wrap .content .matter.on {
        flex-direction: column;
    }
    .section5 .wrap .content .the_right {
        flex-direction: column;
        width: 100%;
    }
    .section5 .wrap .content .the_right .item {
        width: 100%;
    }
    .section5 .wrap .content .big {
        width: 100%;
    }
    .section6 .wrap{
        margin: 40px auto 40px;
    }
    .section6 .wrap .content .color {
        width: 100%;
        flex-wrap: wrap;
        padding: 10px;
    }
    .section6 .wrap .content {
        height: fit-content;
    }
    .section6 .wrap .content:after {
        width: 100%;
    }
    .section6 .wrap .content .content_wrap {
        flex-direction: column;
    }
    .section6 .wrap .content .color img {
        width: 40% !important;
        margin-bottom: 10px!important;
    }
    .section6 .wrap .content .blue {
        width: 100%;
        height: 60px;
    }
    .section6 .wrap .content .blue:after {
        width: 90%;
        height: 40px;
    }

    .section5 .wrap .content .big,.section5 .wrap .content .the_right .item {
        height: 400px;
        margin-bottom: 10px;
    }
    .section5 .wrap .content{
        height: 1230px;
    }
    .section6 .wrap .content .blue {
        font-size: 14px;
    }
    .section5 .wrap .content .the_right {
        height: auto;
    }
}
.en .section .break {
    height: 170px;
}
@media screen and (max-width: 1800px) {
    .en .section4 .wrap .content {
        flex-wrap: wrap;
    }
    .en .section4 .wrap .content .item {
        width: 33.33%;
        padding: 0 0 0 5%;
    }
    .en .section4 .wrap .content .item:not(:last-child) {
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 1200px) {
    .en .section4 .wrap .content .item p {
        top: unset;
    }
    .en .section4 .wrap .content .item {
        align-items: center;
    }
    .en .section .break {
        margin: 5px auto 0;
        flex-wrap: wrap;
        height: auto;
    }
    .en .section .break .item {
        width: 50%;
    }
    .en .section .break .item:not(:last-child) {
        margin: 0 0 10px 0;
    }
    .en .section .break .item .text {
        width: 80%;
    }
    .en  .section .break .item:not(:last-child):after {
        right: 0px;
    }
    .en  .section .break .item:nth-child(2):after {
        display: none;
    }
    .en .section5 .wrap .content .the_right .item .color .time {
        margin: 0 0 10px 0;
    }
    .en .section5 .wrap .content .the_right .item .color span {
        height: 52px;
    }
    .en .section3 .wrap .title .cut {
        flex-wrap: wrap;
        justify-content: unset;
    }
    .en .section3 .wrap .title .cut .item {
        width: 19%;
    }
    .en .section3 .wrap .title .cut .item:not(:last-child) {
        margin: 0px 1% 0 0;
    }
}
@media screen and (max-width: 768px) {
    .en .section .break .item {
        width: 100%;
    }
    .en .section3 .wrap .title .cut .item{
        width: 32%;
        font-size: 14px;
    }
    .en .section4 .wrap .content .item {
        width: 50%;
    }
    .en .section3 .wrap .content {
        height: 720px;
    }
    .en .section3 .wrap .content .matter .text p {
        font-size: 14px;
        line-height: 28px;
    }
}
