
.banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #346BAE;
    z-index: 1;
    animation: name 4s linear forwards;
}

.banner-warp {
    width: 100%;
    height: 100%;
}

.banner-warp .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.banner-warp .swiper-wrapper img {
    width: 100%;
    height: 100%;
}

.banner-warp .swiper-container {
    width: 100%;
    height: 100%;
}

.banner-warp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.banner-warp .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.banner-warp .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 28px!important;
}

.banner-warp .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    opacity: 0.5;
}


/* .banner-warp .swiper-pagination-bullet-active {
    transform: scale(1.4);
    background: transparent!important;
    border: 2px solid rgba(255, 255, 255, .5);
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    opacity: 1!important;
    transform: rotate(45deg);
    transition: 0.6s;
    animation: banner 2s infinite linear;
} */

.banner-warp .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px!important;
}

.banner-warp .swiper-pagination-white {
    display: flex;
    align-items: center;
    width: 500px!important;
    left: 50%!important;
    transform: translate(-50%);
    justify-content: center;
}

.banner-warp .swiper-content {
    position: absolute;
    left: 185px;
    bottom: 282px;
    text-align: left;
}

.banner-warp .swiper-content h1 {
    font-size: 64px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 19px;
}

.banner-warp .swiper-content p {
    font-size: 30px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.8;
}

@keyframes banner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.section {
    width: 100%;
    height: auto;
}

.section-warp {
    width: 100%;
    overflow: hidden;
}

.section-top {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 119px;
}

.section-top .left .sign {
    position: relative;
    display: flex;
    align-items: center;
}

.section-top .left h1 {
    font-size: 48px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
    margin-bottom: 28px;
}

.section-top .left p {
    font-size: 30px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
    margin-right: 24px;
    text-transform: uppercase;
}

.section-top .left .color {
    width: 14px;
    display: flex;
    margin-top: 15px;
}

.section-top .left .color div {
    width: 7px;
    height: 7px;
    background: #3455FC;
}

.section-top .left .color div:nth-child(2) {
    background: #FF8C1F;
}

.right-warp p {
    transition: 1s;
}

.right-warp a:hover p {
    transition: 1s;
    color: #5c8fe9 !important;
}

.right-warp .right-warp-list a:hover p {
    transition: 1s;
    color: #5c8fe9 !important;
}


/* 
.bottom-warp span:hover {
    transform: scale(1.1);
    transition: 1s;
}

.bottom-warp h1:hover {
    transform: scale(1.06);
    transition: 1s;
} */

.section-top .right {
    width: 1050px;
    display: flex;
    justify-content: space-between;
}

.section-top .right-warp {
    text-align: center;
    cursor: pointer;
}

.section-top .right-warp .imgs-warp {
    width: 122px;
    position: relative;
}

.section-top .right-warp .imgs-warp img {
    transition: 1s;
    width: 100%;
}

.section-top .right-warp .imgs-warp img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.section-top .right-warp:hover .imgs-warp img:nth-child(2) {
    opacity: 1;
}

.section-top .right-warp:hover .imgs-warp img:nth-child(1) {
    opacity: 0;
}

.section-top .right-warp p {
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
    margin-top: 23px;
}

.section-bottom {
    width: 98%;
    height: auto;
    margin: 53px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.section-bottom .bottom-warp {
    width: 63%;
    height: 600px;
    background: linear-gradient(-51deg, #E9F2FB 0%, #D1E2F6 49%, #F6FAFF 100%);
}

.bottom-warp .one-warp {
    width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.bottom-warp .one-warp .sign {
    position: relative;
    bottom: -100px;
}

.bottom-warp .one-warp .sign span {
    font-size: 60px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #005CFF;
    margin-bottom: 37px;
    display: block;
}

.bottom-warp .one-warp .sign h1 {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
    margin-bottom: 58px;
}

.bottom-warp .one-warp .sign div {
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #666666;
}

.bottom-warp .one-warp img {
    margin-left: 0px;
    transition: 0.8s;
    position: relative;
	max-width: 100%
    /* animation: rota 2s infinite linear; */
}

.bottom-warp .one-warp img:hover {
    transform: scale(1.06);
}

@keyframes rota {
    0% {
        top: -20px;
    }
    50% {
        top: 0;
    }
    100% {
        top: -20px;
    }
}

.section-bottom .tow {
    width: 36%;
    height: 600px;
    background: linear-gradient(49deg, #1045E1 0%, #3772DD 46%, #06ACF7 100%);
    margin-left: 1%;
}

.section-bottom .tow .one-warp .sign span {
    /* color: #fff; */
}

.section-bottom .tow .one-warp .sign h1 {
    color: #fff;
}

.section-bottom .tow .one-warp .sign div {
    color: #fff;
}

.section-bottom .tow:nth-child(3) {
    width: 49%;
    margin-top: 1%;
    margin-left: 0;
}

.section-bottom .three {
    width: 50%;
    margin-top: 1%;
    margin-left: 1%;
}

.section2 {
    width: 100%;
    height: auto;
    background: linear-gradient(117deg, #F2F2F2 0%, #DFE7F2 100%);
    margin-top: 30px;
}

.section2 .section2-warp {
    width: 100%;
    overflow: hidden;
}

.section2 .section2-top {
    width: 80%;
    margin: 107px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.section2 .section2-top .poa {
    text-transform: uppercase;
    font-size: 150px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #000000;
    opacity: 0.05;
    position: absolute;
    left: 0;
    top: -40px;
}

.section2 .section2-top .left h1 {
    font-size: 48px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
    margin-bottom: 28px;
}

.section2 .section2-top .left .sign {
    position: relative;
    display: flex;
    align-items: center;
}

.section2 .section2-top .left .sign p {
    font-size: 30px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
    margin-right: 24px;
}

.section2 .section2-top .left .sign .color {
    width: 14px;
    display: flex;
    margin-top: 15px;
}

.section2 .section2-top .left .sign .color div {
    width: 7px;
    height: 7px;
    background: #3455FC;
}

.section2 .section2-top .left .sign .color div:nth-child(2) {
    background: #FF8C1F;
}

.section2 .section2-top .right {
    width: 241px;
    height: 80px;
    background: #005CFF;
    border-radius: 40px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: 2s;
}

.on img:hover {
    transition: 1s;
    transform: scale(1.1);
}

.section2 .section2-top .right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ff8c1f;
    z-index: 0;
    border-radius: 40px;
    /*transition: all 0.6s cubic-bezier(1, 0.41, 0.07, 0.96);*/
    transition: 0.6s;
}

.section2 .section2-top .right:hover:after {
    width: 100%;
    /*left: 0;*/
}

.section2 .section2-top .right p {
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
    margin-right: 26px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.section2 .section2-top .right span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.section2 .section2-bottom {
    width: 100%;
    height: 773px;
    margin-top: 80px;
    margin-bottom: 130px;
    display: flex;
    /*background: red;*/
    position: relative;
}

.section2 .section2-bottom .cont3ul {
    width: 98%;
    margin: auto;
    height: 520px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.section2 .section2-bottom .cont3ul li {
    width: 97px;
    height: 773px;
    background: #024DD2;
    float: right;
    position: relative;
    overflow: hidden;
    transition: 1.3s;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    cursor: pointer;
}

.cont3ul-active {
    width: 79% !important;
}

.clearfix>div:hover {
    transition: 1s;
    transform: scale(1.1);
}

.clearfix>p:hover {
    transition: 1s;
    transform: scale(1.5);
}

.section2 .section2-bottom .cont3ul:hover li:nth-child(1) {
    width: 97px;
}

.section2 .section2-bottom .cont3ul li .cursors {
    width: 97px;
    height: 100%;
    background-position: -15px -388px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.section2 .section2-bottom .cont3ul li .cursors h1 {
    height: 115px;
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #D5D7DE;
    writing-mode: tb-rl;
    letter-spacing: 5px;
}

.section2 .section2-bottom .cont3ul li .cursors p {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #D5D7DE;
    margin-bottom: 100px;
}

.section2 .section2-bottom .cont3ul li .nr {
    position: absolute;
    top: 0px;
    left: 100px;
    width: 100%;
    height: 100%;
}

.section2 .section2-bottom .cont3ul li .nr .nrbox {
    width: 100%;
    height: 100%;
    display: block;
}

.section2 .section2-bottom .cont3ul li .nr .nrbox img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.section3 {
    width: 100%;
    height: 100vh;
    position: relative;
}

.section3 #video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}

.section3-warp {
    width: 80%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.section3-top {
    width: 100%;
    margin-top: 143px;
}

.section3-top .sign {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section3-top .sign p {
    font-size: 30px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 50px;
}

.section3-top .sign a {
    width: 241px;
    height: 70px;
    background: #005CFF;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.imgs>img {
    /* transform: scale(1.1); */
}

.swiper-wrapper {
    margin-top: 10px;
}

.section3-top .sign a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ff8c1f;
    z-index: 0;
    border-radius: 40px;
    /*transition: all 0.6s cubic-bezier(1, 0.41, 0.07, 0.96);*/
    transition: 0.6s;
}

.section3-top .sign a:hover:after {
    width: 100%;
}

.section3-top .sign a p {
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
    margin-right: 26px;
    position: relative;
    z-index: 1;
}

.section3-top .sign a span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.section3-top .numbers {
    width: 510px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 138px;
}

.section3-top .numbers-warp {
    width: 115px;
    text-align: center;
    margin-right: 80px;
    margin-bottom: 53px;
}

.section3-top .numbers-warp:nth-child(3) {
    margin-right: 0;
}

.section3-top .numbers-warp:nth-child(4) {
    margin-bottom: 0;
}

.section3-top .numbers-warp:nth-child(5) {
    margin-bottom: 0;
}

.section3-top .numbers-warp:nth-child(6) {
    margin-right: 0;
    margin-bottom: 0;
}

.section3-top .numbers-warp span {
    font-size: 48px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #FFFFFF;
}

.section3-top .numbers-warp .jia {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3-top .numbers-warp .jia .unitC {
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 7px;
    margin-top: 20px;
}

.section3-top .numbers-warp p {
    margin-top: 14px;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #F3F3F3;
}

.section3-bottom {
    width: 100%;
    height: auto;
    /*margin-top: 166px;*/
    margin-top: 120px;
    margin-bottom: 100px;
    border-top: 1px solid #FFFFFF;
}

.section3-bottom .bottom3-warp {
    margin-top: 67px;
}

.section3-bottom .bottom3-warp .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section3-bottom .bottom3-warp .swiper-slide .imgs {
    width: 197px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 53px;
    cursor: pointer;
}

.section3-bottom .bottom3-warp .swiper-slide .imgs img {
    transition: 1s;
}

.section3-bottom .bottom3-warp .swiper-slide .imgs:hover img {
    /* transform: rotateY(180deg); */
}

.section4 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.section4-warp {
    width: 80%;
    margin: 106px auto 0;
    display: flex;
}

.section4-left {
    margin-top: 60px;
}

.section4-warp .section4-left .left h1 {
    font-size: 48px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
    margin-bottom: 28px;
}

.section4-warp .section4-left .left .sign {
    position: relative;
    display: flex;
    align-items: center;
}

.section4-warp .section4-left .left .sign p {
    font-size: 30px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
    text-transform: uppercase;
    margin-right: 24px;
}

.section4-warp .section4-left .left .sign .color {
    width: 14px;
    display: flex;
    margin-top: 15px;
}

.section4-warp .section4-left .left .sign .color div {
    width: 7px;
    height: 7px;
    background: #3455FC;
}

.section4-warp .section4-left .left .sign .color div:nth-child(2) {
    background: #FF8C1F;
}

.section4-warp .section4-left ul {
    margin-top: 109px;
}

.section4-warp .section4-left ul li {
    width: 194px;
    height: 65px;
    border: 1px solid #3455FC;
    color: #666666;
    margin-bottom: 43px;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.ul-active {
    background: #005CFF;
    color: #fff!important;
}

.section4-right {
    width: 100%;
    height: 730px;
    margin-left: 82px;
}

.right4-warp {
    width: 125%;
    height: 100%;
}

.right4-warp .swiper-slide {
    height: 600px;
    transition: 0.8s;
    display: flex;
    border: 1px solid transparent;
    justify-content: center;
    position: relative;
}

.right4-warp .swiper-slide:hover {
    background: #005CFF;
    border: 1px solid #043662;
}

.right4-warp .swiper-slide:hover .swiper-content .sign .tiem {
    color: #FFFFFF;
}

.right4-warp .swiper-slide:hover .swiper-content .sign h1 {
    color: #FFFFFF;
}

.right4-warp .swiper-slide:hover .swiper-content .sign p {
    color: #FFFFFF;
}

.right4-warp .swiper-slide .swiper-content .imgs {
    width: 91%;
    height: 322px;
    margin: 15px auto 0;
    cursor: pointer;
    overflow: hidden;
}

.right4-warp .swiper-slide .swiper-content .imgs img {
    width: 100%;
    height: 100%;
    transition: 0.8s;
}

.right4-warp .swiper-slide .swiper-content .imgs img:hover {
    transform: scale(1.1);
}

.right4-warp .swiper-slide .swiper-content .sign {
    width: 93%;
    margin: auto;
}

.right4-warp .swiper-slide .swiper-content .sign .tiem {
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    transition: 0.6s;
    color: #666666;
    margin-top: 39px;
    margin-bottom: 21px;
}

.right4-warp .swiper-slide .swiper-content .sign h1 {
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    /*color: #FFFFFF;*/
    color: #262626;
    margin-bottom: 32px;
    transition: 0.6s;
}

.right4-warp .swiper-slide .swiper-content .sign p {
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    /*color: #FFFFFF;*/
    color: #666666;
    line-height: 25px;
    margin-bottom: 35px;
    transition: 0.6s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.section4-right .thread {
    width: 1268px;
    height: 2px;
    background: #8C8C8C;
    opacity: 0.1;
    border-radius: 1px;
}

.right4-warp .swiper-slide .color {
    width: 0;
    height: 5px;
    background: #005CFF;
    border-radius: 3px;
    position: absolute;
    bottom: -129px;
    left: 0;
    transition: 1s;
}

.swiper-active {
    width: 403px!important;
}

.section4 .right {
    width: 241px;
    height: 70px;
    background: #005CFF;
    border-radius: 35px;
    display: block;
    margin: 40px auto 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: 2s;
}

.section4 .right:hover:after {
    width: 100%;
}

.section4 .right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ff8c1f;
    z-index: 0;
    border-radius: 40px;
    transition: 0.6s;
}

.section4 .right p {
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    margin-right: 26px;
}

.section4 .right span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.section5 {
    width: 100%;
    height: auto;
    background: linear-gradient(117deg, #F2F2F2 0%, #DFE7F2 100%);
}

.section5-warp {
    text-align: center;
    width: 1862px;
    margin: auto;
    overflow: hidden;
}

.section5-warp .section5-top {
    margin-top: 76px;
    position: relative;
}

.section5-warp .section5-top span {
    font-size: 48px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
    position: relative;
    z-index: 1;
}

.section5-warp .section5-top p {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
    margin-top: 42px;
    position: relative;
    z-index: 1;
}

.section5-warp .section5-top h1 {
    font-size: 129px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #000000;
    opacity: 0.05;
    position: absolute;
    top: -10px;
    left: 48%;
    transform: translate(-48%);
    z-index: 0;
    text-transform: uppercase;
}

.section5-warp .section5-bottom {
    width: 100%;
    height: 678px;
    margin-top: 72px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section5-warp .section5-bottom .button div{
    font-size: 50px;
    color: #fff;
    cursor: pointer!important;
    pointer-events: unset!important;
}

.section5-warp .section5-bottom .bottom5-warp {
    width: 100%;
    height: 100%;
}

.section5-warp .section5-bottom .bottom5-warp .swiper-wrapper {
    align-items: center;
    height: 678px;
}

.bottom5-warp .swiper-wrapper .swiper-slide .swiper-content {
    width: 100%;
    height: 100%;
}

.section5-bottom .bottom5-warp .swiper-slide {
    width: 100%;
    height: 467px;
    filter: grayscale(100%);
    transition: 0.6s;
    z-index: -1;
}

.section5-bottom .bottom5-warp .swiper-slide img {
    width: 100%;
    height: 100%;
}
.section5-bottom .bottom5-warp .swiper-slide .video_button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    color: #fff;
    transition: 0.6s;
    transition-delay: 0.2s;
    cursor: pointer;
    z-index: 999;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.section5-bottom .bottom5-warp .swiper-slide-active .video_button{
    opacity: 1;
}
.section5-bottom .bottom5-warp .swiper-slide-active:hover .video_button{
    opacity: 1;
}
.section5-bottom .bottom5-warp .swiper-slide .video_button i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.6s;
}
.section5-bottom .bottom5-warp .swiper-slide .video_button_active i:nth-child(1){
    opacity: 0;
}

.section5-bottom .bottom5-warp .swiper-slide .video_button i:nth-child(2){
    opacity: 0;
}
.section5-bottom .bottom5-warp .swiper-slide .video_button_active i:nth-child(2){
    opacity: 1;
}
.section5-bottom .bottom5-warp .swiper-slide .i_active{
    opacity: 0;
}
.section5-bottom .bottom5-warp .swiper-slide video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.6s;
}
.section5-bottom .bottom5-warp .swiper-slide .video_active{
    opacity: 1;
}
.section5-bottom .bottom5-warp .swiper-slide-active i{
    opacity: 1;
}

.bottom5-warp .swiper-slide-active {
    transform: scale(1.453);
    filter: grayscale(0%)!important;
    z-index: 1!important;
}

.bottom5-warp .swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 1!important;
}

.bottom5-warp .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.bottom5-warp .swiper-button-next:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.bottom5-warp .lerig span {
    font-size: 45px;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
}

.bottom5-warp .swiper-button-next {
    right: 350px;
}

.bottom5-warp .swiper-button-prev {
    left: 350px;
    transform: rotate(180deg);
}

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

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

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

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

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

@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: 768px) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
    .header .nav {
        display: none;
    }
    .header .search {
        display: none;
    }
    .header {
        width: 90%;
        padding: 0 5%;
        height: 85px;
        background: #fff!important;
    }
    .header .logo-warp {
        top: -48px!important;
    }
    .banner-warp .swiper-content {
        width: 90%;
        margin: auto;
        position: static;
        text-align: center;
    }
    .banner-warp .swiper-content h1 {
        font-size: 24px;
    }
    .banner-warp .swiper-content p {
        font-size: 18px;
    }
    .section-top {
        width: 90%;
        margin-top: 60px;
        flex-direction: column;
        align-items: unset;
    }
    .section-top .left h1 {
        font-size: 34px;
        margin-bottom: 17px;
    }
    .section-top .left p {
        font-size: 20px;
    }
    .section-top .left .color {
        margin-top: 0;
    }
    .section-top .right {
        width: 100%;
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: unset;
    }
    .section-top .right-warp .imgs-warp img {
        width: 70%;
    }
    .section-top .right-warp {
        margin-bottom: 40px;
    }
    .section-top .right-warp p {
        font-size: 15px;
    }
    .section-bottom {
        width: 100%;
        flex-direction: column;
    }
    .section-bottom .bottom-warp {
        width: 100%;
        height: auto;
    }
    .bottom-warp .one-warp {
        flex-direction: column-reverse;
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .bottom-warp .one-warp img {
        width: 70%;
        margin-left: 0;
    }
    .bottom-warp .one-warp .sign {
        bottom: 0;
    }
    .bottom-warp .one-warp {
        height: 85%;
    }
    .bottom-warp .one-warp .sign span {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .bottom-warp .one-warp .sign h1 {
        font-size: 34px;
        margin-bottom: 21px;
    }
    .section-bottom .tow:nth-child(3) {
        margin-top: 0;
        width: 100%;
    }
    .section-bottom .tow {
        margin-left: 0;
    }
    .section-bottom .three {
        margin-left: 0;
        margin-top: 0;
    }
    .section-bottom .tow .one-warp img {
        width: 40%;
    }
    .section2 {
        margin-top: 0;
    }
    .section2 .section2-top .poa {
        display: none;
    }
    .section2 .section2-top {
        width: 90%;
        margin: 50px auto 0;
        flex-direction: column;
        align-items: unset;
    }
    .section2 .section2-top .left h1 {
        font-size: 34px;
    }
    .section2 .section2-top .left .sign p {
        font-size: 20px;
    }
    .section2 .section2-top .right {
        width: 140px;
        height: 50px;
        margin-top: 30px;
    }
    .section2 .section2-top .right p {
        font-size: 13px;
    }
    .section2 .section2-top .left .sign .color {
        margin-top: 0;
    }
    .section2 .section2-bottom .cont3ul {
        flex-direction: column;
        height: auto;
        width: 90%;
    }
    .section2 .section2-bottom .cont3ul li {
        width: 100%!important;
        height: auto;
        margin-bottom: 20px;
    }
    .section2 .section2-bottom .cont3ul li .cursors {
        width: 100%;
        height: 60px;
        flex-direction: row-reverse;
    }
    .cont3ul-active {
        width: 100%!important;
    }
    .section2 .section2-bottom .cont3ul li .nr {
        position: static;
    }
    .section2 .section2-bottom .cont3ul li .cursors h1 {
        height: auto;
        writing-mode: unset;
        margin-bottom: 0;
        margin-left: 40px;
    }
    .section2 .section2-bottom .cont3ul li .cursors p {
        font-size: 20px;
    }
    .section2 .section2-bottom {
        height: auto;
        margin-bottom: 50px;
    }
    .section3-top .sign {
        flex-direction: column;
        align-items: unset;
    }
    .section3-top .sign p {
        font-size: 20px;
        line-height: 40px;
    }
    .section3-top .sign p br {
        display: none;
    }
    .section3-top .sign a {
        width: 140px;
        height: 50px;
        margin-top: 30px;
    }
    .section3-warp {
        width: 90%;
    }
    .section3-top {
        margin-top: 70px;
    }
    .section3-top .numbers {
        margin-top: 50px;
    }
    .section3:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
    }
    .section3-top .numbers-warp span {
        font-size: 30px;
    }
    .section3-top .numbers {
        width: 100%;
    }
    .section3-top .numbers-warp {
        margin-right: 0;
    }
    .section3-top .numbers-warp p {
        font-size: 13px;
    }
    .section3-bottom {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .section4-warp {
        width: 90%;
        margin: 50px auto 0;
        flex-direction: column;
    }
    .section4-warp .section4-left .left h1 {
        font-size: 34px;
        margin-bottom: 25px;
    }
    .section4-warp .section4-left .left .sign p {
        font-size: 20px;
    }
    .section4-right {
        margin-left: 0;
        height: auto;
    }
    .right4-warp .swiper-slide .swiper-content .imgs {
        width: 100%;
        height: auto;
    }
    .right4-warp {
        width: 100%;
    }
    .right4-warp .swiper-slide {
        overflow: hidden;
        height: auto;
    }
    .right4-warp .swiper-slide .swiper-content .sign .tiem {
        margin-top: 25px;
    }
    .right4-warp .swiper-slide .swiper-content .sign h1 {
        line-height: 25px;
    }
    .swiper-container .swiper-notification {
        display: none;
    }
    .section4-right .thread {
        display: none;
    }
    .section4 .right {
        width: 140px;
        height: 50px;
        margin: 0 auto 50px;
    }
    .section5-warp {
        width: 90%;
    }
    .section5-warp .section5-top {
        margin-top: 50px;
    }
    .section5-warp .section5-top h1 {
        display: none;
    }
    .section5-warp .section5-top span {
        font-size: 34px;
    }
    .section5-warp .section5-top p {
        font-size: 17px;
        margin-top: 26px;
    }
    .bottom5-warp .swiper-button-next {
        display: none;
    }
    .bottom5-warp .swiper-button-prev {
        display: none;
    }
    .bottom5-warp .swiper-slide-active {
        transform: scale(1) !important;
    }
    .right4-warp .swiper-slide:hover {
        background: transparent;
        border: 1px solid transparent;
    }
    .section5-warp .section5-bottom {
        margin-top: 30px;
        height: auto;
        margin-bottom: 50px;
    }
    .section5-bottom .bottom5-warp .swiper-slide {
        height: auto!important;
    }
    .section5-warp .section5-bottom .bottom5-warp .swiper-wrapper {
        height: auto;
    }
    .s-warp .s-logo .imgs-warp {
        width: 123px;
    }
    .s-warp .s-logo .imgs-warp img {
        width: 100%;
    }
    .s-warp .s-logo .imgs-warp img:last-child {
        display: none;
    }
    .s-warp .s-logo .telephone span {
        display: none;
    }
    .s-warp {
        width: 90%;
    }
    .s-warp .s-logo {
        margin-top: 50px;
        flex-direction: column;
        align-items: unset;
    }
    .s-warp .s-logo .telephone div {
        display: flex;
        align-items: center;
        margin-top: 0;
        font-size: 17px;
    }
    .s-warp .footer-nav .footer-right {
        display: none;
    }
    .s-warp .footer-nav .li-warp {
        width: 40%;
        margin-right: 0;
    }
    .s-warp .footer-nav .footer-left {
        width: 100%;
        justify-content: space-between;
    }
    .s-warp .footer-nav {
        margin-top: 45px;
    }
    .footer .footer-x {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 20px 0;
        margin-top: -4px;
    }
    .footer .footer-x a {
        font-size: 13px;
        line-height: 25px;
    }
    .section-nav .nav-warp {
        width: 90%;
        flex-direction: column;
        align-items: unset;
    }
    .section-nav {
        height: auto;
    }
    .section-nav .nav-warp .right {
        justify-content: space-between;
    }
    .section-nav .nav-warp .right li {
        margin-right: 0;
    }
    .section-nav .nav-warp .left {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .section .section-bottom {
        width: 90%;
        margin: 65px auto;
    }
    .section .section-bottom .content {
        flex-direction: column-reverse;
    }
    .section .section-bottom .content .right {
        width: 100%;
        height: auto;
    }
    .section .section-bottom .content .right .play {
        transform: translate(-50%, -50%)scale(0.8);
    }
    .section .section-bottom .content .left {
        width: 100%;
    }
    .section .section-bottom .content .left .title {
        margin-top: 20px;
    }
    .section .section-bottom .content .left .title h1 {
        font-size: 25px;
    }
    .section .section-bottom .content .left .sign p {
        font-size: 14px;
    }
    .section .section-bottom .content .left .sign p {
        margin-bottom: 10px;
    }
    .section .section-bottom .numbers {
        width: 100%;
        margin: 30px auto 0;
    }
    .section .section-bottom .numbers {
        flex-wrap: wrap;
    }
    .section-bottom .numbers .numbers-warp .numU span {
        font-size: 30px;
    }
    .section-bottom .numbers .numbers-warp .numU div {
        font-size: 14px;
    }
    .section-bottom .numbers .numbers-warp p {
        font-size: 15px;
        margin-top: 10px;
    }
    .section .section-bottom .numbers .numbers-warp {
        margin-bottom: 20px;
        margin-right: 77px;
    }
    .section2-warp {
        width: 90%;
        margin: 65px auto;
        flex-direction: column;
    }
    .section2-warp #thread {
        display: none;
    }
    .section2-warp .section2-content .sign .thread {
        display: none;
    }
    .section2-warp .section2-content {
        width: 100%;
        margin-bottom: 50px;
    }
    .section2-warp .section2-content .imgs {
        width: 100%;
        height: auto;
        transform: scale(0.8);
    }
    .section2-warp .section2-content .sign p {
        margin-bottom: 0;
    }
    .section3 {
        overflow: hidden;
    }
    .section2 {
        overflow: hidden;
    }
    .section-bottom .bottom-warp {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 360px) {
    .section-top .right-warp {
        margin-right: 35px;
    }
    .section3-top .numbers-warp {
        width: 104px;
    }
}

img {
    object-fit: cover!important;
}

.section3 {
    height: auto!important;
}

@media screen and (max-width: 1680px) {
    .section-top {
        width: 90%;
    }
    .section-top .right {
        width: 73%;
    }
    .section3-warp {
        width: 90%;
    }
    .section4-warp {
        width: 90%;
    }
    .section5-warp {
        width: 90%;
    }
    .section5-warp .section5-top h1 {
        font-size: 85px;
    }
}