/*wap样式*/
@media (max-width: 768px){
    body{
        overflow-x: hidden;
    }
    .wap-content{
        display: block;
    }
    .pc-content{
        display: none;
    }
    .part1{
        position: relative;
        padding: 14px 15px 30px;
        background: #F5F5F5;
        width: 100vw;
        overflow: hidden;
    }
    .part1 .title{
        width: 100%;
        object-fit: contain;
        max-width: 585px;
        font-size: 32rem;
        color: #000;
    }
    .part1 .t1{
        font-size: 14px;
        color: #070303;
        line-height: 24px;
        margin: 25px 0;
        max-width: 271px;
    }
    .part1 .info{
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .part1 .info-l{
        padding-bottom: 302px;
    }
    .part1 .info-l div:nth-child(1){
        font-size: 28px;
        color: #070303;
        line-height: 37px;
        font-weight: bold;
    }
    .part1 .info-l div:nth-child(2){
        font-size: 13px;
        color: #000000;
        line-height: 18px;
    }
    .part1 .logo-line{
        color: #000000;
        display: flex;
        align-items: center;
        margin-top: 5px;
    }
    .part1 .logo-line div{
        font-size: 10px !important;
        line-height: 12px !important;
    }
    .part1 .logo-line img{
        width: 51px;
        height: 21px;
        object-fit: contain;
    }
    .part1 .info-r{
        width: 173%;
        position: absolute;
        right: 0;
        bottom: 33px;
        left: 0;
    }
    .part1 .btm-btns{
        display: flex;
        justify-content: center;
    }
    .part1 .btm-btns a{
        display: flex;
        align-items: center;
        padding: 9px 15px;
        margin: 0 10px;
        font-size: 14px;
        color: #fff;
        line-height: 20px;
    }
    .part1 .btm-btns a i{
        margin-left: 4px;
        font-size: 20px;
    }
    .part2{
        display: flex;
        justify-content: space-between;
        padding: 35px 21px;
        text-align: center;
    }
    .part2 .item div:nth-child(1){
        font-weight: bold;
        font-size: 24px;
        color: #fff;
        line-height: 34px;
        margin-bottom: 5px;
    }
    .part2 .item div:nth-child(2){
        font-weight: bold;
        font-size: 10px;
        color: #fff;
        line-height: 14px;
    }
    .part2 .el-iconfont{
        color: #5B3E98;
        font-size: 14px;
        margin: 10px 15px 0;
    }
    .part3{
        padding: 50px 15px;
        background-image: url("../imgs/home/p3-1.png");
        background-size: cover;
    }
    .part3 .inner{
        background: #fff;
        padding: 13px 8px 97px;
        position: relative;
    }
    .part3 .top{
        display: flex;
        margin-bottom: 32px;
    }
    .part3 .top .info{
        width: 50%;
        padding: 0 4px;
        color: #202229;
    }
    .part3 .top .info div:nth-child(1){
        font-weight: bold;
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 10px;
    }
    .part3 .top .info div:nth-child(2){
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .part3 .top .info div:nth-child(3){
        font-size: 14px;
        color: #202229;
        line-height: 20px;
    }
    .part3 .btm{
        margin: 0 23px;
    }
    .part3 .btm img{
        width: 100%;
        object-fit: contain;
        z-index: 1;
        position: relative;
    }
    .part3 .bg2{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        object-fit: contain;
    }
    .part4{
        padding: 35px 15px 10px;
        background: #fff;
    }
    .part4 .title{
        font-weight: bold;
        font-size: 50px;
        color: #202229;
        line-height: 60px;
        margin-bottom: 31px;
    }
    .part4 .list{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 0 10px ;
    }
    .part4 .list-item{
        margin-bottom: 25px;
    }
    .part4 .list-item .name{
        font-weight: bold;
        font-size: 16px;
        color: #202229;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .part4 .list-item .desc{
        margin-bottom: 15px;
        font-size: 14px;
        color: #202229;
        line-height: 20px;
    }
    .part4 .list-item img{
        width: 100%;
        object-fit: contain;
    }
    .part5{
        padding: 0 10px 30px;
        background: #fff;
    }
    .part5 .title1{
        font-weight: bold;
        font-size: 100px;
        color: #202229;
        line-height: 140px;
        margin-bottom: 5px;
    }
    .part5 .title2{
        font-weight: bold;
        font-size: 30px;
        color: #202229;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .part5 .desc{
        font-size: 14px;
        color: #202229;
        line-height: 18px;
        margin-bottom: 30px;
    }
    .part5 .info-item{
        position: relative;
        margin: 0 5px 20px;
        display: flex;
        flex-direction: column;
        height: fit-content;
    }
    .part5 .info-item img{
        width: 100%;
        object-fit: contain;
    }
    .part5 .info-title{
        font-weight: bold;
        font-size: 60px;
        color: #FFFFFF;
        line-height: 80px;
        position: absolute;
        padding: 0 3px;
    }
    .part5 .info-title .info2{
        font-size: 22px;
        line-height: 30px;
    }
    .part5 .info-cont{
        padding: 5px 10px;
        position: absolute;
        width: 100%;
        left: 0;
    }
    .part5 .info-cont div{
        margin: 5px 0;
        font-size: 14px;
        color: #fff;
        line-height: 20px;
    }
    .part6{
        background: #F5F5F5;
        padding: 50px 15px 25px;
    }
    .part6 .title{
        font-weight: bold;
        font-size: 53px;
        color: #202229;
        line-height: 74px;
        margin-bottom: 35px;
    }
    .part6 .item{
        margin-bottom: 25px;
    }
    .part6 .item .img-box{
        position: relative;
        margin-bottom: 11px;
    }
    .part6 .item .img-box .img{
        width: 100%;
        object-fit: contain;
    }
    .part6 .item .img-box .tag{
        position: absolute;
        right: 0;
        top: 0;
        width: 73px;
        object-fit: contain;
    }
    .part6 .item .name{
        font-weight: bold;
        font-size: 18px;
        color: #202229;
        line-height: 26px;
    }
    .part6 .item .desc{
        font-size: 14px;
        color: #202229;
        line-height: 20px;
        margin-top: 10px;
    }
    .part6 .item .logo{
        margin: 20px 0 10px;
        object-fit: contain;
    }
    .part6 .item .sub-name{
        font-weight: bold;
        font-size: 14px;
        color: #202229;
        line-height: 20px;
    }
    .part6 .item .more-btn{
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #202229;
        line-height: 20px;
    }
    .part6 .item .more-btn i{
        font-size: 10px;
        margin-left: 6px;
        font-weight: bold;
    }
    .part6 .item .more-btn.open i{
        transform: rotate(180deg);
    }
    .part6 .item .height-limit{
        height: 80px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .part7{
        padding: 60px 15px 118px;
        background: #0A4CA2;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .part7 .title{
        font-weight: bold;
        font-size: 50px;
        color: #FFFFFF;
        line-height: 70px;
        margin-bottom: 7px;
        position: relative;
        z-index: 1;
    }
    .part7 .sub-title,
    .part7 .desc{
        max-width: 272px;
        position: relative;
        z-index: 1;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .part7 .info{
        display: flex;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
        text-shadow: 0px 2px 3px rgba(0,0,0,0.5);
        position: relative;
        z-index: 1;
        max-width: 256px;
    }
    .part7 .info img{
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }
    .part7 .bg{
        width: 100%;
        height: 147%;
        top: 0;
        left: 0;
        object-fit: cover;
        pointer-events: none;
        position: absolute;
        object-position: left;
    }











}
