body,ol,ul,li,h1,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0; color:#000000;}
img{border:0; /*vertical-align:top*/}
li{list-style:none}
iframe{border:none}
em{ font-style:normal;}
html{height:100%;font-size:14px;}
body{height:100%;font:400 1em/1.8 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;}
a{color: #000000;text-decoration:none}a:hover{color:inherit;text-decoration: none;}.cf:after,.cf:before{content:" ";display:table}.cf:after,.clearfix:after{clear:both}.fl{float:left}.fr{float:right}h1,h2,h3,h4,h5{font-size:100%;font-weight:normal}.f12{font-size:12px}.f14{font-size:14px}.f16{font-size:16px}.f18{font-size:18px}.f20{font-size:20px}.bold{font-weight:bold}
.mp80{margin-top:80px;}
.tl{text-align:left;}.tr{text-align:rigt!important;}
.clr{width:100%; font-size:1px; line-height:10px; clear:both;}


.control{
    max-width: 90%;
}
/* 弹性 */
.flex{
    display: flex;
}
.flex_it{
    display: flex;
    align-items: center;
}
.flex_sp{
    display: flex;
    justify-content: space-between;
}
.flex_itsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.sj-show{
    display: none;
}
.sj-fl{
    display: none;
}

.waibt{
        font-size: 20px;
        color: #303030;
        background: linear-gradient(90deg, #53B4FE, #AA4FFF);
        background-size: 200% 100%;
        background-position: 0% 0%;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
}

.headbox .headbox-right .headbox-r-more .headbox-r-search>img{
    width: 20px;
    height: 20px;
}

/* 侧边栏 */
.sildbox{
    position: fixed;
    right: 0;
    top: 50%;
    /* padding: 10px; */
    
    z-index: 99999;
    border-radius: 8px;
    /* overflow: hidden; */
}
.sildbox .sild-tel{
    position: relative;
    cursor: pointer;
    padding: 16px;
    background: #3D8BF2;
    transition: all 2s
}
.sildbox .sild-tel:nth-child(1){
    border-bottom: 1px solid #ffffff;
}
.sildbox .sild-tel:hover{
    background: #53B4FE;
}
.sildbox .sild-tel:hover .sild-tel-con>img{
    filter: drop-shadow(150px 0 #3D8BF2);

    transform: translateX(-150px);
}
.sild-tel-con{
    
    width: 220px;
    padding: 16px;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    overflow: hidden;
    transform: translateX(230px);
    transition: all 0.5s;
    
}
/* .sildbox .sild-tel:nth-child(2)  .sild-tel-con{
    flex-direction: column;
} */
.sild-tel-con>.sild-item:nth-child(2){
    margin-top: 30px;
}

.sild-tel-con span{
    font-size: 18px;
    line-height: 18px;
    color: #3D8BF2;
    
    font-weight: bold;
    padding-left: 10px;
}
.sildbox .sild-tel:hover .sild-tel-con{
    transform: translateX(0);
}

.sild-tel-con>.sild-item>span{
    font-size: 13px;
}
.sildbox .sild-tel.ew .sild-tel-con{
    transform: translateX(300px);
    width: auto;
}
.sildbox  .sild-tel.ew:hover .sild-tel-con{
    transform: translateX(0px);
}
/*  */
/* 顶部 */
/* .container{
        max-width: 1650px;
} */
.head{
    
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    clear: both;
    /* transition: all .5s; */
    transition: .35s background-color ease-in;
    backdrop-filter: blur(10px); /* 毛玻璃效果 */
    
}
.head.scrolled {
        
    background-color: rgba(255, 255, 255, 1);
}
.head:hover{
    background-color: rgba(255, 255, 255, 1);
}
.headbox{
    padding: 15px 0;
}
.headbox .headbox-left .logonew-icon{
    margin-left: 15px;
}
.headbox .headbox-right .headbox-r-nav .headbox-r-item>a{
    font-size: 20px;
    color: #303030;
    display: block;
    padding: 10px 0;
    position: relative;

}
.headbox .headbox-right .headbox-r-nav .headbox-r-item>a::after{
    content: '';
    bottom: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 3px;
    /* background: #3D8BF2; */
    background: linear-gradient(90deg, #53B4FE, #AA4FFF);
    transition: all .4s;
}
/* .headbox .headbox-right .headbox-r-nav .headbox-r-item a:hover::after{
    width: 100%;
} */
.headbox .headbox-right .headbox-r-nav .headbox-r-item{
    margin: 0 30px;
  
    
}
.headbox .headbox-right .headbox-r-nav .headbox-r-item .headbox-mo{
    position: absolute;
    top: -10px;
    right: -26px;
    background: #3D8BF2;
    color: #ffffff;
    border-radius: 10px;
    padding: 0 8px;
    transition: all .5s;
    transform-origin: left bottom;
    font-size: 13px;
    line-height: 22px;
}
.headbox .headbox-right .headbox-r-nav .headbox-r-item:hover .headbox-mo{
    opacity: 0;
    transform: translate(-50%, 100%) scale(0);
  
}


.m_nav{

    position: fixed;

    top: 0;
    left: 0;

    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);

    width: 100%;

    height: 100%;

    background: #fff;

    transition: all ease 0.5s;

    -webkit-transition: all ease 0.5s;

    z-index: 1000;

    /* opacity: 1; */

    visibility: visible;

    margin-top: 0;

    /* overflow-y: auto; */

    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;

  

    transform: translateX(100%);

}

.m_nav.open{

    transform: translateX(0);

}

.m_nav .m_navtop{
    padding: 10px 20px;
}
.m_nav .m_nav_item a{
    padding: 10px;
    font-size: 20px;
    text-align: center;
    display: block;
}


.headbox .headbox-right .headbox-r-more{
    /* margin-left: 80px; */
}
.headbox .headbox-right .headbox-r-more .headbox-r-world{
    margin-left: 50px;
}
.headbox .headbox-right .headbox-r-more .headbox-r-world .bottom-icon{
    margin-left: 20px;
}
.headbox-r-item>ul{
    overflow: hidden;
    position: fixed;
    left: 0;
    /* top: 82px; */
    width: 100%;
    /* height: 100vh; */
    /* background: rgba(0, 0, 0, 0.5); */
    background: #f5f5f5;
    padding: 40px 0;
    border-top: 1px solid #DDE3EE;
    /* display: none; */
     opacity: 0;
    visibility: hidden;
    transform: translateY(-20px); /* 初始位置向上偏移 */
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s; /* 过渡效果 */
       
}
.headbox-r-item>ul>.ulboxtt{
    /* background: #ffffff; */
    /* padding: 40px 0; */
}
.headbox .headbox-right .headbox-r-nav .headbox-r-item:hover ul{
    /* display: block; */
     opacity: 1;
    visibility: visible;
    transform: translateY(0); /* 还原到原始位置 */
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s;
}
.headbox .headbox-right .headbox-r-nav .headbox-r-item:hover .bagtck{
    display: block;
}

.bagtck{
    position: fixed;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}
.ulbox .ul-l{
    width: 48%;
    
    
}
.ulbox .ul-l>img{
    width: 100%;
}
.ul-l .ul-l-r .ul-l-nav .ul-l-r-bt{
    font-size: 20px;
    /* color: #3D8BF2; */
    background: linear-gradient(90deg, #53B4FE, #AA4FFF);
    background-size: 200% 100%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px;
}
.ul-l .ul-l-r .ul-l-nav .ul-l-n-box .ul-l-n-b-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ul-l .ul-l-r .ul-l-nav .ul-l-n-box .ul-l-n-b-item a{
        font-size: 18px;
    transition: all 1s;
}
.ul-l .ul-l-r .ul-l-nav .ul-l-n-box .ul-l-n-b-item a:hover{
    color: #3D8BF2;
    transform: translateX(10px);
}
.hr-rrr{
    width: 1px;
    
    background: #a0a0a0;
}
/* .ulbox .ul-l.ul-lt{
    width: 100%;
}
.ulbox .ul-l .ul-titlebox {
    border-bottom: 1px solid #DDE3EE;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ulbox .ul-l .ul-titlebox .ul-title{
    font-size: 18px;
    margin-left: 12px;
    color: #000000;
    
    
}
.ul-l-nav{
    flex-wrap: wrap;
    padding: 0 12px;
}
.ul-l-nav .ul-l-item{
    width: 48%;
}
.ul-l-nav .ul-l-item:hover a .ul-l-i-title{
    color: #3D8BF2;
}
.ul-lt .ul-l-nav{
    justify-content: normal;
    padding: 0;
}
.ul-lt .ul-l-nav .ul-l-item{
    width: 24%;
    margin-right: 1%;
}
.ul-l-nav .ul-l-item a .ul-l-i-title{
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
}
.ul-l-nav .ul-l-item a .ul-l-i-ms{
    font-size: 14px;
    line-height: 20px;
    color: #758296;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.headbox-r-search{
    cursor: pointer;
}
.buttxx{
    cursor: pointer;
}
.ul-search{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 82px;
    width: 100%;
    background: #ffffff;
    padding: 30px 0;
    border-top: 1px solid #DDE3EE;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px); /* 初始位置向上偏移 */
    transition: opacity 0.5s ease, transform 0.5s ease,
}
.searactive{
     opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important; /* 还原到原始位置 */
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s !important;
}
.ul-search .ulbox{
    width: 90%;
    margin:  0 auto;
}

.search-form{
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
    margin-top: 70px;
}
.search-form form{

    position: relative;

    width: 100%;

}

.search-form form img{

    position: absolute;

    right: 0;

    top: 0;

    cursor: pointer;

}

.search-input:focus{



    outline: none;



}

.search-form form input{

    border: 0;

    height: 50px;

    padding-left: 30px;

    padding-right: 30px;

    width: 100%;

    font-size: 30px;

}

.search-input::placeholder{



    color: #808080;



}

.search-input{

    color: #808080;

}

/* 轮播图 */
.banner {
    width: 100%;
}

.banner-slide {
    width: 100%;
    height: 100vh;
}

.banner-slide video {
    width: 100%;
    height: 100%; /* 保持比例 */
    max-width: 100%;
    display: block;
    object-fit: cover;
}
.bannerSwiper  .swiper-pagination-fraction{
    text-align: inherit;
    bottom: 0;
    left: auto;
    right: 0;
    width: 284px;
    background: #ffffff;
    opacity: 0.5;
    padding: 10px 0;
    font-size: 24px;
    font-weight: bold;
    padding: 14px 44px;
}
.bannerSwiper .swiper-button-next{
    right: 35px;
    top: auto;
    bottom: 0;
    z-index: 999;
    background-image: url('../images/right.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    /* height: 72px; */
    background-position: 0 8px;
    margin: 10px 0;
}
.bannerSwiper .swiper-button-next::after{
    content: '';
}
.bannerSwiper .swiper-button-prev::after{
    content: '';
}
.bannerSwiper .swiper-button-prev{
    left: auto;
    right: 88px;
    bottom: 0;
    top: auto;
    z-index: 999;
    background-image: url('../images/left.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    /* height: 72px; */
    background-position: 8px 8px;
    border-right: 1px solid #fff;
    padding: 0 30px;
    margin: 10px 0;
}

/* 栏目标题 */
.show-titlebox{
    padding: 60px 0 30px 0;
}
.show-titlebox .show-left{
    color: #303030;
}
.show-titlebox .show-left .show-l-t{
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    
}
.show-titlebox .show-left .show-l-m{
    font-size: 30px;
}
.show-titlebox .show-more .show-m-b a{
    /* background: #3D8BF2; */
        background: linear-gradient(90deg, #53B4FE, #AA4FFF);
    border-radius: 30px;
    color: #ffffff;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    transition: all .5s ease;
}
.show-titlebox .show-more .show-m-b a:hover{
    transform: translateX(.5rem);
}
.show-titlebox .show-more .show-m-b a span{
    padding-right: 6px;
}
/* show1 */
.show1nr{
    display: flex;
}
.show1nr-l-pic{
    /* position: relative; */
}
.show1nr-l-pic .show1nr-box{
    /* position: absolute;
    top: 10px;
    left: 10px; */
}
.show1nr-l-pic .show1nr-box .show1nr-title{
    color: #ffffff;
    font-size: 22px;
    padding-bottom: 10px;
}
.show1nr-l-pic .show1nr-box .show1nr-title-nav{
    transform: translateY(100%);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}
.show1nr-box:hover  .show1nr-title-nav{
    transform: translateY(0);
    opacity: 1;
}
.show1nr-l-pic .show1nr-box .show1nr-title-nav .show1nr-t-n-tiem{
    display: flex;
    align-items: center;
}
.show1nr-l-pic .show1nr-box .show1nr-title-nav .show1nr-t-n-tiem span{
    font-size: 15px;
    color: #ffffff;
    padding-left: 10px;
}
/* .show1nr-l-pic>img{
    width: 100%;
} */
.show1nr-right{
    display: flex;
    flex-wrap: wrap;
}
.show1nr-right .show1nr-l-pic{
    width: 49.4%;
}
.show1nr-left{
    width: 36%;
}
.show1nr-right{
    width: 64%;
    padding-left: 10px;
    box-sizing: border-box;
    /* gap: 10px; */
    justify-content: space-between;
}
.show1nr-left .show1nr-l-pic .show1nr-box{
    /* border-radius: 15px; */
    height: 500px;
    background-image: url('../images/wzjs-icon.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0 0 40px;
    /* 添加过渡效果和背景位置居中 */
    transition: background-size 0.5s ease;
    background-position: center;
}
/* 悬停时样式： */
.show1nr-left .show1nr-l-pic .show1nr-box:hover{
    background-size: 110% 110%;
}
.show1nr-right .show1nr-l-pic .show1nr-box{
    /* border-radius: 15px; */
    height: 245px;
    padding: 30px 0 0 30px;
    /* 添加过渡效果和背景位置居中 */
    transition: background-size 0.5s ease;
    background-position: center;
    background-size: 100% 100%;
}

.show1nr-right .show1nr-l-pic:nth-child(1) .show1nr-box{
    background-image: url('../images/xcxkf-icon.jpg');
    background-repeat: no-repeat;
    margin-bottom: 10px;
    
}
.show1nr-right .show1nr-l-pic:nth-child(2) .show1nr-box{
    background-image: url('../images/xtkf-icon.jpg');
    background-repeat: no-repeat;
    margin-bottom: 10px;
   
}
.show1nr-right .show1nr-l-pic:nth-child(3) .show1nr-box{
    background-image: url('../images/appkf-icon.jpg');
    background-repeat: no-repeat;
    
}
.show1nr-right .show1nr-l-pic:nth-child(4) .show1nr-box{
    background-image: url('../images/yytg-icon.jpg');
    background-repeat: no-repeat;
    
}
.show1nr-right .show1nr-l-pic .show1nr-box:hover{
    background-size: 110% 110%;
}

/* show2 */
.show2-nav .show2-nav-item{
    padding: 4px 30px;
    border: 1px solid #303030;
    border-radius: 10px;
    color: #303030;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    background: transparent;
    overflow: hidden;
    transition: color 1s ease;
    z-index: 1;
}

 /* 使用伪元素创建滑动背景 */
        .show2-nav .show2-nav-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #3D8BF2;
            transition: left 1s ease;
            z-index: -1;
            border-radius: 8px;
        }

/* .show2-nav .show2-nav-item:hover::before {
            left: 0;
        } */
.show2-nav .show2-nav-item.cpactive{
    /* background: #3D8BF2; */
    color: #ffffff;
    border: 1px solid transparent;
}
.show2-nav .show2-nav-item.cpactive::before{
    left: 0;
}
.show2-nav .show2-nav-item .sp{
    font-weight: bold;
    font-size: 18px;
    padding-right: 6px;
}
.show2-nav .show2-nav-item .spc{
    font-size: 18px;
}
.show2nr{
    display: none;
}
.dis_fl{
    display: flex !important;
}

.show2nr .show2nr-left{
    width: 45%;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.show2nr .show2nr-left img{
    width: 100%;
    
}
.show2nr .show2nr-left img:hover{
    
}
.show2nr .show2nr-right{
    width: 52%;
}

.hr_h{
    width: 100%;
    height: 4px;
    background: #EBF4FF;
}
.hr_h .hr_ah{
    width: 10%;
    height: 4px;
    background: #3D8BF2;
}
.show2nr-more{
    
    
}
.show2nr-more a{
    text-align: center;
    width: 160px;
    padding: 10px 30px;
    border: 1px solid #303030;
    border-radius: 10px;
    color: #303030;
    transition: all 0.5s ease-in-out;
}
.show2nr-more a:hover{
    color: #ffffff;
    background: #3D8BF2;
    border: 1px solid #3D8BF2;
}

.show2nr-right .show2nr-r-ms{
    font-size: 16px;
    line-height: 18px;
    color: #303030;
    padding: 14px 0;
    
}
.show2nr-right .show2nr-r-content{
    padding: 30px 0 40px 0;
}
.show2nr-right .show2nr-r-content .show2nr-r-c-item{
    padding-top: 10px;
}
.show2nr-right .show2nr-r-content .show2nr-r-c-item span{
    font-size: 16px;
    line-height: 18px;
    padding-left: 10px;
}

.show2{
    margin-bottom: 60px;
}
/* show3 */
.show3{
    overflow: hidden;
    height: 782px;
    background-image: url('../images/syds-icon.jpg');
    background-repeat: no-repeat;
    background-size: 100% 782px;
    transition: background-image 1s ease-in-out;
}

.show3box .show-titlebox .show-left{
    color: #ffffff;
}

.show3nr-left{
    width: 73%;
}
.show3nr-right{
    width: 32%;
    padding: 30px;
    background: #0000002a;
}
.show3nr-r-content{
    margin: 20px 0 30px 0;
}
.show3nr-r-content .show3nr-r-item{
    width: 33.33%;
    /* border: 1px solid #958b8b; */
    box-sizing: border-box;
}
.show3nr-r-content .show3nr-r-item:nth-child(1){
    border-top:0;
    border-left:0;
}
.show3nr-r-content .show3nr-r-item:nth-child(2),.show3nr-r-content .show3nr-r-item:nth-child(3){
    border-top:0;
    
}
.show3nr-r-content .show3nr-r-item:nth-child(4),.show3nr-r-content .show3nr-r-item:nth-child(7),.show3nr-r-content .show3nr-r-item:nth-child(10),.show3nr-r-content .show3nr-r-item:nth-child(13){
    border-left: 0;
}
.show3nr-r-content .show3nr-r-item:nth-child(3n){
    border-right: 0;
}
.show3nr-r-content .show3nr-r-item:nth-last-child(-n+3){
    border-bottom: 0;
}
.show3nr-r-content .show3nr-r-item a img{
    filter: brightness(1000%) contrast(1000%) grayscale(100%);
    width: 100%;
    /* height: 64px; */
    transition: filter 0.5s;
    
}
.show3nr-r-content .show3nr-r-item a img:hover{
    filter: none;
}
.show3nr-right .show3nr-r-title{
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.show3nr-more{
    text-align: center;
}
.show3nr-more a{
    
    font-size: 15px;
    color: #3D8BF2;
}
.show3nr-left .show3nr-l-nav{
    width: 180px;
    background: #0000004a;
    padding: 10px;
    min-height: 590px;
}
.show3nr-left .show3nr-l-nav .show3nr-l-item{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 6px;
    cursor: pointer;
    margin: 15px 0;
}
.show3nr-left .show3nr-l-nav .show3nr-l-item.hyactive{
    background: #3D8BF2;
    border-radius: 6px;
}
.show3nr-left .show3nr-content{
    width: calc(100% - 180px);
    background: #0000002a;
    margin-right: 20px;
}
.show3nr-content .show3nr-c-item{
    padding: 140px 30px;
    display: none;
    
}
.show3nr-content .show3nr-c-item.dis_hy{
    display: block;
}
.show3nr-content .show3nr-c-item .show3nr-c-title{
    font-size: 22px;
    color: #ffffff;
}
.show3nr-content .show3nr-c-item .show3nr-c-ms{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    padding: 20px 0 30px 0;
}
.show3nr-content .show3nr-c-item .show3nr-cbox .show3nr-cb-it{
    text-align: center;
    overflow: hidden;
}
.show3nr-content .show3nr-c-item .show3nr-cbox .show3nr-cb-it .show3nr-cb-itbt{
    color: #ffffff;
    padding-top: 6px;
    line-height: 18px;
    font-size: 14px;
}
.show3nr-c-more{
    margin-top: 30px;
}
.show3nr-c-more a{
    font-size: 15px;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    transition: all 0.5s ease-in-out;
}
.show3nr-c-more a:hover{
    color: #ffffff;
    background: #3D8BF2;
    border: 1px solid #3D8BF2;
    
}
.show3nr-content .show3nr-c-item .show3nr-cbox{
    border-bottom: 1px solid #938787;
    padding-bottom: 30px;
}


/* show4 */
.show4{
    margin-bottom: 30px;
}
.show4nr .show4nr-left{
    width: 55%;
}
.show4nr .show4nr-right{
    width: 45%;
}
.show4nr .show4nr-left .show4nr-l-time{
    width: 60px;
}
.show4nr .show4nr-left .show4nr-l-content{
    width: calc(100% -  60px);
    padding-right: 40px;
}
.show4nr .show4nr-left .show4nr-l-time .show4nr-l-t{
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #303030;
}
.show4nr .show4nr-left .show4nr-l-time .show4nr-l-m{
    font-size: 14px;
    
    color: #303030;
}
.show4nr .show4nr-left .show4nr-l-content .show4nr-l-c-t{
    font-size: 20px;
    color: #303030;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 4px;
    transition: all .5s ease
}
.show4nr .show4nr-left .show4nr-l-content .show4nr-l-c-m{
    font-size: 15px;
    line-height: 20px;
    color: #B0B0B0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show4nr .show4nr-left>a{

}

.show4nr-right .show4nr-rightbox .show4nr-r-pic img{
    width: 100%;
    height: 350px;
}
.show4nr-right .show4nr-r-con .show4nr-r-c-time{
    width: 60px;
}
.show4nr-r-con .show4nr-r-content{
    width: calc(100% -  160px);
}
.show4nr-right .show4nr-r-con .show4nr-r-c-time .show4nr-r-c-t{
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #303030;
}
.show4nr-r-con .show4nr-r-c-time .show4nr-r-c-m{
    font-size: 14px;
    
    color: #303030;
}
.show4nr-r-con{
    padding-left: 20px;
    border: 1px solid #ececec;
}
.show4nr-r-con .show4nr-r-content{
    padding: 10px 10px 10px 0;
    /* border: 1px solid #ececec; */
}
.show4nr-r-con .show4nr-r-content .show4nr-r-c-name{
    font-size: 20px;
    color: #303030;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s ease
}
.show4nr-r-con .show4nr-r-content .show4nr-r-c-mc{
    font-size: 15px;
    line-height: 20px;
    color: #B0B0B0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show4nr-r-con .show4nr-more{
    width: 110px;
    text-align: center;
}
.show4nr-r-con .show4nr-more a{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    padding: 34px 20px;
    border-left: 1px solid #ECECEC;
    color: #303030;
    transition: all .5s ease;
}
.show4nr-r-con .show4nr-more a:hover{
    background: #3d8bf2;
    color: #ffffff;
}
.show4nr .show4nr-right .show4nr-rightbox{
    margin-left: 40px;
    padding: 40px 0 40px 40px;
    border-left: 1px solid #ECECEC;
    cursor: pointer;
}
.show4nr .show4nr-right .show4nr-rightbox:hover .show4nr-r-con a .show4nr-r-c-name{
    color: #3d8bf2;
    transform: translateX(.5rem)
}
.show4nr-left a .show4nr-l-box{
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
}
.show4nr-left a:hover .show4nr-l-box{
    border-bottom: 4px solid #3d8bf2;
}
.show4nr-left a .show4nr-l-box .show4nr-l-time{
        transition: all .5s ease;
}
.show4nr-left a .show4nr-l-box .show4nr-l-content{
        transition: all .5s ease;
}
.show4nr-left a:hover .show4nr-l-box .show4nr-l-time{
    color: #3d8bf2;
    transform: translateX(26px)
}
.show4nr-left a:hover .show4nr-l-box .show4nr-l-time .show4nr-l-t{
    color: #3d8bf2;
   
}
.show4nr-left a:hover .show4nr-l-box .show4nr-l-time .show4nr-l-m{
    color: #3d8bf2;
   
}
.show4nr-left a:hover .show4nr-l-box .show4nr-l-content{
    
    transform: translateX(26px)
}
.show4nr-left a:hover .show4nr-l-content .show4nr-l-c-t{
    color: #3d8bf2;
}

/* 底部 */
.foot{
    background: #222222;
    padding: 40px 0 0 0;
}
.footbox .footbox-top .footbox-t-l-t{
    font-size: 15px;
    color: #A4A4A4;
    line-height: 24px;
}
.footbox .footbox-top .footbox-left .footbox-l-tel{
    font-weight: bold;
    font-size: 30px;
    background: linear-gradient(90deg, #AA4FFF, #53B4FE 50%, #AA4FFF); /* 渐变中间点设在50% */
    background-size: 200% 100%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s ease; /* 过渡效果应用于背景位置 */
}

.footbox .footbox-top .footbox-left .footbox-l-tel:hover {
    background-position: 100% 0%;
}

.footbox .footbox-top .footbox-left .footbox-l-adress{
    font-size: 15px;
    color: #FFFFFF;
    line-height: 30px;
}
.footbox .footbox-top .footbox-left .footbox-l-show{
    margin-top: 20px;
    padding: 10px;
    background: #474747;
    border-radius: 10px;
}
.footbox .footbox-top .footbox-left .footbox-l-show .footbox-l-s-r .footbox-l-s-title{
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}
.footbox .footbox-top .footbox-left .footbox-l-show .footbox-l-s-r a{
    font-size: 14px;
    color: #3D8BF2;
    line-height: 24px;
}
.footbox .footbox-top .footbox-left .footbox-l-show .footbox-l-s-r{
    margin-left: 20px;
}
.footbox-right{
    margin-left: 40px;
}
.footbox-right .footbox-r-title{
    /* margin-bottom: 50px; */
    padding: 10px 0;
    justify-content: center;
    width: 160px;
    border-radius: 25px 25px 25px 0px;
    /* background: linear-gradient(90deg,#AA4FFF, #53B4FE); */

    background: linear-gradient(90deg, #AA4FFF 0%, #53B4FE 50%, #AA4FFF 100%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    transition: background-position 0.5s; /* 过渡时间0.5秒 */
    
}
.footbox-right .footbox-r-title:hover{
    /* background: linear-gradient(90deg,#53B4FE, #AA4FFF); */
    background-position: 100% 0%;
    
}
.footbox-right .footbox-r-title .footbox-r-t-m{
    margin-left: 10px;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 18px;
}
.footbox-right .footbox-r-ewm .footbox-r-e-item .footbox-r-e-title{
    font-size: 15px;
    color: #A4A4A4;
    line-height: 24px;
    padding: 0 20px;
}
.footbox-t-left{
    width: 60%;
}
.footbox-t-right{
    width: 32%;
}
.footbox-t-right .footbox-t-r-box .footbox-t-r-navbox .footbox-t-r-nav{
    font-size: 20px;
    color: #A4A4A4;
    margin-right: 20px;
    cursor: pointer;
}
.footbox-t-right .footbox-t-r-box .footbox-t-r-navbox .footbox-t-r-nav.active{
    color: #ffffff;
}
.footbox-t-right .footbox-t-r-box .footbox-t-r-navbox{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #2e2e2e;
}
.footbox-t-right .footbox-t-r-item{
    display: none;
    padding-bottom: 15px;
}
.footbox-t-right .footbox-t-r-item.acshow{
    display: flex;
}
.footbox-t-right .footbox-t-r-item a{
    font-size: 16px;
    color: #A4A4A4;
}
.flex_warp{
    flex-wrap: wrap;
}
.footbox-leftbox{
    margin-top: 17px;
}
.footbox-cen{
    margin-top: 29px;
    padding: 20px 0;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
}
.footbox-cen .footbox-cen-navbox{
    padding-bottom: 10px;
}
.footbox-cen .footbox-cen-navbox .footbox-cen-nav{
    color: #A4A4A4;
    font-size: 15px;
    padding-right: 15px;
    
    cursor: pointer;;
}
.jjfa-footbox-t-r-box{
    margin-top: 16px;
}
.footbox-cen .footbox-cen-navbox .footbox-cen-nav.ljactive{
    color: #ffffff;
}
.footbox-cen .footbox-cen-item {
    display: none;
}
.footbox-cen .footbox-cen-item a{
    font-size: 15px;
    color: #A4A4A4;
    margin-right: 30px;
    
}

.dis_block{
    display: block !important;
}
.footbox-bottom{
    padding: 20px 0;
}
.footbox-bottom .footbox-b-left{
    font-size: 15px;
    color: #A4A4A4;
}
.footbox-bottom .footbox-b-right a, .footbox-bottom .footbox-b-right a span{
    font-size: 15px;
    color: #A4A4A4;
}
.footbox-bottom .footbox-b-right a{
    padding-left: 30px;
}
.footbox-bottom .footbox-b-right a span{
    padding: 0 10px;
}



/* 案例页======================================= */
.cases{
    margin: 130px 0 50px 0;
}
.casesbox .cases-top{
    padding-bottom: 30px;
}
.casesbox .cases-top  .cases-t-left{
    font-size: 48px;
}
.casesbox .cases-top  .cases-t-left .cases-t-bt{

    color: #222222;
}
.casesbox .cases-top  .cases-t-left .cases-t-ms{
    background: linear-gradient(to right, #AA4FFF, #53B4FE);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
   
}
.casesbox .cases-top  .cases-t-r{
    
    font-size: 150px;
    line-height: 140px;
    font-weight: bold;
    opacity: 0.1;
    color: #3D8BF2;
}
.cases-nrbox {
    flex-wrap: wrap;
}
.cases-nrbox  .cases-nrbox-item{
    width: 32%;
    margin-bottom: 30px;
}
.cases-nrbox  .cases-nrbox-item .cases-nr-con .cases-nr-but{
    overflow:hidden;
}

.cases-nrbox  .cases-nrbox-item:hover .cases-nr-con .cases-nr-but>img{
    filter: drop-shadow(-150px 0 #3d8bf2);
    transform: translateX(150px);
}
.cases-nrbox  .cases-nrbox-item:hover .cases-nr-con .cases-nr-title{
    color: #3D8BF2;
}
.cases-nrbox  .cases-nrbox-item a>img{
    width: 100%;
    height: 320px;
}
.cases-nrbox  .cases-nrbox-item a .cases-nr-con{
    padding: 10px 0;
}
.cases-nrbox  .cases-nrbox-item a .cases-nr-con .cases-nr-title{
    font-size: 20px;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cases-nrbox  .cases-nrbox-item a .cases-nr-con .cases-nr-but .cases-nr-wf .cases-nr-wf-nav{
    font-size: 15px;
    padding: 4px 10px;
    background: #E2EFFF;
    border-radius: 6px;
    color: #3D8BF2;
    margin-right: 10px;
}

/* 新闻页======================== */
.news{
    background: #F1F1F1;
    padding-top: 130px;
    padding-bottom: 70px;
}
.news-slide .news-left{
    width: 55%;
}
.news-slide .news-right{
    width: 42%;
}
.news-slide .news-right>img{
    width: 100%;
    height: 380px;
}
.news-slide .news-left .news-l-time{
    padding: 10px;
    width: 90px;
    
    border: 1px solid #303030;
    text-align: center;
    transition: all 1s;
}
.news-slide .news-left .news-l-time:hover{
    background: #3D8BF2;
    color: #ffffff;
    border: 1px solid #3D8BF2;
}
.news-slide .news-left .news-l-time .news-l-td{
    font-size: 24px;
    font-weight: bold;
}
.news-slide .news-left .news-l-time .news-l-ty{
    font-size: 14px;
}
.news-slide .news-left .news-title{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding: 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-slide .news-left .news-ms{
    font-size: 16px;
    color: #B0B0B0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsSwiper .swiper-button-prev, .swiper-rtl .swiper-button-next{
    background-image: url('../images/newsjtl.png');
    background-repeat: no-repeat;
    background-position: 50%;
    top: 300px;
    left: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    text-align: center;
}
.newsSwiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: none;
}

.newsSwiper .swiper-button-next, .swiper-rtl .swiper-button-prev{
    background-image: url('../images/newsjtr.png');
    background-repeat: no-repeat;
    background-position: 50%;
    top: 300px;
    left: 70px;
    width: 60px;
    height: 60px;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    text-align: center;
}
.newsSwiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: none;
}
.newscon{
    margin: 50px 0;
}
.newsconbox{
 flex-wrap: wrap;
}
.newscon-item{
    width: 49%;
}
.newscon-item a .newsconbox{
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
   
}
.newscon-item a:hover .newsconbox{
    border-bottom: 4px solid #3d8bf2;
}
.newscon-item a .newsconbox .newsconbox-l-time{
        transition: all .5s ease;
            width: 60px;
}
.newscon-item a:hover .newsconbox .newsconbox-l-time{
       
    transform: translateX(26px)
}
.newscon-item a:hover .newsconbox .newsconbox-l-time .newsconbox-l-t{
    color: #3d8bf2;
}
.newscon-item a:hover .newsconbox .newsconbox-l-time .newsconbox-l-m{
    color: #3d8bf2;
}
.newscon-item a .newsconbox .newsconbox-l-time .newsconbox-l-t{
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #303030;
}
.newscon-item a .newsconbox .newsconbox-l-time .newsconbox-l-m{
    font-size: 14px;
    color: #303030;
}
.newscon-item a .newsconbox .newsconbox-l-content{
    width: calc(100% - 60px);
    padding-right: 40px;
    transition: all .5s ease;
}
.newscon-item a:hover .newsconbox .newsconbox-l-content{
    transform: translateX(26px)
}
.newscon-item a .newsconbox .newsconbox-l-content .newsconbox-l-c-t{
        font-size: 20px;
    color: #303030;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 4px;
    transition: all .5s ease;
}
.newscon-item a:hover .newsconbox .newsconbox-l-content .newsconbox-l-c-t{
    color: #3d8bf2;
}
.newscon-item a .newsconbox .newsconbox-l-content .newsconbox-l-c-m{
        font-size: 15px;
    line-height: 20px;
    color: #B0B0B0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 关于我们1============================ */
.scroll-container {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

section {
    min-height: 100vh;
    scroll-snap-align: start;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    /* padding: 2rem; */
    padding: 100px 0;
    position: relative;
}

/* 不同区块的背景色 */
#section1 { 
    position: relative;
    background-image: url('../images/gsjjbj.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
    
}
#section1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
#section2 { 
    background-image: url('../images/qwrzbj.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#section3 { 
    background-image: url('../images/khjzbj.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
 }
#section4 { 
    background-image: url('../images/hxzzbj.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
 }
 #section5 { 
    
 }

/* 公司简介 */
.gsjj{
    margin: 15% auto 0 auto;
    /* position: absolute; */
    transform: translateY(600px);
}
.gsjjbox{
    width: 950px;
    margin: 0 auto;
}
.gsjjbox span{
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
}
.gsjjbox span.actu{
    background: linear-gradient(180deg, #AA4FFF, #53B4FE); /* 渐变中间点设在50% */
    background-size: 200% 100%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 权威认证 */
.qw-btbox .qw-btbox-left{
    font-size: 48px;
}
.qw-btbox .qw-btbox-left .qw-bt-title{
    color: #ffffff;
}
.qw-btbox .qw-btbox-left .qw-bt-ms{
    background: linear-gradient(to right, #AA4FFF, #53B4FE);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.qw-btbox{
    padding: 60px 0 40px 0;
}
.qwSwiper .swiper-slide>img{
    width: 100%;
}
.qwSwiper .swiper-button-next{
    top: 20%;
    background-image: url('../images/newsjtr.png');
    background-repeat: no-repeat;
    background-position: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    text-align: center;
}


.qwnrbox .swiper{
    position: inherit;
}
.qwSwiper .swiper-wrapper{
    position: inherit;
}
.qwrzbox{
    position: relative;
}
.qwSwiper .swiper-button-prev{
    top: 20%;
    right: 100px;
    left: inherit;
    background-image: url('../images/newsjtl.png');
    background-repeat: no-repeat;
    background-position: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    text-align: center;
}


.qwSwiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: none;
}
.qwSwiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: none;
}

/* 客户 */
.qw-btbox-right .qw-btbox-r-item .sp3{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
}
.qw-btbox-right .qw-btbox-r-item span{
    font-size: 16px;
    color: #ffffff;
}
.qw-btbox-right .qw-btbox-r-item{
    margin-left: 26px;
    position: relative;
}
.qw-btbox-right .qw-btbox-r-item .sp4{
    position: absolute;
}
.qw-btbox-r-item .qw-dw{
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 20px;
    /* width: fit-content; */
    color: #ffffff;
    /* border-radius: 15px 15px 15px 0px;
    padding: 10px;
    background: linear-gradient(90deg, #AA4FFF, #53B4FE 50%);
    background-size: 200% 100%;
    background-position: 0% 0%; */
}
/* kh */
.khjznr{
    display: flex;
    flex-wrap: wrap;
   
}
.khjznr .khjznr-item{
    width: 16.666%;
    border: 1px solid #403d3d;
}
.khjznr .khjznr-item>img{
    filter: brightness(1000%) contrast(1000%) grayscale(100%);
    width: 100%;
    transition: filter 0.5s;
    height: 150px;
}
.khjznr .khjznr-item>img:hover{
    filter: none;
}
.khjznr .khjznr-item:nth-child(6n){
    border-right: none;
}
.khjznr .khjznr-item:nth-child(1),.khjznr .khjznr-item:nth-child(7),.khjznr .khjznr-item:nth-child(13){
    border-left: none;
}
.khjznr .khjznr-item:nth-child(1),.khjznr .khjznr-item:nth-child(2),.khjznr .khjznr-item:nth-child(3),.khjznr .khjznr-item:nth-child(4),.khjznr .khjznr-item:nth-child(5),.khjznr .khjznr-item:nth-child(6){
    border-top: none;
}
.khjznr .khjznr-item:nth-child(13),.khjznr .khjznr-item:nth-child(14),.khjznr .khjznr-item:nth-child(15),.khjznr .khjznr-item:nth-child(16),.khjznr .khjznr-item:nth-child(17),.khjznr .khjznr-item:nth-child(18){
    border-bottom: none;
}

/* 准则 */
.hx-top{
    margin: 20px 0 60px 0;
    width: fit-content;
    font-size: 48px;
    line-height: 60px;
    padding: 26px 30px;
    background: #3D8BF2;
    color: #ffffff;
}
.hx-top span{
    font-weight: bold;
    padding-left: 10px;
}
.hxzznr-item{
   
    text-align: center;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    padding: 70px 0;
    background: rgba(255, 255, 255, 0.5);
}
.hxzznr-item .hxzznr-bt{
    padding-bottom: 50px;
    margin: 0 auto;
    width: fit-content;
    font-size: 26px;
    color: #222222;
    background: linear-gradient(90deg, #53B4FE, #AA4FFF);
    background-size: 200% 100%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hxzznr-item .hxzznr-ms{
    margin: 0 auto;
    width: fit-content;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    color: #222222;
}
.hxzznrnn{overflow: hidden;}
.hxzznr{
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* transform: translateX(1700px); */
}
/* .s1-bt1-enter{
    transform: translateX(0) !important;
} */
.hx_cirbox .hx_cir{
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}
/* 加入我们 */
.jrwmbox .qw-btbox .qw-btbox-left .qw-bt-title{
    color: #222222;
}
.jrwmnr .jrwmnr-item ul{
    padding:15px 0;
    border-bottom: 1px solid #e3e1e1;
    width: 100%;
    display: flex;
    cursor: pointer;
}
.jrwmnr .jrwmnr-item ul li{
    font-size: 22px;
    width: 20%;
    color: #a0a0a0;
    /* float: left; */
}
.jrwmnr .jrwmnr-item ul li:nth-child(1){
    color: #303030;
}
.jrwmnr-item .jrwm-con{
    padding: 20px;
    margin: 0 auto;
    position: fixed;
    top: 16%;
    left: 0;
    right: 0;
    width: 900px;
    min-height: 500px;
    background: #f2f2f2;
    display: none;
    z-index: 99999;
}
.jrwmnr-item .jrwm-con.jract{
    display: block;
}
.jrwm-con-top>img{
    cursor: pointer;
}
/* 联系我们 */
.lxwmbox .qw-btbox .qw-btbox-left .qw-bt-title{
    color: #222222;
    
}
#backgroundElement2{
    background-image: url('../images/nc.png');
}
.lxwm-c-l-title{
    font-size: 30px;
    font-weight: bold;
    color: #9c9797;
}
.lxwm-c-l-telbox .lxwm-c-l-tel{
    font-size: 24px;
    padding-left: 10px;
    color: #9c9797;
}
.lxwm-c-r-nc .tspan{
    color: #ffffff;
    font-size: 14px;
}
.lxwm-c-l-item{
    cursor: pointer;
    margin-bottom: 50px;
    width: fit-content;
}
.lxwm-c-l-item.acpp .lxwm-c-l-title{
    color: #222222;
}
.lxwm-c-l-item.acpp .lxwm-c-l-telbox .lxwm-c-l-tel{
    color: #222222;
}
.lxwm-content{
    position: relative;
}
.lxwm-c-right{
    position: absolute;
    z-index: 2;
    left: 72.5%;
    top: -10%;
    width: 80px;
}
.lxwm-c-r-nc{
    position: absolute;
    z-index: 2;
    left: 58.5%;
    top: 50%;
    width: 80px;
    text-align: center;
}

.jrwm-con-cen{
    font-size: 20px;
}
.mark-box{
    position: absolute;
    left: 58.5%;
    top: 50%;
    width: 80px;
    height: 80px;
}

@keyframes banner-contact-cycle-animate {
  0% {
    transform: scale(1);
    background-image: linear-gradient(0deg, #5ba2fe 0%, #3D8BF2 100%);
    opacity: 0.2;
  }
  90% {
    transform: scale(12);
    background-image: linear-gradient(0deg, #5ba2fe 0%, #3D8BF2 100%);
    opacity: 0.05;
  }
  100% {
    transform: scale(14);
    background-image: linear-gradient(0deg, #5ba2fe 0%, #3D8BF2 100%);
    opacity: 0;
  }
}
.mark-box .mark{
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1);
    background-image: linear-gradient(0deg, #5ba2fe 0%, #3D8BF2 100%);
    opacity: 0.2;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: banner-contact-cycle-animate 5s ease-in-out infinite;
}
.mark-box .mark1{
    animation-delay: 1s;
}
.mark-box .mark2{
    animation-delay: 2s;
}
.mark-box .mark3{
    animation-delay: 3s;
}
.mark-box .mark4{
    animation-delay: 4s;
}
.mark-box .mark5{
    animation-delay: 5s;
}
#section6{
    /* background-image: url('../images/nc.png'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.lxwm-c-rbox{
    display: none;
    /* transition: all 0.5s; */
}
.lxwm-c-rbox.acrb{
    display: block;
}


/* 导航指示器 */
.nav-dots {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.dot {
    display: block;
    width: 12px;
    height: 12px;
    margin: 12px 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

.dot.active {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.4);
}

/* 滚动提示 */
.scroll-hint {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.7;
    animation: bounce 2s infinite;
}

.scroll-hint span {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.scroll-hint::after {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0) translateX(-50%);}
    40% {transform: translateY(-20px) translateX(-50%);}
    60% {transform: translateY(-10px) translateX(-50%);}
}


/* 解决方案======================== */
.newretailbanner img{
    width: 100%;
}
.newretailwzbox{
    position: relative;
}
.newretailwzbox .newretailwz{
    position: absolute;
    top: -390px;
    left: 130px;
    width: 35%;
}
.newretailwzbox .newretailwz .newretailwz-title{
    font-size: 48px;
    color: #ffffff;
}
.newretailwzbox .newretailwz .newretailwz-ms{
    padding: 30px 0 50px 0;
    color: #ffffff;
    font-size: 16px;
}
.newretailwzbox .newretailwz .newretailwz-butt{
    background-color: #ffffff;
    color: #3d8bf2;
    border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: fit-content;
    cursor: pointer;
    font-size: 16px;
}
.newretailwzbox .newretailwz .newretailwz-butt:hover{
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.29);
}
.newretail-btbox{
    width: 100%;
    text-align: center;
    /* padding: 50px 0; */
}
.newretail-btbox .newretail-bt{
    font-size: 48px;
    /* line-height: 26px; */
    font-weight: bold;
    margin-top: 80px;
}
.newretail-btbox .newretail-ms{
    font-size: 20px;
    margin-bottom: 80px;
}
.newretail-btbox .newretailwz-ms{
    color: #a0a0a0;
}
.newretail-show1nr-left{
    width: 33.33%;
}
.newretail-show1nr-left .newretail-li .newretail-li-t{
    /* font-weight: 700; */
    font-size: 24px;
    padding-bottom: 10px;

}
.newretail-show1nr-left .newretail-li .newretail-li-ms{
    color: #a0a0a0;
    padding-top: 2%;
    padding-left: 20px;
    font-size: 16px;
}
.newretail-show1nr-left .newretail-li{
    border-radius: 15px;
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.29);
    padding: 5% 3% 5% 10%;
    margin-top: 8%;
    position: relative;
    line-height: 20px;
}
.rborder {
    display: inline-block;
    height: 0;
    width: 0;
    border-left: 15px solid #ffffff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    right: -29px;
    top: 50px;
    filter: drop-shadow(2px 0px 1px rgba(50, 50, 50, 0.29));
}
.newretail-show1nr-right .rborder{
    transform: rotate(180deg);
    left: -29px;
}
.newretail-show2nr-right.ppxc{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}
.newretail-show2nr-right.ppxc .newretail-show2nr-r-li{
    width: 33%;
}
.newretail-show2nr-left{
    width: 46%;
}
.newretail-show2nr-left>img{
    width: 100%;
    height: 600px;
}
.newretail-show2nr-right{
    width: 50%;
}
.newretail-show2nr-right .newretail-show2nr-r-li{
    margin-bottom: 2%;
    margin-top: 3%;
}
.newretail-show2nr-right .newretail-show2nr-r-li .newretail-show2nr-r-li-t{
    font-size: 24px;
}
.newretail-show2nr-right .newretail-show2nr-r-li .newretail-show2nr-r-m{
    color: #a0a0a0;
    padding-left: 67px;
    line-height: 20px;
    font-size: 16px;
}
.newretail-show2nrbbox .newretail-show2nr-r .newretail-show2nr-r-bt{
    font-size: 24px;
}
.newretail-show2nrbbox .newretail-show2nr-r .newretail-show2nr-r-ms{
    line-height: 20px;
    font-size: 16px;
    color: #a0a0a0;
}
.newretail-show2nrbbox .newretail-show2nr-r{
    margin-left: 20px;
}
.newretail-show3boxnr{
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.newretail-show3box-item{
    width: 24%;
    padding: 40px;
    cursor: pointer;
    margin-bottom: 20px;
    background: #F9F9F9;
}
.newretail-show3box-item .newretail-show3box-title{
    font-size: 24px;
    /* font-weight: bold; */
    padding-top: 10px;
}
.newretail-show3box-item .newretail-show3box-ms{
    color: #a0a0a0;
    padding-top: 20px;
    font-size: 18px;
    line-height: 22px;
}
.newretail-show3box-item:hover{
     box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.29);
}
.newretail-show3box-more{
    height: 45px;
    line-height: 45px;
    width: fit-content;
    padding: 0 30px;
    margin: 30px auto;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    border-radius: 50px;
    color: #ffffff;
    background-color: #3d8bf2;
    text-align: center;
    font-size: 16px;
}
.newretail-show3box-more:hover{
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.29);
}


/* 新闻资讯======================== */
.upnext ul li{
    font-size: 18px;
    margin-top: 20px;
    line-height: 20px;
}
.upnext ul li a:hover{
    color: #3D8BF2;
}
.nshowbox .nshowbox-title{
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
}
.nshowbox .nshowbox-ms{
    font-size: 18px;
    color: #757FA3;
    width: 100%;
    text-align: center;
    border-bottom:#DDE3EE 1px dotted;
    padding: 20px 0;
}
.nshowbox .nshowbox-content{
    font-size: 18px;
    min-height: 500px;
    padding: 40px 0;
    border-bottom:#DDE3EE 1px dotted;
}

.nshowbox-zx .nshowbox-zx-title{
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    margin: 80px 0;
    border-left: 7px solid #3D8BF2;
    padding: 0 10px;
}
.nshowbox-zx .nshowbox-zxbox{
    flex-wrap: wrap;
    gap: 18px;
}
.nshowbox-zx .nshowbox-zxbox .nshowbox-zx-item{
    width: 24%;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease
}

.nshowbox-zx .nshowbox-zxbox .nshowbox-zx-item:hover{
    transform: translateY(-5px);
    box-shadow: 0 6px 18px #0000001f
}
.nshowbox-zx .nshowbox-zxbox .nshowbox-zx-item a .nshowbox-zxpic>img{
    width: 100%;
    height: 220px;
}
.nshowbox-zx .nshowbox-zxbox .nshowbox-zx-item a .nshowbox-zxbutt{
    padding: 10px;
    font-size: 18px;
}
.nshowbox-zx .nshowbox-zxbox .nshowbox-zx-item a .nshowbox-zxbutt .nshowbox-zxbu-title{
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nshowbox-zx .nshowbox-zxbox .nshowbox-zx-item a .nshowbox-zxbutt .nshowbox-zxbu-time{
    color: #758296;
}
.nshowbox-zx{
    padding-bottom: 30px;
}


/* 云上商协产品========================== */
.yssx{
    background-image: url('../images/yssxbj.jpg');
    background-repeat: no-repeat;
    padding: 100px 0;
}
.yssxbox .yssxbox-left .yssxbox-l-title{
    font-size: 48px;
    color: #303030;
    line-height: 50px;
}
.yssxbox .yssxbox-left .yssxbox-l-ms{
    font-size: 16px;
    color: #303030;
    line-height: 20px;
    padding: 20px 0 100px 0;
}
.yssxbox .yssxbox-right>img{
    width: 700px;
}
.yssxbox .yssxbox-left .yssxbox-buttbox{
    font-size: 18px;
    color: #ffffff;
}
.yssxbox .yssxbox-left .yssxbox-buttbox .yyysbut{
    cursor: pointer;
    background: linear-gradient(90deg,  #3D8BF2, #0069F3);
    
    border-radius: 8px;
    width: fit-content;
    margin-right: 20px;
    padding: 8px 40px;
    border: 1px solid #3D8BF2;
}
.yyysbut.hqbjbut{
    background:transparent !important;
    color: #3D8BF2 !important;
    border: 1px solid #3D8BF2;
}
.yyysbut.hqbjbut>img{
    filter: drop-shadow(0 0#3D8BF2);
}

.yssx-bt{
    font-weight: bold;
    font-size: 30px;
    color: #303030;
    line-height: 30px;
    text-align: center;
    padding: 40px 0;
}
.yssx-show1b-nav{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    padding-bottom: 80px;
}
.yssx-show1b-nav .yssx-show1b-item .yssx-show1b-num{
    font-weight: bold;
    font-size: 80px;
    color: #3D8BF2;
    line-height: 80px;
    text-align: center;
}
.yssx-show1b-nav .yssx-show1b-item .yssx-show1b-title{
    font-size: 18px;
    color: #303030;
    line-height: 30px;
    text-align: center;
}
.yssx-show2box .yssx-bt{
    color: #ffffff;
}
.yssx-show2{
    background-image: url('../images/cpnlbj.jpg');
    background-size: 100% 750px;
    background-repeat: no-repeat;
}
.yssx-show2b-nav{
    flex-wrap: wrap;
}
.yssx-show2b-item{
    width: 32%;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    
}
.yssx-show2b-item:hover .yssx-show2b-buttbox .yssx-show2b-butt{
    color: #ffffff;
    background: #3D8BF2;
}
.yssx-show2b-item>img{
    width: 100%;
}
.yssx-show2b-buttbox{
    padding: 20px;
}
.yssx-show2b-buttbox .yssx-show2b-title{
    font-weight: bold;
    font-size: 30px;
    color: #303030;
    line-height: 30px;
}
.yssx-show2b-buttbox .yssx-show2b-ms{
    font-size: 16px;
    color: #303030;
    line-height: 20px;
    padding: 20px 0;
    height: 100px;
}
.yssx-show2b-buttbox .yssx-show2b-butt{
    cursor: pointer;
    background: #E2EFFF;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: #3D8BF2;
    line-height: 30px;
    cursor: pointer;
    transition: all 1s;
}
.yssx-show3b-item{
    width: 19%;
}
.yssx-show3b-item>img{
    width: 100%;
}
.yssx-show3b-item .yssx-show3b-title{
    font-size: 18px;
    color: #303030;
    line-height: 30px;
    text-align: center;
    padding-top: 20px;
}
.yssx-show4-pic>img{
    width: 100%;
}
.yssx-show5b-item .yssx-show5b-r .yssx-show5b-t-title{
    font-weight: bold;
    font-size: 24px;
    color: #303030;
    line-height: 25px;
    padding-bottom: 8px;
}
.yssx-show5b-item .yssx-show5b-r .yssx-show5b-t-ms{
    font-size: 16px;
    color: #B0B0B0;
    line-height: 20px;
}
.yssx-show5b-nav{
    padding-bottom: 80px;
}

.yssx-morbox .yssx-mor{
    position: relative;
    cursor: pointer;
}
.yssx-morbox .yssx-mor .yssx-morewm{
    display: none;
    position: absolute;
    top: -40px;
    left: -150px;

}
.yssx-morbox .yssx-mor:hover  .yssx-morewm{
    display: block;
}

/* 教邦邦=================== */
.yssx-show4-pic.jbb-pic{
    padding-bottom: 40px;
}
.yssx-show3b-nav.jbb-nmo{
    padding-bottom: 80px;
}

.yssx-mor{
    text-align: center;
    width: fit-content;
    padding: 8px 30px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #F9FBFF;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
    cursor: pointer;
}
.yssx-mor>img{
    margin-right: 10px;
}
.yssx-mor span{
    color: #3D8BF2;
}
.yssx-show2.jbb-show2{
    background-image: url('../images/jbbpic.jpg');
}

.pagination {
    justify-content: center;
    margin-top: 30px;
}
.pagination li{
    padding: 10px 20px;

}
.pagination li.active{
    background: linear-gradient(90deg, #AA4FFF, #53B4FE);
    border-radius: 30px 30px 30px 0px;
    color: #ffffff;
}

.pagination li:nth-child(1), .pagination li:last-child{
    border: 1px solid #ddd;
    margin: 0 20px;
}

.newscon-item a .newsconbox .newsconbox-l-content .newsconbox-l-c-m{
    height: 40px;
}




/* 弹窗 */
.for-tea textarea{
    width: 100%;
    font-size: 15px;
    padding: 10px;
}
.for-tea textarea:focus {
  border-color: #2980b9;    /* 获得焦点时的边框颜色 */
  outline: none;            /* 移除默认的焦点轮廓 */
}

.zhezhao{

    display: none;

}

.hzzhezhao{

    display: none;

}

.input-group{

    margin-top: 10px;

}
.zhezhao,.hzzhezhao{

    z-index: 999999;

    position: fixed;

    left: 0;

    top: 0;

   

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,0.5)

}

.yybox,.hzjmbox{

    padding: 30px;

    position: relative;

    background: #fff;

    width: 455px;

   

    border-radius: 10px;

    margin: 5% auto;

}

.yybox .topflex{

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.yybox .form-group{

    margin-top: 15px;

    margin-bottom: 15px;

}

.form-control::placeholder {

    color: #000000;

}

.yybox .form-control{

    font-weight: normal;

    height: 50px;

    background-color: #f3f3f3;

    border: none;

    color: #000000;

    font-size: 16px;

}

.yybox .hrr{

    height: 1px;

    background: #9d9d9d;

    margin: 12px 0;

}



.zhezhao,.hzzhezhao .yybox,.hzjmbox .top .bt{

    

    font-size: 26px;

    font-weight: bold;

}
.headbox-r-world{
    position: relative;
    cursor: pointer;
}
.fztbox{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 40px;
}
.fztbox a{
    text-align: center;
    padding: 4px 10px;
    background: #f2f2f2;
}
.fztbox a.aczh{
    background: #3D8BF2;
    color: #ffffff !important;
}
.fztbu{
    display: none;
}



/* 洪创荟 =================*/
.hch-show1b-nav{
    gap: 20px;
    margin-bottom: 40px;
}
.hch-show1b-nav .hch-show1b-item{
    width: 49%;
    border: 1px solid #3D8BF2;
    padding: 20px;
    border-radius: 10px;
}
.hch-show1b-nav .hch-show1b-item .hch-show1b-num{
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    color: #026AF3;
    padding-bottom: 10px;
}
.hch-show1b-nav .hch-show1b-item .hch-show1b-title{
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    min-height: 60px;
}
.yssx-show2.hch-show2{
    background-image: url('../images/hchbj.jpg');
}

/* 有格商城===================== */
.ygsc-topnav{
    width: fit-content;
    background: #ffffff;
    border-radius: 24px;
    padding: 2px;
    margin:  0 auto;
}
.ygsc-topnav .ygsc-tn-item{
    padding: 4px 20px;
    font-size: 18px;
    cursor: pointer;
}
.ygsc-topnav .ygsc-tn-item.acbjg{
    background: #046BF3;
    border-radius: 22px;
    color: #ffffff;
}
.ygsc-show2b-nav{
    padding: 20px 100px;
    background: #ffffff;
    border-radius: 10px;
    margin: 30px 0 50px 0;
}
.yssx-show2.ygsc-show2{
    background-image: url('../images/ygscbj.jpg');
}
.ygsc-show2b-itb .ygsc-show2b-title{
    font-size:36px;
    color: #303030;
    line-height: 40px;
    padding-bottom: 50px;
}
.ygsc-show2b-itb .ygsc-show2b-bubox{
    font-size: 18px;
    color: #B0B0B0;
    line-height: 36px;
}
.ygsc-show2b-left{
    margin-left: 100px;
}
.ygsc-show2b-item{
    display: none;
}
.acbjgk{
    display: block !important;
}
.ygsc-pic{
    display: none;
}
.ygsc-pic>img{
    width: 100%;
}
@keyframes xsrotate {

  0% {

     width:0%;

    }

    10% {

     width:20%;

    }50% {

     width:50%;

    }100% {

     width:100%;

    }

}
.ygsc-nritem{
    cursor: pointer;
    width: 33%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 3px solid transparent;
    transition: all 1s;
}
.ygsc-nritem::before {
     content: "";
      width: 100%; 
      height: 3px; 
      background: #ffffff;
      position: absolute; 
      left: 0;
       top: 0;
        margin: auto;
    }
.ygsc-nritem .ygsc-nr-title{
    font-size: 24px;
    color: #AFAFAF;
    line-height: 24px;
    
}
.ygsc-nritem .ygsc-nr-bubox{
    padding: 20px 0;
}
.ygsc-nritem .ygsc-nr-ms{
    font-size: 16px;
    color: #AFAFAF;
    line-height: 24px;
    
}
.ygsc-nritem .ygsc-more{
    border-radius: 20px;
    padding: 5px 20px;
    background: #026AF3;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}
.ygsc-nritem .ygsc-more>img{
    margin-left: 10px;
}
.ygsc-nrnav{
    /* margin-top: 20px; */
}
.ygsc-nritem:hover::before{
    animation: xsrotate 1s ease-in-out forwards;  background: #3d8bf2;
/* border-top: 3px solid #303030; */
}
.ygsc-nritem.acnr::before{
   background: #303030;
    /* border-top: 3px solid #303030; */
}
.ygsc-nritem.acnr .ygsc-nr-title{
    color: #303030;
}
.ygsc-nritem.acnr .ygsc-nr-bubox .ygsc-nr-ms{
    color: #303030;
}
.acygpic{
    display: block;
}
.ygsc-show5b-item{
    padding-bottom: 80px;
    text-align: center;
}
.ygsc-show5b-item .ygsc-show5b-r{
    font-size: 18px;
    line-height: 24px;
}
.ygsc-show5b-item .ygsc-show5b-r .ygsc-show5b-t-ms {
    font-size: 16px;
}
.ygsc-show5b-item .ygsc-show5b-r .ygsc-show5b-t-title{

    color: #303030;
    padding-top: 10px;
    padding-bottom: 2px;
}
.ygsc-show5b-item .ygsc-show5b-r .ygsc-show5b-t-ms{
    color: #B0B0B0;

}


/* 网站建设================ */
.wzjs-show1{
    gap: 30px;
}
.wzjs-show1-item{
    width: 48%;
}
.wzjs-show1-item>img{
    /* width: 50px; */
}
.wzjs-show1-r{
    margin-left: 20px;
}
.wzjs-show1-r .wzjs-show1-r-title{
    font-weight: bold;
    font-size: 30px;
    color: #303030;
    line-height: 20px;
    padding-bottom: 20px;
}
.wzjs-show1-r .wzjs-show1-r-ms{
    font-size: 18px;
    color: #B0B0B0;
    line-height: 20px;
}
.wzjstybox{
    color: #DDDDDD;
    font-size: 16px;
    margin-top: 20px;
    font-style: italic;
}
.newretail-show3boxnr.wzjsty .newretail-show3box-item .newretail-show3box-ms{
    min-height: 88px;
}
.yssx-show2.wzjsbj{
    background-image: url('../images/wzjsbj.jpg');
}
.wzjsfwbox .wzjsfw>.wzjsfw-item{
    position: relative;
    width: 130px;
    font-size: 18px;
    background: #ffffff;
    border-radius: 25px;
    padding: 4px 0;
    text-align: center;
}
.wzjsfwbox .wzjsfw .wzjsfw-item::before{
    position: absolute;
    content: '';
    top: 50%;
    left: -34px;
    width: 34px;
    height: 2px;
    background: #ffffff;
}
.wzjsfwbox .wzjsfw .wzjsfw-item::after{
    position: absolute;
    content: '';
    top: 50%;
    left: 129px;
    width: 34px;
    height: 2px;
    background: #ffffff;
}
.wzjsfwbox .wzjsfw .wzjsfw-item>img{
    position: absolute;
    top: 33%;
    right: -42px;
}
.wzjsfwbox .wzjsfw{
    gap: 68px;
    justify-content: center;
}

.fw-hr{
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
}
.wzjsfw-item>ul{
    border-left: 1px solid #ffffff;
    padding: 0 0 0 15px;
    position: absolute;
    top: 60px;
    left: 50%;
    width: fit-content;
    text-align: left;
    /* right: 0;
    margin: 0 auto; */
}
.wzfwllbox{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 60px 0 440px 0;
}

.wzjsfw-item>ul>li{
    color: #ffffff;
    font-size: 16px;
    width: 124px;
    padding-top: 6px;
}
.wzjsfwbox{
    margin: 0 36px;
}

.wzan-slide a>img{
    width: 100%;
    height: 350px;
}


.wzan-slide .wzan-bubox{
    padding: 10px 0;
}
.wzan-slide .wzan-bubox .wzan-bu-title{
    font-size: 30px;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wzan-slide .wzan-bubox .wzan-bu-nav .wzan-bu-item{
    font-size: 16px;
    padding: 4px 10px;
    background: #E2EFFF;
    border-radius: 6px;
    color: #3D8BF2;
    /* margin-right: 10px; */
}

.wzan-slide:hover .wzan-bubox .wzan-bu-title{
    color: #3D8BF2;
}


.wzan-slide:hover .wzan-bubox .wzan-bu-navbox>img{
    filter: drop-shadow(-150px 0 #3d8bf2);
    transform: translateX(150px);
}

.wzanbox{
    margin-bottom: 80px;
}

.xtkf-show1-item{
    width: 32%;
    margin-top: 20px;
    padding: 20px;
    background: #F7F7F7;
    border-radius: 10px;
}
.xtkf-show1-item:nth-child(1), .xtkf-show1-item:nth-child(2), .xtkf-show1-item:nth-child(3){
    margin-top: 0;
}
.xtkf-show1-item:hover{
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.29);
}
.xtkf-show1-item .xtkf-show1-btbox span{
    font-size: 24px;
    color: #303030;
    line-height: 24px;
    padding-left: 10px;
}

.xtkf-show1-item .xtkf-show1-ms{
    font-size: 16px;
    color: #B0B0B0;
    line-height: 18px;
    padding-top: 4px;
}
.xtkf-show3boxnr .xtkf-show3-item{
    width: 12%;
    text-align: center;
}
.xtkf-show3boxnr .xtkf-show3-item .xtkf-show3-m{
    font-size: 16px;
    color: #B0B0B0;
    text-align: center;
}
.xtkf-show3boxnr{
    gap: 30px;
    margin-bottom: 80px;
}


/* 小程序开发==================== */
.xcxkf-item{
    width: 24%;
}
.xcxkf-item>img{
    width: 100%;
}

.xcxkf-item .xcxkf-it-bt{
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #B0B0B0;
    text-align: center;
}
.xcxkf-show3-item{
    width: 48.5%;
    padding: 30px;
    background: #F7F7F7;
    border-radius: 10px;
}
.xcxkf-show3-item .xcxkf-show3-it-left{
    position: relative;
}
.xcxkf-show3-item .xcxkf-show3-it-left::after{
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 60px;
    height: 6px;
    background: #DFDFDF;
    border-radius: 3px;
}
.xcxkf-show3-item .xcxkf-show3-it-left::before{
    content: '';
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 40px;
    height: 6px;
    background: #DFDFDF;
    border-radius: 3px;
}
.xcxkf-show3-item:hover{
box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.29);
}

.xcxkf-show3-item .xcxkf-show3-it-right{
    padding-left: 30px;
}
.xcxkf-show3-item .xcxkf-show3-it-right .xcxkf-show3-bt{
    font-weight: bold;
    font-size: 24px;
    color: #303030;
    line-height: 30px;
    
}

.xcxkf-show3-item .xcxkf-show3-it-right .xcxkf-show3-ms{
    font-size: 18px;
    color: #B0B0B0;
    line-height: 20px;
    padding-top: 10px;
}
.xcxkf-show3boxnr{
    gap: 40px;
}
.xcxkf-show3boxnr{
    margin-bottom: 80px;
}

/* 运营托管===================== */
.yytg-show1nr-item{
    padding: 20px;
    text-align: center;
    min-height: 270px;
    width: 24%;
    /* background-image: url('../images/yytgzn1.jpg'); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.yytg-show1nr-nav{
    gap: 15px;
}
.yytg-show1nr-item .yytg-show1nr-bt{
    font-size: 36px;
    color: #FFFFFF;
    line-height: 40px;
    padding-top: 48px;
}
.yytg-show1nr-item .yytg-show1nr-ms{
    font-size: 16px;
color: #FFFFFF;
line-height: 24px;
}
.yytg-show1nr-item .yytg_hr{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 51px;
height: 3px;
background: #FFFFFF;
}

.yytg-show1nr-item:nth-child(1){
    background-image: url('../images/yytgzn1.jpg');
}
.yytg-show1nr-item:nth-child(2){
    background-image: url('../images/yytgzn2.jpg');
}
.yytg-show1nr-item:nth-child(3){
    background-image: url('../images/yytgzn3.jpg');
}
.yytg-show1nr-item:nth-child(4){
    background-image: url('../images/yytgzn4.jpg');
}
.yytg-show1nr-item:nth-child(5){
    background-image: url('../images/yytgzn5.jpg');
}
.yytg-show1nr-item:nth-child(6){
    background-image: url('../images/yytgzn6.jpg');
}
.yytg-show1nr-item:nth-child(7){
    background-image: url('../images/yytgzn7.jpg');
}
.yytg-show1nr-item:nth-child(8){
    background-image: url('../images/yytgzn8.jpg');
}


.cpfw-bt{
    font-weight: bold;
    font-size: 48px;
    color: #303030;
    line-height: 50px;
    text-align: center;
    padding: 80px 0;
}

.yssx-show2box .cpfw-bt {
    color: #ffffff;
}


.newretailwzbox .newretailwz.xtkfbl{
        top: -310px;
    }


    .yssx-show2.cpysbj{
            background-size: 100% 1500px;
    }

    .yssx-show2.cphchbj{
            background-size: 100% 800px;
    }

    .yssx-show2.cpygscbj{
            background-size: 100% 940px;
    }

    /* .newretail-show2nr{
        align-items: center;
    } */

    .footbox-r-e-item>img{
        width: 120px;
        height: 120px;
    }
    .sild-item>img{
        width: 120px;
        height: 120px;
    }
    .yssx-morbox .yssx-mor .yssx-morewm>img{
        width: 120px;
        height: 120px;
    }
    .newretail-show2nrbbox{
        padding: 10px 0;
    }
    .newretail-show2{
        padding-bottom: 60px;
    }
    .yssx-show5b-item .yssx-show5b-r{
        padding-left: 20px;
    }

    .footbox-t-right .footbox-t-r-item2 a{
        width: calc(100% / 3);
    }

    .jrwmnr .jrwmnr-item ul li:nth-child(5){
        text-align: center;
    }

    .wzan-slide .wzan-bubox .wzan-bu-nav{
        gap: 10px;
        flex-wrap: wrap;
    }
    .m_nav .m_nav_item{
        border-bottom: 1px solid #f2f2f2;
    }
    .m_nav_itembox .m_nav_it{
        flex-wrap: wrap;
        gap: 10px;
    }
     .m_nav_itembox .m_nav_it>a{
        width: 48%;
        padding: 0;
        font-size: 18px;
     }

     .m_nav_itembox{
        display: none;
     }


     .newretail-show2nr{
        align-items: center;
     }

     .app-nav .yytg-show1nr-item{
        text-align: left;
            padding-top: 84px;
     }
     .app-nav .yytg-show1nr-item .appkf-bt{
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
        color: #ffffff;
     }

     .app-nav .yytg-show1nr-item:nth-child(1){
        background-image: url('../images/appzn1.jpg');
     }
     .app-nav .yytg-show1nr-item:nth-child(2){
        background-image: url('../images/appzn2.jpg');
     }
     .app-nav .yytg-show1nr-item:nth-child(3){
        background-image: url('../images/appzn3.jpg');
     }
     .app-nav .yytg-show1nr-item:nth-child(4){
        background-image: url('../images/appzn4.jpg');
     }

      .app-nav .yytg-show1nr-item:nth-child(5){
        background-image: url('../images/appzn5.jpg');
     }
     .app-nav .yytg-show1nr-item:nth-child(6){
        background-image: url('../images/appzn6.jpg');
     }
     .app-nav .yytg-show1nr-item:nth-child(7){
        background-image: url('../images/appzn7.jpg');
     }
     .app-nav .yytg-show1nr-item:nth-child(8){
        background-image: url('../images/appzn8.jpg');
     }

     .cases-nrbox .cases-nrbox-item a .cases-nr-con .cases-nr-but .cases-nr-wf .cases-nr-wf-nav{
        margin-right: 0;
     }
      .cases-nr-wf{
        flex-wrap: wrap;
        gap: 10px;
      }


      .nshowbox .nshowbox-content img{
        max-width: 100%;
      }


      .wzan-bu-navbox{
        overflow: hidden;
      }

      .ul-l .ul-l-r .ul-l-nav .ul-l-r-bt>img{
        margin-right: 10px;
      }
      

@media screen and (max-width:768px){
    .control{
        max-width: 100%;
    }

    #section3, #section4, #section1, #section2{
        background-size: auto;
        background-position: center;
    }
    .cases-nrbox .cases-nrbox-item {
        width: 49%;

}
    .footbox-r-e-item>img {
    width: 110px;
    height: 110px;
}
    .hch-show1box, .yssx-show2box{
        overflow: hidden;
    }
    .ygsc-nritem .ygsc-more {
        font-size: 14px;
        line-height: 18px;
    }
    .ygsc-topnav .ygsc-tn-item{
        font-size: 16px;
    }
    .yybox .form-control{
        font-size: 14px;
    }
    .zhezhao, .hzzhezhao .yybox, .hzjmbox .top .bt {
        font-size: 20px;

    }
    .app-nav .yytg-show1nr-item {

        padding-top: 50px;
    }
    .app-nav .yytg-show1nr-item .appkf-bt {
        font-size: 16px;
        line-height: 26px;
        
    }
    .footbox-leftbox {
    margin-top: 0px;
}
    .ygsc-show5b-item {
    padding-bottom: 30px;

}
    .yssx-show3b-nav.jbb-nmo {
    padding-bottom: 30px;
}
    .newretail-show3boxnr.wzjsty .newretail-show3box-item .newretail-show3box-ms{
    min-height: 180px;
}
     .khjznr .khjznr-item:nth-child(14), .khjznr .khjznr-item:nth-child(13), .khjznr .khjznr-item:nth-child(15){
        border-bottom: 1px solid #403d3d;
     }
    .khjznr .khjznr-item:nth-child(4), .khjznr .khjznr-item:nth-child(6), .khjznr .khjznr-item:nth-child(10),.khjznr .khjznr-item:nth-child(16){
            border-left: none;
    }
    .khjznr .khjznr-item:nth-child(3), .khjznr .khjznr-item:nth-child(6), .khjznr .khjznr-item:nth-child(9),.khjznr .khjznr-item:nth-child(15){
            border-right: none;
    }
    .khjznr .khjznr-item:nth-child(4), .khjznr .khjznr-item:nth-child(5), .khjznr .khjznr-item:nth-child(6){
            border-top: 1px solid #403d3d;
    }
    .khjznr .khjznr-item{
        width: 33%;
    }
    .lxwm-c-r-nc{
        display: none;
    }
    .newscon-item {
    width: 100%;
}
    .xtkf-show3boxnr {

    margin-bottom: 20px;
}
        .qwrz{
            padding: 40px 0;
        }
        .wzan-slide .wzan-bubox .wzan-bu-nav{
        gap: 0;
        flex-wrap: nowrap;
    }
    .wzan-slide .wzan-bubox .wzan-bu-nav .wzan-bu-item:nth-child(1), .wzan-slide .wzan-bubox .wzan-bu-nav .wzan-bu-item:nth-child(2){
        display: block;
    }
    .wzan-slide .wzan-bubox .wzan-bu-nav .wzan-bu-item{
        display: none;
    }
    .yssx-show5b-item .yssx-show5b-r {
        padding-left: 0;
    }
    .newretail-show3boxnr {

        padding-bottom: 0px;
    }
    .newretail-show2 {
        padding-bottom: 20px;
    }
    .newretail-show2nrbbox .newretail-show2nr-r .newretail-show2nr-r-bt {
        font-size: 16px;
    }
    .newretail-show2nrbbox .newretail-show2nr-r .newretail-show2nr-r-ms{
        font-size: 14px;
    }
    .newretail-show2nr-left>img{
        height: auto !important;
    }
    .newretailwzbox .newretailwz.newxwle{
        top: -64px !important;
    }
    
    .newretail-show1nr-left .newretail-li .newretail-li-ms {
        font-size: 14px;
    }
    .newretail-show1nr-left .newretail-li .newretail-li-t{
        font-size: 16px;
    }
    .cpfw-bt{
        font-size: 18px;
        line-height: 30px;
        padding: 30px 0;
        color: #000000 !important;
    }
    .yytg-show1nr-item .yytg_hr{
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .yytg-show1nr-item .yytg-show1nr-ms {
        font-size: 14px;

        line-height: 18px;
    }
    .yytg-show1nr-item .yytg-show1nr-bt{
        font-size: 14px;
            padding-top: 8px;
    }
    .yytg-show1nr-item{
        width: 48%;
            min-height: 150px;
            padding: 10px;
    }
    .yytg-show1nr-nav{
        gap: 10px;
    }
    .xcxkf-show3-item .xcxkf-show3-it-right{
        padding-left: 0;
    }
    .xcxkf-show3-item .xcxkf-show3-it-left::after{
        content: none;
    }
    .xcxkf-show3-item .xcxkf-show3-it-left::before{
        content: none;
    }
    .xcxkf-show3-item .xcxkf-show3-it-right .xcxkf-show3-ms {
        font-size: 14px;
 
        line-height: 20px;

    }
    .xcxkf-show3-item .xcxkf-show3-it-right .xcxkf-show3-bt {
            text-align: center;
        font-size: 18px;

        line-height: 20px;
        padding-top: 10px;
    }
    .xcxkf-show3-item{
        flex-direction: column;
        padding: 10px;
        width: 48%;
    }
    .xcxkf-show3boxnr{
        gap: 10px;
        margin-bottom: 20px;
    }
    .xcxkf-item .xcxkf-it-bt{
        font-size: 14px;
        line-height: 22px;
    }
    .xcxkf-item {
        width: 48%;
        margin-bottom: 10px;
    }
    .xcxkf-item:nth-child(3), .xcxkf-item:nth-child(4){
        margin-bottom: 0;
    }
    .xcxkf-show1{
        flex-wrap: wrap;
    }
    .xtkf-show3boxnr .xtkf-show3-item .xtkf-show3-m{
        font-size: 17px;
    }
    .xtkf-show3boxnr .xtkf-show3-item {
        width: 24%;
    }
    .xtkf-show3-item>img{
        width: 30px;
    }
    .xtkf-show1-item {
        padding: 10px;
    }
    .xtkf-show1-btbox {
        flex-direction: column;
        text-align: center;
    }
    .xtkf-show1-item .xtkf-show1-ms{
        font-size: 14px;
        line-height: 20px;
    }
    .xtkf-show1-item .xtkf-show1-btbox span{
        font-size: 15px;
        line-height: 20px;
        padding-left: 0;
    }
    .wzan-bu-nav .wzan-bu-item{
        width: 49%;
    }
    .wzan-bu-nav{
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        
    }
    .wzan-bu-navbox>img{
        display: none;
    }
    .wzanbox{
        margin-bottom: 20px;
    }
    .wzan-slide .wzan-bubox .wzan-bu-nav .wzan-bu-item{
        text-align: center;
        font-size: 14px;
        margin-right: 0;
            white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .wzan-slide .wzan-bubox .wzan-bu-title {
        font-size: 16px;
    }
    .wzan-slide a>img{
        height: 140px;
    }
    .wzjsfwbox .wzjsfw .wzjsfw-item>img{
        filter: drop-shadow(0 150px #bbbbbb);
        transform: translateY(-150px);
    }
    .wzjsfwbox .wzjsfw .wzjsfw-item::before {
        background: #bbbbbb;
    }
    .wzjsfwbox .wzjsfw .wzjsfw-item::after{
        background: #bbbbbb;
        left: 124px;
    }
    .fw-hr{
        background: #bbbbbb;
    }
    .wzjsfw-item>ul{
        border-left: 1px solid #bbbbbb;
    }
    .wzjsfw-item>ul>li{
        color: #000000;
        font-size: 15px;
    }
    .wzjsfwbox .wzjsfw>.wzjsfw-item{
        background: #bbbbbb;
        font-size: 16px;
        width: 124px;
        display: inline-block;
        margin-right: 63px;
    }
    .wzjsfwbox{
        margin: 0;
    }
    .wzjsfwbox .wzjsfw{
        padding-bottom: 340px;
        overflow: auto hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        display: block;
    }
    .wzfwllbox{
        padding: 0 !important;
        background-color: inherit;
    }
    .yssx-show2.wzjsbj{
        background-image: none;
            background: #f2f2f2;
    }
    .newretail-show3boxnr.wzjsty .newretail-show3box-item .newretail-show3box-m{
        min-height: 162px;
    }
    .wzjs-show1-r {
        margin-left: 0;
    }
    .wzjs-show1 {
        gap: 10px;
    }
    .wzjs-show1-item {
        flex-direction: column;
        width: 48%;
    }
    .wzjs-show1-item>img {
        width: 40px;
    }
    .wzjs-show1-r .wzjs-show1-r-ms{
        font-size: 14px;
        line-height: 20px;
    }
    .wzjs-show1-r .wzjs-show1-r-title{
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
        text-align: center;
    }
    .ygsc-nritem .ygsc-nr-bubox{
        min-height: 160px;
    }
    .ygsc-nritem {
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
    }
    .ygsc-nritem .ygsc-nr-ms{
        font-size: 16px;
        line-height: 20px;
        white-space: pre-wrap;
        width: 170px;
        padding-bottom: 10px;
    }
    .ygsc-nritem .ygsc-nr-title{
        font-size: 18px;
        line-height: 24px;
    }
    .ygsc-nrnav {
        gap: 30px;
        overflow: auto hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        width: 100%;
            scrollbar-width: none;
    -ms-overflow-style: none;
    }
    .ygsc-nrnav::-webkit-scrollbar{
        display: none;
    }
    .ygsc-show5b-item>img{
        width: 40px;
    }
    .ygsc-show5b-nav{
        gap: 30px;
        overflow: auto hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        width: 100%;
            scrollbar-width: none;
    -ms-overflow-style: none;
    }
    .ygsc-show5b-nav::-webkit-scrollbar{
        display: none;
    }
    .yssx-show2.ygsc-show2 {
        background-image: none;
    }
    .ygsc-show2b-nav{
        padding: 0;
        margin: 10px 0 0 0;
    }
    .ygsc-show2b-right>img{
        width: 100%;
    }
    .ygsc-show2b-left{
        display: none;
    }
    .ygsc-show2b-itb{
        flex-direction: column;
    }
    .ygsc-topnav {
        overflow: auto hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        background: #c0b9b9;
        width: 100%;
            scrollbar-width: none;
    -ms-overflow-style: none;
    }
    .ygsc-topnav::-webkit-scrollbar{
        display: none;
    }
    .yssx-show2.hch-show2{
        background-image: none;
    }
    .hch-show1b-nav .hch-show1b-item{
        /* width: ; */
        white-space: wrap;
        width: 100%;
    }
    .hch-show1b-nav{
        overflow: auto hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 0;
            scrollbar-width: none;
    -ms-overflow-style: none;
        /* overflow: hidden; */
    }
    .hch-show1b-nav::-webkit-scrollbar{
        display: none;
    }
    .hch-show1b-nav .hch-show1b-item .hch-show1b-num {
        font-size: 18px;
        line-height: 20px;
        width: 200px;
    }
    .hch-show1b-nav .hch-show1b-item .hch-show1b-title{
        font-size: 16px;
        line-height: 20px;
    }
    .yssx-morbox .yssx-mor .yssx-morewm {
        left: -50px;
        top: -78px;
    }
    .yybox, .hzjmbox{
        width: 90%;
    }
    .newscon {
        margin: 20px 0;
    }
    .newscon-item a .newsconbox .newsconbox-l-content .newsconbox-l-c-m {
        font-size: 15px;
        height: 20px;
        -webkit-line-clamp: 1;
    }
    .newscon-item a .newsconbox .newsconbox-l-content .newsconbox-l-c-t {
        font-size: 16px;
    }
    .newscon-item a .newsconbox .newsconbox-l-content {
        width: calc(100% - 36px);
        padding-right: 0;
    }
    .newscon-item a .newsconbox .newsconbox-l-time .newsconbox-l-m {
        font-size: 14px;
    }
    .newscon-item a .newsconbox .newsconbox-l-time .newsconbox-l-t {
        font-size: 20px;
        line-height: 20px;
    }
    .newscon-item a .newsconbox .newsconbox-l-time {
        width: 26px;
    }
    .newsSwiper .swiper-button-prev, .swiper-rtl .swiper-button-next{
        top: 30px;
        left: inherit;
        right: 50px;
        width: 40px;
        height: 40px;
    }
    .newsSwiper .swiper-button-next, .swiper-rtl .swiper-button-prev{
        top: 30px;
        left: inherit;
        right: 0;
        width: 40px;
        height: 40px;
    }
    .news-slide .news-left .news-ms{
        font-size: 15px;
        -webkit-line-clamp: 2;
    }
    .news-slide .news-left .news-title {
        font-size: 16px;
        line-height: 16px;  
        padding: 15px 0 10px 0;
    }
    .news {
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .news-slide .news-left .news-l-time .news-l-ty {
        line-height: 14px;
    }
    .news-slide .news-left .news-l-time .news-l-td {
        font-size: 18px;
        line-height: 20px;

    }
    .news-slide .news-left .news-l-time{
        width: 56px;
    }
    .news-slide .news-right>img {
        height: 200px;
    }
    .news-slide .news-right {
        width: 100%;
    }
    .news-slide .news-left {
        width: 100%;
    }
    .news-slide{
        flex-direction: column;
        gap: 10px;
    }
    .pagination {
        justify-content: center;
        margin-top: 10px;
    }
    .cases-nrbox .cases-nrbox-item a .cases-nr-con {
        padding: 5px 0;
    }
    .cases-nrbox .cases-nrbox-item {
        margin-bottom: 20px;
    }
     .cases-nr-wf{
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        gap: 0;
    }
    .cases-nrbox .cases-nrbox-item a .cases-nr-con .cases-nr-but .cases-nr-wf .cases-nr-wf-nav:nth-child(1),    .cases-nrbox .cases-nrbox-item a .cases-nr-con .cases-nr-but .cases-nr-wf .cases-nr-wf-nav:nth-child(2){
        display: block;
    }
    .cases-nr-but>img{
        display: none;
    }
    .cases-nrbox .cases-nrbox-item a .cases-nr-con .cases-nr-but .cases-nr-wf .cases-nr-wf-nav{
        display: none;
        font-size: 12px;
        padding: 4px 5px;
        margin-right: 0;
        width: 48%;
        text-align: center;
            white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .pagination li{
        padding: 4px 14px;
        display: none;
    }
    .pagination li:first-child, .pagination li:last-child{
        display: block;
    }
    .cases-nrbox .cases-nrbox-item a .cases-nr-con .cases-nr-title {
        font-size: 16px;
    }
    .cases-nrbox .cases-nrbox-item a>img{
        height: 100px;
    }
    .casesbox .cases-top {
        padding-bottom: 20px;
    }
    .casesbox .cases-top .cases-t-left {
        font-size: 20px;
    }
    .casesbox .cases-top .cases-t-r{
        display: none;
    }
    .cases {
        margin: 70px 0 20px 0;
    }
    .upnext ul li {
        font-size: 16px;
        margin-top: 10px;
        line-height: 20px;
    }
    .nshowbox-zx .nshowbox-zxbox .nshowbox-zx-item a .nshowbox-zxpic>img{
        height: 100px;
    }
    .yssx-mor>img{
        width: 30px;
    }
    .yssx-show4-pic.jbb-pic {
        padding-bottom: 0;
    }
    .yssx-show2.jbb-show2{
        background-image: none;
    }
    .yssx-show3b-item .yssx-show3b-title{
        font-size: 16px;
        line-height: 20px;
        padding-top: 10px;
    }
    .yssx-show3b-item {
        width: 49%;
        margin-top: 20px;
    }
    .yssx-show3b-item:nth-child(1){
        margin-top: 0;
    }
    .yssx-show3b-item:nth-child(2){
        margin-top: 0;
    }
    .yssx-mor span {
        color: #ffffff;
    }
    .yssx-mor{
        margin-bottom: 0px;
        margin-top: 10px;
        padding: 6px 20px;
        font-size: 13px;
        background: #3D8EF2;
    }
    .yssx-show2box .yssx-bt{
        color: #303030;
    }
    .yssx-show2{
        background-image: none;
    }
    .yssx-show5b-nav .yssx-show5b-item>img{
        width: 40px;
    }
    .yssx-show2b-nav{
        align-items: normal;
    }
    .yssx-show2b-item{
        width: 49%;
        margin-bottom: 10px;
    }
    
    .yssx-show2b-buttbox .yssx-show2b-butt{
        line-height: 15px;
        font-size: 15px;
    }
    .yssx-show2b-buttbox .yssx-show2b-ms{
        font-size: 14px;
        padding: 10px 0;
        line-height: 20px;
        height: 180px !important;
    }
    .yssx-show2b-buttbox .yssx-show2b-title {

        font-size: 16px;

        line-height: 20px;
    }
    .yssx-show3b-nav{
        flex-wrap: wrap;
    }
    .yssx-show2b-buttbox {
        padding: 20px 10px 10px 10px;
    }
    .yssx-show5b-item .yssx-show5b-r .yssx-show5b-t-ms {
        font-size: 14px;
        line-height: 20px;
    }
    .yssx-show5b-item .yssx-show5b-r .yssx-show5b-t-title{
        font-size: 16px;
        line-height: 25px;
        padding-top: 10px;
    }
    .yssx-show5b-nav .yssx-show5b-item{
        width: 50%;
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }
    .yssx-show5b-nav{
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .yssx-show1b-nav .yssx-show1b-item .yssx-show1b-title{
        font-size: 14px;
        line-height: 30px;
    }
    .yssx-show1b-nav .yssx-show1b-item .yssx-show1b-num{
        font-size: 24px;
        line-height: 28px;
    }
    .yssx-show1b-nav .yssx-show1b-item{
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
    .yssx-show1b-nav .yssx-show1b-item:nth-child(3), .yssx-show1b-nav .yssx-show1b-item:nth-child(4){
        margin-bottom: 0;
    }
    .yssx-show1b-nav{
        flex-wrap: wrap;
        padding: 0;
        padding-bottom: 0;
    }
    .yssx-bt{
        font-size: 18px;
        line-height: 20px;
        padding: 25px 0;
    }
    .yssxbox .yssxbox-left .yssxbox-buttbox .yyysbut{
        margin-right: 15px;
        padding: 2px 20px !important;
    }
    .yssxbox .yssxbox-left .yssxbox-buttbox{
        font-size: 14px;
    }
    .yssxbox .yssxbox-left .yssxbox-l-ms {
        font-size: 14px;

        line-height: 20px;
        padding: 10px 0 30px 0;
    }
    .yssxbox .yssxbox-left .yssxbox-l-title {
        font-size: 20px !important;
        padding-top: 10px;
        line-height: 28px !important;
    }
    .yssx{
        padding: 20px 0;
    }
    .yssxbox .yssxbox-right>img{
        width: 100% !important;
        display: none;
    }
    .yssxbox{
        flex-direction: column-reverse;
        margin-top: 40px;
    }
    .newretail-show3box-item>img{
        width: 40px;
    }
    .newretail-show3box-item .newretail-show3box-ms{
        font-size: 14px;
    }
    .newretail-show3box-item .newretail-show3box-title{
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
    }
    .newretail-show3box-item {
        width: 48%;
        margin-bottom: 10px;
        padding: 10px;
    }
    .newretail-show3box-more {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin: 20px auto;
        padding: 0 20px;
    }
    .newretail-show2nr-right .newretail-show2nr-r-li .newretail-show2nr-r-li-t>img{
        width: 40px;
    }
    .newretail-show2nr-right .newretail-show2nr-r-li .newretail-show2nr-r-m {
        font-size: 13px;
        line-height: 18px;
        padding-left: 46px;

    }
    .newretail-show2nr-right .newretail-show2nr-r-li .newretail-show2nr-r-li-t {
        font-size: 13px;
    }
    .newretail-show2nr-right{
        width: 100%;
    }
    .newretail-show2nr-left{
        width: 100%;
    }
    .newretail-show2nr{
        flex-direction: column;
    }
    .newretail-btbox{
        /* padding: 20px 0 10px 0; */
    }
    .newretail-btbox .newretail-ms{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
        margin-top: 8px;
    }
    .newretail-btbox .newretail-bt{
        font-size: 16px;
    line-height: 30px;
        margin-top: 30px;

    }
    .rborder {
        display: none;
    }
    .newretail-show1nr-left .newretail-li{
        min-height: 120px;
        padding: 10px;
        margin-top: 10px;
        
        width: 48%;
    }
    .newretail-show1nr-left{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .newretail-show1nr-center{
        display: none;
    }
    .newretail-show1nr{
        flex-direction: column;
    }
    .jrwmnr-item .jrwm-con{
        width: 90%;
    }
    .jrwmnr .jrwmnr-item ul li>img{
        width: 20px;
    }
    .jrwmnr .jrwmnr-item ul{
        justify-content: space-between;
    }
    .jrwmnr .jrwmnr-item ul li.sj-no{
        display: none;
    }
    .jrwmnr .jrwmnr-item ul li{
        font-size: 14px;
        width: auto;
    }
    .jrwmnr .jrwmnr-item ul li:nth-child(1) {
        width: 100px;
    }
    .mark-box{
        display: none;
    }
    .lxwm-c-l-telbox>img{
        width: 20px;
    }
    .lxwm-c-l-item{
        margin-bottom: 20px;
    }
    .lxwm-c-l-item .lxwm-c-l-telbox{
        padding-top: 10px;
    }
    .lxwm-c-l-telbox .lxwm-c-l-tel{
        font-size: 14px;
        line-height: 18px;
    }
    .lxwm-c-l-title {
        font-size: 16px;
        line-height: 24px;
    }
    .hxzznr-item{
        height: auto;
        padding: 80px 40px;
    }
    .hxzznr-item .hxzznr-bt{
        padding-bottom: 0;
    }
    .hxzznr-item .hxzznr-ms{
        font-size: 16px;
        line-height: 20px;
        width: 150px;
    }
    .hxzznr {
        white-space: nowrap;
        overflow: auto hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .hx-top{
        margin: 20px 0 30px 0;
        font-size: 18px;
        line-height: 24px;
        padding: 15px 20px;
    }
    .qw-btbox-right .qw-btbox-r-item span{
        font-size: 14px;
    }
    .qw-btbox-r-item .qw-dw{
        margin-bottom: 0;
        font-size: 14px;
        line-height: 14px;
        padding: 4px 10px;
        margin-bottom: 10px;
    }
    .qw-btbox-right .qw-btbox-r-item .sp3 {
        font-size: 32px !important;
        line-height: 40px;
    }
    .qw-btbox-right{
        flex-wrap: wrap;
        padding-top: 10px;
    }
    .qw-btbox-right .qw-btbox-r-item{
        margin-left: auto;
        width: 50%;
            margin-top: 10px;
    }
    .sj-qw-btbox{
        flex-direction: column;
        align-items: normal;
    }
    .khjznr .khjznr-item>img {
        height: 70px;
    }
    .qwSwiper .swiper-button-next{
        width: 40px;
        height: 40px;
        top: 26px;
    }
    .qwSwiper .swiper-button-prev{
        right: 56px;
        width: 40px;
        height: 40px;
        top: 26px;
    }
    .qw-btbox {
        padding: 10px 0 20px 0;
    }
    .qw-btbox .qw-btbox-left {
        font-size: 22px;
        line-height: 32px;
    }
    .gsjjbox span {
        font-size: 14px !important;
        line-height: 20px !important;

    }
    .gsjjbox{
        width: auto !important;
        margin-top: 30px;
    }
    .scroll-container{
        height: auto;
    }
    section{
        min-height: auto;
        padding: 20px 0;
    }
    .nshowbox-zx{
        padding-bottom: 20px;
    }
    .nshowbox-zx .nshowbox-zxbox .nshowbox-zx-item a .nshowbox-zxbutt{
        font-size: 15px;
    }
    .nshowbox-zx .nshowbox-zxbox{
        gap: 10px;
    }
    .nshowbox-zx .nshowbox-zxbox .nshowbox-zx-item{
        width: 48%;
    }
    .nshowbox-zx .nshowbox-zx-title {
        font-size: 22px;
        line-height: 26px;
        margin: 30px 0;

    }
    .nshowbox .nshowbox-content{
        padding: 15px 0;
        font-size: 16px;
    }
    .nshowbox .nshowbox-ms{
        font-size: 16px;
        line-height: 18px;
        padding: 10px 0;
    }
    .nshowbox .nshowbox-title{
        font-size: 18px;
        line-height: 22px;
        margin-top: 30px;
    }
    .newretailwzbox .newretailwz .newretailwz-butt{
        font-size: 12px !important;
        padding: 2px 10px ;
        margin-top: 10px;
        display: none;
    }
    .newretailwzbox .newretailwz .newretailwz-ms {
        font-size: 13px;
        line-height: 20px;
        padding: 10px 0 !important;

        display: none;
    }
    .newretailwzbox .newretailwz .newretailwz-title{
        font-size: 22px !important;
        line-height: 26px;
    }
    .newretailbanner img{
        height: 120px;
    }
    .newretailwzbox .newretailwz{
        top: -72px !important;
        left: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .newretailwzbox.buildwzbox .newretailwz.buildwz{
        top: -72px !important;
    }
    .newretailbanner.buildbanner img{
        height: 120px;
    }
    .show1nr-right .show1nr-l-pic:nth-child(1) .show1nr-box{
        margin-bottom: 0;
    }
    .show1nr-right .show1nr-l-pic:nth-child(2) .show1nr-box{
        margin-bottom: 0;
    }
    .show-titlebox .show-more .show-m-b a{
        padding: 3px 16px;
    }
    .show-titlebox .show-more .show-m-b a>img{
        display: none;
    }
    .show2nr-r-title>img{
        width: auto !important;
    }
    .show2nr-r-c-item{
        padding-bottom: 10px;
    }
    .hr_h .hr_ah{
        width: 20%;
    }
    .show2-nav .show2-nav-item.cpactive{
        background: #3D8BF2;
    }
    .show2-nav .show2-nav-item::before{
        content: none;
    }
    .show2-nav .show2-nav-item .sp{
        font-size: 15px;
    }
    .show2-nav .show2-nav-item .spc{
        font-size: 15px !important;
    }
    .show2-nav .show2-nav-item{
        margin-right: 10px;
        margin-left: 0;
        overflow: visible; 
        transition: none;
        z-index: inherit;
    }
    .show2-nav {
        overflow: auto hidden;
        white-space: nowrap;
        margin-bottom: 16px;
         scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
    }
    .show2-nav::-webkit-scrollbar{
        display: none;
    }
    .show4{
        margin-bottom: 20px;
    }
    .footbox-r-ewm {
        width: 80%;
        margin: 0 auto;
        margin-top: 10px;
        
    }
    .footbox-right .footbox-r-ewm .footbox-r-e-item .footbox-r-e-title {
        font-size: 14px !important;
        line-height: 20px !important;
        padding: 0 !important;
        padding-top: 10px !important;
        text-align: center;
        width: 110px;
        
    }
    .footbox .footbox-top .footbox-left .footbox-l-adress{
        font-size: 12px;
    }
    .footbox .footbox-top .footbox-left .footbox-l-tel{
        font-size: 22px;
    }
    .footbox .footbox-top .footbox-t-l-t{
        font-size: 20px;
    }
    .footbox .footbox-top .footbox-left .footbox-l-adress {
        font-size: 14px;

        line-height: 20px;
        margin-bottom: 10px;
    }
    .foot {
        
        padding: 20px 0 0 0;
    }
    .footbox-bottom .footbox-b-right a span{
        font-size: 12px;
    }
    .footbox-bottom .footbox-b-left{
        font-size: 12px;
    }
    .footbox-bottom .footbox-b-right a{
        padding-left: 0;
        font-size: 12px;
    }
    .footbox-b-right{
        flex-direction: column;
    }
    .footbox-bottom {
        flex-direction: column;
        padding: 10px 0;
    }
    .footbox-right {

        margin-left: 0px;
    }
    .footbox-r-e-item{
        /* width: 48%; */
        flex-direction: column;
        align-items: normal;
    }
    .footbox-leftbox{
        flex-direction: column;
        align-items: inherit;
    }
    .footbox-t-right {
    
        width: 100%;
    }
    .footbox-t-left {
        
        width: 100%;
    }
    .footbox-top{
        flex-direction: column;
    }


    .bannerSwiper .swiper-button-prev,.bannerSwiper .swiper-button-next{
        display: none;
    }
    .bannerSwiper .swiper-pagination-fraction{
        display: none;
        /* width: 100px;
        font-size: 12px;
        padding: 10px 15px; */
    }
    .banner-slide{
        height: auto;
    }
    .show4nr-left a .show4nr-l-box {
        padding-bottom: 10px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .show4nr .show4nr-left .show4nr-l-content {
        width: calc(100% - 40px);
        padding-right: 0;
    }
    .show4nr .show4nr-left .show4nr-l-time {
        width: 20px;
    }
    .show4nr .show4nr-left .show4nr-l-time .show4nr-l-m{
        font-size: 12px

    }
    .show4nr .show4nr-left .show4nr-l-time .show4nr-l-t{
        font-size: 20px;
        line-height: 20px;
    }
    .show4nr .show4nr-left .show4nr-l-content .show4nr-l-c-m {
        font-size: 15px;
        -webkit-line-clamp: 1;
    }
    .show4nr .show4nr-left .show4nr-l-content .show4nr-l-c-t{
        font-size: 16px;
        padding-bottom: 0px;
    }
    .show4nr-r-con .show4nr-r-content {
        width: calc(100% - 120px);
    }
    .show4nr-r-con .show4nr-r-c-time .show4nr-r-c-m{
        font-size: 12px;
    }
    .show4nr-right .show4nr-r-con .show4nr-r-c-time .show4nr-r-c-t {
        font-size: 20px;
        line-height: 20px;
    }
    .show4nr-right .show4nr-r-con .show4nr-r-c-time{
        width: 20px;
    }
    .show4nr-r-con .show4nr-r-content .show4nr-r-c-mc {
        font-size: 15px;
        line-height: 20px;
        -webkit-line-clamp: 1;
    }
    .show4nr-r-con .show4nr-r-content .show4nr-r-c-name{
        font-size: 16px;
    }
    .show4nr-r-con .show4nr-more a {
        font-size: 13px;
        padding: 22px 8px;
    }
    .show4nr-r-con .show4nr-more{
        width: 70px;
    }
    .show4nr-right .show4nr-rightbox .show4nr-r-pic img{
        height: 180px;
    }
    .show4nr .show4nr-right .show4nr-rightbox{
        margin-left: 0;
        padding: 0;
        margin-bottom: 10px;
        border-left: inherit;
    }
    .show4nr .show4nr-right{
        width: 100%;
    }
    .show4nr .show4nr-left{
        width: 100%;
    }
    .show4nrbox {
        flex-direction: column-reverse;
    }
    .show3nr-r-content .show3nr-r-item{
        border: inherit;
    }
    .show3nr-right .show3nr-r-title{
        font-size: 20px;
    }
    .show3nr-r-content{
        margin: 10px 0 10px 0;
    }
    .show3nr-more a {
        font-size: 13px;
    }
    .show3nr-c-more{
        text-align: center;
        margin-top: 0;
    }
    .show3nr-c-more a{
        font-size: 12px;
        margin: 0 auto;
        display: block;
        width: 100px;
        padding: 4px 20px;
        color: #000000;
        border: 1px solid #000000;
    }
    .show3nr-content .show3nr-c-item .show3nr-cbox .show3nr-cb-it .show3nr-cb-itbt{
        padding-top: 0;
        font-size: 15px;
            color: #000000;
                margin-top: 6px;
    }
    .show3nr-content .show3nr-c-item .show3nr-c-ms {
        font-size: 14px;
        line-height: 22px;

        padding: 10px 0 10px 0;
            color: #000000;
    }
    .show3nr-content .show3nr-c-item .show3nr-c-title{
        font-size: 18px;
            color: #000000;
    }
    .show3nr-content .show3nr-c-item .show3nr-cbox .show3nr-cb-it{
        width: 25%;
            margin-bottom: 10px;

    }
    .show3nr-content .show3nr-c-item .show3nr-cbox .show3nr-cb-it>img{
        filter: drop-shadow(-150px 0 #3d8bf2);
        transform: translateX(150px);
    }
    
    .show3nr-content .show3nr-c-item .show3nr-cbox .show3nr-cb-it>img{
        width: 20px;
    }
    .show3nr-content .show3nr-c-item .show3nr-cbox{
        flex-wrap: wrap;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f2f2;
    }
    .show3{
        height: auto;
        background-size: 100%;
        background-image: none !important;
    }
    .show3box .show-titlebox .show-left{
        color: #303030;
    }
    .show3nr-content .show3nr-c-item{
        padding: 0;
    }
    .show3nr-left .show3nr-l-nav .show3nr-l-item{
        width: 23%;
        font-size: 13px;
        /* border: 1px solid #ffffff; */
        border-radius: 6px;
        margin: 4px 0 0 0;
        background: #f2f2f2;
        color: #000000;
    }
    .show3nr-left .show3nr-l-nav .show3nr-l-item.hyactive{
        /* border: 1px solid transparent; */
        color: #ffffff;
    }
    .show3nr-left .show3nr-content{
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
        border-radius: 6px;
        padding: 20px;
        background: #f2f2f2;
    }
    .show3nr-left .show3nr-l-nav{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        min-height: auto;
        gap: 5px;
        border-radius: 6px;
        background: #f2f2f2;
    }
    .show3nr-right{
        width: 100%;
        border-radius: 6px;
        margin-top: 10px;
        background: #0000004a;
        padding: 14px;
    }
    .show3nr-left {
        width: 100%;
        flex-direction: column;
    }
    .show3nr{
        flex-direction: column;

        overflow: hidden;
    }
    .show2 {
        margin-bottom: 10px;
    }
    .show2nr-more a{
        padding: 4px 20px !important;
        width: 100px;
        font-size: 13px !important;
        display: block;
        margin:  0 auto;
    }
    .show2nr-right .show2nr-r-content {
        padding: 20px 0 !important;
    }
    .show2nr-more{
        text-align: center;
    }
    .show2nr-right .show2nr-r-content .show2nr-r-c-item span{
        font-size: 14px !important;
        line-height: 18px;
    }
    .show2nr-right .show2nr-r-ms{
        font-size: 15px !important;
        line-height: 22px !important;
        padding: 10px 0 !important;
    }
    .yysx-logo{
        width: 90px;
    }
    .show2nr-r-title{
        text-align: center;
        margin-top: 20px;
    }
    .show2nr .show2nr-right{
        width: 100%;
        padding: 0 10px;
    }
    .show2nr .show2nr-left{
        width: 100%;
    }
    .show2nr{
        flex-direction: column;
    }
    .logo-icon{
        width: 80px;
    }
    
   .logonew-icon{ width:90px;
    }
    
    .headbox{
        padding: 10px 0;
    }
    .show1nr-right .show1nr-l-pic{
        width: 48.5%;
        margin-top: 10px;
    }
    .show1nr-right .show1nr-l-pic .show1nr-box{
        /* border-radius: 10px; */
        height: 108px;
        padding: 10px;
        background-size: 100%;
    }
    .show1nr-right{
        width: 100%;
        padding-left: 0;
        gap: 0;
        justify-content: space-between;
    }
    .show1nr-l-pic .show1nr-box .show1nr-title-nav .show1nr-t-n-tiem span{
        font-size: 13px;
    }
    .show1nr-l-pic .show1nr-box .show1nr-title{
        font-size: 18px;
    }
    .show1nr-l-pic .show1nr-box .show1nr-title-nav{
        transform: translateY(0);
        opacity: 1;
        display: none;
    }
    .show1nr-left .show1nr-l-pic .show1nr-box{
        /* border-radius: 10px; */
        /* height: 250px; */
        padding: 10px;
        /* background-size: 100% 100%; */
        height: 0;
        padding-bottom: 92.25%;
        background-size: cover;
        background-position: center;
    }
    .show1nr-left .show1nr-l-pic .show1nr-box:hover{
        background-size: 110% 110%;
    }
    .show1nr-left{
        width: 100%;
    }
    .show1nr{
        flex-wrap: wrap;
    }
    .show-titlebox{
        padding: 30px 0;
    }
    .show-titlebox .show-more .show-m-b a span{
      
        font-size: 12px;
    }
    .show-titlebox .show-left .show-l-m{
        font-size: 18px !important;
        line-height: 18px;
    }
    .show-titlebox .show-left .show-l-t{
        font-size: 20px !important;
        line-height: 30px !important;

    }
    /* .container{
        max-width: 100% !important;
    } */
    
    
    
    .pc-show{
        display: none;
    }
    .sj-show{
        display: block;
    }
    .sj-fl{
        display: flex;
    }
}


@media screen and (max-width:1700px){
    /* .container{
        max-width: 96%;
    } */
    .newretailwzbox .newretailwz .newretailwz-ms {
        padding: 20px 0 30px 0;
    }
    
    .newretailwzbox .newretailwz {
        top: -346px;
        left: 130px;
    }
    .newretailwzbox .newretailwz.xtkfbl {
        top: -250px;
    }
}
@media screen and (max-width:1550px){
    .casesbox .cases-top .cases-t-r {
        font-size: 100px;
    }
     .xcxkf-show3boxnr {
    gap: 14px;
}
}
@media screen and (max-width:1500px){
   
    
    .nshowbox-zx .nshowbox-zxbox {

        gap: 15px;
    }
    .newretailwzbox .newretailwz {
    top: -320px;
        
    }
}
@media screen and (max-width:1440px){
    .headbox .headbox-right .headbox-r-more .headbox-r-world {
        margin-left: 20px;
    }
    /* .container{
        max-width: 98%;
    } */
    .newretailwzbox .newretailwz.newxwle{
        top: -260px;
    }
    .wzfwllbox{
        padding: 30px 0;
    }
    .wzjsfwbox .wzjsfw {
    padding-bottom: 340px;
    overflow: auto hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    display: block;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.wzjsfwbox .wzjsfw::-webkit-scrollbar{
    display: none;
}
.wzjsfwbox .wzjsfw>.wzjsfw-item {
    /* background: #bbbbbb; */
    font-size: 16px;
    width: 124px;
    display: inline-block;
    /* margin-right: 63px; */
    margin-right: 36px;
}
.wzjsfwbox .wzjsfw .wzjsfw-item>img{
    right: -30px;
}
.wzjsfwbox .wzjsfw .wzjsfw-item::after{
    left: 112px;
}
    .casesbox .cases-top .cases-t-r{
        font-size: 100px;
    }
    .casesbox .cases-top .cases-t-left{
        font-size: 30px;
    }
    .headbox .headbox-right .headbox-r-nav .headbox-r-item a{
        font-size: 20px;
    }
   .headbox .headbox-right .headbox-r-nav .headbox-r-item{
        margin: 0 20px;
   }

   .qw-btbox .qw-btbox-left {
    font-size: 46px;
}

.hxzznr-item .hxzznr-ms{
    font-size: 30px;
    line-height: 40px;
}
.hxzznr-item{
    width: 350px;
    height: 350px;
}

.yssxbox .yssxbox-left .yssxbox-l-title {
    font-size: 40px;
}
}
@media screen and (max-width:1410px){
    .newretailwzbox .newretailwz .newretailwz-title {
        font-size: 30px;

    }
    .newretailwzbox .newretailwz .newretailwz-ms {
        padding: 10px 0 10px 0;
    }
    .newretailwzbox .newretailwz {
        top: -300px;
        left: 100px;
    }
    /* .show1nr-right{
        gap: 6px;
    }
    .show1nr-left .show1nr-l-pic .show1nr-box{
        height: 470px;
    }
    .show1nr-right .show1nr-l-pic .show1nr-box{
        height: 232px;
    } */
}
@media screen and (max-width:1380px){
    .footbox-t-left {
        width: 64%;
    }
    .footbox-t-right {
        width: 36%;
    }
}
@media screen and (max-width:1360px){
    .ul-l .ul-l-r .ul-l-nav .ul-l-n-box .ul-l-n-b-item a {
        font-size: 16px;
    }
    .newretailwzbox .newretailwz {
        top: -270px;
     
    }
}
@media screen and (max-width:1300px){
    

.xtkf-show3boxnr .xtkf-show3-item {
    width: 11%;

}
    .yytg-show1nr-nav {
    gap: 10px;
}
    .nshowbox-zx .nshowbox-zxbox {

        gap: 12px;
    }
    /* .container{
        max-width: 100%;
    } */
    .ul-l .ul-l-r .ul-l-nav .ul-l-n-box .ul-l-n-b-item a {
            font-size: 16px;
    }
    .qw-btbox .qw-btbox-left {
        font-size: 32px;
    }
}
@media screen and (max-width:1260px){
    .yssxbox .yssxbox-right>img {
    width: 640px;
}
    .footbox-right .footbox-r-ewm .footbox-r-e-item .footbox-r-e-title {
        font-size: 15px;
        color: #A4A4A4;
        line-height: 24px;
        padding: 0 4px;
    }

}
@media screen and (max-width:1240px){
    
    .newretailwzbox .newretailwz.newxwle{
        top: -236px;
    }
    .newretailwzbox .newretailwz{
        width: 46%;
    }
    .newretailwzbox .newretailwz .newretailwz-butt{
        font-size: 12px;
    }
    .newretailwzbox .newretailwz .newretailwz-ms {
        /* padding: 10px 0 15px 0; */
    }
    .newretailwzbox .newretailwz {
        top: -275px;
        left: 80px;
    }
    .newretailwzbox .newretailwz.xtkfbl {
        top: -200px;
    }
}
@media screen and (max-width:1220px){
    
    .newretailwzbox .newretailwz {
        top: -254px;
       
    }
    .ul-l.ul-l-nnh{
        width: 40%;
        /* display: none; */
    }
    .ul-l.ul-l-rnnh{
        width: 58%;
    }
    .ul-l .ul-l-r .ul-l-nav .ul-l-n-box .ul-l-n-b-item a {
            font-size: 14px;
    }
    .qw-btbox-right .qw-btbox-r-item .sp3 {
        font-size: 30px;
    }
    /* .qw-btbox .qw-btbox-left {
        font-size: 35px;
    } */
    .footbox-cen{
        margin-top: 10px;
    }
    .footbox-t-right{
        width: 100%;
        margin-top: 20px;
    }
    .footbox-t-left{
        width: 100%;
    }
    .footbox-top{
        flex-direction: column;
    }
    .show2-nav .show2-nav-item .spc {
        font-size: 14px;
    }
    .show2-nav .show2-nav-item .sp{
        font-size: 16px;
    }
    .show2-nav .show2-nav-item{
        padding: 4px 10px;
        margin-left: 15px;

    }
    
    .headbox .headbox-right .headbox-r-nav .headbox-r-item a{
        font-size: 18px;
    }
    /* .headbox .headbox-right .headbox-r-nav .headbox-r-item{
        margin: 0 4px;
   } */
   
}
@media screen and (max-width:1130px){
    .yssxbox .yssxbox-left .yssxbox-l-title {
        font-size: 30px;
     
        line-height: 40px;
    }
    .newretailwzbox .newretailwz.newxwle{
        top: -188px;
    }
    .newretailwzbox .newretailwz .newretailwz-ms{
        font-size: 13px;
    }
    .ygsc-show2b-left {
        margin-left: 0;
    }
    .animate__fadeInRight>img{
        width: 300px;
    }
    .hch-show1b-nav{
        gap: 10px;
    }
    .yssxbox .yssxbox-right>img {
        width: 500px;
    }
    .newretailwzbox .newretailwz .newretailwz-title {
        font-size: 22px;
    }
    .newretailwzbox .newretailwz {
        top: -220px;
    }
    .newretailwzbox .newretailwz.xtkfbl {
    top: -170px;
}
}

@media screen and (max-width:1110px){
    .newretailwzbox .newretailwz {
        top: -206px;
    }
    .qw-btbox-right .qw-btbox-r-item {
        margin-left: 24px;
    }
    .qw-btbox-right .qw-btbox-r-item .sp3 {
        font-size: 24px;
    }
    .qw-btbox-r-item .qw-dw {
        font-size: 13px;
    }
    .qw-btbox .qw-btbox-left {
        font-size: 30px;
    }
    .gsjjbox{
        width: 100%;
    }
    .gsjjbox span {
        font-size: 22px;
    }
    .casesbox .cases-top .cases-t-r{
        font-size: 80px;
    }
    .casesbox .cases-top .cases-t-left{
        font-size: 25px;
        line-height: 34px;
    }
    .show2nr-right .show2nr-r-content {
        padding: 20px 0 25px 0;
    }
    .show2nr-more a {
        font-size: 13px;
    }
    .show2nr-right .show2nr-r-ms{
        font-size: 15px;
    }
    .show2nr-right .show2nr-r-content .show2nr-r-c-item span{
        font-size: 15px;
    }
}

@media screen and (max-width:1020px){
    .wzjs-show1 {
        gap: 14px;
    }
    .nshowbox-zx .nshowbox-zxbox {

        gap: 10px;
    }
    .ul-l.ul-l-nnh{
        /* width: 40%; */
        display: none;
    }
    .ul-l.ul-l-rnnh{
        width: 80%;
     
    }
    .yssx-show2b-buttbox .yssx-show2b-ms {
        height: 140px;
    }
    .yssxbox .yssxbox-left .yssxbox-buttbox .yyysbut{
        padding: 8px 20px;
    }
    .yssxbox .yssxbox-right>img {
        width: 470px;
    }
    .headbox .headbox-right .headbox-r-nav .headbox-r-item{
        margin: 0 10px;
   }
}

@media screen and (max-width:950px){
    .show2-nav .show2-nav-item .spc {
    font-size: 12px;
}
    .newretailwzbox .newretailwz {
        top: -200px;
    }
}
@media screen and (max-width:900px){
    .xtkf-show3boxnr .xtkf-show3-item {
    width: 10%;
}
    .nshowbox-zx .nshowbox-zxbox {

        gap: 6px;
    }
    .show-titlebox .show-left .show-l-t {
    font-size: 36px;
    line-height: 36px;

    }
    .newretailwzbox .newretailwz.newxwle {
        width: 70%;
    }
    .newretailwzbox .newretailwz.newxwle{
        top: -162px;
    }
    .newretailwzbox .newretailwz .newretailwz-butt {
        font-size: 13px;
    }
    .newretailwzbox .newretailwz .newretailwz-ms {
        font-size: 13px;
        line-height: 20px;
    }
        .newretailwzbox .newretailwz {
        top: -180px;
    }
    .newretailwzbox .newretailwz .newretailwz-title{
        font-size: 16px;
    }
    .qw-btbox-right .qw-btbox-r-item .sp3 {
        font-size: 20px;
    }
    .qw-btbox-r-item .qw-dw {
        font-size: 12px;
    }
    .qw-btbox-right .qw-btbox-r-item {
        margin-left: 0;
    }
    .qw-btbox .qw-btbox-left {
        font-size: 22px;
    }
    .show2nr-more a{
        padding: 4px 20px;
    }
    .show2nr-right .show2nr-r-content .show2nr-r-c-item span {
        font-size: 14px;
    }
    .show2nr-right .show2nr-r-content {
        padding: 10px 0 15px 0;
    }
    .show2nr-right .show2nr-r-ms {
        font-size: 14px;
        padding: 5px 0;
    }
    .show2nr-r-title>img{
        width: 50px;
    }
    .show2-nav .show2-nav-item {
        padding: 4px 14px;
      
    }
  
    .headbox .headbox-right .headbox-r-nav .headbox-r-item a{
        font-size: 18px;
    }
       .yytg-show1nr-nav {
    gap: 6px;
}
}
@media screen and (max-width:850px){
 
    .casesbox .cases-top .cases-t-r {
        font-size: 60px;
    }
    
    .show2-nav .show2-nav-item .spc {
    font-size: 11px;
}
    .show-titlebox .show-left .show-l-t {
    font-size: 30px;
    line-height: 30px;
    
}
.show-titlebox .show-left .show-l-m {
    font-size: 20px;
}
    .yssxbox .yssxbox-left .yssxbox-buttbox .yyysbut{
        font-size: 15px;
        padding: 8px 10px;
    }
    .headbox .headbox-right .headbox-r-nav .headbox-r-item a{
        font-size: 16px;
    }
}
@media screen and (max-width:800px){
    
    .headbox .headbox-right .headbox-r-nav .headbox-r-item{
        margin: 0 4px;
   }
    .show2-nav .show2-nav-item {
        margin-left: 10px;
        padding: 4px 10px;
    }

}






/* @media screen and (min-width:1200px){
    .sj-show{
        display: none;
    }
} */


























