/* 首页 */
/* 页首 */
    body{
        overflow-x: hidden;
    }
    header{}
    .headerPC1{
        background-color: rgb(48, 51, 51);
        padding: 30px 0;
        color: white;
    }
    .headerPCLogo a,
    .headerPCLogo div{
        display: inline-block;
        vertical-align: middle;
    }
    .headerPCLogo a{
        position: relative;
        padding-right: 10px;
        margin-right: 10px;
    }
    .headerPCLogo a::after{
        content:'';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 80%;
        background-color: white;
    }
    .headerPCLogo div p:first-of-type{
        font-size: 12px;
    }
    .headerPCLogo div p:nth-of-type(2){
        font-size: 20px;
        letter-spacing: 3px;
    }
    .hPC1R{
        right: 0;
        font-size: 18px;
    }
    .hPC1R_phone{
        margin-right: 14px;
    }
    .hPC1R_phone img{
        width: 24px;
        transform: translateY(4px);
    }
    .hPC1R div{
        display: inline-block;
        vertical-align: top;
        
    }
    .hPC1R_code div{
        position: relative;
    }
    .hPC1R_code div:first-of-type{
        margin-right: 6px;
    }
    .hPC1R_code div img{
        display: block;
    }
    .hPC1R div img:first-of-type{
        border-radius: 6px;
    }
    .hPC1R div .hoverCodes{
        display: none;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 140px;
    }
    .hPC1R_code div:nth-of-type(2) .hoverCodes{
        border: 10px solid white;
    }
    .hPC1R_code div:hover .hoverCodes{
        display: block;
    }
    /* .hPC1R p{
        position: relative;
        cursor: pointer;
    }
    .hPC1R p:first-of-type{
        margin-bottom: 4px;
    }
    .hPC1R p:first-of-type img{
        width: 20px;
        transform: translateY(4px);
    }
    .hPC1R p:nth-of-type(2) img{
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 1000;
        display: none;
    }
    .hPC1R p:nth-of-type(2):hover img{
        display: block;

    } */
    .headerPCNav{
        padding: 40px 0;
        /* padding-right: 230px; */
        max-width: 1350px;
        margin: 0 auto;
        position: relative;
    }
    .headerPCNav nav{
    }
    .headerPCNav li{
        font-size: 20px;
        margin-right: 20px;
    }
    .headerPCNav li:last-of-type{
        margin:0;
    }
    .headerPCNav li a:hover{
        color: rgb(248, 182, 44);
    }
    .search{
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        border: 1px solid rgb(224, 224, 224);
        width: 215px;
        padding-right: 30px;
    }
    .search input{
        width: 100%;
        height: 25px;
        border: none;
        background-color: transparent;
        border-right: 1px solid rgb(224, 224, 224);
        padding: 0 10px;
    }
    .search button{
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: 25px;
        border: none;
        background-color: transparent;
        padding: 4px;
        margin:0;
        cursor: pointer;
    }
    .search button img{
        width: 100%;
    }
    .headerMB{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        background-color: white;
        /* box-shadow: 0px 0px 10px 0px rgb(218, 218, 218); */
        display: none;
    }
    .headerMBTitle{
        position: relative;
        padding: 12px 16px;
        background-color: rgb(48, 48, 48);
        height: 50px;
        padding-right: 50px;
    }
    .headerMBTitle a{
        display: inline-block;
        max-width: 40%;
        vertical-align: middle;
    }
    .headerMBTitle a img{
        max-height: 40px;
        display: block;
        width: 126px;
    }
    .headerMBTitle a:nth-of-type(2){
        display: block;
        color: white;
        font-size: 14px;
        margin-left: 10px;
        max-width: none;
        position: absolute;
        top: 50%;
        right: 80px;
        transform: translateY(-50%);
    }
    .headerMBTitle a:nth-of-type(2) img{
        width: 22px;
    }
    .headerMBTitle button{
        background-color: transparent;
        border: none;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        border: none;
    }
    .headerMBTitle button img{
        width: 24px;
    }
    .headerMBList{
        border-top: 1px solid rgb(218, 218, 218);
        padding: 10px 0;
        display: none;
        box-shadow: 0px 0px 10px 0px rgb(218, 218, 218);
    }
    .headerMBList li a{
        display: block;
        padding: 6px 16px;
    }
    .headerMBList li.active a{
        color: rgb(243, 152, 0);
    }

    .mainTitle{
        text-align: center;
    }
    .mainTitle h4{
        font-size: 36px;
    }
    .mainTitle h4 span{
        display: inline-block;
        position: relative;
    }
    .mainTitle h4 span i{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 1px solid rgb(45, 35, 32);
    }
    .mainTitle h4 span i:first-of-type{
        left: -20px;
    }
    .mainTitle h4 span i:nth-of-type(2){
        right: -20px;
    }
    .mainTitle h4 span i::after{
        content:'';
        display: block;
        width: 130px;
        height: 1px;
        background-color: rgb(45, 35, 32);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .mainTitle h4 span i:first-of-type::after{
        right: 6px;
    }
    .mainTitle h4 span i:nth-of-type(2)::after{
        left: 6px;
    }
    .mainTitle .underline {
        display: none;
    }
    .mainTitle .underline span {
        display: block;
        height: 1px;
        width: 40px;
        background: black;
    }
    .mainTitle .underline img {
        width: 20px;
        margin: 5px;
    }
    .mainTitle >p{
        font-size: 18px;
        margin-top: 10px;
    }
    .mainTitle div{
        font-size: 24px;
        margin-top: 20px;
    }
    .main1Btn{
        margin: 80px 0;
    }
    .morelink a{
        display: inline-block;
        color: white;
        background: url('../image/bg4.png') no-repeat center center/cover;
        font-size: 24px;
        padding: 0px 30px;
        height: 60px;
        line-height: 60px;
        border-radius: 40px;
        width: 400px;
        overflow: hidden;
    }
/* 页首 */
    .mban img{
        width: 100%;
    }
    .bannerTip,
    .mtip2{
        background:url('../image/bg8.jpg') no-repeat center center/cover;
        padding: 30px 0;
        text-align: center;
        font-size: 18px;
    }
    .bannerTip a{
        display: inline-block;
        color: white;
        border: 1px solid white;
        min-width: 200px;
        height: 60px;
        line-height: 60px;
        margin: 0 10px;
    }
    .bannerTip a:hover,
    .bannerTip a.bga,
    .mtip2 a,
    .mtip2 button{
        background: -ms-linear-gradient(to right, #efcc31,#ea5250);
        background: -o-linear-gradient(to right, #efcc31,#ea5250);
        background: -moz-linear-gradient(to right, #efcc31,#ea5250);
        background: -webkit-linear-gradient(to right, #efcc31,#ea5250);
        background: linear-gradient(to right, #efcc31,#ea5250);
    }
    .mtip2 button{
        font-size: 18px;
    }
    .mtip2 a,
    .mtip2 button,
    .mtip2 input{
        width: 250px;
        height:50px;
        line-height: 50px;
        font-size: 20px;
        color: white;
        border: 1px solid white;
        display: inline-block;
    }
    .mtip2 input {
        padding: 0px 20px;
        text-align: center;
        background-color: transparent;
        margin: 0px 20px;
    }
    .mtip2 input::-webkit-input-placeholder{
        color: white;
    }
    .mtops{
        margin-top: 80px;
    }
    .mbanners,
    .m3banner{
        max-width: 1550px;
        width: 1550px;
        margin: 0 auto;
        margin-top: 50px;
    }
    .m1BanBox{
        background-color: rgb(239, 239, 239);
    }
    .m1Text{
        padding: 30px 16px;
        font-size: 24px;
        text-align: center;
    }
    .m2Box{
        max-width: 1550px;
        width: 1550px;
        margin: 0 auto;
        position: relative;
        padding-left: 850px;
    }
    .m2Box img{
        position: absolute;
        top: 0;
        left: 0;
        width: 830px;
        height: auto;
    }
    .m2Cont{
        min-height: 600px;
        padding-top: 80px;
        padding-right: 70px;
    }
    .m2Cont1{
        font-size: 24px;
        line-height: 40px;
    }
    .m2Cont2{
        margin-top: 80px;
        font-size: 36px;
        border: 1px solid rgb(202, 202, 202);
        border-radius: 10px;
        position: relative;
        padding: 120px 60px 60px;
    }
    .m2Cont2::before{
        content:'';
        display: block;
        position: absolute;
        top: -60px;
        left: 60px;
        width: 180px;
        height: 130px;
        background-color: rgb(239, 239, 239);
        box-shadow: 0px 0px 10px 0px rgb(160, 160, 160);
        border-radius: 10px;
        z-index: 10;
    }
    .m2Cont2::after{
        content:'';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 34px;
        background-color: rgb(248, 182, 44);
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .main2,
    .main4{
        padding-top: 80px;
    }
    .mtips{
        background:url('../image/bg8.jpg') no-repeat center center/cover;
        padding: 30px 0;
        text-align: center;
        font-size: 36px;
        color: white;
    }
    .m3BanBox{
        border-radius: 16px;
        overflow: hidden;
        background-color: rgb(239, 239, 239);
    }
    .m3Cont{
        position: relative;
        padding: 30px 30px 60px;
    }
    .m3Cont h4{
        font-size: 36px;
        margin-bottom: 10px;
    }
    
    .m3Cont p{
        font-size: 21px;
    }
    .m3Cont p:first-of-type{
        font-size: 19px;
        margin-bottom: 5px;
    }
    .m3Cont p:nth-of-type(2){
        height: 54px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .m3Cont div{
        margin-top: 30px;
        font-size: 21px;
    }
    .m3Cont div span{
        font-size: 30px;
        color: rgb(243, 152, 0);
    }
    .m3Cont img{
        position: absolute;
        bottom: 30px;
        right: 30px;
    }
    .m4banner{
        max-width: 1300px;
        width: 1300px;
        margin: 0 auto 120px;
        margin-top: 50px;
    }
    .m4Img{
        width: 430px;
        height: 430px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
        background-color: white;
        padding: 6px;
        position: relative;
        z-index: 10;
    }
    .m4Img::after{
        content:'';
        display: block;
        position: absolute;
        top: -2px;
        left: -2px;
        width: 434px;
        height: 434px;
        background: -webkit-linear-gradient(#41bfea,#4b6bb3,#41bfea);
        background: -ms-linear-gradient(#41bfea,#4b6bb3,#41bfea);
        background: -o-linear-gradient(#41bfea,#4b6bb3,#41bfea);
        background: linear-gradient(#41bfea,#4b6bb3,#41bfea);
        z-index: -2;
    }
    .m4Img::before{
        content:'';
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        width: 428px;
        height: 428px;
        background-color: white;
        z-index: -1;
        border-radius: 50%;
    }
    .m4Img div{
        width: 416px;
        height: 416px;
        border-radius: 50%;
        overflow: hidden;
    }
    .m4Cont{
        margin-top: 70px;
        position: relative;
        padding-left: 180px;
    }
    .m4Cicon{
        position: absolute;
        top: 10px;
        left: 0;
        width: 160px;
        height: auto;
        background: url('../image/borders.png') no-repeat center center/100% 100%;
        padding: 10px 10px 30px;
        text-align: center;
    }
    .m4Cicon h4{
        font-size: 31px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .m4Cicon p{
        font-size: 21px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .m4Text{
        font-size: 21px;
        line-height: 40px;
        min-height: 110px;
    }
    .main14{
        padding: 80px 0;
    }
    .main14 .m1BanBox{
        background-color: white;
    }
    .main14 .m1BanBox .m1Text{
        padding: 18px 16px;
        font-size: 21px;
    }
    .main15 .m1BanBox{
        background-color: #f8b62c;
    }
    .main15 .m1BanBox .m1Text{
        font-size: 20px;
        padding: 12px 16px;
    }
    .main5{
        padding: 80px 0;
    }
    .main5Box,
    .main6,
    .main8Box{
        max-width: 1550px;
        width: 1550px;
        margin: 0 auto;
    }
    .main5Box .mainTitle{
        color: white;
    }
    .main5Box .mainTitle h4 span i{
        border-color: white;
    }
    .main5Box .mainTitle h4 span i::after{
        background-color: white;
    }
    .m5List{
        margin-top: 0px;
    }
    .m5Box{
        color: white;
        text-align: center;
    }
    .m5Box img{
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .m5Box h4{
        font-size: 18px;
        margin: 30px 0 20px;
        color: rgb(243, 152, 0);
    }
    .m5Box p{
        font-size: 21px;
        margin-bottom: 10px;
    }
    .m5MBBan{
        display: none;
        margin-top: 30px;
    }
    .m5MBBan-1 {
        display: none;
    }
    .main6{
        padding: 80px 0;
        overflow: hidden;
    }
    .m6Img{
        border-radius: 6px;
        overflow: hidden;
    }
    .m6text{
        text-align: center;
        color: black;
        font-weight: bold;
        padding: 20px 10px 0 !important;
        font-size: 20px;
    }
    .m6text p{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .m7Banner{
        padding: 80px 0;
        margin-top: 50px;
    }
    .m7Banner .mbanners{
        margin-top: 0;
    }
    .main8Box{
        margin-top: 50px;
    }
    .m8Box{
        background-color: rgb(233, 246, 252);
    }
    .m8Box h4{
        background-color: rgb(248, 182, 44);
        font-size: 32px;
        padding: 10px 40px;
    }
    .m8Box h4 a{
        font-size: 16px;
        float: right;
        /* color: white; */
        transform: translateY(10px);
    }
    .m8Box h4 a:hover{
        color: rgb(239, 239, 239);
    }
    .m8Box ul{
        padding: 30px;
        font-size: 21px;

    }
    .main8L .m8Box ul{
        padding-left: 40px;
    }
    .main8R .m8Box ul{
        padding-right: 40px;
    }
    .m8Box ul a{
        display: block;
        position: relative;
        padding-right: 130px;
    }
    .m8Box ul a:hover {
        color: rgb(243, 152, 0);
    }
    .m8Box ul a span{
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        color: rgb(160, 160, 160);
    }
    .m8Box ul a p{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .m8Box li{
        margin-bottom: 16px;
    }

    
/* 首页 */


/* 20200615 */
.m11ban,
.m12ban,
.m13ban,
.m3ban,
.m4ban,
.m5ban,
.m6ban,
.m16ban{
    padding-bottom: 40px;
}
.m11ban .m11pagin.swiper-pagination,
.m12ban .m12pagin.swiper-pagination,
.m13ban .m13pagin.swiper-pagination,
.m3ban .m3pagin.swiper-pagination,
.m4ban .m4pagin.swiper-pagination,
.m15ban .m15pagin.swiper-pagination,
.m5ban .m5pagin.swiper-pagination,
.m6ban .m6pagin.swiper-pagination,
.m16ban .m16pagin.swiper-pagination{
    bottom: 0px;
}
.mtip3{
    background-color: rgb(48, 48, 48);
    padding: 30px;
    display: none;
}
.mtip3 div{
    padding: 0px 10px;
}
.mtip3 img{
    display: block;
    max-width: 100%;
    width: 120px;
    margin: 0 auto;
}
.mtip3 div:nth-of-type(2) img{
    border: 8px solid white;
}

/* 20200703 */
.footers_{
    background-color: rgb(48, 51, 51);
}
.footers_1{
    max-width: 1550px;
    width: 1550px;
    margin: 0 auto;
    padding: 50px 0;
    color: white;
}
.footers_1 a{
    color: white;
}
.footers_1ltext{}
.footers_1ltext h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.footers_1ltext h4:nth-of-type(2){
    margin-top: 20px;
}
.footers_1ltext h5{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}
.footers_1rNav{
    /* padding-top: 30px; */
}
.footers_1rNav li{
    margin-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px 10px;
}
.footers_1Code{
    text-align: right;
}
.footers_1Code div{
    display: inline-block;
    margin-left: 20px;
}
.footers_1Code div img{
    width: 130px;
    height: 130px;
}
.footers_2{
    padding: 10px 20px;
    text-align: center;
    background-color: #666;
    color: white;
}
.footers_2 a{
    color: white;
}
.footers_1Code div:nth-of-type(2) img{
    border: 10px solid white;
}
.footers_ .footer_yq{
    max-width: 1550px;
    width: 1550px;
    margin: 0 auto;
    color: white;
    padding-bottom: 20px;
}
.footers_ .footer_yq a{
    color: white;
    margin-right: 10px;
}

@media (max-width: 1600px){
    .mbanners,
    .m3banner,
    .m4banner,
    .main5Box, 
    .main6, 
    .main8Box,
    .m2Box,
    .footers_1,
    .footers_ .footer_yq{
        width: 90%;
    }
}
.mb1Banner{
    display: none !important;
  }
@media (max-width:768px){
    .mb1Banner{
        display: block !important;
        width: 100%;
        height: 300px !important;
      }
      .pc1Banner{
        display: none !important;
      }
    .footers_ .footer_yq{
        display: none;
    }
    .headerPC{
        display: none;
    }
    .headerMB{
        display: block;
    }
    body{
        padding-top: 50px;
    }
    
    .mainTitle{
        padding-left: 16px;
        padding-right: 16px;
    }
    .mainTitle h4{
        font-size: 22px;
        font-weight: bold;
    }
    .mainTitle h4 span i{
        display: none;
    }
    .mainTitle h4 span i::after{
        width: 30px;
    }
    .mainTitle >p{
        font-size: 12px;
    }
    .mainTitle div {
        margin-top: 10px;
    }
    .mainTitle div >p {
        font-size: 12px;
        margin: 0;
    }
    .mainTitle-md div p{
        font-size: 14px;
        font-weight: bold;
        background-color: #e0e0e0;
        padding-top: 10px;
    }
    .mainTitle-md div >p::after {
        content: '';
        display: block;
        height: 5px;
        background-image: linear-gradient(to left,rgb(25, 130, 200), #ffffff, rgb(8, 100, 175));
        margin-top: 10px;
    }
    .morelink a{
        width: auto;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0px 20px;
        border-radius: 6px;
    }
    .bannerTip a{
        font-size: 14px;
        height: 40px;
        line-height:40px;
        min-width: 120px;
        margin: 0 5px;
        padding:0px 10px;
    }
    .main5Box .mainTitle {
        color: black;
    }
    .mtops{
        margin-top: 40px;
        background-image: none !important;
    }
    .mbanners, .m3banner{
        margin-top: 30px;
    }
    .m1Text{
        padding: 16px;
        font-size: 14px;
    }
    .main1Btn{
        margin: 40px 0;
    }
    .main2, .main4{
        padding-top: 40px;
    }
    .mtips{
        font-size: 16px;
        padding: 30px 16px;
        display: none;
    }
    .m3Cont h4{
        font-size: 20px;
    }
    .m3Cont p{
        font-size: 16px;
    }
    .m3Cont p:first-of-type{
        font-size: 14px;
    }
    .m3Cont p:nth-of-type(2){
        height: 54px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .m3Cont{
        padding: 16px 16px 40px;
    }
    .m3Cont div{
        margin-top: 14px;
        font-size: 16px;
    }
    .m3Cont div span{
        font-size: 24px;
    }
    .m3Cont img{
        bottom: 16px;
        right: 16px;
        width: 24px;
    }
    .m4Img{
        width: 300px;
        height: 300px;
    }
    .m4Img::before{
        width: 298px;
        height: 298px;
    }
    .m4Img div{
        width: 288px;
        height: 288px;
    }
    .m4Img::after{
        width: 304px;
        height: 304px;
    }
    .m4Cicon{
        position: static;
        width: 120px;
        /* margin-left: 10%; */
        margin: 0 auto;
        padding: 6px 10px 20px;
    }
    .m4Cicon h4{
        font-size: 20px;
    }
    .m4Cicon p{
        font-size: 14px;
    }
    .m4Cont{
        padding: 0;
        margin-top: 30px;
    }
    .m4Text{
        font-size: 16px;
        line-height: 30px;
        margin-top: 16px;
    }
    .main14{
        padding: 40px 0;
    }
    .m4banner{
        margin-bottom: 40px;
    }
    .main15 .m1BanBox {
        background: none;
    }
    .main14 .m1BanBox .m1Text,
    .main15 .m1BanBox .m1Text{
        font-size: 16px;
    }
    .m5List ul{
        justify-content: space-between;
    }
    .m5List li{
        -webkit-flex-basis: 48%;
        flex-basis: 48%;
        -webkit-flex-shrink: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        flex-grow: 0;
        margin-bottom: 20px;
    }
    .m5Box h4{
        margin: 16px 0px 10px;
    }
    .m5Box p{
        font-size: 14px;
        margin-bottom: 6px;
    }
    .main6,
    .m7Banner{
        padding: 40px 0;
        background-image: none !important;
    }
    .main8Box{
        margin-top: 30px;
        display: block;
        margin-bottom: 40px;
    }
    .m8Box h4{
        font-size: 18px;
        padding: 10px 16px;
    }
    .m8Box h4 a{
        transform: none;
    }
    .main8L .m8Box ul,
    .main8R .m8Box ul{
        padding: 16px;
    }
    .m8Box ul{
        font-size: 14px;
    }
    .m8Box ul a{
        padding-right: 80px;
    }
    .main8L {
        margin-bottom: 20px;
    }
    .m8Box ul a span{
        transform: none;
        top: 0;
        font-size: 12px;
    }
    .mtip2 {
        display: none;
    }
    .m2Box img{
        width: 100%;
        position: static;
    }
    .m2Box{
        padding: 0;
        margin-top: 30px;
    }
    .m2Cont{
        padding: 0;
        margin-top: 20px;
        min-height: auto;
    }
    .m2Cont1{
        font-size: 14px;
        line-height: 24px;
    }
    .m2Cont2::before{
        left: 50%;
        transform: translateX(-50%);
        height: 90px;
        top: -40px;
        width: 130px;
        display: none;
    }
    .m2Cont2{
        font-size: 16px;
        font-weight: bold;
        padding: 60px 20px 30px;
        border-radius: 0 0 8px 8px;
        margin-top: 20px;
        padding: 15px 0 10px 0;
        background-color: #e0e0e0;
        text-align: center;
        margin-bottom: 80px;
    }
    .m2Cont2::after {
        background-image: linear-gradient(to left,rgb(25, 130, 200), white, rgb(8, 100, 175));
        height: 10px;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }
    .m5List{
        display: none;
    }
    .m6text{
        font-size: 14px;
        padding: 14px 10px;
    }
    .mtip3{
        display: flex;
    }
    .footers_{
        display: none;
    }
    .swiper-pagination-bullet-active {
        background-color: #6b6b6b;
    }
    .m1BanBox {
        width: 170px;
        display: inline-block;
        background-color: unset;
    }
    .m1BanBox img{
        height: 170px;
        border-radius: 10px;
    }
    .m1Text {
        padding: 10px !important;
    }
    .m1Text h4 {
        font-weight: bold;
    }
    .m2Cont1 {
        display: none;
    }
    .mainTitle .underline {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .main3 a{
        border-radius: 0 !important;
    }
    .main3 .m3Cont {
        padding: 10px;
    } 
    .main3 .m3Cont h4 {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 0;
    }
    .main3 .m3Cont p {
        font-size: 12px;
        text-align: center;
        color: #999999;
    }
    .main3 .m3Cont p:nth-child(3) {
        color: black;
        height: unset;
    }
    .main3 .m3Cont div {
        font-size: 12px !important;
        color: rgb(243, 152, 0);
    }
    .main3 .m3Cont div span {
        font-size: 12px;
    }
    .main3 .m3Cont img{
        width: 17px;
        right: 10px;
        bottom: 10px;
    }
    .main4 .m4Img, .m4Img::before, .main4 .overimg  {
        height: 170px;
        width: 170px;
    }
    .main4 .m4Img::after {
        height: 170px !important;
        width: 170px !important;
        top: unset;
        left: unset;
    }
    .main4 .m4Cont {
        margin: 0;
    }
    .main4 .m4Cicon {
        background-image: unset !important;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: unset;
    }
    .main4 .m4Cicon h4 {
        margin-right: 10px;
    }
    .m4Text {
        padding: 30px 10px 0px;
        background-image: url(../image/box.png);
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
        top: -45px;
    }
    .m4Text p{
        font-size: 10px;
        line-height: 15px;
    }
    .m6Img {
        padding: 0;
        border-radius: 0 !important;
    }
    .main6 {
        margin: 0 !important;
        width: 100%;
    }
    .main6  .swiper-slide{
        width: 100% !important;
    }
    .main7 a{
        background: #f5f5f5;
    }
    .main7 .m1Img img{
        border-radius: 0 !important;
    }
    .main7 .m1Text h4 {
        font-size: 12px;
    }
    .m5MBBan-1 {
        display: block;
    }
    .m5MBBan-1 img{
        width: 100%;
    }
    .main15 .swiper-slide {
        display: block !important;
        width: 200px;
        transform: scale(.6);
        transition: .2s;
        position: relative;
        height: 300px;
    }
    .main15 .swiper-slide-next {
        z-index: 9999;
        transform: scale(1.2);
    }

    .main15 .swiper-slide a {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #e9e8e8;

    }
    .main15 .swiper-slide a .m1Img {
        height: 130px;
        width: 170px;
    }
    .main15 .swiper-slide a .m1Img img {
        border-radius: 0;
    }
    .main15 .swiper-slide a .m1Text h4{
        font-size: 12px;
        font-weight: bold;
    }
    .main15 .swiper-slide a .m1Text p{
        font-size: 12px;
        color: #999999;
    }
}