@charset "utf-8";
/* 
@font-face {
	font-family: "HarmonyOS_Sans_SC_Regular";
	src: url(../fonts/SourceHanSansCN-Regular.otf);
}
@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	src: url(../fonts/SourceHanSansCN-Light.otf);
}
@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	src: url(../fonts/SourceHanSansCN-Bold.otf);
}
@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	src: url(../fonts/SourceHanSansCN-Regular.otf);
}
@font-face {
	font-family: "RAJDHANI";
	src: url(../fonts/DINCond-Bold.ttf);
}
*{
    scroll-behavior: smooth;
    font-family: "HarmonyOS_Sans_SC_Regular";
}
分页 */
.Pages{
    display: table;
    width: auto;
    margin: 0 auto;
}
.Pages a{
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin: 0 10px;
    transition: all .5s;
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
.Pages em{
    font-style: initial;
}
.Pages .a_prev::before,
.Pages .a_next::before{
    content: '';
    width: 5px;
    height: 11px;
    background-image: url(../images/img41.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.Pages .a_prev::before{
    transform: translate(-50%,-50%) rotate(180deg);
}
.Pages a:hover,
.Pages a.a_cur{
    background: #417cf4;
    color: #fff;
}
.Pages .a_prev:hover::before,
.Pages .a_next:hover::before{
    background-image: url(../images/img42.png);
}
@media(max-width:991px){
    .Pages a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin: 0 5px;
    }
}
/* 视屏 */
#publicity-video {
    width: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

#publicity-video video {
    display: block;
}

.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.8);
}

.msg-box {
    width: 60%;
    height: 70%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.msg-box-div{
    width: 100%;
    height: 100%;
}
.msg-box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.msg-box .close-box {
    width: 30px;
    height: 30px;
    background: url("../images/img21.png") no-repeat center;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 3;
}
.msg-box .close-box:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fd::after {
    content: " ";
    display: block;
    clear: both;
}
.fd {
    zoom: 1;
}
.app{
    display: none;
}
.top_wapr{
    width: 100%;
    padding: 0 4.2%;
}
.container{
    width: 1600px;
    margin: 0 auto;
}
.wapr{
    width: 1230px;
    margin: 0 auto;
}
.wapr2{
    width: 1280px;
    margin: 0 auto;
}
@media(max-width:1680px){
    .container{
        width: 100%;
        padding: 0 8%;
    }
}
@media(max-width:1459px){
    .wapr2,
    .wapr{
        width: 100%;
        padding: 0 12%;
    }
}
@media(max-width:1220px){
    .wapr2,
    .top_wapr,
    .wapr,
    .container{
        width: 100%;
        padding: 0 30px;
    }
}
@media(max-width:768px){
    .wapr2,
    .top_wapr,
    .wapr,
    .container{
        width: 100%;
        padding: 0 15px;
    }
}

.swiper{overflow: hidden;}


/* 导航 */

.nav{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .5s;
    background: #fff;
}
.nav_con{
    width: 100%;
    position: relative;
}
.nav .logo{
    width: 344px;
    height: 100%;
    float: left;
    padding: 34px 0;
}
.nav .logo img{
    width: 100%;
    vertical-align: middle;
}
.nav .rig{
    float: right;
    height: 100px;
}
.nav .rig .category{
    float: left;
    position: relative;
}
.category-item{
    float: left;
    margin-right: 58px;
        position: relative;
}
.category-a{
    font-size: 18px;
    color: #333333;
    display: block;
    transition: all .5s;
    line-height: 100px;
}
.category-item.on .category-a,
.category-item:hover .category-a{
    color: #0070ef;
}
.category .two{
    position: absolute;
    width: 1080px;
    height: auto;
    top: 100%;
    left: -56px;
    background: #fff;
    display: none;
}
.category .category-item:hover .two{
    display: block;
}
.togglr{
    width: 25px;
    height: 20px;
    margin: 0 auto;
    margin-top: 16px;
    cursor: pointer;
    display: none;
    margin-left: 30px;
}
.togglr .icon_bar {
    width: 100%;
    height: 2px;
    background-color: #333;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
  
.togglr .icon_bar:nth-of-type(2) {
    margin: 6px 0;
}
  
.togglr.on .icon_bar:nth-of-type(2) {
    opacity: 0;
}
  
.togglr.on .icon_bar:first-child {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
}
  
.togglr.on .icon_bar:last-child {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    -ms-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg);
}


/* 自定义 */
.category_y{
    float: left;
}
.search{
    float: right;
    width: 20px;
    height: 100px;
    background-image: url(../images/img1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.search .div{
    width: 240px;
    height: 48px;
    background: #fff;
    position: absolute;
    top: 100%;
    right: -60px;
    padding-right: 58px;
    display: none;
}
.search:hover .div{
    display: block;
}
.search .div .inp_text{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333333;
    padding: 0 10px;
}
.search .div .inp_but{
    width: 58px;
    line-height: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0;
    background: #0173f0;
    cursor: pointer;
}
.language{
    height: 100%;
    margin-left: 54px;
    margin-right: 35px;
    float: right;
    position: relative;
    overflow: hidden;
}
.language .a{
    font-size: 18px;
    color: #333333;
    line-height: 100px;
}
.language .a i{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/img2.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -5px;
}
.language .a1{
    width: 100%;
    font-size: 18px;
    color: #333333;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: right;
    transition: all .5s;
}
.language:hover .a1{
    top: 70%;
}
.funct{
    float: right;
    height: 100px;
    padding-top: 25px;
}
.funct a{
    float: left;
    font-size: 18px;
    color: #0070ef;
    width: 120px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    background: #eaf0fc;
}
.funct a:nth-child(2){
    margin-left: 10px;
    color: #fff;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}
.template{
    margin-top: 100px;
}
.two .rq{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.two .lef{
      width: 24%;
    background: #f8f9fc;
    padding: 3.5%;
    padding-bottom: 4%;
}
.two .lef a{
    display: block;
    font-size: 16px;
    color: #333333;
    padding: 20px 0;
    border-bottom: 2px solid #ebebed;
    position: relative;
    transition: all .5s;
}
.two .lef a.on{
    color: #0070ef;
    border-bottom-color: #0070ef;
}
.two .lef a:first-child{
    padding-top: 0;
}
.two .lef a i{
    width: 7px;
    height: 13px;
    background-image: url(../images/img3.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s;
}
.two .lef a:first-child i{
    top: 28%;
}
.two .lef a.on i{
    opacity: 1;
}
.two .rq_rig{
    width: 76%;
    padding: 3.5%;
    padding-bottom: 4%;
}
.two .rq_rig .div{
    width: 100%;
    display: none;
}
.two .rq_rig .div.on{
    display: flex;
    flex-wrap: wrap;
}
.two .rq_rig .div1{
    width: 45.5%;
    padding-bottom: 12px;
    border-bottom: 2px solid #ebebed;
    padding-left: 70px;
    margin-right: 4.5%;
    margin-bottom: 5%;
    position: relative;
    transition: all .5s;
}
.two .rq_rig .div1:hover{
    border-bottom-color: #0070ef;
}
.two .rq_rig .div1:nth-child(2n){
    margin-right: 0;
}
.two .rq_rig .div1::before{
    content: '';
    width: 7px;
    height: 13px;
    background-image: url(../images/img3.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 0;
    opacity: 0;
    transition: all .5s;
}
.two .rq_rig .div1:hover::before{
    opacity: 1;
}
.two .rq_rig .div1 img{
    width: 59px;
    position: absolute;
    top: 0;
    left: 0;
}
.two .rq_rig .div1 .p1{
    font-size: 16px;
    color: #333333;
    line-height: 1;
    transition: all .5s;
}
.two .rq_rig .div1:hover .p1{
    color: #0070ef;
}
.two .rq_rig .div1 .p2{
    font-size: 14px;
    color: #666;
    font-family: "HarmonyOS_Sans_SC_Light";
    margin-top: 12px;
}
.two .rq_rig .div2{
    width: 100%;
}
.two .rq_rig .div2 .top{
    width: 100%;
    padding-bottom: 5%;
    border-bottom: 2px solid #ebebed;
}
.two .rq_rig .div2 .top_lef{
    width: 72%;
    float: left;
}
.two .rq_rig .div2 .top_lef .p1{
    font-size: 16px;
    color: #333333;
}
.two .rq_rig .div2 .top_lef .text{
    font-size: 14px;
    color: #666666;
    line-height: 2;
    margin: 4% 0;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.two .rq_rig .div2 .top_lef .p2{
    font-size: 14px;
    color: #333333;
}
.two .rq_rig .div2 .top_lef .p2 span{
    margin-left: 16px;
}
.two .rq_rig .div2 .top_rig{
    width: 28%;
    float: left;
}
.two .rq_rig .div2 .top_rig img{
    width: 100%;
}
.two .rq_rig .div2 a{
    font-size: 16px;color: #0274f1;
    margin-top: 24px;
    display: block;
}
.two .rq_rig .div2 a i{
    display: inline-block;
    width: 7px;
    height: 13px;
    background-image: url(../images/img3.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
}

@media(max-width:1760px){
    .category-item {
        margin-right: 20px;
    }
    .language {
        margin-left: 20px;
        margin-right: 20px;
    }
    .category .two{
        left: -50px;
            width: 910px;
    }

}
@media(max-width:1459px){
    /*  */
    .nav .logo {
        width: 260px;
        padding: 26px 0;
    }
    .nav .rig {
        height: 76px;
    }
    .category-a {
        font-size: 15px;
        line-height: 76px;
    }
    .search {
        width: 16px;
        height: 76px;
    }
    .language .a {
        font-size: 15px;
        line-height: 76px;
    }
    .language .a i {
        width: 18px;
        height: 18px;
        margin-bottom: -4px;
    }
    .language .a1 {
        font-size: 15px;
    }
    .funct a {
        font-size: 15px;
        width: 90px;
        line-height: 38px;
        border-radius: 38px;
    }
    .funct {
        height: 76px;
        padding-top: 19px;
    }
    .template {
        margin-top: 76px;
    }
    .search .div {
        width: 230px;
        height: 40px;
        right: -60px;
        padding-right: 58px;
    }
    .search .div .inp_text {
        font-size: 14px;
    }
    .search .div .inp_but {
        line-height: 40px;
        font-size: 14px;
    }
    .category .two {
        width: 760px;
        left: 0px;
    }
    .two .lef {
        padding: 3.5% 2%;
        padding-bottom: 4%;
    }
    .two .lef a {
        font-size: 13px;
        padding: 14px 0;
    }
    .two .rq_rig {
        padding: 3.5% 2%;
        padding-bottom: 4%;
    }
    .two .rq_rig .div2 .top_lef .p1 {
        font-size: 14px;
    }
    .two .rq_rig .div2 .top_lef .p2,
    .two .rq_rig .div2 .top_lef .text {
        font-size: 12px;
    }
    .two .rq_rig .div2 .top {
        padding-bottom: 3%;
    }
    .two .rq_rig .div2 a {
        font-size: 13px;
        margin-top: 12px;
    }
    .two .rq_rig .div2 a i {
        width: 6px;
        height: 11px;
        margin-left: 10px;
    }
    .two .rq_rig .div1 {
        padding-left: 54px;
    }
    .two .rq_rig .div1 img {
        width: 44px;
    }
    .two .rq_rig .div1 .p1 {
        font-size: 14px;
    }
    .two .rq_rig .div1 .p2 {
        font-size: 12px;
        margin-top: 8px;
    }
    .category-item {
        margin-right: 28px;
    }

}
@media(max-width:1260px){
    
    .nav .rig{
        height: auto;
    }
    .nav .rig .category{
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 60px;
        background: #fff;
        padding: 0 30px;
        padding-top: 30px;
        display: none;
    }
    .nav .rig .category::-webkit-scrollbar {
        width: 3px;
        background: #fff;
        border-radius:50px;
    }
    .nav .rig .category::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #fff;
    }
    .nav .rig .category_y{
        width: 100%;
        padding-bottom: 15px;
    }
    .category-item{
        width: 100%;
        position: relative;
        border-bottom: 1px solid #e0e0e0;
    }
    .category-a{
        margin-right: 0;
        line-height: 60px;
        display: inline-block;
        padding: 0;
    }
    .togglr{
        display: block;
        float: right;
        margin-top: 28px;
    }
    .nav .rig .category{
        height: calc(100% - 50px);
        overflow-y: auto;
    }
    .category-item{
        float: none;
    }
    .category .two{
        position: static;
        transform: translate(0);
        width: 100%;
        background: none;
    }
    .category .two a{
        text-align: left;
        line-height: 38px;
        padding-left: 15px;
    }

    /*  */
    .two .rq_rig{
        display: none;
    }
    .two .lef{
        width: 100%;
        padding: 10px;
    }
    .category .two a{
        padding-bottom: 0;
    }
    .search{
        width: 100%;
        background-image:none;
        height: 40px;
    }
    .search .div{
        width: 100%;
        display: block;
        position: static;
        border: 1px solid #0173f0;
    }
    .search .div .inp_but {
        height: 40px;
    }
    .language{
        height: auto;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .language .a1{
        position: static;
        margin-left: 20px;
    }
    .language .a {
        font-size: 14px;
        line-height: 24px;
    }
    .funct{
        width: 100%;
        text-align: center;
        height: auto;
        padding-top: 0;
    }
    .funct a{
        float: none;
        display: inline-block;
    }

}
@media(max-width:768px){
    .togglr {
        margin-left: 16px;
    }
    .nav .rig .category{
        padding: 20px 15px;
        padding-bottom: 60px;
    }
    /*  */
    .nav .logo {
        width: 199px;
        padding: 20px 0;
    }
    .funct a {
        font-size: 12px;
        width: 70px;
        line-height: 26px;
        border-radius: 26px;
    }
    .template {
        margin-top: 60px;
    }
    .togglr {
        margin-top: 20px;
    }
    .category .category-item:hover .two {
        display: none;
    }
    .category-a {
        line-height: 50px;
    }
    .two .lef{
        background: #fff;
        padding: 0;
    }
    .two .lef a{
        border-bottom: 1px solid #e0e0e0;
    }
    .two .lef a.on {
        color: #333;
        border-bottom-color: #e0e0e0;
    }
    .two .lef a.on i{
        display: none;
    }
    .two .lef a:last-child{
        border-bottom:none;   
    }
}
@media(max-width:500px){
    .togglr {
        margin-left: 8px;
    }
    /*  */

    .nav .logo {
        width: 260px;
        padding: 18px 0;
    }

}


/* 底部 */
.foot{
    width: 100%;
    padding-top: 3.4%;
    padding-bottom: 4.2%;
    background: #091d39;
}
.foot .top{
    width: 100%;
}
.foot .lef{
    width: 23.5%;
    float: left;
}
.foot .lef .ig{
    width: 57.7%;
    display: block;
}
.foot .lef .div{
    width: 100%;
    padding-top: 10.3%;
    padding-bottom: 5%;
}
.foot .lef .div .p{
    font-size: 18px;
    color: #848e9c;
    margin-bottom: 3.6%;
}
.foot .lef .div .p span{
    font-size: 20px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #fff;
}
.foot .lef .div1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.foot .lef .div2{
    width: 29.5%;
    margin-right: 5.75%;
}
.foot .lef .div2:nth-child(3){
    margin-right: 0;
}
.foot .lef .div2 img{
    width: 100%;
}
.foot .lef .div2 p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.foot .con{
    width: 36.3%;
    display: flex;
    flex-wrap: wrap;
    float: left;
    margin-left: 9%;
    margin-right: 1.1%;
}
.foot .con .div{
    width: 33.333%;
    margin-bottom: 4.5%;
}
.foot .con .a{
    font-size: 20px;
    color: #fff;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.foot .con .div1{
    width: 100%;
    margin-top: 14px;
}
.foot .con .div1 a{
    font-size: 16px;
    color: #848e9c;
    line-height: 2;
    display: block;
    transition: all .5s;
}
.foot .con .div1 a:hover{
    color: #fff;
}
.foot .rig{
    width: 30.1%;
    float: left;
}
.foot .rig .div{
    width: 100%;
}
.foot .rig .div .div1{
    width: 31.5%;
    margin-right: 2.75%;
    float: left;
}
.foot .rig .div .div1:nth-child(3){
    margin-right: 0;
}
.foot .rig .div .div1 img{
    width: 100%;
}
.foot .rig .div .div1 .p{
    font-size: 16px;
    color: #848e9c;
    line-height: 1.5;
    margin-top: 9%;
    padding-left: 12px;
}
.foot .rig .div2{
    width: 100%;
    padding-top: 10.5%;
    font-size: 16px;
    line-height: 1.5;
    color: #848e9c;
    text-align: right;
}
.foot .bot{
    width: 100%;
    font-size: 16px;
    color: #848e9c;
}
.foot .bot a{
    font-size: 16px;
    color: #848e9c;
    display: inline-block;
    padding-right: 40px;
    position: relative;
    transition: all .5s;
}
.foot .bot a:hover{
    color: #fff;
}
.foot .bot a::before{
    content: '';
    width: 1px;height: 12px;
    background: #22344d;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.foot .bot a:last-child{
    padding-right: 0;
}
.foot .bot a:last-child::before{
    display: none;
}

/* 浮窗 */
.kf{
    width: 140px;
    background: #eaf0fc;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 20%;
    display: none;
}
.kf.l_kf{
    left: 0;
}
.kf .div{
    width: 100%;
    background-image: url(../images/img6.png);
    background-size: cover;
    background-position: center;
    padding: 22px 0;
    text-align: center;
    
    font-size: 18px;
    color: #ffffff;
        display: block;
}
.kf .div .p2{
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.kf .div1{
    width: 100%;
    position: relative;
    border-bottom: 1px solid #fff;
}
.kf .div1:last-child{
    border-bottom:none;
}
.kf .div1 a{
    display: block;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    color: #000000;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}
.kf .div1 a:hover{
    color: #0071ef;
}
.kf .div1 a span{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -6px;
    margin-right: 5px;
}
.kf .div1.ys a span{
    background-image: url(../images/img7.png);
}
.kf .div1.zx a span{
    background-image: url(../images/img8.png);
}
.kf .div1.db a span{
    background-image: url(../images/img9.png);
}
.kf .div1.wm a span{
    background-image: url(../images/img10.png);
}
.kf .div1.sy a span{
    background-image: url(../images/img11.png);
}
.kf .div1.ch a span{
    background-image: url(../images/img12.png);
}
.kf .div1.yx a span{
    background-image: url(../images/img13.png);
}




@media(max-width:1680px){
    .foot .lef .div .p {
        font-size: 14px;
    }
    .foot .lef .div .p span {
        font-size: 16px;
    }
    .foot .lef .div2 p {
        font-size: 12px;
        margin-top: 8px;
    }
    .foot .con .a {
        font-size: 16px;
    }
    .foot .con .div1 a {
        font-size: 14px;
    }
    .foot .rig .div .div1 .p {
        font-size: 12px;
        padding-left: 10px;
    }
    .foot .rig .div2 {
        font-size: 12px;
    }
    .foot .bot a,
    .foot .bot {
        font-size: 14px;
    }
    .foot .bot a {
        padding-right: 30px;
    }
    .foot .bot a::before {
        right: 15px;
    }
    .kf {
        width: 100px;
    }
    .kf .div {
        padding: 16px 0;
        font-size: 12px;
    }
    .kf .div1 a {
        line-height: 44px;
        font-size: 13px;
    }
    .kf .div1 a span {
        width: 18px;
        height: 18px;
        margin-bottom: -4px;
        margin-right: 2px;
    }
    
}
@media(max-width:991px){
    .foot{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .foot .lef {
        width: 40%;
    }
    .foot .con{
        width: 50%;
        margin-left: 10%;
        margin-right: 0;
    }
    .foot .rig{
        width: 60%;
        float: right;
    }
    .foot .bot{
        margin-top: 20px;
    }
      .kf{
        display: block !important ;
    }
    .kf.l_kf{
        display: none !important;
    }
}
@media(max-width:768px){
    .foot .lef{
        width: 100%;
    }
    .foot .con{
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .foot .rig{
        width: 100%;
    }

}
@media(max-width:500px){
    .foot .lef .ig {
        width: 140px;
    }
    .foot .lef .div{
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .foot .lef .div .p {
        margin-bottom: 5px;
    }
    .foot .con .div1 {
        margin-top: 6px;
    }
    .foot .con .div1 a {
        line-height: 1.6;
    }
    .foot .con {
        margin-top: 22px;
    }
    .foot .rig .div .div1 .p {
        padding-left: 0;
        margin-top: 0;
    }
    .foot .rig .div2{
        padding-top: 20px;
        text-align: left;
    }
    .foot .bot {
        margin-top: 12px;
    }
    .foot .bot span{
        display: block;
    }
    .foot .bot a {
        padding-right: 14px;
        font-size: 12px;
    }
    .foot .bot a::before {
        right: 5px;
    }
}


/* banner */
.banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner .anim {
    position: absolute;
    width: 57.81%;
    right: 8.33%;
    top: 8%;
}
.banner .bj{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.banner .rq{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner .rq .p1{
    font-size: 48px;
    color: #2b2c2d;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.banner .rq .p2{
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    margin-top: 1.5%;
    margin-bottom: 3%;
}
.banner .rq .div1{
    width: 100%;
}
.banner .rq .div1 a{
    float: left;
    font-size: 18px;
    color: #0070ef;
    line-height: 60px;
    border-radius: 60px;
    width: 160px;
    text-align: center;
    background: #ffffff;
    margin-right: 10px;
}
.banner .rq .div1 a:first-child{
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    color: #fff;
}
.banner .swiper-pagination{
    width: 1600px;
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
}
.swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    opacity: 1 !important;
    margin: 0 !important;
    margin-right: 10px !important;
}
.swiper-pagination-bullet-active{
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}

.sy_con1{
    width: 100%;
    padding-top: 6.8%;
    padding-bottom: 3.5%;
    position: relative;
    z-index: 10;
}
.sy_con1 .rq{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}
.sy_con1 .rq .div{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 2.8% 0;
    background: #fff;
}
.sy_con1 .rq .div1{
    width: 25%;
    float: left;
    display: flex;
    justify-content: center;
    position: relative;
}
.sy_con1 .rq .div1::before{
    content: '';
    width: 1px;
    height: 100%;
    background: #eeeeee;
    position: absolute;
    right: 0;
    top: 0;
}
.sy_con1 .rq .div1:last-child::before{
    display: none;
}
.sy_con1 .rq .div1 .p1{
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}
.sy_con1 .rq .div1 .p2{
    font-size: 48px;
    color: #0070ef;
    line-height: 1;
    position: relative;
}
.sy_con1 .rq .div1 .p2 em{
    font-size: 16px;
    position: absolute;
    top: 0;
    font-style: initial;
    margin-left: 14px;
}
.sy_con1 .rq .div1 .p2 .sp{
    font-size: 16px;
    color: #0070ef;
    margin-left: 14px;
}
.sy_con1 .rq1{
    width: 100%;
}
.sy_con1 .rq2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sy_con1 .rq2 .div{
    width: 23.75%;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 1.875%;
}
.sy_con1 .rq2 .div:nth-child(3){
    margin-right: 0;
}
.sy_con1 .rq2 .div .top{
    width: 100%;
    padding-bottom: 51.58%;
    background-image: url(../images/img4.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.sy_con1 .rq2 .div .top img{
    max-width: 87%;
    max-height: 87%;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.sy_con1 .rq2 .div:hover .top img{
    transform: translate(-50%,-50%) scale(1.05);
}
.sy_con1 .rq2 .div .bot{
    width: 100%;
    padding: 7.4%;
    padding-bottom: 10.5%;
}
.sy_con1 .rq2 .div .bot .p1{
    font-size: 24px;
    color: #333333;
    line-height: 1.25;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sy_con1 .rq2 .div .bot .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-top: 7%;
    margin-bottom: 6%;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dow{
    display: block;
    width: 160px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    font-size: 18px;
    color: #ffffff;
}
.dow i{
    display: inline-block;
    width: 24px;
    height: 21px;
    background-image: url(../images/img5.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -4px;
    margin-right: 10px;
}
.sy_con1 .rq2 .div:first-child{
    width: 48.75%;
    border-radius: 8px;
}
.sy_con1 .rq2 .div:first-child a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.sy_con1 .rq2 .div:first-child .top{
    width: 42.9%;
    height: 100%;
    padding-bottom: 0;
    background-image: none;
}
.sy_con1 .rq2 .div:first-child .bot{
    width: 57.1%;
}
.sy_con1 .rq2 .div:first-child .bot .p2{
    -webkit-line-clamp: 3;
    margin-bottom: 28%;
}
.sy_con1 .rq2 .div .top p{
    font-size: 16px;
    color: #ffffff;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 30px;
}

.sy_con2{
    width: 100%;
    background: #f7faff;
    padding: 3.7% 0;
}
.bt{
    width: 100%;
    text-align: center;
}
.bt .p1{
    font-size: 30px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.bt .p2{
    font-size: 18px;
    color: #333333;
    margin-top: 22px;
    line-height: 1.7;
}
.sy_con2 .rq{
    width: 100%;
    padding-top: 25px;
}
.sy_con2 .rq .top{
    width: 100%;
    padding: 0 10%;
    margin-bottom: 15px;
    text-align: center;
}
.sy_con2 .rq .top img{
    width: 80px;
    display: block;
    margin: 0 auto;
}
.sy_con2 .rq .top p{
    font-size: 20px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 7.4%;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}
.sy_con2 .rq .top p::before{
    content: '';
    width: 0%;
    height: 2px;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}
.sy_con2 .rq .top .swiper-slide{
    cursor: pointer;
}
.sy_con2 .rq .top .swiper-slide-thumb-active p::before{
    width: 100%;
}
.sy_con2 .rq .bot{
    width: 100%;
}
.sy_con2 .rq .bot .div{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;    margin-top: 3%;    padding-bottom: 5%;
}
.sy_con2 .rq .bot .div .lef{
    width: 43.49%;text-align:right;
}
.sy_con2 .rq .bot .div .lef img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.sy_con2 .rq .bot .div .rig{
    /* width: 45.8%;*/
    padding-left: 5%;
}
.sy_con2 .rq .bot .div .wudi-mySwiper {
    width: 56.5%;overflow: hidden;
}
.sy_con2 .rq .bot .p1{
    font-size: 14px;
    color: #ffffff;
    width: auto;
    line-height: 25px;
    background: #0e86f4;
    text-align: center;
    border-radius: 3px;
    padding: 0 3px;
    display: inline-block;
}
.sy_con2 .rq .bot .p2{
    font-size: 24px;
    color: #333333;
    padding-bottom: 3.6%;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-left: 15px;
    position: relative;
}
.sy_con2 .rq .bot .p2::before{
    content: '';
    width: 6px;
    height: 6px;
    background: #0e86f4;
    position: absolute;
    top: 14px;
    left: 0;
}
.sy_con2 .rq .bot .p3{
    font-size: 18px;
    color: #333333;
    margin: 3.6% 0;
}
.sy_con2 .rq .bot .p4{
    width: 100%;
}
.sy_con2 .rq .bot .p4 span{
    float: left;
    font-size: 16px;
    color: #999999;
    padding: 0 3.5%;
    line-height: 33px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.sy_con2 .rq .bot .p4 span:last-child{
    margin-right: 0;
}
.sy_con2 .rq .bot .div1{
    width: 100%;
    margin-top: 5.8%;
}
.anniu{
    font-size: 18px;
    color: #0070ef;
    background: #ffffff;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    float: left;
    margin-right: 10px;
    transition: all .5s;
}
.anniu.c_anniu{
    color: #fff;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}
.sy_con3{
    width: 100%;
    padding: 3.5% 0;
}
.sy_con3 .rq{
    width: 100%;
    padding-top: 22px;
}
.sy_con3 .rq .top{
    width: 100%;
    text-align: center;
}
.sy_con3 .rq .top img{
    width: 59px;
    display: block;
    margin: 0 auto;
}
.sy_con3 .rq .top p{
    font-size: 20px;
    color: #555555;
    margin-top: 7.4%;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}
.sy_con3 .rq .top p::before{
    content: '';
    width: 0%;
    height: 2px;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}
.sy_con3 .rq .top .swiper-slide{
    cursor: pointer;
    width: auto !important;
    min-width: 80px;
    margin-right: 8.8%;
}
.sy_con3 .rq .top .swiper-slide-thumb-active p::before{
    width: 100%;
}
.sy_con3 .rq .bot{
    width: 100%;
}
.sy_con3 .rq .bot .div{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    margin-top:5%;
}
.sy_con3 .rq .bot .lef{
    width: 42%;
}
.sy_con3 .rq .bot .rig{
    width: 58%;
}
.sy_con3 .rq .bot .rig img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.sy_con3 .rq .bot .p1{
    font-size: 36px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.sy_con3 .rq .bot .p2{
    font-size: 18px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 12px;
    margin-bottom: 7%;
}
.sy_con3 .rq .bot a{
    display: block;
    font-size: 18px;
    color: #ffffff;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}
.sy_con4{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3.5%;
    padding-bottom: 3.8%;
}
.sy_con4 .bt .p1,
.sy_con4 .bt .p2{
    color: #fff;
}
.sy_con4 .rq{
    width: 100%;
}
.sy_con4 .rq .top{
    width: 100%;
    padding: 3.4% 0;
}
.sy_con4 .rq .top p{
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    height: 48px;
    line-height: 48px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 5px 5px 0 0;
    text-align: center;
    position: relative;
}
.sy_con4 .rq .top p::before{
    content: '';
    width: calc(100% + 2px);
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: -1px;
}
.sy_con4 .rq .top .swiper-slide{
    cursor: pointer;
}
.sy_con4 .rq .top .swiper-slide-thumb-active p{
    background: #fff;
    color: #0070ef;
}
.sy_con4 .rq .top .swiper-slide-thumb-active p::before{
    background: #0271ef;
}
.sy_con4 .rq .bot{
    width: 100%;
}
.sy_con4 .rq1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sy_con4 .rq1 .lef{
    width: 13.75%;
    border-radius: 8px;
    overflow: hidden;
    background: #308bef;
}
.sy_con4 .rq1 .lef .p{
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    padding: 0 7.5%;
}
.sy_con4 .rq1 .lef .p.on{
    background: #0070ef;
}
.sy_con4 .rq1 .rig{
    width: 82%;
}
.sy_con4 .rq2{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}
.sy_con4 .rq2.on{
    display: flex;
}
.sy_con4 .rq2 .r_lef{
    width: 69%;
    padding-top: 16px;
}
.sy_con4 .rq2 .r_lef .p1{
    font-size: 30px;
    color: #ffffff;
}
.sy_con4 .rq2 .r_lef .p2{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.666;
    margin-top: 2.9%;
}
.sy_con4 .rq2 .r_lef .div{
    width: 100%;
    padding: 4% 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    display: flex;
    justify-content: space-between;
}
.sy_con4 .rq2 .r_lef .div img{
    width: 60px;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.sy_con4 .rq2 .r_lef .div p{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: 14px;
}
.sy_con4 .rq2 .r_lef .div1:hover img{
    transform: translateY(-10px);
}
.sy_con4 .rq2 .r_lef .div2{
    width: 100%;
    margin-top: 5.6%;
}
.sy_con4 .rq2 .r_lef .div2 .anniu:nth-child(2){
    color: #fff;
    background: none;
    border: 1px solid #fff;
}
.sy_con4 .rq2 .r_rig{
    width: 26%;
    border-radius: 8px;
    background: #2c87ea;
    overflow: hidden;
}
.sy_con4 .rq2 .r_rig .p{
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    background: #0070ef;
    text-align: center;
}
.sy_con4 .rq2 .r_rig .div{
    width: 100%;
    padding: 18% 9%;
}
.sy_con4 .rq2 .r_rig .div1{
    width: 28.6%;
    padding-bottom: 28.6%;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-right: 7.1%;
    float: left;
}
.sy_con4 .rq2 .r_rig .div1:nth-child(3n){
    margin-right: 0;
}
.sy_con4 .rq2 .r_rig .div1:nth-child(n+4){
    margin-top: 7.1%;
}
.sy_con4 .rq2 .r_rig .div1 img{
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.sy_con4 .rq2 .r_rig .div1:hover img{
    transform: translate(-50%,-50%) scale(1.1);
}

/* sy_con5 */
.sy_con5{
    width: 100%;
    padding: 3.7% 0;
    background: #f7faff;
}
.sy_con5 .rq{
    width: 100%;
    padding-top: 26px;
}
.sy_con5 .rq .top{
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
}
.sy_con5 .rq .top img{
    width: 97px;
    display: block;
    margin: 0 auto;
}
.sy_con5 .rq .top p{
    font-size: 20px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 4%;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}
.sy_con5 .rq .top p::before{
    content: '';
    width: 0%;
    height: 2px;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}
.sy_con5 .rq .top .swiper-slide{
    cursor: pointer;
}
.sy_con5 .rq .top .swiper-slide-thumb-active p::before{
    width: 100%;
}
.sy_con5 .rq .bot{
    width: 100%;
}
.sy_con5 .rq .bot .div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sy_con5 .rq .bot .lef{
    width: 59.6%;
}
.sy_con5 .rq .bot .lef img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    min-height: 400px
}
.sy_con5 .rq .bot .rig{
    width: 34.8%;
}
.sy_con5 .rq .bot .rig p{
    font-size: 18px;
    color: #333333;
    float: left;
    padding-left: 30px;
    position: relative;
    width: 46.3%;
    padding-right: 15px; margin-top: 5%;
}
.sy_con5 .rq .bot .rig p:nth-child(2n){
    width: 53.7%;
    padding-right: 0;
}
 .fenk {
     display: flex; 
    width:100%;
    /* margin-top: 5%; */
}

.fenk a {
    
    padding: 10px 20px;
  
    margin-right: 4%;
    border-radius: 5px;
    display: inline-block;
    margin-top: 7%;
    color: #0070ef;
    font-size: 18px;
    color: #0070ef;
    background: #ffffff;
    line-height: 1.5;
    border-radius: 50px;
    text-align: center;
    float: left;
    margin-right: 10px;
    transition: all .5s;
}
 .fenk a:nth-child(1) {
    color: #fff;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}
.sy_con5 .rq .bot .rig .pua {
    width: 100%;
    display: block;
    font-size: 36px;
    margin-bottom: 20px;color: #000;
}
.sy_con5 .rq .bot .rig p:nth-child(n+3){
    /*margin-top: 8%;*/
}
.sy_con5 .rq .bot .rig p::before{
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../images/img14.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}

.sy_con6{
    width: 100%;
    padding-top: 3.6%;
    background-image: url(../images/img15.jpg);
    background-size: cover;
    background-position: center top;
}
.sy_con6 .bt .p1,
.sy_con6 .bt .p2{
    color: #fff;
}
.sy_con6 .rq{
    width: 100%;
    padding-top: 50px;
    position: relative;
}
.sy_con6 .rq1{
    width: 100%;
    position: relative;
}
.sy_con6 .rq .bj{
    width: 89.44%;
    display: block;
    margin: 0 auto;
}
.sy_con6 .rq .emi{
    width: 78%;
    padding-bottom: 26.56%;
    position: absolute;
    top: 45%;
    left: 49.5%;
    transform: translate(-50%,-50%);
}
.sy_con6 .rq .emi .ig{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(../images/img16.png);
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sy_con6 .rq .emi .p{
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    top: 37%;
    left: 38%;
    transform: translate(-50%,-50%);
}
.sy_con6 .rq2{
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 3%;
}
.sy_con6 .rq2.lef{
    left: 0;
}
.sy_con6 .rq2 .p{
    font-size: 18px;
    color: #ffffff;
}
.sy_con6 .rq2 .div{
    width: 100%;
    margin-top: 50px;
}
.sy_con6 .rq2 .div .p1{
    font-size: 42px;
    color: #ffffff;
    line-height: 1;
    position: relative;
}
.sy_con6 .rq2 .div .p1 span{
    font-size: 48px;
    line-height: 1;
}
.sy_con6 .rq2 .div .p1 i{
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: 0;
    font-style: initial;
    margin-left: 5px;
}
.sy_con6 .rq2 .div .p2{
    font-size: 18px;
    color: #ffffff;
    margin-top: 3px;
}
.sy_con7{
    width: 100%;
    padding-top: 3.6%;
    padding-bottom: 3.5%;
    background: #f7faff;
}
.sy_con7 .rq{
    width: 100%;
    padding-top: 30px;
}
.sy_con7 .rq .top{
    width: 100%;
    padding: 0 6.15%;
    margin-bottom: 25px;
    text-align: center;
}
.sy_con7 .rq .top img{
    width: 97px;
    display: block;
    margin: 0 auto;
}
.sy_con7 .rq .top p{
    font-size: 20px;
    color: #000000;
    margin-top: 4%;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}
.sy_con7 .rq .top p::before{
    content: '';
    width: 0%;
    height: 2px;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}
.sy_con7 .rq .top .swiper-slide{
    cursor: pointer;
}
.sy_con7 .rq .top .swiper-slide-thumb-active p::before{
    width: 100%;
}
.sy_con7 .rq .bot{
    width: 100%;
    padding: 0 6.9%;
    position: relative;
}
.sy_con7 .rq .bot .div{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sy_con7 .rq .bot .lef{
    width: 42.4%;
}
.sy_con7 .rq .bot .lef img{
    width: 52%;
    display: block;
    margin: 0 auto;
}
.sy_con7 .rq .bot .rig{
    width: 57.6%;
    padding: 4% 10%;
    padding-left: 3.5%;
    position: relative;
}
.sy_con7 .rq .bot .rig::after,
.sy_con7 .rq .bot .rig::before{
    content: '';
    width: 59px;
    height: 51px;
    background-image: url(../images/img17.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 8%;
    right: 7%;
    transform: rotate(180deg);
}
.sy_con7 .rq .bot .rig::before{
    top: 8%;
    left: -30px;  
    transform: rotate(0deg);
}
.sy_con7 .rq .bot .rig .p1{
    font-size: 26px;
    color: #333333;
}
.sy_con7 .rq .bot .rig .p2{
    font-size: 18px;
    color: #999999;
    line-height: 1.5555;
    margin-top: 4%;
    margin-bottom: 5%;
}
.sy_con7 .rq .bot .rig .div1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sy_con7 .rq .bot .rig .p3{
    font-size: 32px;
    color: #57b2f1;
}
.sy_con7 .rq .bot .rig .p3 span{
    font-size: 18px;
}
.sy_con7 .rq .bot .rig .p4{
    font-size: 18px;
    color: #555555;
}
.sy_con7 .swiper-button-prev,
.sy_con7 .swiper-button-next{
    width: 50px;
    height: 50px;
    background-image: url(../images/img18.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    opacity: 1;
}
.sy_con7 .swiper-button-prev{
    transform: translateY(-50%) rotate(180deg);
    left: 0;
}

.sy_con8{
    width: 100%;
    padding-top: 3.2%;
    padding-bottom: 3.45%;
}
.sy_con8 .rq{
    width: 100%;
    padding-top: 36px;
}
.sy_con8 .rq .div{
    width: 15%;
    margin-right: 2%;
    margin-top: 1.4%;
    padding-bottom: 7.5%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    float: left;
}
.sy_con8 .rq .div:nth-child(6n){
    margin-right: 0;
}
.sy_con8 .rq .div img{
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.sy_con8 .rq .div:hover img{
    transform: translate(-50%,-50%) scale(1.1);
}
.sy_con8 .a{
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #ffffff;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    text-align: center;
    margin-top: 3%;
}

.sy_con9{
    width: 100%;
    background: #f7faff;
    padding-top: 3.2%;
    padding-bottom: 3.6%;
}
.sy_con9 .rq{
    width: 100%;
    margin-top: 2.8%;
    padding: 0 5%;
}
.sy_con9 .rq .div{
    width: 25%;
    float: left;
}
.sy_con9 .rq .div img{
    width: 120px;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.sy_con9 .rq .div p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 15px;
}
.sy_con9 .rq .div:hover img{
    transform: translateY(-10px);
}

.sy_con10{
    width: 100%;
    padding: 3.6% 0;
}
.lef_bt{
    text-align: left;
}
.sy_con10 .rq{
    width: 100%;
    padding-top: 20px;
}
.sy_con10 .rq .top{
    width: 100%;
}
.sy_con10 .rq .top .lef{
    width: 27.13%;
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 1.666;
}
.sy_con10 .rq .top .rig{
    width: 72.87%;
    float: right;
    text-align: right;
}
.sy_con10 .rq .top .rig span{
    display: inline-block;
    font-size: 20px;
    color: #333333;
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    background: #f2f7fc;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
}
.sy_con10 .rq .top .rig span:last-child{
    margin-right: 0;
}
.sy_con10 .rq .top .rig span.on{
    color: #fff;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}
.sy_con10 .rq .bot{
    width: 100%;
    margin-top: 3.3%;
}
.sy_con10 .rq .bot .rq1{
    display: none;
}
.sy_con10 .rq .bot .rq1.on{
    display: block;
}
.sy_con10 .rq .bot .lef{
    width: 41.3%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.sy_con10 .rq .bot .lef img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.sy_con10 .rq .bot .lef:hover img{
    transform: scale(1.05);
}
.sy_con10 .rq .bot .lef p{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #ffffff;
    line-height: 66px;
    padding: 0 4.3%;
    background: rgba(0,0,0,.5);

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.sy_con10 .rq .bot .rig{
    width: 52.75%;
    float: right;
}
.sy_con10 .rq .bot .rig .div{
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 3% 0;
    position: relative;
}
.sy_con10 .rq .bot .rig .div:first-child{
    padding-top: 0;
}
.sy_con10 .rq .bot .rig .div1{
    width: 80px;
    border: 1px solid #f0f0f0;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 12px;
    float: left;
}
.sy_con10 .rq .bot .rig .div2{
    width: calc(100% - 98px);
    float: right;
}
.sy_con10 .rq .bot .rig .div1 .p1{
    font-size: 30px;
    color: #333333;
}
.sy_con10 .rq .bot .rig .div1 .p2{
    font-size: 14px;
    color: #333333;
}
.sy_con10 .rq .bot .rig .div .p3{
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
    padding-top: 10px;
    transition: all .5s;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.sy_con10 .rq .bot .rig .div:hover .p3{
    color: #0070ef;
}
.sy_con10 .rq .bot .rig .div .p4{
    font-size: 16px;
    color: #333333;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.sy_con10 .rq .bot .rig .a{
    display: inline-block;
    font-size: 18px;
    color: #333333;
    border-bottom: 2px solid #0070ef;
    margin-top: 6%;
    transition: all .5s;
}
.sy_con10 .rq .bot .rig .a:hover{
    color: #0070ef;
}

.sy_con11{
    width: 100%;
    padding: 3% 0;
    background-image: url(../images/img19.jpg);
    background-size: cover;
    background-position: center;
}
.sy_con11 .bt .p1,
.sy_con11 .bt .p2{
    color: #fff;
}
.sy_con11 a{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #0070ef;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    margin-top: 2.5%;
}
@media(max-width:1680px){
    .banner .swiper-pagination{
        width: 100%;
        padding: 0 8%;
    }
}
@media(max-width:1459px){
    .banner .rq .p1 {
        font-size: 36px;
    }
    .banner .rq .p2 {
        font-size: 18px;
    }
    .banner .rq .div1 a {
        font-size: 14px;
        line-height: 44px;
        border-radius: 44px;
        width: 120px;
    }
    .sy_con1 .rq .div1 .p1 {
        font-size: 14px;
    }
    .sy_con1 .rq .div1 .p2 {
        font-size: 36px;
    }
    .sy_con1 .rq .div1 .p2 em {
        font-size: 14px;
        margin-left: 7px;
    }
    .sy_con1 .rq .div1 .p2 .sp {
        font-size: 13px;
        margin-left: 7px;
    }
    .sy_con1 .rq2 .div .bot .p1 {
        font-size: 18px;
    }
    .sy_con1 .rq2 .div .bot .p2 {
        font-size: 14px;
        margin-top: 6%;
        margin-bottom: 6%;
    }
    .dow {
        width: 120px;
        height: 36px;
        border-radius: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .dow i {
        width: 18px;
        height: 16px;
        margin-bottom: -3px;
        margin-right: 6px;
    }
    .sy_con1 .rq2 .div .top p {
        font-size: 14px;
        width: 70px;
        height: 24px;
        line-height: 24px;
        border-radius: 30px;
        top: 15px;
        left: 20px;
    }
    .bt .p1 {
        font-size: 26px;
    }
    .bt .p2 {
        font-size: 15px;
        margin-top: 14px;
    }
    .sy_con2 .rq .top img {
        width: 60px;
    }
    .sy_con2 .rq .top p {
        font-size: 15px;
        padding-bottom: 6px;
    }
    .sy_con2 .rq .bot .p1 {
        font-size: 12px;
        line-height: 22px;
    }
    .sy_con2 .rq .bot .p2 {
        font-size: 18px;
        margin-top: 10px;
        padding-left: 12px;
    }
    .sy_con2 .rq .bot .p2::before {
        width: 5px;
        height: 5px;
        top: 11px;
    }
    .sy_con2 .rq .bot .p3 {
        font-size: 16px;
    }
    .sy_con2 .rq .bot .p4 span {
        font-size: 14px;
        padding: 0 3%;
        line-height: 28px;
        margin-right: 7px;
        margin-bottom: 10px;
    }
    .anniu {
        font-size: 14px;
        width: 114px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        margin-right: 10px;
    }
    .sy_con3 .rq .top img {
        width: 46px;
    }
    .sy_con3 .rq .top p{
        font-size: 15px;
        padding-bottom: 6px;
    }
    .sy_con3 .rq .top .swiper-slide {
        margin-right: 7%;
    }
    .sy_con3 .rq .bot .p1 {
        font-size: 26px;
    }
    .sy_con3 .rq .bot .p2 {
        font-size: 15px;
        margin-top: 10px;
    }
    .sy_con3 .rq .bot a {
        font-size: 14px;
        width: 150px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
    }
    .sy_con4 .rq .top p {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .sy_con4 .rq1 .lef .p {
        font-size: 14px;
        line-height: 46px;
    }
    .sy_con4 .rq2 .r_lef .p1 {
        font-size: 24px;
    }
    .sy_con4 .rq2 .r_lef .p2 {
        font-size: 14px;
    }
    .sy_con4 .rq2 .r_lef .div img {
        width: 48px;
    }
    .sy_con4 .rq2 .r_lef .div p {
        font-size: 14px;
        margin-top: 10px;
    }
    .sy_con4 .rq2 .r_rig .p {
        font-size: 14px;
        line-height: 46px;
    }
    .sy_con5 .rq .top img {
        width: 72px;
    }
    .sy_con5 .rq .top p {
        font-size: 15px;
        padding-bottom: 6px;
    }
    .sy_con5 .rq .bot .rig p {
        font-size: 15px;
        padding-left: 24px;
    }
    .sy_con5 .rq .bot .rig p::before {
        width: 14px;
        height: 14px;
        top: 4px;
    }
    .sy_con6 .rq {
        padding-top: 24px;
    }
    .sy_con6 .rq .emi .p {
        font-size: 16px;
    }
    .sy_con6 .rq2 .p {
        font-size: 16px;
    }
    .sy_con6 .rq2 .div {
        margin-top: 36px;
    }
    .sy_con6 .rq2 .div .p1 {
        font-size: 28px;
    }
    .sy_con6 .rq2 .div .p1 span {
        font-size: 34px;
    }
    .sy_con6 .rq2 .div .p1 i {
        font-size: 14px;
    }
    .sy_con6 .rq2 .div .p2 {
        font-size: 14px;
    }
    .sy_con7 .rq .top img {
        width: 72px;
    }
    .sy_con7 .rq .top p {
        font-size: 15px;
        padding-bottom: 6px;
    }
    .sy_con7 .rq .bot .rig .p1 {
        font-size: 20px;
    }
    .sy_con7 .rq .bot .rig .p2 {
        font-size: 15px;
    }
    .sy_con7 .rq .bot .rig .p3 {
        font-size: 22px;
    }
    .sy_con7 .rq .bot .rig .p3 span {
        font-size: 13px;
    }
    .sy_con7 .rq .bot .rig .p4 {
        font-size: 14px;
    }
    .sy_con7 .rq .bot .rig::after, .sy_con7 .rq .bot .rig::before {
        width: 42px;
        height: 36px;
    }
    .sy_con7 .swiper-button-prev, .sy_con7 .swiper-button-next {
        width: 38px;
        height: 38px;
    }
    .sy_con8 .a {
        font-size: 14px;
        width: 150px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
    }
    .sy_con9 .rq .div img {
        width: 90px;
    }
    .sy_con9 .rq .div p {
        font-size: 13px;
        margin-top: 10px;
    }
    .sy_con10 .rq .top .lef {
        font-size: 14px;
    }
    .sy_con10 .rq .top .rig span {
        font-size: 16px;
        width: 150px;
        height: 44px;
        line-height: 44px;
        margin-right: 10px;
    }
    .sy_con10 .rq .bot .rig .div1 {
        width: 66px;
        padding-top: 5px;
        padding-bottom: 8px;
    }
    .sy_con10 .rq .bot .rig .div1 .p1 {
        font-size: 22px;
    }
    .sy_con10 .rq .bot .rig .div1 .p2 {
        font-size: 12px;
    }
    .sy_con10 .rq .bot .rig .div .p3 {
        font-size: 16px;
        margin-bottom: 6px;
        padding-top: 6px;
    }
    .sy_con10 .rq .bot .rig .div .p4 {
        font-size: 13px;
    }
    .sy_con10 .rq .bot .rig .div2 {
        width: calc(100% - 80px);
    }
    .sy_con10 .rq .bot .rig .a {
        font-size: 15px;
        margin-top: 5%;
    }
    .sy_con10 .rq .bot .lef p {
        font-size: 16px;
        line-height: 54px;
    }
    .sy_con11 a {
        width: 150px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        font-size: 14px;
    }
}
@media (max-width:1220px){
    .banner .swiper-pagination {
        padding: 0 30px;
    }
}
@media(max-width:991px){
    .banner .rq .p1 {
        font-size: 26px;
    }
    .banner .rq .p2 {
        font-size: 14px;
    }
    .sy_con1 .rq .div1 .p2 {
        font-size: 28px;
    }
    .sy_con1 .rq .div1 .p2 em {
        font-size: 12px;
    }
    .sy_con1 .rq .div1 .p2 .sp {
        font-size: 12px;
    }
    .sy_con1 {
        padding-top: 9%;
    }
    .sy_con1 .rq2 .div .bot .p1 {
        font-size: 16px;
    }
    .sy_con3 .rq .top .swiper-slide {
        margin-right: 5%;
    }
    .sy_con6 .rq2 .div .p1 {
        font-size: 22px;
    }
    .sy_con6 .rq2 .div .p1 span {
        font-size: 26px;
    }
    .sy_con6 .rq2 {
        padding-top: 0;
    }
    .sy_con6 .rq2 .div {
        margin-top: 26px;
    }
    .sy_con7 .rq .bot .rig .p3 {
        font-size: 18px;
    }
    .sy_con7 .rq .bot .rig .p3 span {
        font-size: 12px;
    }
    .sy_con7 .rq .bot .rig .p4 {
        font-size: 12px;
    }
}
@media(max-width:768px){
    .pc{
        display: none;
    }
    .app{
        display: block;
        min-height: 250px;
        object-fit: cover;
    }
    .banner .rq .p1 {
        font-size: 24px;
    }
    .banner .rq .div1 a {
        font-size: 12px;
        line-height: 36px;
        border-radius: 36px;
        width: 84px;
    }
    .swiper-pagination-bullet {
        width: 30px;
        height: 3px;
    }
    .banner .swiper-pagination {
        padding: 0 15px;
        bottom: 14%;
    }
    .sy_con1 .rq{
        transform: translate(0);
        position: static;
    }
    .sy_con1{
        padding: 40px 0;
    }
    .sy_con1 .rq2{
        padding-top: 20px;
    }
    .sy_con1 .rq2 .div{
        width: 49%;
        margin-right: 2%;
        margin-top: 2%;
    }
    .sy_con1 .rq2 .div:nth-child(3){
        margin-right: 0;
    }
    .sy_con1 .rq2 .div:first-child{
        width: 100%;
        margin-right: 0;
    }
    .sy_con2{
        padding: 40px 0;
    }
    .sy_con2 .rq .top{
        padding: 0;
    }
    .sy_con2 .rq .top img {
        width: 50px;
    }
    .sy_con3{
        padding: 40px 0;
    }
    .sy_con3 .rq .top .swiper-slide{
        width: 25% !important;
        margin-right: 0;
    }
    .sy_con3 .rq .bot a {
        width: 100px;
        height: 36px;
        line-height: 36px;
        border-radius: 36px;
    }
    .sy_con4{
        padding: 40px 0;
    }
    .sy_con4 .rq1 .lef{
        width: 100%;
    }
    .sy_con4 .rq1 .rig{
        width: 100%;
        margin-top: 15px;
    }
    .sy_con5{
        padding: 40px 0;
    }
    .sy_con5 .rq .bot .rig {
        width: 47%;
    }
    .sy_con6 .rq2{
        position: static;
        display: flex;
        flex-wrap: wrap;
    }
    .sy_con6{
        padding: 40px 0;
    }
    .sy_con6 .rq .emi{
        transform: translateX(-50%);
        top: 3%;
    }
    .sy_con6 .rq .emi .p {
        font-size: 12px;
    }
    .sy_con6 .rq .bj{
        width: 100%;
    }
    .sy_con6 .rq2 .p{
        width: 100%;
        margin-bottom: 15px;
    }
    .sy_con6 .rq2 .div{
        width: 33.333%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .sy_con7{
        padding: 40px 0;
    }
    .sy_con7 .rq .top{
        padding: 0;
    }
    .sy_con7 .rq .bot .lef{
        width: 100%;
        padding: 20px;
    }
    .sy_con7 .rq .bot .rig{
        width: 100%;
        padding: 20px;
    }
    .sy_con7 .rq .bot .rig::after, .sy_con7 .rq .bot .rig::before{
        display: none;
    }
    .sy_con9 .rq .div{
        width: 33.333%;
        margin-bottom: 15px;
    }
    .sy_con9{
        padding: 40px 0;
    }
    .sy_con10{
        padding: 40px 0;
    }
    .sy_con10 .rq .top .lef{
        width: 100%;
        text-align: center;
    }
    .sy_con10 .lef_bt{
        text-align: center;
    }
    .sy_con10 .rq .top .rig{
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    .sy_con10 .rq {
        padding-top: 12px;
    }
    .sy_con10 .rq .bot .lef{
        width: 100%;
    }
    .sy_con10 .rq .bot .rig{
        width: 100%;
        margin-top: 20px;
    }
    .sy_con11{
        padding: 40px 0;
    }
}
@media(max-width:500px){
    .banner .rq .div1 a {
        line-height: 32px;
        border-radius: 32px;
    }
    .banner .swiper-pagination {
        bottom: 0px;
    }
    .sy_con1 .rq .div1{
        width: 50%;
        margin: 10px 0;
    }
    .sy_con1 .rq .div1 .p2 {
        font-size: 24px;
    }
    .sy_con1 .rq .div1 .p1 {
        font-size: 13px;
    }
    .sy_con1 .rq2 .div:first-child .bot{
        padding: 20px 10px;
    }
    .sy_con1 .rq2 .div .bot .p2 {
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .sy_con1 .rq2 .div:first-child .bot .p2{
        margin-bottom: 15px;
    }
    .dow {
        width: 94px;
        height: 32px;
        border-radius: 32px;
        line-height: 32px;
        font-size: 12px;
    }
    .sy_con1 .rq2 .div {
        border-radius: 6px;
    }
    .sy_con1 .rq2 .div .top p {
        font-size: 12px;
        width: 50px;
        height: 20px;
        line-height: 20px;
        border-radius: 20px;
        top: 10px;
        left: 10px;
    }
    .bt .p1 {
        font-size: 21px;
    }
    .bt .p2 {
        font-size: 13px;
        margin-top: 6px;
    }
    .sy_con2 .rq {
        padding-top: 16px;
    }
    .sy_con2 .rq .top p {
        font-size: 13px;
    }
    .sy_con2 .rq .bot .div .lef{
        width: 100%;
    }
    .sy_con2 .rq .bot .div .rig{
        width: 100%;
        padding-left: 0;
    }
    .sy_con2 .rq .bot .p4 span {
        font-size: 12px;
        padding: 0 2%;
        margin-bottom: 6px;
    }
    .sy_con2 .rq .bot .p2 {
        padding-bottom: 10px;
    }
    .sy_con2 .rq .bot .p3 {
        font-size: 14px;
        margin: 15px 0;
    }
    .sy_con3 .rq .bot .rig{
        width: 100%;
    }
    .sy_con3 .rq .bot .lef{
        width: 100%;
        margin-top: 15px;
    }
    .sy_con3 .rq .bot .p1 {
        font-size: 18px;
    }
    .sy_con3 .rq .bot .p2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .sy_con3 .rq .top .swiper-slide{
        width: 33.3333% !important;
    }
    .sy_con4 .rq .top{
        padding-top: 18px;
        padding-bottom: 20px;
    }
    .sy_con4 .rq2 .r_lef{
        width: 100%;
        padding-top: 0;
        margin-bottom: 30px;
        padding-top: 15px;
    }
    .sy_con4 .rq2 .r_rig{
        width: 100%;
    }
    .sy_con4 .rq2 .r_lef .p1 {
        font-size: 18px;
    }
    .sy_con4 .rq2 .r_lef .div{
        flex-wrap: wrap;
    }
    .sy_con4 .rq2 .r_lef .div1{
        width: 25%;
        margin-bottom: 10px;
    }
    .sy_con4 .rq2 .r_rig .div{
        padding: 20px;
    }
    .sy_con4 .rq2 .r_rig .p {
        font-size: 16px;
    }
    .sy_con5 .rq {
        padding-top: 5px;
    }
    .sy_con5 .rq .bot .div{
        flex-wrap: wrap;
    }
    .sy_con5 .rq .bot .lef{
        width: 100%;
    }
    .sy_con5 .rq .bot .rig{
        width: 100%;
    }
    .sy_con5 .rq .bot .rig p {
        font-size: 14px;
        padding-left: 20px;
    }
    .sy_con5 .rq .bot .rig p:nth-child(n+3) {
        margin-top: 10px;
    }
    .sy_con6 .rq2 .div .p1{
        line-height: 30px;
        font-size: 18px;
    }
    .sy_con6 .rq2 .p {
        margin-bottom: 10px;
    }
    .sy_con7 .rq .bot .rig .p2 {
        font-size: 14px;
        margin: 10px 0;
    }
    .sy_con7 .rq .bot .rig .p1 {
        font-size: 16px;
    }
    .sy_con7 .swiper-button-prev, .sy_con7 .swiper-button-next {
        width: 30px;
        height: 30px;
        right: -10px;
    }
    .sy_con7 .swiper-button-prev{
        left: -10px;
    }
    .sy_con7 .rq .bot .rig .div2{
        width: 50%;
        margin-bottom: 10px;
        text-align: center;
    }
    .sy_con8{
        padding: 40px 0;
    }
    .sy_con8 .rq {
        padding-top: 16px;
    }
    .sy_con8 .rq .div{
        width: 31.3333%;
        padding-bottom: 15%;
        margin-top: 2%;
        margin-right: 2%;
    }
    .sy_con8 .rq .div:nth-child(7n){
        margin-right: 2%;
    }
    .sy_con8 .rq .div:nth-child(3n){
        margin-right: 2%;
    }
    .sy_con8 .a {
        margin-top: 25px;
        width: 100px;
        height: 36px;
        line-height: 36px;
        border-radius: 36px;
    }
    .sy_con9 .rq{
        padding: 0;
    }
    .sy_con9 .rq .div img {
        width: 60px;
    }
    .sy_con9 .rq{
        margin-top: 20px;
    }
    .sy_con10 .rq .top .rig span{
        width: 32%;
        margin-right: 2%;
        float: left;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
    .sy_con10 .rq .top .rig {
        margin-top: 20px;
    }
    .sy_con10 .rq .bot .lef p {
        font-size: 14px;
        line-height: 40px;
    }
    .sy_con11 a {
        width: 100px;
        height: 36px;
        line-height: 36px;
        border-radius: 36px;
        margin-top: 25px;
    }
}

/* 产品概述 */
.ny_banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ny_banner .bj{
    width: 100%;
}
.ny_banner .rq{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ny_banner .rq .div{
    width: 720px;
}
.ny_banner .rq .div .p1{
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-size: 48px;
    color: #2b2c2d;
}
.ny_banner .rq .div .p2{
    font-size: 24px;
    color: #333333;
    margin-top: 5px;
}
.ny_banner .rq .div .text{
    font-size: 18px;
    color: #333333;
    line-height: 1.7777;
    margin-top: 3%;
}
.ny_banner .rq .div1{
    width: 100%;
    margin-top: 6.6%;
}
.ny_banner .rq .div1 a{
    float: left;
    margin-right: 10px;
}
.ny_banner .rq .div1 a.anniu2.anniu3,
.ny_banner .rq .div1 a:first-child{
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    color: #fff;
}
.anniu2{
    font-size: 18px;
    color: #0070ef;
    width: 160px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
}
.anniu2 i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/img20.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-bottom: -2px;
}
.pro_con1{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding-top: 3.6%;
}
.pro_con1 .rq{
    width: 100%;
    text-align: center;
}
.pro_con1 .rq a{
    font-size: 18px;
    color: #333333;
    padding-bottom: 2%;
    display: inline-block;
    margin-right: 3.4%;
    position: relative;
}
.pro_con1 .rq a:hover,
.pro_con1 .rq a.on{
    color: #0070ef;
}
.pro_con1 .rq a:last-child{
    margin-right: 0;
}
.pro_con1 .rq a::before{
    content: '';
    width: 100%;
    height: 2px;
    background: #0070ef;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
}
.pro_con1 .rq a.on::before{
    opacity: 1;
}
.pro_con2{
    width: 100%;
    padding: 5% 0;
}
.bt .p3{
    font-size: 24px;
    color: #333333;
    padding-top: 10px;
}
.pro_con2 .rq{
    width: 100%;
    padding-top: 2.8%;
    display: flex;
    flex-wrap: wrap;
}
.pro_con2 .rq .div{
    width: 18.8%;
    margin-right: 1.5%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 3.4% 1.25%;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}
.pro_con2 .rq .div:last-child{
    margin-right: 0;
}
.pro_con2 .rq .div img{
    width: 51px;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.pro_con2 .rq .div:hover img{
    transform: translateY(-10px);
}
.pro_con2 .rq .div .p1{
    font-size: 24px;
    color: #000000;
    margin: 9% 0;
}
.pro_con2 .rq .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
}
.pro_con3{
    width: 100%;
    background: #eff5fb;
    padding: 5% 0;
}
.pro_con3 .rq{
    width: 100%;
    margin-top: 3.5%;
    position: relative;
}
.pro_con3 .rq img{
    width: 26.13%;
    display: block;
    margin: 0 auto;
}
.pro_con3 .rq .p{
    font-size: 30px;
    color: #0070ef;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.pro_con3 .rq .div{
    width: 30.7%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: right;
}
.pro_con3 .rq .div.div1{
    top: 15%;
    left: 23%;
}
.pro_con3 .rq .div.div2{
    top: 34%;
    left: 80.5%;
}
.pro_con3 .rq .div.div3{
    top: 82%;
    left: 18.5%;
}
.pro_con3 .rq .div.div4{
    top: 97%;
    left: 78%;
}
.pro_con3 .rq .div:nth-child(2n){
    text-align: left;
}
.pro_con3 .rq .div .p1{
    font-size: 24px;
    color: #000000;
    position: relative;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.pro_con3 .rq .div .p1::before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/img22.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -90px;
    top: 6px;
    z-index: 2;
}
.pro_con3 .rq .div .p1::after{
    content: '';
    width: 80px;
    height: 1px;
    background: #d5e7fa;
    position: absolute;
    right: -90px;
    top: 15px;
}
.pro_con3 .rq .div:nth-child(2n) .p1::before,
.pro_con3 .rq .div:nth-child(2n) .p1::after{
    left: -90px;
}
.pro_con3 .rq .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    margin-top: 10px;
}
.pro_con3 .rq .div.div1 .p2{
    padding-right: 5%;
}

.pro_con4{
    width: 100%;
    padding-top: 5%;
}
.pro_con4 .rq{
    width: 100%;
    margin-top: 3.2%;
}
.pro_con4 .rq img{
    width: 100%;
}

.pro_con5{
    width: 100%;
    padding-top: 4.5%;
}
.pro_con5 .rq{
    width: 100%;
    margin-top: 2.5%;
}
.pro_con5 .rq1{
    background: #eff5fb;
    padding-top: 5.5%;
    padding-bottom: 4%;
}
.pro_con5 .rq1:nth-child(2n){
    background: #fff;
}
.pro_con5 .rq1 .div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pro_con5 .rq1:nth-child(2n) .div{
    flex-direction:row-reverse;
}
.pro_con5 .rq1 .lef{
    width: 50%;
    padding-left: 2.2%;
    padding-right: 5.65%;
}
.pro_con5 .rq1:nth-child(2n) .lef{
    padding-left: 0;
}
.pro_con5 .rq1 .lef img{
    max-width: 100%;
    transition: all .5s;
}
.pro_con5 .rq1 .div:hover .lef img{
    transform: scale(1.05);
}
.pro_con5 .rq1 .rig{
    width: 50%;
    padding-left: 5.6%;
}
.pro_con5 .rq1:nth-child(2n) .rig{
    padding-right: 5%;
}
.pro_con5 .rq1 .rig .p1{
    font-size: 26px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.pro_con5 .rq1 .rig .p2{
    font-size: 22px;
    color: #333333;
    padding-left: 13px;
    position: relative;
    margin-top: 4.2%;
    margin-bottom: 1.5%;
}
.pro_con5 .rq1 .rig .p2::before{
    content: '';
    width: 6px;
    height: 6px;
    background: #0070ef;
    position: absolute;
    left: 0;
    top: 12px;
}
.pro_con5 .rq1 .rig .p3{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-bottom: 7.2%;
}

.pro_con6{
    width: 100%;
    padding-top: 4.6%;
    padding-bottom: 5%;
    background: #eff5fb;
}
.pro_con6 .rq{
    width: 100%;
    padding-top: 3.2%;
    position: relative;
}
.pro_con6 .rq .div{
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pro_con6 .rq .top{
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.pro_con6 .rq .top img{
    width: 100%;
    transition: all .5s;
}
.pro_con6 .rq .div:hover .top img{
    transform: scale(1.05);
}
.pro_con6 .rq .div p{
    font-size: 20px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    text-align: center;
    line-height: 80px;
    border-radius: 0 0 10px 10px;
    background: #fff;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.pabt{
    width: 212px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    margin-top: 2.4%;
}
.pabt .swiper-button-next,
.pabt .swiper-button-prev{
    width: 50px;
    height: 50px;
    background-image: url(../images/img24.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    margin: 0;
    opacity: 1;
    z-index: 11;
    transition: all .5s;
}
.pabt .swiper-button-prev{
    transform: rotate(180deg);
    left: 0;
}
.pabt .swiper-button-next:hover,
.pabt .swiper-button-prev:hover{
    background-image: url(../images/img23.png);
}
.pabt .swiper-pagination,
.pabt .swiper-pagination-total{
    font-size: 16px;
    color: #333333;
    opacity: 0.5;
}
.pabt .swiper-pagination-current{
    font-size: 24px;
    color: #333333;
}

.pro_con7{
    width: 100%;
    padding-top: 4.8%;
    padding-bottom: 2.5%;
}
.pro_con7 .rq{
    width: 100%;
    padding-top: 3%;
}
.pro_con7 .rq .div{
    width: 100%;
    padding: 18% 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.pro_con7 .rq .div:nth-child(5n){
    margin-right: 0;
}
.pro_con7 .rq .div img{
    width: 74px;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.pro_con7 .rq .div:hover img{
    transform: translateY(-5px) scale(1.1);
}
.pro_con7 .rq .div p{
    font-size: 22px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    text-align: center;
    margin-top: 16px;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.pro_con7 .swiper-container{
    padding: 10px;
}

.pro_con8{
    width: 100%;
    padding-top: 2.5%;
    padding-bottom: 5%;
}
.pro_con8 .rq{
    width: 100%;
    padding-top: 3.2%;
    display: flex;
    flex-wrap: wrap;
}
.pro_con8 .rq .div{
    width: 20%;
    margin-right: 6.666%;
    background: #eff5fb;
    border-radius: 15px;
    transition: all .5s;
    padding: 4.3% 2.6%;
}
.pro_con8 .rq .div:hover{
    background: #1596f9;
}
.pro_con8 .rq .div:nth-child(4n){
    margin-right: 0;
}
.pro_con8 .rq .div .ig{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.pro_con8 .rq .div .ig img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}
.pro_con8 .rq .div .ig .ig2{
    opacity: 0;
}
.pro_con8 .rq .div:hover .ig .ig1{
    opacity: 0;
}
.pro_con8 .rq .div:hover .ig .ig2{
    opacity: 1;
}
.pro_con8 .rq .div .p1{
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-top: 15%;
    transition: all .5s;
}
.pro_con8 .rq .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.5625;
    text-align: center;
    margin-top: 16px;
    transition: all .5s;
}
.pro_con8 .rq .div:hover .p2,
.pro_con8 .rq .div:hover .p1{
    color: #fff;
}
.pro_con9{
    width: 100%;
    padding-top: 5%;
    padding-bottom: 11.6%;
    background-image: url(../images/img25.jpg);
    background-size: cover;
    background-position: center;
}
.pro_con9 .rq{
    width: 100%;
    padding-top: 3%;
    display: flex;
    flex-wrap: wrap;
}
.pro_con9 .rq .div{
    width: 23.8%;
    margin-right: 1.6%;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.pro_con9 .rq .div:nth-child(4n){
    margin-right: 0;
}
.pro_con9 .rq .div .top{
    width: 100%;
    overflow: hidden;
}
.pro_con9 .rq .div .top img{
    width: 100%;
    transition: all .5s;
}
.pro_con9 .rq .div:hover .top img{
    transform: scale(1.05);
}
.pro_con9 .rq .div .bot{
    width: 100%;
    padding: 6.3%;
}
.pro_con9 .rq .div .bot .p1{
    font-size: 20px;
    color: #333333;
    margin-bottom: 6%;
    line-height: 1.6;
    height: 64px;
    transition: all .5s;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pro_con9 .rq .div:hover .bot .p1{
    color: #1596f9;
}
.pro_con9 .rq .div .bot span{
    font-size: 18px;
    color: #333333;
    padding-bottom: 4px;
    border-bottom: 2px solid #1596f9;
    display: inline-block;
}
.pro_con10{
    width: 100%;
    padding-bottom: 5.3%;
    background: #091d39;
    position: relative;
    z-index: 10;
        margin-top: 5%;
}
.bot_xf{
    width: 63.1%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(../images/img88.jpg);
    background-size: cover;
    background-position: center;
    padding: 4.2% 3.6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bot_xf .p1{
    font-size: 36px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
@media(max-width:1680px){
    .pro_con3 .rq .div .p2 {
        font-size: 14px;
    }
    .pro_con3 .rq .div .p1 {
        font-size: 18px;
    }
}
@media(max-width:1459px){
    .ny_banner .rq .div .p1 {
        font-size: 36px;
    }
    .ny_banner .rq .div .p2 {
        font-size: 18px;
    }
    .ny_banner .rq .div .text {
        font-size: 14px;
    }
    .anniu2 {
        font-size: 14px;
        width: 120px;
        height: 44px;
        line-height: 44px;
        border-radius: 44px;
    }
    .anniu2 i {
        width: 18px;
        height: 18px;
        margin-bottom: -3px;
    }
    .ny_banner .rq .div {
        width: 540px;
    }
    .pro_con1 .rq a {
        font-size: 16px;
    }
    .bt .p3 {
        font-size: 18px;
    }
    .pro_con2 .rq .div img {
        width: 38px;
    }
    .pro_con2 .rq .div .p1 {
        font-size: 18px;
    }
    .pro_con2 .rq .div .p2 {
        font-size: 14px;
    }
    .pro_con3 .rq .div .p1::before {
        width: 15px;
        height: 15px;
        right: -68px;
        top: 4px;
    }
    .pro_con3 .rq .div .p1::after {
        width: 60px;
        right: -68px;
        top: 11px;
    }
    .pro_con3 .rq .div:nth-child(2n) .p1::before, .pro_con3 .rq .div:nth-child(2n) .p1::after,
    .pro_con3 .rq .div:nth-child(2n) .p1::before, .pro_con3 .rq .div:nth-child(2n) .p1::after {
        left: -68px;
    }
    .pro_con3 .rq .div.div1 {
        top: 20%;
    }
    .pro_con3 .rq .div.div3 {
        top: 82%;
        left: 18%;
    }
    .pro_con3 .rq .div.div4 {
        top: 97%;
        left: 79%;
    }
    .pro_con3 .rq .p {
        font-size: 22px;
    }
    .pro_con5 .rq1 .rig .p1 {
        font-size: 20px;
    }
    .pro_con5 .rq1 .rig .p2 {
        font-size: 16px;
        padding-left: 12px;
    }
    .pro_con5 .rq1 .rig .p2::before {
        width: 5px;
        height: 5px;
        top: 8px;
    }
    .pro_con5 .rq1 .rig .p3 {
        font-size: 14px;
    }
    .pro_con6 .rq .div p {
        font-size: 14px;
        line-height: 60px;
    }
    .pabt .swiper-button-next, .pabt .swiper-button-prev {
        width: 38px;
        height: 38px;
    }
    .pabt {
        width: 170px;
        height: 38px;
    }
    .pabt .swiper-pagination{
        height: 38px;
        line-height: 38px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }
    .pabt .swiper-pagination-current {
        font-size: 18px;
    }
    .pabt .swiper-pagination, .pabt .swiper-pagination-total {
        font-size: 12px;
    }
    .pro_con7 .rq .div img {
        width: 56px;
    }
    .pro_con7 .rq .div p {
        font-size: 16px;
    }
    .pro_con8 .rq .div .ig {
        width: 76px;
        height: 76px;
    }
    .pro_con8 .rq .div .p1 {
        font-size: 18px;
    }
    .pro_con8 .rq .div .p2 {
        font-size: 14px;
        margin-top: 12px;
    }
    .pro_con9 .rq .div .bot .p1 {
        font-size: 16px;
        height: 50px;
    }
    .pro_con9 .rq .div .bot span {
        font-size: 14px;
    }
    .bot_xf .p1 {
        font-size: 26px;
    }


}
@media(max-width:991px){
    .ny_banner .rq .div .p1 {
        font-size: 26px;
    }
    .ny_banner .rq .div .p2 {
        font-size: 16px;
    }
    .pro_con3 .rq img{
        display: none;
    }
    .pro_con3 .rq .p{
        display: none;
    }
    .pro_con3 .rq{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pro_con3 .rq .div{
        width: 49%;
        transform: translate(0);
        position: static;
        text-align: center !important;
        margin-bottom: 30px;
    }
    .pro_con3 .rq .div .p1::before,
    .pro_con3 .rq .div .p1::after{
        display: none;
    }
    .pro_con8 .rq .div{
        width: 23.5%;
        margin-right: 2%;
    }
    .bot_xf .p1 {
        font-size: 22px;
    }
    .bot_xf {
        width: 76%;
    }
}
@media(max-width:768px){
    .ny_banner .rq .div .p1 {
        font-size: 22px;
    }
    .ny_banner .rq .div{
        width: 100%;
    }
    .ny_banner .rq .div .text{
        margin-top: 10px;
    }
    .ny_banner .rq .div1 {
        margin-top: 20px;
    }
    .anniu2 {
        font-size: 12px;
        width: 100px;
        height: 38px;
        line-height: 38px;
        border-radius: 38px;
    }
    .anniu2 i {
        width: 14px;
        height: 14px;
        margin-bottom: -2px;
        margin-right: 2px;
    }
    .msg-box {
        width: 95%;
        height: 46%;
    }
    .pro_con1{
        padding-top: 10px;
    }
    .pro_con1 .rq a {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .bt .p3 {
        font-size: 14px;
        padding-top: 6px;
    }
    .pro_con2 .rq .div{
        width: 49%;
        margin-right: 2%;
        margin-top: 2%;
    }
    .pro_con2 .rq .div:nth-child(5n){
        margin-right: 2%;
    }
    .pro_con2 .rq .div:nth-child(2n){
        margin-right: 0;
    }
    .pro_con10 {
        padding-bottom: 8%;
    }

}
@media(max-width:500px){
    .ny_banner .rq .div .text{
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .ny_banner .rq .div .p1 {
        font-size: 20px;
    }
    .ny_banner .rq .div .p2 {
        font-size: 14px;
    }
    .ny_banner .rq .div .text {
        font-size: 12px;
    }
    .ny_banner .rq .div1 {
        margin-top: 10px;
    }
    .pro_con1 .rq a{
        margin-right: 10px;
    }
    .pro_con2{
        padding: 35px 0;
    }
    .pro_con2 .rq{
        padding-top: 18px;
    }
    .pro_con2 .rq .div{
        padding: 20px 10px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .pro_con2 .rq .div img {
        width: 34px;
    }
    .pro_con2 .rq .div .p1 {
        font-size: 16px;
        margin: 12px 0;
    }
    .pro_con3{
        padding: 35px 0;
    }
    .pro_con3 .rq{
        margin-top: 0;
    }
    .pro_con3 .rq .div{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .pro_con3 .rq .div .p1 {
        font-size: 16px;
    }
    .pro_con4{
        padding: 35px 0;
        padding-bottom: 20px;
    }
    .pro_con4 .rq{
        margin-top: 18px;
    }
    .pro_con5{
        padding-top: 20px;
    }
    .pro_con5 .bt{
        padding: 0 15px;
    }
    .pro_con5 .rq{
        margin-top: 18px;
    }
    .pro_con5 .rq1 .lef{
        width: 100%;
        padding: 0 !important;
    }
    .pro_con5 .rq1{
        padding: 30px 0;
    }
    .pro_con5 .rq1 .rig{
        width: 100%;
        padding: 0 !important;
        margin-top: 15px;
    }
    .pro_con5 .rq1 .rig .p2{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .pro_con5 .rq1 .rig .p3{
        margin-bottom: 15px;
    }
    .pro_con6{
        padding: 35px 0;
    }
    .pro_con6 .rq{
        padding-top: 18px;
    }
    .pro_con6 .rq .div p {
        line-height: 50px;
    }
    .pabt{
        margin-top: 20px;
    }
    .pro_con7{
        padding-top: 35px;
        padding-bottom: 18px;
    }
    .pro_con7 .rq .div p {
        font-size: 14px;
    }
    .pro_con7 .rq{
        padding-top: 8px;
    }
    .pro_con8{
        padding-top: 18px;
        padding-bottom: 35px;
    }
    .pro_con8 .rq{
        padding-top: 18px;
    }
    .pro_con8 .rq .div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 20px 10px;
    }
    .pro_con8 .rq .div:last-child{
        margin-bottom: 0;
    }
    .pro_con8 .rq .div .p1{
        margin-top: 15px;
    }
    .pro_con9{
        padding-top: 35px;
        padding-bottom: 100px;
    }
    .pro_con9 .rq{
        padding-top: 18px;
    }
    .pro_con9 .rq .div{
        width: 49%;
        margin-bottom: 2%;
        margin-right: 2%;
        border-radius: 8px;
    }
    .pro_con9 .rq .div:nth-child(4n){
        margin-right: 2%;
    }
    .pro_con9 .rq .div:nth-child(2n){
        margin-right: 0;
    }
    .pro_con9 .rq .div .bot .p1 {
        font-size: 14px;
        height: 44px;
        margin-bottom: 10px;
    }
    .pro_con9 .rq .div .bot span {
        font-size: 13px;
    }
    .bot_xf{
        flex-wrap: wrap;
        width: 94%;
        padding: 30px 10px;
    }
    .bot_xf .p1{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .bot_xf .anniu{
        margin: 0 auto;
    }
    .pro_con10 {
        padding-bottom: 72px;
    }
}


/* 云系列产品 */
.pro2_con1{
    width: 100%;
    padding: 3.2% 0;
}
.pro2_con1 .rq{
    width: 100%;
    text-align: center;
}
.pro2_con1 .anniu2{
   background: #f2f7fc;
   color: #333333;
   display: inline-block;
   margin-right: 15px;
   width:auto;
   padding:0 20px;
}
.pro2_con1 .anniu2:last-child{
    margin-right: 0;
}
.pro2_con1 .anniu2.on{
    color: #fff;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}

.pro2_con2{
    width: 100%;
    padding-top: 3.2%;
    padding-bottom: 5%;
}
.pro2_con2 .rq{
    width: 100%;
    margin-top: 3%;
    display: flex;
    flex-wrap: wrap;
}
.pro2_con2 .rq .div{
    width: 18.5%;
    margin-right: 1.875%;
    margin-bottom: 1.875%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 2.2% 2.6%;
    padding-top: 3.4%;
    text-align: center;
}
.pro2_con2 .rq .div:nth-child(5n){
    margin-right: 0;
}
.pro2_con2 .rq .div img{
    width: 51px;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.pro2_con2 .rq .div:hover img{
    transform: translateY(-10px);
}
.pro2_con2 .rq .div .p1{
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 9%;
    margin-bottom: 8%;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.pro2_con2 .rq .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
}

.pro2_con3{
    width: 100%;
    padding: 4.7% 0;
    background: #f7f9fc;
}
.pro2_con3 .rq{
    width: 100%;
    margin-top: 4.3%;
}
.pro2_con3 .rq img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.pro2_con4{
    width: 100%;
    padding-top: 4.7%;
    background: #f2f6ff;
}
.pro2_con4 .rq{
    width: 100%;
    padding-top: 5%;
}
.pro2_con4 .rq1{
    width: 100%;
    padding-bottom: 12%; 
   /* padding-bottom: 80px;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pro2_con4 .rq1:nth-child(2n){
    flex-direction:row-reverse;
}
.pro2_con4 .rq1 .lef{
    width: 50%;
}
.pro2_con4 .rq1:nth-child(2n) .lef{
    width: 55.6%;
        text-align: right;
}
.pro2_con4 .rq1 .lef img{
    width: 100%;
   max-height: 500px;
    width: auto;
}
.pro2_con4 .rq1 .rig{
    width: 50%;
    padding-left: 135px;
}
.pro2_con4 .rq1:nth-child(2n) .rig{
    width: 44.4%;
    padding-left: 0;
    padding-right: 135px;
}
.pro2_con4 .rq1 .rig .p1{
    font-size: 30px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.pro2_con4 .rq1 .rig .p2{
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    margin-top: 4%;
    margin-bottom: 8%;
}

.pro2_con5{
    width: 100%;
    padding-top: 4.8%;
    padding-bottom: 2.5%;
}
.pro2_con5 .rq{
    width: 100%;
    margin-top: 3.2%;
}
.pro2_con5 .rq .div{
    width: 31.3%;
    margin-right: 3.05%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    float: left;
}
.pro2_con5 .rq .div:nth-child(3n){
    margin-right: 0;
}
.pro2_con5 .rq .div .p{
    width: 100%;
    height: 157px;
    line-height: 148px;
    background-image: url(../images/img27.png);
    background-size: cover;
    font-size: 30px;
    color: #333333;
    text-align: center;
    position: relative;
}
.pro2_con5 .rq .div .p span{
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    padding: 2px 4px;
    border-radius: 9px 3px 9px 3px;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    position: absolute;
    top: 39%;
    margin-left: 5px;
}
.pro2_con5 .rq .div:nth-child(2) .p{
    background-image: url(../images/img28.png);
}
.pro2_con5 .rq .div:nth-child(3) .p{
    background-image: url(../images/img29.png);
}
.pro2_con5 .rq .div .p::before{
    content: '';
    width: 23.2%;
    height: 70.2%;
    background-image: url(../images/img30.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 44%;
    right: 22px;
    transform: translateY(-50%);
}
.pro2_con5 .rq .div:nth-child(2) .p::before{
    background-image: url(../images/img31.png);
}
.pro2_con5 .rq .div:nth-child(3) .p::before{
    background-image: url(../images/img32.png);
}
.pro2_con5 .rq .div1{
    width: 100%;
    padding: 7% 9%;
}
.pro2_con5 .rq .div1 .top{
    width: 100%;
    padding-bottom: 6%;
    margin-bottom: 6%;
    border-bottom: 1px solid #efefef;
}
.pro2_con5 .rq .div1 .p1{
    font-size: 16px;
    color: #0070ef;
}
.pro2_con5 .rq .div1 .p2{
    font-size: 18px;
    color: #333333;
    margin-top: 6px;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.pro2_con5 .rq .div1 .text{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    margin-top: 5px;
    height: 112px;
    overflow: hidden;
}
.pro2_con5 .rq .div1 .xl{
    width: 21px;
    height: 21px;
    margin: 0 auto;
    background-image: url(../images/img33.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    cursor: pointer;
}
.pro2_con5 .rq .div1.on .xl{
    opacity: 0;
}
.pro2_con5 .rq .div1 .xl.on{
    transform: rotate(180deg);
}

.pro2_con6{
    width: 100%;
    padding-top: 2.5%;
    padding-bottom: 5.2%;
}
.pro2_con6 .rq{
    width: 100%;
    margin-top: 6%;
}
.pro2_con6 .rq .div{
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-bottom: 3.5%;
}
.pro2_con6 .rq .div:nth-child(2n){
    float: right;
    transform: translateY(-55%);
}
.pro2_con6 .rq .div::before{
    content: '';
    width: 10px;
    height: 100%;
    background: #e5eef9;
    position: absolute;
    left: 5.5%;
    top: 10%;
    z-index: -1;
}
.pro2_con6 .rq .div:nth-child(4)::before {
    height: 148%;
}
.pro2_con6 .rq .div:last-child::before {
    height: 115%;
}
.pro2_con6 .rq .div:last-child::after{
    content: '';
    width: 100%;
    height: 10px;
    background: #e5eef9;
    position: absolute;
    bottom: -3%;
    left: 5.5%;
}
.pro2_con6 .rq .div .lef{
    width: 12.5%;
}
.pro2_con6 .rq .div .lef img{
    width: 100%;
}
.pro2_con6 .rq .div .rig{
    width: 87.5%;
    padding-left: 4.4%;
}
.pro2_con6 .rq .div .rig .p1{
    font-size: 24px;
    color: #000000;
}
.pro2_con6 .rq .div .rig .p2{
    font-size: 16px;
    color: #333333;
    margin-top: 10px;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pro2_con6 .rq1{
    width: 100%;
    padding: 2.5% 3.15%;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    border-radius: 5px;
    margin-top: 2.7%;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
}
.pro2_con6 .rq1 .lef{
    width: 8%;
}
.pro2_con6 .rq1 .lef img{
    width: 100%;
}
.pro2_con6 .rq1 .rig{
    width: 92%;
    padding-left: 2.8%;
    padding-right: 32.7%;
    position: relative;
}
.pro2_con6 .rq1 .rig .p1{
    font-size: 24px;
    color: #ffffff;
}
.pro2_con6 .rq1 .rig .p2{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 10px;
}
.pro2_con6 .rq1 .ig{
    width: 17.13%;
    position: absolute;
    right: 3.15%;
    bottom: 0;
}
@media(max-width:1459px){
    .pro2_con2 .rq .div img {
        width: 38px;
    }
    .pro2_con2 .rq .div .p1 {
        font-size: 18px;
    }
    .pro2_con2 .rq .div .p2 {
        font-size: 14px;
    }
    .pro2_con2 .rq .div {
        padding: 2.2% 1.5%;
        padding-top: 3.4%;
    }
    .pro2_con4 .rq1{
     /*   padding-bottom:60px;*/
    }
    .pro2_con4 .rq1 .rig .p1 {
        font-size: 24px;
    }
    .pro2_con4 .rq1 .rig .p2 {
        font-size: 16px;
    }
    .pro2_con5 .rq .div .p {
        height: 118px;
        line-height: 102px;
        font-size: 24px;
    }
    .pro2_con5 .rq .div .p span {
        font-size: 12px;
        top: 33%;
    }
    .pro2_con5 .rq .div1 .p1 {
        font-size: 12px;
    }
    .pro2_con5 .rq .div1 .p2 {
        font-size: 13px;
        margin-top: 4px;
    }
    .pro2_con5 .rq .div1 .text {
        font-size: 12px;
        margin-top: 5px;
        height: 84px;
    }
    .pro2_con5 .rq .div1 .xl {
        width: 16px;
        height: 16px;
    }
    .pro2_con6 .rq .div .rig .p1 {
        font-size: 18px;
    }
    .pro2_con6 .rq .div .rig .p2 {
        font-size: 14px;
    }
    .pro2_con6 .rq .div::before {
        width: 6px;
        left: 6%;
    }
    .pro2_con6 .rq .div:last-child::after {
        height: 6px;
        left: 6%;
    }
    .pro2_con6 .rq1 .rig .p1 {
        font-size: 18px;
    }
    .pro2_con6 .rq1 .rig .p2 {
        font-size: 14px;
    }
}
@media(max-width:768px){
    .pro2_con1 .anniu2 {
        margin-right: 0px;
    }
    .pro2_con2 .rq .div{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .pro2_con2 .rq .div:nth-child(5n){
        margin-right: 2%;
    }
    .pro2_con2 .rq .div:nth-child(3n){
        margin-right: 0;
    }
    .pro2_con2 .rq .div .p1 {
        font-size: 16px;
        margin: 6px 0;
    }
    .pro2_con4 .rq1 .lef{
        width: 100%;
    }
    .pro2_con4 .rq1{
        padding-bottom: 40px;
    }
    .pro2_con4 .rq1 .rig{
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .pro2_con4 .rq1 .rig .p1 {
        font-size: 18px;
    }
    .pro2_con4 .rq1 .rig .p2 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .pro2_con4 .rq1:nth-child(2n) .lef{
        width: 100%;
    }
    .pro2_con4 .rq1:nth-child(2n) .rig{
        width: 100%;
        padding-right: 0;
    }
}
@media(max-width:500px){
    .pro2_con1{
        padding: 15px 0;
    }
    .pro2_con1 .anniu2{
        width: 48%;
        margin-right: 2%;
        float: left;
        margin-bottom: 2%;
    }
    .pro2_con1 .anniu2:nth-child(3n){
        margin-right: 0;
    }
    .pro2_con2{
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .pro2_con2 .rq{
        margin-top: 18px;
    }
    .pro2_con2 .rq .div{
        width: 49%;
        padding: 20px 10px;
        border-radius: 10px;
        padding-bottom: 10px;
    }
    .pro2_con2 .rq .div:nth-child(3n){
        margin-right: 2%;
    }
    .pro2_con2 .rq .div:nth-child(2n){
        margin-right: 0;
    }
    .pro2_con3{
        padding: 35px 0;
    }
    .pro2_con3 .rq{
        margin-top: 18px;
    }
    .pro2_con4{
        padding: 35px 0;
        padding-bottom: 0;
    }
    .pro2_con4 .rq{
        padding-top: 18px;
    }
    .pro2_con5{
        padding: 35px 0;
        padding-bottom: 0;
    }
    .pro2_con5 .rq{
        margin-top: 18px;
    }
    .pro2_con5 .rq .div{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .pro2_con5 .rq .div .p {
        height: 110px;
        line-height: 98px;
        font-size: 24px;
    }
    .pro2_con5 .rq .div1{
        padding: 20px;
    }
    .pro2_con5 .rq .div1 .p1 {
        font-size: 14px;
    }
    .pro2_con5 .rq .div1 .p2 {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }
    .pro2_con5 .rq .div1 .text {
        font-size: 14px;
        height: 96px;
    }
    .pro2_con6{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .pro2_con6 .rq{
        margin-top: 18px;
    }
    .pro2_con6 .rq .div{
        width: 100%;
        padding-bottom: 20px;
    }
    .pro2_con6 .rq .div:nth-child(2n){
        float: none;
        transform: translate(0);
    }
    .pro2_con6 .rq .div::before {
        top: 18%;
    }
    .pro2_con6 .rq .div .rig .p1 {
        font-size: 16px;
    }
    .pro2_con6 .rq .div .rig .p2 {
        margin-top: 4px;
    }
    .pro2_con6 .rq .div:last-child::after{
        display: none;
    }
    .pro2_con6 .rq1{
        flex-wrap: wrap;
        padding: 15px 10px;
    }
    .pro2_con6 .rq1 .rig{
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
    .pro2_con6 .rq1 .lef {
        width: 30%;
    }
    .pro2_con6 .rq1 .rig .p2 {
        margin-top: 5px;
    }
    .pro2_con6 .rq1 .ig{
        width: 37%;
        top: 15px;
    }
}


/* 云系列产品_赋码云 */
.pro3_con1{
    width: 100%;
    padding-top: 2%;
    padding-bottom: 4.8%;
}
.pro3_con1 .rq{
    width: 100%;
    position: relative;
}
.pro3_con1 .rq::before{
    content: '';
    width: 94.6%;
    padding-bottom: 3.7%;
    background-image: url(../images/img34.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 3;
}
.pro3_con1 .rq1{
    width: 100%;
    padding-top: 3%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.pro3_con1 .rq1 .div{
    width: 18.5%;
    margin-right: 1.875%;
    margin-bottom: 1.875%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 3.6% 1.6%;
    text-align: center;
}
.pro3_con1 .rq1 .div:nth-child(5n){
    margin-right: 0;
}
.pro3_con1 .rq1 .div img{
    width: 51px;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.pro3_con1 .rq1 .div:hover img{
    transform: translateY(-10px);
}
.pro3_con1 .rq1 .div .p1{
    font-size: 24px;
    color: #000000;
    line-height: 1.5;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin: 11% 0; 
}
.pro3_con1 .rq1 .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
}

.pro2_con4 .rq1 .rig .div{
    width: 100%;
    margin-bottom: 22px;
}
.pro2_con4 .rq1 .rig .div:last-child{
    margin-bottom: 0;
}
.pro2_con4 .rq1 .rig .div .p3{
    font-size: 22px;
    color: #333333;
    padding-left: 14px;
    position: relative;
}
.pro2_con4 .rq1 .rig .div .p3::before{
    content: '';
    width: 6px;
    height: 6px;
    background: #0070ef;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.pro2_con4 .rq1 .rig .div .p4{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-top: 6px;
}

.pro3_con2{
    width: 100%;
    padding-top: 4.7%;
    padding-bottom: 5.4%;
}
.pro3_con2 .rq{
    width: 100%;
    margin-top: 3.1%;
    padding-left: 320px;
}
.pro3_con2 .rq .rq1{
    width: 100%;
}
.pro3_con2 .rq .rq1 .div{
    width: 100%;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.pro3_con2 .rq .rq1 .div span{
    font-size: 16px;
    color: #fff;
    padding: 25px 0;
    text-align: center;
    float: left;
    width: 12.5%;
}
.pro3_con2 .rq .rq1 .div1{
    width: 100%;
    position: relative;
}
.pro3_con2 .rq .rq1 .div1:hover{
    z-index: 3;
}
.pro3_con2 .rq .rq1 .div1:hover .div2{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
   border-radius: 20px;
   overflow: hidden;
   transform: scale(1.02);
}
.pro3_con2 .rq .rq1 .div1 span{
    font-size: 16px;
    color: #333333;
    text-align: center;
    float: left;
    width: 12.5%;
    padding: 38px 0;
    background: #f2f7fc;
}
.pro3_con2 .rq .rq1 .div1 span:nth-child(2n){
    background: #f8fbfd;
}
.pro3_con2 .rq .rq1 .div1:hover span{
    background: #fff !important;
}
.pro3_con2 .rq .rq1 .div1 p{
    font-size: 20px;color: #333333;
    width: 280px;
    padding-right: 20px;
    height: 80px;
    line-height: 80px;
    font-family: "HarmonyOS_Sans_SC_Bold";
    background-image: url(../images/img35.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    left: -320px;
    top: 50%;
    transform: translateY(-50%);
}
.pro3_con2 .rq .rq1 .div1:hover p{
    background-image: url(../images/img36.png);
    color: #fff;
}

.pro3_con3{
    width: 100%;
    background: #f3f6fe;
    padding: 5% 0;
}
.pro3_con3 .rq{
    width: 100%;
    padding-top: 3%;
    display: flex;
    flex-wrap: wrap;
}
.pro3_con3 .rq .div{
    width: 23.2%;
    margin-right: 2.4%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.pro3_con3 .rq .div:nth-child(4n){
    margin-right: 0;
}
.pro3_con3 .rq .div .p{
    width: 100%;
    padding-bottom: 42.1%;
    font-size: 30px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    text-align: center;
    background-image: url(../images/img37.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.pro3_con3 .rq .div:nth-child(2) .p{
    background-image: url(../images/img38.png);
}
.pro3_con3 .rq .div:nth-child(3) .p{
    background-image: url(../images/img39.png);
}
.pro3_con3 .rq .div:nth-child(4) .p{
    background-image: url(../images/img40.png);
}
.pro3_con3 .rq .div .p span{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
}
.pro3_con3 .rq .div .p span i{
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    padding: 2px 4px;
    border-radius: 9px 3px 9px 3px;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    position: absolute;
    top: 6%;
    margin-left: 5px;
    font-style: initial;
}
.pro3_con3 .rq .div .bot{
    width: 100%;
    padding:11% 8%;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 2.25;
}
@media(max-width:1459px){
    .pro3_con1 .rq1 .div img {
        width: 38px;
    }
    .pro3_con1 .rq1 .div .p1 {
        font-size: 18px;
    }
    .pro3_con1 .rq1 .div .p2 {
        font-size: 14px;
    }
    .pro2_con4 .rq1 .rig .div .p3 {
        font-size: 16px;
    }
    .pro2_con4 .rq1 .rig .div .p4 {
        font-size: 13px;
        margin-top: 2px;
    }
    .pro3_con2 .rq {
        padding-left: 244px;
    }
    .pro3_con2 .rq .rq1 .div span {
        font-size: 14px;
        padding: 18px 0;
    }
    .pro3_con2 .rq .rq1 .div1 span {
        font-size: 14px;
        padding: 28px 0;
    }
    .pro3_con2 .rq .rq1 .div1 p {
        font-size: 16px;
        width: 210px;
        padding-right: 14px;
        height: 60px;
        line-height: 60px;
        left: -244px;
    }
    .pro3_con3 .rq .div .p {
        font-size: 24px;
    }
    .pro3_con3 .rq .div .bot {
        font-size: 13px;
    }
    .pro3_con3 .rq .div .p span i {
        font-size: 12px;
    }
    
}
@media(max-width:768px){
    .pro3_con1 .rq1 .div{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .pro3_con1 .rq1 .div:nth-child(5n){
        margin-right: 2%;
    }
    .pro3_con1 .rq1 .div:nth-child(3n){
        margin-right: 0;
    }
    .pro3_con1 .rq::before{
        display: none;
    }
    .pro3_con1 .rq1 .div .p1{
        margin: 10px 0;
    }
    .pro3_con2 .rq .rq1 .div1 p {
        font-size: 12px;
        width: 100px;
        padding-right: 10px;
        height: 36px;
        line-height: 36px;
        left: -110px;
    }
    .pro3_con2 .rq {
        padding-left: 110px;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .pro3_con2 .rq .rq1 .div span {
        font-size: 12px;
        padding: 10px 0;
    }
    .pro3_con2 .rq .rq1{
        width: 590px;
    }
    .pro3_con2 .rq .rq1 .div1 span {
        font-size: 12px;
        padding: 10px 0;
    }
    .pro3_con3 .rq .div .p {
        font-size: 14px;
    }
}
@media(max-width:500px){
    .pro3_con1{
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .pro3_con1 .rq1 .div{
        width: 49%;
        padding: 20px 10px;
        border-radius: 10px;
        padding-bottom: 10px;
    }
    .pro3_con1 .rq1 .div:nth-child(3n){
        margin-right: 2%;
    }
    .pro3_con1 .rq1 .div:nth-child(2n){
        margin-right: 0;
    }
    .pro3_con1 .rq1 .div .p1 {
        font-size: 16px;
    }
    .pro3_con2{
        padding: 35px 0;
    }
    .pro3_con2 .rq{
        padding-top: 18px;
        margin-top: 0;
    }
    .pro3_con1 .rq1{
        padding-top: 18px;
    }
    .pro3_con3{
        padding: 35px 0;
    }
    .pro3_con3 .rq{
        padding-top: 18px;
    }
    .pro3_con3 .rq .div{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .pro3_con3 .rq .div:nth-child(2n){
        margin-right: 0;
    }
    .pro3_con3 .rq .div .p {
        font-size: 16px;
    }
    .pro3_con3 .rq .div .bot{
        padding: 20px 10px;
    }
    .pro3_con3 .rq .div .p span i {
        font-size: 8px;
    }
}

/* 硬件设备 */
.ny_banner .div2{
    display: inline-block;
    width: auto;
    margin-left: 21.5%;
}
.ny_banner .div2 .p1{
    font-size: 48px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Bold";
    text-align: center;
    padding-bottom: 6%;
}

.pro4_con1{
    width: 100%;
    padding-bottom: 10.5%;
}
.pro4_con1 .rq{
    width: 100%;
    padding-bottom: 15px;
}
.pro4_con1 .rq .div{
    width: 100%;
    margin-bottom: 2.6%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}
.pro4_con1 .rq .div .lef{
    width: 31%;
    float: left;
    overflow: hidden;
}
.pro4_con1 .rq .div .lef img{
    width: 100%;
    transition: all .5s;
}
.pro4_con1 .rq .div:hover .lef img{
    transform: scale(1.05);
}
.pro4_con1 .rq .div .rig{
    width: 69%;
    float: left;
    padding: 3.3% 3.6%;
    padding-bottom: 0;
}
.pro4_con1 .rq .div .rig .p1{
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .5s;
}
.pro4_con1 .rq .div:hover .rig .p1{
    color: #0070ef;
}
.pro4_con1 .rq .div .rig .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    height: 84px;
    margin-top: 2%;
    margin-bottom: 5%;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.pro4_con1 .rq .div .rig span{
    font-size: 18px;
    color: #333333;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}
.pro4_con1 .rq .div .rig span::before{
    content: '';
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media(max-width:1459px){
    .ny_banner .div2 .p1 {
        font-size: 36px;
    }
    .pro4_con1 .rq .div .rig .p1 {
        font-size: 18px;
    }
    .pro4_con1 .rq .div .rig .p2 {
        font-size: 14px;
        height: 72px;
        margin-bottom: 3%;
    }
    .pro4_con1 .rq .div .rig span {
        font-size: 14px;
        padding-bottom: 4px;
    }
}
@media(max-width:500px){
    .ny_banner .div2 .p1 {
        font-size: 24px;
        padding-bottom: 0;
    }
    .ny_banner .div2{
        margin: 0 auto;
        display: block;
        width: 220px;
    }
    .pro4_con1 .rq .div .lef{
        width: 100%;
    }
    .pro4_con1 .rq .div .rig{
        width: 100%;
        padding: 20px 10px;
    }
    .pro4_con1 .rq .div {
        margin-bottom: 20px;
        border-radius: 10px;
    }
    .pro4_con1 .rq .div .rig .p2{
        height: auto;
        margin: 10px 0;
    }
    .pro4_con1{
        padding: 0px 0;
        padding-bottom: 100px;
    }

}

/* 硬件设备详情 */
.pro4_dat1{
    width: 100%;
    padding-top: 5%;
}
.pro4_dat1 .rq{
    width: 100%;
}
.pro4_dat1 .lef{
    width: 46.88%;
    border-radius: 20px;
    overflow: hidden;
    float: left;
}
.pro4_dat1 .lef img{
    width: 100%;
    transition: all .5s;
}
.pro4_dat1 .lef:hover img{
    transform: scale(1.05);
}
.pro4_dat1 .rig{
    width: 53.12%;
    float: left;
    padding-left: 7%;
}
.pro4_dat1 .rig .p1{
    font-size: 48px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.pro4_dat1 .rig .div{
    width: 100%;
    margin-top: 5%;
}
.pro4_dat1 .rig .div .p1{
    font-size: 20px;
    color: #000000;
    padding-left: 15px;
    position: relative;
}
.pro4_dat1 .rig .div .p1::before{
    content: '';
    width: 4px;
    height: 20px;
    border-radius: 4px;
    background: #0070ef;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pro4_dat1 .rig .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    margin-top: 2.4%;
}
.pro4_dat2{
    width: 100%;
    padding-top: 4.7%;
    padding-bottom: 5%;
}
.pro4_dat2 .rq{
    width: 100%;
    padding-top: 3%;
    display: flex;
    flex-wrap: wrap;
}
.pro4_dat2 .rq .div{
    width: 18.15%;
    margin-right: 2.3125%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 4.2% 2.2%;
    border-radius: 20px;
    overflow: hidden;
}
.pro4_dat2 .rq .div:nth-child(5n){
    margin-right: 0;
}
.pro4_dat2 .rq .div img{
    display: block;
    width: 51px;
    transition: all .5s;
}
.pro4_dat2 .rq .div:hover img{
    transform: translateY(-10px);
}
.pro4_dat2 .rq .div .p1{
    font-size: 24px;
    color: #000000;
    margin-top: 16%;
    margin-bottom: 10%;
}
.pro4_dat2 .rq .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

.pro4_dat3{
    width: 100%;
    background: #f3f7fe;
    padding-top: 5.7%;
    padding-bottom: 3.5%;
}
.pro4_dat3 .rq1{
    width: 100%;
    padding: 4.3% 0;
    border-bottom: 1px solid #e6effd;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pro4_dat3 .rq1:last-child{
    border-bottom: none;
}
.pro4_dat3 .rq1:nth-child(2n){
    flex-direction:row-reverse
}
.pro4_dat3 .rq1 .lef{
    width: 31.3%;
    border-radius: 10px;
    overflow: hidden;
}
.pro4_dat3 .rq1 .lef img{
    width: 100%;
    transition: all .5s;
}
.pro4_dat3 .rq1:hover .lef img{
    transform: scale(1.05);
}
.pro4_dat3 .rq1 .rig{
    width: 68.7%;
    padding-left: 9%;
}
.pro4_dat3 .rq1:nth-child(2n) .rig{
    padding-left: 0;
    padding-right: 9%;
}
.pro4_dat3 .rq1 .rig .p1{
    font-size: 30px;
    color: #000000;
    margin-bottom: 3.2%;
}
.pro4_dat3 .rq1 .rig .p2{
    font-size: 16px;
    color: #333333;
    line-height: 2.25;   
}

.pro4_dat4{
    width: 100%;
    padding-top: 4.6%;
    padding-bottom: 13.5%;
}
.pro4_dat4 .rq{
    width: 100%;
    padding-top: 4.4%;
}
.pro4_dat4 .rq .lef{
    width: 50%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.pro4_dat4 .rq .lef .div{
    width: 44%;
    padding-right: 20px;
}
.pro4_dat4 .rq .lef .div:nth-child(2n){
    width: 56%;
    margin-right: 0;
}
.pro4_dat4 .rq .lef .div:nth-child(n+3){
    margin-top: 6%;
}
.pro4_dat4 .rq .lef .p1{
    font-size: 24px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.pro4_dat4 .rq .lef .p2{
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
    line-height: 2;
    word-wrap: break-word;
}
.pro4_dat4 .rq .rig{
    width: 50%;
    float: right;
}
.pro4_dat4 .rq .rig img{
    width: 100%;
}
@media(max-width:1459px){
    .pro4_dat1 .rig .p1 {
        font-size: 32px;
    }
    .pro4_dat1 .rig .div .p1 {
        font-size: 16px;
        padding-left: 12px;
    }
    .pro4_dat1 .rig .div .p1::before {
        width: 3px;
        height: 14px;
        border-radius: 3px;
    }
    .pro4_dat1 .rig .div .p2 {
        font-size: 14px;
    }
    .pro4_dat2 .rq .div img {
        width: 38px;
    }
    .pro4_dat2 .rq .div .p1 {
        font-size: 18px;
    }
    .pro4_dat2 .rq .div .p2 {
        font-size: 14px;
    }
    .pro4_dat3 .rq1 .rig .p1 {
        font-size: 24px;
    }
    .pro4_dat3 .rq1 .rig .p2 {
        font-size: 14px;
    }
    .pro4_dat4 .rq .lef .p1 {
        font-size: 18px;
    }
    .pro4_dat4 .rq .lef .p2 {
        font-size: 14px;
    }
}
@media(max-width:768px){
    .pro4_dat1 .lef{
        width: 100%;
    }
    .pro4_dat1 .rig{
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .pro4_dat2 .rq .div{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .pro4_dat2 .rq .div:nth-child(5n){
        margin-right: 2%;
    }
    .pro4_dat2 .rq .div:nth-child(3n){
        margin-right: 0%;
    }
}
@media(max-width:500px){
    .pro4_dat1{
        padding-top: 35px;
    }
    .pro4_dat1 .lef {
        border-radius: 10px;
    }
    .pro4_dat1 .rig .p1 {
        font-size: 22px;
    }
    .pro4_dat1 .rig .div{
        margin-top: 20px;
    }
    .pro4_dat2{
        padding: 35px 0;
    }
    .pro4_dat2 .rq{
        padding-top: 18px;
    }
    .pro4_dat2 .rq .div{
        width: 49%;
        padding: 20px 10px;
    }
    .pro4_dat2 .rq .div:nth-child(3n){
        margin-right: 2%;
    }
    .pro4_dat2 .rq .div:nth-child(2n){
        margin-right: 0;
    }
    .pro4_dat2 .rq .div .p1 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .pro4_dat2 .rq .div .p2 {
        font-size: 13px;
    }
    .pro4_dat3{
        padding: 35px 0;
    }
    .pro4_dat3 .rq1 .lef{
        width: 100%;
    }
    .pro4_dat3 .rq1{
        padding-top: 18px;
    }
    .pro4_dat3 .rq1 .rig{
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .pro4_dat3 .rq1 .rig .p1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .pro4_dat3 .rq1{
        padding: 20px 0;
    }
    .pro4_dat4{
        padding-top: 35px;
        padding-bottom: 100px;
    }
    .pro4_dat4 .rq{
        padding-top: 18px;
    }
    .pro4_dat4 .rq .lef{
        width: 100%;
    }
    .pro4_dat4 .rq .lef .p1 {
        font-size: 16px;
    }
    .pro4_dat4 .rq .lef .p2 {
        font-size: 12px;
        line-height: 1.6;
    }
    .pro4_dat4 .rq .lef .div:nth-child(n+3) {
        margin-top: 20px;
    }
    .pro4_dat4 .rq .rig{
        width: 100%;
        margin-top: 20px;
    }
}

/* 了解爱创 */
.ny_banner .div3{
    width: 100%;
    text-align: center;
}
.ny_banner .div3 .bf{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-image: url(../images/img43.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.ny_banner .div3 .p1{
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin: 1.3% 0;
}
.ny_banner .div3 .rk{
    margin: 0 auto;
    font-size: 18px;
    color: #0070ef;
    width: 232px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.abo_con1{
    width: 100%;
    padding-top: 5.2%;
    padding-bottom: 5%;
}
.abo_con1 .top{
    width: 100%;
}
.abo_con1 .top .lef{
    width: 50%;
    float: left;
    padding-top: 1.9%;
}
.abo_con1 .top .lef .text{
    font-size: 18px;
    color: #333333;
    line-height: 2;
    margin-top: 4%;
}
.abo_con1 .top .rig{
    float: right;
    width: 43.75%;
    border-radius: 20px;
    overflow: hidden;
}
.abo_con1 .top .rig img{
    width: 100%;
    transition: all .5s;
}
.abo_con1 .top .rig:hover img{
    transform: scale(1.05);
}
.abo_con1 .bot{
    width: 100%;
    padding-top: 4.2%;
    display: flex;
}
.abo_con1 .bot .div{
    width: 31.3%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 4% 2%;
    text-align: center;
    margin-right: 3.05%;
}
.abo_con1 .bot .div:nth-child(3n){
    margin-right: 0;
}
.abo_con1 .bot .div img{
    width: 51px;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.abo_con1 .bot .div:hover img{
    transform: translateY(-10px);
}
.abo_con1 .bot .div .p1{
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 20px;
    margin-bottom: 10px;
}
.abo_con1 .bot .div .p2{
    font-size: 18px;
    color: #333333;
}

.abo_con2{
    width: 100%;
    padding: 5% 0;
    background-image: linear-gradient(to bottom,#f2f6ff, #f8f9fc);
}
.abo_con2 .rq{
    width: 100%;
    margin-top: 3.3%;
}
.abo_con2 .swiper-container{
    padding:10px;
}
.abo_con2 .rq .swiper-slide{
    width: 53.2%;
    height: auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.abo_con2 .rq .div{
    padding: 15.5% 14%;
}
.abo_con2 .rq .div .p1{
    font-size: 24px;
    color: #0070ef;
    font-family: "HarmonyOS_Sans_SC_Medium";
    padding-left: 15px;
    position: relative;
}
.abo_con2 .rq .div .p1::before{
    content: '';
    width: 6px;
    height: 6px;
    background: #0070ef;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.abo_con2 .rq .div .p2{
    font-size: 24px;
    color: #0070ef;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 10px;
    margin-bottom: 25px;
}
.abo_con2 .rq .div .p3{
    font-size: 18px;
    color: #333333;
    line-height: 2;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.abo_con3{
    width: 100%;
    padding: 5% 0;
    background-image: linear-gradient(to bottom,#fff 5%, #fbfbfb);
}
.abo_con3 .rq{
    width: 100%;
    padding-top: 3.8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abo_con3 .lef{
    width: 21.9%;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}
.abo_con3 .lef p{
    font-size: 24px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    padding: 6% 10%;
    border-radius: 5px;
    position: relative;
}
.abo_con3 .lef p::before{
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #1faaff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
}
.abo_con3 .lef p.on{
    color: #fff;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}
.abo_con3 .lef p.on::before{
    opacity: 1;
}
.abo_con3 .rig{
    width: 72.5%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    padding: 5% 6.2%;
    padding-bottom: 3%;
}
.abo_con3 .rig .rq1{
    width: 100%;
    display: none;
}
.abo_con3 .rig .rq1.on{
    display: block;
}
.abo_con3 .rig .div{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.abo_con3 .rig .div img{
    width: 100%;
}
.abo_con3 .rig .p1{
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-top: 4.8%;
}
.abo_con3 .rig .p2{
    font-size: 18px;
    color: #333333;
    margin-top: 2%;
    padding-left: 30px;
    position: relative;
}
.abo_con3 .rig .p2::before{
    content: '';
    width: 21px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.abo_con3 .rig .p2.address::before{
    background-image: url(../images/img44.png);
}
.abo_con3 .rig .p2.Postal::before{
    background-image: url(../images/img45.png);
}

.abo_con4{
    width: 100%;
    background: #f6f9ff;
    padding-top: 4.8%;
    padding-bottom: 11.5%;
}
.abo_con4 .rq{
    width: 100%;
    padding-top: 3.3%;
}
.abo_con4 .rq .swiper-slide{
    padding: 5px;
}
.abo_con4 .rq .div{
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    padding: 3%;
    padding-bottom: 10%;
}
.abo_con4 .rq .div .top{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}
.abo_con4 .rq .div .top img{
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.abo_con4 .rq .div:hover .top img{
    transform: translate(-50%,-50%) scale(1.05);
}
.abo_con4 .rq .div p{
    font-size: 18px;
    color: #333333;
    text-align: center;
}
@media(max-width:1459px){
    .ny_banner .div3 .bf {
        width: 38px;
        height: 38px;
    }
    .ny_banner .div3 .p1 {
        font-size: 30px;
    }
    .ny_banner .div3 .rk {
        font-size: 14px;
        width: 176px;
        height: 44px;
        line-height: 44px;
        border-radius: 44px;
    }
    .abo_con1 .top .lef .text {
        font-size: 14px;
    }
    .abo_con1 .bot .div img {
        width: 40px;
    }
    .abo_con1 .bot .div .p1 {
        font-size: 18px;
    }
    .abo_con1 .bot .div .p2 {
        font-size: 14px;
    }
    .abo_con2 .rq .div .p1 {
        font-size: 18px;
    }
    .abo_con2 .rq .div .p2 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .abo_con2 .rq .div .p3 {
        font-size: 14px;
    }
    .abo_con3 .lef p {
        font-size: 18px;
    }
    .abo_con3 .rig .p1 {
        font-size: 18px;
    }
    .abo_con3 .rig .p2 {
        font-size: 14px;
        padding-left: 20px;
    }
    .abo_con3 .rig .p2::before {
        width: 15px;
        height: 19px;
    }
    .abo_con4 .rq .div p {
        font-size: 14px;
    }
}
@media(max-width:768px){
    .abo_con1 .top .lef{
        width: 100%;
    }
    .abo_con1 .top .rig{
        width: 100%;
        margin-top: 20px;
    }
    .abo_con3 .lef{
        width: 100%;
    }
    .abo_con3 .lef p{
        padding: 10px;
    }
    .abo_con3 .rig{
        width: 100%;
        margin-top: 20px;
    }
    .ny_banner .div3 .p1 {
        font-size: 20px;
    }
    .ny_banner .div3 .rk {
        font-size: 14px;
        width: 140px;
        height: 38px;
        line-height: 38px;
        border-radius: 38px;
    }
}
@media(max-width:500px){
    .ny_banner .div3 .p1{
        margin: 10px 0;
    }
    .abo_con1{
        padding: 35px 0;
    }
    .abo_con1 .top .lef .text{
        margin-top: 18px;
    }
    .abo_con1 .top .rig {
        border-radius: 10px;
    }
    .abo_con1 .bot .div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 20px 10px;
    }
    .abo_con1 .bot{
        flex-wrap: wrap;
    }
    .abo_con1 .bot .div .p1{
        margin: 10px 0;
    }
    .abo_con2{
        padding: 35px 0;
    }
    .abo_con2 .rq{
        margin-top: 8px;
    }
    .abo_con2 .rq .div{
        padding: 20px 10px;
    }
    .abo_con2 .rq .swiper-slide{
        opacity: 0 !important;
        transition-duration: 0ms !important;
    }
    .abo_con2 .rq .swiper-slide-active{
        opacity: 1 !important;
    }
    .abo_con2 .rq .div .p1 {
        padding-left: 10px;
        font-size: 14px;
    }
    .abo_con2 .rq .div .p1::before {
        width: 4px;
        height: 4px;
    }
    .abo_con2 .rq .div .p2 {
        font-size: 16px;
        margin-top: 6px;
        margin-bottom: 10px;
    }
    .abo_con3 .lef p {
        font-size: 16px;
    }
    .abo_con3{
        padding: 35px 0;
    }
    .abo_con3 .rq{
        padding-top: 18px;
    }
    .abo_con3 .lef p::before {
        border-top: 5px solid transparent;
        border-left: 5px solid #1faaff;
        border-bottom: 5px solid transparent;
        right: -5px;
    }
    .abo_con3 .rig{
        padding: 20px 10px;
    }
    .abo_con3 .rig .div {
        border-radius: 10px;
    }
    .abo_con3 .rig .p1{
        margin-top: 15px;
    }
    .abo_con3 .rig .p2{
        margin-top: 10px;
    }
    .abo_con4{
        padding-top: 35px;
        padding-bottom: 100px;
    }
    .abo_con4 .rq .div {
        border-radius: 10px;
    }
    .abo_con4 .rq{
        padding-top: 8px;
    }
}

/* 爱创招聘 */
.ny_banner .rq .div .p3{
    font-size: 40px;
    color: #333333;
    line-height: 1.25;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.abo2_con1{
    width: 100%;
    padding: 5% 0;
}
.abo2_con1 .rq{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abo2_con1 .rq img{
    width: 100%;
    transition: all .5s;
}
.abo2_con1 .rq .div:hover img{
    transform: scale(1.05);
}
.abo2_con1 .rq .div{
    width: 48.8%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.abo2_con1 .rq .div .p{
    width: 100%;
    font-size: 36px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 7.5%;
    padding-left: 5.8%;
}
.abo2_con1 .rq .div .p span{
    font-size: 18px;
    color: #ffffff;
    display: block;
}
.abo2_con1 .rq .div .p1{
    font-size: 18px;
    color: #ffffff;
    width: 230px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    text-align: center;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    position: absolute;
    left: 5.8%;
    bottom: 14.5%;
}

.abo2_con2{
    width: 100%;
    background: #f2f6fe;
    padding: 5.4% 0;
}
.abo2_con2 .rq{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.abo2_con2 .rq .lef{
    width: 45.3%;
}
.abo2_con2 .rq .p1{
    font-size: 36px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.abo2_con2 .rq .p2{
    font-size: 18px;
    color: #333333;
    line-height: 2;
    margin-top: 4.2%;
}
.abo2_con2 .rq .rig{
    width: 48.75%;
}
.abo2_con2 .rq .rig .div{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.abo2_con2 .rq .rig .div img{
    width: 100%;
    transition: all .5s;
}
.abo2_con2 .rq .rig .div:hover img{
    transform: scale(1.05);
}
.abo2_con2 .swiper-button-next,
.abo2_con2 .swiper-button-prev{
    width: 30px;
    height: 30px;
    background-image: url(../images/img46.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    transition: all .5s;
    opacity: 1;
}
.abo2_con2 .swiper-button-prev{
    left: 20px;
    transform: translateY(-50%) rotate(180deg);
}
.abo2_con2 .swiper-button-next:hover,
.abo2_con2 .swiper-button-prev:hover{
    background-image: url(../images/img47.png);
}

.abo2_con3{
    width: 100%;
    padding: 5.2% 0;
}
.abo2_con3 .rq{
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 8.8% 19.7%;
    padding-top: 6%;
    border-radius: 20px;
}
.abo2_con3 .text{
    width: 100%;
    position: relative;
    margin-top: 25px;
    font-size: 18px;
    color: #333333;
    line-height: 2;
}
.abo2_con3 .text::after,
.abo2_con3 .text::before{
    content: '';
    width: 31px;
    height: 29px;
    background-image: url(../images/img48.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -62px;
    right: -74px;
}
.abo2_con3 .text::after{
    top: -62px;
    left: -72px;
    transform: rotate(180deg);
}

.abo2_con4{
    width: 100%;
    padding: 5% 0;
    background: #f2f6ff;
}
.abo2_con4 .rq{
    width: 100%;
    margin-top: 3.2%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(../images/img49.jpg);
    background-size: cover;
    background-position: center;
}
.abo2_con4 .rq .div{
    width: 25%;
    display: flex;
    flex-wrap: wrap;
}
.abo2_con4 .rq .div .lef{
    width: 75%;
    padding: 15% 13.8%;
    background: #fff;
}
.abo2_con4 .rq .div .lef img{
    width: 51px;
    display: block;
}
.abo2_con4 .rq .div .lef .p1{
    font-size: 30px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 13%;
    margin-bottom: 17%;
}
.abo2_con4 .rq .div .lef .div1{
    width: 100%;
}
.abo2_con4 .rq .div .lef .div1 p{
    font-size: 18px;
    color: #333333;
    margin-bottom: 7.5%;
    padding-left: 25px;
    position: relative;
}
.abo2_con4 .rq .div .lef .div1 p::before{
    content: '';
    width: 18px;
    height: 12px;
    background-image: url(../images/img50.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
}

.abo2_con5{
    width: 100%;
    padding: 4.8% 0;
}
.abo2_con5 .rq{
    width: 100%;
    margin-top: 3%;
    position: relative;
}
.abo2_con5 .rq img{
    width: 100%;
}

.abo2_con6{
    width: 100%;
    background: #f7f9ff;
    padding-top: 4.8%;
    padding-bottom: 11.5%;
}
.abo2_con6 .rq{
    width: 100%;
    margin-top: 3.3%;
    display: flex;
    flex-wrap: wrap;
}
.abo2_con6 .rq .div{
    width: 23%;
    margin-right: 2.666%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 4.7% 2.8%;
    border-radius: 20px;
}
.abo2_con6 .rq .div:nth-child(4n){
    margin-right: 0;
}
.abo2_con6 .rq .div img{
    width: 50px;
    display: block;
    transition: all .5s;
}
.abo2_con6 .rq .div:hover img{
    transform: translateY(-10px);
}
.abo2_con6 .rq .div .p1{
    font-size: 30px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
}
.abo2_con6 .rq .div .p2{
    font-size: 18px;
    color: #333333;
    line-height: 2;
}
@media(max-width:1459px){
    .ny_banner .rq .div .p3 {
        font-size: 30px;
    }
    .abo2_con1 .rq .div .p {
        font-size: 26px;
    }
    .abo2_con1 .rq .div .p span {
        font-size: 14px;
    }
    .abo2_con1 .rq .div .p1 {
        font-size: 14px;
        width: 170px;
        height: 42px;
        line-height: 42px;
        border-radius: 42px;
    }
    .abo2_con2 .rq .p1 {
        font-size: 26px;
    }
    .abo2_con2 .rq .p2 {
        font-size: 14px;
    }
    .abo2_con2 .swiper-button-next, .abo2_con2 .swiper-button-prev {
        width: 25px;
        height: 25px;
        right: 10px;
    }
    .abo2_con2 .swiper-button-prev{
        left: 10px;
    }
    .abo2_con3 .text {
        margin-top: 20px;
        font-size: 14px;
    }
    .abo2_con3 .text::after, .abo2_con3 .text::before {
        content: '';
        width: 24px;
        height: 22px;
        background-image: url(../images/img48.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -46px;
        right: -56px;
    }
    .abo2_con3 .text::after{
        top: -46px;
        left: -56px;
    }
    .abo2_con4 .rq .div .lef img {
        width: 40px;
    }
    .abo2_con4 .rq .div .lef .p1 {
        font-size: 22px;
    }
    .abo2_con4 .rq .div .lef .div1 p {
        font-size: 14px;
        padding-left: 20px;
    }
    .abo2_con4 .rq .div .lef .div1 p::before {
        width: 14px;
        height: 9px;
        top: 6px;
    }
    .abo2_con6 .rq .div img {
        width: 38px;
    }
    .abo2_con6 .rq .div .p1 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .abo2_con6 .rq .div .p2 {
        font-size: 14px;
    }
}
@media(max-width:500px){
    .ny_banner .rq .div .p3 {
        font-size: 20px;
    }
    .abo2_con1{
        padding: 35px 0;
        padding-bottom: 20px;
    }
    .abo2_con1 .rq .div{
        width: 100%;
        margin-bottom: 15px;
    }
    .abo2_con1 .rq .div .p {
        font-size: 20px;
    }
    .abo2_con1 .rq .div .p1 {
        font-size: 12px;
        width: 120px;
        height: 34px;
        line-height: 34px;
        border-radius: 34px;
    }
    .abo2_con2{
        padding: 35px 0;
    }
    .abo2_con2 .rq .lef{
        width: 100%;
    }
    .abo2_con2 .rq{
        flex-wrap: wrap;
    }
    .abo2_con2 .rq .p1 {
        font-size: 21px;
    }
    .abo2_con2 .rq .p2{
        margin-top: 10px;
    }
    .abo2_con2 .rq .rig{
        width: 100%;
        margin-top: 20px;
    }
    .abo2_con3{
        padding: 35px 0;
    }
    .abo2_con3 .rq{
        padding: 30px;
    }
    .abo2_con3 .text::after, .abo2_con3 .text::before {
        width: 18px;
        height: 16px;
        bottom: -10px;
        right: -20px;
    }
    .abo2_con3 .text::after{
        top: -10px;
        left: -20px;
    }
    .abo2_con4{
        padding: 35px 0;
    }
    .abo2_con4 .rq{
        margin-top: 18px;
        border-radius: 10px;
    }
    .abo2_con4 .rq .div {
        width: 50%;
    }
    .abo2_con4 .rq .div .lef{
        padding: 20px 10px;
    }
    .abo2_con4 .rq .div .lef img {
        width: 34px;
    }
    .abo2_con4 .rq .div .lef .p1 {
        font-size: 16px;
        margin: 10px 0;
    }
    .abo2_con5{
        padding: 35px 0;
    }
    .abo2_con5 .rq{
        margin-top: 18px;
    }
    .abo2_con6{
        padding-top: 35px;
        padding-bottom: 100px;
    }
    .abo2_con6 .rq{
        margin-top: 18px;
    }
    .abo2_con6 .rq .div{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 20px 10px;
    }
    .abo2_con6 .rq .div:nth-child(4n){
        margin-right: 2%;
    }
    .abo2_con6 .rq .div:nth-child(2n){
        margin-right: 0%;
    }
    .abo2_con6 .rq .div .p1 {
        font-size: 16px;
        margin-top: 13px;
        margin-bottom: 6px;
    }
}

/* 媒体中心 */
.new_con1{
    width: 100%;
    padding-bottom: 4%;
}
.new_con1 .rq{
    width: 100%;
}
.new_con1 .swiper-slide{
    padding: 10px;
}
.new_con1 .div{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.new_con1 .div .lef{
    width: 50%;
    float: left;
    overflow: hidden;
}
.new_con1 .div .lef img{
    width: 100%;
    transition: all .5s;
}
.new_con1 .div:hover .lef img{
    transform: scale(1.05);
}
.new_con1 .div .rig{
    width: 50%;
    float: left;
    padding: 5.4% 4.8%;
    padding-bottom: 0;
}
.new_con1 .div .rig .p1{
    font-size: 16px;
    color: #333333;
}
.new_con1 .div .rig .p2{
    font-size: 32px;
    color: #000000;
    line-height: 1.1875;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 15px;
    margin-bottom: 18px;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_con1 .div .rig .p3{
    font-size: 18px;
    color: #333333;
    line-height: 1.77;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.new_con1 .div .rig .pabt{
    margin-top: 7%;
    margin-left: 0;
}

.new_con2{
    width: 100%;
    padding-bottom: 11.5%;
}
.new_con2 .rq{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.new_con2 .rq .div{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3.8%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.new_con2 .rq .div:nth-child(3n){
    margin-right: 0;
}
.new_con2 .rq .div .top{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.item{
    width: 80px;
    text-align: center;
    background: rgba(0,112,239,.9);
    padding: 10px 0;
}
.item .p1{
    font-size: 32px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Bold";
    line-height: 1;
}
.item .p2{
    font-size: 14px;
    color: #ffffff;
}
.new_con2 .rq .div .top .item{
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
}
.new_con2 .rq .div .top img{
    width: 100%;
    transition: all .5s;
}
.new_con2 .rq .div:hover .top img{
    transform: scale(1.05);
}
.new_con2 .rq .div .bot{
    width: 100%;
    padding: 7.5%;
    padding-bottom: 9.7%;
}
.new_con2 .rq .div .bot .p1{
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    height: 72px;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_con2 .rq .div .bot .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.625;
    margin-top: 10px;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media(max-width:1459px){
    .new_con1 .div .rig .p1 {
        font-size: 14px;
    }
    .new_con1 .div .rig .p2 {
        font-size: 24px;
    }
    .new_con1 .div .rig .p3 {
        font-size: 14px;
    }
    .new_con2 .rq .div .bot .p1 {
        font-size: 18px;
        height: 54px;
    }
    .new_con2 .rq .div .bot .p2 {
        font-size: 14px;
    }
    .item .p1 {
        font-size: 26px;
    }
    .item .p2 {
        font-size: 12px;
    }
    .item {
        width: 64px;
        padding: 8px 0;
    }
    .new_con2 .rq .div .top .item {
        top: 20px;
        left: 20px;
    }
}
@media(max-width:991px){
    .new_con1 .div .rig .p2 {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 10px;    
    }
    .new_con1 .div .rig {
        padding: 3.4% 4.8%;
        padding-bottom: 0;
    }
    .new_con2 .rq .div .bot{
        padding: 20px 10px;
    }
    .new_con2 .rq .div .bot .p1 {
        font-size: 16px;
        height: 48px;
    }
}
@media(max-width:500px){
    .new_con1{
        padding-bottom: 35px;
    }
    .new_con1 .div {
        border-radius: 10px;
    }
    .new_con1 .div .lef{
        width: 100%;
    }
    .new_con1 .div .rig{
        width: 100%;
        padding: 20px 10px;
    }
    .new_con2 .rq .div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .new_con2{
        padding-bottom: 100px;
    }
    .new_con2 .rq{
        padding-bottom: 20px;
    }
}

/* 市场活动 */
.new2_con1{
    width: 100%;
    padding-top: 2%;
    padding-bottom: 11.5%;
}
.new2_con1 .top{
    width: 100%;
    margin-bottom: 2%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.new2_con1 .top .lef{
    width: 42.2%;
    float: left;
    overflow: hidden;
}
.new2_con1 .top .lef img{
    width: 100%;
    transition: all .5s;
}
.new2_con1 .top:hover .lef img{
    transform: scale(1.05);
}
.new2_con1 .top .rig{
    width: 57.8%;
    float: left;
    padding: 2.5% 4.4%;
}
.new2_con1 .p3{
    font-size: 24px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin: 3% 0;
    margin-bottom: 2%;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.new2_con1 .p4{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new2_con1 .bot{
    width: 100%;
    padding-bottom: 2.4%;
}
.new2_con1 .bot .div{
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 2.5%;
}
.new2_con1 .bot .div .lef{
    width: 18.8%;
    overflow: hidden;
    float: left;
}
.new2_con1 .bot .div .lef img{
    width: 100%;
    transition: all .5s;
}
.new2_con1 .bot .div:hover .lef img{
    transform: scale(1.05);
}
.new2_con1 .bot .div .rig{
    width: 81.2%;
    float: left;
    padding: 2% 4%;
}
.new2_con1 .bot .div .rig .p3{
    margin-top: 2%;
    margin-bottom: 1.4%;
}

@media(max-width:1459px){
    .new2_con1 .p3 {
        margin-bottom: 1%;
        font-size: 18px;
    }
    .new2_con1 .p4 {
        font-size: 14px;
    }
}
@media(max-width:500px){
    .new2_con1 .top{
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .new2_con1 .top .lef{
        width: 100%;
    }
    .new2_con1 .top .rig{
        width: 100%;
        padding: 20px 10px;
    }
    .new2_con1 .p3{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .new2_con1 .bot .div{
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .new2_con1 .bot .div .lef{
        width: 100%;
    }
    .new2_con1 .bot .div .rig{
        width: 100%;
        padding: 20px 10px;
    }
    .new2_con1{
        padding-top: 10px;
        padding-bottom: 100px;
    }
}

/* 联系我们 */
.con_con1{
    width: 100%;
    padding-top: 4.7%;
    padding-bottom: 2.6%;
}
.con_con1 .top{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.con_con1 .top img{
    width: 100%;
}
.con_con1 .rq{
    width: 100%;
    padding-top: 3.2%;
}
.con_con1 .bot{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.con_con1 .bot .div{
    width: 31.3%;
    margin-right: 3.05%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 3.4% 1.9%;
    border-radius: 20px;
    text-align: center;
}
.con_con1 .bot .div:nth-child(3n){
    margin-right: 0;
}
.con_con1 .bot .div img{
    width: 51px;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.con_con1 .bot .div:hover img{
    transform: translateY(-10px);
}
.con_con1 .bot .div .p1{
    font-size: 18px;
    color: #333333;
    margin-top: 6%;
}
.con_con1 .bot .div .p2{
    font-size: 24px;
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #000000;
    margin-top: 5px;
}
.con_con1 .bot .div .p3{
    font-size: 16px;
    color: #333333;
    margin-top: 5%;
}

.con_con2{
    width: 100%;
    padding: 3.8% 0;
    background-image: url(../images/img51.jpg);
    background-size: cover;
    background-position: center;
}
.con_con2 .bt .p1,
.con_con2 .bt .p2{
    color: #fff;
}
.con_con2 .anniu{
    width: 200px;
    margin: 0 auto;
    float: none;
    display: block;
    margin-top: 2%;
}

.con_con3{
    width: 100%;
    padding-top: 5%;
    padding-bottom: 11.5%;
}
.con_con3 .bt .p2{
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.con_con3 .rq{
    width: 100%;
    padding: 0 18%;
    margin-top: 3%;
}
.con_con3 .rq .div{
    width: 100%;
    margin-bottom: 2.4%;
    position: relative;
}
.con_con3 .rq .div1{
    width: 49%;
    float: left;
    height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 0 32px;
    position: relative;
    margin-right: 2%;
    background: #fff;
}
.con_con3 .rq .div .div1:nth-child(2){
    margin-right: 0;
}
.con_con3 .rq .div input{
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Regular";
    display: block;
}
.con_con3 .rq .div1 i{
    font-size: 16px;
    color: #ff0000;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.con_con3 .rq .div1.div2{
    width: 100%;
}
.con_con3 .rq textarea{
    width: 100%;
    height: 200px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Regular";
    resize: none;
    margin-bottom: 2.4%;
}
.con_con3 .rq .div3{
    width: 49%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
.con_con3 .rq .div3 .ig{
    width: 26%;
}
.con_con3 .rq .div3 .ig img{
    width: 100%;
}
.con_con3 .rq .div3 p{
    font-size: 16px;
    color: #666666;
    margin-left: 20px;
}
.con_con3 .rq .tj{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.con_con3 .rq .tj .anniu{
    float: none;
    display: inline-block;
    background: #eaf0fc;
    cursor: pointer;
    font-family: "HarmonyOS_Sans_SC_Regular";
}
.con_con3 .rq .tj .anniu:first-child{
    color: #fff;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}
@media(max-width:1459px){
    .con_con1 .bot .div img {
        width: 40px;
    }
    .con_con1 .bot .div .p1 {
        font-size: 14px;
    }
    .con_con1 .bot .div .p2 {
        font-size: 18px;
    }
    .con_con1 .bot .div .p3 {
        font-size: 14px;
    }
    .con_con2 .anniu {
        width: 150px;
    }
    .con_con3 .rq .div1 {
        height: 44px;
        padding: 0 26px;
    }
    .con_con3 .rq .div1 i {
        font-size: 14px;
        left: 12px;
    }
    .con_con3 .rq .div input {
        font-size: 14px;
    }
    .con_con3 .rq textarea {
        height: 150px;
        padding: 14px;
        font-size: 14px;
    }
    .con_con3 .rq .div3 p {
        font-size: 14px;
        margin-left: 20px;
    }
}
@media(max-width:991px){
    .con_con3 .rq{
        padding: 0;
    }
}
@media(max-width:500px){
    .con_con1{
        padding: 35px 0;
    }
    .con_con1 .rq{
        padding-top: 18px;
    }
    .con_con1 .top {
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .con_con1 .bot .div{
        width: 100%;
        margin-bottom: 15px;
        padding: 20px 10px;
    }
    .con_con2{
        padding: 35px 0;
    }
    .con_con2 .anniu {
        width: 120px;
        margin-top: 30px;
    }
    .con_con3{
        padding-top: 35px;
        padding-bottom: 100px;
    }
    .con_con3 .rq{
        margin-top: 18px;
    }
    .con_con3 .rq .div1{
        width: 100%;
        margin-bottom: 10px;
    }
    .con_con3 .rq .div1:last-child{
        margin-bottom: 0;
    }
    .con_con3 .rq .div{
        margin-bottom: 10px;
    }
    .con_con3 .rq textarea {
        height: 120px;
    }
    .con_con3 .rq .div3{
        width: 100%;
        position: static;
        transform: translate(0);
    }
    .con_con3 .rq .div3 .ig {
        width: 30%;
    }
    .con_con3 .rq .div3 p {
        font-size: 12px;
        margin-left: 8px;
    }
}


/* 预约产品 */
.con2_con1{
    width: 100%;
    padding-top: 3%;
    padding-bottom: 11.5%;
}
.con2_con1 .rq{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
}
.con2_con1 .rq .lef{
    width: 48%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    padding:3% 3.5%;
    display: flex;
    flex-direction: column;
}
.con2_con1 .rq .rq1{
    width: 100%;
    padding-top: 5%;
    height: 100%;
}
.con2_con1 .rq .rq1 img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
.con2_con1 .rq .lef .div{
    width: 11.7%;
    padding-bottom: 5.6%;
    border: 1px solid #ededed;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 0.91428%;
    margin-bottom: 0.91428%;
}
.con2_con1 .rq .lef .div:nth-child(8n){
    margin-right: 0;
}
.con2_con1 .rq .lef .div img{
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    transition: all .5s;
}
.con2_con1 .rq .lef .div:hover img{
    transform: translate(-50%,-50%) scale(1.05);
}
.con2_con1 .rq .rig{
    width: 48%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.con2_con1 .rq .rig .p1{
    font-size: 24px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Medium";
    padding: 4% 0;
    text-align: center;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}
.con2_con1 .rq .rig .div{
    width: 100%;
    padding: 5% 6%;
}
.con2_con1 .rq .rig .div1{
    width: 100%;
    margin-bottom: 18px;
    border: 1px solid #ededed;
    position: relative;
    padding: 0 28px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.con2_con1 .rq .rig .div2 input,
.con2_con1 .rq .rig .div1 input{
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Regular";
}
.con2_con1 .rq .rig .div1 i{
    font-size: 16px;
    color: #ff0000;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.con2_con1 .rq .rig .div2{
    width: 100%;
    margin-bottom: 20px;
}
.con2_con1 .rq .rig .div2 input{
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 0 16px;
}
.con2_con1 .rq .rig .div3{
    width: 100%;
    padding-left: 0px;
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.con2_con1 .rq .rig .div3 .ig{
    width: 43%;
}
.con2_con1 .rq .rig .div3 p{
    width: 80.5%;
    font-size: 12px;
    color: #666666;
    margin-left: 15px;
}
.con2_con1 .rq .rig textarea{
    width: 100%;
    height: 150px;
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Regular";
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 15px;
    resize: none;
    margin-bottom: 20px;
}
.con2_con1 .rq .rig .div4{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.con2_con1 .rq .rig .div4 .anniu{
    width: 48%;
    float: none;
    display: inline-block;
    background: #eaf0fc;
    cursor: pointer;
    font-family: "HarmonyOS_Sans_SC_Regular";
    margin-right: 0;
}
.con2_con1 .rq .rig .div4 .anniu:first-child{
    color: #fff;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}
/* 弹框 */
.bdtk{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}
.bdtk .rq{
    width: 600px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 3.7% 2%;
    padding-bottom: 4.8%;
}
.bdtk .rq .esc{
    width: 32px;
    height: 32px;
    background-image: url(../images/img52.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.bdtk .rq img{
    width: 38.33%;
    display: block;
    margin: 0 auto;
}
.bdtk .rq .p1{
    font-size: 30px;
    color: #000000;
    padding-top: 36px;
    padding-bottom: 13px;
    text-align: center;
}
.bdtk .rq .p2{
    font-size: 18px;
    color: #000000;
    text-align: center;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display:none;
}
@media(max-width:1680px){
    .con2_con1 .rq .rig .p1 {
        padding: 2% 0;
    }
    .con2_con1 .rq .rig .div {
        padding: 3% 6%;
    }
    .con2_con1 .rq .rig .div1 {
        margin-bottom: 10px;
    }
    .con2_con1 .rq .rig textarea{
        height: 120px;
    }
    .con2_con1 .rq .rig .div3 {
        margin-top: 10px;
    }
    .con2_con1 .rq .rig .div2 {
        margin-bottom: 5px;
    }
    .con2_con1 .rq .rig textarea {
        margin-bottom: 10px;
    }
}
@media(max-width:1459px){
    .con2_con1 .rq .rig .p1 {
        font-size: 18px;
    }
    .con2_con1 .rq .rig .div2 input, .con2_con1 .rq .rig .div1 input {
        height: 44px;
        font-size: 14px;
    }
    .con2_con1 .rq .rig .div1 {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .con2_con1 .rq .rig .div1 i {
        font-size: 14px;
        left: 10px;
    }
    .con2_con1 .rq .rig .div3 p {
      font-size: 11px;
        margin-left: 0;
    }
    .con2_con1 .rq .rig .div2 input {
        padding: 0 12px;
    }
    .con2_con1 .rq .rig textarea {
        height: 130px;
        font-size: 14px;
        padding: 10px;
    }
    .bdtk .rq {
        width: 456px;
    }
    .bdtk .rq .p1 {
        font-size: 24px;
        padding-top: 26px;
        padding-bottom: 6px;
    }
    .bdtk .rq .p2 {
        font-size: 14px;
    }

}
@media(max-width:991px){
    .con2_con1 .rq .lef{
        width: 100%;
    }
    .con2_con1 .rq .rig{
        width: 100%;
        margin-top: 30px;
    }
    .con2_con1{
        padding-top: 35px;
        padding-bottom: 100px;
    }
    .con2_con1 .rq .lef{
        padding: 20px 10px;
    }
    .con2_con1 .rq .rq1{
        padding-top: 16px;
    }
    .con2_con1 .rq .lef .div{
        width: 23.5%;
        padding-bottom: 14%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .con2_con1 .rq .lef .div:nth-child(8n){
        margin-right: 2%;
    }
    .con2_con1 .rq .lef .div:nth-child(4n){
        margin-right: 0%;
    }
    .con2_con1 .rq .rig .div{
        padding: 20px 10px;
    }
    .bdtk .rq{
        width: 95%;
    }
    .bdtk .rq .p1 {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 6px;
    }
    .bdtk .rq{
        padding: 25px 10px;
    }
}

/* 经典案例 */
.case_dat1{
    width: 100%;
    padding-top: 3.4%;
}
.case_dat1 .rq{
    width: 100%;
    padding-left: 174px;
    position: relative;
}
.case_dat1 .rq select{
    width: 148px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Regular";
    border: none;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    padding-right: 12px;
    background-image: url(../images/img54.png);
    background-size: 12px 6px;
    background-position: right center;
    background-repeat: no-repeat;
}
.case_dat1 .rq1{
    width: 100%;
    height: 62px;
    border-radius: 62px;
    background: #f2f7fc;
    padding-right: 182px;
    position: relative;
}
.case_dat1 .rq1 .inp{
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #999999;
    font-family: "HarmonyOS_Sans_SC_Light";
    padding: 0 34px;
}
.case_dat1 .rq1 .but{
    width: 180px;
    height: 60px;
    border-radius: 60px;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Light";
}
.case_dat1 .rq1 .but i{
    display: inline-block;
    width: 16px;
    height: 15px;
    background-image: url(../images/img53.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.case_dat2{
    width: 100%;
    padding-top: 2.3%;
}
.case_dat2 .rq{
    width: 100%;
    background: #f2f7fc;
    padding: 0 3.5%;
    border-radius: 6px;
    overflow: hidden;
}
.case_dat2 .rq .div{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dae5ef;
    position: relative;
    padding-left: 130px;
}
.case_dat2 .rq .div:last-child{
    border-bottom:none;
}
.case_dat2 .rq .div p{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    position: absolute;
    top: 30px;
    left: 0;
}
.case_dat2 .rq .div1{
    width: 100%;
}
.case_dat2 .rq .div1 span{
    font-size: 18px;
    color: #333333;
    padding: 0 10px;
    line-height: 30px;
    float: left;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-right: 4.4%;
    cursor: pointer;
}
.case_dat2 .rq .div1 span:last-child{
    margin-right: 0;
}
.case_dat2 .rq .div1 span.on{
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    color: #fff;
}

.case_dat3{
    width: 100%;
    padding-top: 3.2%;
    padding-bottom: 11.5%;
}
.case_dat3 .rq{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.case_dat3 .rq .div{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3.2%;
    box-shadow: 0 0 20px rgb(0,0,0,0.1);
}
.case_dat3 .rq .div:nth-child(3n){
    margin-right: 0;
}
.case_dat3 .rq .div .top{
    width: 100%;
    overflow: hidden;
}
.case_dat3 .rq .div .top img{
    width: 100%;
    transition: all .5s;
}
.case_dat3 .rq .div:hover .top img{
    transform: scale(1.05);
}
.case_dat3 .rq .div .bot{
    width: 100%;
    padding:5% 20px;
}
.case_dat3 .rq .div .bot .p1{
    font-size: 18px;
    color: #000000;
    height:48px;

      display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case_dat3 .rq .div .bot .div1{
    width: 100%;
}
.case_dat3 .rq .div .bot .div1 span{
    font-size: 14px;
    color: #0070ef;
    background: #0070ef0f;
    line-height: 32px;
    padding: 0 15px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 4px;
}
.case_dat3 .rq .div .bot .div1 span:last-child{
    margin-right: 0;
}
@media(max-width:1459px){
    .case_dat1 .rq select {
        width: 120px;
        font-size: 14px;
    }
    .case_dat1 .rq {
        padding-left: 136px;
    }
    .case_dat1 .rq1 {
        height: 48px;
        border-radius: 48px;
        padding-right: 138px;
    }
    .case_dat1 .rq1 .inp {
        font-size: 14px;
        padding: 0 26px;
    }
    .case_dat1 .rq1 .but {
        width: 136px;
        height: 46px;
        border-radius: 46px;
        font-size: 14px;
    }
    .case_dat1 .rq1 .but i {
        width: 14px;
        height: 13px;
        margin-right: 8px;
    }
    .case_dat2 .rq .div {
        padding-top: 24px;
        padding-bottom: 14px;
        padding-left: 98px;
    }
    .case_dat2 .rq .div p {
        font-size: 14px;
        line-height: 24px;
        top: 24px;
    }
    .case_dat2 .rq .div1 span {
        font-size: 14px;
        padding: 0 8px;
        line-height: 24px;
    }
    .case_dat3 .rq .div .bot .p1 {
        font-size: 14px;
        height:38px;
    }
    .case_dat3 .rq .div .bot .div1 span {
        font-size: 12px;
        line-height: 26px;
        padding: 0 8px;
    }

}
@media(max-width:768px){
    .case_dat3 .rq .div{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
        
    }
    .case_dat3 .rq .div .bot{
padding:15px 10px;
    }
    .case_dat3 .rq .div:nth-child(4n){
        margin-right: 2%;
    }
    .case_dat3 .rq .div:nth-child(3n){
        margin-right: 0%;
    }
}
@media(max-width:500px){
    .case_dat1{
        padding-top: 20px;
    }
    .case_dat1 .rq{
        padding-left: 0;
    }
    .case_dat1 .rq select{
        position: static;
        transform: translate(0);
        display: block;
        margin-bottom: 10px;
    }
    .case_dat1 .rq1 .inp {
        padding: 0 18px;
    }
    .case_dat2{
        padding-top: 20px;
    }
    .case_dat2 .rq .div{
        padding-left: 0;
        padding-top: 14px;
        padding-bottom: 4px;
    }
    .case_dat2 .rq .div p{
        position: static;
        transform: translate(0);
        font-size: 16px;
        margin-bottom: 10px;
    }
    .case_dat3{
        padding-top: 20px;
        padding-bottom: 100px;
    }
    .case_dat3 .rq .div{
        width: 49%;
    }
    .case_dat3 .rq .div:nth-child(3n){
        margin-right: 2%;
    }
    .case_dat3 .rq .div:nth-child(2n){
        margin-right: 0%;
    }

}

/* 经典案例详情 */
.case2_dat1{
    width: 100%;
    background: #f2f7fb;
    padding: 38px 0;
}
.case2_dat1,
.case2_dat1 a,
.case2_dat1 span{
    font-size: 16px;
    color: #333333;
}
.case2_dat1 span{
    color: #0070ef;
}
.case2_dat1 a:hover{
    color: #0070ef;
}

.case2_dat2{
    width: 100%;
    padding-bottom: 11.5%;
    background: #f2f7fb;
}
.case2_dat2 .lef{
    width: 71.3%;
    background: #fff;
    padding: 5%;
    padding-bottom: 7%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    float: left;
}
.case2_dat2 .lef .top{
    width: 100%;
    margin-bottom: 4%;
    padding-bottom: 4%;
    border-bottom: 1px solid #ededed;
}
.case2_dat2 .lef .top .p1{
    font-size: 30px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.case2_dat2 .lef .top .div{
    width: 100%;
    margin-top: 15px;
}
.case2_dat2 .lef .top .div span{
    font-size: 14px;
    color: #014099;
    padding: 0 15px;
    line-height: 32px;
    background: #f2f8fe;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.case2_dat2 .lef .top .div span:last-child{
    margin-right: 0;
}
.case2_dat2 .lef .con{
    width: 100%;
    padding-bottom: 7%;
    font-size: 16px;
    color: #333333;
    line-height: 2;
    font-family: "HarmonyOS_Sans_SC_Light";
    border-bottom: 1px solid #ededed;
}
.case2_dat2 .lef .con .p1{
    font-size: 24px;
    color: #014099;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-bottom: 10px;
}
.case2_dat2 .lef .con img{
    max-width: 100% !important;
    height: auto !important; 
   /* display: block;*/
}
.case2_dat2 .lef .con .div{
    width: 100%;
}
.case2_dat2 .lef .con .div p{
    padding-left: 20px;
    position: relative;
    padding-bottom: 20px;
}
.case2_dat2 .lef .con .div p::before{
    content: '';
    width: 5px;
    height: 5px;
    background: #0070ef;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 2;
}
.case2_dat2 .lef .con .div p::after{
    content: '';
    width: 1px;
    height: 100%;
    background: #e5f0fd;
    position: absolute;
    left: 2px;
    top: 12px;
}
.case2_dat2 .lef .con .div p:last-child{
    padding-bottom: 0;
}
.case2_dat2 .lef .con .div p:last-child::after{
    display: none;
}
.case2_dat2 .lef .con .div1{
    width: 100%;
}
.case2_dat2 .lef .con .div1 p{
    padding-left: 32px;
    position: relative;
    margin-bottom: 10px;
}
.case2_dat2 .lef .con .div1 p span{
    font-size: 12px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Medium";
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 4px;
    background: #0070ef;
    position: absolute;
    left: 0;
    top: 7px;
}
.case2_dat2 .lef .bot{
    width: 100%;
    padding-top: 9%;
    position: relative;
    padding-right: 170px;
}
.case2_dat2 .lef .bot a{
    font-size: 16px;
    color: #666666;
    display: block;
    margin-top: 24px;
    transition: all .5s;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.case2_dat2 .lef .bot a:first-child{
    margin-top: 0;
}
.case2_dat2 .lef .bot a:hover{
    color: #0070ef;
}
.case2_dat2 .lef .bot .a{
    font-size: 16px;
    color: #ffffff !important;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}
.case2_dat2 .lef .bot .a i{
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url(../images/img55.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 18px;
}
.case2_dat2 .rig{
    width: 26.9%;
    float: right;
}
.case2_dat2 .rig .rq{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 9.2%;
    overflow: hidden;
}
.case2_dat2 .rig .p{
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    padding: 5.6% 11%;
}
.case2_dat2 .rig .rq1{
    width: 100%;
    padding: 11%;
    padding-bottom: 9.3%;
}
.case2_dat2 .rig .rq1 .div{
    width: 100%;
    margin-bottom: 12%;
}
.case2_dat2 .rig .rq1 .div:last-child{
    margin-bottom: 0;
}
.case2_dat2 .rig .rq1 .div .p1{
    font-size: 20px;
    color: #0070ef;
    position: relative;
}
.case2_dat2 .rig .rq1 .div .p1::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #dedede;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.case2_dat2 .rig .rq1 .div .p1 span{
    display: inline-block;
    position: relative;
    z-index: 3;
    background: #fff;
    padding-right: 10px;
}
.case2_dat2 .rig .rq1 .div1{
    width: 100%;
    padding-left: 9.6%;
    padding-top: 9.6%;
}
.case2_dat2 .rig .rq1 .div1 a{
    display: block;
    font-size: 18px;
    color: #333333;
    margin-bottom: 6.5%;
    padding-right: 15px;
    position: relative;
    transition: all .5s;
}
.case2_dat2 .rig .rq1 .div1 a:hover{
    color: #0070ef;
}
.case2_dat2 .rig .rq1 .div1 a::before{
    content: '';
    width: 7px;
    height: 12px;
    background-image: url(../images/img56.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 6px;
    transition: all .5s;
}
.case2_dat2 .rig .rq1 .div1 a:hover::before{
    background-image: url(../images/img57.png);
}
.case2_dat2 .rig .rq1 .div2{
    width: 100%;
    padding-bottom: 10%;
    border-bottom: 1px solid #ededed;
}
.case2_dat2 .rig .rq1 .p2{
    font-size: 20px;
    color: #0070ef;
    margin-bottom: 4%;
}
.case2_dat2 .rig .rq1 .text{
    font-size: 18px;
    color: #333333;
    line-height: 1.5555;
    margin-bottom: 8.3%;
}
.case2_dat2 .rig .rq1 .div2 img{
    width: 50.4%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.case2_dat2 .rig .rq1 .p3{
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.case2_dat2 .rig .rq1 .div3{
    width: 100%;
    padding-top: 9%;
}
.case2_dat2 .rig .rq1 .div3 .text{
    text-align: center;
    padding: 0 5%;
}
.case2_dat2 .rig .rq1 .div3 img{
    width: 44%;
    display: block;
    margin: 0 auto;
    margin-bottom: 6%;
}
.case2_dat2 .rig .rq1 .div3 .p3{
    color: #999999;
}
.case2_dat2 .rig .rq1 .div4{
    width: 100%;
    padding-top: 9.6%;
}
.case2_dat2 .rig .rq1 .div5{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
}
.case2_dat2 .rig .rq1 .div5 img{
    width: 100%;
}
.case2_dat2 .rig .rq1 .div5:hover img{
    transform: scale(1.05);
}
.case2_dat2 .rig .rq1 .div5 p{
    font-size: 18px;
    color: #333333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 6%;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
@media(max-width:1459px){
    .case2_dat1 {
        padding: 28px 0;
    }
    .case2_dat1, .case2_dat1 a, .case2_dat1 span {
        font-size: 14px;
    }
    .case2_dat2 .lef .top .p1 {
        font-size: 24px;
    }
    .case2_dat2 .lef .top .div span {
        font-size: 12px;
        padding: 0 10px;
        line-height: 27px;
    }
    .case2_dat2 .lef .con .p1 {
        font-size: 18px;
    }
    .case2_dat2 .lef .con {
        font-size: 14px;
    }
    .case2_dat2 .lef .bot a {
        font-size: 14px;
        margin-top: 18px;
    }
    .case2_dat2 .lef .bot .a {
        font-size: 14px;
        width: 120px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
    }
    .case2_dat2 .lef .bot .a i {
        margin-left: 6px;
    }
    .case2_dat2 .lef .bot {
        padding-right: 138px;
    }
    .case2_dat2 .rig .p {
        font-size: 18px;
    }
    .case2_dat2 .rig .rq1 .div .p1 {
        font-size: 16px;
    }
    .case2_dat2 .rig .rq1 .div1 a {
        font-size: 14px;
    }
    .case2_dat2 .rig .rq1 .p2 {
        font-size: 16px;
    }
    .case2_dat2 .rig .rq1 .text {
        font-size: 14px;
    }
    .case2_dat2 .rig .rq1 .p3 {
        font-size: 12px;
    }
    .case2_dat2 .rig .rq1 .div5 p {
        font-size: 14px;
    }

}
@media(max-width:991px){
    .case2_dat2 .lef{
        width: 100%;
    }
    .case2_dat2 .rig{
        width: 100%;
        margin-top: 30px;
    }
    .case2_dat2 .rig .p{
        padding: 15px;
    }
    .case2_dat2 .rig .rq1{
        padding: 25px 15px;
    }
    .case2_dat2 .rig .rq1 .div1{
        padding-top: 15px;
        padding-left: 15px;
    }
    .case2_dat2 .rig .rq1 .div1 a{
        margin-bottom: 10px;
    }
    .case2_dat2 .rig .rq1 .div{
        margin-bottom: 20px;
    }
    .case2_dat2 .rig .rq{
        margin-bottom: 20px;
    }
    .case2_dat2 .rig .rq1 .p2{
        margin-bottom: 15px;
    }
    .case2_dat2 .rig .rq1 .text{
        margin-bottom: 15px;
    }
    .case2_dat2 .rig .rq1 .div2{
        padding-bottom: 20px;
    }
    .case2_dat2 .rig .rq1 .div3{
        padding-top: 20px;
    }
    .case2_dat2 .rig .rq1 .div3 img{
        margin-bottom: 10px;
    }
    .case2_dat2 .rig .rq1 .div4{
        padding-top: 20px;
    }
}
@media(max-width:500px){
    .case2_dat1 {
        padding: 20px 0;
    }
    .case2_dat2 .lef{
        padding: 20px 10px;
    }
    .case2_dat2 .lef .top .p1 {
        font-size: 20px;
    }
    .case2_dat2 .lef .top .div {
        margin-top: 10px;
    }
    .case2_dat2 .lef .top{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .case2_dat2 .lef .con .p1 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .case2_dat2 .lef .con .div1 p span {
        top: 4px;
    }
    .case2_dat2 .lef .con{
        padding-bottom: 20px;
    }
    .case2_dat2 .lef .bot{
        padding-top: 20px;
        padding-right: 0;
    }
    .case2_dat2 .lef .bot .a{
        position: static;
        margin-top: 10px;
    }
    .case2_dat2 .lef .bot a {
        margin-top: 8px;
    }
    .case2_dat2{
        padding-bottom: 100px;
    }
}


/* 服务体系 */
.ser_con1{
    width: 100%;
    background-image: url(../images/img58.jpg);
    background-size: cover;
    background-position: center bottom;
}
.ser_con1 .rq1{
    width: 100%;
    padding-top: 5%;
    padding-bottom: 4.5%;
}
.ser_con1 .rq2{
    width: 100%;
    margin-top: 3.2%;
    display: flex;
    flex-wrap: wrap;
}
.ser_con1 .rq2 .div{
    width: 31.3%;
    padding: 3%;
    padding-bottom: 4.3%;
    background-image: url(../images/img59.jpg);
    background-size: cover;
    background-position: center bottom;
    margin-right: 3.05%;
    text-align: center;
}
.ser_con1 .rq2 .div:nth-child(3n){
    margin-right: 0;
}
.ser_con1 .rq2 .div img{
    width: 74px;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.ser_con1 .rq2 .div:hover img{
    transform: translateY(-10px);
}
.ser_con1 .rq2 .div .p1{
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 10%;
    margin-bottom: 4.5%;
}
.ser_con1 .rq2 .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

.ser_con2{
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5.6%;
    background: #edf4fb;
}
.ser_con2 .top{
    width: 100%;
    padding-top: 4.2%;
}
.ser_con2 .top img{
    width: 100%;
}
.ser_con2 .bot{
    width: 100%;
    padding-top: 6.6%;
}
.ser_con2 .bot img{
    width: 100%;
}

.ser_con3{
    width: 100%;
    padding: 5% 0;
}
.ser_con3 .rq{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 3.2%;
}
.ser_con3 .rq .div{
    width: 18.9%;
    margin-right: 1.375%;
    padding: 3% 2.3%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.ser_con3 .rq .div:nth-child(5n){
    margin-right: 0;
}
.ser_con3 .rq .div img{
    width: 30%;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.ser_con3 .rq .div:hover img{
    transform: translateY(-10px);
}
.ser_con3 .rq .div .p1{
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    text-align: center;
    margin-top: 14%;
    margin-bottom: 12%;
}
.ser_con3 .rq .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    text-align: center;
}

.ser_con4{
    width: 100%;
    padding: 5% 0;
    background: #f2f7fc;
}
.ser_con4 .rq{
    width: 100%;
    padding-top: 3.2%;
}
.ser_con4 .rq .div{
    width: 100%;
    margin-bottom: 8px;
    background: #fff;
    padding: 2.4% 2.5%;
    display: flex;
    align-items: center;
}
.ser_con4 .rq .div .lef{
    width: 66px;
}
.ser_con4 .rq .div .lef img{
    width: 100%;
}
.ser_con4 .rq .div .rig{
    padding-left: 2.6%;
}
.ser_con4 .rq .div .rig .p1{
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.ser_con4 .rq .div .rig .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    margin-top: 10px;
}

.ser_con5{
    width: 100%;
    padding-top: 4.8%;
    padding-bottom: 11.5%;
}
.ser_con5 .rq{
    width: 100%;
    padding: 3.2% 0;
    display: flex;
    flex-wrap: wrap;
}
.ser_con5 .rq .div{
    width: 15%;
    margin-right: 2%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-image: url(../images/img60.png);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 2.2% 0%;
    padding-bottom: 3.3%;
    position: relative;
}
.ser_con5 .rq .div:nth-child(6n){
    margin-right: 0;
}
.ser_con5 .rq .div::before{
    content: '';
    width: 110%;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translateY(-50%);
    z-index: 3;
}
.ser_con5 .rq .div:nth-child(6n)::before{
    display: none;
}
.ser_con5 .rq .div img{
    width: 50%;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.ser_con5 .rq .div:hover img{
    transform: translateY(-10px);
}
.ser_con5 .rq .div .p1{
    font-size: 16px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Medium";
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15%;
    position: relative;
    z-index: 5;
}
.ser_con5 .rq .div .p2{
    font-size: 20px;
    color: #000000;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Medium";

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ser_con5 .anniu{
    float: none;
    display: block;
    margin: 0 auto;
    width: 200px;
}
@media(max-width:1459px){
    .ser_con1 .rq2 .div img {
        width: 56px;
    }
    .ser_con1 .rq2 .div .p1 {
        font-size: 18px;
    }
    .ser_con1 .rq2 .div .p2 {
        font-size: 14px;
    }
    .ser_con3 .rq .div .p1 {
        font-size: 18px;
    }
    .ser_con3 .rq .div .p2 {
        font-size: 14px;
    }
    .ser_con4 .rq .div .rig .p1 {
        font-size: 18px;
    }
    .ser_con4 .rq .div .rig .p2 {
        font-size: 14px;
        margin-top: 6px;
    }
    .ser_con5 .rq .div .p2 {
        font-size: 16px;
    }
    .ser_con5 .rq .div .p1 {
        font-size: 14px;
        width: 26px;
        line-height: 26px;
    }
    .ser_con5 .rq .div::before {
        top: 59%;
    }

}
@media(max-width:500px){
    .ser_con1 .rq1{
        padding: 35px 0;
        padding-bottom: 20px;
    }
    .ser_con1 .rq2{
        margin-top: 18px;
    }
    .ser_con1 .rq2 .div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .ser_con1 .rq2 .div{
        padding: 20px 10px;
        background-position: center;
    }
    .ser_con2{
        padding: 35px 0;
    }
    .ser_con2 .top{
        padding-top: 18px;
    }
    .ser_con2 .bot{
        padding-top: 20px;
    }
    .ser_con3{
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .ser_con3 .rq{
        padding-top: 18px;
    }
    .ser_con3 .rq .div{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 20px 10px;
        border-radius: 10px;
    }
    .ser_con3 .rq .div:nth-child(5n){
        margin-right: 2%;
    }
    .ser_con3 .rq .div:nth-child(2n){
        margin-right: 0%;
    }
    .ser_con3 .rq .div .p1 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .ser_con4{
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .ser_con4 .rq{
        padding-top: 18px;
    }
    .ser_con4 .rq .div{
        padding: 20px 10px;
        margin-bottom: 15px;
        flex-wrap: wrap;
        text-align: center;
    }
    .ser_con4 .rq .div .rig{
        width: 100%;
        margin-top: 10px;
    }
    .ser_con4 .rq .div .lef{
        margin: 0 auto;
    }
    .ser_con5{
        padding-top: 35px;
        padding-bottom: 100px;
    }
    .ser_con5 .rq{
        padding-top: 18px;
        padding-bottom: 20px;
    }
    .ser_con5 .rq .div::before{
        display: none;
    }
    .ser_con5 .rq .div{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 20px 10px;
        border-radius: 10px;
    }
    .ser_con5 .rq .div:nth-child(6n){
        margin-right: 2%;
    }
    .ser_con5 .rq .div:nth-child(2n){
        margin-right: 0;
    }
    .ser_con5 .rq .div .p1{
        margin: 10px auto;
    }
    .ser_con5 .anniu {
        width: 130px;
    }

}

/* 我要投诉 */
.ser2_con1{
    width: 100%;
    padding-top: 4.8%;
    padding-bottom: 11.5%;
}
.ser2_con1 .rq{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 3.4% 21.2%;
    margin-top: 3.2%;
    position: relative;
    z-index: 3;
}
.ser2_con1 .rq::before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/img61.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.ser2_con1 .rq .div{
    width: 100%;
    margin-bottom: 3.2%;
}
.ser2_con1 .rq .p{
    font-size: 16px;
    color: #333333;
    margin-bottom: 17px;
}
.ser2_con1 .rq .p i{
    font-size: 16px;
    color: #ff0000;
    margin-left: 5px;
}
.ser2_con1 .rq .div1{
    width: 100%;
    font-size: 16px;
    color: #333333;
}
.ser2_con1 .rq .div1 .radio{
    margin: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ededed;
    border-radius: 3px;
    margin-bottom: -4px;
    margin-right: 8px;
    margin-left: 30px;
}
.ser2_con1 .rq .div1 .radio:first-child{
    margin-left: 0;
}
.ser2_con1 .rq .div1 .radio[type="radio"]:checked{
    background-image: url(../images/img62.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.ser2_con1 .rq .div .div2{
    width: 48%;
    margin-right: 4%;
    float: left;
    margin-bottom: 3.2%;
}
.ser2_con1 .rq .div .div2:nth-child(2n){
    margin-right: 0;
}
.ser2_con1 .rq .div .div3{
    width: 100%;
    height: 58px;
    border: 1px solid #ededed;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.ser2_con1 .rq .div .div3 input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #999999;
    padding: 0 16px;
    padding-right: 20px;
    font-family: "HarmonyOS_Sans_SC_Regular";
}
.ser2_con1 .rq .div .div3 i{
    font-size: 16px;
    color: #ff0000;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
.ser2_con1 .rq .div .div3 select{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #999999;
    padding: 0 16px;
    padding-right: 64px;
    border: none;
    appearance:none;
    background-image: url(../images/img63.png);
    background-size: 13px 7px;
    background-position: 88% center;
    background-repeat: no-repeat;
    font-family: "HarmonyOS_Sans_SC_Regular";
}
.ser2_con1 .rq .div .div4{
    width: 100%;
}
.ser2_con1 .rq .div .div5{
    width: 100%;
    padding-right: 156px;
    position: relative;
}
.ser2_con1 .rq .div .div5 p{
    width: 100%;
    font-size: 16px;
    color: #999999;
    padding: 0 16px;
    line-height: 58px;
}
.ser2_con1 .rq .div .div5 .sc{
    width: 156px;
    height: 100%;
    background: #eaf0fc;
    text-align: center;
    line-height: 58px;
    font-size: 16px;
    color: #0070ef;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.ser2_con1 .rq .div .div5 .sc input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    font-family: "HarmonyOS_Sans_SC_Regular";
    opacity: 0;
}
.ser2_con1 .rq .div .div6{
    width: 100%;
    height: 120px;
    border: 1px solid #ededed;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.ser2_con1 .rq .div textarea{
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    color: #999999;
    padding: 16px;
    padding-right: 20px;
    font-family: "HarmonyOS_Sans_SC_Regular";
    resize: none;
    border: none;
}
.ser2_con1 .rq .div .div6 i{
    font-size: 16px;
    color: #ff0000;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
.ser2_con1 .rq .div textarea:-moz-placeholder,
.ser2_con1 .rq .div .div3 input:-moz-placeholder,
.ser2_con1 .rq .div .div3 select:-moz-placeholder {  
    color: #999999; 
}  
.ser2_con1 .rq .div textarea:-ms-input-placeholder,
.ser2_con1 .rq .div .div3 input:-ms-input-placeholder,
.ser2_con1 .rq .div .div3 select:-ms-input-placeholder { 
    color: #999999;  
}  
.ser2_con1 .rq .div textarea::-webkit-input-placeholder,
.ser2_con1 .rq .div .div3 input::-webkit-input-placeholder,
.ser2_con1 .rq .div .div3 select::-webkit-input-placeholder { 
    color: #999999;  
}
.ser2_con1 .rq .div7{
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.ser2_con1 .rq .div7 .anniu{
    float: none;
    display: inline-block;
    background: #eaf0fc;
}
.ser2_con1 .rq .div7 .anniu.c_anniu{
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}
@media(max-width:1459px){
    .ser2_con1 .rq .div .div3 {
        height: 44px;
    }
    .ser2_con1 .rq .div1{
        font-size: 14px;
    }
    .ser2_con1 .rq .p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .ser2_con1 .rq .div textarea,
    .ser2_con1 .rq .div .div5 p,
    .ser2_con1 .rq .div .div3 select,
    .ser2_con1 .rq .div .div3 input {
        font-size: 14px;
    }
    .ser2_con1 .rq .div .div5 .sc,
    .ser2_con1 .rq .div .div5 p {
        line-height: 42px;
    }
}
@media(max-width:991px){
    .ser2_con1 .rq{
        padding: 30px 20px;
    }
}
@media(max-width:500px){
    .ser2_con1{
        padding: 35px 0;
        padding-bottom: 100px;
    }
    .ser2_con1 .rq{
        padding: 20px 10px;
        border-radius: 10px;
    }
    .ser2_con1 .rq .p {
        margin-bottom: 6px;
    }
    .ser2_con1 .rq .div{
        margin-bottom: 15px;
    }
    .ser2_con1 .rq .div .div2{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .ser2_con1 .rq .div .div5 .sc {
        width: 80px;
        font-size: 14px;
    }
    .ser2_con1 .rq .div .div5{
        padding-right: 80px;
    }
}

/* 常见问题 */
.ser3_con1{
    width: 100%;
    padding-top: 5%;
    padding-bottom: 11.5%;
}
.ser3_con1 .rq{
    width: 100%;
}
.ser3_con1 .rq .div{
    width: 100%;
    margin-bottom: 10px;
}
.ser3_con1 .rq .top{
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 1.5% 2.5%;
    border-radius: 20px;
    font-size: 24px;
    color: #0070ef;
    cursor: pointer;
}
.ser3_con1 .rq .top p{
    width: 100%;
    padding-left: 58px;
    position: relative;
    padding-right: 15px;
}
.ser3_con1 .rq .top span{
    font-size: 28px;
    font-family: "HarmonyOS_Sans_SC_Bold";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}
.ser3_con1 .rq .top p::before{
    content: '';
    width: 13px;
    height: 7px;
    background-image: url(../images/img64.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}
.ser3_con1 .rq .div.on .top p::before{
    background-image: url(../images/img65.png);
    transform: translateY(-50%) rotate(180deg);
}
.ser3_con1 .rq .bot{
    width: 100%;
    margin-top: 10px;
    padding: 1.9% 2.5%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: none;
}
.ser3_con1 .rq .bot .div2{
    width: 100%;
    padding: 1.4% 0;
    border-bottom: 1px solid #f0f0f0;
}
.ser3_con1 .rq .bot .div2:last-child{
    border-bottom:none;
}
.ser3_con1 .rq .bot .div1{
    width: 100%;
    padding-left: 58px;
    position: relative;
}
.ser3_con1 .rq .bot .div2 span{
    font-size: 18px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
    position: absolute;
    top: 1.4%;
    left: 0;
    line-height: 1;
}
.ser3_con1 .rq .bot .div2 .p1{
    font-size: 18px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.ser3_con1 .rq .bot .div2 .p2{
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-top: 8px;
}
@media(max-width:1459px){
    .ser3_con1 .rq .top {
        font-size: 18px;
    }
    .ser3_con1 .rq .top span {
        font-size: 22px;
    }
    .ser3_con1 .rq .bot .div2 span,
    .ser3_con1 .rq .bot .div2 .p1 {
        font-size: 16px;
    }
    .ser3_con1 .rq .bot .div2 .p2 {
        font-size: 14px;
    }
}
@media(max-width:500px){
    .ser3_con1{
        padding-top: 35px;
        padding-bottom: 100px;
    }
    .ser3_con1 .rq .top{
        font-size: 16px;
        border-radius: 10px;
        padding:15px 10px;
    }
    .ser3_con1 .rq .top p {
        padding-left: 34px;
    }
    .ser3_con1 .rq .top span {
        font-size: 18px;
    }
    .ser3_con1 .rq .bot{
        padding: 10px 10px;
        border-radius: 10px;
    }
    .ser3_con1 .rq .bot .div1{
        padding-left: 34px;
    }
    .ser3_con1 .rq .bot .div2{
        padding: 10px 0;
    }
}


/* 解决方案1 */
.sol_con1{
    width: 100%;
    padding: 5% 0;
    background-image: url(../images/img66.jpg);
    background-size: cover;
    background-position: center;
}
.sol_con1 .rq{
    width: 100%;
    padding: 0 6.9%;
    padding-top: 3.4%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sol_con1 .rq .lef{
    width: 43.51%;
    border-radius: 20px;
    overflow: hidden;
}
.sol_con1 .rq .lef img{
    width: 100%;
}
.sol_con1 .rq .rig{
    width: 56.49%;
    padding: 0 9.6%;
    position: relative;
}
.sol_con1 .rq .rig::after,
.sol_con1 .rq .rig::before{
    content: '';
    width: 59px;
    height: 48px;
    background-image: url(../images/img67.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -120px;
}
.sol_con1 .rq .rig::after{
    transform: rotate(180deg);
    top: -120px;
    left: 50px;
}
.sol_con1 .rq .rig .p1{
    font-size: 36px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.sol_con1 .rq .rig .text{
    width: 100%;
    margin-top: 9%;
    font-size: 16px;
    color: #333333;
    line-height: 2.25;
}
.sol_con1 .rq .rig .text .p{
    padding-left: 16px;
    position: relative;
}
.sol_con1 .rq .rig .text .p::before{
    content: '';
    width: 5px;
    height: 5px;
    background: #0070ef;
    position: absolute;
    left: 0;
    top: 16px;
}
.sol_con1 .rq .rig .p2{
    font-size: 16px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 8%;
}

.sol_con2{
    width: 100%;
    padding: 4.8% 0;
    background-image: url(../images/img68.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}
.sol_con2 .rq{
    width: 100%;
    text-align: center;
    margin: 3.2% 0%;
}
.sol_con2 .rq .anniu{
    float: none;
    display: inline-block;
    background: #f2f7fb;
    color: #000000;
    cursor: pointer;
}
.sol_con2 .rq .anniu.on{
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    color: #fff;
}
.sol_con2 .rq1{
    width: 100%;
}
.sol_con2 .rq2{
    width: 100%;
    position: relative;
    display: none;
}
.sol_con2 .rq2.on{
    display: block;
}
.sol_con2 .rq2 .bj{
    width: 31.63%;
    display: block;
    margin: 0 auto;
}
.sol_con2 .rq2 .div{
    width: 425px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 1.9%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: right;
}
.sol_con2 .rq2 .div:nth-child(2n){
    text-align: left;
}
.sol_con2 .rq2 .div .p1{
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.sol_con2 .rq2 .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-top: 8px;
}
.sol_con2 .rq2 .div img{
    width: 56px;
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
}
.sol_con2 .rq2 .div:nth-child(2n) img{
    left: -90px;
}
.sol_con2 .rq2 .div.div1{
    top: 24%;
    left: 20%;
}
.sol_con2 .rq2 .div.div2{
    top: 24%;
    left: 80%;
}
.sol_con2 .rq2 .div.div3{
    top: 77%;
    left: 20%;
}
.sol_con2 .rq2 .div.div4{
    top: 77%;
    left: 80%;
}

.sol_con3{
    width: 100%;
    padding-top: 4.8%;
    padding-bottom: 3.4%;
    background-image: url(../images/img69.jpg);
    background-size: cover;
    background-position: center;
}
.sol_con3 .bt .p1{
    color: #fff;
}
.sol_con3 .anniu{
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 1.4%;
}

.sol_con4{
    width: 100%;
    padding: 4.8% 0;
    background: #f2f7fc;
}
.sol_con4 .rq{
    width: 100%;
    padding-top: 3.2%;
    display: flex;
    flex-wrap: wrap;
}
.sol_con4 .rq .div{
    width: 23.5%;
    padding: 4.4% 3.4%;
    background: #fff;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
}
.sol_con4 .rq .div:nth-child(4n){
    margin-right: 0;
}
.sol_con4 .rq .div img{
    width: 29.1%;
    display: block;
    margin: 0 auto;
}
.sol_con4 .rq .div:hover img{
    transform: translateY(-10px);
}
.sol_con4 .rq .div .p1{
    font-size: 22px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin: 13% 0;
    margin-bottom: 10%;
}
.sol_con4 .rq .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
}

.sol_con5{
    width: 100%;
    padding: 4.8% 0;
}
.sol_con5 .rq{
    width: 100%;
    padding-top: 2.2%;
    display: flex;
    flex-wrap: wrap;
}
.sol_con5 .rq .div{
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 3.6%;
}
.sol_con5 .rq .div:nth-child(2n){
    margin-right: 0;
}
.sol_con5 .rq .div img{
    width: 9.3%;
    float: left;
    transition: all .5s;
}
.sol_con5 .rq .div:hover img{
    transform: scale(1.1);
}
.sol_con5 .rq .div .rig{
    width: 90.7%;
    padding-left: 8.7%;
    float: left;
}
.sol_con5 .rq .div .p1{
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    padding-bottom: 3%;
    margin-bottom: 3%;
    position: relative;
}
.sol_con5 .rq .div .p1::before{
    content: '';
    width: 60px;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sol_con5 .rq .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
}

.sol_con6{
    width: 100%;
    padding: 5% 0;
    background: #f2f7fc;
}
.sol_con6 .rq{
    width: 100%;
    margin-top: 3.2%;
}
.sol_con6 .rq .div{
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    padding: 3.9% 0;
}
.sol_con6 .rq .div1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
}
.sol_con6 .rq .div:nth-child(2n) .div1{
    flex-direction:row-reverse;
}
.sol_con6 .rq .div1::before{
    content: '';
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    left: 30%;
}
.sol_con6 .rq .div:nth-child(2n) .div1::before{
    left: 70%;
}
.sol_con6 .rq .div .lef{
    width: 30%;	
    text-align: center;
}
.sol_con6 .rq .div .lef .p1{
    font-family: "RAJDHANI";
    font-size: 100px;
    color: #0273f0;
    line-height: 1;
}
.sol_con6 .rq .div .lef .p1 span{
    font-family: "RAJDHANI";
}
.sol_con6 .rq .div .lef .p2{
    font-size: 24px;
    color: #0273f0;
    margin-top: 5px;
}
.sol_con6 .rq .div .rig{
    width: 70%;
    padding: 0 3.2%;
}
.sol_con6 .rq .div .rig .text{
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
}
.sol_con6 .rq .div .rig .div2{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 3%;
}
.sol_con6 .rq .div .rig .div2 .ig{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 5px solid #f2f7fc;
    position: relative;
}
.sol_con6 .rq .div .rig .div2 .ig img{
    max-width: 75%;
    max-height: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sol_con6 .rq .div .rig .div2 p{
    font-size: 16px;
    color: #333333;
    margin-left: 16px;
}

.sol_con7{
    width: 100%;
    padding-top: 4.8%;
    padding-bottom: 8.4%;
    background-image: url(../images/img70.jpg);
    background-size: cover;
    background-size: cover;
}
.sol_con7 .bt .p1{
    color: #fff;
}
.sol_con8{
    width: 100%;
    position: relative;
    z-index: 3;
}
.sol_con8 .rq{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 4.3% 2.9%;
    transform: translateY(-115px);
    display: flex;
    flex-wrap: wrap;
}
.sol_con8 .rq .div{
    width: 22%;
    margin-right: 4%;
}
.sol_con8 .rq .div:nth-child(4n){
    margin-right: 0;
}
.sol_con8 .rq .div .top{
    width: 100%;
    padding-bottom: 63.5%;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.sol_con8 .rq .div .top img{
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.sol_con8 .rq .div:hover .top img{
    transform: translate(-50%,-50%) scale(1.05);
}
.sol_con8 .rq .div .bot{
    width: 100%;
    text-align: center;
    padding-top: 5%;
}
.sol_con8 .rq .div .bot .p1{
    font-size: 22px;
    color: #de0522;
}
.sol_con8 .rq .div .bot .p2{
    font-size: 20px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 10px;
    margin-bottom: 10px;
}
.sol_con8 .rq .div .bot .p3{
    font-size: 18px;
    line-height: 1;
    color: #333333;
}
.sol_con8 .rq .div .bot .p3 span{
    font-size: 40px;
    color: #de0522;
	font-family: "RAJDHANI";
    line-height: 1;
    margin-right: 5px;
    font-weight: bold;
}

.sol_con9{
    width: 100%;
    padding-bottom: 4.8%;
}
.sol_con9 .p1{
    font-size: 30px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #0376f1;
    text-align: center;
}
.sol_con9 .rq{
    width: 100%;
    padding-top: 5.6%;
}
.sol_con9 .rq .div{
    width: 11.8%;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
    padding-bottom: 6.5%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
    float: left;
    overflow: hidden;
}
.sol_con9 .rq .div:nth-child(8n){
    margin-right: 0;
}
.sol_con9 .rq .div img{
    max-width: 80%;
    max-height: 80%;
    position: absolute;top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.sol_con9 .rq .div:hover img{
    transform: translate(-50%,-50%) scale(1.1);
}

.sol_con10{
    width: 100%;
    padding-top: 4.8%;
    padding-bottom: 11.5%;
    background-image: url(../images/img71.jpg);
    background-size: cover;
    background-position: center;
}
.sol_con10 .rq{
    width: 100%;
    padding-top: 3.2%;
    display: flex;
    flex-wrap: wrap;
}
.sol_con10 .rq .div{
    width: 32.5%;
    margin-right: 1.25%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.sol_con10 .rq .div:nth-child(3n){
    margin-right: 0;
}
.sol_con10 .rq .div .top{
    width: 100%;
    overflow: hidden;
}
.sol_con10 .rq .div .top img{
    width: 100%;
    transition: all .5s;
}
.sol_con10 .rq .div:hover .top img{
    transform: scale(1.05);
}
.sol_con10 .rq .div .bot{
    width: 100%;
    padding: 6.6%;
}
.sol_con10 .rq .div .bot .p1{
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    height: 72px;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sol_con10 .rq .div .bot .p2{
    font-size: 18px;
    color: #ffffff;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    margin-top: 16px;
}
.sol_con10 .rq .div .bot .p2 i{
    width: 24px;
    height: 21px;
    display: inline-block;
    background-image: url(../images/img72.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -5px;
    margin-right: 10px;
}
@media(max-width:1680px){
    .sol_con1 .rq .rig::after, .sol_con1 .rq .rig::before {
        bottom: -70px;
    }
    .sol_con1 .rq .rig::after {
        top: -70px;
    }
}
@media(max-width:1459px){
    .sol_con1 .rq .rig .p1 {
        font-size: 26px;
    }
    .sol_con1 .rq .rig .text {
        font-size: 14px;
    }
    .sol_con1 .rq .rig .text .p::before {
    top: 12px;
}
    .sol_con1 .rq .rig {
        padding-left: 9%;
        padding-right: 6%;
    }
    .sol_con1 .rq .rig .p2 {
        font-size: 14px;
    }
    .sol_con1 .rq .rig::after, .sol_con1 .rq .rig::before {
        width: 40px;
        height: 33px;
    }
    .sol_con1 .rq .rig::after {
        left: 35px;
    }
    .sol_con2 .rq2 .div {
        width: 325px;
    }
    .sol_con2 .rq2 .div .p1 {
        font-size: 18px;
    }
    .sol_con2 .rq2 .div .p2 {
        font-size: 12px;
    }
    .sol_con2 .rq2 .div img {
        width: 42px;
        right: -60px;
    }
    .sol_con2 .rq2 .div:nth-child(2n) img {
        left: -60px;
    }
    .sol_con4 .rq .div .p1 {
        font-size: 18px;
    }
    .sol_con4 .rq .div .p2 {
        font-size: 13px;
    }
    .sol_con5 .rq .div .p1 {
        font-size: 18px;
    }
    .sol_con5 .rq .div .p2 {
        font-size: 13px;
    }
    .sol_con6 .rq .div .lef .p1 {
        font-size: 76px;
    }
    .sol_con6 .rq .div .lef .p2 {
        font-size: 18px;
    }
    .sol_con6 .rq .div .rig .text {
        font-size: 18px;
    }
    .sol_con6 .rq .div .rig .div2 .ig {
        width: 54px;
        height: 54px;
        border: 3px solid #f2f7fc;
    }
    .sol_con6 .rq .div .rig .div2 p {
        font-size: 14px;
        margin-left: 12px;
    }
    .sol_con8 .rq .div .bot .p1 {
        font-size: 16px;
    }
    .sol_con8 .rq .div .bot .p2 {
        font-size: 18px;
        margin-top: 6px;
        margin-bottom: 8px;
    }
    .sol_con8 .rq .div .bot .p3 {
        font-size: 14px;
    }
    
    .sol_con8 .rq .div .bot .p3 span {
        font-size: 30px;
    }
    .sol_con8 .rq {
        transform: translateY(-86px);
    }
    .sol_con10 .rq .div .bot .p1 {
        font-size: 18px;
        height: 54px;
    }
    .sol_con10 .rq .div .bot .p2 {
        font-size: 14px;
        width: 120px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        margin-top: 12px;
    }
    .sol_con10 .rq .div .bot .p2 i {
        width: 18px;
        height: 16px;
        margin-bottom: -4px;
        margin-right: 7px;
    }

}
@media(max-width:1100px){
    .sol_con1 .rq .rig::after, .sol_con1 .rq .rig::before{
        display: none;
    }
}
@media(max-width:991px){
    .sol_con1 .rq{
        padding-left: 0;
        padding-right: 0;
    }
    .sol_con1 .rq .rig .p1 {
        font-size: 20px;
    }
    .sol_con1 .rq .rig{
        padding-left: 20px;
    }
    .sol_con1 .rq .rig .p2,
    .sol_con1 .rq .rig .text{
        margin-top: 15px;
    }
    .sol_con2 .rq2 .div{
        position: static;
        transform: translate(0);
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        text-align: left;
    }
    .sol_con2 .rq2 .div:nth-child(2n){
        margin-right: 0;
    }
    .sol_con2 .rq2 .bj{
        display: none;
    }
    .sol_con2 .rq2 .div img{
        position: static;
        display: block;
        transform: translate(0);
        margin-bottom: 10px;
    }
    .sol_con4 .rq .div .p1 {
        font-size: 16px;
    }
    .sol_con6 .rq .div .lef .p1 {
        font-size: 54px;
    }
    .sol_con6 .rq .div .lef .p2 {
        font-size: 14px;
    }
    .sol_con6 .rq .div .rig .text {
        font-size: 14px;
    }
    .sol_con8 .rq {
        transform: translateY(-20px);
    }

}
@media(max-width:500px){
    .sol_con1{
        padding: 35px 0;
    }
    .sol_con1 .rq{
        padding-top: 18px;
    }
    .sol_con1 .rq .lef{
        width: 100%;
    }
    .sol_con1 .rq .rig{
        width: 100%;
        padding: 0;
        padding-top: 15px;
    }
    .sol_con1 .rq .rig .p2, .sol_con1 .rq .rig .text {
        margin-top: 10px;
    }
    .sol_con1 .rq .rig .text{
        line-height: 1.7;
    }
    .sol_con1 .rq .rig .text .p::before {
        width: 4px;
        height: 4px;
        top: 10px;
    }
    .sol_con1 .rq .rig .text .p {
        padding-left: 12px;
    }
    .sol_con2{
        padding: 35px 0;
    }
    .sol_con2 .rq{
        margin: 18px 0;
    }
    .sol_con2 .rq2 .div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
        padding: 20px 10px;
    }
    .sol_con2 .rq2 .div img{
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .sol_con2 .rq2 .div:nth-child(2n){
        text-align: center;
    }
    .sol_con3{
        padding: 35px 0;
    }
    .sol_con3 .anniu{
        margin-top: 20px;
    }
    .sol_con4{
        padding: 35px 0;
    }
    .sol_con4 .rq{
        padding-top: 18px;
    }
    .sol_con4 .rq .div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 20px 10px;
    }
    .sol_con4 .rq .div .p1{
        font-size: 16px;
        margin: 15px 0;
        margin-bottom: 8px;
    }
    .sol_con4 .rq .div img {
        width: 24%;
    }
    .sol_con5{
        padding: 35px 0;
    }
    .sol_con5 .rq{
        padding-right: 5px;
    }
    .sol_con5 .rq .div{
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
        padding: 20px 10px;
    }
    .sol_con5 .rq .div img {
        width: 20%;
    }
    .sol_con5 .rq .div .rig{
        width: 80%;
        padding-left: 15px;
    }
    .sol_con5 .rq .div .p1{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .sol_con6{
        padding: 35px 0;
    }
    .sol_con6 .rq{
        margin-top: 18px;
    }
    .sol_con6 .rq .div{
        padding: 20px 10px;
    }
    .sol_con6 .rq .div .lef{
        width: 100%;
        padding-bottom: 15px;
    }
    .sol_con6 .rq .div .rig{
        width: 100%;
        padding: 0;
        padding-top: 15px;
        border-top: 1px solid #e9e9e9;
    }
    .sol_con6 .rq .div1::before{
        display: none;
    }
    .sol_con7{
        padding: 35px 0;
    }
    .sol_con8 .rq{
        padding: 20px 15px;
    }
    .sol_con8 .rq .div{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .sol_con8 .rq .div:nth-child(4n){
        margin-right: 2%;
    }
    .sol_con8 .rq .div:nth-child(2n){
        margin-right: 0%;
    }
    .sol_con8 .rq .div .top {
        padding-bottom: 52%;
    }
    .sol_con8 .rq .div .bot{
        padding-top: 10px;
    }
    .sol_con8 .rq .div .bot .p1 {
        font-size: 14px;
    }
    .sol_con8 .rq .div .bot .p2 {
        font-size: 16px;
        margin-top: 4px;
        margin-bottom: 6px;
    }
    .sol_con8 .rq .div .bot .p3 span {
        font-size: 22px;
    }
    .sol_con9 .p1 {
        font-size: 22px;
    }
    .sol_con9 .rq{
        padding-top: 18px;
    }
    .sol_con9 .rq .div{
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding-bottom: 14%;
    }
    .sol_con9 .rq .div:nth-child(8n){
        margin-right: 2%;
    }
    .sol_con9 .rq .div:nth-child(4n){
        margin-right: 0;
    }
    .sol_con9{
        padding-bottom: 35px;
    }
    .sol_con10{
        padding-top: 35px;
        padding-bottom: 100px;
    }
    .sol_con10 .rq{
        padding-top: 18px;
    }
    .sol_con10 .rq .div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .pro_con1 .rq{
        white-space: nowrap;
        overflow-x: auto;
    }
}

/* 通用方案 */
.sol2_con1{
    width: 100%;
    padding-bottom: 5%;
    background-image: linear-gradient(to bottom,#fff, #eff5fb);
}
.sol2_con1 .rq{
    width: 100%;
    padding-top: 3%;
}
.sol2_con1 .swiper-container{
    padding: 10px;
}
.sol2_con1 .rq .div{
    width: 100%;
    padding-bottom: 50%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.sol2_con1 .rq .div img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 80%;
    max-height: 80%;
    transition: all .5s;
}
.sol2_con1 .rq .div:hover img{
    transform: translate(-50%,-50%) scale(1.1);
}

.sol2_con2{
    width: 100%;
    padding: 5% 0;
}
.sol2_con2 .rq{
    width: 100%;
    margin-top: 3.2%;
}
.sol2_con2 .rq img{
    width: 100%;
}

.sol2_con3{
    width: 100%;
    padding: 4.8% 0;
    background: #eff5fb;
}
.sol2_con3 .rq{
    width: 100%;
    padding-top: 3.2%;
}
.sol2_con3 .rq1{
    width: 100%;
    padding-top: 93px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sol2_con3 .rq1 .div{
    width: 49%;
    border-radius: 20px;
    padding: 3.8% 7.5%;
    position: relative;
    z-index: 2;
    background-image: linear-gradient(to right,#b5dafa, #e9f3fa);
}
.sol2_con3 .rq1 .div .p1{
    font-size: 18px;
    color: #333333;
    margin-bottom: 4.2%;
    position: relative;
    padding-left: 18px;
}
.sol2_con3 .rq1 .div .p1:last-child{
    margin-bottom: 0;
}
.sol2_con3 .rq1 .div .p1::before{
    content: '';
    width: 8px;
    height: 8px;
    background: #0070dd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.sol2_con3 .rq1 .div:nth-child(2){
    z-index: 1;
    background-image: linear-gradient(to right,#f4efe7, #f3dfc6);
}
.sol2_con3 .rq1 .div:nth-child(2) .p1{
    text-align: right;
    padding-left: 0px;
    padding-right: 18px;
}
.sol2_con3 .rq1 .div:nth-child(2) .p1::before{
    left: auto;
    right: 0;
    background: #ff7748;
}
.sol2_con3 .rq1 .div:first-child::before{
    content: '';
    width: 169px;
    height: 168px;
    background-image: url(../images/img75.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(58%,-50%);
    z-index: 3;
}
.sol2_con3 .rq1 .div .p{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: 323px;
    height: 90px;
    line-height: 70px;
    background-image: url(../images/img73.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -93px;
    left: 50%;
    transform: translateX(-50%);
}
.sol2_con3 .rq1 .div:nth-child(2) .p{
    background-image: url(../images/img74.png);
}

.sol2_con4{
    width: 100%;
    padding: 5% 0;
}
.sol2_con4 .rq{
    width: 100%;
    padding: 0 6%;
    display: flex;
    flex-wrap: wrap;
}
.sol2_con4 .rq .div{
    width: 50%;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
}
.sol2_con4 .rq .div:nth-child(1),
.sol2_con4 .rq .div:nth-child(2){
    transform: translateY(44px);
}
.sol2_con4 .rq .div:nth-child(3),
.sol2_con4 .rq .div:nth-child(4){
    flex-direction:row-reverse;
}
.sol2_con4 .rq .div .lef{
    width: 50%;
    padding: 44px 5.8%;
    background-image: linear-gradient(to right,#bae3ff, #e0f2ff);
}
.sol2_con4 .rq .div:nth-child(3) .lef,
.sol2_con4 .rq .div:nth-child(4) .lef{
    background-image: linear-gradient(to right,#e8f6ff, #f7f9fc);
}
.sol2_con4 .rq .div .rig{
    width: 50%;
    overflow: hidden;
}
.sol2_con4 .rq .div .rig img{
    width: 100%;
    transition: all .5s;
}
.sol2_con4 .rq .div:hover .rig img{
    transform: scale(1.05);
}
.sol2_con4 .rq .div1 img{
    width: 48px;
    display: block;
}
.sol2_con4 .rq .div1{
    width: 100%;
    padding-top: 19%;
}
.sol2_con4 .rq .div1 .p1{
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    padding-top: 11%;
    padding-bottom: 5%;
}
.sol2_con4 .rq .div1 .p2{
    width: 100%;font-size: 16px;
    line-height: 1.875;
    height: 120px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.sol2_con5{
    width: 100%;
    padding: 5% 0;
    background: #eff5fb;
}
.sol2_con5 .rq{
    width: 100%;
    margin-top: 3.2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sol2_con5 .rq .div{
    width: 48.5%;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}
.sol2_con5 .rq .div .p{
    font-size: 24px;
    color: #0774ef;
    width: 100%;
    line-height: 78px;
    background: #daeafb;
    text-align: center;
    position: relative;
}
.sol2_con5 .rq .div .p::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #daeafb;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}
.sol2_con5 .rq .bot{
    width: 100%;
    padding-top: 8.5%;
    display: flex;
    flex-wrap: wrap;
}
.sol2_con5 .rq .bot .div1{
    width: 33.333%;
    text-align: center;
    margin-bottom: 6%;
}
.sol2_con5 .rq .bot .div1 img{
    display: block;
    width: 27%;
    margin: 0 auto;
    transition: all .5s;
}
.sol2_con5 .rq .bot .div1:hover img{
    transform: translateY(-10px);
}
.sol2_con5 .rq .bot .div1 .p1{
    font-size: 20px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #333333;
    margin-top: 10px;
    margin-bottom: 6px;
}
.sol2_con5 .rq .bot .div1 .p2{
    font-size: 16px;
    color: #666666;
}

.sol2_con6{
    width: 100%;
    padding: 5% 0;
}
.sol2_con6 .top{
    width: 100%;
    text-align: center;
    padding: 3.3% 0;
}
.sol2_con6 .top span{
    font-size: 20px;
    color: #333333;
    display: inline-block;
    width: 228px;
    text-align: center;
    line-height: 80px;
    background: #f2f7fc;
    margin: 0 10px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.sol2_con6 .top span.on{
    background-image: linear-gradient(to right,#0070ef, #1faaff);
    color: #fff;
}
.sol2_con6 .top span::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #0f8df7;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.sol2_con6 .top span.on::before{
    opacity: 1;
}
.sol2_con6 .bot{
    width: 100%;
    font-size: 20px;
    color: #333333;
}
.sol2_con6 .bot .div{
    width: 100%;
    background: #f2f7fc;
    border-radius: 20px;
    overflow: hidden;
}
.sol2_con6 .bot .p{
    font-size: 26px;
    color: #ffffff;
    width: 100%;
    line-height: 90px;
    text-align: center;
    background-image: linear-gradient(to bottom,#0070ef, #1faaff);
}
.sol2_con6 .bot .div1{
    width: 100%;
    border-bottom: 1px solid #e4ecf3;
    display: flex;
    align-items: center;
    padding-top: 2.5%;
    padding-bottom: 1.8%;
}
.sol2_con6 .bot .lef{
    width: 15.5%;
    padding-left: 2.5%;
}
.sol2_con6 .bot .rig{
    width: 84.5%;
}
.sol2_con6 .bot .rig .p1{
    float: left;
    margin-left: 9.8%;
}
.sol2_con6 .bot .rig .p1 img{
    width: 31px;
    display: inline-block;
    margin-top: -6px;
}
.sol2_con6 .bot .div2{
    width: 61%;
    margin: 0 auto;
    border-bottom: 1px solid #e4ecf3;
    height: 76px;
    background-image: url(../images/img76.png);
    background-size: 42px 45px;
    background-repeat: no-repeat;
    background-position: center;
}
.sol2_con6 .bot .div3{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 3.5%;
    display: flex;
    align-items: center;
}
.sol2_con6 .bot .div3 .ig{
    width: 25%;
    float: left;
}
.sol2_con6 .bot .div3 .ig img{
    width: 100%;
}
.sol2_con6 .bot .rq{
    display: none;
}
.sol2_con6 .bot .rq.on{
    display: block;
}
.sol2_con6 .pabt .swiper-pagination-current::before{
    content: '0';
}
.sol2_con6 .pabt .swiper-pagination-total::before{
    content: '0';
}

.sol2_con7{
    width: 100%;
    padding: 5% 0;
    background: #eff5fb;
}
.sol2_con7 .rq{
    width: 100%;
    margin-top: 4%;
}
.sol2_con7 .rq img{
    width: 100%;
}

.sol2_con8{
    width: 100%;
    padding: 5% 0;
}
.sol2_con8 .rq{
    width: 100%;
    margin-top: 3%;
    display: flex;
    flex-wrap: wrap;
}
.sol2_con8 .rq .div{
    width: 25%;
    padding: 3.3% 3%;
    text-align: center;
}
.sol2_con8 .rq .div:hover{
    background-image: linear-gradient(to bottom,#eff5fb, #fff);
}
.sol2_con8 .rq .div img{
    width: 22%;
    display: block;
    margin: 0 auto;
}
.sol2_con8 .rq .div .p1{
    font-family: "HarmonyOS_Sans_SC_Medium";
    font-size: 24px;
    color: #000000;
    margin-top: 10%;
    margin-bottom: 5%;
}
.sol2_con8 .rq .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}
@media(max-width:1680px){
.sol2_con4 .rq .div1 {
    padding-top: 8%;
}
}
@media(max-width:1459px){
    .sol2_con3 .rq1 {
        padding-top: 68px;
    }
    .sol2_con3 .rq1 .div .p {
        font-size: 16px;
        width: 245px;
        height: 68px;
        line-height: 52px;
        top: -68px;
    }
    .sol2_con3 .rq1 .div .p1 {
        font-size: 14px;
    }
    .sol2_con3 .rq1 .div .p1::before {
        width: 6px;
        height: 6px;
        top: 6px;
    }
    .sol2_con3 .rq1 .div:first-child::before {
        width: 128px;
        height: 127px;
    }
    .sol2_con4 .rq .div .lef {
        padding: 33px 5.8%;
    }
    .sol2_con4 .rq .div:nth-child(1), .sol2_con4 .rq .div:nth-child(2) {
        transform: translateY(33px);
    }
    .sol2_con4 .rq .div1 img {
        width: 34px;
    }
    .sol2_con4 .rq .div1 .p1 {
        font-size: 18px;
    }
    .sol2_con4 .rq .div1 .p2 {
        font-size: 14px;
        height: 78px;
        -webkit-line-clamp: 3;
    }
    .sol2_con5 .rq .div .p {
        font-size: 18px;
        line-height: 60px;
    }
    .sol2_con5 .rq .bot .div1 .p1 {
        font-size: 16px;
    }
    .sol2_con5 .rq .bot .div1 .p2 {
        font-size: 12px;
    }
    .sol2_con6 .top span {
        font-size: 16px;
        width: 170px;
        line-height: 60px;
        margin: 0 10px;
    }
    .sol2_con6 .bot .p {
        font-size: 20px;
        line-height: 76px;
     }
    .sol2_con6 .bot {
        font-size: 16px;
    }
    .sol2_con6 .bot .rig .p1 img {
        width: 25px;
        margin-top: -6px;
    }
    .sol2_con6 .bot .div2 {
        width: 61%;
        height: 57px;
        background-size: 30px 30px;
    }
    .sol2_con8 .rq .div .p1 {
        font-size: 18px;
    }
    .sol2_con8 .rq .div .p2 {
        font-size: 13px;
    }


}
@media(max-width:768px){
    .sol2_con3 .rq1 .div{
        width: 100%;
        padding: 20px;
    }
    .sol2_con3 .rq1 .div:nth-child(2){
        margin-top: 110px;
    }
    .sol2_con3 .rq1 .div:nth-child(2) .p1 {
        text-align: left;
        padding-left: 18px;
        padding-right: 0px;
    }
    .sol2_con3 .rq1 .div:nth-child(2) .p1::before{
        left: 0;
    }
    .sol2_con3 .rq1 .div:first-child::before{
        left: 50%;
        bottom: 0;
        top: auto;
        transform: translate(-50%,58%);
    }
    .sol2_con4 .rq{
        padding-top: 18px;
    }
    .sol2_con4 .rq .div{
        width: 100%;
        margin-bottom: 10px;
    }
    .sol2_con4 .rq .div:nth-child(1), .sol2_con4 .rq .div:nth-child(2) {
        transform: translateY(0px);
    }
    .sol2_con5 .rq .div{
        width: 100%;
        margin-bottom: 15px;
    }
    .sol2_con6 .bot .rig .p1{
        margin-bottom: 10px;
    }
    .sol2_con8 .rq .div{
        width: 50%;
    }
}
@media(max-width:500px){
    .sol2_con1{
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .sol2_con2{
        padding: 35px 0;
    }
    .sol2_con2 .rq{
        margin-top: 18px;
    }
    .sol2_con3{
        padding: 35px 0;
    }
    .sol2_con3 .rq{
        padding-top: 18px;
    }
    .sol2_con4{
        padding: 35px 0;
    }
    .sol2_con4 .rq{
        padding: 0;
        padding-top: 18px;
    }
    .sol2_con4 .rq .div .lef{
        width: 100%;
        padding: 20px 10px;
    }
    .sol2_con4 .rq .div .rig{
        width: 100%;
    }
    .sol2_con4 .rq .div1{
        padding-top: 0;
    }
    .sol2_con4 .rq .div1 .p1{
        padding: 10px 0;
    }
    .sol2_con4 .rq .div1 .p2{
        height: auto;
    }
    .sol2_con5{
        padding: 35px 0;
    }
    .sol2_con5 .rq{
        margin-top: 18px;
    }
    .sol2_con6{
        padding: 35px 0;
    }
    .sol2_con6 .top{
        padding: 20px 0;
    }
    .sol2_con6 .top span {
        font-size: 14px;
        width: auto;
        padding: 0 5px;
        line-height: 40px;
        margin: 0 2px;
    }
    .sol2_con6 .bot .p {
        font-size: 16px;
        line-height: 50px;
    }
    .sol2_con6 .bot .div {
        border-radius: 10px;
    }
    .sol2_con6 .bot .div1{
        padding: 10px 0;
        flex-wrap: wrap;
    }
    .sol2_con6 .bot .lef{
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .sol2_con6 .bot .rig{
        width: 100%;
        margin-top: 15px;
    }
    .sol2_con6 .bot .div3{
        flex-wrap: wrap;
        padding: 15px 0;
    }
    .sol2_con7{
        padding: 35px 0;
    }
    .sol2_con7 .rq{
        margin-top: 18px;
    }
    .sol2_con8{
        padding: 35px 0;
    }
    .sol2_con8 .rq .div{
        padding: 20px 10px;
    }
}

/* 消费者营销 */
.sol3_con1{
    width: 100%;
    background-image: url(../images/img77.jpg);
    background-size: cover;
}
.sol3_con1 .rq1{
    width: 100%;
    padding-top: 2%;
    padding-bottom: 4.8%;
}
.sol3_con1 .rq2{
    width: 100%;
    padding-top: 4%;
    display: flex;
    justify-content: space-between;
}
.sol3_con1 .rq2 .div{
    width: 20%;
    float: left;
    position: relative;
}
.sol3_con1 .rq2 .div .p1{
    font-size: 18px;
    color: #0070ef;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.sol3_con1 .rq2 .div .p1 span{
    font-size: 80px;
    background: linear-gradient(to bottom, #1ea8fe, #0374f0);
    -webkit-background-clip: text;
    color: transparent;
    font-family: "HarmonyOS_Sans_SC_Bold";
    padding-right: 10px;
    line-height: 1;
}
.sol3_con1 .rq2 .div .p1 i{
    width: 27px;
    height: 34px;
    background-image: url(../images/img78.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}
.sol3_con1 .rq2 .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-top: 10px;
}

.sol3_con2{
    width: 100%;
    padding-top: 5%;
}
.sol3_con2 .rq{
    width: 100%;
    margin-top: 2%;
    position: relative;
}
.sol3_con2 .rq img{
    width: 100%;
}

.sol3_con3{
    width: 100%;
    padding: 4.8% 0;
    background: #f2f7fc;
}
.sol3_con3 .rq{
    width: 100%;
    margin-top: 4.5%;
}
.sol3_con3 .rq img{
    width: 100%;
}

.sol3_con4{
    width: 100%;
    padding-top: 5%;
}
.sol3_con4 .rq{
    width: 100%;
    margin-top: 4.5%;
    position: relative;
}
.sol3_con4 .rq img{
    width: 100%;
}

.sol3_con5{
    width: 100%;
    padding-top: 4%;
}
.sol3_con5 .rq{
    width: 100%;
}
.sol3_con5 .rq1{
    width: 100%;
    padding: 4% 0;
}
.sol3_con5 .rq1:first-child{
    padding: 3.6% 0;
    background-image: url(../images/img79.png);
    background-size: cover;
    background-position:left center;
}
.sol3_con5 .rq2{
    width: 100%;
    display: flex;
    align-items: center;
}
.sol3_con5 .rq1:nth-child(2n) .rq2{
    flex-direction:row-reverse;
}
.sol3_con5 .rq2 .lef{
    width: 42.5%;
    padding-right: 8.5%;
}
.sol3_con5 .rq2 .lef .p1{
    font-size: 24px;
    color: #0774ef;
    padding-left: 13px;
    position: relative;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.sol3_con5 .rq2 .lef .p1::before{
    content: '';
    width: 4px;
    height: 24px;
    background: #0774ef;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sol3_con5 .rq2 .lef .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-top: 4%;
    margin-bottom: 8%;
}
.sol3_con5 .rq2 .lef .div1{
    width: 100%;
}
.sol3_con5 .anniu{
    background: #fff;
    border: 1px solid #0070ef;
}
.sol3_con5 .anniu.c_anniu{
    border: 1px solid #1faaff;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}
.sol3_con5 .rq2 .rig{
    width: 57.5%;
}
.sol3_con5 .rq2 .rig img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.sol3_con5 .rq1:nth-child(2n) .rq2 .rig img{
    margin-left: 8%;
}
.sol3_con5 .rq1:nth-child(2n){
    background: #f2f7fc;
}

.sol3_con6{
    width: 100%;
    padding: 5% 0;
}
.sol3_con6 .top{
    width: 100%;
    margin-top: 3.5%;
    margin-bottom: 2.7%;
    text-align: center;
}
.sol3_con6 .top .p{
    display: inline-block;
    padding: 1.8% 2.6%;
    font-size: 20px;
    color: #333333;
    background: #f8fbff;
    border-radius: 5px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin: 0 4px;
    cursor: pointer;
    position: relative;
}
.sol3_con6 .top .p::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #0f8df7;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.sol3_con6 .top .p.on{
    color: #fff;
    background-image: linear-gradient(to right,#0070ef, #1faaff);
}
.sol3_con6 .top .p .ig{
    display: inline-block;
    width: 38px;
    height: 37px;
    position: relative;
    margin-bottom: -12px;
    margin-right: 10px;
}
.sol3_con6 .top .p .ig img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sol3_con6 .top .p .ig .ig2{
    opacity: 0;
}
.sol3_con6 .top .p.on .ig .ig1{
    opacity: 0;
}
.sol3_con6 .top .p.on .ig .ig2{
    opacity: 1;
}
.sol3_con6 .top .p.on::before{
    opacity: 1;
}
.sol3_con6 .bot{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 5.3% 4.7%;
}
.sol3_con6 .bot .rq1{
    width: 100%;
    display: none;
}
.sol3_con6 .bot .rq1.on{
    display: block;
}
.sol3_con6 .bot .rq2{
    display: flex;
    align-items: center;
}
.sol3_con6 .bot .lef{
    width: 100%;
    width: 47.6%;
    padding-right: 9.5%;
}
.sol3_con6 .bot .lef .p1{
    font-size: 30px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.sol3_con6 .bot .lef .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 2%;
    margin-bottom: 8%;
}
.sol3_con6 .bot .lef .div1{
    width: 100%;
}
.sol3_con6 .bot .lef .div2{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.sol3_con6 .bot .lef .div2 img{
    width: 49px;
    display: block;
    margin: 0 auto;
}
.sol3_con6 .bot .lef .div2 p{
    font-family: "HarmonyOS_Sans_SC_Medium";
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 15px;
}
.sol3_con6 .bot .rig{
    width: 52.4%;
}
.sol3_con6 .bot .rig img{
    width: 100%;
}

.sol3_con7{
    width: 100%;
    padding-bottom: 5%;
}
.sol3_con7 .rq{
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sol3_con7 .anniu {
    float: none;
    display: block;
    margin: 0 auto;
    width: 220px;
    margin-top: 60px;
}
.sol3_con7 .rq .div{
    width: 48.8%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 2.6%;
}
.sol3_con7 .rq .div .p{
    width: 100%;
    text-align: center;
    line-height: 78px;
    font-size: 24px;
    color: #0774ef;
    font-family: "HarmonyOS_Sans_SC_Medium";
    position: relative;
    background: #daeafb;
}
.sol3_con7 .rq .div .p::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #daeafb;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}
.sol3_con7 .rq .div .bot{
    width: 100%;
    padding: 6.5% 0%;
    display: flex;
    flex-wrap: wrap;
}
.sol3_con7 .rq .div .bot .div1{
    width: 50%;
    text-align: center;
    padding: 0 10px;
}
.sol3_con7 .rq .div .bot .div1:nth-child(n+3){
    margin-top: 7%;
}
.sol3_con7 .rq .div.div3 .bot .div1{
    width: 33.333%;
}
.sol3_con7 .rq .div.div3 .bot .div1:nth-child(n+3){
    margin-top: 0%;
}
.sol3_con7 .rq .div.div3 .bot .div1:nth-child(n+4){
    margin-top: 7%;
}
.sol3_con7 .rq .div .bot .div1 img{
    width: 72px;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.sol3_con7 .rq .div .bot .div1:hover img{
    transform: translateY(-10px);
}
.sol3_con7 .rq .div .bot .div1 .p1{
    font-size: 20px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 18px;
    margin-bottom: 8px;
}
.sol3_con7 .rq .div .bot .div1 .p2{
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    height: 48px;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sol3_con8{
    width: 100%;
    background: #f2f7fc;
    padding: 5% 0;
}
.sol3_con8 .rq{
    width: 100%;
    margin-top: 3.6%;
}
.sol3_con8 .rq .div{
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    padding-bottom: 3.5%;
}
.sol3_con8 .rq .lef{
    width: 46%;
    padding-right: 8%;
}
.sol3_con8 .rq .lef .p1{
    font-size: 30px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #000000;
}
.sol3_con8 .rq .lef .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-top: 2.7%;
    margin-bottom: 7%;
}
.sol3_con8 .anniu{
    float: none;
    display: block;
}
.sol3_con8 .rq .rig{
    width: 54%;
}
.sol3_con8 .rq .rig img{
    width: 100%;
}

@media(max-width:1459px){
    .sol3_con1 .rq2 .div .p1 {
        font-size: 14px;
    }
    .sol3_con1 .rq2 .div .p1 span {
        font-size: 60px;
    }
    .sol3_con1 .rq2 .div .p2 {
        font-size: 14px;
    }
    .sol3_con5 .rq2 .lef .p1 {
        font-size: 20px;
        padding-left: 10px;
    }
    .sol3_con5 .rq2 .lef .p1::before {
        width: 2px;
        height: 20px;
    }
    .sol3_con5 .rq2 .lef .p2 {
        font-size: 14px;
    }
    .sol3_con6 .top .p {
        font-size: 16px;
    }
    .sol3_con6 .top .p .ig {
        width: 26px;
        height: 27px;
        margin-bottom: -6px;
    }
    .sol3_con6 .bot .lef .p1 {
        font-size: 24px;
        color: #000000;
    }
    .sol3_con6 .bot .lef .p2 {
        font-size: 14px;
    }
    .sol3_con6 .bot .lef .div2 img {
        width: 36px;
    }
    .sol3_con6 .bot .lef .div2 p {
        font-size: 14px;
        margin-top: 10px;
    }
    .sol3_con7 .rq .div .p {
        line-height: 60px;
        font-size: 18px;
    }
    .sol3_con7 .rq .div .bot .div1 img {
        width: 54px;
    }
    .sol3_con7 .rq .div .bot .div1 .p1 {
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 6px;
    }
    .sol3_con7 .rq .div .bot .div1 .p2 {
        font-size: 14px;
        height: 42px;
    }
    .sol3_con7 .anniu {
        width: 184px;
        margin-top: 40px;
    }
    .sol3_con8 .rq .lef .p1 {
        font-size: 24px;
    }
    .sol3_con8 .rq .lef .p2 {
        font-size: 14px;
    }
    .sol3_con5 .rq1:nth-child(2n) .rq2 .rig img{
        margin: 0 auto;
    }

}
@media(max-width:768px){
    .sol3_con1 .rq2 .div{
        width: 49%;
        margin-bottom: 20px;
    }
    .sol3_con1 .rq2{
        flex-wrap: wrap;
    }
    .sol3_con1 .rq2 .div .p1 span {
        font-size: 42px;
    }
    .sol3_con1 .rq2 .div .p1 i {
        width: 15px;
        height: 18px;
    }
    .sol3_con5 .rq2 .lef{
        width: 100%;
        padding-right: 0;
        padding-top: 15px;
    }
    .sol3_con6 .bot .rq2,
    .sol3_con5 .rq2{
        flex-wrap: wrap-reverse;
    }
    .sol3_con5 .rq2 .rig{
        width: 100%;
    }
    .sol3_con6 .bot{
        padding: 20px 10px;
    }
    .sol3_con6 .bot .lef{
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
    .sol3_con6 .bot .rig{
        width: 100%;
    }
    .sol3_con7 .rq .div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .sol3_con8 .rq .lef{
        width: 100%;
        padding: 0;
        padding-top: 15px;
    }
    .sol3_con8 .rq .rig{
        width: 100%;
    }
}
@media(max-width:500px){
    .sol3_con1 .rq1{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .sol3_con1 .rq2{
        padding-top: 24px;
    }
    .sol3_con1 .rq2 .div {
        width: 48%;
    }
    .sol3_con1 .rq2 .div .p1 span {
        font-size: 36px;
    }
    .sol3_con2{
        padding-top: 35px;
    }
    .sol3_con2 .rq{
        margin-top: 18px;
    }
    .sol3_con3{
        padding: 35px 0;
    }
    .sol3_con3 .rq{
        margin-top: 18px;
    }
    .sol3_con4{
        padding-top: 35px;
    }
    .sol3_con4 .rq{
        margin-top: 18px;
    }
    .sol3_con5{
        padding-top: 35px;
    }
    .sol3_con5 .rq1,
    .sol3_con5 .rq1:first-child{
        padding: 30px 0;
    }
    .sol3_con5 .rq2 .lef .p2{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .sol3_con6{
        padding: 35px 0;
    }
    .sol3_con6 .top .p {
        font-size: 14px;
        padding: 10px;
        margin: 0 0px;
    }
    .sol3_con6 .top .p .ig {
        width: 18px;
        height: 15px;
        margin-bottom: 0;
        margin-right: 0px;
    }
    .sol3_con6 .top{
        margin: 18px 0;
    }
    .sol3_con6 .bot .lef .p1 {
        font-size: 20px;
    }
    .sol3_con6 .bot .lef .p2{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .sol3_con6 .bot .lef .div2 {
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .sol3_con7{
        padding-bottom: 35px;
    }
    .sol3_con7 .rq{
        padding-top: 3px;
    }
    .sol3_con7 .rq .div{
        margin-top: 15px;
        margin-bottom: 0;
    }
    .sol3_con7 .rq .div.div3 .bot .div1{
        width: 50%;
    }
    .sol3_con7 .rq .div.div3 .bot .div1:nth-child(n+4) {
        margin-top: 0%;
    }
    .sol3_con7 .rq .div.div3 .bot .div1:nth-child(n+3) {
        margin-top: 7%;
    }
    .sol3_con7 .anniu {
        margin-top: 24px;
    }
    .sol3_con8{
        padding: 35px 0;
    }
    .sol3_con8 .rq{
        margin-top: 18px;
    }
    .sol3_con8 .rq .lef .p1 {
        font-size: 20px;
    }
}


/* 供应链追溯 */
.ny_banner .rq .div .p4{
    margin-top: 2%;
    line-height: 1.6;
}
.sol4_con1{
    width: 100%;
    padding: 3.2% 0;
}
.sol4_con1 .rq{
    width: 100%;
    margin-top: 2.6%;
}
.sol4_con1 .rq img{
    width: 100%;
}

.sol4_con2{
    width: 100%;
    padding: 4.8% 0;
    background: #f2f7fc;
}
.sol4_con2 .rq{
    width: 100%;
    margin-top: 4.4%;
}
.sol4_con2 .rq img{
    width: 100%;
}
.sol4_con3.sol3_con5{
    padding-top: 0;
}
.sol4_con3.sol3_con5 .rq1:first-child{
    background-image: none;
}
.sol4_con3.sol3_con5 .rq1:nth-child(2n) .rq2 .rig img{
    margin-left: 0;
}

.sol4_con4{
    width: 100%;
    padding: 5% 0;
}
.sol4_con4 .rq{
    width: 100%;
    margin-top: 3.2%;
    display: flex;
    flex-wrap: wrap;
}
.sol4_con4 .rq .div{
    width: 20%;
    padding: 2.2% 3.6%;
    background: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 408px;
}
.sol4_con4 .rq .div a{
    display: block;
    width: 100%;
}
.sol4_con4 .rq .div:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.sol4_con4 .rq .div .top{
    width: 100%;
}
.sol4_con4 .rq .div .top img{
    width: 81%;
    display: block;
    margin: 0 auto;
}
.sol4_con4 .rq .div:hover .top img{
    width: 45.1%;
}
.sol4_con4 .rq .div .top p{
    font-size: 24px;
    color: #000000;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.sol4_con4 .rq .div .bot{
    width: 100%;
    margin-top: 5%;
    display: none;
}
.sol4_con4 .rq .div:hover .bot{
    display: block;
}
.sol4_con4 .rq .div .bot .text{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.sol4_con4 .rq .div .bot .p1{
    font-size: 16px;
    color: #0274f0;
    text-align: center;
    margin-top: 11%;
}
.sol4_con4 .rq .div .bot .p1 i{
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../images/img57.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
}

.sol4_con5{
    width: 100%;
    background: #eff5fb;
    padding: 4.8% 0;
}
.sol4_con5 .rq{
    width: 100%;
    margin-top: 3%;
}
.sol4_con5 .rq .swiper-container{
    padding-top: 10px;
}
.sol4_con5 .rq .div{
    width: 100%;
    position: relative;
    padding: 0 10px;
    padding-bottom: 13%;
    z-index: 3;
}
.sol4_con5 .rq .div::before{
    content: '';
    width: 100%;
    height: 76%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    z-index: -1;
}
.sol4_con5 .rq .div img{
    display: block;
    width: 52.7%;
    margin: 0 auto;
    transition: all .5s;
}
.sol4_con5 .rq .div:hover img{
    transform: translateY(-10px);
}
.sol4_con5 .rq .div p{
    font-size: 22px;
    color: #000000;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 8.5%;
}

.sol4_con6{
    width: 100%;
    padding-bottom: 5%;
    background: #eff5fb;
}
.sol4_con6 .rq{
    width: 100%;
    padding: 3.2% 7%;
    position: relative;
}
.sol4_con6 .rq .div{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 7.3% 8.2%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sol4_con6 .rq .div .lef{
    width: 28.5%;
}
.sol4_con6 .rq .div .lef .ig{
    width: 100%;
    padding-bottom: 70%;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.sol4_con6 .rq .div .lef .ig img{
    max-width: 70%;
    max-height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sol4_con6 .rq .div .lef p{
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-top: 7%;
}
.sol4_con6 .rq .div .rig{
    width: 60.8%;
    padding: 7% 0;
    position: relative;
}
.sol4_con6 .rq .div .rig::before,
.sol4_con6 .rq .div .rig::after{
    content: '';
    width: 48px;
    height: 38px;
    background-image: url(../images/img67.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}
.sol4_con6 .rq .div .rig::after{
    top: 0;
    left: 0;
    transform: rotate(180deg);
}
.sol4_con6 .rq .div .rig .p1{
    font-size: 24px;
    color: #000000;
}
.sol4_con6 .rq .div .rig .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    margin-top: 3%;
}
.sol4_con6 .swiper-button-next,
.sol4_con6 .swiper-button-prev{
    width: 70px;
    height: 68px;
    background-image: url(../images/img80.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sol4_con6 .swiper-button-prev{
    background-image: url(../images/img81.png);
}
.sol4_con6 .anniu{
    float: none;
    display: block;
    margin: 0 auto;
    width: 195px;
}

.sol4_con7.sol2_con8{
    width: 100%;
    padding-bottom: 10%;
}
@media(max-width:1459px){
    .sol4_con4 .rq .div .top p {
        font-size: 18px;
    }
    .sol4_con4 .rq .div .bot .text {
        font-size: 14px;
    }
    .sol4_con4 .rq .div .bot .p1 {
        font-size: 14px;
    }
    .sol4_con4 .rq .div .bot .p1 i {
        width: 6px;
        height: 10px;
        margin-left: 4px;
    }
    .sol4_con4 .rq .div {
        padding: 2.2% 3%;
        min-height: 330px;
    }
    .sol4_con5 .rq .div p {
        font-size: 18px;
    }
    .sol4_con6 .rq .div .lef p {
        font-size: 18px;
    }
    .sol4_con6 .rq .div .rig .p1 {
        font-size: 18px;
    }
    .sol4_con6 .rq .div .rig .p2 {
        font-size: 14px;
    }
    .sol4_con6 .rq .div .rig::before, .sol4_con6 .rq .div .rig::after {
        width: 36px;
        height: 29px;
    }
    .sol4_con6 .anniu {
        width: 150px;
    }
    .sol4_con6 .swiper-button-next, .sol4_con6 .swiper-button-prev {
        width: 52px;
        height: 50px;
    }
}
@media(max-width:768px){
    .sol4_con4 .rq .div{
        width: 33.333%;
    }
    .sol4_con6 .rq .div .lef {
        width: 36%;
    }
}
@media(max-width:500px){
    .sol4_con1{
        padding-top: 15px;
        padding-bottom: 35px;
    }
    .sol4_con1 .rq{
        margin-top: 18px;
    }
    .sol4_con2{
        padding: 35px 0;
    }
    .sol4_con2 .rq{
        margin-top: 18px;
    }
    .sol3_con5 .rq2 .lef .p1 {
        font-size: 18px;
    }
    .sol3_con5 .rq2 .lef .p1::before {
        height: 18px;
    }
    .sol4_con4{
        padding: 35px 0;
    }
    .sol4_con4 .rq{
        margin-top: 18px;
    }
    .sol4_con4 .rq .div{
        width: 49%;
        min-height: auto;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 20px 10px;
    }
    .sol4_con4 .rq .div:nth-child(2n){
        margin-right: 0;
    }
    .sol4_con4 .rq .div .bot{
        display: block;
    }
    .sol4_con4 .rq .div{
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        z-index: 2;
    }
    .sol4_con4 .rq .div .top img {
        width: 45.1%;
    }
    .sol4_con5{
        padding: 35px 0;
    }
    .sol4_con5 .rq{
        margin-top: 18px;
    }
    .sol4_con5 .rq .div::before {
        border-radius: 10px;
    }
    .sol4_con5 .rq .div p {
        font-size: 16px;
    }
    .sol4_con6{
        padding-bottom: 35px;
        overflow: hidden;
    }
    .sol4_con6 .rq .div .lef{
        width: 100%;
    }
    .sol4_con6 .rq .div .rig{
        width: 100%;
        margin-top: 15px;
        padding: 20px 0;
    }
    .sol4_con6 .rq .div .rig::before, .sol4_con6 .rq .div .rig::after {
        width: 25px;
        height: 20px;
    }
    .sol4_con6 .rq .div .lef p{
        font-size: 16px;
        margin-top: 10px;
    }
    .sol4_con6 .swiper-button-next, .sol4_con6 .swiper-button-prev {
        width: 46px;
        height: 45px;
        right: -20px;
    }
    .sol4_con6 .swiper-button-prev {
        left: -20px;
    }
    .sol4_con6 .rq .div{
        padding: 20px 10px;
    }
    .sol4_con6 .rq{
        padding: 24px 18px;
    }
    .sol4_con7.sol2_con8{
        padding-bottom: 100px;
    }
}


/* 医药方案 */
.sol5_con1{
    width: 100%;
    padding: 5% 0;
    background-image: linear-gradient(to bottom,#fff, #eff5fb);
}
.sol5_con1 .rq{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sol5_con1 .rq .lef{
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
}
.sol5_con1 .rq .lef img{
    width: 100%;
    transition: all .5s;
}
.sol5_con1 .rq .lef:hover img{
    transform: scale(1.05);
}
.sol5_con1 .rq .rig{
    width: 50%;
    padding-left: 7%;
}
.sol5_con1 .rq .rig .p1{
    font-size: 36px;
    color: #000000;
    line-height: 1.3333;
    font-family: "HarmonyOS_Sans_SC_Medium";
}
.sol5_con1 .rq .rig .p2{
    font-size: 16px;
    color: #333333;
    line-height: 2.125;
    margin-top: 5%;
}

.sol5_con2{
    width: 100%;
    padding: 5% 0;
}
.sol5_con2 .rq{
    width: 100%;
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
}
.sol5_con2 .rq .div{
    width: 33.333%;
    padding: 0 5.1%;
    margin-bottom:20px;
    border-right: 1px solid #e9e9e9;
    text-align: center;
}
.sol5_con2.sol5_con2_2 .rq .div{
    width: 25%;
    padding: 0 2.4%;
}
.sol5_con2 .rq .div:nth-child(3n){
    border-right: 0;
}
.sol5_con2.sol5_con2_2 .rq .div:nth-child(3n){
   border-right: 1px solid #e9e9e9;
}
.sol5_con2.sol5_con2_2 .rq .div:nth-child(4n){
 border-right: 0;
}
  .sol5_con12.sol5_con12_2{padding-bottom: 11.5%;}
.sol5_con2 .rq .div img{
    display: block;
    width: 49.1%;
    margin: 0 auto;
}
.sol5_con2 .rq .div .p1{
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    border-radius: 50px;
    padding: 0 20px;
    background-image: linear-gradient(to right,#0170ef, #1fa9ff);
}
.sol5_con2 .rq .div .p2{
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    margin-top: 20px;
}

.sol5_con3{
    width: 100%;
    padding-bottom: 5%;
}
.sol5_con3 .rq{
    width: 100%;
    margin-top: 4.4%;
}
.sol5_con3 .rq img{
    width: 100%;
}
.sol_con4 .rq .div img{
    transition: all .5s;
}
.sol5_con4.sol_con4 .rq .div{
    border-radius: 20px;
    overflow: hidden;
}

.sol5_con5.sol_con5 .rq .div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}

.sol5_con6{
    width: 100%;
    background-image: url(../images/img82.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 4.8%;
    padding-bottom: 8.5%;
}
.sol5_con6 .bt .p1{
    color: #fff;
}

.sol5_con7{
    width: 100%;
    transform: translateY(-90px);
}
.sol5_con7 .rq{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 4% 6.8%;
    padding-bottom: 5%;
}
.sol5_con7 .rq img{
    width: 266px;
    display: block;
    margin: 0 auto;
}
.sol5_con7 .rq .text{
    font-size: 18px;
    line-height: 2;
    color: #333333;
    margin-top: 1.6%;
}

.sol5_con8{
    width: 100%;
    padding-bottom: 4.8%;
}
.sol5_con8 .rq{
    width: 100%;
    margin-top: 2%;
    display: flex;
    flex-wrap: wrap;
}
.sol5_con8 .rq .div{
    width: 23.8%;
    margin-right: 1.6%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 2% 3%;
}
.sol5_con8 .rq .div:nth-child(4n){
    margin-right: 0;
}
.sol5_con8 .rq .div img{
    width: 52px;
    display: block;
    transition: all .5s;
}
.sol5_con8 .rq .div:hover img{
    transform: translateY(-10px);
}
.sol5_con8 .rq .div .p{
    font-size: 18px;
    color: #333333;
    line-height: 1.444;
    margin-top: 8%;
}

.sol5_con9{
    width: 100%;
}
.sol5_con9 .bt .p1{
    color: #fff;
}
.sol5_con9 .rq{
    width: 100%;
    background-image: url(../images/img87.jpg);
    background-size: cover;
    padding: 5.8% 6.7%;
    padding-bottom: 4%;
    overflow: hidden;
    border-radius: 20px;
}
.sol5_con9 .rq1{
    width: 100%;
    position: relative;
    margin-top: 2.2%;
}
.sol5_con9 .rq1::before{
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.sol5_con9 .rq1 .div{
    width: 100%;
    margin-top: -53px;
    position: relative;
        margin-bottom: 20px;
}
.sol5_con9 .rq1 .div::before{
    content: '';
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sol5_con9 .rq1 .div:first-child{
    margin-top: 0px;
}
.sol5_con9 .rq1 .div .div1{
    width: 47%;
    border-radius: 20px;
    background: #fff;
    padding: 2.6% 2.1%;
    font-size: 18px;
    color: #333333;
    line-height: 1.444;
    float: left;
    position: relative;
}
.sol5_con9 .rq1 .div:nth-child(2n) .div1{
    float: right;
}

.sol5_con10{
    width: 100%;
    padding-top: 5%;
    padding-bottom: 4%;
}
.sol5_con10 .rq{
    width: 100%;
    margin-top: 3.2%;
}
.sol5_con10 .rq .top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sol5_con10 .top .div{
    width: 49%;
    padding: 1% 4%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.sol5_con10 .top .div::before{
    content: '';
    width: 475px;
    height: 466px;
    background-image: url(../images/img84.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 13%;
    top: -40%;
    z-index: -1;
}
.sol5_con10 .top .div .lef{
    width: 47%;
    float: left;
    padding-top: 8%;
}
.sol5_con10 .top .div .lef .p1{
    font-size: 20px;
    color: #000000;
    padding-bottom: 16%;
    position: relative;
}
.sol5_con10 .top .div .lef .p1::before{
    content: '';
    width: 30px;
    height: 6px;
    background-image: url(../images/img85.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 31%;
}
.sol5_con10 .top .div .lef .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
}
.sol5_con10 .top .div .rig{
    width: 47%;
    float: right;
}
.sol5_con10 .bot{
    width: 100%;
    margin-top: 4.6%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 7.4% 16%;
    padding-left: 19%;
    position: relative;
}
.sol5_con10 .bot::before{
    content: '';
    width: 368px;
    height: 361px;
    background-image: url(../images/img84.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 24%;
    top: -4%;
    z-index: -1;
}
.sol5_con10 .bot .div{
    width: 100%;
    padding-left: 260px;
    position: relative;
}
.sol5_con10 .bot .div .bt{
    width: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sol5_con10 .bot .div .text{
    padding: 5.4% 7.8%;
    font-size: 18px;color: #0c86f6;
    line-height: 1.6666;
    position: relative;
}
.sol5_con10 .bot .div .text::before,
.sol5_con10 .bot .div .text::after{
    content: '';
    width: 31px;
    height: 29px;
    background-image: url(../images/img86.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}
.sol5_con10 .bot .div .text::after{
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

.sol5_con11{
    width: 100%;
    padding-top: 5%;
    padding-bottom: 11.5%;
    background: #f2f7fc;
}
.sol5_con11 .rq{
    width: 100%;
    margin-top: 3.2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sol5_con11 .rq .div{
    width: 48.8%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.sol5_con11 .rq .div .p{
    font-size: 30px;
    line-height: 76px;
    color: #ffffff;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Medium";
    position: relative;
    background-image: linear-gradient(to bottom,#0273f0, #179dfb);
}
.sol5_con11 .rq .div .p::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #179dfb;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}
.sol5_con11 .rq .div .bot{
    width: 100%;
    padding: 5.2%;
}
.sol5_con11 .rq .div .bot .p1{
    font-size: 24px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #333333;
    text-align: center;
}
.sol5_con11 .rq .div1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 6%;
}
.sol5_con11 .rq .div2{
    width: 49%;
    background: #f2f7fc;
    border-radius: 10px;
    padding: 5.3%;
    margin-bottom: 2%;
}
.sol5_con11 .rq .div2 .p2{
    font-size: 18px;
    color: #333333;
    padding-left: 10px;
    position: relative;
}
.sol5_con11 .rq .div2 .p2::before{
    content: '';
    width: 4px;
    height: 16px;
    border-radius: 4px;
    background: #0476f0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sol5_con11 .rq .div2 .p3{
    font-size: 30px;
    color: #333333;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-top: 15px;
    line-height: 1;
}
.sol5_con11 .rq .div2 .p3 span{
    font-size: 48px;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.sol5_con11 .rq .div2 .p3 i{
    font-style: initial;
    font-size: 18px;
    font-family: "HarmonyOS_Sans_SC_Bold";
    display: inline-block;
    transform: translateY(-3px);
}
@media(max-width:1459px){
    .sol5_con1 .rq .rig .p1 {
        font-size: 26px;
    }
    .sol5_con1 .rq .rig .p2 {
        font-size: 14px;
    }
    .sol5_con2 .rq .div .p1 {
        font-size: 14px;
        line-height: 40px;
        border-radius: 40px;
        padding: 0 14px;
    }
    .sol5_con2 .rq .div .p2 {
        font-size: 16px;
        margin-top: 16px;
    }
    .sol5_con7 .rq img {
        width: 202px;
    }
    .sol5_con7 .rq .text {
        font-size: 14px;
    }
    .sol5_con8 .rq .div img {
        width: 39px;
    }
    .sol5_con8 .rq .div .p {
        font-size: 14px;
    }
    .sol5_con9 .rq1 .div .div1 {
        font-size: 14px;
    }
    .sol5_con9 .rq1 .div::before {
        width: 10px;
        height: 10px;
    }
    .sol5_con10 .top .div .lef .p1 {
        font-size: 18px;
    }
    .sol5_con10 .top .div .lef .p1::before {
        width: 24px;
        height: 5px;
    }
    .sol5_con10 .top .div .lef .p2 {
        font-size: 14px;
    }
    .sol5_con10 .top .div::before {
        width: 360px;
        height: 354px;
    }
    .sol5_con10 .bot .div .text {
        font-size: 14px;
    }
    .sol5_con10 .bot::before {
        width: 278px;
        height: 274px;
    }
    .sol5_con11 .rq .div .p {
        font-size: 24px;
        line-height: 56px;
    }
    .sol5_con11 .rq .div .bot .p1 {
        font-size: 18px;
    }
    .sol5_con11 .rq .div2 .p2 {
        font-size: 14px;
    }
    .sol5_con11 .rq .div2 .p2::before {
        width: 2px;
        height: 14px;
    }
    .sol5_con11 .rq .div2 .p3 {
        font-size: 24px;
    }
    .sol5_con11 .rq .div2 .p3 span {
        font-size: 36px;
    }
    .sol5_con11 .rq .div2 .p3 i {
        font-size: 14px;
    }

}
@media(max-width:768px){
    .sol5_con1 .rq .lef{
        width: 100%;
    }
    .sol5_con1 .rq .rig{
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .sol5_con2 .rq .div{
        padding: 0 15px;
    }
    .sol5_con10 .bot .div {
        padding-left: 110px;
    }
    .sol5_con10 .bot .div .text::before, .sol5_con10 .bot .div .text::after {
        width: 24px;
        height: 22px;
    }
    .sol5_con11 .rq .div2 .p3 span {
        font-size: 26px;
    }
    .sol5_con11 .rq .div2 .p3 {
        font-size: 18px;
    }
    .sol5_con11 .rq .div2 .p3 i {
        font-size: 10px;
    }
}
@media(max-width:500px){
    .sol5_con1{
        padding: 35px 0;
    }
    .sol5_con1 .rq .lef {
        border-radius: 10px;
    }
    .sol5_con1 .rq .rig .p1 {
        font-size: 20px;
    }
    .sol5_con1 .rq .rig .p2{
        margin-top: 10px;
    }
    .sol5_con2{
        padding: 35px 0;
        padding-bottom: 15px;
    }
    .sol5_con2.sol5_con2_2 .rq .div,
    .sol5_con2 .rq .div{
        width: 100%;
        border-right: none;
        margin-bottom: 20px;
    }
    .sol5_con2 .rq .div img {
        width: 30%;
    }
    .sol5_con3 .rq{
        margin-top: 18px;
    }
    .sol5_con3{
        padding-bottom: 35px;
    }
    .sol5_con6{
        padding-top: 35px;
        padding-bottom: 60px;
    }
    .sol5_con7 {
        transform: translateY(-44px);
    }
    .sol5_con7 .rq{
        padding: 20px 10px;
    }
    .sol5_con7 .rq img {
        width: 44%;
    }
    .sol5_con8{
        padding-bottom: 35px;
    }
    .sol5_con8 .rq .div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 20px 10px;
    }
    .sol5_con8 .rq .div .p{
        margin-top: 10px;
    }
    .sol5_con8 .rq{
        margin-top: 18px;
    }
    .sol5_con9 .rq{
        padding: 35px 10px;
        border-radius: 10px;
    }
    .sol5_con9 .rq1{
        margin-top: 18px;
    }
    .sol5_con9 .rq1 .div .div1{
        padding: 10px;
        border-radius: 10px;
    }
    .sol5_con10{
        padding: 35px 0;
    }
    .sol5_con10 .rq{
        margin-top: 18px;
    }
    .sol5_con10 .top .div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 20px 10px;
    }
    .sol5_con10 .top .div .lef {
        padding-top: 0;
    }
    .sol5_con10 .top .div .lef .p1::before {
        bottom: 25%;
    }
    .sol5_con10 .bot{
        padding: 20px 10px;
        margin-top: 0;
    }
    .sol5_con10 .bot .div {
        padding-left: 0;
    }
    .sol5_con10 .bot .div .text::before, .sol5_con10 .bot .div .text::after {
        width: 18px;
        height: 16px;
    }
    .sol5_con10 .bot .div .text{
        padding: 20px 24px;
    }
    .sol5_con10 .bot .div .bt{
        position: static;
        transform: translate(0);
    }
    .sol5_con11{
        padding: 35px 0;
        padding-bottom: 100px;
    }
    .sol5_con11 .rq{
        margin-top: 18px;
    }
    .sol5_con11 .rq .div{
        width: 100%;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .sol5_con11 .rq .div .p {
        font-size: 18px;
        line-height: 46px;
    }
    .sol5_con11 .rq .div2{
        padding: 15px 10px;
    }
    .sol5_con11 .rq .div2 .p2::before {
        top: 3px;
        transform: translateY(0%);
    }
}


/* 快消方案 */
.sol6_con1{
    width: 100%;
    padding-top: 5%;
}
.sol6_con1 .rq{
    width: 100%;
    margin-top: 3%;
}
.sol6_con1 .rq img{
    width: 100%;
}

.sol6_con2{
    width: 100%;
    background: #edf4fb;
    padding: 5% 0;
}
.sol6_con2 .rq{
    width: 100%;
    margin-top: 6%;
}
.sol6_con2 .rq img{
    width: 100%;
}

.sol6_con3{
    width: 100%;
    padding: 5% 0;
}
.sol6_con3 .rq{
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 3%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
}
.sol6_con3 .rq .lef{
    width: 20%;
    border-right: 1px solid #eeeeee;
}
.sol6_con3 .rq .lef .div{
    width: 100%;
    padding: 14% 15%;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 1.5;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}
.sol6_con3 .rq .lef .div:last-child{
    border-bottom:none;
}
.sol6_con3 .rq .lef .div.on{
    color: #fff;
    background-image: linear-gradient(to right,#0273f0, #179dfb);
}
.sol6_con3 .rq .lef .div p{
    font-family: "HarmonyOS_Sans_SC_Light";
}
.sol6_con3 .rq .rig{
    width: 80%;
    padding: 7% 4.2%;
        padding-top: 3%;
}
.sol6_con3 .rq .rig .rq1{
    width: 100%;
    display: none;
}
.sol6_con3 .rq .rig .rq1.on{
    display: block;
}
.sol6_con3 .rq .rig .top{
    width: 100%;
}
.sol6_con3 .rq .rig .top span{
    float: left;
    font-size: 20px;
    color: #333333;
    line-height: 60px;
    border-radius: 8px;
    padding:0 38px;
    overflow: hidden;
    background: #f8fbff;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.sol6_con3 .rq .rig .top span.on{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sol6_con3 .rq .rig .top span img{
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    transform: translateY(-3px);
}
.sol6_con3 .rq .rig .bot{
    width: 100%;
        padding-top: 2%;
}
.sol6_con3 .rq .rig .bot .div{
    width: 100%;
    display: none;
}
.sol6_con3 .rq .rig .bot .div.on{
    display: block;
}
.sol6_con3 .rq .rig .bot .p1{
    font-size: 30px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #000000;
}
.sol6_con3 .rq .rig .bot .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.875;
    padding: 15px 0;
    width: 100%;
}
.sol6_con3 .rq .rig .bot img{
    max-width: 100%;
    margin:0 auto;
    display:block;
}

.sol6_con4{
    width: 100%;
    background: #f2f7fc;
    padding: 5% 0;
}
.sol6_con4 .rq{
    width: 100%;
    margin-top: 3.2%;
    display: flex;
    flex-wrap: wrap;
}
.sol6_con4 .rq .div{
    width: 15.63%;
    margin-right: 1.244%;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 3.5% 1.8%;
}
.sol6_con4 .rq .div:nth-child(6n){
    margin-right: 0;
}
.sol6_con4 .rq .div img{
    width: 23%;
    display: block;
    transition: all .5s;
    margin: 0 auto;
}
.sol6_con4 .rq .div:hover img{
    transform: translateY(-10px);
}
.sol6_con4 .rq .div .p1{
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    text-align: center;
    margin-top: 17%;
    margin-bottom: 14%;
}
.sol6_con4 .rq .div .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    text-align: center;
    height: 140px;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.sol6_con4 .rq .div .p3{
    font-size: 16px;
    color: #0274f0;
    text-align: center;
    margin-top: 13%;
}
.sol6_con4 .rq .div .p3 i{
    display: inline-block;
    width: 7px;
    height: 13px;
    background-image: url(../images/img3.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.sol6_con5{
    width: 100%;
    padding: 4.8% 0;
}
.sol6_con5 .rq{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sol6_con5 .rq .lef{
    width: 50%;
}
.sol6_con5 .rq .p2{
    font-family: "HarmonyOS_Sans_SC_Medium";
    font-size: 24px;
    color: #000000;
    margin-top: 3%;
    margin-bottom: 2%;
}
.sol6_con5 .rq .p3{
    font-size: 18px;
    color: #333333;
    line-height: 2;
}
.sol6_con5 .anniu{
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    float: none;
    display: inline-block;
    margin-top: 5.8%;
}
.sol6_con5 .rq .rig{
    border-radius: 20px;
    overflow: hidden;
    width: 43.8%;
}
.sol6_con5 .rq .rig img{
    width: 100%;
}

.sol6_con6{
    width: 100%;
    background: #f2f7fc;
    padding: 4.8% 0;
}
.sol6_con6 .rq{
    width: 100%;
    margin-top: 3.2%;
}
.sol6_con6 .rq .div{
    width: 100%;
    padding-bottom: 45%;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.sol6_con6 .rq .div img{
    max-width: 76%;
    max-height: 76%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.sol6_con6 .rq .div:hover img{
    transform: translate(-50%,-50%) scale(1.1);
}

.sol6_con7{
    width: 100%;
    padding-top: 5%;
    padding-bottom: 11.5%;
}
.sol6_con7 .rq{
    width: 100%;
    margin-top: 3.2%;
    display: flex;
    flex-wrap: wrap;
}
.sol6_con7 .rq .div{
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    padding: 3.2%;
    padding-right: 4.1%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sol6_con7 .rq .div:nth-child(3n){
    margin-right: 0;
}
.sol6_con7 .rq .div img{
    width: 19%;
    transition: all .5s;
}
.sol6_con7 .rq .div:hover img{
    transform: scale(1.1);
}
.sol6_con7 .rq .div .rig{
    width: 69.8%;
}
.sol6_con7 .rq .div .rig .p1{
    font-size: 24px;
    color: #000000;
    font-family: "HarmonyOS_Sans_SC_Medium";
    padding-bottom: 7%;
    margin-bottom: 6%;
    position: relative;
}
.sol6_con7 .rq .div .rig .p1::before{
    content: '';
    width: 60px;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sol6_con7 .rq .div .rig .p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
}
@media(max-width:1680px){
     .sol6_con3 .rq .lef .div {
        font-size: 20px;
    }
}
@media(max-width:1459px){
    .sol6_con3 .rq .lef .div {
        font-size: 18px;
    }
    .sol6_con3 .rq .rig .top span {
        font-size: 16px;
        line-height: 48px;
        border-radius: 5px;
        padding: 0 20px;
        margin-right: 14px;
    }
    .sol6_con3 .rq .rig .top span img {
        width: 24px;
        margin-right: 6px;
        transform: translateY(-1px);
    }
    .sol6_con3 .rq .rig .bot .p1 {
        font-size: 22px;
    }
    .sol6_con3 .rq .rig .bot .p2 {
        font-size: 14px;
    }
    .sol6_con4 .rq .div .p1 {
        font-size: 18px;
    }
    .sol6_con4 .rq .div .p2 {
        font-size: 14px;
        height: 120px;
    }
    .sol6_con4 .rq .div .p3 {
        font-size: 14px;
    }
    .sol6_con4 .rq .div .p3 i {
        width: 6px;
        height: 11px;
    }
    .sol6_con5 .rq .p2 {
        font-size: 18px;
    }
    .sol6_con5 .rq .p3 {
        font-size: 14px;
    }
    .sol6_con5 .anniu {
        width: 150px;
        height: 45px;
        line-height: 45px;
        border-radius: 45px;
    }
    .sol6_con7 .rq .div .rig .p1 {
        font-size: 18px;
    }
    .sol6_con7 .rq .div .rig .p2 {
        font-size: 14px;
    }
}
@media(max-width:768px){
    .sol6_con3 .rq .lef{
        width: 100%;
        border-right:none;
        border-bottom: 1px solid #eeeeee;
    }
    .sol6_con3 .rq .lef .div{
        padding: 15px 10px;
    }
    .sol6_con3 .rq .rig{
        width: 100%;
    }
    .sol6_con4 .rq .div{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .sol6_con4 .rq .div:nth-child(6n){
        margin-right: 2%;
    }
    .sol6_con4 .rq .div:nth-child(3n){
        margin-right: 0;
    }
    .sol6_con5 .rq .lef{
        width: 100%;
    }
    .sol6_con5 .rq{
        flex-wrap: wrap;
    }
    .sol6_con5 .rq .rig{
        width: 100%;
        margin-top: 20px;
    }
    .sol6_con7 .rq .div .rig{
        width: 100%;
        margin-top: 15px;
    }
    .sol6_con7 .rq .div{
        flex-wrap: wrap;
    }
    .sol6_con7 .rq .div img {
        width: 30%;
    }
}
@media(max-width:500px){
    .sol6_con1{
        padding-top: 35px;
    }
    .sol6_con1 .rq{
        margin-top: 18px;
    }
    .sol6_con2{
        padding: 35px 0;
    }
    .sol6_con2 .rq{
        margin-top: 18px;
    }
    .sol6_con3{
        padding: 35px 0;
    }
    .sol6_con3 .rq {
        border-radius: 10px;
    }
    .sol6_con3 .rq .lef .div {
        font-size: 14px;
    }
    .sol6_con3 .rq .rig .top span{
        width: 49%;
        margin-right: 2%;
        padding: 0;
        margin-bottom: 2%;
        text-align: center;
    }
    .sol6_con3 .rq .rig .top span:nth-child(2n){
        margin-right: 0;
    }
    .sol6_con3 .rq .rig{
        padding: 20px 10px;
    }
    .sol6_con3 .rq .rig .bot{
        padding-top: 10px;
    }
    .sol6_con3 .rq .rig .bot .p1 {
        font-size: 18px;
    }
    .sol6_con3 .rq .rig .bot .p2{
        width: 100%;
        padding: 10px 0;
    }
    .sol6_con4{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .sol6_con4 .rq{
        margin-top: 18px;
    }
    .sol6_con4 .rq .div{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 20px 10px;
    }
    .sol6_con4 .rq .div:nth-child(3n){
        margin-right: 2%;
    }
    .sol6_con4 .rq .div:nth-child(2n){
        margin-right: 0;
    }
    .sol6_con4 .rq .div .p1{
        margin: 10px 0;
    }
    .sol6_con4 .rq .div .p2{
        height: auto;
    }
    .sol6_con4 .rq .div .p3{
        margin-top: 15px;
    }
    .sol6_con5{
        padding: 35px 0;
    }
    .sol6_con5 .rq .p2 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .sol6_con5 .anniu{
        margin-top: 20px;
    }
    .sol6_con5 .rq .rig {
        border-radius: 10px;
    }
    .sol6_con6{
        padding: 35px 0;
    }
    .sol6_con6 .rq{
        margin-top: 18px;
    }
    .sol6_con7{
        padding-top: 35px;
        padding-bottom: 100px;
    }
    .sol6_con7 .rq{
        margin-top: 18px;
    }
    .sol6_con7 .rq .div{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        border-radius: 10px;
        padding: 20px 10px;
    }
    .sol6_con7 .rq .div:nth-child(3n){
        margin-right: 2%;
    }
    .sol6_con7 .rq .div:nth-child(2n){
        margin-right: 0;
    }
    .pro_con9 .rq .div .bot{
        padding: 15px 10px;
    }

}

/*2022/12/8*/
.case2_dat2.new_dat .lef{
    width:100%;
}
.foot .rig .div2 a{
    color: #848e9c !important;
}
.ser2_con1 .rq iframe {
    display: none;
}
.search_con{
    width:100%;
    padding-top:5%;
    padding-bottom:10%;
}
.search_con .rq{
    padding: 4% 0;
}
.search_con .rq .div{
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 10px;
    border-bottom: 1px solid #f0f0f0;
}
.search_con .rq .div:first-child{
    padding-top:0;
}
.search_con .rq .div a{
    color: #666;
}
.search_con .rq .div em{
    font-style: initial;
    margin-right:10px;
}
@media(max-width:1459px){
    .search_con .rq .div {
        font-size: 16px;
        padding: 14px 0px;
    }
}
@media(max-width:500px){
    .search_con {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .search_con .rq {
        padding: 20px 0;
    }
    .search_con .rq .div {
        font-size: 14px;
        padding: 10px 0px;
    }
    .search_con .rq .div em {
        margin-right: 4px;
    }
}


/* 2022.12.19 */

/* 新增 */
.sy_con8.sol5_con12 .rq .div{
    width: 18%;
}
.sy_con8.sol5_con12 .rq .div:nth-child(6n) {
    margin-right: 2%;
}
.sy_con8.sol5_con12 .rq .div:nth-child(5n) {
    margin-right: 0;
}
@media (max-width:768px){
    .sy_con8.sol5_con12 {
        padding-bottom: 80px;
    }
}
.two.three .lef{
      width: 100%;
       padding: 9% 14%;
}
.category .two.three{
    width: 350%;
}

/* 编辑器板块 */
.prob01{
    padding: 0 0 5%;
}
.prob01 .title{
    font-size: 36px;
    text-align: center;
    margin-bottom: 5%;
}
.prob01 .probox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prob01 .left,
.prob01 .right{
    width: 30%;
    position: relative;
    z-index: 1;
}
.prob01 .center{
    padding: 0 2%;
}
.prob01 .citem{
    display: flex;
    margin: 10% 0;
    text-align: right;
    align-items: center;
}
.prob01 .right .citem{
        flex-direction: row-reverse;
}
.prob01 .citem .ctit{
    font-size: 24px;
    color: #0071ef;
    margin-bottom: 20px;
    font-family: "HarmonyOS_Sans_SC_Medium";
   
}
.prob01 .citem .desc{
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.prob01 .citem .text{
    flex: 1;
    background-image: linear-gradient(#eff5fb,transparent);
    padding: 35px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.prob01 .citem .imgbox{
    min-width: 80px;
    height: 80px;
    background-image: linear-gradient(#1fa9ff,#0171ef);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.prob01 .right .citem .imgbox{
        margin-left: 0px;
            margin-right: 20px;
}
.prob01 .citem img{
    width: auto;
}
@media (max-width:1680px){
    
    .prob01 .citem .imgbox img{
        width: 50%;
    }
    .prob01 .center {
        width: 40%;
    }
    .prob01 .citem .text{
        padding: 20px;
    }
    .prob01 .citem .ctit{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .prob01 .citem .desc{
        font-size: 14px;
    }
    .prob01 .left, .prob01 .right {
        width: 40%;
    }
    .prob01 .title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 5%;
    }
}
@media (max-width:1024px){
    .prob01 .citem .imgbox {
        min-width: 50px;
        height: 50px;
    }
    .prob01 .citem .text{
        padding: 10px;
    }
    .prob01 .citem .ctit{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .prob01 .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
@media (max-width:768px){
    .prob01 .probox{
        position: relative;
    }
    .prob01 .center{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: -1;
    }
    .prob01 .center img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
    .prob01 .left, .prob01 .right {
        width: 48%;
    }
    .prob01 .citem{
        margin: 5% 0;
    }
}
@media (max-width:640px){
    .prob01 .center{
        display: none;
    }
    .prob01 .probox{
        flex-wrap: wrap;
    }
    .prob01 .citem{
        width: 100%;
    }
    .prob01 .citem .ctit {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .prob01 .left, .prob01 .right {
        width: 100%;
    }
    .prob01 .citem {
        width: 100%;
        flex-direction: row-reverse;
        text-align: left;
    }
    .prob01 .citem .imgbox{
        margin-left: 0;
        margin-right: 20px;
    }
    .prob01 .citem{
        margin: 15px 0;
    }
    .prob01 .title {
        font-size: 18px;
        margin-bottom: 15px;
    }
}



.sol6_con1 .rq{
    margin-top: 0;
    padding-top: 4.583vw;
    position: relative;
}
.sol6_con1 .rq .ig{
    width: 67.70833vw !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.sol6_con1 .rq .div{
    width: 19.27083vw;
    border-radius: 40px 40px 90px 90px;
    background-image: linear-gradient(#eff5fb,#fff);
    position: absolute;
    bottom: 2.916666vw;
    left: 0;
    padding-top: 2.91666vw;
    min-height: 10.8333vw;
}
.sol6_con1 .rq .div img{
    width: 4.16666vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sol6_con1 .rq .div .p1{
    color: #0375f0;
    font-size: 1.25vw;
    text-align: center;
}
.sol6_con1 .rq .div .text{
    width: 100%;
    color: #333333;
    font-size: 0.9vw;
    line-height: 1.5;
    text-align: center;
}
.sol6_con1 .rq .div .text p{
    margin-top: 10px;
    position: relative;
}
.sol6_con1 .rq .div .text p::before{
    content: '';
    width: 3px;
    height: 3px;
    background: #333333;
    display: inline-block;
    margin-right: 4px;
    transform: translateY(-4px);
    border-radius: 50%;
    opacity: 0.5;
}
.sol6_con1 .rq .div.div1{
    bottom: 2.916666vw;
    left: 0;
}
.sol6_con1 .rq .div.div2{
    top: 40%;
    left: 24%;
    bottom: auto;
    transform: translate(-50%,-50%);
}
.sol6_con1 .rq .div.div3{
    top: 22%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
}
.sol6_con1 .rq .div.div4{
    top: 40%;
    left: 76%;
    bottom: auto;
    transform: translate(-50%,-50%);
}
.sol6_con1 .rq .div.div5{
    left: auto;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
}
@media(max-width:500px){
    .sol6_con1 .rq{
        padding-top: 40px;
    }
    .sol6_con1 .rq .div{
        width: 100%;
        min-height: auto;
        padding: 10px !important;
        padding-top: 30px !important;
        position: static !important;
        transform: translate(0) !important;
        margin-bottom:35px;
    }
    .sol6_con1 .rq .ig{
        display: none;
    }
    .sol6_con1 .rq .div img{
        width: 40px;
    }
    .sol6_con1 .rq .div .p1{
        font-size: 18px;
    }
    .sol6_con1 .rq .div .text{
        font-size: 14px;
    }
}




.sol2_con2 .rq{
    position: relative;
}
.sol2_con2 .rq img{
    width: 28.645vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sol2_con2 .rq .lef{
    width: 29.6875vw;
    float: left;
}
.sol2_con2 .rq .rig{
    float: right;
}
.sol2_con2 .rq .lef .div{
    width: 100%;
    height: 7.708333vw;
    border-radius: 7.708333vw;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right,#74c4fa,#fff);
    color: #333333;
    font-size: 1.04166vw;
    line-height: 1.2;
    padding-left: 3.75vw;
    padding-right: 8vw;
    position: relative;
    margin-bottom: 1.302083333333333vw;
    float: left;
}
.sol2_con2 .rq .lef .div:last-child{
    margin-bottom: 0;
}
.sol2_con2 .rq .lef .div:nth-child(2n){
    background-image: linear-gradient(to right,#bce4ff,#fff);
}
.sol2_con2 .rq .lef .div:nth-child(2){
    width: 78%;
    padding-left: 1vw;
}
.sol2_con2 .rq .lef .div:nth-child(3){
    width: 84%;
    padding-left: 2.9166vw;
}

.sol2_con2 .rq .lef.rig .div{
    float: right;
    padding-right: 3.75vw;
    padding-left: 9.375vw;
    background-image: linear-gradient(to left,#74c4fa,#fff);
}
.sol2_con2 .rq .lef.rig .div:nth-child(2n){
    background-image: linear-gradient(to left,#bce4ff,#fff);
}
.sol2_con2 .rq .lef.rig .div:nth-child(2){
    padding-right: 1vw;
}
.sol2_con2 .rq .lef.rig .div:nth-child(3){
    padding-right: 2.9166vw;
}

.sol2_con2 .rq .lef .div span{
    color: #cadcea;
    font-weight: bold;
    font-size: 2.5vw;
    width: 7.708333vw;
    height: 7.708333vw;
    line-height: 6.666733vw;
    text-align: center;
    border-radius: 50%;
    border: 0.5208vw solid #d9e9f4;
    position: absolute;
    top: 0;
    right: 0;
}
.sol2_con2 .rq .rig .div span{
    left: 0;
}
.sol2_con2 .rq .lef .div::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d9e9f4;
    position: absolute;
    right: 4px;
    top: 83%;
    transform: translateY(-50%) rotate(7deg);
}
.sol2_con2 .rq .lef .div:nth-child(2)::before{
    right: -11px;
    top: 62%;
    transform: translateY(-50%) rotate(-19deg);
}
.sol2_con2 .rq .lef .div:nth-child(3)::before{
    right: -13px;
    top: 46%;
    transform: translateY(-50%) rotate(-43deg);
}
.sol2_con2 .rq .lef .div:nth-child(4)::before{
    right: -4px;
    top: 25%;
    transform: translateY(-50%) rotate(-70deg);
}
.sol2_con2 .rq .lef.rig .div::before{
    left: 3px;
    right: auto;
    transform: translateY(-50%) rotate(0deg);
}
.sol2_con2 .rq .lef.rig .div:nth-child(2)::before{
    left: -11px;
    top: 62%;
    transform: translateY(-50%) rotate(20deg);
}
.sol2_con2 .rq .lef.rig .div:nth-child(3)::before{
    left: -13px;
    top: 46%;
    transform: translateY(-50%) rotate(45deg);
}
.sol2_con2 .rq .lef.rig .div:nth-child(4)::before{
    left: -4px;
    top: 25%;
    transform: translateY(-50%) rotate(70deg);
}

@media(max-width:500px){
    .sol2_con2 .rq .lef .div{
        width: 100% !important;
        height: 60px;
        border-radius: 60px;
        margin-bottom: 15px;
        padding-left: 70px !important;
        padding-right: 10px !important;
        font-size: 14px;
        background-image: linear-gradient(to right,#74c4fa,#fff) !important;
    }
    .sol2_con2 .rq .lef{
        width: 100%;
        margin-bottom: 15px;
    }
    .sol2_con2 .rq .lef .div span{
        width: 60px;
        height: 60px;
        line-height: 52px;
        border-width: 4px;
        font-size: 30px;
    left: 0;
    }
    .sol2_con2 .rq .lef .div::before,
    .sol2_con2 .rq img{
        display: none;
    }
}


.sol2_con7 {
    padding-bottom: 8%;
}
.sol2_con7 .rq {
    margin-top: 6%;
    position: relative;
}
.sol2_con7 .rq img{
    width: 29.9479vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sol2_con7 .rq .div{
    width: 100%;
    margin-bottom: 3.125vw;
    display: flex;
    justify-content: space-between;
}
.sol2_con7 .rq .div:last-child{
    margin-bottom: 0;
}
.sol2_con7 .rq .div1{
    width: 24.7395vw;
    height: 7.9166vw;
    border-radius: 7.9166vw;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 0 3.125vw;
    position: relative;
}
.sol2_con7 .rq .div span{
    font-size: 1.25vw;
    color: #fff;
    font-weight: bold;
    width: 3.3854vw;
    height: 3.3854vw;
    line-height: 3.3854vw;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -1.6927vw;
    transform: translateY(-50%);
    background-image: linear-gradient(to right,#0171ef,#1ea9ff);
}
.sol2_con7 .rq .div .div1:nth-child(2) span{
    left: -1.6927vw;
    background-image: linear-gradient(to right,#ffa149,#ff7848);
}
.sol2_con7 .rq .div:nth-child(2) .div1:nth-child(1) span{
    background-image: linear-gradient(to right,#ffa149,#ff7848);
}
.sol2_con7 .rq .div:nth-child(2) .div1:nth-child(2) span{
    background-image: linear-gradient(to right,#0171ef,#1ea9ff);
}
.sol2_con7 .rq .div .text{
    width: 100%;
}
.sol2_con7 .rq .div .text .p1{
    color: #0376f1;
    font-size: 1.0416vw;
}
.sol2_con7 .rq .div .div1:nth-child(2) .text .p1{
    color: #ff7a48;
}
.sol2_con7 .rq .div:nth-child(2) .div1:nth-child(2) .text .p1{
    color: #0376f1;
}
.sol2_con7 .rq .div .text .p2{
    color: #666666;
    font-size: 0.8333333vw;
    line-height: 1.5;
    margin-top: 5px;
}
.sol2_con7 .rq .div .text li::before{
    content: '';
    width: 3px;
    height: 3px;
    background: #077ef3;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-5px);
}
@media(max-width:500px){
    .sol2_con7 .rq img{
        display: none;
    }
    .sol2_con7 .rq .div{
        width: 100%;
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    .sol2_con7 .rq .div1{
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 10px;
        padding-left: 60px;
    }
    .sol2_con7 .rq .div1 span{
        left: 10px !important;
        top: 10px !important;
        transform: translate(0);
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .sol2_con7 .rq .div .text .p1{
        font-size: 18px;
    }
    .sol2_con7 .rq .div .text .p2{
        font-size: 14px;
    }
}

.sol6_con6 .rq{
    display:flex;
    flex-wrap:wrap;
}
.sol6_con6 .rq .div{
    width:18.4%;
    margin-right:2%;
    margin-bottom:2%;
        padding-bottom: 8%;
}
.sol6_con6 .rq .div:nth-child(5n){
    margin-right:0;
}
.sol6_con6 .rq .div img {
    max-width: 60%;
    max-height: 50%;
}

.pro3_con1 .rq::before{
    display:none;
}

.sol6_con5 .pabt .swiper-button-next, .sol6_con5 .pabt .swiper-button-prev {
    background-image: url(../images/img23.png);
}
@media(max-width:500px){
    .ny_banner .rq .div .text,
    .ny_banner .rq .div .p4 {
    width: 60%;
}
.two.three .lef{
        padding: 0;
}
.pro_con1 .rq {
    overflow-y: hidden;
}
}
.sy_con2 .rq .bot .div .wudi-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid;
    background-size: 9px;
}.sy_con3 .rq .bot .rig img {
    max-width: 690px;
    max-height: 320px;
}
.sy_con3 .rq .bot .rig svg {
    max-width: 680px;
    max-height: 320px;
}

@media screen and (max-width: 768px){
.sy_con5 .rq .bot .lef img{
    min-height: auto;
}
}
.wudi-mySwiper {
    overflow: hidden;
}

.sy_con2 .rq .bot .div .lef svg {
    max-width: 480px;
    max-height: 406px;
}
.sy_con2 .rq .bot .div .lef img {
    max-width: 480px;
    max-height: 406px;
}
@media(max-width:500px){
.sy_con2 .swiper-button-next,.sy_con2 .swiper-button-prev{
    display:none;
}
.sy_con2 .rq .bot .div .lef svg,
.sy_con3 .rq .bot .rig img,
.sy_con2 .rq .bot .div .lef img {
    max-width: initial;
    max-height: initial;
    width: 100%;
}
.sy_con2 .rq .bot .p1 {
    width: auto;
}
.wudi-mySwiper .swiper-pagination{
    display:none;
}
.wudi-mySwiper .swiper-wrapper{
    display: block;
}
.sy_con5 .rq .bot .rig .pua {
    font-size: 20px;
    margin-bottom: 0px;
}
.fenk a {
    padding: 6px 14px;
    font-size: 14px;
}
.sy_con2 .rq .bot .div .lef {
    width: 70%;
    margin: 0 auto;
    margin-bottom:15px;
 /*   min-height:187px;*/
}
.sy_con3 .rq .bot .rig {
    width: 70%;
    margin: 0 auto;
}
.sy_con5 .rq .bot .lef {
    width: 70%;
    margin: 0 auto;
}
.sy_con4 .rq2 .r_rig .div1{
    padding-bottom: 15%;
}
.sy_con4 .rq2 .r_rig .div1:nth-child(n+4) {
    margin-top: 4%;
}
.banner .anim,
.ny_banner .rq .div .p4,
.ny_banner .rq .div .text{
        display:none;
}
.ny_banner .rq .div1 {
    margin-top: 30px;
}
.banner .rq .p2 {
    width: 62%;
}
.sy_con4 .rq2 .r_lef .div p {
    font-size: 10px;
}
.kf{
        display: none !important;
}
.ny_banner .rq .div .p1 {
    font-size: 18px;
}
.anniu2 {
    font-size: 12px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
}
.sy_con7 .top .swiper-wrapper,
.sy_con5 .top .swiper-wrapper,
.sy_con4 .top .swiper-wrapper,
.sy_con3 .top .swiper-wrapper,
.sy_con2 .top .swiper-wrapper{
    transform: translate3d(0px, 0px, 0px) !important;
    flex-wrap: wrap;
}
.sy_con7 .rq .top .swiper-slide,
.sy_con5 .rq .top .swiper-slide,
.sy_con3 .rq .top .swiper-slide,
.sy_con2 .rq .top .swiper-slide{
    width:32% !important;
    margin-right:2% !important;
    margin-bottom:15px;
}
.sy_con7 .rq .top .swiper-slide:nth-child(3n),
.sy_con5 .rq .top .swiper-slide:nth-child(3n),
.sy_con3 .rq .top .swiper-slide:nth-child(3n),
.sy_con2 .rq .top .swiper-slide:nth-child(3n){
        margin-right:0% !important;
}
.sy_con4 .rq .top .swiper-slide{
    width:49% !important;
    margin-right:2% !important;
    margin-bottom:15px;
}
.sy_con4 .rq .top .swiper-slide:nth-child(2n){
    margin-right:0% !important;
}
    .pro_con3 .rq .div{
        box-shadow: 0 0 15px rgba(0,0,0,.1);
        padding: 20px 10px;
            border-radius: 6px;
    }
      .pro_con3 .rq .div .p1 span{
        display:inline-block;
        width:5px;
        height:5px;
        background:#0070ef;
        border-radius:50%;
        transform:translateY(-3px);
        margin-right:5px;
        position:relative;
    }
       .pro_con3 .rq .div .p1 span:before{
           content:'';
            width:10px;
            height:10px;
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%,-50%);
            background:#0070ef;
            opacity:.1;
            border-radius:50%;
       }
       .pro2_con6 .rq1 .ig {
    width: 25%;
}
.pro2_con6 .rq1 .lef {
    width: 20%;
}
.banner .rq .p1 {
    font-size: 18px;
}
}
.sol_con1 .rq .rig {
    padding-right: 0;
}
.sol_con8 .rq .div{
    margin-bottom:4%;
}
.sol_con8 .rq{
    padding-bottom:0;
}
.sy_con3 .rq .bot .rig .app,
.sy_con2 .rq .bot .div .lef .app{
    display:none !important;
}
@media (max-width: 500px){
.sy_con3 .rq .bot .rig .app,
.sy_con2 .rq .bot .div .lef .app{
    display:block !important;
    min-height: auto;
}
.sol3_con6 .top .p {
    font-size: 14px;
    padding: 10px 26px;
    margin: 0 2px;
}
.sol2_con4 .rq .div .rig {
    height: 150px;
    position:relative;
    overflow:hidden;
}
.sol2_con4 .rq .div .rig img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sol2_con4 .rq .div:hover .rig img {
    transform: translateY(-50%) scale(1.05);
}
}


.bsBox{
    box-sizing: content-box;
}
.case2_dat2 .lef .top .fx{
    float: right;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    position: relative;
}
.case2_dat2 .lef .top .fx .bshare-custom{
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 180px;
    display: none;
}
.case2_dat2 .lef .top .fx:hover .bshare-custom{
    display: block;
}
.case2_dat2 .lef .top .fx i{
    width: 16px;
    height: 16px;
    background-image: url(../images/fx.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    transform: translateY(2px);
}


.sy_con10 .rq .bot .lef {
    padding-bottom: 30.2%;
}
.sy_con10 .rq .bot .lef img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
@media(max-width:500px){
    .sy_con10 .rq .bot .lef {
    padding-bottom: 60%;
}
}





.sol3_con3 .rq{
    width: 100%;
    position: relative;
}
.sol3_con3 .rq .bj{
    width: 18.8%;
    display: block;
    margin: 0 auto;
}
.sol3_con3 .rq1{
    width: 30.63%;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
}
.sol3_con3 .rq1.rq2{
    left: auto;
    right: 0;
}
.sol3_con3 .rq1 .div{
    padding-right: 22%;
    width: 100%;
    text-align: right;
    margin-bottom: 18%;
    position: relative;
}
.sol3_con3 .rq1.rq2 .div{
    text-align: left;
    padding-right: 0;
    padding-left: 22%;
}
.sol3_con3 .rq1 .div:last-child{
    margin-bottom: 0;
}
.sol3_con3 .rq1 .div .p1{
    font-size: 24px;
    color: #000000;
    margin-bottom: 8px;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.sol3_con3 .rq1 .div .p2{
    color: #333333;
    line-height: 1.875;
    font-size: 16px;
    height: 90px;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.sol3_con3 .rq1 .div img{
    width: 14%;
    position: absolute;
    right: 0;
    top: 10px;
}
.sol3_con3 .rq1.rq2 .div img{
    left: 0;
}
.sol3_con3 .rq1 .div::before{
    content: '';
    width: 10.4166vw;
    height: 0.5208333vw;
    background-image: url(../images/img89.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 105%;
    top: 40px;
}
.sol3_con3 .rq1.rq2 .div::before{
    left: auto;
    right: 105%;
}
@media(max-width:1680px){
    .sol3_con3 .rq1 .div .p1 {
        font-size: 20px;
    }
    .sol3_con3 .rq1 .div .p2 {
        font-size: 14px;
        height: 78px;
    }
}
@media(max-width:1459px){
    .sol3_con3 .rq1 .div .p1 {
        font-size: 16px;
    }
    .sol3_con3 .rq1 .div .p2 {
        font-size: 12px;
        height: 66px;
    }
}
@media(max-width:768px){
    .sol3_con3 .rq .bj{
        display: none;
    }
    .sol3_con3 .rq1{
        width: 100%;
        position: static;
        transform: translate(0);
    }
    .sol3_con3 .rq1 .div{
        padding: 10px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
            box-shadow: 0 0 20px rgb(0,0,0,.1);
    }
    .sol3_con3 .rq1 .div::before{
        display: none;
    }
    .sol3_con3 .rq1 .div img{
        position: static;
        display: block;
        margin: 0 auto;
    }
    .sol3_con3 .rq1 .div .p1 {
        font-size: 18px;
        -webkit-line-clamp: 30;
        margin-top: 10px;
    }
    .sol3_con3 .rq1 .div .p2 {
        font-size: 14px;
        height: auto;
        -webkit-line-clamp: 30;
    }

}

.sol3_sol6_con1.sol6_con1 .rq .ig {
    width: 57.291666vw !important;
}
.sol3_sol6_con1.sol6_con1 .rq .div{
    width: 16.145833vw;
    padding-left: 0.78125vw;
    padding-right: 0.78125vw;
    padding-bottom: 0.78125vw;
    min-height: auto;
    border-radius: 40px 0px 40px 0px;
}
.sol3_sol6_con1.sol6_con1 .rq .div.div4,
.sol3_sol6_con1.sol6_con1 .rq .div.div5{
    border-radius: 0px 40px 0px 40px;
}
.sol3_sol6_con1.sol6_con1 .rq .div .text {
    font-size: 0.83333vw;
    line-height: 1.75;
    margin-top: 8px;
}
.sol3_sol6_con1.sol6_con1 .rq .div.div2 .p1,
.sol3_sol6_con1.sol6_con1 .rq .div.div2 .text,
.sol3_sol6_con1.sol6_con1 .rq .div.div1 .p1,
.sol3_sol6_con1.sol6_con1 .rq .div.div1 .text{
    text-align: right;
}
.sol3_sol6_con1.sol6_con1 .rq .div.div4 .p1,
.sol3_sol6_con1.sol6_con1 .rq .div.div4 .text,
.sol3_sol6_con1.sol6_con1 .rq .div.div5 .p1,
.sol3_sol6_con1.sol6_con1 .rq .div.div5 .text{
    text-align: left;
}
.sol3_sol6_con1.sol6_con1 .rq .div.div2 img,
.sol3_sol6_con1.sol6_con1 .rq .div.div1 img{
    right: 15px;
    left: auto;
    transform: translateY(-50%);
}
.sol3_sol6_con1.sol6_con1 .rq .div.div4 img,
.sol3_sol6_con1.sol6_con1 .rq .div.div5 img{
    left: 15px;
    transform: translateY(-50%);
}
.sol3_sol6_con1.sol6_con1 .rq .div.div2 {
    top: 39%;
    left: 22%;
}
.sol3_sol6_con1.sol6_con1 .rq .div.div4 {
    left: 78%;
}
.sol3_sol6_con1.sol6_con1 .rq .div .text p::before{
    display: none;
}
@media(max-width:500px){
    .sol3_sol6_con1.sol6_con1 .rq .div{
        width: 100%;
        border-radius: 20px 20px 30px 30px;
    }
    .sol3_sol6_con1.sol6_con1 .rq .div.div4, .sol3_sol6_con1.sol6_con1 .rq .div.div5{
        border-radius: 20px 20px 30px 30px; 
    }
    .sol3_sol6_con1.sol6_con1 .rq .div.div4 img, .sol3_sol6_con1.sol6_con1 .rq .div.div5 img,
    .sol3_sol6_con1.sol6_con1 .rq .div.div2 img, .sol3_sol6_con1.sol6_con1 .rq .div.div1 img{
        left: 50%;
        right: auto;
        transform: translate(-50%,-50%);
    }
    .sol3_sol6_con1.sol6_con1 .rq .div.div2 .p1, .sol3_sol6_con1.sol6_con1 .rq .div.div2 .text, .sol3_sol6_con1.sol6_con1 .rq .div.div1 .p1, .sol3_sol6_con1.sol6_con1 .rq .div.div1 .text,
    .sol3_sol6_con1.sol6_con1 .rq .div.div4 .p1, .sol3_sol6_con1.sol6_con1 .rq .div.div4 .text, .sol3_sol6_con1.sol6_con1 .rq .div.div5 .p1, .sol3_sol6_con1.sol6_con1 .rq .div.div5 .text{
        text-align: center;
    }
    .sol3_sol6_con1.sol6_con1 .rq .div .text{
        font-size: 14px;
    }
}
.prob01 .right .citem {
    text-align: left;
}


.new2_con1 .bot .div .lef {
    height: 274px;
    position: relative;
}
.new2_con1 .bot .div .lef img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.new2_con1 .bot .div:hover .lef img {
    transform: translate(-50%, -50%) scale(1.05);
}
@media(max-width:1459px){
    .new2_con1 .bot .div .lef {
    height: 220px;
}
}

.con2_con1 .rq .rig .div2 {
    position: relative;
}
.hqyzm{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    width: 110px;
    text-align: center;
}
.con2_con1 .rq .rig .div2 input {
    padding-right: 110px;
}
.con_con3 .rq .div.div_yzm .div1{
      width: 100%;
    position: relative;
        padding-right: 110px;
}
.ser2_con1 .rq .div .div2.div2_yzm{
     width: 100%;
     margin-right:0;
}
.ser2_con1 .rq .div .div2.div2_yzm .div3 input{
      padding-right: 110px; 
}
.ser2_con1 .rq .div .div2.div2_yzm .div3 .hqyzm,
.con_con3 .rq .div.div_yzm .div1 .hqyzm{
     line-height: 60px;
}
.ser2_con1 .rq .div .div4 {
    float: left;
}
@media (max-width: 1459px){
    .hqyzm {
    line-height: 44px;
    width: 110px;
}
.ser2_con1 .rq .div .div2.div2_yzm .div3 .hqyzm,
.con_con3 .rq .div.div_yzm .div1 .hqyzm{
     line-height: 44px;
}
}

/* 23-12-12 新增 */
.topNews{
    margin-bottom: 5%;
}
.topNews .swiper-pagination{
    position: static;
}
.topNews .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 50%;
}