.banner {
    width: 100%;
    height: 599px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.section-nav {
    width: 100%;
    height: 69px;
    border-bottom: 1px solid #EEEEEE;
}

.section-nav .nav-warp {
    width: 1545px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-nav .nav-warp .left {
    display: flex;
    height: 100%;
    align-items: center;
}

.section-nav .nav-warp .left span {
    font-size: 15px;
    color: #005CFF;
    margin-right: 9px;
}

.section-nav .nav-warp .left a {
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
    transition: 0.4s;
}

.section-nav .nav-warp .right {
    display: flex;
    height: 100%;
}

.section-nav .nav-warp .right li {
    margin-right: 70px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-nav .nav-warp .right li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #005CFF;
    transition: 1s;
}

.section-nav .nav-warp .right .color:after {
    width: 100%;
}

.section-nav .nav-warp .right li a {
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
    padding: 20px 0;
}

.section-nav .nav-warp .right li:hover:after {
    width: 100%;
}

.section-bottom {
    width: 1545px;
    margin: 52px auto 70px;
    display: flex;
    flex-wrap: wrap;
}

.section-bottom .bottom-warp {
    width: 480px;
    margin-bottom: 50px;
    margin-right: 52px;
}

.section-bottom .bottom-warp:nth-child(3n){
    margin-right: 0;
}


.section-bottom .bottom-warp .imgs {
    width: 100%;
    height: 310px;
    overflow: hidden;
}

.section-bottom .bottom-warp .imgs img {
    width: 100%;
    height: 100%;
    transition: 0.8s;
    cursor: pointer;
}

.section-bottom .bottom-warp .imgs img:hover {
    transform: scale(1.1);
}

.section-bottom .bottom-warp .sign {
    width: 100%;
    height: 320px;
    background: #F4F4F4;
}

.section-bottom .bottom-warp .sign-warp {
    width: 85%;
    margin: auto;
    overflow: hidden;
}

.section-bottom .bottom-warp .sign-warp span {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
    margin-top: 42px;
    margin-bottom: 27px;
    display: block;
    /*height: 62px;*/
    /*line-height: 62px;*/
}

.section-bottom .bottom-warp .sign-warp p {
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #666666;
    line-height: 27px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.section-bottom .bottom-warp .sign-warp a {
    margin-top: 63px;
    width: 130px;
    height: 46px;
    background: #005CFF;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: 2s;
}

.section-bottom .bottom-warp .sign-warp a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ff8c1f;
    transition: 0.6s;
    border-radius: 23px;
    z-index: 0;
}

.section-bottom .bottom-warp .sign-warp a:hover:after {
    width: 100%;
}

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

.section-bottom .bottom-warp .sign-warp a span {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

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

.tow-warp {
    width: 1545px;
    margin: auto;
    overflow: hidden;
}

.tow-top {
    text-align: center;
    margin-top: 53px;
}

/*.tow-top span {*/
/*    font-size: 36px;*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 500;*/
/*    color: #262626;*/
/*}*/
.tow-top h1 {
    font-size: 36px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
}

.tow-top .thread {
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    margin-top: 24px;
    margin-bottom: 36px;
}

.tow-top .sign {
    text-align: left;
}

.tow-top .sign p {
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
    line-height: 30px;
   /*  margin-bottom: 40px; */
}
.tow-top .sign  img {
    max-width:100%;
}
.tow-top .sign p  img {
    max-width:100%;
}

.tow-top .sign p:last-child {
    margin-bottom: 77px;
}

.tow-bottom .sign {
    text-align: left;
    margin-top: 53px;
}

.tow-bottom .sign p {
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
    line-height: 30px;
    margin-bottom: 40px;
}

.tow-bottom .sign p:last-child {
    margin-bottom: 97px;
}

.tow-section2 {
    width: 100%;
    height: auto;
}

.tow2-warp {
    width: 1540px;
    margin: auto;
}

.tow2-warp .tow2-top {
    text-align: center;
    font-size: 36px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
    margin-bottom: 73px;
}

.tow2-warp .tow2-bottom {
    width: 100%;
}

.tow2-warp .tow2-bottom .body-warp {
    width: 100%;
    height: 100%;
}

.tow2-warp .body-warp .swiper-slide .warp {
    width: 360px;
    text-align: center;
}

.tow2-warp .body-warp .swiper-slide .swiper-color {
    width: 100%;
    height: 430px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgb(101 101 101 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/*.tow2-warp .body-warp .swiper-slide .sign h1 {*/
/*    font-size: 24px;*/
/*    font-family: HarmonyOS Sans SC;*/
/*    font-weight: 500;*/
/*    color: #262626;*/
/*    margin-top: 54px;*/
/*}*/
.tow2-warp .body-warp .swiper-slide .sign h3 {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
    margin-top: 54px;
}

.tow2-warp .body-warp .swiper-slide .sign p {
    font-size: 15px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #999999;
    margin-top: 25px;
}

.swiper-pagination {
    left: 50%;
    transform: translate(-50%) !important;
    margin-top: 70px;
}

.swiper-pagination span {
    width: 35px;
    height: 7px;
    background: rgba(100, 255, 92, .5);
    background: #005CFF;
    border-radius: 4px;
    margin-right: 13px;
}

.tow2-warp .body-warp .swiper-slide .swiper-color img {
    transition: 0.8s;
    cursor: pointer;
}

.tow2-warp .body-warp .swiper-slide .swiper-color img:hover {
    transform: scale(1.1);
}

.poa {
    width: 144px;
    height: 21px;
    margin-top: 70px;
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    body,
    html {
        width: 100%;
        overflow-x: hidden;
    }
    .section-bottom .bottom-warp .sign {
        height: auto;
    }
    .section-bottom .bottom-warp .sign-warp a {
        margin-bottom: 40px;
        margin-top: 42px;
    }
    .section-bottom .bottom-warp .sign-warp p {
        font-size: 14px;
    }
    .section-nav .nav-warp .right li a {
        font-size: 15px;
    }
    .section .section-bottom {
        margin: 40px auto!important;
    }
    .section-bottom .bottom-warp .sign-warp a p {
        font-size: 12px;
    }
    .section-bottom .bottom-warp:last-child {
        margin-bottom: 0;
    }
    .tow-warp {
        width: 90%;
    }
    /*.tow-top span {*/
    /*    font-size: 24px;*/
    /*}*/
    .tow-top h1 {
        font-size: 24px;
    }
    .tow-top .sign p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .tow-top .sign p:last-child {
        margin-bottom: 40px;
    }
    .tow-bottom img {
        width: 100%;
    }
    .tow-bottom .sign p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .tow2-warp {
        width: 90%;
    }
    .tow2-warp .tow2-top {
        font-size: 34px;
        margin-bottom: 0;
    }
    .tow2-warp .tow2-bottom .body-warp .swiper-wrapper {
        transform: none!important;
        flex-direction: column;
    }
    .tow2-warp .tow2-bottom .body-warp .swiper-wrapper .swiper-slide {
        width: 99%!important;
        margin-right: unset!important;
        border: 1px solid #e7e7e7;
        margin-bottom: 25px;
    }
    .tow2-warp .tow2-bottom .body-warp .swiper-wrapper .swiper-slide:last-child {
        margin-bottom: 45px;
    }
    .tow2-warp .body-warp .swiper-slide .swiper-color {
        height: auto;
        box-shadow: none;
    }
    .tow2-warp .body-warp .swiper-slide .warp {
        width: 100%;
    }
    .tow2-warp .body-warp .swiper-slide .swiper-color img {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .tow2-warp .body-warp .swiper-slide .sign h1 {
        margin-top: 27px;
    }
    .tow2-warp .body-warp .swiper-slide .sign p {
        margin-top: 20px;
    }
    .tow2-warp .body-warp .swiper-slide .warp .sign {
        margin-bottom: 30px;
    }
    .tow2-warp .tow2-bottom .swiper-pagination {
        display: none;
    }
    .poa {
        display: none;
    }
}
.section-bottom .bottom-warp .sign{
    height: auto;
}
.section-bottom .bottom-warp .sign-warp a{
    margin-bottom: 33px;
}
@media screen and (max-width: 1680px) {
    .section-nav .nav-warp{
        width: 90%;
    }
    .section-bottom{
        width: 90%;
    }
    .section-bottom .bottom-warp{
        width: 30%;
    }
    .tow-warp{
        width: 90%;
    }
    .tow-bottom img{
        width: 100%;
        object-fit: contain!important;
    }
    .tow2-warp{
        width: 90%;
    }
    .tow2-warp .body-warp .swiper-slide .warp{
        width: 90%;
    }
    .tow2-warp .body-warp .swiper-slide .swiper-color img{
        width: 75%;
    }
}