@charset "utf-8";


@font-face {
  font-family: "AlibabaPuHuiTi";
  url("../fonts/AlibabaPuHuiTi-3-65-Medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*全局初始化样式*/

html{-webkit-text-size-adjust:100%;font-size:100px}
@media (min-width:1025px) and (max-width:1600px) {
html{font-size:6.25vw}
}
@media (max-width:640px) {
html{font-size:20vw}
}

*{box-sizing: border-box; margin:0; padding:0;}
body{position: relative; padding:0; margin:0 auto; font-size: 0.14rem; line-height:1.42857143; font-family:"AlibabaPuHuiTi"; color: #333; min-width: 320px; width: 100%; zoom:1;background: #fff;max-width:1350px;margin: 0 auto;background:#f4f4f4;
/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none;

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/

-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;


/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
*{-moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; /*word-break: break-all;*/word-wrap: break-word;}


/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.ul,.ul li{ list-style:none; margin: 0; padding: 0;}
.dl,.dl dd{ list-style:none; margin: 0; padding: 0;}
p,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
ul,ul li{ list-style:none; margin: 0; padding: 0;}
dl,dl dd{ list-style:none; margin: 0; padding: 0;}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333;}
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:middle;}

/*初始化a的样式和字体样式*/
a{ color:#333; text-decoration:none!important; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover{color: #0054a6;}


/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}

.clearfix:after{ content:"."; display: block; height: 0; visibility: hidden; clear: both;font-size: 0px;}
.clearfix { zoom: 1;}
.fl{float: left;}
.fr{float: right;}

/* 单行隐藏 */
.dot {white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}
/* 多行隐藏 */
.dot2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
/* 多行隐藏 */
.dot3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

.w1160{max-width:1160px;margin: 0 auto;}
.w960{max-width:960px;margin: 0 auto;}


/*top*/
.top{box-shadow: 0 .15rem .1rem -.15rem rgba(0, 0, 0, .2);position: fixed;width: 100%;top: 0;left: 50%;background:#f4f4f4;max-width:1350px;transform: translateX(-50%);z-index: 9;}
.top .inner{display: flex;justify-content: space-between;align-items: center;padding:.25rem 0;}
.top .logo{width: 2.95rem;}
.top .nav{}
.top .nav li{float: left;margin-right: .5rem;}
.top .nav li:last-child{margin-right:0;}
.top .nav li a{font-size:.16rem;position: relative;color: #0054a6;display: inline-block;padding-bottom: .05rem;font-weight: bold;}
.top .nav li a:before{width: 0;height: .02rem;content: '';background:#f1b31b;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);transition:.3s;}
.top .nav li:hover a:before,
.top .nav li.on a:before{width: 100%;}
.top .repBtn{display:inline-block;line-height:.55rem;text-align: center;border-radius:.55rem;background:#0054a6;color: #fff;font-size:.14rem;text-transform: uppercase;transition:.3s;padding:0 .18rem;margin: 0 0.03rem;}
.top .repBtn:hover{background:#f1b31b;}
.top .repBtn.kefu{background:#f1b31b;}
.top .lang{font-size:.16rem;}
.top .lang a.on{color: #0054a6;}
.topHei{height: 1.05rem;}

/*banner*/
.banner{}
.banner li{position: relative;}
.banner li .txtBox{position: absolute;left: 0;width: 100%;top: 50%;transform: translateY(-50%);color: #fff;}
.banner li .txtBox h5{font-size:.34rem;font-weight:normal;margin-bottom: .2rem;}
.banner li .txtBox p{font-size:.26rem;line-height:.36rem;margin-bottom: .6rem;}
.banner li .txtBox .getBtn{width: 1.85rem;line-height:.55rem;border-radius:.05rem;display: block;text-align: center;text-transform: uppercase;color: #fff;background:#f1b31b;transition:.3s;font-size: .16rem;}
.banner li .txtBox .getBtn:hover{background:#0054a6;}
.banner .slick-dots{margin-top: .35rem;text-align: center;}
.banner .slick-dots li{display: inline-block;vertical-align: middle;width: .14rem;height: .14rem;border-radius:50%;border:.02rem solid #0054a6;margin: 0 .05rem;transition:.3s;}
.banner .slick-dots li button{display: none;}
.banner .slick-dots li.slick-active{background:#f1b31b;border-color: #f1b31b;}

/*Foor1*/
.Foor1{padding:.5rem 0 .6rem;}
.Foor1 .titBox{text-align: center;margin-bottom:.6rem;}
.Foor1 .titBox h3{font-size:.34rem;color: #565656;font-weight:normal;margin-bottom:.15rem;}
.Foor1 .titBox h3 span{font-weight:bold;}
.Foor1 .titBox p{font-size:.16rem;color: #565656;line-height:.2rem;}

.Foor1 .slideBox{padding-top: .4rem;}
.Foor1 .slideBox .hd{display: flex;justify-content: space-around;align-items: center;margin-bottom: 12%;border-bottom: .05rem solid #dae4f7;position: relative;}
.Foor1 .slideBox .hd:before,
.Foor1 .slideBox .hd:after{width: 11%;height: .05rem;content: '';background:#f4f4f4;position: absolute;bottom:-.05rem;z-index: 1;}
.Foor1 .slideBox .hd:before{left: 0;}
.Foor1 .slideBox .hd:after{right: 0;width: 13%;}
.Foor1 .slideBox .hd li{padding-bottom:.5rem;position: relative;text-align: center;cursor: pointer;}
.Foor1 .slideBox .hd li .icon{width: .65rem;margin: 0 auto .15rem;overflow: hidden;}
.Foor1 .slideBox .hd li .icon img{filter: grayscale(100%) brightness(120%);transition:.3s;}
.Foor1 .slideBox .hd li h5{color: #cfcece;font-weight:normal;font-size:.14rem;}
.Foor1 .slideBox .hd li i{display: block;width: .36rem;height: .36rem;border-radius:50%;background:#f4f4f4;border:.03rem solid #cfcece;position: absolute;bottom:0;left: 50%;transform: translate(-50%, 50%);z-index: 3;}
.Foor1 .slideBox .hd li.on i{border-color:#f5910f;}
.Foor1 .slideBox .hd li.on i:before{width: .2rem;height: .2rem;content: '';border-radius:50%;background: #f1ae0c;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.Foor1 .slideBox .hd li:hover h5,
.Foor1 .slideBox .hd li.on h5{color: #f5910f;}
.Foor1 .slideBox .hd li:hover .icon img,
.Foor1 .slideBox .hd li.on .icon img{filter: inherit;}
.Foor1 .slideBox .hd li:hover .icon img{transform: scale(1.1, 1.1);}
.Foor1 .slideBox .bd .listBox{}
.Foor1 .slideBox .bd .listBox li{width: 32%;float: left;margin-right:2%;}
.Foor1 .slideBox .bd .listBox li:nth-child(3n){margin-right:0;}
.Foor1 .slideBox .bd .listBox li .topBox{display: flex;align-items: center;}
.Foor1 .slideBox .bd .listBox li .topBox .icon{width: .55rem;margin-right:.05rem;}
.Foor1 .slideBox .bd .listBox li .topBox h5{font-size:.18rem;color: #565656;}
.Foor1 .slideBox .bd .listBox li .desBox{margin: .15rem 0;font-size:.16rem;line-height:.35rem;color: #8b8b8b;padding-right: .1rem;}
.Foor1 .slideBox .bd .listBox li .desBox span{font-weight:bold;}
.Foor1 .getBtn{width: 1.85rem;line-height:.55rem;border-radius:.05rem;display: block;text-align: center;text-transform: uppercase;color: #fff;background:#f1b31b;transition:.3s;margin: .4rem auto 0;font-size: .16rem;}
.Foor1 .getBtn:hover{background:#0054a6;}

.authorization{display:block;position:fixed;bottom:0;width:100%;bottom:0;background-color:#ffffff;padding:1% 0;box-shadow: 0 0 .15rem rgba(0, 0, 0, .2);z-index:20; height:100px;max-width:1350px;}
.authorization .txt{font-size:12px;color:#000;text-align:center;line-height:1.714;float:left;width:100%;margin:0}
.authorization .txt a{color:#0054a6}
.authorization .btn{
    /* position:absolute;right:0;top:50%;transform:translateY(-50%) */
    text-align: center;
}
.authorization .accept{display:inline-block;padding:0 2%;height:36px;line-height:36px;border-radius:18px;text-align:center;color:#fff;font-size:12px;background-color:#0054a6;margin-top: 15px;}
.authorization .accept:hover{color:#fff!important}

/*bottom*/
.bottom{padding:.6rem 0 .2rem;background:url(../images/bomBG.jpg) no-repeat;background-size: cover;background-position: center center;}
.bottom .Links{width: 2.2rem;}
.bottom .Links h5{font-size:.16rem;color: #f4f4f4;margin-bottom:.3rem;}
.bottom .Links a{display: block;line-height:.38rem;border-bottom:1px solid rgba(255,255,255,.2);font-size:.14rem;color: #d0d0d0;}
.bottom .Links a:hover{color: #fff;}
.bottom .bomLogo{width: 4.86rem;margin: .55rem 0;}
.bottom .copy{font-size:.14rem;color: #c1c2c3;line-height:.3rem;}

/*innerName*/
.innerName{height: 1.35rem;background:#0054a6;color: #fff;padding-top:.52rem;margin-bottom:.55rem;}
.innerName h5{font-size:.24rem;}
.innerName h4{font-weight:normal;font-size:.24rem;}
.innerName p{font-size:.14rem;margin-top:.12rem;}
.innerName .txtBox{float: left;}
.innerName .txtBox h5,
.innerName .txtBox h4{line-height:1.1;}
.innerName .searBox{float: right;width: 49%;}
.innerName .searBox .sear{position: relative;}
.innerName .searBox .sear input{width: 100%;background:#fff;line-height:.42rem;padding:0 .45rem;border-radius:.05rem;border:.02rem solid #43494f;font-size:.16rem;}
.innerName .searBox .sear .soSear{width: .19rem;height: .19rem;display: block;background:url(../images/sear.jpg) no-repeat;background-size: contain;position: absolute;left: .15rem;top: 50%;margin-top:-.095rem;}
.innerName .searBox p{margin-top:0;line-height:.36rem;text-align: right;}

/*proList*/
.proList{padding-bottom:.45rem;}
.proList .slogBox{padding-left: .8rem;position: relative;font-size:.2rem;color: #0054a6;margin-bottom: .5rem;}
.proList .slogBox:before{width: .55rem;height: .55rem;content: '';background:url(../images/i1.png) no-repeat;background-size: contain;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.proList .cateNav{padding-left:25%;margin-bottom:.3rem;}
.proList .cateNav li{float: left;min-width: 1.3rem;line-height:.32rem;text-align: center;font-size:.14rem;border-radius:.05rem;border:1px solid #0054a6;margin-right:.2rem;transition:.3s;padding:0 .2rem;}
.proList .cateNav li a{display: block;color: #0054a6;}
.proList .cateNav li:hover,
.proList .cateNav li.on{background:#f1ae0c;}
.proLibox{}
.proLibox li{width: 32%;float: left;margin-right:2%;margin-bottom:.15rem;box-shadow: 0 0 .05rem rgba(0, 0, 0, .2);}
.proLibox li:nth-child(3n){margin-right:0;}
.proLibox li .imgBox{position: relative;border-radius:.05rem;overflow: hidden;}
.proLibox li .imgBox:before{width: 100%;height: 100%;content: '';background:rgba(10,47,84,.6);position: absolute;top: 0;left: 0;opacity: 0;transition:.3s;}
.proLibox li .imgBox figure{padding-bottom:2.7rem;background-repeat: no-repeat;background-size: cover;background-position:center center;background-color:#dcdde2;}
.proLibox li h5{line-height:.36rem;text-align: center;background:#fff;font-size:.14rem;color: #000000;text-transform: uppercase;}
.proLibox li .des{text-align: center;font-size:.14rem;color: #000000;background:#fff;padding:.05rem 0;}
.proLibox li:hover h5{color: #0054a6;}
.proLibox li:hover .des{color: #0054a6;}
.proLibox li:hover .imgBox:before{opacity: 1;}
.proLibox .load{display: block;width: 1.4rem;line-height:.47rem;text-align: center;background:#f1b31b;color: #fff;font-size:.14rem;border-radius:.05rem;margin: .4rem auto 0;transition:.3s;}
.proLibox .load:hover{background:#0054a6;}


/*innerBan*/
.innerBan{position: relative;}
.innerBan h3{position: absolute;font-size:.18rem;width: 100%;left: 0;text-align: right;bottom:.2rem;padding-right:11%;color: #fff;text-transform: uppercase;}

/*menu*/
.menu{background:#0054a6;padding:.3rem 0;}
.menu li{float: left;line-height:.3rem;position: relative;margin-right:.2rem;}
.menu li a{font-size:.16rem;display: block;position: relative;color: #fff;}
.menu li >a:before{width: 100%;height: .02rem;background:#f1ae0c;content: '';position: absolute;left: 0;bottom:0;opacity: 0;transition:.3s;}
.menu li .sub{position: absolute;left: 0;top: 100%;padding:.05rem .2rem .05rem .05rem;background:#fff;box-shadow: 0 0 .05rem rgba(0, 0, 0, .2);display: none;min-width: 100%;z-index: 2;}
.menu li .sub a{line-height:.23rem;color: #0a2f54;white-space:nowrap;text-transform: uppercase;}
.menu li .sub a:hover{color: #f5910f;}
.menu li:hover .sub{display: block;}
.menu li:hover >a:before,
.menu li.on >a:before{opacity: 1;}

.menu .w1160{display: flex;align-items: center;justify-content: space-between;}
.menu .searBox{width: 20%;}
.menu .searBox .sear{position: relative;}
.menu .searBox .sear input{width: 100%;background:#fff;line-height:.42rem;padding:0 .45rem;border-radius:.05rem;border:.02rem solid #43494f;font-size:.16rem;}
.menu .searBox .sear .soSear{width: .19rem;height: .19rem;display: block;background:url(../images/sear.jpg) no-repeat;background-size: contain;position: absolute;left: .15rem;top: 50%;margin-top:-.095rem;}
.menu .searBox p{margin-top:0;line-height:.36rem;text-align: right;}
@media(max-width:1024px){
    .menu .w1160{display: block;}
    .menu .searBox{width: 100%;margin-top:.1rem;}
}

/*proDesWarp*/
.proDesWarp{}
.proDesWarp .protitBox{display: inline-block;padding:.1rem;border:1px solid #0054a6;margin: .4rem 0;}
.proDesWarp .protitBox .icon{display: inline-block;vertical-align: text-bottom;margin-right:.1rem;}
.proDesWarp .protitBox h5{display: inline-block;vertical-align: text-bottom;font-size:.18rem;color: #0054a6;line-height:1.2;}
.proDesWarp .protitBox h5 span{font-weight:bold;font-family: none;font-size:.19rem;}
.proDesWarp .protitBox h5 p{color: #f1ae0c;text-transform: uppercase;}
.proDesWarp .proCate{margin-bottom:.65rem;}
.proCate.cateNote{margin-bottom:.4rem;}
.proCate.cleanNote{margin-bottom:.75rem;}
.proDesWarp .proCate .leftNav{float: left;width: 2.5rem;}
.proDesWarp .proCate .leftNav li{padding:0 .15rem;height: .43rem;background-repeat: no-repeat;background-size: cover;background-position:center center;background-image:url(../images/cateBG2.png);margin-bottom:.15rem;transition:.3s;display: flex;align-items: center;}
.proDesWarp .proCate .leftNav li a{font-size:.16rem;color: #0054a6;text-transform: uppercase;width: 100%;}
.proDesWarp .proCate .leftNav li:hover,
.proDesWarp .proCate .leftNav li.on{background-image:url(../images/cateBG2_a.png);}

.proDesWarp .proCate .leftNav .ul2 li{}
.proDesWarp .proCate .leftNav .ul2 li .icon{width: .4rem;position: absolute;top: 50%;right: .12rem;transform: translateY(-50%);}
.proDesWarp .proCate .leftNav .ul2 li a{position: relative;padding-right:.6rem;display: flex;align-items: center;height: .43rem;}
.proDesWarp .proCate .leftNav .ul2 li a span{font-size:.15rem;}

.proDesWarp .proCate .leftNav .slider{}
.proDesWarp .proCate .leftNav .slider .slick-arrow{width: .15rem;height: .3rem;display: block;font-size:0;border:none;background:url(../images/arr.png) no-repeat;background-size: contain;    filter: grayscale(100%) brightness(200%);cursor: pointer;transition:.3s;}
.proDesWarp .proCate .leftNav .slider .slick-arrow:hover{filter: inherit;}
.proDesWarp .proCate .leftNav .slider .slick-arrow.slick-prev{transform: rotate(90deg);margin: 0 auto .05rem;}
.proDesWarp .proCate .leftNav .slider .slick-arrow.slick-next{transform: rotate(-90deg);margin: -.1rem auto 0;}

.proDesWarp .proCate .rightBox{float: left;width: calc(100% - 2.5rem);padding-left:.25rem;}
.proCate .Note{padding:.1rem .15rem;border:1px solid #f3dfb0;border-left: .02rem solid #f2c24e;color: #0054a6;}
.proCate .Note h5{padding-top:.3rem;padding-left:.55rem;position: relative;font-size:.18rem;font-weight:normal;margin-bottom:.1rem;}
.proCate .Note h5:before{width: .46rem;height: .46rem;content: '';background:url(../images/i2.png) no-repeat;background-size: contain;position: absolute;left: 0;bottom:.05rem;}
.proCate .Note.noBefore h5:before{display:none;}
.proCate .Note.noBefore h5 img{width: .46rem;position: absolute;left: 0;bottom:.05rem;}
.proCate .Note p{font-size:.16rem;padding-right:12%;}
.proCate .Note p *{text-wrap: initial!important;}
.proDesWarp .proCate .bigIMG{width: 80.25%;float: right;text-align: center;}
.proDesWarp .proCate .bigIMG .img{overflow: hidden;}
.proDesWarp .proCate .bigIMG h5{background:#0054a6;color: #fff;line-height:.42rem;font-size:.26rem;}

.proDesWarp .proCate .globalDes{float: right;width: 91%;border:1px solid #0054a6;position: relative;}
.proDesWarp .proCate .globalDes .leftFr{float: left;width: 36%;padding:.15rem .1rem;}
.proDesWarp .proCate .globalDes .leftFr .txtBox{}
.proDesWarp .proCate .globalDes .leftFr .txtBox h5{font-size:.15rem;font-family:none;color: #f1ae0c;margin-bottom:.15rem;text-transform: uppercase;}
.proDesWarp .proCate .globalDes .leftFr .txtBox p{font-size:.16rem;color: #0054a6;line-height: .25rem;}
.proDesWarp .proCate .globalDes .leftFr .note{/*margin-top:.3rem;*/}
.proDesWarp .proCate .globalDes .leftFr .note .tit{padding-top:.3rem;padding-left:.55rem;position: relative;font-size:.18rem;font-weight:normal;font-size: .18rem;text-transform: uppercase;color: #0054a6;display: block;}
.proDesWarp .proCate .globalDes .leftFr .note .tit:before{width: .46rem;height: .46rem;content: '';background:url(../images/i2.png) no-repeat;background-size: contain;position: absolute;left: 0;bottom:.05rem;}
.proDesWarp .proCate .globalDes .leftFr .txtBox .goToBtn{position: absolute;left: 0;bottom:0;}
.proDesWarp .proCate .globalDes .leftFr .txtBox .goToBtn .icon{width: .7rem;margin-left: .1rem;}
.proDesWarp .proCate .globalDes .leftFr .txtBox .goToBtn p{font-size:.1rem;color: #0054a6;text-transform: uppercase;transform: scale(.8);}
.proDesWarp .proCate .globalDes .leftFr .txtBox .goToBtn:hover p{color: #f1ae0c;}
.proDesWarp .proCate .globalDes .goToBtn{position: absolute;left: 0;bottom:0;}
.proDesWarp .proCate .globalDes .goToBtn .icon{width: .7rem;margin-left: .1rem;}
.proDesWarp .proCate .globalDes .goToBtn p{font-size:.1rem;color: #0054a6;text-transform: uppercase;transform: scale(.8);}
.proDesWarp .proCate .globalDes .goToBtn:hover p{color: #f1ae0c;}
.proDesWarp .proCate .globalDes .rightFr{float: right;width: 64%;}
.proDesWarp .proCate .globalDes .rightFr .imgBox{overflow: hidden;}
.proDesWarp .proCate .globalDes .rightFr .imgBox figure{padding-bottom:3.5rem;background-repeat:no-repeat;background-size: cover;background-position:center center;display: block;}
.proDesWarp .proCate .globalDes .rightFr h5{background:#0054a6;color: #fff;line-height:.3rem;font-size:.18rem;text-align: center;text-transform: uppercase;}

.proDesWarp .proCate .warnList{float: right;width: 91%;border:1px solid #0054a6;padding: .2rem .12rem .01rem;}
.proDesWarp .proCate .warnList li{float: left;width: 24%;padding:.15rem .05rem 0;border:1px solid #0054a6;text-align: center;margin-right:1.33%;margin-bottom:2%;min-height: 1.36rem;}
.proDesWarp .proCate .warnList li:nth-child(4n){margin-right:0;}
.proDesWarp .proCate .warnList li .icon{width: 1.1rem;margin: 0 auto;}
.proDesWarp .proCate .warnList li h5{font-size:.16rem;color: #0054a6;}
.proDesWarp .proCate .warnList li:hover h5{color: #f1ae0c;}


.proDesWarp .proCate .cleanList{padding:.3rem 5%;border:1px solid #0054a6;width: 81%;float: right;}
.proDesWarp .proCate .cleanList li{float: left;width: 33%;margin-right:20%;box-shadow: 0 0 .05rem rgba(0, 0, 0, .2);margin-bottom:10%;}
.proDesWarp .proCate .cleanList li:nth-child(2n){margin-right:0;}
.proDesWarp .proCate .cleanList li .imgBox{overflow: hidden;position: relative;}
.proDesWarp .proCate .cleanList li .imgBox:before{width: 100%;height: 100%;content: '';background:rgba(10,47,84,.6);position: absolute;top: 0;left: 0;opacity: 0;transition:.3s;}
.proDesWarp .proCate .cleanList li .imgBox figure{padding-bottom:1.8rem;background-repeat:no-repeat;background-size: cover;background-position: center center;transition:.3s;}
.proDesWarp .proCate .cleanList li h5{line-height:.24rem;text-align: center;background:#0054a6;color: #fff;font-size:.12rem;}
.proDesWarp .proCate .cleanList li:hover .imgBox:before{opacity: 1;}

.proDesWarp .proWarning{padding:.1rem .15rem;border:1px solid #f3dfb0;border-left: .02rem solid #f2c24e;color: #0054a6;margin-bottom:8%;}
.proDesWarp .proWarning h5{padding-top:.3rem;padding-left:.55rem;position: relative;font-size:.18rem;font-weight:normal;margin-bottom:.1rem;color: #f52727;text-transform: uppercase;}
.proDesWarp .proWarning h5:before{width: .48rem;height: .45rem;content: '';background:url(../images/i4.png) no-repeat;background-size: contain;position: absolute;left: 0;bottom:.05rem;}
.proDesWarp .proWarning p{font-size:.16rem;padding-right:6%;}

.anchorDes .Analysis{padding:.1rem .1rem .25rem;border:1px solid #0054a6;margin-bottom:5%;}
.anchorDes .Analysis h3{line-height:.38rem;color: #0054a6;background:#f1ae0c;margin-bottom:.15rem;text-align: center;text-transform: uppercase;}
.anchorDes .Analysis .contBox{max-width:70%;margin: 0 auto;}
.anchorDes .Analysis .contBox h5{max-width:75%;margin: 0 auto;text-align: center;font-size:.18rem;color: #fff;background:#0054a6;line-height:.45rem;}
.anchorDes .Analysis .contBox .item{}
.anchorDes .Analysis .contBox .item.wfxedBox{display: flex;justify-content: space-around;}
.anchorDes .Analysis .contBox .item li{margin-top:.35rem;position: relative;display: flex;align-items: center;text-align: center;padding:.15rem .2rem;border:1px solid #0054a6;justify-content: center;min-height: 1.7rem;width: 100%;}
.anchorDes .Analysis .contBox .item li:before{width: .12rem;height: .3rem;content: '';background:url(../images/i5.png) no-repeat;background-size: contain;position: absolute;left: 50%;margin-left: -.06rem;top: -.35rem;}
.anchorDes .Analysis .contBox .item ul{margin-right:2%;width: 32%;}
.anchorDes .Analysis .contBox .item ul:last-child{margin-right:0;}
.anchorDes .Analysis .contBox .item li p{font-size:.16rem;color: #0054a6;}
.anchorDes .Analysis .contBox .item li .txticon{}
.anchorDes .Analysis .contBox .item li .txticon .icon{max-width:.48rem;margin: 0 auto .1rem;transition:.3s;}
.anchorDes .Analysis .contBox .item li:hover .txticon .icon{transform: rotateY(180deg);}
.anchorDes .Analysis .contBox .item li .txticon span{display: block;font-size: .16rem;color: #0054a6;}
.anchorDes .Analysis .contBox .item li .txticon span.tit{font-weight:bold;}

.anchorDes .Analysis .contBox .item.w100 ul{width: 100%;}
.anchorDes .Analysis .contBox .item.w100 li{width: 100%;float: none;margin-right:0;padding:.15rem 8%;min-height: inherit;}
.anchorDes .Analysis .contBox .item.w100 li p{font-size:.18rem;}
.anchorDes .Analysis .contBox.w96{max-width:96%;}
.anchorDes .Analysis .contBox .ovfBox{overflow-x: auto;}
.anchorDes .Analysis .contBox .ovfBox .wfxedBox{width: 1920px;}

/*.anchorDes .Analysis .contBox .item.w20 li{width: 18.4%;min-height: 1.7rem;}
.anchorDes .Analysis .contBox .item.w20 li:nth-child(3n){margin-right:2%;}
.anchorDes .Analysis .contBox .item.w20 li:nth-child(5n){margin-right:0;}*/

.proDesWarp .switchIMG{margin-bottom: 2%;}
.proDesWarp .switchIMG li{}
.proDesWarp .switchIMG li figure{padding-bottom:3.2rem;background-repeat:no-repeat;background-size: cover;background-position: center center;}
.proDesWarp .switchIMG .slick-dots{margin-top: 2%;text-align: center;}
.proDesWarp .switchIMG .slick-dots li{display: inline-block;vertical-align: middle;width: .14rem;height: .14rem;border-radius:50%;border:.02rem solid #0054a6;margin: 0 .05rem;transition:.3s;}
.proDesWarp .switchIMG .slick-dots li button{display: none;}
.proDesWarp .switchIMG .slick-dots li.slick-active{background:#f1b31b;border-color: #f1b31b;}

.proDesWarp .viewIMGB{}
.proDesWarp .viewIMGB .item{width: 49%;float: left;margin-bottom: 2%;cursor: pointer;}
.proDesWarp .viewIMGB .item:nth-child(2n){float: right;}
.proDesWarp .viewIMGB .item .imgBox{overflow: hidden;position: relative;}
.proDesWarp .viewIMGB .item .imgBox:before{width: 100%;height: 100%;content: '';background:rgba(10,47,84,.6);position: absolute;top: 0;left: 0;opacity: 0;transition:.3s;}
.proDesWarp .viewIMGB .item .imgBox figure{padding-bottom:3.2rem;background-repeat:no-repeat;background-size: cover;background-position: center center;transition:.3s;}
.proDesWarp .viewIMGB .item h5{line-height:.35rem;text-align: center;background:#0054a6;color: #fff;text-transform: uppercase;font-size:.16rem;}
.proDesWarp .viewIMGB .item:hover .imgBox:before{opacity: 1;}
.proDesWarp .viewIMGB .item .fixCont{display: none;}
.goTop{display: block;width: 2.54rem;height: .45rem;background:url(../images/goTop.png) no-repeat;background-size: contain;margin:.55rem 0 .75rem;transition:.3s;}
.goTop:hover{transform: translateY(-.05rem);}

.Analysis + .goTop{margin:.55rem auto .75rem;}

.largeImg{position: fixed;width: 100%;height: 100%;background:rgba(0,84,166,.6);top: 0;left: 50%;z-index: 12;max-width: 1350px;transform: translateX(-50%);display: none;}
.largeImg .contBox{position: absolute;width: calc(100% - .5rem);padding:.6rem .4rem;background:#fff;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.largeImg .contBox .cloBtn{width: .39rem;height: .34rem;display: block;background:url(../images/col.png) no-repeat;background-size: contain;position: absolute;top: .1rem;right: 0;z-index: 1;}
.largeImg .contBox .imgtxtBox{height: 70vh;overflow-y: auto;}
.largeImg .contBox .sliderImg{position: relative;margin-bottom:.2rem;}
.largeImg .contBox .sliderImg img{margin: 0 auto;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.largeImg .contBox .slick-arrow{display: block;font-size:0;width: .21rem;height: .43rem;background:url(../images/arr.png) no-repeat;background-size: contain;position: absolute;top: 50%;border:none;z-index: 5;cursor: pointer;margin-top:-.215rem;}
.largeImg .contBox .slick-arrow.slick-prev{left: .15rem}
.largeImg .contBox .slick-arrow.slick-next{right: .15rem;transform: rotate(180deg);}
.largeImg .contBox p{font-size:.16rem;color: #8b8b8b;}
.largeImg .contBox h5{font-size:.3rem;color: #0054a6;text-align: center;margin-top:8%;}
.largeImg .contBox .textB{}
.largeImg .contBox .textB h5{text-transform: uppercase;font-size:.3rem;margin-top:0;}
.largeImg .contBox .textB p{font-size:.16rem;color: #000000;margin-top:0;}
.largeImg .contBox .textB .note .tit{padding-top:.3rem;padding-left:.35rem;position: relative;font-size:.18rem;font-weight:normal;margin-bottom:.1rem;display: block;color: #0054a6;text-transform: uppercase;}
.largeImg .contBox .textB .note .tit:before{width: .32rem;height: .32rem;content: '';background:url(../images/i2.png) no-repeat;background-size: contain;position: absolute;left: 0;bottom:.05rem;}
.largeImg .contBox .textB .warn{}
.largeImg .contBox .textB .warn .tit{padding-top:.3rem;padding-left:.35rem;position: relative;font-size:.18rem;font-weight:normal;margin-bottom:.1rem;color: #da0303;display: block;}
.largeImg .contBox .textB .warn .tit:before{width: .32rem;height: .32rem;content: '';background:url(../images/i4.png) no-repeat;background-size: contain;position: absolute;left: 0;bottom:.05rem;}
.largeImg .contBox .textB .warn p{color: #da0303;}

// .largeImg .contBox .imgtxtBox{position: relative;min-height: 1rem;}
// .largeImg .contBox .imgtxtBox:before{width: 1rem;height: 1rem;content: '';background:url(../images/load.gif) no-repeat;background-size: contain;position: absolute;top: 0;left: 50%;margin-left: -.5rem;}

.anchorDes{box-shadow: inset 0 .15rem .1rem -.15rem rgba(0, 0, 0, .5);padding:.35rem 0 .2rem;}
.anchorDes .itemVid{margin-bottom: 8%;}
.anchorDes .itemVid .titBox{max-width:100%;margin: 0 auto .7rem;text-align: center;}
.anchorDes .itemVid .titBox h5{display: inline-block;position: relative;font-size:.18rem;color: #0054a6;margin-bottom:.2rem;}
.anchorDes .itemVid .titBox h5:before,
.anchorDes .itemVid .titBox h5:after{width: .95rem;height: .02rem;content: '';background:#719eca;position: absolute;top: 50%;margin-top:-.01rem;}
.anchorDes .itemVid .titBox h5:before{left: -1.1rem;}
.anchorDes .itemVid .titBox h5:after{right: -1.1rem;}
.anchorDes .itemVid .titBox p{font-size:.16rem;color: #8b8b8b;text-align: left;}
.anchorDes .itemVid .contBox{}
.anchorDes .itemVid .contBox .vidBox{float: left;width: 53.5%;position: relative;border-radius:.1rem;overflow: hidden;}
.anchorDes .itemVid .contBox .vidBox .playBtn{position: absolute;width: 1.03rem;height: 1.03rem;background:url(../images/play.png) no-repeat;top: 50%;left: 50%;transform: translate(-50%, -50%);background-size: contain;}
.anchorDes .itemVid .contBox .vidBox figure{width: 100%;padding-bottom:4.05rem;background-repeat:no-repeat;background-position:center center;background-size: cover;background-color:#0054a6;}
.anchorDes .itemVid .contBox .videoBox{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: none;}
.anchorDes .itemVid .contBox .videoBox .closBtn{width: .21rem;height: .21rem;display: block;position: absolute;top: .25rem;right:.25rem;background:url(../images/col2.png) no-repeat;z-index: 11;transition:.3s;background-size: contain;}
.anchorDes .itemVid .contBox .videoBox video{width: 100%;height: 100%;background:rgba(0,0,0,.8);}
.anchorDes .itemVid .contBox .videoBox .closBtn:hover{transform: rotate(90deg);}
.anchorDes .itemVid .contBox .txtBox{float: left;width: 46.5%;padding:0 .3rem;}
.anchorDes .itemVid .contBox .txtBox h5{font-size:.18rem;color: #0054a6;font-family:none;}
.anchorDes .itemVid .contBox .txtBox span{/*display: block;margin: 0;color: #565656;*/font-size:.14rem;line-height:.25rem;}
.anchorDes .itemVid .contBox .txtBox p{font-size:.16rem;color: #8b8b8b;line-height:.25rem;}

.anchorDes .titIcon{margin-bottom: .15rem;}
.anchorDes .titIcon .icon{display: inline-block;vertical-align: text-bottom;width: .87rem;margin-right:.1rem;}

.anchorDes .titIcon .text{font-size:.16rem;color: #8b8b8b;display: inline-block;vertical-align: text-bottom;max-width:65%;}

.anchorDes .itemTools{margin-bottom:.4rem;}
.anchorDes .itemTools .listBox{}
.anchorDes .itemTools .listBox .item{float: left;width: 32%;margin-right:2%;margin-bottom:2%;cursor: pointer;}
.anchorDes .itemTools .listBox .item:nth-child(3n){margin-right:0;}
.anchorDes .itemTools .listBox.ul2 .item{width: 15%;}
.anchorDes .itemTools .listBox.ul2 .item:nth-child(3n){margin-right:2%;}
.anchorDes .itemTools .listBox.ul2 .item:nth-child(6n){margin-right:0;}
.anchorDes .itemTools .listBox .item .imgBox{position: relative;overflow: hidden;}
.anchorDes .itemTools .listBox .item .imgBox:before{width: 100%;height: 100%;content: '';background:rgba(10,47,84,.3);position: absolute;top: 0;left: 0;opacity: 0;transition:.3s;}
.anchorDes .itemTools .listBox .item .imgBox:after{width: .19rem;height: .19rem;content: '';background:url(../images/sear_w.png) no-repeat;background-size: contain;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);opacity: 0;transition:.3s;}
.anchorDes .itemTools .listBox .item .imgBox figure{padding-bottom: 2.05rem;background-repeat:no-repeat;background-size: cover;background-position:center center;}
.anchorDes .itemTools .listBox .item h5{line-height:.24rem;text-align: center;background:#0054a6;color: #fff;font-size:.12rem;font-weight:normal;}
.anchorDes .itemTools .listBox .item:hover .imgBox:before,
.anchorDes .itemTools .listBox .item:hover .imgBox:after{opacity: 1;}
.anchorDes .itemTools .listBox .item .fixCont{display: none;}

.anchorDes .itemSteps{}
.anchorDes .itemSteps .fixSteps{position: fixed;left: 5%;top: 50%;transform: translateY(-50%);z-index: 8;padding:.15rem .1rem;box-shadow: 0 0 .05rem rgba(0, 0, 0, .2);border-radius:.05rem;background:#f4f4f4;display:none;}
.anchorDes .itemSteps .fixSteps li a{display: block;line-height:.28rem;padding:0 .05rem;text-transform: uppercase;border-bottom:1px solid transparent;}
.anchorDes .itemSteps .fixSteps li.on a{border-color: #0054a6;color: #0054a6;}

@media(min-width: 1024px){
    .anchorDes .itemSteps .fixSteps{padding:.15rem .2rem;}
    .anchorDes .itemSteps .fixSteps li{margin-bottom:.05rem;}
    .anchorDes .itemSteps .fixSteps li:last-child{margin-bottom:0;}
    .anchorDes .itemSteps .fixSteps li a{font-size:.18rem;}
}

.anchorDes .stpeFixed{position: fixed;left: 0;top: 50%;transform: translate(-50%,-50%);z-index: 8;padding:.15rem .1rem;box-shadow: 0 0 .05rem rgba(0, 0, 0, .2);border-radius:.05rem;background:#f4f4f4;max-width:2.2rem;transition:.3s;opacity: .8;display:none;}
.anchorDes .stpeFixed:hover{left: 2%;opacity: 1;transform: translate(0,-50%);}
.anchorDes .stpeFixed li{margin-bottom:.05rem;}
.anchorDes .stpeFixed li:last-child{margin-bottom:0;}
.anchorDes .stpeFixed li a{display: block;line-height:.2rem;padding:0 .05rem;text-transform: uppercase;border-bottom:1px solid transparent;font-size:.14rem;}
.anchorDes .stpeFixed li a span{text-transform: initial;margin-left: 0.03rem;}
.anchorDes .stpeFixed li.on a{border-color: #0054a6;color: #0054a6;}

@media(max-width: 1024px){
    .anchorDes .stpeFixed{display:none;}
}


.anchorDes .itemSteps .txtimgBox{padding-top:.2rem;}
.anchorDes .itemSteps .txtimgBox .item{background:#f2f1f6;cursor: pointer;margin-bottom:.3rem;}
.anchorDes .itemSteps .txtimgBox .item .txtBox{float: right;width: 50%;padding:.1rem .15rem;text-align: right;}
.anchorDes .itemSteps .txtimgBox .item .txtBox .tit{display: block;font-size:.18rem;color: #0054a6;font-weight:bold;text-transform: uppercase;}
.anchorDes .itemSteps .txtimgBox .item .txtBox p{font-size:.18rem;color: #000000;}
.anchorDes .itemSteps .txtimgBox .item .txtBox p span{font-weight:normal;text-transform:inherit;}
.anchorDes .itemSteps .txtimgBox .item .txtBox .note .tit{padding-top:.3rem;padding-right:.55rem;position: relative;font-size:.18rem;font-weight:normal;margin-bottom:.1rem;display: block;}
.anchorDes .itemSteps .txtimgBox .item .txtBox .note .tit:before{width: .46rem;height: .46rem;content: '';background:url(../images/i2.png) no-repeat;background-size: contain;position: absolute;right: 0;bottom:.05rem;}
.anchorDes .itemSteps .txtimgBox .item .txtBox .warn{}
.anchorDes .itemSteps .txtimgBox .item .txtBox .warn .tit{padding-top:.3rem;padding-right:.55rem;position: relative;font-size:.18rem;font-weight:normal;margin-bottom:.1rem;color: #da0303;}
.anchorDes .itemSteps .txtimgBox .item .txtBox .warn .tit:before{width: .48rem;height: .45rem;content: '';background:url(../images/i4.png) no-repeat;background-size: contain;position: absolute;right: 0;bottom:.05rem;}
.anchorDes .itemSteps .txtimgBox .item .txtBox .warn p{color: #da0303;}
.anchorDes .itemSteps .txtimgBox .item.noImg .txtBox{width: 100%;padding:.2rem .3rem;text-align: left;}
.anchorDes .itemSteps .txtimgBox .item .imgBox{float: left;width: 50%;overflow: hidden;position: relative;}
.anchorDes .itemSteps .txtimgBox .item .imgBox:before{width: 100%;height: 100%;content: '';background:rgba(10,47,84,.3);position: absolute;top: 0;left: 0;opacity: 0;transition:.3s;}
.anchorDes .itemSteps .txtimgBox .item .imgBox:after{width: .24rem;height: .24rem;content: '';background:url(../images/sear_r.png) no-repeat;background-size: contain;position: absolute;left: .15rem;bottom:.3rem;}
.anchorDes .itemSteps .txtimgBox .item .imgBox figure{padding-bottom: 3.15rem;background-repeat:no-repeat;background-size: cover;background-position:center center;}
.anchorDes .itemSteps .txtimgBox .item .fixCont{display: none;}
.anchorDes .itemSteps .txtimgBox .item:hover .imgBox:before{opacity: 1;}

.anchorDes .itemSteps .txtimgBox .item:nth-child(even) .txtBox{float: left;text-align: left;}
.anchorDes .itemSteps .txtimgBox .item:nth-child(even) .imgBox{float: right;border-right:none;}
.anchorDes .itemSteps .txtimgBox .item:nth-child(even) .txtBox .note .tit{padding-left: .55rem;padding-right:0;}
.anchorDes .itemSteps .txtimgBox .item:nth-child(even) .txtBox .note .tit:before{right: auto;left: 0;}
.anchorDes .itemSteps .txtimgBox .item:nth-child(even) .txtBox .warn .tit{padding-left: .55rem;padding-right:0;}
.anchorDes .itemSteps .txtimgBox .item:nth-child(even) .txtBox .warn .tit:before{right: auto;left: 0;}

.anchorDes .itemSteps .txtimg2List{}
.anchorDes .itemSteps .txtimg2List .liBox{padding:.01rem .2rem;background:#fff;margin-bottom:.25rem;}
.anchorDes .itemSteps .txtimg2List .liBox h3{font-size:.18rem;color: #0054a6;font-family:none;line-height:.34rem;text-transform: uppercase;}
.anchorDes .itemSteps .txtimg2List .liBox .itBox{margin-bottom:.1rem;cursor: pointer;background:#f4f4f4;}
.anchorDes .itemSteps .txtimg2List .liBox .itBox.titBox{margin-bottom:0;margin-top:.1rem;}
.anchorDes .itemSteps .txtimg2List .liBox .itBox .txtBox{float: left;width: 50%;padding:.1rem .15rem;}
.anchorDes .itemSteps .txtimg2List .liBox .itBox .txtBox span{display: block;font-size:.18rem;color: #0054a6;font-weight:bold;text-transform: uppercase;}
.anchorDes .itemSteps .txtimg2List .liBox .itBox .txtBox p{font-size:.18rem;color: #000000;}
.anchorDes .itemSteps .txtimg2List .liBox .itBox .txtBox p span{font-weight:normal;text-transform:inherit;display: inline-block;color: #000000;}
.anchorDes .itemSteps .txtimg2List .liBox .itBox .imgBox{float: left;width: 50%;overflow: hidden;position: relative;}
.anchorDes .itemSteps .txtimg2List .liBox .itBox .imgBox:before{width: 100%;height: 100%;content: '';background:rgba(10,47,84,.3);position: absolute;top: 0;left: 0;opacity: 0;transition:.3s;}
.anchorDes .itemSteps .txtimg2List .liBox .itBox .imgBox:after{width: .24rem;height: .24rem;content: '';background:url(../images/sear_r.png) no-repeat;background-size: contain;position: absolute;left: .15rem;bottom:.3rem;}
.anchorDes .itemSteps .txtimg2List .liBox .itBox .imgBox figure{padding-bottom: 3.15rem;background-repeat:no-repeat;background-size: cover;background-position:center center;}
.anchorDes .itemSteps .txtimg2List .liBox .itBox .fixCont{display: none;}
.anchorDes .itemSteps .txtimg2List .liBox .itBox:hover .imgBox:before{opacity: 1;}
.anchorDes .itemSteps .txtimg2List .liBox .whycauBox{display: flex;justify-content: space-between;margin-bottom:.1rem;}
.anchorDes .itemSteps .txtimg2List .liBox .whycauBox .conBox{width: calc(50% - 2px);padding:.15rem 0 .25rem;text-align: center;color: #2069b0;background:rgba(32,105,176,.2);}
.anchorDes .itemSteps .txtimg2List .liBox .whycauBox .conBox.why{color: #d11c1c;background:rgba(209,28,28,.2);}
.anchorDes .itemSteps .txtimg2List .liBox .whycauBox .conBox h5{font-family:none;font-size:.18rem;}
.anchorDes .itemSteps .txtimg2List .liBox .whycauBox .conBox p{font-size:.18rem;}

.anchorDes .lineTit{margin-bottom:.55rem;}
.anchorDes .itemSteps .lineTit{margin-bottom:.15rem;}
.anchorDes .lineTit.optit{margin-bottom:.3rem;}
.anchorDes .lineTit h5{line-height:.75rem;padding:0 .1rem;background:#f1ae0c;color: #0054a6;font-size:.3rem;font-family:none;text-transform: uppercase;}
.anchorDes .lineTit .desBox{margin-top:.1rem;background:#f1ae0c;color: #0054a6;padding:.15rem .15rem .3rem;}
.anchorDes .lineTit .desBox .tit{display: block;font-size:.18rem;padding-left:.6rem;padding-top:.3rem;position: relative;font-weight:bold;}
.anchorDes .lineTit .desBox .tit:before{width: .5rem;height: .5rem;content: '';background:url(../images/i3.png) no-repeat;background-size: contain;position: absolute;left: 0;top: 0;}
.anchorDes .lineTit .desBox p{font-size:.18rem;margin: .15rem 0 .2rem;}
.anchorDes .lineTit .desBox li{float: left;margin-right:.35rem;width: .93rem;text-align: center;}
.anchorDes .lineTit .desBox li img{width: .9rem;transition:.3s;}
.anchorDes .lineTit .desBox li h3{font-size:.18rem;color: #0054a6;}
.anchorDes .lineTit .desBox li:hover img{transform: translateY(-.05rem);}

.anchorDes .itemCall{margin-bottom: 8%;background:#fff;}
.anchorDes .itemCall .item{width: 100%;background:#f1ae0c;color: #0054a6;padding:.1rem .2rem .4rem;}
.anchorDes .itemCall .item .icon{max-width: .6rem;margin-bottom:}
.anchorDes .itemCall .item h5{font-size:.18rem;font-family:none;margin-bottom:.1rem;}
.anchorDes .itemCall .item p{font-size:.18rem;}

.anchorDes .itemSteps .txtimgBox .item .txtBox .sound{margin-top:.1rem;}
.anchorDes .itemSteps .txtimgBox .item .txtBox .sound .playBtn{display: inline-block;width: 1.57rem;height: .35rem;background:url(../images/sound.png) no-repeat;background-size: contain;transition:.3s;}
.anchorDes .itemSteps .txtimgBox .item .txtBox .sound .playBtn:hover{transform: translateY(-.05rem);}
.anchorDes .itemSteps .txtimgBox .item .txtBox .sound .tip{font-style: normal;font-size:.12rem;color: #0054a6;display: block;margin-top:.1rem;}
.anchorDes .itemSteps .txtimgBox .item .imgBox .tdLink{position: absolute;width: 100%;left: 0;top: 45%;transform: translateY(-50%);text-align: center;font-size:.24rem;color: #da3a2a;text-transform: uppercase;}
.anchorDes .itemSteps .txtimgBox .item .imgBox .tit{position: absolute;width: 100%;left: 0;bottom:0;line-height:.38rem;color: #fff;text-align: center;background:#0054a6;font-size:.18rem;text-transform: uppercase;}

.proSearch{margin-bottom:8%;}
.proSearch li{margin-bottom:.15rem;padding-bottom:.15rem;border-bottom:1px solid #dbdbdb;}
.proSearch li:last-child{border-bottom:none;}
.proSearch li h5{font-size:.24rem;margin-bottom:.1rem;}
.proSearch li .textImg{display: flex;}
.proSearch li .textImg .imgBox{width: 30%;margin-right:.15rem;}
.proSearch li .textImg .imgBox figure{padding-bottom:2rem;background-repeat: no-repeat;background-size: cover;background-position:center center;}
.proSearch li .textImg .txtBox{font-size:.16rem;color: #555;max-width:69%;}
.proSearch .load{display: block;width: 1.4rem;line-height:.47rem;text-align: center;background:#f1b31b;color: #fff;font-size:.14rem;border-radius:.05rem;margin: .4rem auto 0;transition:.3s;}
.proSearch .load:hover{background:#0054a6;}

/*reworkPro*/
.reworkPro{margin-bottom:.7rem;}
.reworkPro.addnewsPrev{margin-bottom: 10%;}
.reworkPro.addnewsPrev .nextStep{margin-top:0;}
.reworkPro .titBox{padding:0 4%;text-align: center;margin-bottom:.25rem;}
.reworkPro .titBox .icon{width: .87rem;margin: 0 auto .02rem;}
.reworkPro .titBox h5{display: inline-block;padding:0 5%;line-height:.2rem;font-size:.16rem;color: #fff;background:#0054a6;}
.reworkPro .stepNum{padding:.15rem 0 .05rem;box-shadow:0 0 .1rem .05rem rgba(0, 0, 0, .2);position: relative;margin-top:.3rem;transition:.3s;transform: translateX(0);left: 0;}
.reworkPro .stepNum ul{padding: 0.4rem 0.4rem 0.4rem 0.7rem;}
.reworkPro .stepNum ul .slick-list{padding:.4rem .4rem .4rem .7rem;}
.reworkPro .stepNum li{float: left;position: relative;margin-right:.4rem;cursor: pointer;/*margin-bottom: .5rem*/}
.reworkPro .stepNum li:before{width: .4rem;height: .05rem;background:#0054a6;position: absolute;left: 100%;top: 50%;margin-top:-.025rem;content: '';z-index: -1;}
.reworkPro .stepNum li:after{width: 0;height: 0;content: '';border-bottom:.08rem solid #0054a6;border-left:.06rem solid transparent;border-right:.06rem solid transparent;position: absolute;bottom: 95%;left: 50%;/*margin-left:-.06rem;*/opacity: 0;}
.reworkPro .stepNum li:last-child:before{display: none;}
.reworkPro .stepNum li p{width: .37rem;height: .37rem;border:.02rem solid #cfcece;background:#f4f4f4;border-radius: 50%;text-align: center;line-height:.33rem;font-size:.24rem;color: #cfcece;font-weight:bold;transition:.3s;}
.reworkPro .stepNum li h5{font-size:.14rem;color: #0054a6;position: absolute;bottom:115%;left: 50%;transform: translateX(-50%);width: 460%;text-align: center;opacity: 0;line-height:.12rem;}
.reworkPro .stepNum li:hover p,
.reworkPro .stepNum li.on p{border-color:#0054a6;background:#f1ae0c;color: #0054a6;}
.reworkPro .stepNum li.on h5{opacity: 1;}
.reworkPro .stepNum li.on:after{opacity: 1;}
.reworkPro .stepNum .slick-arrow{width: 0.21rem;height: 0.43rem;background: url(../images/arr.png) no-repeat;background-size: contain;font-size: 0;border: none;position: absolute;top: 50%;margin-top: -0.21rem;left: -0.4rem;cursor: pointer;}
.reworkPro .stepNum .slick-arrow.slick-next{left:auto;right:-.4rem;transform: rotate(180deg);}
.reworkPro .nextStep{display: block;background:url(../images/prevBtn.png) no-repeat;width: 4.66rem;height: .45rem;background-size: contain;margin-top:.4rem;transition:.3s;}
.reworkPro .nextStep:hover{transform: translateX(.05rem);}

.reworkPro .stepNumHei{display: none;}
.reworkPro .stepNum.Fixposi{position: fixed;width: 100%;top: 0;left: 50%;background: #f4f4f4;max-width: 1350px;transform: translateX(-50%);z-index: 11;margin-top:0;}

@media(min-width: 1024px){
    /*.reworkPro .stepNum .slick-track{width: auto!important;}*/
    .reworkPro .stepNum li{margin-right:.8rem;/*margin-bottom:1rem;width: 37px!important;*/}
    .reworkPro .stepNum li:nth-child(even) h5{bottom:auto;top: 115%;}
    .reworkPro .stepNum li:nth-child(even):after{transform: rotate(180deg);bottom:-.06rem;}
    .reworkPro .stepNum li:before{width: .8rem;}
    .reworkPro .stepNum li h5{opacity: 1;}
}

.stepItem{}
.stepItem .contBox{padding-top:.2rem;max-height: 1820px;overflow-y: auto;}
.stepItem .titIcon{margin-bottom:.12rem;}
.stepItem .titIcon .icon{width: .87rem;margin-bottom:.05rem;display: inline-block;vertical-align: text-bottom;margin-right: 0.1rem;}
.stepItem .titIcon span{display: inline-block;padding: 0 8% 0 .05rem;line-height:.38rem;background:#f1ae0c;color: #0054a6;font-size:.18rem;}
.stepItem .stepList .proCate{margin-top:.15rem;}
.stepItem .stepList li{background:#f2f1f6;margin-top:.15rem;}
.stepItem .stepList li .txtBox{float: left;width: 50%;padding:.15rem;}
.stepItem .stepList li .txtBox .tit{display: block;font-size:.18rem;color: #0054a6;font-weight:bold;text-transform: uppercase;}
.stepItem .stepList li .txtBox p{font-size:.18rem;color: #000000;}
.stepItem .stepList li .txtBox .sound{margin-top:.1rem;}
.stepItem .stepList li .txtBox .sound .playBtn{display: inline-block;width: 1.57rem;height: .35rem;background:url(../images/sound.png) no-repeat;background-size: contain;transition:.3s;}
.stepItem .stepList li .txtBox .sound .playBtn:hover{transform: translateY(-.05rem);}
.stepItem .stepList li .txtBox .sound .tip{font-style: normal;font-size:.12rem;color: #0054a6;display: block;margin-top:.1rem;}
.stepItem .stepList li .imgBox{float: right;width: 50%;overflow: hidden;position: relative;}
.stepItem .stepList li .imgBox figure{padding-bottom: 3.15rem;background-repeat: no-repeat;background-size: contain;background-position: center center;}
.stepItem .stepList li .imgBox:before{width: 100%;height: 100%;content: '';background:rgba(10,47,84,.3);position: absolute;top: 0;left: 0;opacity: 0;transition:.3s;}
.stepItem .stepList li .imgBox:after{width: .24rem;height: .24rem;content: '';background:url(../images/sear_r.png) no-repeat;background-size: contain;position: absolute;right: .15rem;bottom:.15rem;}
.stepItem .stepList li:hover .imgBox:before{opacity: 1;}
.stepItem .stepList li .fixCont{display: none;}

@media(min-width: 1024px){
    .stepItem .stepList li:nth-child(odd) .txtBox{float: right;text-align: right;}
    .stepItem .stepList li:nth-child(odd) .imgBox{float: left;}
}

.stepItem .tabBox{}
.stepItem .tabBox table{width: 100%;border-collapse: collapse;}
.stepItem .tabBox table th{padding:.1rem;border:1px solid #333;}
.stepItem .tabBox table td{text-align: center;padding:.1rem 0;border:1px solid #333;}
@media(max-width:768px){
    .stepItem .tabBox{overflow-x: auto;}
    .stepItem .tabBox table{width: 1280px;}
}

.stepItem .diaLink{margin:.15rem 0;background:#f1ae0c;text-align: center;}
.stepItem .diaLink .imgBox{float: left;width: 50%;overflow: hidden;position: relative;line-height:3.15rem;background:#f2f1f6;}
.stepItem .diaLink .imgBox .num{position: absolute;font-size:.48rem;font-weight:bold;color: #0054a6;top: .2rem;right: .3rem;line-height:initial;}
.stepItem .diaLink .txtBox{float: left;width: 50%;padding:.25rem 5% 0;color: #0054a6;font-size:.16rem;}
.stepItem .diaLink .txtBox *{text-wrap: wrap!important;}
.stepItem .diaLink .txtBox .btnBox{display: flex;align-items: center;justify-content: space-around;}
.stepItem .diaLink .txtBox a{display: block;margin:.2rem auto 0;}
.stepItem .diaLink .txtBox a p{font-size:.12rem;color: #0054a6;}

.stepItem .tipDes{background: rgba(209,28,28,.2);padding:.15rem .2rem;margin-bottom:.3rem;}
.stepItem .tipDes .icon{display: inline-block;vertical-align: middle;width: .46rem;margin-right:.05rem;}
.stepItem .tipDes p{font-size:.18rem;color: #d90000;font-weight:bold;text-transform: uppercase;display: inline-block;vertical-align: middle;}
.stepItem .titImg{background: #f2f1f6;padding:.1rem .3rem .3rem;margin-bottom:.6rem;}
.stepItem .titImg h5{font-size:.3rem;color: #0054a6;font-family:none;}
.stepItem .termList{}
.stepItem .termList li{margin-bottom: .4rem;padding:.2rem;background: #f2f1f6;}
.stepItem .termList li .imgBox img{box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .2);}
.stepItem .termList li .txtBox .icon{width: .83rem;display: inline-block;}
.stepItem .termList li .txtBox h5{font-size:.3rem;color: #0054a6;}
.stepItem .termList li.left .imgBox{display: inline-block;vertical-align: middle;}
.stepItem .termList li.left .txtBox{display: inline-block;vertical-align: middle;margin-left:.6rem;}
.stepItem .termList li.left .txtBox .icon{vertical-align: middle;margin-right:.25rem;}
.stepItem .termList li.left .txtBox h5{display: inline-block;vertical-align: middle;}
.stepItem .termList li.botm{text-align: center;}
.stepItem .termList li.botm .txtBox{margin-bottom:.1rem;}
.stepItem .termList li.topm{text-align: center;}
.stepItem .termList li.topm .txtBox{margin-top:.1rem;}

/*联系我们*/
.contaceWarp{padding:6% 0 12%;}
.contaceWarp .titBox{text-align: center;margin-bottom:.8rem;}
.contaceWarp .titBox h5{font-size:.34rem;color: #565656;font-weight:normal;margin-bottom:.25rem;}
.contaceWarp .titBox h5 span{font-weight:bold;}
.contaceWarp .titBox p{font-size:.16rem;color: #8b8b8b;}
.contaceWarp .formBox{}
.contaceWarp .formBox .left{float: left;width: 48%;}
.contaceWarp .formBox .right{float: right;width: 48%;}
.contaceWarp .formBox .item{margin-bottom: .25rem;}
.contaceWarp .formBox .right .item{margin-bottom:.1rem;}
.contaceWarp .formBox .item label{display: block;font-size:.16rem;color: #565656;font-weight:bold;margin-bottom:.1rem;}
.contaceWarp .formBox .item input{width: 100%;line-height:.42rem;border-radius: .05rem;background:#fff;border:1px solid #dbdbdb;padding:0 .15rem;}
.contaceWarp .formBox .item select{width: 100%;line-height:.42rem;height: .42rem;border-radius: .05rem;background:#fff;border:1px solid #dbdbdb;padding:0 .15rem;}
.contaceWarp .formBox .item textarea{width: 100%;padding:.1rem .15rem;border-radius: .05rem;background:#fff;border:1px solid #dbdbdb;height: 2.5rem;}
.contaceWarp .formBox .readPro{color: #bcbcbc;}
.contaceWarp .formBox .readPro input{width: .2rem;height: .2rem;display: inline-block;vertical-align: middle;}
.contaceWarp .formBox .readPro label{display: inline-block;vertical-align: middle;}
.contaceWarp .formBox .btnBox{text-align: right;margin-top:.1rem;}
.contaceWarp .formBox .btnBox a{display: inline-block;vertical-align: middle;line-height:.55rem;border-radius: .05rem;margin-left:.2rem;color: #fff;}
.contaceWarp .formBox .btnBox a.resBtn{width: 1.3rem;text-align: center;background:#0054a6;}
.contaceWarp .formBox .btnBox a.senBtn{width: 2.25rem;background:#f1ae0c;padding-left:.7rem;position: relative;text-align: left;}
.contaceWarp .formBox .btnBox a.senBtn:before{width: .11rem;height: .13rem;content: '';background:url(../images/i6.png) no-repeat;background-size: contain;position: absolute;left: .25rem;top: 50%;margin-top: -.065rem;transition:.3s;}
.contaceWarp .formBox .btnBox a.senBtn:hover:before{left: .3rem;}

.proDesWarp .strucIMG{}
.proDesWarp .strucIMG .item{margin-bottom:.65rem;}
.proDesWarp .strucIMG .item h5{line-height:.42rem;color: #fff;text-align: center;background:#0054a6;font-size:.24rem;text-transform: uppercase;}

.proDesWarp .proCate .cleanList li .imgBox .num{position: absolute;display: block;width: .35rem;height: .35rem;line-height:.35rem;text-align: center;background:#f1ae0c;color: #fff;font-size:.24rem;border-radius: 50%;right: .1rem;bottom:.05rem;}



/***/
/*响应式*/
.nav_btn {width:.3rem; height:.27rem;position:relative; cursor:pointer; display:none;  transition:margin 0.3s ease 0s;z-index: 999;}
.nav_btn span,.nav_btn span:before,.nav_btn span:after {content:''; display:block; width:100%; height:.02rem; background-color:#0054a6; position:absolute; left:0;border-radius:3px;}
.nav_btn span {top:50%; margin-top:-1px;}
.nav_btn span:before {top:-.1rem; transition:all 0.3s ease 0s;}
.nav_btn span:after {bottom:-.1rem; transition:all 0.3s ease 0s;}
.nav_btn.open span {height:0;}
.nav_btn.open span:before {transform:rotate(45deg); top:0;}
.nav_btn.open span:after {transform:rotate(-45deg); bottom:-.02rem;}


@media(max-width:1280px){
    .w1160{padding:0 2%;}
    .anchorDes .itemSteps .fixSteps{left: 2%;}
    .stepNum .w1160{padding:0 4%;}
    .reworkPro .nextStep{margin-left:2%;}
}


@media(max-width:1024px){
    .w960{padding:0 2%;}
    .nav_btn{display: block;}
    .top .logo{width: 35%;}
    .top .inner{padding: .1rem 0;}
    .topHei{height: .75rem;}
    .top .nav{position: absolute;width: 100%;top: 100%;background: #fff;left: 0;box-shadow: 0 0 5px rgba(0, 0, 0, .2);padding:.2rem 2%;display: none;}
    .top .nav li{float: none;margin-right:0;margin-bottom:.15rem;}
    .top .nav li:last-child{margin-bottom:0;}
    .banner li .txtBox h5{font-size:.26rem;margin-bottom:.1rem;}
    .banner li .txtBox p{font-size:.18rem;line-height:.28rem;margin-bottom: .3rem;}
    .banner li .txtBox .getBtn{width: 1.5rem;line-height:.4rem;}
    .banner .slick-dots{margin-top:.2rem;}
    .Foor1 .titBox h3{font-size:.26rem;margin-bottom:.08rem;}
    .Foor1 .slideBox .hd li .icon{width: .4rem;margin-bottom:.08rem;}
    .Foor1 .slideBox .hd li i{width: .22rem;height: .22rem;}
    .Foor1 .slideBox .hd:after{width: 16%;}
    .Foor1 .slideBox .hd li{padding-bottom:.3rem;}
    .Foor1 .slideBox .hd{margin-bottom: .4rem;}
    .Foor1 .titBox{margin-bottom:.3rem;}
    .Foor1 .slideBox .bd .listBox li .topBox .icon{width: .3rem;}
    .Foor1 .slideBox .bd .listBox li .topBox h5{font-size:.16rem;}
    .Foor1 .slideBox .bd .listBox li .desBox{margin: .08rem 0;line-height:.28rem;}
    .proList .cateNav{padding-left:0;}
    .proDesWarp .viewIMGB .item .imgBox figure{padding-bottom:2.3rem;}
    .innerBan h3{font-size:.16rem;padding-right:2%;}
    .menu{padding:.15rem 0;}
    .proDesWarp .proCate .bigIMG h5{padding:0 .1rem;font-size:.18rem;}
    .anchorDes .itemVid .titBox{margin-bottom:.4rem;}
    .anchorDes .itemSteps .txtimgBox .item .imgBox figure{padding-bottom:2.2rem;}
    .largeImg .contBox h5,
    .largeImg .contBox .textB h5{font-size:.22rem;}
    .largeImg .contBox .textB p{font-size:.18rem;}
    .largeImg .contBox{padding:4% .3rem;}
    .largeImg .contBox .imgtxtBox{display: block;}
    .largeImg .contBox .sliderImg{width: 100%;}
    .largeImg .contBox .textB{width: 100%;margin-left:0;margin-top:.15rem;}
    .anchorDes .itemSteps .txtimgBox .item .txtBox p{font-size:.16rem;}
    .proDesWarp .proCate .cleanList{width: 100%;}
    .proDesWarp .proCate .cleanList li{width: 49%;margin-right:2%;margin-bottom: 2%;}
    .anchorDes .lineTit h5{font-size:.2rem;line-height:.45rem;}
    .anchorDes .lineTit{margin-bottom:.3rem;}
    .anchorDes .itemVid .contBox .vidBox .playBtn{width: .6rem;height: .6rem;}
    .anchorDes .lineTit .desBox .icon{width: .5rem;}
    .anchorDes .itemSteps .txtimg2List .liBox .itBox .txtBox .icon{width: .5rem;}
    .contaceWarp .formBox .item{margin-bottom: .15rem;}
    .contaceWarp .formBox .btnBox a.senBtn{width: 1.8rem;padding-left:.6rem;}
    .contaceWarp .titBox{margin-bottom:.4rem;}
    .proDesWarp .proCate .warnList li{width: 32%;margin-right:2%;min-height: 1.6rem;}
    .proDesWarp .proCate .warnList li:nth-child(4n){margin-right:2%;}
    .proDesWarp .proCate .warnList li:nth-child(3n){margin-right:0;}
    .proDesWarp .proCate .globalDes .leftFr{width: 100%;float: none;}
    .proDesWarp .proCate .globalDes .rightFr{width: 68%;}
    .proDesWarp .proCate .globalDes .leftFr .txtBox h5{margin-bottom:.05rem;}
    .proDesWarp .proCate .globalDes .leftFr .note{margin-top:.1rem;}
    .reworkPro .stepNum{padding-bottom:1px;}
    .reworkPro .stepNum li{/*margin-bottom:.55rem;*/}
    .reworkPro .stepNum ul .slick-list{padding:.4rem .8rem .2rem;}
    .reworkPro .stepNum .slick-arrow{left:-.05rem;width: 0.15rem;height: 0.28rem;margin-top: -0.14rem;}
    .reworkPro .stepNum .slick-arrow.slick-next{right:-.05rem;}
    .stepItem .stepList li .imgBox figure{padding-bottom:2.2rem;}
    .stepItem .diaLink .imgBox{line-height:2.2rem;padding:2%;}
    .stepItem .termList li .txtBox .icon{width: .4rem;}
    .stepItem .termList li .txtBox h5{font-size:.2rem;}
    .stepItem .termList li.left .imgBox{width: 40%;}
    .stepItem .termList li.left .txtBox{margin-left: .2rem;width: 54%;}
    .stepItem .termList li.left .txtBox .icon{margin-right:.15rem;}
}

@media(max-width:768px){
    .banner li .txtBox h5{font-size:.22rem;}
    .Foor1 .slideBox .bd .listBox li{width: 49%;}
    .Foor1 .slideBox .bd .listBox li:nth-child(3n){margin-right:2%;}
    .Foor1 .slideBox .bd .listBox li:nth-child(2n){margin-right:0;}
    .bottom .bomLogo{width: 80%;margin: .55rem auto;}
    .bottom .copy{text-align: center;}
    .proList .cateNav li{margin-bottom:.1rem;}
    .proLibox li{width: 49%;}
    .proLibox li:nth-child(3n){margin-right:2%;}
    .proLibox li:nth-child(2n){margin-right:0;}
    .proLibox li h5{padding:0 .1rem;}
    .proCate .Note p{padding-right:0;}
    .proDesWarp .viewIMGB .item{width: 100%;float: none;}
    .proDesWarp .proCate .leftNav li a{line-height:.2rem;}
    .anchorDes .itemVid .contBox .vidBox{float: none;width: 100%;}
    .anchorDes .itemVid .contBox .txtBox{float: none;width: 100%;padding-left:0;padding-top:3%;}
    .anchorDes .titIcon p{max-width:75%;}
    .proDesWarp .proCate .bigIMG{width: 100%;}
    .proDesWarp .proCate .bigIMG h5{font-size:.14rem;}
    .proDesWarp .proCate .globalDes{width: 100%;float: none;}
    .anchorDes .itemSteps .txtimgBox .item .imgBox{float: none!important;width: 100%;}
    .anchorDes .itemSteps .txtimgBox .item .txtBox{float: none!important;width: 100%;text-align: left!important;}
    .anchorDes .itemSteps .txtimgBox .item .imgBox:after{bottom:.15rem;}
    .anchorDes .itemSteps .txtimgBox .item .txtBox .note .tit,
    .anchorDes .itemSteps .txtimgBox .item .txtBox .warn .tit{padding-right:0;padding-left:.55rem;}
    .anchorDes .itemSteps .txtimgBox .item .txtBox .warn .tit:before,
    .anchorDes .itemSteps .txtimgBox .item .txtBox .note .tit:before{right: auto;left: 0;}
    .proDesWarp .proCate .leftNav{float: none;}
    .proDesWarp .proCate .rightBox{float: none;width: 100%;padding-left: 0;}
    .anchorDes .itemTools .listBox.ul2 .item{width: 32%;}
    .anchorDes .itemTools .listBox.ul2 .item:nth-child(3n){margin-right:0;}
    .anchorDes .itemSteps .txtimg2List .liBox .itBox .txtBox{width: 100%;float: none;text-align: left!important;}
    .anchorDes .itemSteps .txtimg2List .liBox .itBox .imgBox{float: none;width: 100%;}
    .anchorDes .itemSteps .txtimg2List .liBox .whycauBox{display: block;}
    .anchorDes .itemSteps .txtimg2List .liBox .whycauBox .conBox{width: 100%;}
    .anchorDes .itemSteps .txtimg2List .liBox .whycauBox .conBox.why{margin-bottom: .1rem;}
    .anchorDes .itemCall{display: block;}
    .anchorDes .itemCall .item{width: 100%;margin-bottom:.1rem;}
    .anchorDes .Analysis{width: 100%;float: none;}
    .anchorDes .Analysis .contBox{max-width:96%;}
    .contaceWarp .formBox .left,
    .contaceWarp .formBox .right{float: none;width: 100%;}
    .contaceWarp .formBox .btnBox a.senBtn{width: 2rem;padding-left:.4rem;}
    .contaceWarp .formBox .btnBox a.senBtn:before{left: .15rem;}
    .proDesWarp .proCate .warnList{float: none;width: 100%;}
    .proDesWarp .proCate .warnList li{width: 49%;}
    .proDesWarp .proCate .warnList li:nth-child(3n){margin-right:2%;}
    .proDesWarp .proCate .warnList li:nth-child(2n){margin-right:0;}
    .anchorDes .Analysis .contBox.w96{max-width:100%;}
    .proSearch li .textImg{display: block;}
    .proSearch li .textImg .imgBox{width: 100%;}
    .proSearch li .textImg .txtBox{max-width: 100%;margin-top:.1rem;}
.reworkPro .stepNum ul{padding: .4rem .2rem;}
.reworkPro .stepNum ul .slick-list{padding: .4rem .0;}
}


/*2024-05-08*/
@media(max-width:768px){
img.zhu_tubiao,
.anchorDes .itemSteps .txtimgBox .item .txtBox img.art-body-img,
.proDesWarp .proCate .globalDes .leftFr .txtBox img.art-body-img,
.stepItem .stepList li .txtBox img.art-body-img,
.anchorDes .itemSteps .txtimg2List .liBox .itBox .txtBox img.art-body-img,
.proCate .Note h5 img,
.proCate .Note.noBefore h5 img{width: .25rem;}

.proCate .Note h5{padding-left: .35rem;}

.anchorDes .lineTit .desBox .icon,
.anchorDes .itemCall .item .icon{width: .3rem;}

.anchorDes .itemSteps .txtimg2List .liBox .whycauBox .conBox .icon{width: .3rem; margin: auto}

.anchorDes .itemSteps .txtimg2List .liBox .itBox .txtBox .icon,
.proDesWarp .proCate .globalDes .leftFr .txtBox .goToBtn .icon{width: .4rem;}

.anchorDes .titIcon .icon,
.stepItem .titIcon .icon{width: .6rem;}

.anchorDes .lineTit .desBox .tit:before{width: .3rem; height: .3rem;}
.anchorDes .lineTit .desBox .tit{padding-left: .4rem;padding-top: 0}
.anchorDes .lineTit .desBox li img{width: .6rem;}

}


.not_TopFoot .top,
.not_TopFoot .topHei,
.not_TopFoot .innerBan,
.not_TopFoot .anchorDes .photo,
.not_TopFoot .wapH,
.not_TopFoot .proDesWarp .protitBox,
.not_TopFoot .proCate.cateNote,
.not_TopFoot .menu,
.not_TopFoot .proDesWarp .proCate .leftNav li:not(.on),
.not_TopFoot .bottom{display:none}
.not_TopFoot .proDesWarp .proCate{padding-top: 3%}
