@charset "utf-8";a,b,blockquote,body,button,dd,del,div,dl,dt,em,form,h1,h2,h3,h4,h5,h6,html,i,input,label,li,ol,p,pre,select,span,strong,td,textarea,th,u,ul{margin:0;padding:0;word-break:break-all}
html{font-size:20px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:.8rem;vertical-align:baseline;outline:0;box-sizing:border-box;font-family:"Noto Sans SC",Arial,Tahoma,sans-serif}
h1,h2,h3,h4,h5,h6{font-weight:700}
body,p{line-height:1.6}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
a,li,ol,ul{list-style:none;text-decoration:none}
em,i{font-style:normal}
*{margin:0;padding:0}
button,input,select,textarea{outline:0;border:none;background:0 0;box-sizing: border-box;}
input:-ms-input-placeholder,input::-moz-placeholder,input::-webkit-input-placeholder{color:#999}
img{border:0;vertical-align:middle;max-width:100%}
/*img:not([src]),img[src=""]{opacity:0}*/
input,select{outline:0;border:none;background-color:transparent}
::-webkit-scrollbar{background-color: rgb(51 51 51 / 8%);width: 10px;overflow-y: scroll;height: 5px}
::-webkit-scrollbar-thumb{background:linear-gradient(270deg, #5856ed, #3370ff);border-radius:10px}
table{width:100%;empty-cells:show;background-color:transparent;border-collapse:collapse;border-spacing:0}
.hot{display:inline-block;margin-left:3px;padding:3px;line-height:10px;border-radius:2px;background-color:#fc0000;color:#fff;font-size:9px;position:absolute;top:7px;right:-10px}


a{color:#333;text-decoration:none}
.container{width:60rem;margin:0 auto}
.clearfix:after,.clearfix:before{content:"";display:table}
.clearfix:after{clear:both}
.tran{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}
.box-shadow{box-shadow:0 3px 3px 0 rgba(0,0,0,.1);-moz-box-shadow:0 3px 3px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,.1)}
.w-box-shadow{z-index:1000;-webkit-box-shadow:0 4px 10px 0 rgba(48,62,83,.06);box-shadow:0 4px 10px 0 rgba(48,62,83,.06)}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.h-ellipsis{-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;display:-webkit-box}
.flex{display:flex}
.more:hover{color: #059fff}

/*  head   */
header{position:relative}
header .top-nav{background-color:#fff;position:fixed;top:0;left:0;z-index:999;right:0;box-shadow: 0 4px 16px rgb(0 0 0 / 6%)}
header .top-nav>.container{height:3.5rem;justify-content:space-between;align-items: center}
header .top-nav .left{align-items:center}
header .top-nav .left .logo{width:6.5rem;height:2rem;position: relative;overflow: hidden}
header .top-nav .left .logo img{width:100%;height:100%}
header .top-nav .left .nav-menu{margin-left:1.8rem}
header .top-nav .left .nav-menu .nav-list{flex:auto}
header .top-nav .left .nav-menu>.nav-list>.list>a{line-height:3.5rem;display:block;height:3.5rem;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;position: relative}
header .top-nav .left .nav-menu>.nav-list>.list>a:after{content:'';position: absolute;bottom: 1px;left: 0;width: 0;height: 4px;background: linear-gradient(270deg, #5856ed, #3370ff);-webkit-transition:all .3s;transition: all .3s;}
header .top-nav .left .nav-menu>.nav-list>.list:hover>a:after{width: 100%}

header .top-nav .left .nav-menu>.nav-list>.list{height:3.5rem;}
header .top-nav .left .nav-menu>.nav-list>li{padding:0 1rem;cursor:pointer}
header .top-nav .left .nav-menu>.nav-list>li>a{font-size:.75rem;color:#333}
.nav>ul>li .sub:before{content:'';display:block;width:0;height:0;/* border-left:10px solid transparent; *//* border-right:10px solid transparent; */position: absolute;top: -10px;opacity: 0;-webkit-transition:opacity .3s;transition: opacity .3s;}
.nav>ul>li.active .sub::after{position: absolute;top: -30px;left:0;content: '';width: 100%;height: 30px;background-color: transparent;}
.nav>ul>li.active .sub:before{opacity: 1}
.nav li.drop .sub{left: 55%;}
.nav>ul>li.active .sub:before {border-bottom: 10px solid #ffffff;}
.nav-menu .sub *{color: #666;font-size: .7rem;position:relative}
.sub-wrap .sub-menu .menl:nth-child(2) dd:nth-child(2):before{
  content: "new";
  display: inline-block;
  margin-left: 3px;
  padding: 3px;
  line-height: 10px;
  border-radius: 2px;
  background-color: #fc0000;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: -3px;
  right: 57px;
}

.nav-menu .sub{position: absolute;left: 5px;z-index: 3;padding-top: 11px}
.nav-menu .sub .my-sub-title a:hover{color: #3370ff}
.sub-wrap .sub-menu-title:hover{color: #666}
.sub{display: none;box-shadow: 0 -2px 10px rgba(0,0,0,.1)}
.sub-wrap{background-color: #fff;display: -webkit-flex;display: flex;border-radius: 4px;}
.sub-wrap:before{content:'';border-color: transparent transparent #fff transparent;border-width: 8px 10px;border-style: solid;position: absolute;top: -16px}
.sub-wrap .sub-menu-title{color:#11111a;border-bottom: 1px solid #e5e5e5;padding-bottom: 15px;margin-bottom: 10px;font-weight: 700}
.sub-wrap .sub-menu-desc{line-height: 1.8em;}
.sub-wrap .sub-menu{padding: 25px 25px 20px 35px ;white-space:nowrap}
.sub-wrap .sub-desc{padding: 25px 30px 20px 25px;border-radius: 0 4px 4px 0;flex: none;max-width: 13.75rem;background-color: #f5f7fa;}
.sub-menu dl{display: inline-block;vertical-align: top;min-width: 8.5rem;margin-right: 1.25rem}
.sub-menu dl:last-child{margin-right: 0}
.sub-menu dd a{line-height: 2.2em;}
.nav-menu li:nth-child(6) .sub{left: 20%;}
.nav-menu li:nth-child(7) .sub{left: 96%;transform: translateX(-50%)}
.nav-menu li:nth-child(3) .sub-wrap:before{left: 11.25rem;}
.nav-menu li:nth-child(4) .sub-wrap:before{left: 17rem;}
.nav-menu li:nth-child(5) .sub-wrap:before{left: 22.5rem;}
.nav-menu li:nth-child(6) .sub-wrap:before{left: 20.25rem;}
.nav-menu li:nth-child(7) .sub-wrap:before{left: 6.25rem;}
.nav-menu li:hover .sub:before{visibility: visible}





header .top-nav .left .nav-menu>.nav-list>li:hover .more-list{display:block}
header .top-nav .right{align-items:center}
header .top-nav .right .phone{align-items:center}
header .top-nav .right .phone-icon{display:block;background:url(../image/phone.png);width:23px;height:23px;margin-right: .5rem;background-size: cover}
header .top-nav .right .phone-num{font-size:.9rem;color:#333}
header .top-nav .right .login{margin-left:1.5rem}
header .top-nav .right .login a{
    width: 6rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    font-size: .7rem;
    color: #fff;
    background: linear-gradient(270deg, #5856ed, #3370ff);
    border-radius: 20px;
   justify-content: center;
}
header .top-nav .right .login a:hover{background-color: #0e94e7}
.page-head .top-nav{background-color: #fff;position: fixed; box-shadow: 0 4px 16px rgb(0 0 0 / 6%);}



/*    banner    */
header .banner{width:100%;position:relative;padding-top: 3.5rem}
header .banner .swiper{height:100%}
header .banner .swiper-pagination{bottom:24%;}
header .banner .swiper-pagination .swiper-pagination-bullet{width:30px;height:4px;border-radius:3px}
header .banner .swiper-pagination .swiper-pagination-bullet-active{background:linear-gradient(270deg, #5856ed, #3370ff)}
header .banner .swiper-slide img{width:100%;min-height: 25rem}
@media screen and (min-width:769px) and (max-width:3840px){
    .mobile{display: none}
}
@media screen and (max-width:768px){
    .computer{display: none}
    .mobile{display: block}
}
/*    announce    */
header .announce{position:absolute;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:background-color .3s ease-out;z-index:9;overflow:hidden}
header .announce .container{display:flex;justify-content:space-between}
header .announce .list{width:60rem;justify-content: space-between}
header .announce .list li{height: 5rem;display: flex;flex-direction: column;justify-content: center;align-items: center}
header .announce .list p,.announce .list h4{display:block;color:#fff;font-size:.7rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;vertical-align: middle}
header .announce .list .tt{font-size: .8rem;margin-bottom: .5rem;font-weight: 600;color: #222}
header .announce .list .ms{font-size: .7rem;opacity: .9;color: #222}
header .announce .list li:hover{background-color: rgba(255,255,255,.06);}

/*    public   */
.index .index-tit{display:flex;flex-direction:column;align-items:center;justify-content:center}
.index .index-tit .tt{font-size:1.5rem;color:#1a1a1a;font-weight:500;margin-bottom:.75rem}
.index .index-tit .ms{color:#717278;font-size:.8rem}


/*    index    */
.index .main-1{background-color:#f5f5f5;padding:4rem 0;background-position:center center;background-size:auto 100%;overflow:hidden}

/*    index-service    */
/*    index-service    */
/*    index-service    */
.index .service .content{margin-top:2rem}
.index .assess .assess-activity{padding:0;background-color:#fff}
.assess .assess-activity .activity-list{justify-content: space-between}
.index .assess-activity{background-color:#f5f5f5}
.index .assess-activity .activity-list{padding:.7rem 1.55rem 0;display:flex;margin-top:1rem;justify-content: center}
.index .assess-activity .activity-list li{padding:2rem 0;width:188px;background:#fff;margin-right:1rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);position:relative;text-align:center;cursor:pointer}
.assess .assess-activity .activity-list li::after{content:"";display:inline-block;width:38px;height:12px;background:url(../image/dengbao-icon.png) no-repeat -210px -70px;position:absolute;top:50%;margin-top:-6px;right:-62px}

.index .assess-activity .activity-list li:last-child{margin-right:0}
.index .assess-activity .activity-list li:last-child::after{display:none}
.index .assess-activity .activity-list li .al-img{margin:0 auto;width:3.1rem;height:60px;background:url(../image/dengbao-icon.png) no-repeat}
.index .assess-activity .activity-list li .al-img1{background-position:-122px 0}
.index .assess-activity .activity-list li .al-img2{background-position:-192px 0}
.index .assess-activity .activity-list li .al-img3{background-position:0 -70px}
.index .assess-activity .activity-list li .al-img4{background-position:-70px -70px}
.index .assess-activity .activity-list li .al-img5{background-position:-140px -70px}
.index .assess-activity .activity-list li .al-title{padding-top:.5rem;font-size:.9rem;color:#333}
.index .assess-activity .activity-list li .al-txt{padding: 0.2rem .6rem;font-size:.65rem;line-height:1rem;margin-top:.3rem;color:#999}



/*    waf-page    */
#chooseUs{position:relative;height:27rem;overflow:hidden;padding:5rem 0;background:url(../image/chooseUs-bg.jpg) no-repeat;width:100%;background-size:100% 100%}
.section-title h1{color: #fff!important;}
#chooseUs .choose-bg .content{width:60rem;margin:1rem auto auto auto}
#chooseUs .choose-bg .content .list{display:flex;justify-content:space-between;margin-top:5rem}
#chooseUs .choose-bg .content{z-index:1;position:relative}
#chooseUs .section-title-box{z-index:1;position:relative}
#chooseUs .section-title-box p{color: #fff}
#chooseUs .choose-bg .content .list .item{width:10.5rem;text-align:center;font-family:"PingFang SC"}
#chooseUs .choose-bg .content .list .item .item-title{color:#fff}
#chooseUs .choose-bg .content .list .item .item-title h1{display:inline-block;line-height:42px;color:#fff;font-size:2.1rem;margin-right:5px}
#chooseUs .choose-bg .content .list .item .item-title span{font-size:1.4rem}
#chooseUs .choose-bg .content .list .item .describe{margin-top:.8rem}
#chooseUs .choose-bg .content .list .item .describe p{color:#fff;font-weight:300;white-space:nowrap;font-size:.75rem}
#chooseUs .choose-bg .video-bg{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:0}

#chooseUs .backgroundText{font-size:2rem;line-height:50px;font-weight:600;color:rgba(207,207,207,.2)}
#chooseUs .section-title-box{display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:"PingFang SC";display:flex;align-items:center;vertical-align:top;font-weight:400;font-size:1.5rem;padding:0 12px;color:#2a3347}
#chooseUs .section-title h1{
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0.75rem}
#chooseUs img{width:16px;height:24px}
#chooseUs img.rotate{transform:rotateY(180deg)}
#chooseUs p.white{color:#d3d5d9}



/*    waf-page    */
.page-content .section{width: 100%;}
.page-content .section .tit{display: flex;justify-content: center;}
.page-content .section .tit h2{font-size: 1.5rem;color: #1b1b1b;font-weight: normal}
.waf-page .section-a1{padding: 3rem 0 5rem 0;background: #fff}
.waf-page .section-a1 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 2rem}
.waf-page .section-a1 .content .list li{box-shadow: 0 2px 10px rgb(64 66 67 / 16%);background: #fff;display: flex;padding: 2rem 2rem 2rem 1rem;width: 49.5%;margin-top: 1rem;border-radius: 5px}
.waf-page .section-a1 .content .list li .img{width: 4rem; height: 3rem}
.waf-page .section-a1 .content .list li:nth-child(1) .img{background: url(../image/a1-icon-1.png);background-size: cover;width: 4.2rem}
.waf-page .section-a1 .content .list li:nth-child(2) .img{background: url(../image/a1-icon-2.png);background-size: cover;width: 3.6rem;height: 3.6rem}
.waf-page .section-a1 .content .list li:nth-child(3) .img{background: url(../image/a1-icon-3.png);background-size: cover;height: 3.5rem}
.waf-page .section-a1 .content .list li .nr{margin-left: 1rem;flex: 1}
.waf-page .section-a1 .content .list li .nr .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600}
.waf-page .section-a1 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8}
.waf-page .section-a2{padding-top: 3rem;background: url(../image/gn-bg.jpg);height: 31rem;position: relative}
.waf-page .section-a2 .tit h2{color: #fff}
.waf-page .section-a2 .content{background: #fff;box-shadow: 0 2px 10px rgb(64 66 67 / 16%);margin-top: 2rem;border-radius: 5px}
.waf-page .section-a2 .content .list{display: flex;flex-wrap: wrap;border-radius: 5px;box-shadow: 0 2px 10px rgb(64 66 67 / 16%);}
.waf-page .section-a2 .content .list li{padding: 3rem 1rem 2rem 1rem;border: 1px solid #e4e4e4;width: 33.33%;display: flex;align-items: center;flex-direction: column;}
.waf-page .section-a2 .content .list li .img{width: 88px;height: 86px}
.waf-page .section-a2 .content .list li:nth-child(1n){border-left: none;border-top: none}
.waf-page .section-a2 .content .list li:nth-child(3n){border-right: none;border-top: none}
.waf-page .section-a2 .content .list li:nth-child(n+4){border-bottom: none}


.waf-page .section-a2 .content .list li:nth-child(1) .img{background: url(../image/gn-icon-1.png);background-size: cover;}
.waf-page .section-a2 .content .list li:nth-child(2) .img{background: url(../image/gn-icon-2.png);background-size: cover;}
.waf-page .section-a2 .content .list li:nth-child(3) .img{background: url(../image/gn-icon-3.png);background-size: cover;}
.waf-page .section-a2 .content .list li:nth-child(4) .img{background: url(../image/gn-icon-4.png);background-size: cover;}
.waf-page .section-a2 .content .list li:nth-child(5) .img{background: url(../image/gn-icon-5.png);background-size: cover;}
.waf-page .section-a2 .content .list li:nth-child(6) .img{background: url(../image/gn-icon-6.png);background-size: cover;width: 96px}
.waf-page .section-a2 .content .list li .nr .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;text-align: center;margin-top: 1rem}
.waf-page .section-a2 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px}
.waf-page .section-a3{padding: 14rem 0 8rem 0;background: #fff}
.waf-page .section-a3 .content{padding-top: 1.5rem}

.section-nav { width: 90%;margin: auto; text-align: center; font-size: 16px;line-height: 1;margin-bottom: 30px;color: #323235;border-bottom: 1px solid #eaebef;padding-bottom: 19px;}
.section-nav span { position: relative;padding: 0 100px;padding-bottom: 19px;cursor: pointer; }
.section-nav .active {color: #2982ff;}
.section-nav span::after {position: absolute;bottom: 0;left: 25%;content: '';width: 0;height: 2px;background-color: #2981ff;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.section-nav span.active::after {width: 50%;}
.section-a3 .section-header {margin-bottom: 31px;}
.section-a3 .nav-list {background-color: #ffffff;}
.section-a3 .nav-list .items > * {display: inline-block;}
.section-a3 .nav-list .items .s-content {width: 51.5%;height: 268px;line-height: 30px;color: #323235;margin-left: 8px;}


/*   machine-page   */
.machine-page .section-a1{padding-top: 3rem;background-color: #f3f7fb;}
.machine-page .section-a1 .content{display: flex;padding: 3rem 0 2rem 0;justify-content: center}
.machine-page .section-a1 .content .img img{width: 17rem;height: 17rem}
.machine-page .section-a1 .content .nr{width: 45%;margin-left: 4rem}
.machine-page .section-a1 .content .nr .tt{font-size: 1rem;color: #1b1b1b}
.machine-page .section-a1 .content .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 2rem}
.machine-page .section-a2{padding: 3rem 0 4rem 0}
.machine-page .section-a2 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.machine-page .section-a2 .content .list li{width: 38.33%;display: flex;margin-top: 2rem}
.machine-page .section-a2 .content .list li .img{width: 2rem;height: 2rem;background-size: cover!important;}
.machine-page .section-a2 .content .list li:nth-child(1) .img{background: url(../image/machine-gn-1.png)no-repeat}
.machine-page .section-a2 .content .list li:nth-child(2) .img{background: url(../image/machine-gn-2.png)no-repeat}
.machine-page .section-a2 .content .list li:nth-child(3) .img{background: url(../image/machine-gn-3.png)no-repeat}
.machine-page .section-a2 .content .list li:nth-child(4) .img{background: url(../image/machine-gn-4.png)no-repeat}
.machine-page .section-a2 .content .list li:nth-child(5) .img{background: url(../image/machine-gn-5.png)no-repeat}
.machine-page .section-a2 .content .list li:nth-child(6) .img{background: url(../image/machine-gn-6.png)no-repeat}
.machine-page .section-a2 .content .list li:nth-child(7) .img{background: url(../image/machine-gn-7.png)no-repeat}
.machine-page .section-a2 .content .list li:nth-child(8) .img{background: url(../image/machine-gn-8.png)no-repeat}
.machine-page .section-a2 .content .list li .nr{margin-left: 1rem;flex: 1}
.machine-page .section-a2 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;}
.machine-page .section-a2 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.machine-page .section-a3{padding: 4rem;height: 31rem;background: url(../image/machine-cj-bg.jpg)no-repeat}
.machine-page .section-a3 .content .list{display: flex;justify-content: space-between;margin-top: 3rem}
.machine-page .section-a3 .content .list li{display: flex;flex-direction: column;align-items: center;padding: 2rem 2rem 3rem 2rem;box-shadow: 0 2px 10px rgb(64 66 67 / 16%);width: 17rem;border-radius: 10px;background-image: linear-gradient(0deg,#e6eefe 0%,#d0e1ff 100%)}
.machine-page .section-a3 .content .list li .img{width: 5rem;height: 5rem;background-size: cover!important;}
.machine-page .section-a3 .content .list li:nth-child(1) .img{background: url(../image/machine-cj-1.png)}
.machine-page .section-a3 .content .list li:nth-child(2) .img{background: url(../image/machine-cj-2.png)}
.machine-page .section-a3 .content .list li:nth-child(3) .img{background: url(../image/machine-cj-3.png)}
.machine-page .section-a3 .content .list li .tt{font-size: .9rem;font-weight: 700;margin-top: 1rem}
.machine-page .section-a3 .content .list li .ms{margin-top: .5rem;font-size: .7rem; color: #1b1b1b;opacity: .8;line-height: 22px;}
.machine-page .section-a4{padding: 4rem 0}
.machine-page .section-a3 .content .list{margin-top: 3rem}
.machine-page .section-a4 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 2rem}
.machine-page .section-a4 .content .list li .nr{flex: 1;margin-left: 1rem}
.machine-page .section-a4 .content .list li .nr .tt{font-size: .9rem;font-weight: 700}
.machine-page .section-a4 .content .list li .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;display: block;margin-top: .5rem}
.machine-page .section-a4 .content .list li{display: flex;padding: 1.5rem 2rem 1.5rem 1rem;width: 49.5%;margin-top: 1rem;border-radius: 5px;	background-image: linear-gradient(180deg,#f0f5ff 0%,#fefeff 100%);border: solid 1px #f5f5f5;}
.machine-page .section-a5{padding: 4rem 0;background-color: #f3f7fb;}
.machine-page .table-condensed tbody{background-color: #fff}
.machine-page .table-condensed td {border: 2px solid #f3f7fb;font-size: .7rem;vertical-align: middle;text-align: center;line-height: 30px;padding: 0.5rem;}
.machine-page .section-a6{padding: 4rem 0 5rem 0;background-color: #fff;}
.machine-page .section-a6 .tit{display: flex;flex-direction: column;align-items: center}
.machine-page .section-a6 .tit .ms{text-align: center;display: block;margin-top: 2rem;width: 78%;color: #1b1b1b;font-size: .75rem;line-height: 26px}
.machine-page .section-a6 .content{margin-top: 3rem}


/*   wsms-page   */
.wsms-page .section-a1{padding: 3rem 0 4rem 0;background-color: #fff;}
.wsms-page .section-a1 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.wsms-page .section-a1 .content .list li{width: 24%;display: flex;margin-top: 2rem;padding: 2rem 1rem 2rem 2rem;background-color: #f0f2f8;border-radius: 5px}
.wsms-page .section-a1 .content .list li .img{width: 2.6rem;height: 2.6rem;background-size: cover!important;}
.wsms-page .section-a1 .content .list li:nth-child(1) .img{background: url(../image/wsms-ys-1.png)no-repeat}
.wsms-page .section-a1 .content .list li:nth-child(2) .img{background: url(../image/wsms-ys-2.png)no-repeat}
.wsms-page .section-a1 .content .list li:nth-child(3) .img{background: url(../image/wsms-ys-3.png)no-repeat}
.wsms-page .section-a1 .content .list li:nth-child(4) .img{background: url(../image/wsms-ys-4.png)no-repeat}
.wsms-page .section-a1 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
.wsms-page .section-a1 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.wsms-page .section-a1 .content .list li:hover{background: url(../image/zujianBanner.ef08012.jpg);background-size: 100% 100%;}
.wsms-page .section-a1 .content .list li:hover .nr .tt{color: #fff}
.wsms-page .section-a1 .content .list li:hover .nr .ms{color: #fff}



.wsms-page .section-a2{padding: 3rem 0 4rem 0;background-color: #f2f5fa;}
.wsms-page .section-a2 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.wsms-page .section-a2 .content .list li{width: 49%;display: flex;margin-top: 1rem;padding: 2rem;background-color: #fff;border-radius: 5px;box-shadow: 0 2px 10px rgb(64 66 67 / 16%)}
.wsms-page .section-a2 .content .list li .img{width: 2rem;height: 2rem;background-size: cover!important;}
.wsms-page .section-a2 .content .list li:nth-child(1) .img{background: url(../image/wsms-gn-1.png)no-repeat}
.wsms-page .section-a2 .content .list li:nth-child(2) .img{background: url(../image/wsms-gn-2.png)no-repeat}
.wsms-page .section-a2 .content .list li:nth-child(3) .img{background: url(../image/wsms-gn-3.png)no-repeat}
.wsms-page .section-a2 .content .list li:nth-child(4) .img{background: url(../image/wsms-gn-4.png)no-repeat}
.wsms-page .section-a2 .content .list li .nr{flex: 1;margin-left: 1rem}
.wsms-page .section-a2 .content .list li .nr .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600}
.wsms-page .section-a2 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.wsms-page .section-a3{padding: 3rem 0;background: #fff}
.wsms-page .section-a3 .content{padding-top: 1.5rem}
.wsms-page .section-a3 .nav-list{background: none}
.wsms-page .section-a3 .nav-list .items{display: flex}
.wsms-page .section-a3 .nav-list .items .s-content{width: 48.5%}


/*   gpcs-page   */
.gpcs-page .section-a1{padding: 3rem 0 4rem 0;background-color: #fff;}
.gpcs-page .section-a1 .content .list{display: flex;}
.gpcs-page .section-a1 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.gpcs-page .section-a1 .tit .ms{font-size: .7rem}
.gpcs-page .section-a1 .content .list li{display: flex;margin-top: 2rem;width: 33.33333333%;padding: 2rem}
.gpcs-page .section-a1 .content .list li .img{width: 4rem;height: 4.15rem;background-size: cover!important;}
.gpcs-page .section-a1 .content .list li:nth-child(1) .img{background: url(../image/gpcs-gy-1.png)no-repeat}
.gpcs-page .section-a1 .content .list li:nth-child(2) .img{background: url(../image/gpcs-gy-2.png)no-repeat}
.gpcs-page .section-a1 .content .list li:nth-child(3) .img{background: url(../image/gpcs-gy-3.png)no-repeat}
.gpcs-page .section-a1 .content .list li .nr{display: flex;align-items: center;flex-direction: column}
.gpcs-page .section-a1 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 500 ;margin-top: 1rem}
.gpcs-page .section-a1 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.gpcs-page .section-a2{padding: 3rem 0 4rem 0;background: url(../image/gpcs-tc-bg.jpg)no-repeat;background-position: center;background-size: 100% 100%;}
.gpcs-page .section-a2 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.gpcs-page .section-a2 .tit .ms{font-size: .7rem}
.gpcs-page .section-a2 .content .table-condensed{background-color: #fff;margin-top: 2rem}
.gpcs-page .section-a2 .content .table-condensed th{background-color: #3370ff;color: #fff;padding: 1.2rem 1.5rem;text-align: left}
.gpcs-page .section-a2 .content .table-condensed th:last-child{text-align: center}
.gpcs-page .section-a2 .content .table-condensed td{padding: 1rem 1.5rem;font-size: .7rem;text-align: left}
.gpcs-page .section-a2 .content .table-condensed td:last-child{text-align: center}
.gpcs-page .section-a2 .content .table-condensed td object{width: 1rem;margin-right: .5rem}
.gpcs-page .section-a2 .content .table-condensed td p{color: #626266;font-size: 14px;font-weight: normal;line-height: 2;text-align: left}
.gpcs-page .section-a2 .content .table-condensed td a{color: #2981ff;font-size: 14px;font-weight: normal;line-height: 2}
.gpcs-page .section-a3{padding: 3rem 0 4rem 0;background-color: #fff;}
.gpcs-page .section-a3 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.gpcs-page .section-a3 .content .list li{width: 32.33333333%;display: flex;margin-top: 2rem;padding: 2rem;background-image: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);border-radius: 5px;border: solid 1px #e3e3e342}
.gpcs-page .section-a3 .content .list li .img{width: 2rem;height: 2rem;background-size: cover!important;}
.gpcs-page .section-a3 .content .list li:nth-child(1) .img{background: url(../image/gpcs-fw-1.png)no-repeat}
.gpcs-page .section-a3 .content .list li:nth-child(2) .img{background: url(../image/gpcs-fw-2.png)no-repeat}
.gpcs-page .section-a3 .content .list li:nth-child(3) .img{background: url(../image/gpcs-fw-3.png)no-repeat}
.gpcs-page .section-a3 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
.gpcs-page .section-a3 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.gpcs-page .section-a4{padding: 3rem 0 4rem 0;background-color: #f6f7fb;}
.gpcs-page .section-a4 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.gpcs-page .section-a4 .tit .ms{font-size: .7rem}
.gpcs-page .section-a4 .content{margin-top: 2rem}
.gpcs-page .section-a4 .content .table-condensed{background-color: #fff}
.gpcs-page .section-a4 .content .table-condensed tbody th{background-color: #e5e5e7;color: #333;}
.gpcs-page .section-a4 .content .table-condensed tbody th td{padding: 1.2rem 1.5rem;font-size: .7rem}
.gpcs-page .section-a4 .content .table-condensed tbody th:nth-child(1){background-color: #006bff;border: none;text-align: center}
.gpcs-page .section-a4 .table-condensed tbody td p{color: #626266;font-size: 14px;font-weight: normal;line-height: 2}
.gpcs-page .section-a4 .table-condensed tbody td:nth-child(1){background-color: #006bff;color: #fff;border: none;text-align: center}
.gpcs-page .section-a4 .table-condensed tbody td:nth-child(1) p{background-color: #006bff;color: #fff}
.gpcs-page .section-a4 .content .table-condensed td{padding: 1rem 1.5rem;text-align: left}
.gpcs-page .section-a4 .contact{display: flex;justify-content: center;margin-top: 3rem}
.gpcs-page .section-a4 .contact .phone{padding: .5rem 3rem .5rem 1rem;border: 1px solid #006bff;border-radius: 25px;font-size: .7rem}
.gpcs-page .section-a4 .contact .button{padding: .5rem 1rem;background-color: #006bff;border-radius: 25px;color: #fff;font-size: .7rem;margin-left: -2rem;cursor: pointer}
.gpcs-page .section-a4 .contact .button:hover{background-color: #0664e7}
.gpcs-page .section-a5 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.gpcs-page .section-a5 .tit .ms{font-size: .7rem}
.gpcs-page .section-a5{padding: 3rem 0 4rem 0;background-color: #fff;}
.gpcs-page .section-a5 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.gpcs-page .section-a5 .content .list li{width: 32.33333333%;display: flex;margin-top: 2rem;padding: 2rem;box-shadow: 0 2px 10px rgb(64 66 67 / 16%);border-radius: 5px;border: solid 1px #e3e3e3;background-image: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);}
.gpcs-page .section-a5 .content .list li:hover{background: url(../image/zujianBanner.ef08012.jpg);background-size: 100% 100%;}
.gpcs-page .section-a5 .content .list li:hover .nr .tt{color: #fff}
.gpcs-page .section-a5 .content .list li:hover .nr .ms{color: #fff}

.gpcs-page .section-a5 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600}
.gpcs-page .section-a5 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;display: inline-block}
.gpcs-page .section-a6{background:#f6f7fb;padding:3rem 0 6rem 0;overflow:hidden}
.gpcs-page .section-a6 .content .list{display:flex;flex-wrap:wrap;margin-top:2rem}
.gpcs-page .section-a6 .content .list li{width:calc(20.8% - 20px);height:70px;background-position:center center;background-repeat:no-repeat;background-color:#fff;margin:5px;cursor:pointer;border:1px solid #f2f2f2;box-sizing:border-box;background-size: 80% auto}

/*    cpcs-page    */
.cpcs-page .section-a1{padding: 3rem 0 4rem 0;background-color: #fff;}
.cpcs-page .section-a1 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.cpcs-page .section-a1 .content .list li{width: 24%;display: flex;margin-top: 2rem;padding: 2rem;background-image: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);border-radius: 5px;border: solid 1px #e3e3e342}
.cpcs-page .section-a1 .content .list li:hover {box-shadow: 0 2px 10px rgb(64 66 67 / 12%);}
.cpcs-page .section-a1 .content .list li .img{width: 2.6rem;height: 2.5rem;background-size: cover!important;}
.cpcs-page .section-a1 .content .list li:nth-child(1) .img{background: url(../image/cpcs-gn-01.png)no-repeat}
.cpcs-page .section-a1 .content .list li:nth-child(2) .img{background: url(../image/cpcs-gn-02.png)no-repeat}
.cpcs-page .section-a1 .content .list li:nth-child(3) .img{background: url(../image/cpcs-gn-03.png)no-repeat}
.cpcs-page .section-a1 .content .list li:nth-child(4) .img{background: url(../image/cpcs-gn-04.png)no-repeat}
.cpcs-page .section-a1 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
.cpcs-page .section-a1 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.cpcs-page .section-a2{padding: 3rem 0 4rem 0;background: #f2f5fa;}
.cpcs-page .section-a2 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.cpcs-page .section-a2 .content{margin-top: 2rem}
.cpcs-page .section-a2 .content .img{display: flex;justify-content: center}
.cpcs-page .section-a3{padding: 3rem 0 4rem 0;background: #fff;}
.cpcs-page .section-a3 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.cpcs-page .section-a3 .content{margin-top: 2rem}
.cpcs-page .section-a3 .content .img{display: flex;justify-content: center}
.cpcs-page .section-a4{padding: 3rem 0 4rem 0;background-color: #f2f5fa;}
.cpcs-page .section-a4 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.cpcs-page .section-a4 .content .list li{width: 32.3333333%;display: flex;margin-top: 2rem;padding: 2rem;background: #fff;border-radius: 5px;border: solid 1px #e3e3e342}
.cpcs-page .section-a4 .content .list li .img{width: 3rem;height: 3rem;background-size: cover!important;}
.cpcs-page .section-a4 .content .list li:hover {box-shadow: 0 2px 10px rgb(64 66 67 / 12%);}
.cpcs-page .section-a4 .content .list li:nth-child(1) .img{background: url(../image/cpcs-jz-01.jpg)no-repeat}
.cpcs-page .section-a4 .content .list li:nth-child(2) .img{background: url(../image/cpcs-jz-02.jpg)no-repeat}
.cpcs-page .section-a4 .content .list li:nth-child(3) .img{background: url(../image/cpcs-jz-03.jpg)no-repeat}
.cpcs-page .section-a4 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
.cpcs-page .section-a4 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.cpcs-page .section-a4 .content .list li .nr{display: flex;flex-direction: column;align-items: center;}

/*    appbds-page    */
.appbds-page .section-a1{padding: 3rem 0 4rem 0;background-color: #fff;}
.appbds-page .section-a1 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.appbds-page .section-a1 .content .list li{width: 49%;display: flex;margin-top: 1rem;padding: 2rem;border-radius: 5px;border: solid 1px #e9e9e9}
.appbds-page .section-a1 .content .list li:hover{background: url(../image/zujianBanner.ef08012.jpg);background-size: 100% 100%;}
.appbds-page .section-a1 .content .list li:hover .tt{color: #fff}
.appbds-page .section-a1 .content .list li:hover .nr .ms{color: #fff}
.appbds-page .section-a1 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
.appbds-page .section-a1 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.appbds-page .section-a2{padding: 3rem 0 4rem 0;background: #F9FAFC;}
.appbds-page .section-a2 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.appbds-page .section-a2 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.appbds-page .section-a2 .content .list li{width: 32.3333333%;display: flex;margin-top: 1.5rem;padding: 2rem;background: #fff;border-radius: 5px;border: solid 1px #e3e3e342}
.appbds-page .section-a2 .content .list li .img{width: 3rem;height: 3rem;background-size: cover!important;}
.appbds-page .section-a2 .content .list li:hover {box-shadow: 0 2px 10px rgb(64 66 67 / 12%);}
.appbds-page .section-a2 .content .list li:nth-child(1) .img{background: url(../image/ability1.0fdfa87.jpg)no-repeat}
.appbds-page .section-a2 .content .list li:nth-child(2) .img{background: url(../image/ability2.366cbff.jpg)no-repeat}
.appbds-page .section-a2 .content .list li:nth-child(3) .img{background: url(../image/ability3.60a7c4c.jpg)no-repeat}
.appbds-page .section-a2 .content .list li:nth-child(4) .img{background: url(../image/ability1.0fdfa87.jpg)no-repeat}
.appbds-page .section-a2 .content .list li:nth-child(5) .img{background: url(../image/ability2.366cbff.jpg)no-repeat}
.appbds-page .section-a2 .content .list li:nth-child(6) .img{background: url(../image/ability3.60a7c4c.jpg)no-repeat}
.appbds-page .section-a2 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
.appbds-page .section-a2 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.appbds-page .section-a2 .content .list li .nr{display: flex;align-items: center;flex-direction: column}
.appbds-page .section-a3{padding: 3rem 0 4rem 0;background: #fff;}
.appbds-page .section-a3 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.appbds-page .section-a3 .content{margin-top: 2rem}
.appbds-page .table-condensed tbody{background-color: #fff}
.appbds-page .table-condensed td {border: 2px solid #f3f7fb;font-size: .7rem;vertical-align: middle;text-align: left;line-height: 21PX;padding: 0.8rem;}
.appbds-page .section-a4{padding: 3rem 0 4rem 0;background-color: #f2f5fa;}
.appbds-page .section-a4 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.appbds-page .section-a4 .content .list li{width: 32.3333333%;display: flex;margin-top: 2rem;padding: 2rem;background: #fff;border-radius: 5px;border: solid 1px #e3e3e342}
.appbds-page .section-a4 .content .list li .img{width: 3rem;height: 3rem;background-size: cover!important;}
.appbds-page .section-a4 .content .list li:hover {box-shadow: 0 2px 10px rgb(64 66 67 / 12%);}
.appbds-page .section-a4 .content .list li:nth-child(1) .img{background: url(../image/1.cc5717b.png)no-repeat}
.appbds-page .section-a4 .content .list li:nth-child(2) .img{background: url(../image/2.c27f15f.png)no-repeat}
.appbds-page .section-a4 .content .list li:nth-child(3) .img{background: url(../image/3.f1bba4f.png)no-repeat}
.appbds-page .section-a4 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
.appbds-page .section-a4 .content .list li .nr{display: flex;flex-direction: column;align-items: center}
.appbds-page .section-a4 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}


/*    ztsacs-page    */
.ztsacs-page .section-a1{padding: 3rem 0 4rem 0;background-color: #fff;}
.ztsacs-page .section-a1 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.ztsacs-page .section-a1 .content .list li{width: 32.333333%;display: flex;margin-top: 2rem;padding: 2rem;background-image: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);border-radius: 5px;border: solid 1px #e3e3e342}
.ztsacs-page .section-a1 .content .list li:hover {box-shadow: 0 2px 10px rgb(64 66 67 / 12%);}
.ztsacs-page .section-a1 .content .list li .img{width: 2.6rem;height: 2.5rem;background-size: cover!important;}
.ztsacs-page .section-a1 .content .list li:nth-child(1) .img{background: url(../image/ztsacs-tz-01.png)no-repeat}
.ztsacs-page .section-a1 .content .list li:nth-child(2) .img{background: url(../image/ztsacs-tz-02.png)no-repeat}
.ztsacs-page .section-a1 .content .list li:nth-child(3) .img{background: url(../image/ztsacs-tz-03.png)no-repeat}
.ztsacs-page .section-a1 .content .list li .nr{display: flex;flex-direction: column;align-items: center}
.ztsacs-page .section-a1 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
.ztsacs-page .section-a1 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.ztsacs-page .section-a2{padding: 3rem 0 4rem 0;background: #F9FAFC;}
.ztsacs-page .section-a2 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.ztsacs-page .section-a2 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.ztsacs-page .section-a2 .content .list li{width: 49%;display: flex;margin-top: 1rem;padding: 2rem;background: #fff;border-radius: 5px;border: solid 1px #e3e3e342;align-items: flex-start}
.ztsacs-page .section-a2 .content .list li .img img{width: 1.75rem;height: 1.75rem;}
.ztsacs-page .section-a2 .content .list li:hover {box-shadow: 0 2px 10px rgb(64 66 67 / 12%);}
.ztsacs-page .section-a2 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600}
.ztsacs-page .section-a2 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.ztsacs-page .section-a2 .content .list li .nr{display: flex;flex: 1;flex-direction: column;margin-left: 1rem}
.ztsacs-page .section-a3{padding: 3rem 0 4rem 0;background-color: #fff;}
.ztsacs-page .section-a3 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.ztsacs-page .section-a3 .content .list li{width: 32.333333%;display: flex;margin-top: 2rem;padding: 2rem;background-image: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);border-radius: 5px;border: solid 1px #e3e3e342}
.ztsacs-page .section-a3 .content .list li:hover {box-shadow: 0 2px 10px rgb(64 66 67 / 12%);}
.ztsacs-page .section-a3 .content .list li .img{width: 1.8rem;height: 1.8rem;background-size: cover!important;}
.ztsacs-page .section-a3 .content .list li .nr{display: flex;flex-direction: column;align-items: center;flex: 1}
.ztsacs-page .section-a3 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
.ztsacs-page .section-a3 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}

.ztsacs-page .section-a4{padding-top: 3rem;background: url(../image/gn-bg.jpg);height: 31rem;position: relative}
.ztsacs-page .section-a4 .tit h2{color: #fff}
.ztsacs-page .section-a4 .content{background: #fff;box-shadow: 0 2px 10px rgb(64 66 67 / 16%);margin-top: 2rem;border-radius: 5px}
.ztsacs-page .section-a4 .content .list{display: flex;flex-wrap: wrap;border-radius: 5px;box-shadow: 0 2px 10px rgb(64 66 67 / 16%);}
.ztsacs-page .section-a4 .content .list li{padding: 3rem 1rem 2rem 1rem;border: 1px solid #e4e4e4;width: 33.33%;display: flex;align-items: center;flex-direction: column;}
.ztsacs-page .section-a4 .content .list li .img{width: 88px;height: 86px}
.ztsacs-page .section-a4 .content .list li:nth-child(1n){border-left: none;border-top: none}
.ztsacs-page .section-a4 .content .list li:nth-child(3n){border-right: none;border-top: none}
.ztsacs-page .section-a4 .content .list li:nth-child(n+4){border-bottom: none}


.ztsacs-page .section-a4 .content .list li:nth-child(1) .img{background: url(../image/gn-icon-1.png);background-size: cover;}
.ztsacs-page .section-a4 .content .list li:nth-child(2) .img{background: url(../image/gn-icon-2.png);background-size: cover;}
.ztsacs-page .section-a4 .content .list li:nth-child(3) .img{background: url(../image/gn-icon-3.png);background-size: cover;}
.ztsacs-page .section-a4 .content .list li:nth-child(4) .img{background: url(../image/gn-icon-4.png);background-size: cover;}
.ztsacs-page .section-a4 .content .list li:nth-child(5) .img{background: url(../image/gn-icon-5.png);background-size: cover;}
.ztsacs-page .section-a4 .content .list li:nth-child(6) .img{background: url(../image/gn-icon-6.png);background-size: cover;width: 96px}
.ztsacs-page .section-a4 .content .list li .nr .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;text-align: center;margin-top: 1rem}
.ztsacs-page .section-a4 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px}




.ztsacs-page .section-a5{padding: 2rem 0 4rem 0;background-image: url(../image/AppSceneBg.149941a.png);background-size: 100% 100% !important;box-sizing: border-box;width: 100%;}
.ztsacs-page .section-a5 .content{margin-top: 2rem}
.ztsacs-page .section-a5 .section-nav span{padding: 0 1rem 1rem 1rem}
.ztsacs-page .section-a5 .section-nav{border-bottom:none;}
.ztsacs-page .section-a5 .section-body .s-content{background-color: #fff;box-sizing: border-box;flex: 1;height: 20.5rem;overflow-y: auto;padding: .5rem 2rem;width: 100%;display: flex;flex-direction: column;align-items: flex-start}
.ztsacs-page .section-a5 .section-body .s-content .tt{color: #1a213e;font-size: .8rem;font-weight: 600;line-height: 30px;margin-top: 1rem;}
.ztsacs-page .section-a5 .section-body .s-content .ms{color: #5b5b5b;font-size: .8rem;font-weight: 400;line-height: 20px;margin-top: 1rem}






/*   pts-page   */
.pts-page .section-a1{padding: 3rem 0 4rem 0;background-color: #fff;}
.pts-page .section-a1 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.pts-page .section-a1 .content .list li{width: 32.3333333%;display: flex;margin-top: 1rem;padding: 1.5rem;background-color: #f9fafc;border-radius: 5px}
.pts-page .section-a1 .content .list li:hover{background: url(../image/zujianBanner.ef08012.jpg);background-size: 100% 100%;}
.pts-page .section-a1 .content .list li:hover .tt{color: #fff}
.pts-page .section-a1 .content .list li:hover .nr .ms{color: #fff}
.pts-page .section-a1 .content .list li .nr{display: flex;justify-content: center;align-items: center;flex-direction: column}
.pts-page .section-a1 .content .list li .img img{width: 3rem;}
.pts-page .section-a1 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
.pts-page .section-a1 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: .8rem;line-height: 22px;flex: 1;}
.pts-page .section-a2{padding: 3rem 0 4rem 0;background-color: #f2f5fa;}
.pts-page .section-a2 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.pts-page .section-a2 .content .list li{width: 49%;display: flex;margin-top: 1rem;padding: 2rem;background-color: #fff;border-radius: 5px;box-shadow: 0 2px 10px rgb(64 66 67 / 16%)}
.pts-page .section-a2 .content .list li:hover{background: url(../image/zujianBanner.ef08012.jpg);background-size: 100% 100%;}
.pts-page .section-a2 .content .list li:hover .nr .tt{color: #fff}
.pts-page .section-a2 .content .list li:hover .nr .ms{color: #fff}
.pts-page .section-a2 .content .list li .nr{flex: 1;margin-left: 1rem}
.pts-page .section-a2 .content .list li .nr .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600}
.pts-page .section-a2 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: .8rem;line-height: 22px;display: inline-block}
.pts-page .section-a3{padding: 3rem 0;background: #fff}
.pts-page .section-a3 .content{padding-top: 1.5rem}
.pts-page .section-a3 .nav-list{background: none}
.pts-page .section-a3 .nav-list .items{display: flex;padding-left: 5%}
.pts-page .section-a3 .nav-list .items .s-content{flex: 1}
.pts-page .section-a3 .nav-list .items .img{width: 40%}

/*   trusteeship-page   */
.trusteeship-page .section-a1{padding: 3rem 0 4.5rem 0;background-color: #fff;}
.trusteeship-page .section-a1 .content .list{display: flex;padding-top: 4rem;justify-content: space-between;}
.trusteeship-page .section-a1 .content .list li{display: flex;margin-top: 1rem;align-items: center}
.trusteeship-page .section-a1 .content .list li::after{content: '';background: url(../image/arrow-white.png) no-repeat right center;background-size: 1rem .65rem;display: inline-block;width: 3rem;height: .8rem;margin-bottom: 2rem;}
.trusteeship-page .section-a1 .content .list li:last-child::after{content: none}
.trusteeship-page .section-a1 .content .list li .nr{display: flex;justify-content: center;align-items: center;flex-direction: column}
.trusteeship-page .section-a1 .content .list li .img img{width: 3rem;}
.trusteeship-page .section-a1 .content .list li .tt{font-size: .8rem;color: #1b1b1b;margin-top: 1rem}
.trusteeship-page .section-a1 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: .8rem;line-height: 22px;flex: 1;}
.trusteeship-page .section-a2{padding: 3rem 0 4rem 0;background-color: #f2f5fa;}
.trusteeship-page .section-a2 .content .table-condensed{background-color: #fff;margin-top: 2rem}
.trusteeship-page .section-a2 .content .table-condensed th{background-color: #3370ff;color: #fff;padding: 1rem .5rem 1rem 1rem;text-align: center;line-height: 20px}
.trusteeship-page .section-a2 .content .table-condensed th:last-child{text-align: center}
.trusteeship-page .section-a2 .content .table-condensed .bg{background: rgba(235, 236, 244, 1)}
.trusteeship-page .section-a2 .content .table-condensed .bg p{font-weight: bold;text-align: center}
.trusteeship-page .section-a2 .content .table-condensed td{padding: .5rem .5rem 1rem 1rem;font-size: .7rem;text-align: center}
.trusteeship-page .section-a2 .content .table-condensed td:last-child{text-align: center}
.trusteeship-page .section-a2 .content .table-condensed td object{width: 1rem;margin-right: .5rem}
.trusteeship-page .section-a2 .content .table-condensed td p{color: #333333;font-size: 14px;font-weight: normal;line-height: 2;text-align: center}
.trusteeship-page .section-a2 .content .table-condensed td a{color: #2981ff;font-size: 14px;font-weight: normal;line-height: 2}
.trusteeship-page .section-a3{padding: 3rem 0;background: #fff}
.trusteeship-page .section-a3 .content{padding-top: 1.5rem}
.trusteeship-page .section-a3 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.trusteeship-page .section-a3 .content .list li{width: 32.33333333%;display: flex;margin-top: 2rem;padding: 1.5rem 2rem;background-image: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);border-radius: 5px;border: solid 1px #e3e3e342}
.trusteeship-page .section-a3 .content .list li .img{width: 2.5rem;height: 2.7rem;background-size: cover!important;}
.trusteeship-page .section-a3 .content .list li:nth-child(1) .img{background: url(../image/trusteeship-fu1.png)no-repeat}
.trusteeship-page .section-a3 .content .list li:nth-child(2) .img{background: url(../image/trusteeship-fu2.png)no-repeat}
.trusteeship-page .section-a3 .content .list li:nth-child(3) .img{background: url(../image/trusteeship-fu3.png)no-repeat}
.trusteeship-page .section-a3 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
.trusteeship-page .section-a3 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.trusteeship-page .section-a4{padding: 3rem 0;background: #f2f5fa}
.trusteeship-page .section-a4 .content{padding-top: 1.5rem}
.trusteeship-page .section-a4 .nav-list{background: none}
.trusteeship-page .section-a4 .nav-list .items{display: flex;padding-left: 5%}
.trusteeship-page .section-a4 .nav-list .items .s-content{flex: 1}
.trusteeship-page .section-a4 .section-body .s-content{background-color:#fff;box-sizing:border-box;flex:1;height:20.5rem;overflow-y:auto;padding:.5rem 2rem;width:100%;display:flex;flex-direction:column;align-items:flex-start}
.trusteeship-page .section-a4 .section-body .s-content .tt{color: #1a213e;font-size: .8rem;font-weight: 600;line-height: 30px;margin-top: 1rem;}
.trusteeship-page .section-a4 .section-body .s-content .ms{color: #5b5b5b;font-size: .8rem;font-weight: 400;line-height: 20px;margin-top: 1rem}

/*   ecs-page   */
.ecs-page .section-a1{padding: 3rem 0 4rem 0;background-color: #fff;}
.ecs-page .section-a1 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.ecs-page .section-a1 .tit .ms{font-size: .7rem}
.ecs-page .section-a1 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.ecs-page .section-a1 .content .list li{width: 32.33333333%;display: flex;margin-top: .5rem;padding: 1.5rem 2rem;border-radius: 3px;border: solid 1px #f5f5f5b0;background-image: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);}
.ecs-page .section-a1 .content .list li .img img{width: 3rem;height: 3rem;}
.ecs-page .section-a1 .content .list li:hover{background: url(../image/zujianBanner.ef08012.jpg);background-size: 100% 100%;}
.ecs-page .section-a1 .content .list li:hover .nr .tt{color: #fff}
.ecs-page .section-a1 .content .list li:hover .nr .ms{color: #fff}
.ecs-page .section-a1 .content .list li .tt{font-size: .9rem;color: #1b1b1b;margin-bottom: .5rem;margin-top: .8rem;font-weight: 600}
.ecs-page .section-a1 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;line-height: 22px}
.ecs-page .section-a2{padding: 3rem 0 4rem 0;background-color: #f2f5fa;}
.ecs-page .section-a2 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.ecs-page .section-a2 .tit .ms{font-size: .7rem}
.ecs-page .section-a2 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.ecs-page .section-a2 .content .list li{width: 49%;display: flex;margin-top: 1rem;padding: 2rem;background: #fff;border-radius: 5px;border: solid 1px #e3e3e342;align-items: flex-start}
.ecs-page .section-a2 .content .list li .img img{width: 3rem;height: 3rem;}
.ecs-page .section-a2 .content .list li:hover {box-shadow: 0 2px 10px rgb(64 66 67 / 12%);}
.ecs-page .section-a2 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600}
.ecs-page .section-a2 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.ecs-page .section-a2 .content .list li .nr{display: flex;flex: 1;flex-direction: column}
.ecs-page .section-a3{padding: 3rem 0 4rem 0;background: url("../image/ecsbg.jpg") center no-repeat;}
.ecs-page .section-a3 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.ecs-page .section-a3 .tit .ms{font-size: .7rem}
.ecs-page .section-a3 .tit h2{color: #fff}
.ecs-page .section-a3 .balance-table{text-align: left;}
.ecs-page .section-a3 .balance-table td{padding: 15px 0 15px 55px;}
.ecs-page .section-a3 .balance-table .tb-shadow{ height: 34.1rem;}
.ecs-page .section-a3 .balance-table .title{font-size: .7rem; color: #666;}
.ecs-page .section-a3 .balance-table{ width: 100%; margin: 75px 0 0; color: #333; text-align: center; background: #fff; border-spacing: 0;border-collapse: collapse;}
.ecs-page .section-a3 .balance-table th{line-height: 3rem; position: relative; background: #f2f5fa; font-size: .8rem; font-weight: normal;text-align: left;padding-left: 2rem}
.ecs-page .section-a3 .balance-table td{padding: 12px 0; border-bottom: 1px solid #dee3eb;font-size: .7rem;text-align: left;padding-left: 2rem}
.ecs-page .section-a3 .balance-table span{ width: .95rem;height: .95rem; display: block;margin: 0 auto;}
.ecs-page .section-a3 .balance-table .title{ background: #e9edf3; font-size: .7rem; text-align: left; }
.ecs-page .section-a3 .balance-table .y{background: url("../image/has.png") center no-repeat;}
.ecs-page .section-a3 .balance-table .tb-shadow {position: absolute; left: 0; top:59px; right: 0; z-index: 1;}
.ecs-page .section-a3 .balance-table .ld{ padding-left: 1.6rem; background: url("../image/has.png") left 3px no-repeat;font-size: .7rem}
.ecs-page .section-a3 .balance-table .checked{ background: #015bfe; color: #fff;}
.ecs-page .section-a3 .balance-table .checked .tb-shadow { border: 1px solid #015bfe;}
.ecs-page .section-a4{padding: 3rem 0;background: #fff}
.ecs-page .section-a4 .content{padding-top: 1.5rem}
.ecs-page .section-a4 .nav-list{background: none}
.ecs-page .section-a4 .nav-list .items{display: flex}
.ecs-page .section-a4 .nav-list .items .s-content{width: 48.5%}
.ecs-page .section-a4 .section-nav span{padding: 0 50px;padding-bottom: 19px}
.ecs-page .section-a4 .section-body .s-content{background-color: #fff; box-sizing: border-box;flex: 1;height: 13rem;overflow-y: auto;padding: .5rem 2rem;width: 100%;display: flex;flex-direction: column;align-items: flex-start;}

/*   datarecovery-page   */
.datarecovery-page .section-a1{padding: 3rem 0 4rem 0;background-color: #fff;}
.datarecovery-page .section-a1 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.datarecovery-page .section-a1 .tit .ms{font-size: .7rem}
.datarecovery-page .section-a1 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.datarecovery-page .section-a1 .content .list li{width: 24.33333333%;display: flex;margin-top: 2rem;padding: 2rem;border-radius: 3px;border: solid 1px #e3e3e3;background-image: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);}
.datarecovery-page .section-a1 .content .list li:hover{background: url(../image/zujianBanner.ef08012.jpg);background-size: 100% 100%;}
.datarecovery-page .section-a1 .content .list li:hover .nr .tt{color: #fff}
.datarecovery-page .section-a1 .content .list li:hover .nr .ms{color: #fff}
.datarecovery-page .section-a1 .content .list li .tt{font-size: .8rem;color: #1b1b1b}
.datarecovery-page .section-a1 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: .8rem;line-height: 22px;flex: 1;}
.datarecovery-page .section-a2{padding: 3rem 0 4rem 0;background-color: #f2f5fa;}
.datarecovery-page .section-a2 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.datarecovery-page .section-a2 .tit .ms{font-size: .7rem}
.datarecovery-page .section-a2 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.datarecovery-page .section-a2 .content .list li{width: 49%;display: flex;margin-top: 1rem;padding: 2rem;background: #fff;border-radius: 5px;border: solid 1px #e3e3e342;align-items: flex-start}
.datarecovery-page .section-a2 .content .list li .img img{width: 3rem;height: 3rem;}
.datarecovery-page .section-a2 .content .list li:hover {box-shadow: 0 2px 10px rgb(64 66 67 / 12%);}
.datarecovery-page .section-a2 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600}
.datarecovery-page .section-a2 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.datarecovery-page .section-a2 .content .list li .nr{display: flex;flex: 1;flex-direction: column;margin-left: 1rem}
.datarecovery-page .section-a3{padding: 3rem 0;background: #fff}
.datarecovery-page .section-a3 .content{padding-top: 1.5rem}
.datarecovery-page .section-a3 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.datarecovery-page .section-a3 .content .list li{width: 23.333333%;display: flex;margin-top: 2rem;padding: 1.5rem;background-image: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);border-radius: 5px;border: solid 1px #e3e3e342}
.datarecovery-page .section-a3 .content .list li:hover {box-shadow: 0 2px 10px rgb(64 66 67 / 12%);}
.datarecovery-page .section-a3 .content .list li .img{width: 3rem;height: 3rem;background-size: cover!important;}
.datarecovery-page .section-a3 .content .list li .nr{display: flex;flex-direction: column;align-items: center;flex: 1}
.datarecovery-page .section-a3 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
.datarecovery-page .section-a3 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}


.mss-page .section-a1{padding:3rem 0 4rem 0}
.mss-page .section-a1 .content .list{display:flex;flex-wrap:wrap;padding-top:1rem;justify-content:space-between}
.mss-page .section-a1 .content .list li{width:32%;display:flex;flex-direction:column;align-items:center;margin-top:1rem;padding:2rem;background-color:#fff;border-radius:5px;box-shadow:0 2px 10px rgb(64 66 67 / 16%)}

.mss-page .section-a1 .content .list li .img{width:2rem;height:2rem;background-size:cover!important}
.mss-page .section-a1 .content .list li:nth-child(1) .img{background:url(../image/wsms-gn-1.png) no-repeat}
.mss-page .section-a1 .content .list li:nth-child(2) .img{background:url(../image/wsms-gn-2.png) no-repeat}
.mss-page .section-a1 .content .list li:nth-child(3) .img{background:url(../image/wsms-gn-11.png) no-repeat;width:2.5rem;height:2.5rem}
.mss-page .section-a1 .content .list li:nth-child(4) .img{background:url(../image/wsms-gn-4.png) no-repeat}
.mss-page .section-a1 .content .list li:nth-child(5) .img{background:url(../image/wsms-gn-3.png) no-repeat}
.mss-page .section-a1 .content .list li:nth-child(6) .img{background:url(../image/wsms-gn-6.png) no-repeat}
.mss-page .section-a1 .content .list li .nr .tt{font-size:.9rem;color:#1b1b1b;font-weight:600;text-align:center;margin-top:1rem}
.mss-page .section-a1 .content .list li .nr .ms{font-size:.7rem;color:#1b1b1b;opacity:.8;margin-top:1rem;line-height:22px}
.mss-page .section-a2{padding:3rem 0 4rem 0;background-color:#f2f5fa}
.mss-page .section-a2 .tit{display:flex;flex-direction:column;align-items:center;font-size:.7rem}
.mss-page .section-a2 .content .table-condensed{background-color:#fff;margin-top:2rem}
.mss-page .section-a2 .content .table-condensed tbody th{background-color:#e5e5e7;color:#333;border:none;padding:0}
.mss-page .section-a2 .content .table-condensed tbody th td{padding:1.2rem 1.5rem;font-size:.7rem}
.mss-page .section-a2 .table-condensed tbody td p{color:#626266;font-size:14px;font-weight:400;line-height:2}
.mss-page .section-a2 .table-condensed tbody td:nth-child(1){background-color:#006bff;color:#fff;border:none;text-align:center;font-size:.8rem;font-weight:600}
.mss-page .section-a2 .table-condensed tbody td:nth-child(1) p{background-color:#006bff;color:#fff}
.mss-page .section-a2 .content .table-condensed td{padding:1rem 2rem;text-align:left}
.mss-page .section-a3{padding:3rem 0 4rem 0}
.mss-page .section-a3 .tit{display:flex;flex-direction:column;align-items:center;font-size:.7rem}
.mss-page .section-a3 .tit .ms{font-size:.7rem}
.mss-page .section-a3 .nav-list .items .s-content{width:auto;height:auto;margin-left:0;display:flex;justify-content:center;padding:1rem 0;border:1px solid #eaebef}
.mss-page .section-a3 .nav-list .items .s-content img{width:45%}
.mss-page .section-a3 .section-nav{margin-top:2rem;width:100%}
.mss-page .section-a3 .section-nav .active{color:#2982ff}
.mss-page .section-a4{padding:4rem 0 5rem 0;background:url(../image/ecsbg.jpg) center no-repeat}
.mss-page .section-a4 .content{padding-top:1.5rem;line-height:2.5}
.mss-page .section-a4 .tit h2{color:#fff}
.mss-page .section-a4 .service-list{padding-top:1.5rem;margin-top:2rem;display:flex;justify-content:space-between}
.mss-page .section-a4 .service-list li{padding:1.5rem 2rem 2.5rem;width:29rem;min-height:12.5rem;background:#fff;margin-right:30px;text-align:center;box-shadow:0 2px 2px 0 rgba(0,0,0,.07);box-sizing:border-box;border-radius:10px}
.mss-page .section-a4 .service-list li:last-child{margin-right:0}
.mss-page .section-a4 .service-list li .sl-img{margin:0 auto 0;width:4rem;height:4rem;position:relative;background:url(../image/yunwei.png);background-size:cover}
.mss-page .section-a4 .service-list li .sl-img2{background:url(../image/logo-icon.png);background-size:cover}
.mss-page .section-a4 .service-list li .sl-img .J-svga{width:100%;height:100%}
.mss-page .section-a4 .service-list li .sl-title{font-size:.9rem;color:#333;margin-top:1rem;font-weight:600}
.mss-page .section-a4 .service-list li .sl-txt{padding-top:6px;line-height:1.4rem;font-size:.7rem;color:#666;margin-top:.5rem}
.mss-page .section-a5{padding:3rem 0 4rem 0;background-color:#fff}
.mss-page .section-a5 .list{padding:2.5rem 1.5rem 0;display:flex;flex-wrap:wrap}
.mss-page .section-a5 .list .item{display:flex;padding:30px 50px 30px 10px;width:50%;box-sizing:border-box;align-items:center}
.mss-page .section-a5 .list .item .img{width:3.5rem;height:3.5rem;background-size:cover}
.mss-page .section-a5 .list .item .service-icon1{background:url(../image/mss-service1.png) no-repeat;background-size:cover}
.mss-page .section-a5 .list .item .service-icon2{background:url(../image/mss-service2.png) no-repeat;background-size:cover}
.mss-page .section-a5 .list .item .service-icon3{background:url(../image/mss-service3.png) no-repeat;background-size:cover}
.mss-page .section-a5 .list .item .service-icon4{background:url(../image/mss-service4.png) no-repeat;background-size:cover}
.mss-page .section-a5 .list .item .txt{padding-left:1rem;overflow:hidden;flex:1}
.mss-page .section-a5 .list .item .txt .tit{padding-top:.5rem;font-size:.9rem;color:#000;justify-content:flex-start}
.mss-page .section-a5 .list .item .txt .ms{padding-top:.5rem;font-size:.7rem;color:#999}
.mss-page .section-a5 .list .item:nth-child(2n){padding:30px 10px 30px 30px;border-left:1px solid #e9e9e9}
.mss-page .section-a5 .list .item:nth-child(3),.mss-page .section-a5 .list .item:nth-child(4){border-top:1px solid #e9e9e9;padding-top:50px}
.mss-page .section-a6{padding:3rem 0 4rem 0;background:#f2f5fa}
.mss-page .section-a6 .content .list{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:1rem}
.mss-page .section-a6 .content .list li{width:32.3333333%;display:flex;margin-top:2rem;padding:2rem;border-radius:5px;border:solid 1px #e3e3e342;background:#ffff}
.mss-page .section-a6 .content .list li .img{width:3rem;height:3rem;background-size:cover!important}
.mss-page .section-a6 .content .list li:hover{box-shadow:0 2px 10px rgb(64 66 67 / 12%)}
.mss-page .section-a6 .content .list li:nth-child(1) .img{background:url(../image/1.cc5717b.png) no-repeat}
.mss-page .section-a6 .content .list li:nth-child(2) .img{background:url(../image/2.c27f15f.png) no-repeat}
.mss-page .section-a6 .content .list li:nth-child(3) .img{background:url(../image/3.f1bba4f.png) no-repeat}
.mss-page .section-a6 .content .list li .tt{font-size:.9rem;color:#1b1b1b;font-weight:600;margin-top:1rem}
.mss-page .section-a6 .content .list li .nr{display:flex;flex-direction:column;align-items:center}
.mss-page .section-a6 .content .list li .nr .ms{font-size:.7rem;color:#1b1b1b;opacity:.8;margin-top:1rem;line-height:22px}


/*   cwpp-page   */

    .cwpp-page .section-a1{padding: 3rem 0 4rem 0;background-color: #f2f5fa;}
    .cwpp-page .section-a1 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
    .cwpp-page .section-a1 .content .list li{width: 32.3333333%;display: flex;margin-top: 1rem;padding: 1.5rem;background-color: #fff;border-radius: 5px;flex-direction: column;align-items: center;}
    .cwpp-page .section-a1 .content .list li:hover{background: url(../image/zujianBanner.ef08012.jpg);background-size: 100% 100%;}
    .cwpp-page .section-a1 .content .list li:hover .tt{color: #fff}
    .cwpp-page .section-a1 .content .list li:hover .nr .ms{color: #fff}
    .cwpp-page .section-a1 .content .list li .nr{display: flex;justify-content: center;align-items: center;flex-direction: column}
    .cwpp-page .section-a1 .content .list li .img img{width: 3rem;}
    .cwpp-page .section-a1 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
    .cwpp-page .section-a1 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: .8rem;line-height: 22px;flex: 1;}
    .cwpp-page .section-a2{padding:3rem 0 4rem 0;background: #fff}
    .cwpp-page .section-a2 .list{padding:2.5rem 1.5rem 0;display:flex;flex-wrap:wrap}
    .cwpp-page .section-a2 .section .tit h2{color:#666}
    .cwpp-page .section-a2 .list .item{display:flex;padding:30px 50px 30px 10px;width:50%;box-sizing:border-box;align-items:center}
    .cwpp-page .section-a2 .list .item .img{width:3.5rem;height:3.5rem;background-size:cover}
    .cwpp-page .section-a2 .list .item .service-icon1{background:url(../image/mss-service1.png) no-repeat;background-size:cover}
    .cwpp-page .section-a2 .list .item .service-icon2{background:url(../image/mss-service2.png) no-repeat;background-size:cover}
    .cwpp-page .section-a2 .list .item .service-icon3{background:url(../image/mss-service3.png) no-repeat;background-size:cover}
    .cwpp-page .section-a2 .list .item .service-icon4{background:url(../image/mss-service4.png) no-repeat;background-size:cover}
    .cwpp-page .section-a2 .list .item .txt{padding-left:1rem;overflow:hidden;flex:1}
    .cwpp-page .section-a2 .list .item .txt .tit{padding-top:.5rem;font-size:.9rem;color:#000;justify-content:flex-start}
    .cwpp-page .section-a2 .list .item .txt .ms{padding-top:.5rem;font-size:.7rem;color:#999}
    .cwpp-page .section-a2 .list .item:nth-child(2n){padding:30px 10px 30px 30px;border-left:1px solid #e9e9e9}
    .cwpp-page .section-a2 .list .item:nth-child(3),.cwpp-page .section-a2 .list .item:nth-child(4){border-top:1px solid #e9e9e9;padding-top:50px}
    .cwpp-page .section-a3{padding: 2rem 0 4rem 0;background: #f2f5fa;box-sizing: border-box;width: 100%;}
    .cwpp-page .section-a3 .content{margin-top: 2rem}
    .cwpp-page .section-a3 .section-nav span{padding: 0 1rem 1rem 1rem;}
    .cwpp-page .section-a3 .section-nav{border-bottom:none;}
    .cwpp-page .section-a3 .section-body .s-content{background-color: #fff;box-sizing: border-box;flex: 1;height: 100%;overflow-y: auto;padding: 1rem 2rem 2rem 2rem;width: 100%;display: flex;flex-direction: column;align-items: flex-start}
    .cwpp-page .section-a3 .section-body .s-content .tt{color: #1a213e;font-size: 1rem;font-weight: 600;line-height: 35px;margin-top: 1rem;}
    .cwpp-page .section-a3 .section-body .s-content .ms{color: #5b5b5b;font-size: .8rem;font-weight: 400;line-height: 30px;margin-top: 1rem}
.cwpp-page .section-a3 .section-nav span::after {position: absolute;bottom: 0;left: 10%;content: '';width: 0;height: 2px;background-color: #2982ff;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.cwpp-page .section-a3 .section-nav span.active::after {width: 80%;}
.cwpp-page .section-a3 .section-body .s-content .items{display:flex;flex-direction:column}
.cwpp-page .section-a3 .section-body .s-content .items .tit{justify-content: flex-start;color:#000}

/*    优势    */
.index .advantage{background:url(../image/coreAdvan.d5ef8ae.jpg);padding:3.5rem 0;background-size:100% 100%!important;box-sizing:border-box;width:100%}
.index .advantage .index-tit .tt{color:#fff}
.index .advantage .content .list li .item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.1);box-sizing:border-box;height:9rem;padding:1.5rem;}
.index .advantage .content .list .active .item{background:url(../image/bianzu2.jpg);background-size:100% 100%;border:0 solid hsla(0,0%,100%,.1)}
.index .advantage .content .list .active .item .item-title{border-bottom:3px solid #fff;padding-bottom:5px}
.index .cooperation .list li:hover{box-shadow:0 2px 10px rgb(64 66 67 / 16%)}
.index .advantage .content .list li .item .item-title{color:#fff;font-weight:400}
.index .advantage .content .list li .item .item-text{color:#fff;opacity:1}
.index .advantage{padding:4rem 0;overflow:hidden}
.index .advantage .content .list{display:flex;flex-wrap:wrap;margin-top:2rem}
.index .advantage .content .list li{padding:.5rem;width:33.333%}
.index .advantage .content .list li .item{display:flex;box-shadow:0 2px 10px rgb(64 66 67 / 16%)}
.index .advantage .content .list li .item .item-title{box-sizing:content-box;color:#fff;display:inline-block;font-size:1.2rem;margin-bottom:1.2rem}
.index .advantage .content .list li .item .item-text{font-size:.7rem}


/*   concept   */
/*   concept   */
/*   concept   */
.concept{padding:3rem 0 2rem 0;}
.concept .content{margin-top: 1rem;display: flex;justify-content: center;align-items: center}
.concept .content .left{max-width: 20.3rem;margin-right: 6rem}
.concept .content .left .item{display: flex;margin-bottom: 1rem}
.concept .content .left .item .icon{display: block;background: url(../image/about-serice-icon.png);width: 40px;height: 39px;margin-right: 1rem}
.concept .content .left .item .text{font-size: .7rem;color: #666666;line-height: 28px;flex: 1}
.concept .content .right img{max-width: 320px}


/*   gradation   */
/*   gradation   */
/*   gradation   */
.gradation{padding:3rem 0 3rem 0}
.table-condensed{margin-top: 1rem}
.table-condensed th{border: 1px solid #f5f5f5;font-size: .7rem;font-weight: 700;line-height: 30px;background: #3370ff;color: #fff;padding: .5rem 0}
.table-condensed td{border: 1px solid #f5f5f5;font-size: .7rem;vertical-align: middle;text-align: center;line-height: 30px;padding: .5rem}



    /*    解决方案    */
.index .solution{padding:4rem 0;overflow:hidden;background: #fff}
.index .solution .index-tit .tt{color: #333}
.index .solution .content{position:relative;height:100%;margin:0 auto;overflow:hidden}
.index .solution .content .solution-tab{display:flex;margin-top:2rem;border-bottom:.01rem solid #e5e5e5}
.index .solution .content .solution-tab .tab-tag{display: flex}
.index .solution .content .solution-tab .tab-tag li{line-height:3;display:inline-block;margin-right:1.8rem;cursor: pointer;color: #333;border-bottom:2px solid rgb(22 23 39 / 0%) }
.index .solution .content .solution-tab .tab-tag li:hover{color: #059fff}
.index .solution .content .solution-tab .tab-tag .active{border-bottom:3px solid #0078ff;color: #0078ff}
.solution .detail{text-align:left;display:-ms-flexbox;display:flex}
.solution .detail .picture{width:20.75rem;height:20.75rem;margin-right:1rem}
.solution .detail .picture img{mix-blend-mode:darken;width:100%;height:auto}
.solution .detail .text-detail{-ms-flex:1;flex:1;}
.solution .detail h2{font-size:1.2rem;font-weight:600;color:#0078ff;line-height:1.65rem;margin-top:3rem;margin-bottom:.7rem}
.solution .text-content{color:#333;line-height:1.2rem;margin-bottom:1.35rem;font-size:.8rem;-webkit-box-orient:vertical;-webkit-line-clamp: 3;overflow: hidden;display: -webkit-box;}
.solution .detail .link{margin-bottom:1.7rem}
.solution .link a{font-size:.8rem;font-weight:400;color:#0078ff;line-height:1.1rem;background:url(../image/arrow-white.png) no-repeat right center;background-size:1rem .65rem;padding-right:1.5rem}
.solution .prods{padding-top:1.7rem;border-top:.01rem solid #e5e5e5}
.solution .prods .list-title{font-size:.8rem;font-weight:500;color:#333;line-height:1.2rem;margin-bottom:.75rem}
.solution .prods .prods-list{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;}
.solution .prods a{height:2rem;border:.01rem solid #0078ff;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0 1.5rem;-ms-flex-align:center;align-items:center;margin-right: 1rem}
.solution .prods a:hover{background:linear-gradient(270deg, #5856ed, #3370ff);border:.01rem solid #059fff;}
.solution .prods .text{font-size:.7rem;font-weight:400;color:#0078ff;line-height:1.2rem;margin-right: .5rem}
.solution .prods a:hover .text{color:#fff}
.solution .prods .icon{width:.85rem;height:.65rem;background-image:url(../image/arrow-white.png);background-size:cover}
.solution .prods a:hover .icon{background-image:url(../image/arrow-white.png)}
.technical-solution-m,.technical-solution-m-group--container{display:none}

@media screen and (max-width: 1240px) {
    .solution .tab-tag li{margin-right:.7rem}
    .solution .detail .picture{margin-right:.48rem}
    .solution .prods .prods-list{-ms-flex-wrap:wrap;flex-wrap:wrap}
    .solution .prods a{width:48%;margin-bottom:.2rem;padding:0 .2rem}
    .solution .prods .prods-list-less{-ms-flex-pack:justify;justify-content:space-between}
    .solution .prods .prods-list-less a{margin-right:0;width:48%}
}
@media screen and (max-width: 768px) {
    .solution .solution-nav-swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:auto;height:100%;position:relative}
    .solution .tab-tag li{margin-right:0;text-align:left;font-size:.7rem}
    .solution .detail{display:block}
    .solution .detail .picture{width:5.94rem;height:auto;display:block;margin:0 auto}

    .solution .link a{font-size: .75rem}
    .none{display: none!important;}
    .solution .detail .text-detail{width:100%}
    .solution .detail h2{font-size:.8rem;font-weight:600;margin-top: 0;line-height: 1rem}
    .solution .text-content{font-size:.7rem;font-weight:400;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom: 1rem;line-height: 1rem}
    .solution .detail .link{margin-bottom:.5rem}
    .solution .link a{font-weight:400;background-size:0.65rem 0.35rem;padding-right:1rem}
    .solution .tab-tag li:hover{color:#6d6e71}
    .solution .tab-tag li.current{color:#333}
    .solution .prods{padding-top:.5rem;display: none}
    .solution .prods .list-title{font-size:.7rem;font-weight:600;line-height:.53rem;margin-bottom:.4rem;margin-top: .6rem}
    .solution .prods .prods-list{display:flex;justify-content: space-between;margin-top: 1rem}
    .solution .prods a{width:48%;height:1.5rem;margin-bottom: .3rem;margin-right: 0;border-radius: 3px}
    .solution .prods .text{font-size:.7rem;font-weight:400;}
    .solution .prods .icon{width: 1rem;
        height: 0.35rem;
        background-repeat: no-repeat;
        background-size: 0.65rem 0.35rem;
    }
    .main-swiper{width:100%;height:7.2rem}
    .main-swiper .content{display:block}
    .main-container{height:100%;overflow:hidden}
    .main-container .main-wrap .main-item{overflow:hidden}
    .main-swiper .snow-canvas{position:absolute;top:0;left:0;pointer-events:none;width:100%;z-index:10}
    .main-container .main-wrap .main-detail{display:block;position:absolute;left:0;bottom:2.4rem;width:2.88rem;height:.5rem;font-size:.18rem;font-weight:500;text-align:center;line-height:.5rem;color:#fff;background-color:#2550dc}
    .main-container .main-wrap .main-detail:hover{background-color:#002b9b}
    .main-swiper .main-item img{display:block;position:absolute;width:19.2rem;height:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
    .main-swiper .pagination-wrap{position:relative;top:-.72rem;width:14.4rem;height:.1rem;margin:0 auto;z-index:10;padding:.2rem 0}
    .main-swiper .swiper-pagination{display:-ms-flexbox;display:flex}
    .main-swiper .swiper-pagination-customs{height:.05rem;width:.36rem;background-color:#fff}
    .main-swiper .swiper-pagination-customs:not(:first-child){margin-left:.1rem}
    .main-swiper .swiper-pagination-customs:hover{background-color:#d8d8d8;cursor:pointer}
    .main-swiper .swiper-pagination-customs-active{background-color:#2550dc}
}

/*    首页产品    */
.index .product{padding:4rem 0 5rem 0;overflow:hidden}
.index .product .content .list{display:flex;flex-wrap:wrap;margin-top:2rem;}

.index .product .content .list li{margin: 15px 0 0 0;width:32.7%;margin-right:.5rem}
.index .product .content .list li:nth-child(3n+0){margin-right:0}
.index .product .content .list li .item{display:flex;align-items:center;padding:1rem 1rem;cursor:pointer;border:1px solid #eee;position:relative;box-sizing:border-box;height:100%;border-radius: 3px}
.index .product .content .list li .item .right{flex: 1}
.index .product .content .list li .item .left{margin-right:1rem}
.index .product .content .list li .item .left .icon{width:70px;height:70px;display:block}
.index .product .content .list li:nth-child(1) .item .left .icon{;background-image:url(../image/index-pro-1.png);background-size:cover}
.index .product .content .list li:nth-child(2) .item .left .icon{;background-image:url(../image/index-pro-2.png);background-size:cover}
.index .product .content .list li:nth-child(3) .item .left .icon{;background-image:url(../image/index-pro-3.png);background-size:cover}
.index .product .content .list li:nth-child(4) .item .left .icon{;background-image:url(../image/index-pro-4.png);background-size:cover}
.index .product .content .list li:nth-child(5) .item .left .icon{;background-image:url(../image/index-pro-5.png);background-size:cover}
.index .product .content .list li:nth-child(6) .item .left .icon{;background-image:url(../image/index-pro-6.png);background-size:cover}
.index .product .content .list li:nth-child(7) .item .left .icon{;background-image:url(../image/index-pro-2.png);background-size:cover}
.index .product .content .list li:nth-child(8) .item .left .icon{;background-image:url(../image/index-pro-1.png);background-size:cover}
.index .product .content .list li:nth-child(9) .item .left .icon{;background-image:url(../image/index-pro-3.png);background-size:cover}
.index .product .content .list li .item .item-title{font-size:.8rem;margin-bottom:.75rem;display: inline-block}
.index .product .content .list li .item .item-text{color:#666;line-height:1.5em;text-align:justify;font-size:.7rem}
.index .product .content .list li .item .href{font-size: .7rem;margin-top: .5rem;display: flex;align-items: center;}
.index .product .content .list li .item .href .icon{
    width: 0.75rem;
    height: 0.55rem;
    background-image: url(../image/arrow-white.png);
    background-size: cover;
    margin-left: 0.3rem;
    display: inline-block;
}
.index .product .content .list li:hover{
    box-shadow: 0 2px 10px rgb(64 66 67 / 12%);
}
.index .product .content .list li:hover .item .href{color: #0078ff}
.index .product .content .list li:hover .item .href .icon{
    margin-left: .5rem;
    transition-duration: .5s
}
.index .product .content .list li:hover .item .item-title{
    color: #0078ff;
}
    /*    合作伙伴    */
.index .cooperation{background:#f5f5f5;padding:4rem 0;overflow:hidden}
.index .cooperation .list{display:flex;flex-wrap:wrap;margin-top:2rem}
.index .cooperation .list li{width:calc(20.8% - 1rem);height:3.5rem;background-position:center center;background-repeat:no-repeat;background-color:#fff;margin:.25rem;border:1px solid #f2f2f2;box-sizing:border-box;background-size: 80% auto;border-radius:2px;}


/*    新闻    */
.index .index-news{padding:4rem 0;overflow:hidden;}
.index .index-news .content{margin-top:2rem}
.index .index-news .content .item-top{font-size:.9rem;text-align:left;margin-bottom:1.2rem}
.index .index-news .content .item-list{overflow:hidden;display:flex;justify-content:space-between}
.index .index-news .content .item-list li{width:31%}
.index .index-news .content .item-list li .item-img-box{position:relative}
.index .index-news .content .item-list li .item-img-box .img{width:100%;height:100%;overflow:hidden}
.index .index-news .content .item-list li .item-img-box .img img{display:block;width:100%;height:180px}
.index .index-news .content .item-list li .item-img-box .img-transparent{position:absolute;left:0;right:0;bottom:0;padding:10px 20px;font-size:.7rem;color:#fff;background-color:rgba(0,0,0,.5);z-index:10;display:flex;align-items:center}
.index .index-news .content .item-list li .item-img-box .img-transparent .icon{position:absolute;right:20px;width:14px;height:14px;background:url(../image/index-new-right.png) no-repeat 50%;background-size:100% 100%}
.index .index-news .content .item-con-box{padding-top:2rem}
.index .index-news .content .item-con-box .tit{border-bottom:1px solid rgba(72,73,76,.15);margin-bottom:1.5rem;display: flex;justify-content: space-between}
.index .index-news .content .item-con-box .tit .tt{position:relative;display:inline-block;padding-bottom:15px;font-size:18px}
.index .index-news .content .item-con-box .tit .tt:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(270deg, #5856ed, #3370ff)}
.index .index-news .content .item-con-box .box .row{padding-bottom:.4rem;display:flex;justify-content:space-between}

.index .index-news .content .item-con-box .box .row:hover>a{color: #0078ff}
.index .index-news .content .item-con-box .box .row:hover .time{color: #0078ff}


.index .index-news .content .item-con-box .box .row a{font-size:.7rem;max-width:75%;line-height: 2}
.index .index-news .content .item-con-box .box .time{font-size:.7rem;color: #999999}
.index .index-news .content .item-con-box .href{display:flex;align-items: center}
.index .index-news .content .item-con-box .href a{font-size:.75rem;color: #0078ff}
.index .index-news .content .item-con-box .href .icon{
    width: 0.75rem;
    height: 0.55rem;
    background-image: url(../image/arrow-white.png);
    background-size: cover;
    margin-left: .3rem;
}



.index .index-news .content .item-con-box .href a:hover{color: #059fff}



    /*    page-crumbs    */
.crumbs{padding: 3px 0;margin: 1rem 0;display: flex;align-items: center}
.crumbs .tt{font-size: 14px;margin-right: 15px}
.crumbs:before{content: '';background: url(../image/home.png);width: 14px;height: 14px;display: inline-block;margin-right: 10px}
.crumbs a{font-size: 14px;color: #666;display: flex;align-items: center}
.crumbs a:hover{color: #059fff}
.crumbs a:after{content: '>';font-size: 14px;color: #666;display: block;margin: 0 10px}
.crumbs a:last-child:after{content: none}





/*    page    */
.page-content{padding-top:3.5rem}
.page-content .page-banner{height:20rem;background:url(../public/uploads/image/20240318/113650_815.jpg);background-size:cover;background-position:center center;position: relative}
.page-content .page-banner .box{max-width: 60rem;position: absolute;top: 25%;}
.page-content .page-banner .box .tt{font-size:2rem;color:#000;font-weight: 500}
.page-content .page-banner .box .ms{font-size:.7rem;color:#333;line-height:1.6;margin-top:.8rem;max-width: 35rem}
.page-content .page-banner .box .href{padding:.3rem 2rem;border:1px solid #059fff;display:inline-block;font-size:.7rem;margin-top:2rem;color:#fff;background: linear-gradient(270deg,#5856ed,#3370ff);box-shadow: 0 0 4px 2px rgba(0,0,0,.04);
    border-radius: 4px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.page-content .page-banner .box .href:hover{
    color: #fff;
    background-color: #0687d7;
    border: 1px solid #0687d7;
}


/* page分页样式start */
.page{text-align:center;margin:70px auto;position:relative}
.page .pager a,.page .pager span{display:inline-block;padding:3px 13px;border:1px solid #e7e7e7;margin-right:7px;background: #fff;font-size:13px;border-radius: .2rem}
.page .pager a:hover{background:linear-gradient(270deg, #5856ed, #3370ff);color: #fff}
.page .pager .on{background: linear-gradient(270deg, #5856ed, #3370ff);color: #fff}
.page .pager .page_cur{background:#059fff;color:#fff}
.page .pager .page_show{font-size: 13px}
.page .pager .page_show .total_page,.cur_page{font-size: 13px}


/*    assess    */
.assess .tit{display:flex;justify-content:center}
.assess .tit .tt{display:inline-block;font-size:1.5rem;color:#000;position:relative}
.assess .tit .tt{display:flex;align-items:center}
.assess .tit .tt::before{left:-150px}
.assess .tit .tt::after,.assess .tit .tt::before{content:"";display:inline-block;width:6.2rem;margin:0 1rem;height:1px;background:#d1d1d1}
.assess .assess-row .top-list{display:flex;padding:1.25rem}
.assess .assess-row .top-list li{width:50%;display:flex;align-items:center}
.assess .assess-row .top-list li .img{display:inline-block;width:54px;height:60px;background:url(../image/dengbao-icon.png) no-repeat;vertical-align:middle}
.assess .assess-row .top-list li .tt{padding-left:1rem;font-size:1.2rem;color:#333;vertical-align:middle}
.assess .assess-row .top-list li .ms{padding-left:1.5rem;font-size:.8rem;color:#333;vertical-align:middle}
.assess .assess-row .top-list li .img2{background-position:-58px 3px}
.assess .assess-row .top-list li:last-child{border-left:1px solid #dfdfdf;padding-left:5.5rem}
.assess .assess-service{padding:2.5rem 0;background:#f5f5f5;display:flex}
.assess .assess-service .service-list{padding-top:4.5rem;margin-top:2rem;display:flex;justify-content:space-between}
.assess .assess-service .service-list li{padding:0 30px 20px;width:580px;min-height:278px;background:#fff;margin-right:30px;text-align:center;box-shadow:0 2px 2px 0 rgba(0,0,0,.07);box-sizing:border-box}
.assess .assess-service .service-list li:last-child{margin-right:0}
.assess .assess-service .service-list li .sl-img{margin:-4.2rem auto 0;width:9.35rem;height:9.35rem;position:relative;background:url(../image/pic.jpg);border-radius:50%}
.assess .assess-service .service-list li .sl-img .J-svga{width:100%;height:100%}
.assess .assess-service .service-list li .sl-title{padding-top:.5rem;font-size:.9rem;color:#333}
.assess .assess-service .service-list li .sl-txt{padding-top:6px;line-height:1.4rem;font-size:.7rem;color:#666}
.assess .assess-process{padding:2.5rem 0;background:#fff;display:flex}
.assess .assess-process .img-box{margin-top:4rem}
.assess .assess-activity{padding:4rem 0;background-color:#f5f5f5}
.assess .assess-activity .activity-list{padding:.7rem 1.55rem 0;display:flex;margin-top:2rem}
.assess .assess-activity .activity-list li{padding:.7rem;width:175px;background:#fff;margin-right:2rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);position:relative;text-align:center;cursor:pointer}
.assess .assess-activity .activity-list li::after{content:"";display:inline-block;width:38px;height:12px;background:url(../image/dengbao-icon.png) no-repeat -210px -70px;position:absolute;top:50%;margin-top:-6px;right:-50px}
.assess .assess-activity .activity-list li:last-child{margin-right:0}
.assess .assess-activity .activity-list li:last-child::after{display:none}
.assess .assess-activity .activity-list li .al-img{margin:0 auto;width:3.1rem;height:60px;background:url(../image/dengbao-icon.png) no-repeat}
.assess .assess-activity .activity-list li .al-img1{background-position:-122px 0}
.assess .assess-activity .activity-list li .al-img2{background-position:-192px 0}
.assess .assess-activity .activity-list li .al-img3{background-position:0 -70px}
.assess .assess-activity .activity-list li .al-img4{background-position:-70px -70px}
.assess .assess-activity .activity-list li .al-img5{background-position:-140px -70px}
.assess .assess-activity .activity-list li .al-title{padding-top:.5rem;font-size:.9rem;color:#333}
.assess .assess-activity .activity-list li .al-txt{padding-top:.2rem;font-size:.7rem;line-height:1rem;margin-top:.3rem;color:#999}
.assess .assess-technology{padding:2rem 0;background-color:#fff}
.assess .assess-technology .technology-tab{margin:0 auto;padding:2rem 0 0;text-align:center;font-size:0}
.assess .assess-technology .technology-tab li{display:inline-block}
.assess .assess-technology .technology-tab .item{border:1px solid #d5e3f5;display:block;padding:.6rem 2rem;font-size:.8rem}
.assess .assess-technology .technology-tab li:nth-child(2){margin-left:-1px}
.assess .assess-technology .technology-tab li:nth-child(3){margin-left:-1px}
.assess .assess-technology .technology-tab li:nth-child(4){margin-left:-1px}
.assess .assess-technology .technology-tab .active{background-color:#059fff;border:1px solid #d5e3f5}
.assess .assess-technology .technology-tab .active a{color:#fff}
.assess .assess-technology .technology-tab .first{border-radius:1rem 0 0 1rem}
.assess .assess-technology .technology-tab .last{border-radius:0 1rem 1rem 0}
.assess .assess-technology .technology-tab li:first-child{border-radius:1rem 0 0 1rem}
.assess .assess-technology .technology-tab li:last-child{border-radius:0 1rem 1rem 0}
.assess .assess-technology .technology-tab-content{display:none}
.assess .assess-technology .wjf-ui-tab-btn-radius .item{border:1px solid #d5e3f5}
.assess .assess-technology .technology-table{margin-top:2rem;width:100%;text-align:center;border:1px solid #d5e3f5}
.assess .assess-technology .technology-table tr th{height:3rem;line-height:3rem;background:#eef9ff;border-right:1px solid #d5e3f5;border-bottom:1px solid #d5e3f5;font-size:.7rem;font-weight:700;color:#555}
.assess .assess-technology .technology-table tr td{padding:.5rem;height:2.5rem;vertical-align:middle;border-right:1px solid #d5e3f5;border-bottom:1px solid #d5e3f5;font-size:.7rem;color:#3b3b3b;box-sizing:border-box;line-height:1.5}
.assess-guarantee{padding:2.5rem 0;background:#f5f5f5;display:flex}
.assess-guarantee .list{padding:2.5rem 1.5rem 0;display:flex;flex-wrap:wrap}
.assess-guarantee .list .item{display:flex;padding:30px 50px 30px 10px;width:50%;box-sizing:border-box}
.assess-guarantee .list .item .img{background:url(../image/pic.jpg) no-repeat;width:4.5rem;height:4.5rem;background-size:cover;border-radius:50%}
.assess-guarantee .list .item .txt{padding-left:1rem;overflow:hidden;flex:1}
.assess-guarantee .list .item .txt .tit{padding-top:.5rem;font-size:.9rem;color:#000;justify-content:flex-start}
.assess-guarantee .list .item .txt .ms{padding-top:.5rem;font-size:.7rem;color:#999}
.assess-guarantee .list .item:nth-child(2n){padding:30px 10px 30px 30px;border-left:1px solid #e9e9e9}
.assess-guarantee .list .item:nth-child(3),.assess-guarantee .list .item:nth-child(4){border-top:1px solid #e9e9e9;padding-top:50px}

/*NDR*/
    .ndr-page .section-a1{padding: 3rem 0 4rem 0;background-color: #fff;}
    .ndr-page .section-a1 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
    .ndr-page .section-a1 .content .list li{width: 32.3333333%;display: flex;margin-top: 1rem;padding: 1rem;background-color: #fff;border-radius: 5px;flex-direction: column;align-items: center;box-shadow: 0 2px 7px rgb(64 66 67 / 15%);}
    .ndr-page .section-a1 .content .list li:hover{background: url(../image/zujianBanner.ef08012.jpg);background-size: 100% 100%;}
    .ndr-page .section-a1 .content .list li:hover .tt{color: #fff}
    .ndr-page .section-a1 .content .list li:hover .nr .ms{color: #fff}
    .ndr-page .section-a1 .content .list li .nr{display: flex;justify-content: center;align-items: center;flex-direction: column}
    .ndr-page .section-a1 .content .list li .img img{width: 3rem;}
    .ndr-page .section-a1 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600;margin-top: 1rem}
    .ndr-page .section-a1 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: .8rem;line-height: 22px;flex: 1;}
    .ndr-page .section-a2{padding: 3rem 0 4rem 0;background: #f2f5fa;}
    .ndr-page .section-a2 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
    .ndr-page .section-a2 .content{margin-top: 2rem}
    .ndr-page .section-a2 .content .img{display: flex;justify-content: center;background:#fff;border-radius:5px;padding:2rem 1rem}
    .ndr-page .section-a2 .content .img img{width:70%}
    .ndr-page .section-a4{padding: 2rem 0 4rem 0;background-image: url(../image/AppSceneBg.149941a.png);background-size: 100% 100% !important;box-sizing: border-box;width: 100%;}
    .ndr-page .section-a4 .content{margin-top: 2rem}
    .ndr-page .section-a4 .section-nav span{padding: 0 1rem 1rem 1rem}
    .ndr-page .section-a4 .section-nav{border-bottom:none;}
    .ndr-page .section-a4 .section-body .s-content{background-color: #fff;box-sizing: border-box;flex: 1;height: 20.5rem;overflow-y: auto;padding: .5rem 2rem;width: 100%;display: flex;flex-direction: column;align-items: flex-start}
    .ndr-page .section-a4 .section-body .s-content .tt{color: #1a213e;font-size: 1rem;font-weight: 600;line-height: 35px;margin-top: 1rem;}
    .ndr-page .section-a4 .section-body .s-content .ms{color: #5b5b5b;font-size: .8rem;font-weight: 400;line-height: 30px;margin-top: 1rem}
    .ndr-page .section-a3{padding: 3rem 0;background: url(../image/gn-bg.jpg);position: relative;background-size:cover}
    .ndr-page .section-a3 .tit h2{color: #fff}
    .ndr-page .section-a3 .content{margin-top: 2rem;border-radius: 5px}
    .ndr-page .section-a3 .content .list{display: flex;}
    .ndr-page .section-a3 .content .list li{padding: 1rem;width: 49.5%;display: flex;align-items: center;flex-direction: column;background:#fff;box-shadow: 0 2px 10px rgb(64 66 67 / 16%);border-radius:5px}
    .ndr-page .section-a3 .content .list li:nth-child(1){margin-right:.5rem}
    .ndr-page .section-a3 .content .list li .nr .tt{font-size: 1.1rem;color: #1b1b1b;font-weight: 600;text-align: center}
    .ndr-page .section-a3 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px}
    .ndr-page .section-a3 .content .list li .img{margin-top:1rem}
.ndr-page .section-a4 .section-nav span::after {position: absolute;bottom: 0;left: 10%;content: '';width: 0;height: 2px;background-color: #2981ff;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.ndr-page .section-a4 .section-nav span.active::after {width: 80%;}


/*skip-box*/
/*skip-box*/
/*skip-box*/

.skip-box{height: 60px;}
.skip-item{height: 60px;text-align: center;background-color: #fff;width:100%;z-index:100;top:0;position: relative;overflow: hidden;  -webkit-box-shadow: 0px 2px 6px 0px rgba(52, 65, 91, 0.08);
    box-shadow: 0px 2px 6px 0px rgba(52, 65, 91, 0.08);}
.skip-item ul{display: flex;width: 100%;justify-content: center;}
.skip-item ul li{display: flex;line-height:58px;width: 30%;box-sizing: border-box;justify-content: center;}
.skip-item ul li:last-child{margin-right: 0}
.skip-item ul li a{color:#0a1633;font-size: 14px;display: inline-block;box-sizing: border-box;position: relative;}
.skip-item ul li.on a{color:#2983ff;border-bottom: 2px solid #2982ff;}
.skip-item span{color:#1c1d1f;display: block;width:150px;line-height: 60px;font-weight: bold;font-size: 14px;position: absolute;}
.skip-item .btn{padding:0;width:120px;height:38px;line-height: 38px;background-color: #2983ff;display: block;margin:11px 0;color:#fff;border-radius: 3px;font-size: 14px;border:0;position: absolute;right: 0;bottom: 0;z-index: 9}
.skip-item .btn i{display: none}
.skip-prev,.skip-next{display: none;position: absolute;top:0;width: 60px;line-height: 60px;text-align: center;z-index: 9}
.skip-prev{left: 0}
.skip-next{right: 0}

/*evaluation-plan*/
/*evaluation-plan*/
/*evaluation-plan*/
.evaluation-plan .tit{display:flex;justify-content:center}
.evaluation-plan .tit .tt{display:inline-block;font-size:1.3rem;color:#000;position:relative}
.evaluation-plan .tit .tt{display:flex;align-items:center}
.evaluation-plan .tit .tt::before{left:-150px}
.evaluation-plan .tit .tt::after,.evaluation-plan .tit .tt::before{content:"";display:inline-block;width:6.2rem;margin:0 1rem;height:1px;background:#d1d1d1}
.evaluation-plan .evaluation-summary{padding:3rem 0}
.evaluation-plan .evaluation-summary .content{display:flex;padding-top:2rem}
.evaluation-plan .evaluation-summary .content .text{flex:1;overflow:hidden;padding-left:3rem}
.evaluation-plan .evaluation-summary .content .text p{font-size:.7rem;color:#454545;margin-top:.5rem;line-height:2;text-indent:1.5rem}
.dbfa-config{padding:30px 0 40px;border-radius:6px;background:url(../image/buy-bg2.jpg) top right no-repeat #fff;border:1px solid #eee;box-shadow:0 0 8px -2px rgba(76,132,174,.1)}
.dbfa-config .current-config{width:250px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.dbfa-config .current-config .current-config-title{padding-left:38px;font-size:16px;color:#303030}
.dbfa-config .current-config .config-list{margin-top:10px;line-height:30px}
.dbfa-config .current-config .config-list li{padding-left:38px}
.dbfa-config .current-config .config-list li label{font-size:14px}
.dbfa-config .current-config .config-list li span{color:#6c6c6c;padding-left:5px}
.dbfa-config .current-config .config-list li p{width:84px;height:22px;line-height:20px;border:1px solid #ff8a8a;box-sizing:border-box;font-size:14px;color:#ff5252;text-align:center;border-radius:1px;margin-top:6px}
.dbfa-config .config-box-list .config-box-title{padding-left:40px;padding-bottom:10px}
.dbfa-config .config-box-list .config-box-title .config-title-txt{overflow:hidden;padding-left:10px;font-size:14px;color:#8e8e8e}
.dbfa-config .config-box-list .config-box-title .config-title-txt p{padding:6px 0 2px;font-size:18px;color:#181818}
.dbfa-config .config-box-list .config-box{padding-top:20px;display:flex;align-items:center}
.dbfa-config .config-box-list .config-box label.f-l{display:inline-block;padding-right:10px;text-align:right;font-size:16px;color:#2e2e2e;position:relative}
.dbfa-config .config-box-list .config-box .config-items{overflow:hidden;font-size:0;display:flex;align-items:center}
.dbfa-config .config-box-list .config-box .config-items.flux-container{overflow:visible;margin-left:130px}
.dbfa-config .config-box-list .config-box .config-items .link-btn{display:inline-block;padding:8px 10px;font-size:14px;background:#f4f4f4;color:#6a6a6a;cursor:pointer;position:relative}
.dbfa-config .config-box-list .config-box .config-items .link-btn.active{background:#128e73;color:#fff}
.dbfa-config .config-box-list .config-box .config-items .config-time{border:1px solid #eaeaea;border-radius:2px;vertical-align:middle;height:26px;line-height:26px;display:flex;align-items:center}
.dbfa-config .config-box-list .config-box .config-items .config-time dt{padding:0 25px;border-right:1px solid #eaeaea;font-size:14px;color:#8b8b8b;cursor:pointer;position:relative;vertical-align:middle;height:26px;line-height:26px}
.dbfa-config .config-box-list .config-box .config-items .config-time dt.active{background-color:#128e73;color:#fff}
.dbfa-config .config-box-list .config-box .config-items .config-time dt.active .btn-desc,.dbfa-config .config-box-list .config-box .config-items .config-time dt.active .btn-desc-arrow{opacity:1}
.dbfa-config .config-box-list .config-box .config-items .config-time dt.active-gift{background-position:16px -1027px;background-color:#128e73}
.dbfa-config .config-box-list .config-box .config-items .count a{width:24px;height:24px;font-weight:700;background:#fff;font-size:16px;text-align:center;color:#bbb;line-height:24px;padding:0;margin:0;overflow:hidden;border:1px solid #e1e1e1;vertical-align:middle}
.dbfa-config .config-box-list .config-box .config-items .count input{width:48px;text-align:center;color:#ff9600;font-size:16px;height:24px;line-height:24px;border:1px solid #e1e1e1;padding:0;margin:0 -5px;vertical-align:top}
.dbfa-config .config-box-list .config-box .config-items .price{margin-top:-4px;font-size:1.2rem;color:#ff7200}
.dbfa-config .config-box-list .config-box .config-items #J_buyBtnsContainer.disabled .btn_buy{background-color:#adadad}
.dbfa-config .sale-out-info .sale-icon{display:inline-block;background:url(../image/sale-icon.gif) left top no-repeat;width:32px;height:20px}
.dbfa-config .services-contact{margin-top:24px;margin-right:26px;width:202px;height:282px;border:1px solid #eee;border-radius:4px;background:#fff;text-align:center;box-sizing:border-box}
.dbfa-config .services-contact i{margin:25px auto 6px;display:inline-block;width:100px;height:100px;background:url(../image/buy-icon.png) -56px 0 no-repeat}
.dbfa-config .services-contact p{padding-top:6px;font-size:14px;color:#666}
.dbfa-config .services-contact .contact-btn{margin-top:20px;display:inline-block;width:82px;height:24px;line-height:24px;background:#e8f3ff;border-radius:2px;border:1px solid #a9d2ff;font-size:14px;color:#2086ee;text-align:center}
.evaluation-plan .evaluation-price{padding:3.5rem 0;background:#f5f5f5}
.evaluation-plan .evaluation-price .dbfa-config{margin-top:2rem;display:flex;justify-content:space-between;padding-left:2rem;align-items:center}
.evaluation-plan .sale-out-info .sale-text-info{border:1px solid #eee;display:inline-block;padding:0 5px;height:1rem;line-height:1rem;background-color:#f9f9f9;color:#666;font-size:.6rem}
.evaluation-plan .sale-out-info .sale-text-info .redColor{color:#ff6b26;font-weight:700;font-size:.6rem}
.evaluation-plan .btn_buy-box{display:flex;margin-top:2rem}
.evaluation-plan .btn_buy-box .config-btn{display:inline-block;width:140px;height:42px;line-height:42px;font-size:14px;text-align:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;outline:0;border:none;cursor:pointer}
.evaluation-plan .btn_buy-box .config-btn.btn_buy{background:#128e73;color:#fff}
.evaluation-plan .btn_buy-box .config-btn.btn_buy:hover{background:#11b390}
.evaluation-plan .btn_buy-box .config-btn.btn_try{background:#efefef;color:#9c9c9c}
.evaluation-plan .btn_buy-box .config-btn.btn_try:hover{background:#dfdfdf}
.evaluation-plan .dbfa-config .config-box-list .config-box .config-items .sale-out-info{display:flex;margin-left:1rem}
.evaluation-plan .dbfa-config .config-box-list .config-box .config-items .dis-ib{display:flex}
.evaluation-plan .evaluation-service{padding:3.5rem 0}
.evaluation-service .content{margin-top:2rem}
.evaluation-plan table{background:#fff;border:1px solid #e9e9e9;text-align:center;margin-bottom:2rem}
.evaluation-plan .tableServices th{background:#128e73;color:#fff;border:1px solid #128e73}
.evaluation-plan table tr th{height:60px;line-height:60px;background:#f1f4f4;font-size:16px;font-weight:700;color:#555}
.evaluation-plan table tr td{padding:10px;height:54px;line-height:22px;color:#3b3b3b}
.evaluation-plan .config-list li,.evaluation-plan table tr td{text-align:left;font-size:.7rem;box-sizing:border-box;vertical-align:middle}
.evaluation-plan table tr td .text{font-size:.7rem}
.evaluation-plan table tr td .sprice-font{font-size:.6rem;color:#818181}
.evaluation-plan table tr td,.evaluation-plan table tr th{border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}
.dbfayewu{display:flex}
.dbfayewu .dbfayewu-box{display:flex;flex-direction:column;margin-left:1rem}
.dbfayewu .dbfayewu-box .dbfayewu-form{padding-top:.5rem}
.dbfayewu .dbfayewu-box .dbfayewu-form .dbfayewu-form-box{display:flex;align-items:center}
.dbfayewu .dbfayewu-box .tt{color:#ff6b26;font-size:.8rem}
.dbfayewu .dbfayewu-box .dbfayewu-form .dbfayewu-form-box .dbfayewu-form-item{display:flex;align-items:center;margin-right:1rem}
.dbfayewu .dbfayewu-box .dbfayewu-form .dbfayewu-form-box .dbfayewu-form-item .dbfayewu-form-item__label{font-size:.7rem;padding:0 12px 0 0;color:#606266}
.dbfayewu .dbfayewu-box .dbfayewu-form .dbfayewu-form-box .dbfayewu-form-item .dbfayewu-form-item-select{padding-right:1rem;padding-left:1rem;background-color:#fff;border:1px solid #dcdfe6;box-sizing:border-box}
.dbfayewu .dbfayewu-box .dbfayewu-form .dbfayewu-form-box .dbfayewu-form-item .dbfayewu-form-item-select select{height:1.6rem;padding-right:3rem;line-height:1.6rem;color:#606266;display:inline-block;font-size:.6rem;outline:0;transition:border-color .2s cubic-bezier(.645,.045,.355,1)}
.dbfayewu .dbfayewu-box .dbfayewu-form .dbfayewu-form-box .dbfayewu-form-item .dbfayewu-form-item-select select option{padding-right:3rem;padding-left:1rem;line-height:2rem;border-radius:0;background-color:#fff;border:1px solid #dcdfe6;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;outline:0;width:100%}
.J_price,.dbfayewu .dbfayewu-box .dbfayewu-form .dbfayewu-form-box .dbfayewu-form-item .price{font-size:1.2rem;color:#ff7200}
.dbfayewu .dbfayewu-box .dbfayewu-form .dbfayewu-form-box .dbfayewu-form-item .btn_buy{display:inline-block;width:100px;height:32px;line-height:32px;font-size:14px;text-align:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;outline:0;border:none;cursor:pointer;background:#128e73;color:#fff}



.evaluation-advantage{background:#f5f5f5;padding:3.5rem 0}
.evaluation-advantage .advantage-list{display:flex;justify-content:space-between;margin-top:1rem}
.evaluation-advantage .advantage-list li{display:flex;flex-direction:column;align-items:center;padding:0 20px}
.evaluation-advantage .advantage-list li .tit{margin-top:1rem;font-size:.9rem;color:#333}
.evaluation-advantage .advantage-list li .ms{margin-top:2rem;font-size:.7rem;color:#666;text-align:center}
.evaluation-process{background:#fff;padding:3.5rem 0}
.evaluation-process .tit{display:flex;flex-direction:column;justify-content:center;align-items:center}
.evaluation-process .tit .ms{font-size:.7rem;margin-top:1rem;color:#666}
.evaluation-process .content table{background:#fff;border:1px solid #e9e9e9;text-align:center;margin:2rem 0}
.evaluation-process .content table tr th{height:60px;line-height:60px;background:#f1f4f4;font-size:16px;font-weight:700;color:#555;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}
.evaluation-process .content table tr td{padding:10px;height:54px;line-height:22px;color:#3b3b3b}
.evaluation-introduce{background:#f5f5f5;padding:3.5rem 0}
.evaluation-introduce .introduce-list{display:flex;flex-wrap:wrap;width:calc(100% + 1.4rem);margin-top:2rem}
.evaluation-introduce .introduce-list li{width:calc(50% - 1.4rem);min-height:11.9rem;margin-right:1.4rem;margin-bottom:1.4rem;padding:1.7rem 2rem 1.2rem;box-shadow:0 2px 4px 0 rgb(0 0 0 / 5%),0 10px 20px 0 rgb(98 71 71 / 5%);background:url(../image/listbg.png) right top no-repeat #fff}
.evaluation-introduce .introduce-list li .tt{font-size:.9rem;margin-bottom:.5rem;display:flex;align-items:center;color:#666}
.evaluation-introduce .introduce-list li .tt:before{display:inline-block;content:'';width:8px;height:8px;border-radius:50%;margin-right:.5rem;background:#0c6766}
.evaluation-introduce .introduce-list li .ms{font-size:.7rem;color:#666;line-height:1.35rem}




/*        solution-page        */
/*        solution-page        */
.solution-page{padding-top:70px}
.solution-page .banner{position:relative}
.solution-page .banner .img{min-height:400px;height:400px}
.solution-page .banner .img img{width:100%;height:100%}
.solution-page .banner .content{position:absolute;top:40%;left:0;right:0}
.solution-page .banner .content .tt{font-size:2rem;color:#fff;font-weight:600}
.solution-page .banner .content .line{width:7.7rem;height:.1rem;background-color:#fff;margin:2rem 0 1.9rem 0}
.solution-page .banner .content .ms{font-size:.8rem;line-height:1.5rem;color:#fff;margin-top:30px}
.solution-page .content-box .box .container>.tit{margin:45px 0 50px 0;padding:0;font-size:28px;line-height:40px;color:#222;text-align:center;font-weight:500}
.solution-page .content-box .ask{padding-bottom:70px}
.solution-page .content-box .ask .list{width:calc(100% + 20px);display:flex;justify-content:space-between}
.solution-page .content-box .ask .list li{position:relative;background:#fff;border:1px solid rgba(51,51,51,.08);display:flex;flex-direction:column;align-items:center;width:calc(25% - 20px);margin-right:20px;border-radius:6px;text-align:center;padding:24px 36px;box-sizing:border-box}
.solution-page .content-box .ask .list li:hover{background: #f6f8fb}
.solution-page .content-box .ask .list li .icon{width:48px;height:48px;display:block}
.solution-page .content-box .ask .list li .icon-1{background:url(../image/zw-y-1.png) no-repeat;background-size:cover}
.solution-page .content-box .ask .list li .icon-2{background:url(../image/zw-y-2.png) no-repeat;background-size:cover}
.solution-page .content-box .ask .list li .icon-3{background:url(../image/zw-y-3.png) no-repeat;background-size:cover}
.solution-page .content-box .ask .list li .icon-4{background:url(../image/zw-y-4.png) no-repeat;background-size:cover}
.solution-page .content-box .ask .list li .tt{margin:16px 0 8px;font-size:18px;color:#222;text-align:center;line-height:25px;font-weight:500}
.solution-page .content-box .ask .list li .ms{display:inline-block;opacity:.7;font-size:14px;color:#222;letter-spacing:0;line-height:24px;font-weight:400;text-align:left}
.solution-page .content-box .framework{background:#f7f7f7;padding:80px 0 60px 0}
.solution-page .content-box .framework .content{display:flex;justify-content:space-between}
.solution-page .content-box .framework .content .ms{padding:25px;max-width:25%;background-color:#fff}
.solution-page .content-box .framework .content .img{margin-right:20px}
.solution-page .content-box .framework .content .img img{height: 100%}
.solution-page .content-box .framework .content .ms p{line-height:32px;font-size:14px;color:#666;text-indent:2em}
.solution-page .content-box .framework .content .ms .link a{display:block;width:120px;height:35px;line-height:35px;margin-top:35px;text-align:center;font-size:16px;color:#fff;text-indent:0;border-radius:4px;background-color:#059fff}
.solution-page .content-box .advantage .content{padding-bottom:60px}
.solution-page .content-box .advantage .content .list{width:calc(100% + 30px);display:flex;justify-content:space-between}
.solution-page .content-box .advantage .content .list li{width:calc(25% - 30px);margin-right:30px;display:flex;align-items:center;flex-direction:column;padding:24px 36px;border:1px solid rgba(51,51,51,.08);border-radius:5px}
.solution-page .content-box .advantage .content .list li:hover{background: #f6f8fb}
.solution-page .content-box .advantage .content .list li .tt{color:#666;font-size:20px;font-weight:600;margin:30px 0}
.solution-page .content-box .advantage .content .list li .ms{font-size:14px;color:#222;letter-spacing:0;line-height:24px;font-weight:400;text-align:left;opacity:.7}
.solution-page .content-box .advantage .content .list li .icon{display:inline-block}
.solution-page .content-box .advantage .content .list li .icon-1{background:url(../image/page_youshi-1.png);width:53px;height:60px}
.solution-page .content-box .advantage .content .list li .icon-2{background:url(../image/page_youshi-2.png);width:46px;height:60px}
.solution-page .content-box .advantage .content .list li .icon-3{background:url(../image/page_youshi-3.png);width:60px;height:60px}
.solution-page .content-box .advantage .content .list li .icon-4{background:url(../image/page_youshi-4.png);width:56px;height:60px}


/*   srs-page   */
.srs-page .section-a1{padding: 3rem 0 4rem 0;background-color: #fff;}
.srs-page .section-a1 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.srs-page .section-a1 .tit .ms{font-size: .7rem}
.srs-page .section-a1 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.srs-page .section-a1 .content .list li{width: 24.33333333%;display: flex;margin-top: 2rem;padding: 1.5rem 2rem;border-radius: 3px;border: solid 1px #e3e3e342;background-image: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);}
.srs-page .section-a1 .content .list li .img img{width: 3rem;height: 3rem;}
.srs-page .section-a1 .content .list li:hover{background: url(../image/zujianBanner.ef08012.jpg);background-size: 100% 100%;}
.srs-page .section-a1 .content .list li:hover .nr .tt{color: #fff}
.srs-page .section-a1 .content .list li:hover .nr .ms{color: #fff}
.srs-page .section-a1 .content .list li .tt{font-size: .9rem;color: #1b1b1b;margin-bottom: .5rem;margin-top: .8rem;font-weight: 600}
.srs-page .section-a1 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;line-height: 22px}
.srs-page .section-a2{padding: 3rem 0 4rem 0;background-color: #f2f5fa;}
.srs-page .section-a2 .tit{display: flex;flex-direction: column;align-items: center;font-size: .7rem}
.srs-page .section-a2 .tit .ms{font-size: .7rem}
.srs-page .section-a2 .content .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 1rem}
.srs-page .section-a2 .content .list li{width: 49%;display: flex;margin-top: 1rem;padding: 2rem;background: #fff;border-radius: 5px;border: solid 1px #e3e3e342;align-items: flex-start}
.srs-page .section-a2 .content .list li .img img{width: 3rem;height: 3rem;}
.srs-page .section-a2 .content .list li:hover {box-shadow: 0 2px 10px rgb(64 66 67 / 12%);}
.srs-page .section-a2 .content .list li .tt{font-size: .9rem;color: #1b1b1b;font-weight: 600}
.srs-page .section-a2 .content .list li .nr .ms{font-size: .7rem;color: #1b1b1b;opacity: .8;margin-top: 1rem;line-height: 22px;}
.srs-page .section-a2 .content .list li .nr{display: flex;flex: 1;flex-direction: column;margin-left: 1rem}
.srs-page .section-a3{padding: 3rem 0;background: #fff}
.srs-page .section-a3 .content{padding-top: 1.5rem}
.srs-page .section-a3 .nav-list{background: none}
.srs-page .section-a3 .nav-list .items{display: flex}
.srs-page .section-a3 .nav-list .items .s-content{width: 48.5%}


/*download-center*/
/*download-center*/
/*download-center*/
.download-center .download-content{padding:2.5rem 0 4rem 0;background:#f5f5f5}
.download-center .download-content .crumbs{margin-top:0}
.download-center .download-content .download-list-box{background:#fff;padding:1.25rem 2rem;border:1px solid #e5e5e5}
.download-center .download-content .download-list-box .download-list li{position:relative;height:5rem;margin-bottom:1rem;padding:1rem 0 .5rem 0;border-bottom:1px dashed #d9d9d9;font-size:.8rem;line-height:1.4rem;color:#666;display:flex;justify-content:space-between}
.download-center .download-content .download-list-box .download-list li .wd-icon i{display:inline-block;background:url(../image/download-icon.png);width:50px;height:50px}
.download-center .download-content .download-list-box .download-list li .content{padding:0 3rem 0 1.75rem;flex:1}
.download-center .download-content .download-list-box .download-list li .content .ms{font-size:.8rem;color:#666;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.download-center .download-content .download-list-box .download-list li .download-d a{display:flex;justify-content:center;width:5rem;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;text-align:center;font-size:12px;padding:.3rem 0;color:#929292}
.download-center .download-content .download-list-box .download-list li .download-d a .icon{background:url(../image/download-icon-c.png);width:20px;height:16px;display:inline-block;line-height:16px}
.download-center .download-content .download-list-box .download-list li .download-d .size{font-size:12px;margin-top:.4rem}


/*institution*/
/*institution*/
/*institution*/
.institution{background: #f5f5f5;padding-bottom: 3rem}
.institution .institution-content .saixuan{background: #fff;padding: .8rem 1rem}
.institution .institution-content .saixuan{display: flex;}
.institution .institution-content .saixuan .saixuan-list{display: flex;align-items: center;flex-wrap: wrap;flex: 1}
.institution .institution-content .saixuan .tt{line-height: 1.6rem;
    font-size: 17px;
    margin-right: 5px;
    vertical-align: middle;
}
.institution .institution-content .saixuan .saixuan-list li a{margin: 0 .5rem;line-height: .6rem;font-size: .7rem;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin-bottom: 10px;
    padding: 5px 8px 7px;
    border: 1px solid rgba(0,86,255,.0);
    text-align: center;
    vertical-align: middle;
}

.institution .institution-content .saixuan .saixuan-list li .active{
    background: rgba(0,86,255,.08);
    border: 1px solid rgba(0,86,255,.08);
    color: #0056ff;
}
.institution .institution-content .saixuan .saixuan-list li a:hover{
    background: rgba(0,86,255,.08);
    border: 1px solid rgba(0,86,255,.08);
    color: #0056ff;
}



.institution .institution-content .content{margin-top: 1rem}
.institution .institution-content .content .tit{border-bottom: 1px solid #f5f5f5;line-height: 1.6rem;background: #fff;margin-bottom: .2rem;padding: .4rem 1rem;}
.institution .institution-content .content .tit h2{font-size: .9rem;font-weight: 500}
.institution .institution-content .institution-list{background: #fff;padding: 1rem 1rem;}
.institution .institution-content .institution-list li{position:relative;height:5rem;margin-bottom:1rem;padding:1rem 0 .5rem 0;border-bottom:1px dashed #d9d9d9;font-size:.8rem;line-height:1.4rem;color:#666;display:flex;justify-content:space-between}
.institution .institution-content .institution-list li .wd-icon i{display:inline-block;background:url(../image/download-icon.png);width:50px;height:50px}
.institution .institution-content .institution-list li .row{flex:1;padding: 0 1rem}
.institution .institution-content .institution-list li .row .ms{font-size:.8rem;color:#666;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-top: .3rem}
.institution .institution-content .institution-list li .download-d a{display:flex;justify-content:center;width:5rem;border:1px solid #e5e5e5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;text-align:center;font-size:12px;color:#929292}
.institution .institution-content .institution-list li .download-d a .icon{background:url(../image/download-icon-c.png);width:20px;height:16px;display:inline-block;line-height:16px}
.institution .institution-content .institution-list li .download-d .size{font-size:12px;margin-top:.4rem}


/*   news   */
/*   news   */
/*   news   */

.news .news-box{min-height: 25rem}
.news .news-box .content-box{display:flex;justify-content:space-between}
.news .news-box .news-nav{width: 20%}
.news .news-box .news-nav .tit{padding:.5rem 3rem;color:#fff;line-height:2rem;background:linear-gradient(270deg,#5856ed,#3370ff);text-align: center}
.news .news-box .news-nav .tit h3{font-size:.8rem}
.news .news-box .news-nav .list{margin-top:.2rem}
.news .news-box .news-nav .list li{text-align:center;border-bottom:1px solid #eaeaea;position:relative}
.news .news-box .news-nav .list li a{line-height:3rem;background:rgb(48 62 83 / 6%);display:block;font-size:.7rem}
/*.news .news-box .news-nav .list li .active:before{position:absolute;left:0;content:'';display:block;width:3px;height:100%;background:#059fff}*/
.news .news-box .news-nav .list li .active{background:#dbeffd}
.news .news-box .news-content{margin-left:2rem;flex:1}
.news .news-box .news-content .list li{display:flex;align-items:center;margin-bottom: 1.5rem;border-bottom: 1px dashed #eeeeee;padding-bottom: 1.5rem}
.news .news-box .news-content .list li .img-bpx{width:180px;height:110px;background:#e5e5e5;margin-right:1.5rem;overflow:hidden;border-radius:5px}
.news .news-box .news-content .list li .img-bpx .img{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}
.news .news-box .news-content .list li .img-bpx .img{-webkit-transition:-webkit-transform .3s linear;-moz-transition:-moz-transform .3s linear;-o-transition:-o-transform .3s linear;transition:transform .3s linear}
.news .news-box .news-content .list li:hover .img-bpx .img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
/*.news .news-box .news-content .list li:hover .tagging{color: #059fff;border-bottom: 1px solid #059fff;}*/
.news .news-box .news-content .list li:hover a{color: #059fff}
.news .news-box .news-content .list li .box{flex:1}
.news .news-box .news-content .list li .box h2{font-size:1rem;font-weight:600;color:#303445;margin-bottom:20px;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.news .news-box .news-content .list li .box h2 a{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:20px;font-weight:600;width:100%;height:100%}
.news .news-box .news-content .list li .box h2 a:hover{color:#059fff}
.news .news-box .news-content .list li .box p{font-size:.7rem;height:2rem;color:#59607b;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.news .news-box .news-content .list li .box .item{justify-content:space-between}
.news .news-box .news-content .list li .box .item .ms{width:calc(100% - 85px);margin-bottom:.5rem}
.news .news-box .news-content .list li .tagging{display:flex;align-items:center;flex-direction:column;color:#666;font-size:.7rem;border-bottom: 1px solid #eeeeee;padding-bottom: .5rem}
.news .news-box .news-content .list li .tagging span{font-size:.9rem;display:block;text-align:center}


/*        page-news        */
/*        page-news        */
.news-page .news-box .news-nr{display:flex}
.news-page .news-box .news-nr .left{margin-right:2.5rem;width: calc(100% - 17.5rem)}
.news-page .news-box .news-nr .right{max-width:321px;flex:1}
.news-page .news-box .news-nr .right .wrap{margin-bottom:20px}
.news-page .news-box .news-nr .right .wrap .hotexh{padding:0 1.5rem 1.5rem;background:#fff;border:1px solid #f5f5f5;border-radius: 3px}
.news-page .news-box .news-nr .right .wrap .hotexh h2{height:3.25rem;line-height:3.25rem;font-size:1rem;font-weight:700;border-bottom:1px solid #ededed;color:#374f63}
.news-page .news-box .news-nr .right .wrap .hotexh .list{padding-top:1.25rem}
.news-page .news-box .news-nr .right .wrap .hotexh .list li{line-height:1.5rem;font-size:.6rem;color:#666;height:1.5rem;overflow:hidden}
.news-page .news-box .news-nr .right .wrap .hotexh .list li a{color:#666;font-size:.7rem}
.news-page .news-box .news-nr .right .wrap .hotexh .list li a:hover{color: #059fff}
.news-page .news-box .news-nr .right .wrap .hotexh .list li a span{display:inline-block;margin-right:.75rem;width:.85rem;font-size:.6rem;height:.85rem;background:#b3b3b3;border-radius:50%;text-align:center;line-height:17px;color:#fff}
.news-page .news-box .news-nr .right .wrap .hotexh .list .on a span{background:#059fff}
.news-page .news-box .news-nr .right .wrap .hot-zx{padding:0 15px 30px;background:#fff;border:1px solid #f5f5f5;border-radius: 3px}
.news-page .news-box .news-nr .right .wrap .hot-zx h2{height:65px;line-height:65px;font-size:20px;font-weight:700;border-bottom:1px solid #f5f5f5;color:#374f63}
.news-page .news-box .news-nr .right .wrap .hot-zx .list{padding-top:15px}
.news-page .news-box .news-nr .right .wrap .hot-zx .list li{padding:10px 0;border-bottom:1px solid #eee}
.news-page .news-box .news-nr .right .wrap .hot-zx .list li .img{width:115px;height:70px;background:#e5e5e5;margin-right:15px;border-radius: 3px}
.news-page .news-box .news-nr .right .wrap .hot-zx .list li .img img{width:100%;height:100%}
.news-page .news-box .news-nr .right .wrap .hot-zx .list li .content .title{font-size:14px;color:#59607b;line-height:22px;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.news-page .news-box .news-nr .right .wrap .hot-zx .list li .content .title:hover{color: #059fff}
.news-page .news-box .news-nr .right .wrap .hot-zx .list li .content .time{margin-top:5px;display:block;color:#9fa5bb;font-size:12px;line-height:22px}

/*             news-pag    news-pag   news-pag             */
.news-pag,.news-relevant{width:900px;padding:15px 30px;border:1px solid #f5f5f5}
.news-page .details-content .news-article h1{font-size:22px;line-height:75px}
.news-article-from ul{display:flex}
.news-article-from ul li{color:#999;margin-right:1.1rem;font-size:.7rem}
.news-article-from ul li span{font-size:14px}
.news-article-cont{width:100%;line-height:30px;padding-top:1.5rem;border-top: 1px solid #eeeeee;margin-top: 1rem;font-size: .7rem}
.news-article-cont p{line-height: 1.5rem;font-size: .7rem}
.news-article .details-body-switch{background:#f5f5f5}
.news-box .details-content .news-article h1{font-size:18px;line-height:30px}
.news-box .article-address{padding-top: 1rem;border-top: 1px solid #f5f5f5;margin-top: 2rem}
.news-box .recommend-news{padding-bottom:3rem}
.news-box .recommend-news .tit{margin-top:1rem;border-bottom:1px solid #eee}
.news-box .recommend-news .tit .tt{border-bottom:3px solid #059fff;display:inline-block;padding-bottom:.5rem}
.news-box .recommend-news .list{display:flex;justify-content:space-between;flex-wrap:wrap;padding-top:1rem}
.news-box .recommend-news .list li{width:48%;margin-bottom:.5rem}
.news-box .recommend-news .list li .href{display:flex;align-items:center;justify-content:space-between}
.news-box .recommend-news .list li .href .fl{width:80%}
.news-box .recommend-news .list li .href .title{font-size:.7rem}
.news-box .recommend-news .list li .href .title:before{display:inline-block;width:6px;height:6px;border-radius:25px;background:#999;content:'';margin-right:.75rem}
.news-box .recommend-news .list li .href .time{font-size:.7rem}
.news-box .recommend-news .list li .href:hover{color:#059fff}
.news-box .recommend-news .list li .href:hover .title:before{background:#059fff}
.news-box .news-article-from{margin-top: .5rem}

/*             about            */
.about .page-banner{max-height: 250px}
.about .about-nav{border-bottom:1px solid #e6ebf0}
.about .about-nav .list{display:flex;align-items:center;margin:0 auto}
.about .about-nav .list li{padding:.8rem 3rem 0 0}
.about .about-nav .list li a{font-weight:400;color:#666;font-size:.8rem;display:inline-block;padding-bottom:.6rem;border-bottom:2px solid rgb(0 0 0 / 0%)}
.about .about-nav .list li a:hover{border-bottom:2px solid #059fff}
.about .about-nav .list li .active{border-bottom:2px solid #059fff}


.about .section{
    padding: 4rem 0;
    background-position: center center;
    background-size: auto 100%;
    overflow: hidden;
}
.history .section-head{padding-bottom: 0!important;}

.about .section-head {
    text-align: center;
    padding-bottom: 2rem;
}
.about .section-head-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 15px;
}






.about .about-us .section-conntent .text p{font-size: .7rem;margin-bottom: .5rem;line-height: 1.3rem}
.about .about-us .section-conntent .img{margin-top: 1rem}


/*             发展历程             */
.about .history .section-head-title{color: #fff}
.about1_line{padding:0 70px;position:relative;margin-top:50px}
.about1_line .line-btn{width:45px;height:44px;position:absolute;top:30px;cursor:pointer;background-size:cover!important}
.about1_line .swiper-button-disabled{opacity:.3;cursor:not-allowed}
.about1_line .line-btn-left{left:0;background:url(../image/about-btn-left.png)}
.about1_line .line-btn-right{right:0;background:url(../image/about-btn-right.png)}
.about1_line .line-head{position:relative;width:100%;overflow:hidden}
.about1_line .line-head .line{height:1px;width:100%;background:#d6d7d6;position:absolute;top:52px}
.about1_line li span{width:76px;height:114px;margin:auto;display:block;position:relative;cursor:pointer}
.about1_line li span a{position:absolute;bottom:8px;left:0;text-align:center;width:100%;height:32px;line-height:32px;font-size:16px;color:#fff}
.about1_line li span.cur,.about1_line li span:hover{color:#cf000d}
.about1_line li span.cur a,.about1_line li span:hover a{font-size:16px;color:#fff}
.about1_line li span.cur i,.about1_line li span:hover i{background:#cf000d;border:#cf000d}
.about1_line li span i{position:absolute;width:18px;height:18px;border-radius:10px;border:1px solid #d6d7d6;background:#fff;left:29px;top:43px}
.line-con{width:100%;padding:50px 100px;background:#fafafa url(../image/about_bg.png) bottom right no-repeat;box-sizing:border-box;margin-top:70px}
.line-con .box{display:none;flex-direction:row}
.line-con .box:nth-child(1){display:flex}
.line-con .pic{width:348px;background:#000}
.line-con .pic img{display:block;width:100%}
.line-con .pic video{width:348px;height:200px}
.line-con .text{padding-left:60px}
.line-con .text dt{width:176px;height:30px;background:url(../image/about-title.png);margin-bottom:15px}
.line-con .text dt a{color:#fff;font-size:16px;height:30px;line-height:30px;float:right;width:95px;text-align:center}
.line-con .text dd a{display:block;line-height:35px;position:relative;padding-left:25px;margin:5px 0}
.line-con .text dd a:before{content:"";background-image:url(../image/icon-item.png);background-size:cover;position:absolute;top:10px;left:0;width:16px;height:17px}




/* 公司荣誉 */
.our-culture{display:-webkit-flex;display:flex}
.culture-l{width:350px;padding:10px 0}
.culture-r{flex:2}
.our-culture .title{font-size:18px;margin-bottom:20px}
.our-culture .title:before{content:'';display:inline-block;width:4px;height:20px;background-color:#0096ff;vertical-align:middle;margin-right:18px}
.our-culture .desc{color:#666}
.culture-slogen{display:-webkit-flex;display:flex;justify-content:space-around}
.culture-slogen .icon{content:'';display:inline-block;width:56px;height:56px;background-image:url(../image/about-serice-icon.png);vertical-align:middle;background-position:center;background-repeat:no-repeat}
.block-item+.block-item{margin-top:30px}
.block-item.bgGray{padding:30px}
.about .service{background-color:#f5f5f5}
.about .service .section-content .list{display:flex;flex-wrap:wrap;padding: 2rem 1rem;border-radius: 8px}
.about .service .section-content .list li{width:24%;padding:10px;box-sizing:border-box}
.about .service .section-content .list li img{height: auto}
.about .service .section-content .list li .title{margin-top: .5rem;font-weight: 500;text-align: center}


/* 公司资质 */

.about .aptitude .list{display:flex;flex-wrap:wrap;padding: 2rem 1rem;border-radius: 8px}
.about .aptitude .list li{width:24%;padding:10px;box-sizing:border-box}
.about .aptitude .list li img{height: auto}
.about .aptitude .list li .title{margin-top: .5rem;font-weight: 500;text-align: center}


.section-content{background-color:#fff}
.section-content .list{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:1rem}
.section-content .list li{width:49%;display:flex;flex-direction:column;margin-top:1rem;padding:10px;}
.section-content .list li img{height: 15rem;width: 100%;border-radius: 5px}
.section-content .list li .nr{display:flex;flex-direction:column;align-items:flex-start;margin-top: 1rem}
.section-content .list li .nr .tt{margin-bottom: .5rem}
.section-content .list li .title{margin-top: .5rem;font-weight: 500;text-align: center}

.id-content{background-color:#fff}
.id-content .list{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:1rem}
.id-content .list li{width:49%;display:flex;flex-direction:column;margin-top:1rem;padding:10px;}
.id-content .list li img{height: 15rem;width: 100%;border-radius: 5px}
.id-content .list li .nr{display:flex;flex-direction:column;align-items:flex-start;margin-top: 1rem}
.id-content .list li .nr .tt{margin-bottom: .5rem}
.id-content .list li .title{margin-top: .5rem;font-weight: 500;text-align: center}

    /*             switch    switch   switch              */
/*             switch    switch   switch             */
.details-body-switch{background:#fff;display:flex;margin:3.5rem 0}
.details-body-switch a{width:50%;line-height:1.7rem;text-align:center;font-size:.7rem;padding:0 1.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color: #f5f5f5}
.details-body-switch a:hover{background: #059fff;color: #fff}
.details-body-switch .switch1:hover{color:#fff!important;}
.details-body-switch .switch2:hover{color:#fff!important;}
.details-body-switch-activ{background:#059fff!important;color:#fff!important;}



/*case-center*/
/*case-center*/
/*case-center*/
.case-center .page-banner .box{top:30%}
.case-center .page-banner .box .tt{color:#333;font-family:PingFang SC;font-size:42px;font-style:normal;font-weight:400;letter-spacing:-.5px;line-height:59px;margin-bottom:8px}
.case-center .case-center-box{padding:1.3rem 0 2rem 0;background: url(../image/customer_bg.jpg)}

.case-center .case-center-box .container{display: flex}
.case-center .case-center-box .nav-list .row{display: flex;flex-direction: column;padding: 0 .75rem}
.case-center .case-center-box .nav-list .row .tag{
    position: relative;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: left;
    padding-left: 3rem;
    font-size: .8rem;
    color: #666666;
    cursor: pointer;
    margin-top: 5px;
}

.case-center .case-center-box .nav-list{
    width: 254px;
    height: 100%;
    padding-bottom: 1rem;
    background-color: #fff;
    box-shadow: 0 16px 16px rgba(55,69,103,.02), 0 8px 8px rgba(235,240,252,.02);
    border-radius: 5px;
    border: 1px solid #eeeef1;
}
.case-center .case-center-box .nav-list .row .tt{color:#333;font-size:18px;font-weight:700!important;line-height:25px;margin-right:24px;vertical-align:middle}

.case-center .case-center-box .nav-list .row .tag:hover{background:linear-gradient(270deg,#5856ed,#3370ff);color:#fff;border-radius: 5px}
.case-center .case-center-box .nav-list .row .active{background:linear-gradient(270deg,#5856ed,#3370ff);color:#fff;border-radius: 5px}
/*.case-center .case-center-box .nav-list .row .active::after{*/
/*    position: absolute;*/
/*    right: -1px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    content: '';*/
/*    width: 4px;*/
/*    height: 100%;*/
/*    background-color: #2981ff;*/
/*}*/
.case-center .case-center-box .case-content{flex: 1;margin-left: 1rem}
.case-center .case-center-box .case-content .caseItem{
    padding: 1.5rem 2rem;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #eeeef1;
    margin-bottom: 1rem;
    box-shadow: 0 16px 16px rgba(55,69,103,.02), 0 8px 8px rgba(235,240,252,.02);

}
.case-center .case-center-box .case-content .caseItem .img{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.case-center .case-center-box .case-content .list{display:flex;flex-direction: column}
.case-center .case-center-box .case-content .list a{display:block;}
/*.case-center .case-center-box .case-content .list a:hover .caseItem{background:#fff;box-shadow:1px 1px 7px #adadad}*/
.case-center .case-center-box .case-content .caseItem .title{font-size:16px;font-weight:700!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.case-center .case-center-box .case-content .caseItem .disc{-webkit-box-orient:vertical;-webkit-line-clamp:4;word-wrap:break-word;color:#626266;display:-webkit-box;font-size:14px;font-weight:400;line-height:24px;overflow:hidden;text-align:justify;text-overflow:ellipsis;word-break:break-word;margin-top: 20px}
.case-center .case-center-box .case-content .caseItem .view{color:#2981ff;display:block;font-size:14px;font-weight:400;line-height:24px;margin-top: 10px}




/*     case-details    */
/*     case-details    */

.case-details .page-banner .box{top: 40%}
.case-details .page-banner .box .tt{color: #000}
.case-details .content-box{padding-top: 2rem}
.case-details .content-box .crumbs{margin: 5px 0 15px 0}
.case-details .content-box .content .box{margin-bottom: 2.5rem}
.case-details .content-box .content .box .tt{font-size: 1.3rem;display: flex;align-items: center;padding-bottom: .75rem;border-bottom: 1px solid #eee;color:#333333}
.case-details .content-box .content .box .tt:before{content: '';width: 4px;height: .75rem;background: #059fff;display: inline-block;margin-right: .75rem}
.case-details .content-box .content .box .nr{margin-top: 1.5rem}
.case-details .content-box .content .box .nr p{font-size: .7rem;line-height: 1.5rem}




/*fast-protect*/
/*fast-protect*/
/*fast-protect*/
.fast-protect .page-banner .box{top:30%}
.fast-protect .page-banner .box .tt{color:#333;font-family:PingFang SC;font-size:42px;font-style:normal;font-weight:400;letter-spacing:-.5px;line-height:59px;margin-bottom:8px}
.fast-protect .fast-protect-box{padding:1.3rem 0 2rem 0}
.fast-protect .fast-protect-box .nav-list{border-bottom:2px solid #e6e9f0;padding-bottom:1.2rem}
.fast-protect .fast-protect-box .nav-list .row .tt{color:#333;font-size:18px;font-weight:700!important;line-height:25px;margin-right:24px;vertical-align:middle}
.fast-protect .fast-protect-box .nav-list .row .tag{border:1px solid rgba(0,86,255,0);box-sizing:border-box;color:#666;cursor:pointer;display:inline-block;font-size:14px;height:24px;line-height:12px;margin-left:20px;padding:5px 8px 7px;text-align:center;vertical-align:middle}
.fast-protect .fast-protect-box .nav-list .row .tag:hover{background:rgba(0,86,255,.08);border:1px solid rgba(0,86,255,.08);color:#0056ff}
.fast-protect .fast-protect-box .nav-list .row .active{background:rgba(0,86,255,.08);border:1px solid rgba(0,86,255,.08);color:#0056ff}
.fast-protect .fast-protect-box .fast-protect-content{padding-top:2.2rem}
.fast-protect .fast-protect-box .fast-protect-content .caseItem{background:#fff;border:1px solid #dbe0e5;box-sizing:border-box;padding:.5rem;margin-bottom:20px;position:relative;border-radius:5px;transition:all .15s ease-in-out}
.fast-protect .fast-protect-box .fast-protect-content .caseItem .img{height:9rem;overflow:hidden}
.fast-protect .fast-protect-box .fast-protect-content .caseItem .img img{width:100%;height:100%;-webkit-transition:-webkit-transform .3s linear;-moz-transition:-moz-transform .3s linear;-o-transition:-o-transform .3s linear;transition:transform .3s linear}
.fast-protect .fast-protect-box .fast-protect-content .list a:hover .img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.fast-protect .fast-protect-box .fast-protect-content .list{width:calc(100% + 1rem);display:flex;flex-wrap:wrap}
.fast-protect .fast-protect-box .fast-protect-content .list a{display:block;margin-right:1rem;width:calc(25% - 1rem)}
.fast-protect .fast-protect-box .fast-protect-content .list a:hover .caseItem{background:#fff;box-shadow:1px 1px 10px #dbdbdb;border-color:#059fff}
.fast-protect .fast-protect-box .fast-protect-content .list a:hover .caseItem .view{color:#059fff}
.fast-protect .fast-protect-box .fast-protect-content .caseItem .title{font-size:16px;margin-top:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fast-protect .fast-protect-box .fast-protect-content .caseItem .disc{-webkit-box-orient:vertical;-webkit-line-clamp:2;word-wrap:break-word;color:#999;display:-webkit-box;font-size:14px;font-weight:400;max-height:2.5rem;line-height:24px;margin-top:.5rem;overflow:hidden;text-align:justify;text-overflow:ellipsis;word-break:break-word}
.fast-protect .fast-protect-box .fast-protect-content .caseItem .view{bottom:20px;color:#333;display:block;font-size:14px;font-weight:400;line-height:24px;margin-top:1rem;text-align:left}




/*    footer    */
/*    footer    */
/*    footer    */
footer{color:#fff}
footer .footer-banner{width:100%;height:8rem;background:url(../image/footerbanner.jpg) 0 0/100% 100% no-repeat;display:flex}
footer .footer-banner .container{display:flex;align-items:center;justify-content:center}
footer .footer-banner .container .box{display:flex;align-items:center}
footer .footer-banner .reg{display:block;width:150px;height:34px;line-height:34px;background-color:#fff;border-radius:18px;border:0;padding:0;margin-right:20px;font-size:15px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#188ae0;text-align:center}
footer .footer-banner .reg:hover{background:#f5f5f5}
footer .footer-banner span{font-size:20px;color:#fff}
footer .foter-content .container{display:flex;padding: 0}
footer .foter-content{padding:3.5rem 0 2rem 0;background:#242a37}
footer .foter-content .left .footer-logo{background:url(../image/logo.png) no-repeat;max-width:7.5rem;height:2.2rem;background-size:cover;background-position:center center;margin-bottom:.5rem}
footer .foter-content .left .slogan-describe{line-height:1.75;text-align:justify;margin-bottom:2rem;font-size:.7rem;color:#999}
footer .foter-content .left .ft-contactus p{line-height:2;font-size:.7rem;color: #fff}
footer .foter-content .right{display:flex;justify-content:space-between;flex:1;margin-left:3rem}
footer .foter-content .right .wrap .tt{font-size:.8rem;color:#fff;margin-bottom:1.2rem}
footer .foter-content .right .wrap .list a{font-size:.7rem;color:#999;display:block;margin-bottom:.5rem;-webkit-transition:all .1s ease;-moz-transition:all .1s ease;transition:all .1s ease}
footer .foter-content .right .wrap .list a:hover{color: #fff}
footer .foter-content .right .wrap .list .erweima{width:6rem!important;height:6rem!important;border-radius: 6px}
footer .footer-bottom{background:#242a37;padding-bottom:2rem}
footer .footer-bottom .container{border-top:1px solid #fff;opacity:.6}
footer .footer-bottom p{font-size:.7rem;padding-top:20px}





/* 等保计算器 */
.dengbao-calculator {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
    width: 1038px;
    height: 610px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(64, 66, 77, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(64, 66, 77, 0.1);
    background-color: #ffffff;
    z-index: 9999999;
}
.dengbao-calculator select{-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.calc-overlay {display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #0000007d; z-index: 999999;}
.dengbao-calculator {display: none;position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);width: 1038px;height: 610px;overflow: hidden;-webkit-box-shadow: 0px 0px 10px 0px rgba(64, 66, 77, 0.1);box-shadow: 0px 0px 10px 0px rgba(64, 66, 77, 0.1);background-color: #ffffff;z-index: 9999999;}
.dengbao-calculator input[type=text],
.dengbao-calculator input[type=number] {outline: none;padding: 11px 13px;-webkit-box-sizing: border-box;box-sizing: border-box; width: 350px;height: 35px;border: solid 1px #d6d6d6;font-size: 14px}
.dengbao-calculator input[type=text]:focus,
.dengbao-calculator input[type=number]:focus {border-color: #0078ff;}
.dengbao-calculator input[type=radio] {width: 18px;height: 18px;vertical-align: middle;margin-right: 5px;-webkit-appearance: radio;-moz-appearance:radio;appearance:radio;}
.dengbao-calculator input[type=checkbox] {width: 15px;height: 15px;border: solid 1px #d6d6d6;vertical-align: text-top;}
.dengbao-calculator label + label {margin-left: 20px;}
.dengbao-calculator input {-webkit-appearance: auto;-moz-appearance:auto;appearance:auto;}
.dengbao-calculator select {width: 170px;height: 35px;border: solid 1px #d6d6d6;box-sizing: border-box;padding: 0 10px;outline: none;font-size: 14px}
.dengbao-calculator .city-box{margin-left: 5px;}
.dengbao-calculator .province-box,.dengbao-calculator .city-box {position: relative; display: inline-block;}
.dengbao-calculator .province-box::after,
.dengbao-calculator .city-box::after {position: absolute;content: '';right: 10px;top: 44%;border-right: 5px  solid transparent;border-left: 5px  solid transparent;border-top: 5px  solid #000;}
.dengbao-calculator .calc-header {display: table;width: 100%; background: url(../image/denbao-new-js.png) no-repeat;height: 105px;color: #ffffff; text-align: center;}
.dengbao-calculator .calc-header .icon-close {position: relative;right: 20px;font-size: 17px;line-height: 52px;}
.dengbao-calculator .calc-header .icon-close:hover {opacity: 0.8;cursor: pointer;}
.dengbao-calculator .calc-header > div {display: table-cell;vertical-align: middle;width: 100%; }
.dengbao-calculator .calc-header h1 {font-size: 28px;}
.dengbao-calculator .calc-header p {font-size: 14px;line-height: 2;margin-top: 5px;}
.dengbao-calculator .calc-header p span {color: #ffc018;font-weight: bold;}
.dengbao-calculator .calc-body {padding: 30px 30px 30px 30px;height: calc(100% - 165px);background-position: 712px 160px;display: flex;justify-content: space-between}
.dengbao-calculator .calc-body .calc-form {width: 50%;}
.dengbao-calculator .calc-body .calc-select {position: relative;}
.dengbao-calculator .calc-body .calc-select .drop-list {display: none; position: absolute;top: 35px;left: 0;width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box; max-height: 287px;border: solid 1px #d6d6d6;background-color: #ffffff;}
.dengbao-calculator .calc-body .calc-select .drop-list > div {display: inline-table;width: 49%;-webkit-box-sizing: border-box;box-sizing: border-box;}
.dengbao-calculator .calc-body .calc-select .drop-list ul { max-height: 287px;overflow: auto;}
.dengbao-calculator .calc-body .calc-select .drop-list ul li {padding: 5px 14px;cursor: pointer;}
.dengbao-calculator .calc-body .calc-select .drop-list ul li:hover {background-color: #0077ff23;}
.dengbao-calculator .calc-body .calc-select .drop-list ul li.active {color: #fff;background-color: #0078ff;}
.dengbao-calculator .calc-body .calc-select .drop-list div:first-child ul {border-right: 1px solid #d6d6d6;}
.dengbao-calculator .calc-body .calc-select .drop-list div:last-child ul {margin: 0 -2px;}
.dengbao-calculator .calc-body .calc-form .form-item {margin-bottom: 20px;padding: 0;position: static;min-height: auto;display: flex}
.dengbao-calculator .calc-body .calc-form .form-item > div{display: inline-block;position: relative;}
.form-right .txt{font-size: 14px;color: #000}
.dengbao-calculator .calc-body .calc-form .form-item .form-left {min-width: 130px;text-align: right;margin-right: 5px;}
.dengbao-calculator .calc-body .calc-form .form-item .form-left.required span{position: relative;color: #000;font-size: 14px}
.dengbao-calculator .calc-body .calc-form .form-item .form-left.required span::before{position: absolute;left: -12px;top: 0;content: '*';color: #f49f1a;}
.dengbao-calculator .calc-body .calc-form .form-item .form-right .link {color: #0078ff;}
.dengbao-calculator .calc-body .calc-form .form-item .form-right .link:hover {opacity: 0.6;}
.dengbao-calculator .btn-md {display: block;text-align: center; width: 348px;margin-bottom: 10px;border-radius: 0; border: 1px solid #1389ff;background-color: #1389ff;color: #ffffff;line-height: 38px;}
.dengbao-calculator .calc-body .result-box .item {width: 444px;height: 222px;color: #323235;padding: 12px 30px;-webkit-box-sizing: border-box;box-sizing: border-box;background: url(../image/denbao-new-dun.png) no-repeat;}
.dengbao-calculator .calc-body .result-box .num {color: #ff7b05;font-size: 18px;}
.dengbao-calculator .calc-body .result-box .detail .num{position: relative;margin-left: 35px;}
.dengbao-calculator .calc-body .result-box .detail p span:first-child{position: relative;}
.dengbao-calculator .calc-body .result-box .detail p span:first-child::before{position:absolute;content:'';right:-18px;height:15px;width:1px;top:0;border-right:1px solid #999}
.form-right .yzm-input{width:220px!important;padding:0 15px!important}
.form-right .yzm-btn{width:118px;display:inline-block;height:33px;line-height:35px;cursor:pointer;text-align:center;vertical-align:top;background-color:transparent;color:#0078ff;border:1px solid #0195ff;margin-left:5px;border-radius:0;font-size:14px}
.form-right .yzm-btn:hover{box-shadow:0 6px 10px rgb(19 137 255 / 20%)}

.dengbao-calculator .calc-body .result-box .contact-me{padding: 2rem}
.dengbao-calculator .calc-body .result-box .total {font-size: 18px;margin-bottom: 20px;color: #11111a;}
.dengbao-calculator .calc-body .result-box .total .num {font-size: 22px;}
.dengbao-calculator .calc-body .result-box .detail p {display: inline-block; font-size: 14px;line-height: 2.4;}
.dengbao-calculator .calc-body .result-box .detail p:nth-child(1),
.dengbao-calculator .calc-body .result-box .detail p:nth-child(3) {margin-right: 95px;}
/* .dengbao-calculator .calc-body .result-box .detail p .num {margin: 0 10px;} */
.dengbao-calculator .calc-body .result-box .desc {margin-top: 10px;font-size: 14px;color: #666666;}
.dengbao-calculator .calc-body .result-box .desc span{font-size: 14px}



.dengbao-calculator .calc-body .result-box .desc .fr {display: inline-block;width: 85%; color: #0096ff;line-height: 1.6;}
.dengbao-calculator .calc-body .contact-me > div {display: inline-block;}
.dengbao-calculator .calc-body .contact-me .qrcode {width: 138px;height: 138px}
.dengbao-calculator .calc-body .contact-me .personal-info {height: 120px;margin-left: 28px; vertical-align: bottom;font-size: 14px;color: #333333;line-height: 3;}
.dengbao-calculator .calc-body .contact-me .personal-info p img {margin-right: 5px;vertical-align: middle;}
.dengbao-calculator .color { color: #0195ff; }
.dengbao-calculator .service-denbao{font-size: 18px;color: #11111a;line-height: 1;margin-bottom: 6px;}
.dengbao-calculator .xieyi-box{margin-bottom: 5px !important;}
.dengbao-calculator .detail{color: #666666;}
.dengbao-calculator .detail span{font-size: 14px}
.dengbao-calculator .product_text,
.dengbao-calculator .product_text a {color: #0096ff;font-size: 14px}
.dengbao-calculator .product_text a:hover {opacity: .95;}

.form-right label{display: inline-block; min-width: 73px}
.form-right label .new-radio{color: #000;font-size: 14px}

.n-btn-default.showCalc {color:#ffffff;}

/* 滑块验证 */
.sliding-img-check-box{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;background-color: #fff;-webkit-box-shadow: 0 5px 20px rgba(14,106,231,0.15);box-shadow: 0 5px 20px rgba(14,106,231,0.15);visibility: hidden;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;z-index: 99999;}
.sliding-img-check-box>div:last-child{margin-bottom: 10px}
.sliding-img-check-box>.close{position: absolute;right:16px;top: 6px;cursor: pointer;font-size: 22px;z-index: 8;color: #11111a;text-decoration: none;}
.sliding-img-display{position:relative;padding:0 20px;border-radius:16px;overflow:hidden;margin:auto;}
.sliding-img-display>p{text-align: left;line-height: 35px;font-size: 12px;color:#333;margin-bottom: 0px}
.sliding-img-cnt{position:relative;width: 240px;height: 161px}
.sliding-img-src,.sliding-img-fragment-hollow{position:absolute;left:0;top:0;z-index:10}
.sliding-img-src{width: 100% !important;height: 100% !important;position: static !important;}
.sliding-img-fragment-cnt{top:50px;left:0;position:absolute;width: 38px ;height: 42px}
.sliding-img-fragment-cnt .sliding-img-fragment-content,.sliding-img-fragment-cnt .sliding-img-fragment{position:absolute;left:0;z-index:20}
.sliding-smooth-cnt{position:relative;width:240px;height: 40px;margin: 0 auto;border-radius:24px;}
.sliding-smooth-bar,.sliding-smooth-circle{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.sliding-smooth-bar{width:100%;height:10px;background-color:#e4e4e4;border-radius:24px}
.sliding-smooth-circle{position:absolute;width: 52px;height:30px;background-color: #306af4;border-radius: 30px;-webkit-box-shadow: 0 0 6px 0 #306af4;box-shadow: 0 0 6px 0 #306af4;cursor:pointer;padding: 5px 14px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.sliding-smooth-circle span{display: inline-block;width: 2px;height: 10px;background-color: #fff;margin-right: 6px;}
.sliding-smooth-circle span:last-child{margin-right: 0}
.sliding-icon-refresh{display:block;position:relative;cursor:pointer;font-size: 12px;color:#333;margin-top: 5px;}
.sliding-icon-refresh span{position: relative;top:1px }
.sliding-loadding{background-color: #fff;position: absolute;top:0;left:0;width: 241px;height: 100%;/* display: none; */z-index: 99;padding:60px 0;margin: 0 -1px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.sliding-loadding img{position: static !important;width: 32px !important;height: 32px !important;}

.sliding-btn{height: 46px;background-color: #e7ecf0;border-radius: 4px;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}
.sliding-btn:before{content:'向右拖动滑块';display:block;line-height: 45px;text-align: center;color:#666}
.sliding-btn.success{background-color: #44cb77;color:#fff}
.sliding-btn.success >*{display: none}
.sliding-btn.success:before{content:'验证成功';color:#fff;padding-left: 30px;}
.sliding-btn.success:after{content:'\e61c';color:#fff;display:block;width: 100%;font-family: iconfont;font-size: 20px;position: absolute;top:0;line-height: 45px;text-align: center;margin-left: -30px;}
.sliding-btn.error:before{content:'验证失败';color:#f4583f;padding-left: 30px;}
.sliding-btn.error{background-color: #ffece9}
.sliding-btn.error:after{content:'\e6b2';color:#f4583f;display:block;width: 100%;font-family: iconfont;font-size: 20px;position: absolute;top:0;line-height: 45px;text-align: center;margin-left: -30px;}
.sliding-btn .sliding-smooth-bar{width:0;height: 100%;position: absolute;left: 0;background-color: #4a8ff9;border-radius:4px;z-index: 9}
.sliding-btn .sliding-smooth-circle{width: 50px;height:46px;border-radius: 4px;-webkit-box-shadow: 0 0 10px rgba(14,106,231,0.15);box-shadow: 0 0 10px rgba(14,106,231,0.15);background-color: #fff;z-index: 9}
.sliding-btn .sliding-smooth-circle i{position: absolute;left: 9px;top: 16px;color:#d4d9dc;font-size: 14px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}
.sliding-btn .sliding-smooth-circle i:nth-child(2){left: 17px;}
.sliding-btn .sliding-smooth-circle.moving i{color:#8bb8ff;-webkit-animation: moving 1s infinite;animation: moving 1s infinite}
.sliding-btn .sliding-smooth-circle.moving i:nth-child(2){-webkit-animation-delay: 1s;animation-delay: 1s}

.sliding-btn[data-disabled=true]{background-color: #f7f7f7}
.sliding-btn[data-disabled=true]:before{content:'暂不可拖动';color:#d6d5d5}
.sliding-btn[data-disabled=true]:after{display: none}
.sliding-btn[data-disabled=true] .sliding-smooth-circle{background-color: rgba(85,255,255,0.8)}

@media screen and (max-width:1024px) {
    .dengbao-calculator {max-width:95%;}
    .dengbao-calculator select {width:140px}
    .dengbao-calculator input[type=number],.dengbao-calculator .btn-md {width: 285px;}
    .form-right .yzm-input {width:180px !important}
    .form-right .yzm-btn {width: 94px;}
}

@media screen and (max-width:1023px) {
    /* 等保计算器 */
    .calc-overlay {display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #0000007d; z-index: 999999;}
    .dengbao-calculator {display: none;position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);width: 90%;height: 80%;overflow: hidden;-webkit-box-shadow: 0px 0px 10px 0px rgba(64, 66, 77, 0.1);box-shadow: 0px 0px 10px 0px rgba(64, 66, 77, 0.1);background-color: #ffffff;z-index: 9999999;}
    .dengbao-calculator input {-webkit-appearance: auto;-moz-appearance:auto;appearance:auto;}
    .dengbao-calculator input[type=text],
    .dengbao-calculator input[type=number] {outline: none;padding: 11px 13px;-webkit-box-sizing: border-box;box-sizing: border-box; width: 100%;height: 39px;border: solid 1px #d6d6d6;}
    .dengbao-calculator input[type=text]:focus,
    .dengbao-calculator input[type=number]:focus {border-color: #0078ff;}
    .dengbao-calculator input[type=radio] {width: 18px;height: 18px;vertical-align: bottom;margin-right: 5px;-webkit-appearance: radio;-moz-appearance:radio;appearance:radio;}
    .dengbao-calculator input[type=checkbox] {width: 15px;height: 15px;border: solid 1px #d6d6d6;vertical-align: text-top;}
    .dengbao-calculator label + label {margin-left: 20px;}
    .dengbao-calculator select {width: 100%;height: 35px;border: solid 1px #d6d6d6;box-sizing: border-box;padding: 0 10px;outline: none;}
    .dengbao-calculator .province-box {margin-bottom: 10px;}
    .dengbao-calculator .province-box,.dengbao-calculator .city-box {width: 100%;position: relative; display: inline-block;}
    .dengbao-calculator .province-box::after,
    .dengbao-calculator .city-box::after {position: absolute;content: '';right: 10px;top: 44%;border-right: 5px  solid transparent;border-left: 5px  solid transparent;border-top: 5px  solid #000;}
    .dengbao-calculator .city-box {margin-left: 0;}
    .dengbao-calculator .calc-header {display: table;background-color: #2981ff;height: 105px;color: #ffffff; text-align: center;}
    .dengbao-calculator .calc-header .iconclose {position: relative;right: 13px;top: -25px;font-size: 20px;line-height: 95px;}
    .dengbao-calculator .calc-header .iconclose:hover {opacity: 0.8;cursor: pointer;}
    .dengbao-calculator .calc-header > div {display: table-cell;vertical-align: middle;width: 1000px; }
    .dengbao-calculator .calc-header h1 {font-size: 26px;}
    .dengbao-calculator .calc-header p {font-size: 14px;line-height: 2;}
    .dengbao-calculator .calc-header p span {color: #ffc018;}
    .dengbao-calculator .calc-body {padding: 30px;height: calc(100% - 165px);overflow: auto; background: url(../image/dengbao_calcbg.png) no-repeat;background-position: 712px 160px;display: flex;}
    .dengbao-calculator .calc-body .calc-form {width: 100%;}
    .dengbao-calculator .calc-body .calc-select {position: relative;}
    .dengbao-calculator .calc-body .calc-select .drop-list {display: none; position: absolute;top: 35px;left: 0;width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box; max-height: 287px;border: solid 1px #d6d6d6;background-color: #ffffff;}
    .dengbao-calculator .calc-body .calc-select .drop-list > div {display: inline-table;width: 49%;-webkit-box-sizing: border-box;box-sizing: border-box;}
    .dengbao-calculator .calc-body .calc-select .drop-list ul { max-height: 287px;overflow: auto;}
    .dengbao-calculator .calc-body .calc-select .drop-list ul li {padding: 5px 14px;cursor: pointer;}
    .dengbao-calculator .calc-body .calc-select .drop-list ul li:hover {background-color: #0077ff23;}
    .dengbao-calculator .calc-body .calc-select .drop-list ul li.active {color: #fff;background-color: #0078ff;}
    .dengbao-calculator .calc-body .calc-select .drop-list div:first-child ul {border-right: 1px solid #d6d6d6;}
    .dengbao-calculator .calc-body .calc-select .drop-list div:last-child ul {margin: 0 -2px;}
    .dengbao-calculator .calc-body .calc-form .form-item {margin-bottom: 20px;display: flex}
    .dengbao-calculator .calc-body .calc-form .form-item > div{display: inline-block;width: 100%;position: relative;}
    .form-right .txt{font-size: 14px;color: #000}
    .dengbao-calculator .calc-body .calc-form .form-item .form-left {min-width: 100%;text-align: left;margin-bottom: 10px;}
    .dengbao-calculator .calc-body .calc-form .form-item .form-left.required span{position: relative;}
    .dengbao-calculator .calc-body .calc-form .form-item .form-left.required span::before{position: absolute;left: -8px;top: 0;content: '*';color:#f49f1a;}
    .dengbao-calculator .calc-body .calc-form .form-item .form-right .link {color: #0078ff;}
    .dengbao-calculator .calc-body .calc-form .form-item .form-right .link:hover {opacity: 0.6;}
    .dengbao-calculator .btn-md {width: 100%;margin-bottom: 5px;margin-top: 5px;}
    .dengbao-calculator .calc-body .result-box {width: 100%;height: auto;color: #323235;border: solid 1px #929293;margin-top: 20px; padding: 30px 18px;-webkit-box-sizing: border-box;box-sizing: border-box;background-size: cover;}
    .dengbao-calculator .calc-body .result-box .num {color: #2981ff;}
    .dengbao-calculator .calc-body .result-box .total {text-align: center;font-size: 16px;margin-bottom: 20px;}
    .dengbao-calculator .calc-body .result-box .total .num {font-size: 20px;}
    .dengbao-calculator .calc-body .result-box .detail p {display: inline-block; font-size: 18px;line-height: 2;}
    .dengbao-calculator .calc-body .result-box .detail p:nth-child(1),
    .dengbao-calculator .calc-body .result-box .detail p:nth-child(3) {margin-right: 30px;}
    /* .dengbao-calculator .calc-body .result-box .detail p .num {margin: 0 10px;} */
    .dengbao-calculator .calc-body .result-box .desc {margin-top: 10px;font-size: 12px;}
    .dengbao-calculator .calc-body .result-box .desc .fr {display: inline-block;width: 80%; color: #0096ff;line-height: 1.6;}
    .dengbao-calculator .calc-body .contact-me {margin-top: 20px;width: 100%; display: flex;justify-content: center;}
    .dengbao-calculator .calc-body .contact-me > div {display: inline-block;}
    .dengbao-calculator .calc-body .contact-me .qrcode {width: 90px;height: 90px;padding-left: 12px;}
    .dengbao-calculator .calc-body .contact-me .personal-info {height: 120px;;margin-left: 15px;margin-top: 0; vertical-align: bottom;font-size: 12px;color: rgb(101, 100, 100);line-height: 2.25;}
    .dengbao-calculator .calc-body .contact-me .personal-info p img {width: 20px; margin-right: 5px;vertical-align: middle;}

    /* 验证码 */
    .dengbao-calculator .calc-body .yzcode {width: 30%;height: 37px;line-height: 37px;color: #0078ff;}
    .form-right .yzm-input {width: 65% !important;}
}











/*              右侧导航           */
.content-right-nav{position:fixed;right:15px;top:30%;z-index:999999;}
.content-right-nav ul{background-color:#fff;border:2px solid #fff;border-radius:26px;box-shadow:0 0 4px 0 rgba(0,0,0,.1);width:52px;padding:1px 0}
.content-right-nav ul li{border-radius:5px;text-align:center;cursor:pointer;position:relative;transition:.5s;display:flex;align-items:center;justify-content:center;}
.content-right-nav ul li .fa-money{background:url(../image/icon_calc.91fa55e.svg) no-repeat;width:22px;height:22px;background-size: cover;margin-top: 30px;margin-bottom: 15px}
.content-right-nav ul li .fa-comments-o{background:url(../image/icon_iphone.67a52de.svg) no-repeat;width:22px;height:22px;background-size: cover;margin-top: 20px;margin-bottom:15px}
.content-right-nav ul li .fa-location-arrow{background:url(../image/customXIOAZHI.a7b2de0.png) no-repeat;width:50px;height:50px;background-size: cover}
.content-right-nav ul li i{display:block}
.content-right-nav ul li .rota{display:none;position:absolute;border-radius:5px;left:0;top:0;width:100%;height:100%;margin:auto;background:#059fff;color:#fff;text-align:center;font-size:12px;text-decoration:none;padding:2px 3px;box-sizing:border-box}
.content-right-nav ul li .phone{width:auto;height:auto;left:-165px;background:#fff;border:1px solid #ebeef5;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);color:#606266;font-size:14px;line-height:1.4;min-width:150px;padding:12px;position:absolute;text-align:justify;word-break:break-all}
.content-right-nav ul li .fuwyu{left:-185px;top:10px}
.content-right-nav ul li .dengbao{top:20px;left:-165px}
.content-right-nav ul li .dengbao .tit{font-size:14px;color:#666}
.content-right-nav ul li .fuwyu .tit{font-size:14px;color:#666}
.content-right-nav ul li .phone::after{content:'';position:absolute;top:25px;right:-8px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid #fff;display:block;height:0;width:0}
.content-right-nav ul li .dengbao::after{top:15px}
.content-right-nav ul li .fuwyu::after{top:15px}
.content-right-nav ul li .phone .wx-code{display:flex;justify-content:center;flex-direction:column;align-items:center}
.content-right-nav ul li .phone .wx-code img{display: block}
.content-right-nav ul li .phone .wx-code p{font-size:12px}
.content-right-nav ul li .phone .wx-code p:nth-child(1){color: #3370ff}
.content-right-nav ul li .phone .con{margin-top:10px}
.content-right-nav ul li .phone .con .tt{font-size:14px;font-weight:700}
.content-right-nav ul li .phone .con p{font-size:14px;text-align:left;line-height:20px}
.content-right-nav ul li:hover .rota{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg);-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;display:block}
.content-right-nav ul li .title{position:absolute;right:-72px;top:16px;height:18px;line-height:18px;font-size:14px;text-align:left;padding:3px 10px;background:rgba(0,0,0,.5);color:#fff;border-radius:8px}
.content-right-nav ul li .img-item{position:absolute;left:65px;top:-30px;border:1px solid #ccc;border-radius:3px}
.content-right-nav ul li div img{max-width:120px;display:block}
.content-right-nav ul li .text-item{position:absolute;left:65px;top:18px;border:1px solid #ccc;border-radius:3px;background:#fff;text-decoration:none;padding:3px 8px;color:#444;font-size:14px}
.content-right-nav ul li .text-item span{position:relative;padding-left:15px;word-break:keep-all;white-space:nowrap}
.content-right-nav ul li .text-item span i{font-size:14px;line-height:24px;position:absolute;left:0;top:-2px;color:#444}
.for-top{background-color:#fff;border-radius:100%;box-shadow:0 4px 6px 0 rgba(0,0,0,.06);box-sizing:border-box;height:52px;padding:16px;position:absolute;width:52px;z-index:9999;display:flex;align-content:center;justify-content:center;margin-top:30px;cursor:pointer}
.for-top .fa-arrow-up{background:url(../image/dowond.png) no-repeat;width:20px;height:20px;display:block;background-size:cover}

@media screen and (min-width:3840px) and (max-width:7680px){
    .m-menu{display: none}
    .industry-type{display: none}
}

@media screen and (max-width:2880px) and (max-width:3840px){
    .m-menu{display: none}
    .industry-type{display: none}
}
@media screen and (min-width:1920) and (max-width:2880px){
    .m-menu{display: none}
    .industry-type{display: none}
}
@media screen and (min-width:1441px) and (max-width:1920px){
    .m-menu{display: none}
    .industry-type{display: none}
}
@media screen and (min-width:1280px) and (max-width:1440px){
    .m-menu{display: none}
    .industry-type{display: none}
    .index .cooperation .list li{width: calc(19.8% - 1rem);}
     .container{width: 100%;padding:0 2rem!important}
     .gpcs-page .section-a6 .content .list li{width: calc(19.8% - 1rem);}
}
@media screen and (min-width:1025px) and (max-width:1279px){
    .container{width: 100%;padding:0 2rem!important}
    .m-menu{display: none}
    .industry-type{display: none}
    header .top-nav .left .nav-menu>.nav-list>li{padding:0 .8rem}

}
@media screen and (min-width:769px) and (max-width:1199px){
    html{font-size: 14px}
    .m-menu{display: none}
    .industry-type{display: none}
 .container{width: 100%;padding:0 2rem!important}
.index .cooperation .list li{width: calc(19.8% - 1rem);}
    header .top-nav .left .nav-menu>.nav-list>li{padding:0 .4rem}
        .sub-wrap .sub-menu .menl:nth-child(2) dd:nth-child(2):before{
  content: "new";
  display: inline-block;
  margin-left: 3px;
  padding: 3px;
  line-height: 10px;
  border-radius: 2px;
  background-color: #fc0000;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: -3px;
  right: 27px;
}
}
@media screen and (max-width:768px){
    ::-webkit-scrollbar{background-color: rgb(51 51 51 / 8%);width: 0;overflow-y: scroll;}
    header .top-nav{display: none!important;}
    header .banner{padding-top: 50px}
    header .banner .swiper-slide img{min-height: 200px}
    header .banner .swiper-pagination{bottom: 5%}
    header .announce{display: none}
    .container{width: 100%;padding: 0 1rem}
    footer .footer-banner{display: none}
    footer .foter-content{padding: 1rem 1rem 2rem 1rem;}
    footer .foter-content .right{display: none}
    footer .foter-content .left .slogan-describe{color: #fff;margin-bottom: 1rem}
    .page{margin: 20px auto}
    .page-content{padding-top: 2.5rem}
    .page .pager a, .page .pager span{font-size: .6rem;margin-right: 0;margin: 0 5px}
    .details-body-switch{flex-direction: column;margin: 1rem auto;background: #fff!important;    border-top: 1px solid #e5e5e5;padding-top: 15px}
    .details-body-switch a{width: 100%;text-align:left;padding: 0;}
    .news-box .article-address{margin-top: 0;border-bottom: 1px solid #f5f5f5;border-top: none;padding-bottom: .5rem}
    .news-box .article-address .tt{font-size: .7rem}
    .news-box .article-address .href{color: #059fff;font-size: .7rem}

    .concept{padding: 1.5rem 0 1.5rem 0}
    .index .main-1{padding: 1.5rem 0}
    .details-body-switch-activ{background: #fff!important;color: #000!important;}
    .content-right-nav{display: none}
    .solution .detail{margin-top: 2rem}
    .solution .detail .picture img{width:85%;display:block;margin:0 auto}
    .index .product .content .list li .item .item-title{font-size:.75rem;margin-bottom: 5px;}
    .index .product .content .list li .item .href{margin-top: .2rem}
    /*    m-menu    */

    .m-menu{position:fixed;top:0;left:0;right:0;z-index:9999;background:linear-gradient(270deg, #5856ed, #3370ff);width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 15px;min-height:50px;height:50px}
    .m-menu .logo img{max-height: 45px;padding: 4px 0}
    .m-menu .menu-nav .open-icon i{width:1.1rem;height:1.1rem;background:url(../image/menu_open.png) center no-repeat;background-size:100% 100%;display:block;margin-right:10px}
    .m-menu .menu-nav .m-nav-list{width:100%;position:fixed;top:50px;left:0;right:0;max-height:0;overflow:hidden;overflow-y:auto;}
    .m-menu .menu-nav .bg{
        width: 100%;
        height: 100%;
        display: none;
        box-shadow: 0 4px 16px rgb(0 0 0 / 6%);
        height: 100%;
        background: #59595959;
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .accordion{width:100%;background:#fff}
    .accordion li{display:flex;justify-content:center;flex-direction: column;}
    .accordion .link{cursor:pointer;display:block;padding:15px 17px 15px 42px;color:#4d4d4d;font-size:14px;font-weight:700;border-bottom:1px solid #eee;position:relative;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;width:90%}
    .accordion li:last-child .link{border-bottom:0}
    .accordion li i{position:absolute;top:16px;left:12px;font-size:18px;display:block;color:#595959;-webkit-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease}
    .accordion li i.fa-chevron-down{right:27px;left:auto;background:url(../image/m-menu-open.png) no-repeat;width:11px;height:7px;background-size:cover}
    .accordion li.open .link{color:#059fff;font-size:14px}
    .accordion li .link a{font-size:14px}
    .accordion li.open i{background:url(../image/m-menu-open.png) no-repeat;width:11px;height:7px;background-size:cover}
    .accordion li.open i.fa-chevron-down{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);background:url(../image/m-menu-close.png) no-repeat;width:11px;height:7px;background-size:cover}
    .menu-slide-show{max-height:100%!important;width:100%!important}
    .submenu{display:none;background:#2b3033;font-size:14px}
    .submenu li{border-bottom:1px solid #4b4a5e}
    .submenu a{display:block;text-decoration:none;font-size:13px;color:#fff;padding:15px 12px;padding-left:42px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}

    .index .index-tit .tt{font-size: 1rem;margin-bottom: 0}
    .index .index-tit .ms{font-size: .7rem;display: none}
    .concept .content .right img{max-width: 260px}
    .index .concept .content{flex-direction: column-reverse;}
    .concept .content .left{margin-right: 0;max-width: 90%}

    .index .advantage{padding: 2rem 0;background-size: cover}

    .index .product .content .list li .item{padding: .5rem 1rem}

    .index .assess-activity .activity-list{padding: 0;flex-wrap: wrap;justify-content: space-between}
    .index .assess-activity .activity-list li{width: 50%;margin-right: 0;padding: 1rem 0}
    .index .assess-activity .activity-list li .al-title{font-size: .8rem}
    .index .assess-activity .activity-list li .al-txt{font-size: .6rem}
    .index .gradation{padding: 1.5rem 0}
    .table-condensed td{font-size: .6rem}

    #chooseUs{padding: 2rem 0 1rem 0;background-position: center;background-size: cover;height: auto}
    #chooseUs .section-title h1{font-size: 1rem}
    #chooseUs .section-title-box p{font-size: .75rem;display: none;margin-bottom:0;}
    #chooseUs .choose-bg .content{width: 100%;margin-top: 0}
    #chooseUs .choose-bg .content .list{margin-top: 0;
        flex-wrap: wrap;padding: 1rem}

    #chooseUs .choose-bg .content .list .item{
        display: flex;
        width: 40%;
        text-align: center;
        flex-direction: column;
        align-items: flex-start;
        margin-top: .5rem;
    }
    #chooseUs .section-title h1{margin-bottom: 0}
    #chooseUs .choose-bg .content .list .item .item-title h1{font-size: 1.2rem;line-height: 40px;}
    #chooseUs .choose-bg .content .list .item .item-title span{font-size: .9rem}
    #chooseUs .choose-bg .content .list .item .describe{margin-top: .2rem}


    .index .main-2 .content .list{justify-content: space-between}
    .index .main-2 .content .list li{width: 49%;padding: 0;margin-bottom: .5rem}
    .index .advantage .content .list li .item{width: auto;height: 7rem;padding: 1rem}
    .index .advantage .content .list li .item .item-title{font-size: .8rem;margin-bottom: .5rem}

    .index .product{padding: 2rem 0}
    .index .product .content .list{flex-direction: column;margin-top: 1rem;}
    .index .product .content .list li{width: 100%;padding: 0;margin: 5px 0}
    .index .product .content .list li .item .left .icon{width: 60px;height: 60px}

    .index .solution .content .solution-tab{margin-top: 1rem}
    .index .solution{padding: 1.5rem 0}
    .solution .detail .picture{width: 17rem}


    /*   首页-合作伙伴   */
    .index .cooperation{padding: 2rem 0}
    .index .cooperation .list{margin-top: 1rem;justify-content: flex-start}
    .index .cooperation .list li{width: calc(33.333% - 10px);margin: 2px 10px 2px 0;height:3rem;background-size: 90% auto;}
    .index .cooperation .list li:nth-child(3n +0){margin-right:0}

    /*   首页-新闻媒体   */
    .index .index-news{padding: 1rem 0 2rem 0;background: none}
    .index .index-news .content .item-list{flex-direction: column}
    .index .index-news .content{margin-top: 1rem}
    .index .index-news .content .item-list li{width: 100%;margin-bottom: .5rem}
    .index .index-news .content .item-con-box{padding-top: 1rem}
    .index .index-news .content .item-con-box .tit{margin-bottom: 1rem}
    .index .index-news .content .item-con-box .tit .tt{font-size: .8rem;padding-bottom: .5rem}


    /*   首页-新闻媒体   */
    .page-content .page-banner{display: none;}
    .page-content .page-banner .box{top: 20%;padding: 0 .5rem}
    .page-content .page-banner .box .tt{font-size: 1rem}
    .page-content .page-banner .box .ms{padding-right:1rem;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
    .page-content .page-banner .box .href{margin-top:1rem;font-size:.7rem;padding: .2rem 1rem}
    .solution-page .content-box .box .container>.tit{    margin: 1rem 0;font-size: 1rem}
    .solution-page .content-box .ask{padding-bottom: 1rem}
    .solution-page .content-box .ask .list{width: 100%;flex-wrap: wrap}
    .solution-page .content-box .ask .list li{width: calc(48% );margin-right: 0;    padding: 1rem .5rem;margin-bottom: 1rem}
    .solution-page .content-box .framework{padding: 1rem 0 2rem 0}
    .solution-page .content-box .framework .content{flex-direction: column}
    .solution-page .content-box .framework .content .img{margin-right: 0}
    .solution-page .content-box .framework .content .ms{width: 100%;max-width: 100%;padding: 1.25rem 1rem}
    .solution-page .content-box .framework .content .ms .link a{font-size: .7rem}
    .solution-page .content-box .advantage .content{padding-bottom: 1rem}
    .solution-page .content-box .advantage .content .list{flex-wrap: wrap;width: 100%}
    .solution-page .content-box .advantage .content .list li{width: 48%;margin-right: 0;padding: 1rem .8rem;margin-bottom: .5rem}
    .solution-page .content-box .advantage .content .list li .tt{font-size: .8rem;margin: .6rem 0;}

    /*   关于我们   */
    .case-center .case-center-box .nav-list{padding-bottom: 1rem;border-bottom: 1px solid #e6e9f0}
    .case-center .case-center-box .case-content{padding-top: 1rem;margin-left: 0}
    .case-center .case-center-box .case-content .list{justify-content: space-between;width: 100%}
    .case-center .case-center-box .case-content .list a{width: 100%;margin-right: 0}
    .case-center .case-center-box .case-content .caseItem{max-height: 270px;padding: 15px 20px;margin-bottom: 15px;border-radius:6px}
    .case-center .case-center-box .case-content .caseItem .disc{-webkit-line-clamp: 2;height: 50px;font-size: 13px}



    /*   关于我们   */
    .about .about-nav .list li{padding: 0.8rem 0.5rem 0 0;}
    .about .section{padding: 1rem 0 2rem 0}
    .about .section-head{padding-bottom: 0}
    .id-content .list{padding-top: 0}
    .about .section-head-title{font-size: 1.2rem;margin-bottom: 0}


    /*   快速过等保   */
    .fast-protect .fast-protect-box .fast-protect-content{padding-top: 1rem}
    .fast-protect .fast-protect-box .nav-list{border-bottom: 1px solid #e5e5e5;padding-bottom: 1rem}
    .fast-protect .fast-protect-box .fast-protect-content .list{display: flex;justify-content: space-between;width: 100%}
    .fast-protect .fast-protect-box .fast-protect-content .list a{
        width: 48%;
        margin-right: 0;
    }
    .fast-protect .fast-protect-box .fast-protect-content .caseItem .img{max-height: 6rem}
    .fast-protect .fast-protect-box .fast-protect-content .caseItem .title{margin-top: .5rem}
    .fast-protect .fast-protect-box .fast-protect-content .caseItem .disc{line-height: 20px;margin-top: .3rem;font-size: .6rem}
    .fast-protect .fast-protect-box .fast-protect-content .caseItem .view{display: none}


    /*   新闻详情页   */
    .news-page .news-box .news-nr .left{width: 100%;margin-right: 0}
    .news-page .news-box .news-nr .right{display: none}
    .news-box .recommend-news .list li{width: 100%}




    /*   下载中心   */
    .download-center .download-content{padding: 1rem 0 2rem 0;}
    .download-center .page-banner{display: none}
    .download-center .download-content .download-list-box{padding: .5rem;}
    .download-center .download-content .download-list-box .download-list li{height: auto;line-height: normal;}
    .download-center .download-content .download-list-box .download-list li .content{flex: auto;padding: 0 .5rem 0 .5rem;}
    .download-center .download-content .download-list-box .download-list li .content .titlt{font-size: .7rem}
    .download-center .download-content .download-list-box .download-list li .content .ms{display: none}
    .download-center .download-content .download-list-box .download-list li .download-d a{width: 4rem}
    .download-center .download-content .download-list-box .download-list li .download-d .size{display: none}
    .download-center .download-content .download-list-box .download-list li .wd-icon i{width: 45px;height: 45px;background-size: cover}
    /*   测评机构  */
    .institution .institution-content .saixuan .tt{display:none}
    .institution .institution-content .institution-list li{padding:.5rem 0;margin-bottom:.5rem;height:auto}
    .institution .institution-content .saixuan .saixuan-list li a{margin:0}
    .institution .institution-content .content .tit h2{font-size:.8rem}
    .institution .institution-content .institution-list li .row .ms{font-size:.7rem}
    .institution .institution-content .institution-list li .row .titlt{font-size:.8rem;margin-top:0}
    .page-content .section .tit h2{font-size:1.1rem}
    .gpcs-page .section-a1 .content .list li{width:100%;padding:1rem;margin-top:1rem}
    .gpcs-page .section-a1{padding:2rem 0}
    .gpcs-page .section-a1 .content .list{display:flex;flex-direction:column}
    .gpcs-page .section-a2{padding:2rem 0 2rem 0}
    .case-center .page-content .page-banner{display:none}
    .case-center .case-center-box .container{flex-direction:column}
    .case-center .case-center-box{min-height:27rem}
    .case-center .case-center-box .nav-list{display:none}
    .nav-box{display:flex;align-items:center;justify-content:flex-start;overflow:auto;margin:.4rem 0}
    .nav-box a{padding:.6rem .8rem;margin-right:10px;white-space:nowrap;background:#f6f7fb;border-radius:3px;font-size:14px;color:#323235;line-height:1;border:none}
    .nav-box a.active{background:linear-gradient(270deg,#5856ed,#3370ff);color:#fff}
    .case-details .content-box .content .box .tt{font-size:.8rem}
    .case-details .content-box .content .box .nr{margin-top:10px}
    .case-details .content-box .content .box .nr span{font-size:14px!important}
    .gpcs-page .section-a3{padding:2rem 0}
    .gpcs-page .section-a3 .content .list{flex-direction:column}
    .gpcs-page .section-a3 .content .list li{margin-top:.5rem;padding:1rem;width:100%}
    .gpcs-page .section-a5{padding:2rem 0}
    .gpcs-page .section-a5 .content .list li{margin-top:.5rem;padding:1rem;width:49%}
    .wsms-page .section-a1{padding:2rem 0}
    .wsms-page .section-a1 .content .list li{width:49%;padding:1rem;margin-top:.5rem}
    .wsms-page .section-a2{padding:2rem 0}
    .wsms-page .section-a2 .content .list li{width:100%;display:flex;margin-top:.5rem;padding:1rem}
    .section-nav span{padding:0 1rem 1rem 1rem}
    .wsms-page .section-a3{padding:2rem 0}
    .wsms-page .section-a3 .nav-list .items{flex-direction:column}
    .wsms-page .section-a3 .nav-list .items .s-content{width:100%;margin-left:0;height:auto;padding:2rem 0}
    .wsms-page .section-a1 .content .list li .tt{font-size:.8rem}
    .wsms-page .section-a2 .content .list li .nr .tt{font-size:.8rem}
    .waf-page .section-a1 .content .list li{display:flex;padding:1rem;width:49%;flex-direction:column}
    .waf-page .section-a1{padding:2rem 0}
    .waf-page .section-a1 .content .list li:nth-child(1) .img{width:3.5rem;height:2.5rem}
    .waf-page .section-a1 .content .list li:nth-child(2) .img{width:2.6rem;height:2.6rem}
    .waf-page .section-a1 .content .list li:nth-child(3) .img{width:3rem;height:2.5rem}
    .waf-page .section-a1 .content .list{margin-top:1rem}
    .waf-page .section-a1 .content .list li{margin-top:.5rem}
    .waf-page .section-a1 .content .list li .nr .tt{font-size:.8rem}
    .waf-page .section-a1 .content .list li .nr{margin-left:0;margin-top:.5rem}
    .waf-page .section-a2{height:auto;padding:2rem 0;background-size:cover}
    .waf-page .section-a2 .content .list li{width:50%;padding:1rem}
    .waf-page .section-a2 .content .list li:nth-child(2n){border-right:none}
    .waf-page .section-a2 .content .list li:nth-child(3){border-right:1px solid #e4e4e4}
    .waf-page .section-a2 .content .list li:nth-child(6){border-top:1px solid #e4e4e4}
    .waf-page .section-a2 .content .list li .img{width:48px;height:46px}
    .waf-page .section-a2 .content .list li:nth-child(6) .img{width:53px}
    .waf-page .section-a2 .content .list li .nr .tt{font-size:.8rem}
    .waf-page .section-a3{padding:2rem 0}
    .section-a3 .nav-list .items .s-content{width:100%;padding:.5rem;font-size:.7rem;height:auto}
    .cpcs-page .section-a1{padding:2rem 0}
    .cpcs-page .section-a1 .content .list li{width:49%;margin-top:.5rem;padding:1rem}
    .cpcs-page .section-a1 .content .list li .tt{font-size:.8rem}
    .cpcs-page .section-a2,.cpcs-page .section-a3,.cpcs-page .section-a4{padding:2rem 0}
    .cpcs-page .section-a4 .content .list li{width:100%;display:flex;margin-top:.5rem;padding:1rem}
    .cpcs-page .section-a4 .content .list li .tt{font-size:.8rem}
    .ztsacs-page .section-a1,.ztsacs-page .section-a2,.ztsacs-page .section-a3,.ztsacs-page .section-a4{padding:2rem 0}
    .ztsacs-page .section-a1 .content .list li{width:100%;display:flex;margin-top:.5rem;padding:1rem}
    .ztsacs-page .section-a1 .content .list li .tt{font-size:.8rem}
    .ztsacs-page .section-a2 .content .list li{margin-top:.5rem;padding:1rem;flex-direction:column}
    .ztsacs-page .section-a2 .content .list li .nr{margin-left:0;margin-top:.5rem}
    .ztsacs-page .section-a2 .content .list li .tt{font-size:.8rem}
    .ztsacs-page .section-a3 .content .list li{width:100%;display:flex;margin-top:.5rem;padding:1rem}
    .ztsacs-page .section-a3 .content .list li .tt{font-size:.8rem}
    .appbds-page .section-a1,.appbds-page .section-a2,.appbds-page .section-a3,.appbds-page .section-a4{padding:2rem 0}
    .appbds-page .section-a1 .content .list li{margin-top:.5rem;padding:1rem}

    .appbds-page .section-a1 .content .list li .tt{font-size: .8rem;margin-top: .5rem}
    .appbds-page .section-a2 .content .list li{width: 49%;padding: 1rem;margin-top: .5rem}
    .appbds-page .section-a2 .content .list li .tt{font-size: .8rem;margin-top: .5rem}
    .appbds-page .section-a2 .content .list li .img{width: 2.5rem;height: 2.5rem}

    .appbds-page .section-a2 .content .list li .nr .ms{margin-top: .5rem}
    .appbds-page .section-a4 .content .list li{width: 100%;padding: 1rem;margin-top: .5rem}
    .appbds-page .section-a4 .content .list li .tt{margin-top: .5rem;font-size: .8rem}
    .appbds-page .section-a4 .content .list li .nr .ms{margin-top: .5rem}
    .appbds-page .section-a4 .content .list li .nr{width: 100%}

    .machine-page .section-a1,.machine-page .section-a2,.machine-page .section-a3,.machine-page .section-a4,.machine-page .section-a5,.machine-page .section-a6{padding: 2rem 0}
    .machine-page .section-a1 .content .nr .tt{font-size: .8rem}
    .machine-page .section-a1 .content{padding: 1rem 0}
    .machine-page .section-a1 .content .img{display: none}
    .machine-page .section-a1 .content .nr{margin-left: 0;width: 100%;padding: 0 .5rem}
    .machine-page .section-a1 .content .nr .ms{margin-top: .5rem}
    .machine-page .section-a1 .content .nr .ms p{font-size: .75rem}
    .machine-page .section-a1 .content .nr .tt{margin-top: .5rem;text-align: center}
    .machine-page .section-a2 .content .list li{width: 49%;    flex-direction: column;padding: 1rem;margin-top: .5rem;box-shadow: 0 2px 10px rgb(64 66 67 / 16%)}
    .machine-page .section-a2 .content .list li .nr{margin-left: 0;margin-top: .5rem}
    .machine-page .section-a2 .content .list li .tt{font-size: .8rem}
    .machine-page .section-a3{height: auto;background-size: cover}
    .machine-page .section-a3 .content .list{flex-direction: column}
    .machine-page .section-a3 .content .list li{padding: 1rem;width: 100%;margin-top: .5rem}
    .machine-page .section-a3 .content .list li .tt{font-size: .8rem;margin-top: .5rem}
    .machine-page .section-a3 .content .list li .img{width: 4.5rem;height: 4.5rem}
    .machine-page .section-a4 .content .list{margin-top: .5rem}
    .machine-page .section-a4 .content .list li{padding: 1rem;margin-top: .5rem;flex-direction: column;}
    .machine-page .section-a4 .content .list li .nr{margin-left: 0;margin-top: .5rem}
    .machine-page .section-a4 .content .list li .nr .tt{font-size: .8rem}
    .machine-page .section-a4 .content .list li .img img{width: 2.5rem;height: 2.3rem}
    .machine-page .section-a6 .tit .ms{margin-top: .5rem;width: 90%;text-align: left}
    .machine-page .section-a6 .content{margin-top: .5rem}


    /*   新闻页   */
    .news .crumbs{border-bottom: 1px solid #eeeeee;margin: 0;padding: 1rem 0 .6rem 0}
    .news .page-banner{display: none}
    .news .news-box .news-content .list li .img-bpx{display: none}
    .news .news-box .news-content .list li .box h2{margin-bottom: 5px}
    .news .news-box .news-content .list li .box h2 a{font-size: .8rem;font-weight: 600;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;display:-webkit-box}
    .news .news-box .content-box{flex-direction:column;margin-top: 1rem}
    .news .news-box .news-nav{display:none}
    .news .news-box .news-content{margin-left:0}
    .news .news-box .news-content .list li{padding-bottom:0;align-items: flex-start;flex-direction: column;margin-bottom: 1rem}
    .news .news-box .news-content .list li .tagging{ flex-direction: row;border: none}
    .news .news-box .news-content .list li .tagging span{font-size: .7rem;margin-right: .3rem}
    .news .news-box .news-content .list li .box .item .ms{width: 100%}
    .news .news-box .news-content .list li .box p{height: 1rem;-webkit-line-clamp: 1;}
    .gpcs-page .section-a4{padding: 1rem 0 2rem 0;}
    .gpcs-page .section-a2 .content{width: 100%;overflow-x: scroll}
    .gpcs-page .section-a2 .content .table-condensed{width: 1200px;overflow-x: scroll;}
    .gpcs-page .section-a2 .content .table-condensed th{padding: .5rem}
    .gpcs-page .section-a2 .content .table-condensed td{padding: 0 .5rem}
    .gpcs-page .section-a2 .content .table-condensed td p{line-height: 1.7}
    .gpcs-page .section-a4 .content{width: 100%;overflow-x: scroll;margin-top: 1rem}
    .gpcs-page .section-a4 .content .table-condensed{width: 1200px;overflow-x: scroll;}
    .gpcs-page .section-a4 .table-condensed tbody td{padding: .5rem}
    .gpcs-page .section-a4 .contact{margin-top: 2rem}
    .gpcs-page .section-a5 .tit .ms{display: none}
    .gpcs-page .section-a4 .tit .ms{display: none}
    .gpcs-page .section-a6 .content .list li{width: calc(33.333333% - 10px);margin: 5px}
    .gpcs-page .section-a6{padding: 1rem 0 3rem 0;}
    .gpcs-page .section-a1 .content .list li .img{width: 3rem;height: 3.15rem;}
    .gpcs-page .section-a2 .content .table-condensed th:last-child{display: none}
    .gpcs-page .section-a2 .content .table-condensed td:last-child{display: none}
    .gpcs-page .section-a3 .content .list li .nr{display: flex;flex-direction: column;align-items: center}
    .news-article-from ul li{font-size: .6rem}


    /*   关于我们   */
    .about1_line{margin-top: 0}
    .line-con{padding: 1rem .5rem;margin-top: 1.5rem;background-size: cover}
    .line-con .text{padding-left: .5rem}
    .line-con .text dd a{font-size: .7rem}


    .about .aptitude .list{justify-content:normal; padding: 1rem 0;}
    .about .aptitude .list li .title{font-size: .7rem}
    .about .aptitude .list li img{height: 185px}
    .about .aptitude .list li{padding: 0 .5rem 0 0;width: 33.33333%}
    .about .aptitude .list li:nth-child(3n+0){padding-right: 0}
    .about .aptitude .list li:nth-child(1n+0){padding-left: 0}

    .about .service .section-content .list{justify-content:normal; padding: 1rem 0;}
    .about .service .section-content .list li .title{font-size: .7rem}
    .about .service .section-content .list li{padding: 0 .5rem 0 0;width: 33.33333%}
    .about .service .section-content .list li:nth-child(3n+0){padding-right: 0}
    .about .service .section-content .list li:nth-child(1n+0){padding-left: 0}

    .id-content .list li img{height: 7rem}
    .id-content .list li .nr p{font-size: .7rem}
    
       /*   渗透   */
    .pts-page .section-a1 .content .list li{width:49%;padding:.6rem}
    .pts-page .section-a2{padding: 2rem 0}
    .pts-page .section-a1 .content .list li .tt {font-size: .8rem;margin-top: .5rem;}
    .pts-page .section-a1{padding:1rem 0 2rem 0}
    .pts-page .section-a2 .content .list li{padding:1rem .6rem}
    .pts-page .section-a2 .content .list li .nr{margin-left: 0}
    .pts-page .section-a2 .content .list li{padding:1.5rem 1rem}
    .pts-page .section-a3 .nav-list .items{flex-direction: column}
    .pts-page .section-a3 .nav-list .items .img{width: 100%}
    
     /*   安全托管   */
    .trusteeship-page .section-a1{padding:1.5rem 0}
    .trusteeship-page .section-a1 .content .list{flex-wrap:wrap;padding-top:1rem}
    .trusteeship-page .section-a1 .content .list li{width:33.33333333%;justify-content:center}
    .trusteeship-page .section-a1 .content .list li:after{content:none}
    .trusteeship-page .section-a2{padding:2rem 0 3rem 0}
    .trusteeship-page .section-a2 .content{width:100%;overflow-x:scroll}
    .trusteeship-page .section-a2 .content .table-condensed td{padding:.5rem}
    .trusteeship-page .section-a2 .content .table-condensed{background-color:#fff;margin-top:2rem;width:900px;overflow-x:scroll}
    .trusteeship-page .section-a3{padding:2rem 0}
    .trusteeship-page .section-a3 .content{padding-top:0}
    .trusteeship-page .section-a3 .content .list li{width:48%;margin-top:1rem;padding:.8rem 1rem}
    .trusteeship-page .section-a4{padding:2rem 0}

     /*   数据恢复   */
    .datarecovery-page .section-a1{padding:2rem 0}
    .datarecovery-page .section-a1 .content .list li{width:49.333333%;display:flex;margin-top:1rem;padding:1rem}
    .datarecovery-page .section-a2{padding:2rem 0}
    .datarecovery-page .section-a2 .content .list li{flex-direction:column;padding:1rem;align-items:center}
    .datarecovery-page .section-a2 .content .list li .nr{margin-left:0;margin-top:1rem}
    .datarecovery-page .section-a3{padding-top:2rem}
    .datarecovery-page .section-a3 .content .list li{width:49.333333%;margin-top:1rem}
    .datarecovery-page .section-a3 .content{padding-top:0}

    /*   安全云服务器   */
    .ecs-page .section-a1{padding:2rem 0}
    .ecs-page .section-a1 .content .list li{width:49.333333%;display:flex;margin-top:1rem;padding:1rem}
    .ecs-page .section-a2{padding:2rem 0}
    .ecs-page .section-a2 .content .list li{flex-direction:column;padding:1rem;align-items:center}
    .ecs-page .section-a2 .content .list li .nr{margin-left:0;margin-top:1rem}
    .ecs-page .section-a3{padding-top:2rem}
    .ecs-page .section-a3 .content .list li{width:49.333333%;margin-top:1rem}
    .ecs-page .section-a3 .content{padding-top:0}
    .ecs-page .section-a3 .content{overflow-x: scroll}
    .ecs-page .section-a3 .content .balance-table{overflow-x: scroll;width: 1200px;margin: 1rem 0}
    .ecs-page .section-a4 .section-body .s-content{height: 7.5rem}
    .ecs-page .section-a4 .content .section-nav{text-align: left}
    .ecs-page .section-a4 .section-nav span{padding: 0 10px;padding-bottom: 19px;}

    /*   适用场景   */
    .trusteeship-page .section-a4 .content{overflow-x:scroll}
    .section-nav{width:160%;overflow-x:scroll;margin-bottom:0;text-align: left}
    .section-body{margin-top:1.5rem}
    .section-nav span::after{content: none}
    .ecs-page .section-a4 .content{overflow-x:scroll}
    .pts-page .section-a3 .content{overflow-x:scroll}
    .page-content .content::-webkit-scrollbar{height: 2px}
    .waf-page .section-a3 .content{overflow-x:scroll}
    .srs-page .section-a3 .content{overflow-x:scroll}
    .wsms-page .section-a3 .content .section-nav{width: 100%!important;}
    .ztsacs-page .section-a4 .content{overflow:scroll}
    .ztsacs-page .section-a4 .section-nav{width: 210%}
    .ztsacs-page .section-a4 .section-nav span{padding: 0 .5rem 1rem .5rem;}
    .ztsacs-page .section-a4 .section-body .s-content{height: 13.5rem}


    /*   安全加固   */
    .srs-page .section-a1{padding:2rem 0}
    .srs-page .section-a1 .content .list li{width:49.333333%;display:flex;margin-top:1rem;padding:1rem}
    .srs-page .section-a2{padding:2rem 0}
    .srs-page .section-a2 .content .list li{flex-direction:column;padding:1rem;align-items:center}
    .srs-page .section-a2 .content .list li .nr{margin-left:0;margin-top:1rem}
    .srs-page .section-a3{padding-top:2rem}
    .srs-page .section-a3 .content .list li{width:49.333333%;margin-top:1rem}
    .srs-page .section-a1 .content .list li .tt{font-size: .7rem}
    .srs-page .section-a1 .content .list li .img img{width: 2rem;height: 2rem}
    .srs-page .section-a3 .nav-list .items .s-content{width: 100%}
.mss-page .section-a1 .content .list li .nr .tt{font-size:.8rem}
    /*   mss  */
    .mss-page .section-a1 .content .list li{width: 48%;padding:1rem}
    .mss-page .section-a3,.mss-page .section-a2,.mss-page .section-a4{padding:2rem 0}
    .mss-page .section-a4 .service-list{flex-direction:column;margin-top:0}
    .mss-page .section-a4 .service-list li{margin-bottom:1rem;padding:1rem 2rem 1rem;width:100%}
    .mss-page .section-a5 .list{padding:0}
    .mss-page .section-a5 .list .item{flex-direction: column;}
    .mss-page .section-a5 .list .item .txt{padding-left:0}
    .mss-page .section-a5 .list .item .txt .tit{font-size:.8rem}
    .mss-page .section-a5 .list .item .img{width:2.5rem;height:2.5rem}
    .mss-page .section-a5 .list .item{padding:1rem}
    .mss-page .section-a6 .content .list{flex-direction:column}
    .mss-page .section-a6 .content .list li{width:100%;padding:1rem;margin-top:1rem}
    .mss-page .section-a6{padding:2rem 0}
    
    
    

}