* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    font-family: 'PingFang SC', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    color:#333;
    /* padding: 20px; */
}
img{
    width:100%;
    height:100%;
}
.flex{
    display: flex;
}

.container {
    width: 100%;
    height: 100vh;
    background: white;
    overflow: auto;
}
.header{
    height:100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: fixed;
    z-index: 99;
}
.header .logo{
    width: 150px;
    height: 50px;
}
.header .logo img{
    width: 100%;
    height: 100%;
}
.header .text{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
}
.main1{
    width:100%;
    height:840px;
    background-image: url('../img/main1_bg.png');
    background-size: cover;
    background-position: center;
}
.main1 .main1_title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 54px;
    color: #FFFFFF;
    line-height: 76px;
    margin-bottom:62px;
    position: relative;
}
.main1 .main1_title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 79px;
    height: 4px;
    background: #FFC300;
}
.main1 .main1_text{
    font-size: 20px;
    color: #E4E7ED;
    line-height: 30px;
    margin-bottom:53px;
}
.btn_1{
    width: 200px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    font-size: 20px;
    color: #0050FE;
    cursor: pointer;
    margin-bottom:155px;
    text-align: center;
    line-height: 60px;
}
.mar_r20{
    margin-right:20px;
}
.btn_2{
    background: #0050FE;
    color: #fff;
}
.btn_2 a{
    color: #fff;
}
.main1 .main1_tips{
    font-size: 14px;
    color: #DCDFE6;
    line-height: 20px;
}

.main2{
    width: 100%;
    height: 685px;
    background: linear-gradient( 180deg, #ECF3FE 1%, #EFF4FD 100%);
}
.main2 .top_title{
    padding-top: 57px;
    margin-bottom: 68px;
}
.main2 .top_title h1{
    font-size: 46px;
    color: rgba(0,0,0,0.85);
    line-height: 60px;
    text-align: center
}
.main2 .top_title p{
    font-size: 20px;
    color: rgba(0,0,0,0.65);
    line-height: 32px;
    text-align: center;
    margin-top: 6px;
}
.main2 .center_card .card_cell{
    width: 236px;
    height: 298px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    border-radius: 10px 10px 10px 10px;
    margin-right:20px;
}
.main2 .center_card .card_cell:last-child{
    margin-right:0px;
}
.main2 .center_card .card_cell .top_img{
    width:100%;
    height:178px;
}

.main2 .center_card{
    display: flex;
    margin-bottom:50px;
    
}
.main2 .center_card .cell_text{
    font-size: 18px;
    color: rgba(0,0,0,0.85);
    line-height: 25px;
    text-align: center;
    padding: 28px 25px 0px 25px;
}
.main2 .bottom_text{
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background-image: linear-gradient(0deg, #A75EDF 2%, #0050FE 100%);
    -webkit-background-clip: text;
    color: transparent; 
}

.main3 {
    height:794px;
    padding-top:96px;
}
.margin_right24{
    margin-right:24px;
}
.margin_bottom25{
    margin-bottom:25px;
}
.main3 .left_box{
    width: 512px;
}
.main3 .left_box .img_1{
    width: 244px;
    height:395px;
}
.main3 .left_box .img_3{
    width: 244px;
    height: 120px;
    font-size: 50px;
    color: #FFFFFF;
    background: #0050FE;
    border-radius: 16px 16px 16px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main3 .left_box .img_2{
    width: 244px;
    height:178px;
}
.main3 .left_box .img_4{
    width: 244px;
    height:453px;
}
.main3 .right_box{
    width: auto;
    margin-left: 60px;
}
.main3 .right_box .title1{
    font-size: 24px;
    color: #0050FE;
    line-height: 34px;
    margin-top:41px;
}
.main3 .right_box h1{
    font-size: 36px;
    color: rgba(0,0,0,0.85);
    line-height: 50px;
    margin-top:10px;
}
.main3 .right_box .right_box_text1{
    font-size: 16px;
    color: rgba(0,0,0,0.65);
    line-height: 30px;
    margin-top:33px;
}
.main3 .right_box .right_box_text2{
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    line-height: 30px;
    margin-top:27px;
}
.main3 .right_box .right_box_text3{
    font-size: 18px;
    color: rgba(0,0,0,0.85);
    line-height: 36px;
    margin-top:14px;
    font-weight: 500;
}
.main3 .right_box .right_box_text3 p {
    display: flex;
    align-items: center;
}
.main3 .right_box .right_box_text3 span{
    width: 20px;
    height: 20px;
    background-image: url('../img/dui_icon.png');
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin-right:10px;
}
.main3 .right_box .right_box_text4{
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    line-height: 30px;
    margin-top:17px;
}

.main4{
    height:861px;
    background-image: url('../img/main4_bg.png');
    background-size: cover;
    background-position: center;
    padding: 61px;
}
.main4 .top_title h1{
    font-size: 46px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
}
.main4 .top_title p{
    font-size: 20px;
    color: rgba(255,255,255,0.8);
    line-height: 32px;
    text-align: center;
    margin-top:9px;
    margin-bottom:95px;
}
.main4 .bottom_card{
    flex-wrap: wrap;
    position: relative;
}
.main4 .bottom_card .card_cell{
    width: 340px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    /* margin-right:120px; */
    position: relative;
}
.main4 .bottom_card .card_cell .top_img{
    width: 87px;
    height: 87px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left:-43.5px;
}
.main4 .bottom_card .card_cell:nth-of-type(1){
    margin-bottom:126px;
}
/* .main4 .bottom_card .card_cell:nth-of-type(1)::after{
    margin-bottom:126px;
} */
.main4 .bottom_card .card_cell:nth-of-type(2){
    margin-bottom:126px;
}
.main4 .bottom_card .card_cell:nth-of-type(3){
    margin-right:0px;
    margin-bottom:126px;
}
.main4 .bottom_card .card_cell:nth-of-type(6){
    margin-right:0px;
}
.main4 .bottom_card .card_cell .top_text{
    margin-top:77px;
    font-weight: 500;
    font-size: 20px;
    color: rgba(0,0,0,0.85);
    line-height: 28px;
    text-align: center;
}
.main4 .bottom_card .card_cell .cell_text{
    padding:19px 22px 0 22px;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    line-height: 24px;
}

.main5{
    height:1289px;
    background: linear-gradient( 180deg, #E5F2FF 0%, #EFF7FF 100%);
}
.main5 .top_mian{
    padding-top:69px;
}
.main5 .bottom_mian{
    padding-top:154px;
}
.top_title h1{
    font-size: 46px;
    color: rgba(0,0,0,0.85);
    line-height: 60px;
    text-align: center;
}
.top_title p{
    font-size: 20px;
    color: rgba(0,0,0,0.65);
    line-height: 32px;
    text-align: center;
    margin-top:11px;
}
.main5 .bottom_card{
    margin-top:90px;
}
.main5 .bottom_card .bottom_card_cell .top_text{
    height:80px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 80px;
    text-align: center;
}
.main5 .bottom_card .bottom_card_cell{
    width:600px;
    height:300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1303);
    border-radius: 10px 10px 10px 10px;
}
.main5 .bottom_card .bottom_card_cell .cell_text{
    display: flex;
    flex-wrap: wrap;
    margin:45px 0 0 50px;
}
.main5 .bottom_card .bottom_card_cell .cell_text .card{
    width: 240px;
    height: 54px;
    background: #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    font-size: 16px;
    color: rgba(0,0,0,0.65);
    line-height: 54px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-right:14px;
    margin-bottom:27px;
}
.main5 .bottom_card .bottom_card_cell .cell_text .card:nth-of-type(2n){
    margin-left:0px;
}
.main5 .bottom_card .bottom_card_cell .cell_text .img{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('../img/colse.png');
    background-size: cover;
    background-position: center;
    margin-left: 33px;
    margin-right: 10px;
}
.main5 .bottom_mian .bottom_mian_card{
    margin-top:57px;
}
.main5 .bottom_mian .bottom_mian_card .bottom_mian_card_cell{
    width: 290px;
    height: 328px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    border-radius: 16px;
    padding: 35px 20px;
    margin-right:33px;
}
.main5 .bottom_mian .bottom_mian_card .bottom_mian_card_cell:last-child{
    margin-right:0px;
}
.main5 .bottom_mian .bottom_mian_card .bottom_mian_card_cell .top_img{
    width: 75px;
    height: 75px;
    margin-bottom:36px;
}
.main5 .bottom_mian .bottom_mian_card .bottom_mian_card_cell .cell_text .tit_1{
    font-weight: 500;
    font-size: 18px;
    color: #0050FE;
    line-height: 25px;
}
.main5 .bottom_mian .bottom_mian_card .bottom_mian_card_cell .cell_text .tit_2{
    font-weight: 500;
    font-size: 24px;
    color: rgba(0,0,0,0.85);
    line-height: 34px;
    margin-top:5px;
}
.main5 .bottom_mian .bottom_mian_card .bottom_mian_card_cell .cell_text .text{
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
    margin-top:18px;
}

.main6 {
    width: 100%;
    height: 662px;
    background-image: url('../img/main6_bg.png');
    background-size: cover;
    background-position: center;
    padding-top:92px;
}
.main6 .top_title{
    margin-bottom:94px;
    padding-top: 0;
}
.main6 .center_card .card_cell{
    width: 290px;
    height: 300px;
    margin-right: 34px;
}
.main6 .center_card .card_cell{
    border-radius: 15px;
}
.main6 .center_card .card_cell .top_img{
    height: 190px;
}
.main6 .center_card .cell_text{
    padding: 20px 28px 0px 20px;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    color: rgba(0,0,0,0.85);
    line-height: 28px;
}

.main7{
    height:593px;
    width:100%;
    padding-top: 72px;
}
.main7 .top_title{
   margin-bottom: 104px;
}
.main7 .pt_main{
    justify-content: space-between;
}
.main7 .pt_main_cell{
    width: 285px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.main7 .pt_main_cell .top_img{
    width:142px;
    height:142px;
}
.main7 .pt_main_cell .cell_text{
    font-weight: 500;
    font-size: 24px;
    color: rgba(0,0,0,0.85);
    line-height: 34px;
    margin-top: 20px;
}
.main7 .xian{
    width: 186px;
    height: 2px;
    border: 2px dashed rgba(0,0,0,0.85);
    opacity: 0.3;
    margin-top: 70px;
}
.main8{
    width: 100%;
    height: 657px;
    background-image: url('../img/main8_bg.png');
    background-size: cover;
    background-position: center;
}
.main8 h1{
    font-weight: 500;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    margin-bottom:74px;
    margin-top:100px;
}
.main8 .cell_text p{
    font-weight: 400;
    font-size: 24px;
    color: rgba(255,255,255,0.8);
    line-height: 32px;
    margin-bottom:40px;
}
.main8 .cell_text span{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    display: inline-block;
    margin-right: 27px;
    border: 6px solid rgba(255,255,255,0.3);
    border-radius: 50%;
}
.main8 .right_box{
    margin-left: 130px;
    margin-top: 180px;
}
.main8 .right_box .right_cell{
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border: 3px solid rgba(255,255,255,0.3);
    font-weight: 500;
    font-size: 23px;
    color: #0050FE;
    line-height: 27px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:3px;
    margin-bottom:82px;
}
.main9 {
     width: 100%;
    height: 335px;
    background-image: url('../img/main9_bg.png');
    background-size: cover;
    background-position: center;
    padding-top: 90px;
}
.main9 .main9_btn{
    justify-content: center;
    margin-top:36px;
}
.main9 .main9_btn .el-button{
    width: 200px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    font-size: 20px;
    color: #0050FE;
    cursor: pointer;
    /* margin-bottom:155px; */
}
.main9 .main9_btn .el-button--primary{
    background: #0050FE;
    color: #fff;
}
.main10{
    width: 100%;
    height: 240px;
    background-image: url('../img/main10_bg.png');
    background-size: cover;
    background-position: center;
    padding-top: 70px;
}
.main10 .top_text{
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 50px;
    justify-content: center;
    width: 730px;
}
.main11{
    width: 100%;
    height: 400px;
    background: #18191E;
    position: relative;
    padding-top:50px;
}
.main11 .bottom_main{
    position: absolute;
    height:86px;
    text-align: center;
    bottom: 0;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 86px;
    border-top: 1px solid rgba(255,255,255,0.2);
    right: 0;
    left: 0;
}
.main11 .top_main{
    justify-content: space-between;
}
.main11 .left_box{
    width:200px;
    height:67px;
    /* margin-right:189px; */
}
.main11 .center_box h2{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom:18px;
}
.main11 .center_box p{
    margin-bottom:10px;
    color: rgba(255,255,255,0.8);
}
.main11 .center_box p a{
    color: rgba(255,255,255,0.8);
}
.main11 .center_box{
    color: #FFFFFF;
}
.main11 .center_box .cp_box{
    margin-right:95px;
}
.main11 .right_box{
    width:120px;
    height:120px;
}
.scroll_top{
    position: fixed;
    bottom: 200px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
}
.scroll_top img{
    width: 30px;
    height: 30px;
}
.cell_text_blue{
    background-image: linear-gradient(0deg, #A75EDF 2%, #0050FE 100%);
    -webkit-background-clip: text;
    color: transparent; 
    font-size: 24px;
    line-height: 220px;
    text-align: center;
}
.red{
    background: #DE3B3B;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blue{
    background: #0050FE;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.main5 .mar-right60{
    margin-right:60px;
}
/* .main4 .bottom_card .card_cell:last-child{
    margin-right:0px;
}
.main4 .bottom_card .card_cell .top_img{
    width:100%;
    height:240px;
}
.main4 .bottom_card .card_cell .cell_text{
    font-size: 18px;
    color: rgba(0,0,0,0.85);
    line-height: 25px;
    text-align: center;
    padding: 28px 25px 0px 25px;
} */

.nwidth{
    width: 1260px;
    margin: 0 auto;
}
.header_width{
    width: 1260px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.padding_top_278{
    padding-top: 278px;
}
.xu-xian{
    width:70px;
    height:10px;
    background-image: url('../img/jt_right.png');
    background-size: cover;
    background-position: center;
    margin:0 25px;
    margin-top:100px;
}
.xu-bottom-xian{
    width:10px;
    height:70px;
    background-image: url('../img/jt_bottom.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 212px;
    right: 160px;
    transform: translateX(-50%);
}
.left-jt{
    background-image: url('../img/jt_left.png');
}
@media screen and (min-width: 1301px) and (max-width: 1598px){
  .nwidth{
    width: 1260px;
  }
  .header_width{
    width: 1260px;
    }
}
@media screen and (min-width: 1080px) and (max-width: 1300px) {
  .nwidth{
    width: 1000px;
    overflow: auto;
  }
  .header_width{
    width: 1000px;
    }
    .main4 .bottom_card .card_cell{
        width: 313px;
        height: 195px;
        background: #FFFFFF;
        /* margin-right: 30px; */
    }
    .main4 .bottom_card .card_cell .cell_text{
        padding: 19px 15px 0 15px;
    }
    .main5 .bottom_card .bottom_card_cell .cell_text {
        margin: 45px 0 0 26px;
    }
    .main5 .bottom_card .bottom_card_cell .cell_text .card{
        width: 200px;
    }
    .main5 .bottom_card .bottom_card_cell .cell_text .img{
        margin-left: 10px;
    }
    .main5 .bottom_mian .bottom_mian_card .bottom_mian_card_cell .cell_text .tit_2{
        font-size: 22px;
    }
    .main8 .right_box{
        margin-left: 0px;
    }
    .main4 .bottom_card .card_cell:nth-of-type(1){
        margin-bottom:100px;
    }
    /* .main4 .bottom_card .card_cell:nth-of-type(1)::after{
        margin-bottom:126px;
    } */
     .main4 .bottom_card{
        padding-top: 30px;
     }
    .main4 .bottom_card .card_cell:nth-of-type(2){
        margin-bottom:100px;
    }
    .main4 .bottom_card .card_cell:nth-of-type(3){
        margin-bottom:100px;
    }
    .main4 .bottom_card .card_cell{
        width: 285px;
        height: 205px;
    }
    .xu-xian{
        width: 50px;
        margin: 0 11px;
        margin-top: 100px;
    }
    .xu-bottom-xian {
        width: 10px;
        height: 55px;
        top: 243px;
        right: 134px;
    }
}
@media screen and (max-width: 1079px) {
    .main1{
        height:7.8rem;
        background-image: url(../img/main1_phone_bg.png);
    }
    .header{
        height: 0.6rem;
        padding: 0 0.12rem;
    }
    .header .text{
        font-size: 0.13rem;
    }
    .header .logo{
        width: 0.9rem;
        height: 0.3rem;
    }
    .main1 .main1_title{
        font-size:0.22rem;
        line-height: 0.34rem;
        margin-bottom: 0.6rem;
        padding: 0 0.15rem;
    }
    .main1 .main1_title::after{
        width: 0.25rem;
        height: 0.03rem;
        left: 50%;
        bottom: -0.09rem;
    }
    .btn_2{
        margin: 0 auto;
    }
    .btn_1{
        width: 1.40rem;
        height: 0.52rem;
        font-size: 0.16rem;
        line-height: 0.52rem;
    }
    .main1 .main1_tips{
        font-size: 0.12rem;
        line-height: 0.18rem;
        margin-top: 2.7rem;
        padding: 0 0.25rem;
    }
    .padding_top_278 {
        padding-top: 1.49rem;
    }
    .main1 .main1_text{
        font-size: 0.12rem;
        line-height: 0.20rem;
        margin-bottom: 0.34rem;
        text-align: center;
        left:0.25rem;
    }

    .top_title h1{
        font-size: 0.2rem;
        line-height: 0.28rem;
    }
    .top_title p {
        font-size: 0.12rem;
        line-height: 0.18rem;
    }
    .main2 .top_title{
        padding-top: 0.33rem;
        margin-bottom: 0.28rem;
    }
    .main2 .top_title h1, .main4 .top_title h1{
        font-size: 0.2rem;
        line-height: 0.28rem;
    }
    .main2 .top_title p, .main4 .top_title p{
        font-size: 0.12rem;
        line-height: 0.18rem;
    }
    .main2 .bottom_text{
        font-size: 0.18rem;
        line-height: 0.25rem;
        padding-bottom: 0.49rem;
    }
    .main2{
        /* height:3.95rem; */
        height: auto;
    }
    .main2 .center_card .card_cell{
        width: 1.63rem;
        height: 1.95rem;
        border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
        margin-right: 0.16rem;
        margin-bottom: 0.16rem;
        flex-shrink: 0;
    }
    .main2 .center_card .card_cell .top_img{
            height: 1.2rem;
            display: flex;
    }
    .main2 .center_card .cell_text{
        font-size: 0.13rem;
        padding: 0.15rem 0.10rem 0px 0.10rem;
        line-height: 0.20rem;
    }
    .main2 .center_card{
        margin-bottom: 0.18rem;
        padding: 0 0 0 0.16rem;
        /* padding-bottom: 0.2rem; */
        flex-wrap: wrap;
    }

    .main3 {
        height: 7.84rem;
        padding-top: 0.25rem;
        flex-direction: column;
    }
    .main3 .left_box .img_1{
        width: 1.65rem;
        height: 1.94rem;
    }
    .main3 .left_box .img_2 {
        width: 1.65rem;
        height: 0.86rem;
        display: flex;
    }
    .main3 .left_box .img_3 {
        width: 1.63rem;
        height: 0.58rem;
        font-size: 0.28rem;
        border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    }
    .main3 .left_box .img_4 {
        width: 1.63rem;
        height: 2.22rem;
    }
    .margin_bottom25 {
        margin-bottom: 0.14rem;
    }
    .main3 .left_box{
        width: 100%;
        padding:0 0.16rem;
    }
    .margin_right24 {
        margin-right: 0.15rem;
    }
    .main3 .right_box{
        margin-left: 0.16rem;
    }
    .main3 .right_box .title1{
        margin-top: 0.52rem;
        font-size: 0.13rem;
        line-height: 0.18rem;
    }
    .main3 .right_box h1{
        font-size: 0.2rem;
        line-height: 0.28rem;
        margin-top: 0.06rem;
    }
    .main3 .right_box .right_box_text1{
        font-size: 0.12rem;
        line-height: 0.2rem;
        margin-top: 0.15rem;
    }
    .main3 .right_box .right_box_text2{
        font-size: 0.12rem;
        line-height: 0.2rem;
        margin-top: 0.20rem;
    }
    .main3 .right_box .right_box_text3{
        font-size: 0.12rem;
        line-height: 0.22rem;
        margin-top: 0.20rem;
    }
    .main3 .right_box .right_box_text3 span{
       width: 0.1rem;
        height: 0.1rem;
        margin-right:0.1rem;
    }
    .main3 .right_box .right_box_text4{
        font-size: 0.12rem;
        line-height: 0.22rem;
        margin-top: 0.15rem;
    }
    .main4{
        /* height: 3.88rem; */
        height: auto;
        padding: 0.43rem 0 0 0;
    }
    .main4 .top_title p{
        margin-top: 0.1rem;
        margin-bottom: 0.45rem;
    }
    .main4 .bottom_card{
        /* flex-wrap: nowrap; */
        padding-left: 0.16rem;
        padding-bottom: 0.2rem;
    }
    .main4 .bottom_card .card_cell{
        width: 1.63rem;
        height: 1.6rem;
        flex-shrink: 0;
        margin-right: 0.16rem;
        position: relative;
    }
    .main4 .bottom_card .card_cell:nth-of-type(3){
        margin-right: 0.16rem;
    }
    .main4 .bottom_card .card_cell .top_img{
        width: 0.6rem;
        height: 0.6rem;
        display: flex;
        top: -0.3rem;
        left: 50%;
        margin-left: -0.3rem;
    }
    .main4 .bottom_card .card_cell .top_text{
        margin-top: 0.4rem;
        font-size: 0.15rem;
    }
    .main4 .bottom_card .card_cell .cell_text {
        padding: 0.1rem 0.12rem 0 0.12rem;
        font-size: 0.12rem;
        color: rgba(0, 0, 0, 0.6);
        line-height: 0.18rem;
    }
    .main4 .bottom_card .card_cell:nth-of-type(1),.main4 .bottom_card .card_cell:nth-of-type(3){
        margin-bottom: 0.6rem;
    }
    .main4 .bottom_card .card_cell{
        margin-bottom: 0.6rem;
    }
    /* .main4 .bottom_card .card_cell::after{
        content: "";
        position: absolute;
        background-image: url(../img/jt_right.png);
        top: 0.6rem;
        right: -0.52rem;
        width: 0.35rem;
        height: 0.07rem;
        background-size: 100%;
    }
    .main4 .bottom_card .card_cell:last-child:after{
        display: none;
    } */
    .xu-xian{
        display: none;
    }
    .xu-bottom-xian{
        display: none;
    }
    .left-jt {
        display: none;
    }

    .main5{
        height: auto;
        padding-bottom:0.4rem;
    }
    
    .main5 .bottom_card{
        flex-direction: column;
        margin-top: 0.1rem;
    }
    .main5 .bottom_card .bottom_card_cell{
        width: 3.43rem;
        height: 3rem;
         margin-left: 0.16rem;
         margin-top:0.2rem;
    }
    .main5 .bottom_mian .bottom_mian_card .bottom_mian_card_cell .top_img{
        width: 0.6rem;
        height: 0.6rem;
        margin-bottom: 0.16rem;
        display: flex;
    }
    .main5 .bottom_card .bottom_card_cell .top_text{
        height: 0.5rem;
        font-size: 0.18rem;
        line-height: 0.5rem;
    }
    .main5 .bottom_card .bottom_card_cell .cell_text .card{
        width: 3.30rem;
        height: 0.42rem;
        margin-right: 0;
        margin-bottom: 0.12rem;
        font-size: 0.14rem;
        line-height: 0.42rem;
    }
    .main5 .bottom_card .bottom_card_cell .cell_text .img{
        margin-left: 0.33rem;
        margin-right: 0.1rem;
        width: 0.2rem;
        height: 0.2rem;
    }
    .main5 .bottom_card .bottom_card_cell .cell_text{
        margin: 0.2rem 0.2rem;
    }
    .cell_text_blue{
        font-size: 0.18rem;
        line-height: 0.3rem;
        text-align: center;
        width:2.38rem;
        margin:0 auto;
        margin-top: 0.27rem;
    }
    .main5 .bottom_card .bottom_card_cell.height172{
        height:1.72rem;
    }
    .main5 .mar-right60 {
        margin-right: 0.16rem;
    }
    .main5 .bottom_mian{
        padding-top: 0.49rem;
    }
    .main5 .bottom_mian .bottom_mian_card .bottom_mian_card_cell{
        width: 1.63rem;
        height: 2.10rem;
        flex-shrink: 0;
        border-radius: 0.16rem;
        padding: 0.15rem;
        margin-right: 0.16rem;
        margin-bottom: 0.16rem;
    }
    .main5 .bottom_mian .bottom_mian_card .bottom_mian_card_cell .cell_text .tit_1{
        font-size: 0.12rem;
        line-height: 0.17rem;
    }
    .main5 .bottom_mian .bottom_mian_card .bottom_mian_card_cell .cell_text .tit_2{
        font-size: 0.16rem;
        line-height: 0.22rem;
        margin-top: 0.06rem;
    }
    .main5 .bottom_mian .bottom_mian_card .bottom_mian_card_cell .cell_text .text{
        font-size: 0.12rem;
        line-height: 0.17rem;
        margin-top: 0.12rem;
    }
    .main5 .bottom_mian .bottom_mian_card {
        margin-top: 0.38rem;
        padding: 0 0 0 0.16rem;
        overflow: auto;
        padding-bottom:0.2rem;
        flex-wrap: wrap;
    }

    .main6{
        /* height: 4.14rem; */
        height: auto;
        padding-top: 0.13rem;
    }
    .main6 .center_card .card_cell{
        width: 1.63rem;
        height: 1.80rem;
        flex-shrink: 0;
    }
    .main6 .center_card .card_cell .top_img{
        height:1.0rem;
    }
    .main6 .center_card .cell_text{
        padding: 0.2rem;
    }
    .main6 .center_card{
        padding: 0.16rem 0 0.16rem 0.16rem;
    }

    .main7 {
        height: 3.45rem;
        width: 100%;
        padding-top: 0.53rem;
    }
    .main7 .pt_main{
        padding: 0 0.16rem;
    }
    .main7 .top_title{
        margin-bottom: 0.56rem;
    }
    .main7 .pt_main_cell{
        width: 2.5rem;
    }
    .main7 .pt_main_cell .top_img{
        width: 0.5rem;
        height: 0.5rem;
        display: flex;
    }
    .main7 .pt_main_cell .cell_text{
        font-size: 0.14rem;
        line-height: 0.2rem;
        margin-top: 0.08rem;
    }
    .main7 .xian{
        width: 1.2rem;
        height: 2px;
        margin-top: 0.2rem;
    }

    .main8{
        background-image: inherit;
        height: 5.47rem;
    }
    .main8 h1{
        font-size: 0.24rem;
        line-height: 0.34rem;
        text-align: center;
        margin-bottom: 0.36rem;
        margin-top: 0.46rem;
    }
    .main8 .cell_text{
        padding-left:0.84rem;
    }
    .main8 .cell_text p {
        font-size: 0.16rem;
        line-height: 0.22rem;
        margin-bottom: 0.12rem;
    }
    .main8 .nwidth{
        flex-direction: column;
    }
    .main8 .left_box{
        height: 3.50rem;
        background: linear-gradient( 360deg, #0050FE 0%, #0B57DC 100%);
    }
    .main8 .right_box{
        margin-left: 0px;
        margin-top: 0px;
        height: 1.96rem;
        display: flex;
        background-image: url(../img/main8_phone_bg.png);
        background-size: cover;
        background-position: center;
        position: relative;
        justify-content: space-around;
    }
    .main8 .right_box .right_cell{
        width: 0.64rem;
        height: 0.64rem;
        font-size: 0.16rem;
        line-height: 0.18rem;
        padding: 0.12rem;
        margin-top: -0.30rem;
        /* position: absolute; */
    }

    .main9{
        height: 2.26rem;
        padding-top: 0.63rem;
    }
    .main10{
        height: 1.56rem;
        padding-top: 0.42rem;
    }
    .main10 .top_text{
        font-size: 0.15rem;
        line-height:0.24rem;
        padding: 0 0.27rem;
        text-align: center;
        width: 100%;
    }
    .main11 .top_main{
        overflow: hidden;
        /* padding-left:0.2rem; */
    }
    .main11 .top_main,.main11 .center_box{
        flex-direction: column;
    }
    .main11{
        /* height:6.34rem; */
        height: auto;
        padding-top: 0.22rem;
    }
    .main11 .left_box{
        width: 1rem;
        height: 0.33rem;
        display: flex;
    }
    .main11 .center_box p{
        font-size: 0.13rem;
        line-height:0.18rem;
    }
    .main11 .left_box{
        margin-bottom:0.21rem;
        margin-left: 0.2rem;
    }
    .main11 .center_box{
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-top: 0.37rem;
        padding-left: 0.2rem;
    }
    .main11 .center_box h2{
        font-size: 0.15rem;
        line-height: 0.2rem;
        margin-bottom: 0.2rem;
    }
    .main11 .center_box .cp_box{
        margin-right:0;
    }
    .main11 .center_box .cp_box p{
        float: left;
        margin-bottom: 0.1rem;
        margin-right: 0.21rem;
        position: relative;
    }
    .main11 .center_box .cp_box p::after{
        content: '';
        display: block;
        width: 0.01rem;
        height: 0.15rem;
        background-color: rgba(255,255,255,0.65);
        /* border-radius: 50%; */
        position: absolute;
        top: 52%;
        right: -0.1rem;
        transform: translateY(-50%);
    }
    .main11 .center_box .cp_box p:last-child:after{
        content: '';
        display: none;
    }
    .main11 .right_box {
        width: 1.20rem;
        height: 1.20rem;
        margin:0 auto;
        margin-top:0.37rem;
    }
    .main11 .center_box .lx_wm{
        margin-top:0.3rem;
    }
    .main11 .bottom_main{
        height: 0.67rem;
        line-height: 0.18rem;
        font-size: 0.12rem;
        color: rgba(255,255,255,0.65);
        line-height: 0.18rem;
        text-align: left;
        padding-left:0.14rem;
        padding-top:0.14rem;
        position: relative;
        margin-top: 0.47rem;
    }
    .main11 .bottom_main a{
        color: rgba(255,255,255,0.65);
    }
    .scroll_top{
        bottom: 1rem;
        right: 0.2rem;
        width: 0.5rem;
        height: 0.5rem;
    }
    .nwidth{
        width: 100%;
    }
    .header_width{
        width: 100%;
        }
}