.banner{
    width: 100%;
    height: 599px;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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 a {
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
    padding: 20px 0;
}
.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:hover:after{
    width: 100%;
}
.section{
    width: 100%;
    height: auto;
}
.section-warp{
    width: 1600px;
    margin: auto;
    overflow: hidden;
    text-align: center;
}
.section-warp .section-top{
    font-size: 36px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
    margin-top: 76px;
    margin-bottom: 49px;
}
.section-warp .flex{
    width: 95%;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
}
.section-warp .flex .warp{
    width: 479px;
    height: 561px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(101, 101, 101, 0.33);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 47px;
    margin-right: 40px;
}
.section-warp .flex .warp:nth-child(3n){
    margin-right: 0;
}
.section-warp .flex .warp .imgs{
    width: 375px;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-warp .flex .warp .imgs img{
    transition: 0.8s;
}
.section-warp .flex .warp .imgs img:hover{
    transform: scale(1.1);
}
.section-warp .flex .warp .sign{
    text-align: center;
    margin-top: 60px;
}
.section-warp .flex .warp .sign span{
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
}
.section-warp .flex .warp .sign p{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
    margin-top: 29px;
    margin-bottom: 28px;
}

.tow{
    width: 100%;
    height: auto;
}
.tow-warp{
    width: 1545px;
    margin: auto;
    overflow: hidden;
    text-align: center;
}
.tow-warp .tow-top{
    margin-top: 54px;
    margin-bottom: 50px;
}
.tow-warp .tow-top span{
    font-size: 45px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #153366;
    background: linear-gradient(-8deg, #0C59DB 0%, #1D8CDD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tow-warp .tow-top p{
    font-size: 22px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #4D4D4D;
    margin-top: 13px;
}
.tow-warp .tow-top .color{
    width: 36px;
    height: 3px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tow-warp .tow-top .color div{
    width: 18px;
    height: 3px;
    background: #005CFF;
    margin-top: 33px;
}
.tow-warp .tow-top .color div:nth-child(2){
    background: #FF8C1F;
}
.tow-warp .tow-bottom{
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}
.tow-warp .tow-bottom .warp{
    width: 350px;
    height: 373px;
    background: linear-gradient(135deg, #EDF3FA, #D2ECF8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 48px;
    margin-bottom: 48px;
}
.tow-warp .tow-bottom .warp:nth-child(4n){
    margin-right: 0;
}
.tow-warp .tow-bottom .warp .imgs{
    width: 250px;
    height: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tow-warp .tow-bottom .warp img{
    transition: 0.8s;
    cursor: pointer;
}
.tow-warp .tow-bottom .warp img:hover{
    transform: scale(1.1);
}
.tow-warp .tow-bottom .warp p{
    font-size: 22px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #4D4D4D;
}
.tow-warp .color{
    width: 100%;
    display: flex;
    margin-top: 34px;
}
.tow-warp .color-warp{
    width: 50%;
    height: 388px;
    background: linear-gradient(135deg, #EDF3FA, #D2ECF8);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.tow-warp .color-warp .left{
    display: flex;
    text-align: left;
    flex-direction: column;
}
.tow-warp .color-warp .left img{
    width: 126px;
    height: 128px;
}
.tow-warp .color-warp .left span{
    font-size: 25px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #4D4D4D;
    margin-bottom: 51px;
    display: block;
}
.tow-warp .color-warp .right img{
    transition: 0.8s;
    cursor: pointer;
}

.tow-warp .color-warp .right img:hover{
    transform: scale(1.1);
}
.tow-warp .sign{
    font-size: 17px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #4D4D4D;
    margin-top: 25px;
    margin-bottom: 46px;
}
.tow-warp .imgs-warp{
    margin-bottom: 20px;
}
.tow-warp .imgs-warp img{
    position: relative;
    left: 236px;
}

.tow-section2{
    width: 100%;
    height: 395px;
    background: linear-gradient(90deg, #0C59DB, #1D8CDD);
}

.tow-section2 .warp{
    height: 100%;
    width: 1545px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tow-section2 .warp .left{
    position: relative;
    top: -21px;
}


.tow-section2 .warp .right .sign p{
    font-size: 20px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 29px;
}
.tow-section2 .warp .right .sign p strong{
     font-size: 45px;
    font-weight: normal;
 }
.tow-section2 .warp .right .flex{
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tow-section2 .warp .right .flex .warp2{
    width: 134px;
    height: 84px;
    /*margin-right: 59px;*/
    margin-bottom: 17px;
    cursor: pointer;
    transition:1s;
}
.tow-section2 .warp .right .flex .warp2:hover img{
    transform: rotateY(180deg);
 }
.tow-section2 .warp .right .flex .warp2 img{
    transition: 1s;
}
.tow-section2 .warp .right .flex .warp2:last-child{
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tow-section2 .warp .right .flex .warp2 span{
    color: #fff;
    font-size: 12px;
}

.tow-section3{
    width: 100%;
    height: 939px;
    background: linear-gradient(135deg, #EDF3FA, #D2ECF8);
}
.tow-section3 .warp{
    width: 1545px;
    margin: auto;
    overflow: hidden;
    text-align: center;
}
.tow-section3 .warp .top{
    margin-top: 81px;
}
.tow-section3 .warp .top span{
    font-size: 45px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #153366;
    background: linear-gradient(-8deg, #0C59DB 0%, #1D8CDD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tow-section3 .warp .top .color{
    width: 36px;
    height: 3px;
    margin: 45px auto 0;
    display: flex;
}
.tow-section3 .warp .top .color div{
    width: 18px;
    height: 3px;
    background: #005CFF;
}
.tow-section3 .warp .top .color div:nth-child(2){
    background: #FF8C1F;
}
.tow-section3 .bottom{
    width: 100%;
    margin: 55px auto 0;
    height: 800px;
    position: relative;
}
.tow-section3 .bottom .center{
    margin-top: 100px;
}
.tow-section3 .bottom .bottom-warp{
    position: absolute;
    display: flex;
    text-align: left;
}
.tow-section3 .bottom .bottom-warp .circle{
    width: 83px;
    height: 83px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 19px;
}
.tow-section3 .bottom .bottom-warp .sign span{
    font-size: 29px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #0D5BDB;
}
.tow-section3 .bottom .bottom-warp .sign p{
    font-size: 19px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #4D4D4D;
    margin-top: 13px;

 }
.tow-section3 .bottom .bottom-warp .poa{
    font-size: 78px;
    font-family: Alibaba;
    font-weight: bold;
    font-style: italic;
    color: #0D5BDB;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: -50px;
}
.tow-section3 .bottom #warp1{
    top: 0;
    left: 300px;
}
.tow-section3 .bottom #warp2{
    top: -26px;
    left: 1000px;
}
.tow-section3 .bottom #warp2 .poa{
    right: -60px;
}
.tow-section3 .bottom #warp3{
    top: 220px;
    left: 108px;
}
.tow-section3 .bottom #warp4{
    top: 180px;
    left: 1100px;
}
.tow-section3 .bottom #warp4 .poa{
    right: -60px;
}
.tow-section3 .bottom #warp5{
    top: 420px;
    left: 300px;
}.tow-section3 .bottom #warp5 .poa{
     right: -30px;
 }

.tow-section3 .bottom #warp6{
    top: 380px;
    left: 1080px;
}
.tow-section3 .bottom #warp7{
    top: 530px;
    left: 700px;
}
.tow-section3 .bottom #warp7 .poa{
    right: -70px;
}
.tow-section4{
    width: 100%;
    height: 840px;
    position: relative;
}
.tow-section4 .bj{
    width: 100%;
    height: 840px;
    object-fit: cover;
}
.tow-section4 .warp{
    width: 1544px;
    margin: auto;
    text-align: center;
}
.tow-section4 .top{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 146px;
    left: 50%;
    transform: translate(-50%);
}
.tow-section4 .top .title{
    font-size: 45px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #2980B9;
    background: linear-gradient(-8deg, #0C59DB 0%, #1D8CDD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tow-section4 .top .title p{
    font-size: 22px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #4D4D4D;
    margin-top: 9px;
}

.tow-section4 .top .color{
    width: 36px;
    height: 3px;
    margin: 30px auto 0;
    display: flex;
}
.tow-section4 .top .color div{
    width: 50%;
    height: 3px;
    background: #005CFF;
}
.tow-section4 .top .color div:nth-child(2){
    background: #FF8C1F;
}
.tow-section4 .warp{
    width: 1544px;
    height: 370px;
    background: linear-gradient(90deg, #0C59DB, #1D8CDD);
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: -200px;
    transform: translate(-50%);

}
.tow-section4 .warp-warp{
    margin-top: 48px;
    display: flex;
    justify-content: space-around;
}
.tow-section4 .warp .shu{
    text-align: left;
    width: 154px;
}
.tow-section4 .warp .shu div{
    display: flex;
}
.tow-section4 .warp .shu div span{
    font-size: 55px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #FFFFFF;
}
.tow-section4 .warp .shu div p{
    font-size: 30px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
    position: relative;
    top: 21px;
}
.tow-section4 .warp .shu p{
    font-size: 22px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 5px;
}
.tow-section4 .warp .shu .left{
    left: 15px;
}
.tow-section5{
    width: 100%;
    height: auto;
}
.tow-section5 .warp{
    width: 1544px;
    margin: 0 auto 26px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.tow-section5 .content{
    position: relative;
    margin-top: 274px;
}
.tow-section5 .warp .bor{
    width: 500px;
    height: 222px;
    border: 2px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tow-section5 .warp .bor-warp h1{
    font-size: 20px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #0D5BDB;
    margin-top: 23px;
    margin-bottom: 13px;
}
.tow-section5 .warp .bor-warp p{
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #595959;
    line-height: 23px;
}
.tow-section5 .sign-content{
    text-align: center;
    width: 1544px;
    margin: 60px auto 106px;
}
.tow-section5 .sign-content .top span{
    font-size: 45px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #153366;
    background: linear-gradient(-8deg, #0C59DB 0%, #1D8CDD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tow-section5 .sign-content .top .color{
    width: 36px;
    height: 3px;
    margin: 38px auto 0;
    display: flex;
}
.tow-section5 .sign-content .top .color div{
    width: 18px;
    height: 3px;
    background: #005CFF;
}
.tow-section5 .sign-content .top .color div:nth-child(2){
    background: #FF8C1F;
}
.tow-section5 .sign-content .bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 53px;
}
.tow-section5 .sign-content .bottom-color{
    width: 370px;
    height: 314px;
    background: linear-gradient(135deg, #EDF3FA, #D2ECF8);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tow-section5 .sign-content .color-warp span{
    font-size: 80px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    color: #153160;
    background: linear-gradient(-8deg, #0C59DB 0%, #1D8CDD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tow-section5 .sign-content .color-warp h1{
    font-size: 23px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #0D5BDB;
    margin-top: 10px;
}
.tow-section5 .sign-content .color-warp .thread{
    width: 24px;
    height: 3px;
    background: #FF9600;
    margin: 51px auto 0;
}
.tow-section5 .sign-content .color-warp p{
    font-size: 22px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #4D4D4D;
    margin-top: 17px;
}
.tow-section6{
    width: 100%;
    height: 1045px;
    background: url("../images/128.png")no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.tow-section6 .top {
    margin-top: 97px;
}
.tow-section6 .top span{
    font-size: 45px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0px 2px 1px rgba(71, 144, 174, 0.2);
}
.tow-section6 .top p{
    font-size: 22px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: 0px 2px 1px rgba(71, 144, 174, 0.2);
    margin-top: 13px;
    margin-bottom: 31px;
}
.tow-section6 .top .color{
    width: 36px;
    height: 3px;
    display: flex;
    margin: auto;
}
.tow-section6 .top .color div{
    width: 50%;
    height: 3px;
    background: #005CFF;
}
.tow-section6 .top .color div:nth-child(2){
    background: #FF8C1F;
}
.tow-section6 .contnet{
    width: 1544px;
    height: 235px;
    margin: auto;
    background: rgba(255,255,255,.1);
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: 57px;
    transform: translate(-50%);
    display: flex;
    justify-content: space-between;
}
.tow-section6 .contnet .warp{
    width: 385px;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: left;
    position: relative;
    margin-top: 10px;
}
.tow-section6 .contnet .warp:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 182px;
    background: #fff;
    opacity: 0.2;
}
.tow-section6 .contnet .warp .center p{
    font-size: 15px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    font-style: italic;
    color: #FFFFFF;
    line-height: 35px;
    cursor: pointer;
    position: relative;
}
.tow-section6 .contnet .warp .center p:hover:after{
    width: 100%;
}
.tow-section6 .contnet .warp .center p:after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: 0.8s;
}
.tow-section6 .contnet .warp:last-child:after{
    display: none;
}
.tow-section7{
    width: 100%;
    height: auto;
}
.tow-section7 .warp{
    text-align: center;
    overflow: hidden;
}
.tow-section7 .warp .top{
    margin-top: 83px;
}
.tow-section7 .warp .top span{
    font-size: 45px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #153366;
    background: linear-gradient(-8deg, #0C59DB 0%, #1D8CDD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tow-section7 .warp .top .color{
    width: 36px;
    height: 3px;
    margin: 34px auto 0;
    display: flex;
}
.tow-section7 .warp .top .color div{
    width: 50%;
    height: 3px;
    background: #005CFF;
}
.tow-section7 .warp .top .color div:nth-child(2){
    background: #FF8C1F;
}
.tow-section7 .warp .bottom{
    width: 1544px;
    margin: 50px auto 80px;
    display: flex;
    justify-content: space-between;
}
.tow-section7 .warp .bottom .color{
    width: 500px;
    height: 419px;
    background: linear-gradient(135deg, #EDF3FA, #D2ECF8);
    display: flex;
    justify-content: center;
}
.tow-section7 .warp .bottom .center .title{
    height: 115px;
    position: relative;
    margin-top: 50px;
}
.tow-section7 .warp .bottom .center .title .poa{

}
.tow-section7 .warp .bottom .center p{
    font-size: 20px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #4D4D4D;
    line-height: 32px;
    margin-top: 15px;
}
.tow-section8{
    width: 100%;
    height: 1209px;
    background: url("../images/129.png")no-repeat;
    background-size: cover;
}
.tow-section8 .warp{
    width: 1545px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.tow-section8 .warp .top{
    margin-top: 50px;
}
.tow-section8 .warp .top span{
    font-size: 45px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0px 2px 5px rgba(72, 154, 187, 0.55);
}
.tow-section8 .warp .top .color{
    width: 36px;
    height: 3px;
    margin: 35px auto 0;
    display: flex;
}
.tow-section8 .warp .top .color div{
    width: 50%;
    height: 3px;
    background: #005CFF;
}

.tow-section8 .warp .top .color div:nth-child(2){
    background: #FF8C1F;
}
.tow-section8 .warp .picture{
    margin-top: 15px;
}
.tow-section8 .warp .bottom .sign{
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-top: 10px;
}
.tow-section8 .warp .bottom .sign p{
    font-size: 20px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 32px;
    position: relative;
    padding-left: 15px;
}
.tow-section8 .warp .bottom .sign p:after{
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.tow-section8 .warp .bottom .k{
    width: 740px;
    height: 68px;
    margin: 70px auto 0;
    background: url("../images/k.png")no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tow-section8 .warp .bottom .k p{
    font-size: 25px;
    font-family: Alibaba;
    font-weight: normal;
    color: #FFFFFF;
}
.tow-section9{
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, #EDF3FA, #D2ECF8);
}
.tow-section9 .warp{
    width: 1545px;
    margin: auto;
    overflow: hidden;
    text-align: center;
}
.tow-section9 .warp .top{
    margin-top: 74px;
}
.tow-section9 .warp .top span{
    font-size: 45px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #153366;
    background: linear-gradient(-8deg, #0C59DB 0%, #1D8CDD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tow-section9 .warp .top p{
    margin-top: 13px;
    font-size: 22px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #4D4D4D;
    margin-bottom: 33px;
}
.tow-section9 .warp .top .color{
    width: 36px;
    height: 3px;
    margin: auto;
    display: flex;
}
.tow-section9 .warp .top .color div{
    width: 50px;
    height: 3px;
    background: #005CFF;
}
.tow-section9 .warp .top .color div:nth-child(2){
    background: #FF8C1F;
}
.tow-section9 .warp .bottom{
    width: 100%;
    margin-top: 56px;
    margin-bottom: 80px;
}
.tow-section9 .warp .bottom .bottom-color{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}
.tow-section9 .warp .bottom .bottom-color .imgs{
    width: 230px;
    height: 95px;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tow-section9 .warp .bottom .bottom-color .imgs img{
    transition: 1s;
    cursor: pointer;
}
.tow-section9 .warp .bottom .bottom-color .imgs img:hover{
    transform: scale(1.1);
}

.tow-section10{
    width: 100%;
    height: auto;
}
.tow-section10 .warp{
    width: 1545px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.tow-section10 .warp .top{
    margin-top: 80px;
}
.tow-section10 .warp .top span{
    font-size: 45px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #153366;
    background: linear-gradient(-8deg, #0C59DB 0%, #1D8CDD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tow-section10 .warp .top .color{
    width: 36px;
    height: 3px;
    display: flex;
    margin: 34px auto 0;
}
.tow-section10 .warp .top .color div{
    width: 50%;
    height: 100%;
    background: #005CFF;
}
.tow-section10 .warp .top .color div:nth-child(2){
    background: #FF8C1F;
}
.tow-section10 .warp .bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
}
.tow-section10 .warp .bottom-warp{
    width: 437px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 55px;
}
.tow-section10 .warp .bottom-warp .center .circle{
    width: 165px;
    height: 165px;
    margin: auto;
    background: linear-gradient(-8deg, #0C59DB, #1D8CDD);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tow-section10 .warp .bottom-warp .center h1{
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #0D5BDB;
    margin-top: 20px;
}
.tow-section10 .warp .bottom-warp .center p{
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #4D4D4D;
    margin-top: 10px;
}
.tow-section10 .warp .bottom-warp:after{
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-left: 15px solid #FF9600;
    border-bottom: 12px solid transparent;
}
@media screen and (max-width: 768px){
    html,body{
        width: 100%;
        overflow-x: hidden;
    }

    .tow-section3 .bottom{
        width: 90%;
    }
    .section-nav .nav-warp .right{
        justify-content: unset!important;
    }
    .section-nav .nav-warp .right li{
        margin-right: 50px!important;
    }
    .tow-warp{
        width: 90%;
    }
    .tow-warp .tow-top span{
        font-size: 34px;
    }
    .tow-warp .tow-top p{
        font-size: 20px;
    }
    .tow-warp .tow-bottom{
        flex-direction: column;
    }
    .tow-warp .tow-bottom .warp{
        margin-bottom: 20px;
        width: 100%!important;
    }
    .tow-warp .color{
        flex-direction: column;
        margin-top: 0;
    }
    .tow-warp .color-warp{
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .tow-warp .color-warp .left img{
        display: none;
    }
    .tow-warp .color-warp .left{
        margin-top: 20px;
    }
    .tow-warp .color-warp .right{
         margin-top: 20px;
        margin-bottom: 20px;
    }
    .tow-warp .color-warp .left span br{
        display: none;
    }
    .tow-warp .sign{
        line-height: 30px;
    }
    .tow-section2{
        height: auto;
    }
    .tow-section2 .warp{
        width: 90%;
        flex-direction: column;
    }
    .tow-section2 .warp .left{
        display: none;
    }
    .tow-section2 .warp .left img{
        width: 55%;
    }
    .tow-section2 .warp .right .sign p{
        font-size: 16px;
        line-height: 30px;
    }
    .tow-section2 .warp .right{
        width: 100%;
        margin: auto;
    }
    .tow-section2 .warp .right .flex{
        width: 100%;
        margin-bottom: 20px;
    }
    .tow-section2 .warp .right .flex .warp2{
        width: 47%;
        height: auto;
    }
    .tow-section2 .warp .right .flex .warp2 img{
        width: 100%;
    }
    .tow-section2 .warp .right .sign p strong{
        font-size: 40px;
    }
    .tow-section2 .warp .right .sign{
        margin-top: 30px;
    }
    .tow-warp .imgs-warp img{
        display: none;
    }
    .tow-section3{
        height: auto;
    }
    .tow-section3 .warp{
        width: 90%;
    }
    .tow-section3 .warp .top span{
        font-size: 34px;
    }
    .tow-section3 .warp .top{
        margin-top: 50px;
    }
    .tow-section3 .warp .top .color{
        margin: 20px auto 0;
    }
    .tow-section3 .bottom .center{
        display: none;
    }
    .tow-section3 .bottom{
        height: auto;
    }
    .tow-section3 .bottom .bottom-warp{
        position: static;
        margin-bottom: 40px;
    }
    .tow-section3 .bottom .bottom-warp .poa{
        display: none;
    }
    .tow-section3 .bottom .bottom-warp .sign span{
        font-size: 25px;
    }
    .tow-section3 .bottom .bottom-warp .sign p{
        font-size: 16px;
    }
    .tow-section4 .top{
        width: 90%;
        top: 50px;
    }
    .tow-section4 .top .title{
        font-size: 34px;
        margin-bottom: 15px;
    }
    .tow-section4 .warp{
        width: 90%;
        height: auto;
        bottom: unset;
        top: 200px;
    }
    .tow-section4 .warp .shu div span{
        font-size: 30px;
    }
    .tow-section4 .warp .shu div p{
        top: 8px;
        font-size: 16px!important;
    }
    .tow-section4 .warp .shu p{
        font-size: 12px;
    }
    .tow-section4 .warp-warp{
        width: 90%;
        margin: 20px auto;
    }
    .tow-section4 .warp .shu .left{
        font-size: 16px;
        left: 5px;
    }
    .tow-section4 .bj{
        height: 500px;
    }
    .tow-section4{
        height: auto;
    }
    .tow-section5 .content{
        margin-top: 50px;
    }
    .tow-section5 .warp{
        width: 90%;
        flex-wrap: wrap;
    }
    .tow-section5 .warp .bor{
        width: 100%!important;
        margin-bottom: 20px;
    }
    .tow-section5 .warp .bor-warp p{
        font-size: 14px;
    }
    .tow-section5 .sign-content{
        width: 100%;
        margin: 35px auto;
    }
    .tow-section5 .sign-content .top span{
        font-size: 34px;
    }
    .tow-section5 .sign-content .top .color{
        margin: 20px auto 0;
    }
    .tow-section5 .sign-content .bottom{
        width: 90%;
        margin: auto;
        flex-direction: column;
    }
    .tow-section5 .sign-content .bottom-color{
        width: 100%!important;
        margin-bottom: 25px;
    }
    .tow-section5 .sign-content .color-warp span{
        font-size: 40px;
    }
    .tow-section5 .sign-content .color-warp h1{
        font-size: 18px;
    }
    .tow-section5 .sign-content .color-warp .thread{
        margin: 30px auto 0;
    }
    .tow-section6 .top span{
        font-size: 34px;
    }
    .tow-section6 .top p{
        font-size: 18px;
    }
    .tow-section6 .top{
        margin-top: 50px;
    }
    .tow-section6 .ditu{
        width: 100%;
        margin-top: 20px;
    }
    .tow-section6 .contnet{
        position: static;
        width: 90%;
        margin: -70px auto 55px;
        height: auto;
        transform: none;
        flex-direction: column;
    }
    .tow-section6 .contnet .warp{
        width: 100%;
        justify-content: unset;
        margin-left: 25px;
        margin-top: 0;
    }
    .tow-section6 .contnet .warp:first-child{
        margin-top: 20px;
    }
    .tow-section6 .contnet .warp:last-child{
        margin-bottom: 20px;
    }
    .tow-section6{
        height: auto;
    }
    .tow-section7 .warp .top{
        margin-top: 50px;
    }
    .tow-section7 .warp .top span{
        font-size: 34px;
    }
    .tow-section7 .warp .bottom{
        width: 90%;
        flex-direction: column;
    }
    .tow-section7 .warp .bottom .color{
        width: 100%!important;
        height: auto;
        margin-bottom: 20px;
    }
    .tow-section7 .warp .bottom .center p{
        width: 90%;
        margin: 20px auto;
        font-size: 14px;
        line-height: 25px;
    }
    .tow-section7 .warp .bottom .center p br{
        display: none;
    }
    .tow-section8 .warp{
        width: 90%;
    }
    .tow-section8 .warp .top span{
        font-size: 27px;
    }
    .tow-section8 .warp .picture{
        width: 100%;
        margin-top: 45px;
    }
    .tow-section8 .warp .top .color{
        margin: 20px auto 0;
    }
    .tow-section8 .warp .bottom .sign{
        flex-direction: column;
        margin-top: 25px;
    }
    .tow-section8 .warp .bottom .sign p{
        font-size: 15px;
    }
    .tow-section8 .warp .bottom .sign p br{
        display: none;
    }
    .tow-section8 .warp .bottom .sign p:after{
        width: 5px;
        height: 5px;
    }
    .tow-section8 .warp .bottom .k{
        width: 100%;
        margin-bottom: 50px;
    }
    .tow-section8 .warp .bottom .k p{
        font-size: 14px;
        width: 90%;
        margin: auto;
        line-height: 25px;
    }
    .tow-section8{
        height: auto;
    }
    .tow-section9 .warp{
        width: 90%;
    }
    .tow-section9 .warp .top{
        margin-top: 50px;
    }
    .tow-section9 .warp .top span{
        font-size: 34px;
    }
    .tow-section9 .warp .top p{
        font-size: 16px;
    }
    .tow-section9 .warp .bottom .bottom-color{
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .tow-section9 .warp .bottom .bottom-color .imgs{
        width: 47%!important;
        margin-bottom: 20px;
    }
    .tow-section10 .warp{
        width: 90%;
    }
    .tow-section10 .warp .top span{
        font-size: 34px;
    }
    .tow-section10 .warp .top{
        margin-top: 50px;
    }
    .tow-section10 .warp .top .color{
        margin: 20px auto 0;
    }
    .tow-section10 .warp .bottom{
        flex-direction: column;
        margin-top: 30px;
    }
    .tow-section10 .warp .bottom-warp{
        width: 100%;
        margin-top: 0;
    }
    .section-warp{
        width: 90%;
    }
    .section-warp .flex .warp{
        width: 100%!important;
        height: auto;
        border: 1px solid #e7e7e7;
        box-shadow: none;
        margin-bottom: 25px;
    }
    .section-warp .flex .warp .imgs{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .section-warp .flex .warp .imgs img{
        width: 50%;
    }
    .section-warp .flex .warp .sign{
        margin-top: 30px;
    }
}

@media screen and (max-width: 1680px) {
    .section-nav .nav-warp{
        width: 90%;
    }
    .tow-warp{
        width: 90%;
    }
    .tow-warp .tow-bottom .warp{
        width: 23%;
    }
    .tow-section2 .warp{
        width: 90%;
    }
    .tow-section2 .warp .left img{
        width: 85%;
    }
    .tow-section3 .warp{
        width: 100%;
    }
    .tow-section3 .bottom #warp2{
        right: 185px;
        left: unset;
    }
    .tow-section3 .bottom #warp4{
        right: 108px;
        left: unset;
    }
    .tow-section3 .bottom #warp6{
        right: 35px;
        left: unset;
    }
    .tow-section4 .warp{
        width: 90%;
    }
    .tow-section5 .warp{
        width: 90%;
    }
    .tow-section5 .warp .bor{
        width: 31%;
    }
    .tow-section5 .sign-content{
        width: 90%;
    }
    .tow-section5 .sign-content .bottom-color{
        width: 23%;
    }
    .tow-section6 .contnet{
        width: 90%;
    }
    .tow-section7 .warp .bottom{
        width: 90%;
    }
    .tow-section7 .warp .bottom .color{
        width: 32%;
    }
    .tow-section8 .warp{
        width: 90%;
    }
    .tow-section8 .warp .picture{
        width: 60%;
    }
    .tow-section9 .warp{
        width: 90%;
    }
    .tow-section9 .warp .bottom .bottom-color .imgs{
        width: 15%;
    }
    .tow-section10 .warp{
        width: 90%;
    }
    .section-warp{
        width: 90%;
    }
    .section-warp .flex .warp{
        width: 30%;
    }
}