@charset "utf-8";
/************基础************/
*{padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
html{font-size:62.5%;font-family:Tahoma,Helvetica, sans-serif;overflow-x:hidden;}
body{color:#333;font-size:1.5rem;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font-size:1.5rem;font-family:Helvetica,sans-serif;} /*Helvetica,Times New Roman,Georgia,Verdana,Lato,Open Sans,Roboto*/
table,td,tr,th { border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
li { list-style-type:none;}
a{color:#333;text-decoration:none}
a:hover{color:#06F;text-decoration:none}
a.blue{color:#0066CC;text-decoration:none}
a.blue:hover{color:#cc3300;text-decoration:none}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
/*table{border-collapse:collapse;border:#CC6666}
p{word-wrap:break-word;}
*/
input:focus,textarea:focus{outline:0}
.clear,.clr{clear:both;}
.b{font-weight:bold;}
.red{color:#c30;}
.huang{font-style:normal;color:#FFCC00;}
.fl{float:left;}
.fr{float:right;}
.d-none{display:none !important;}
.d-block{display:block;}
.container{padding:0;margin:0 auto;}
.row{padding:0;margin:0;}
@media (min-width:576px) {
.d-sm-block{display:block !important;}
.d-sm-none{display:none !important;}
}
@media (min-width:768px) {
.d-md-block{display:block !important;}
.d-md-none{display:none !important;}
}
@media (min-width:992px) {
.d-lg-block{display:block !important;}
.d-lg-none{display:none !important;}
}
@media (min-width:1200px) {
.d-xl-block{display:block !important;}
.d-xl-none{display:none !important;}
}
@media (min-width:1400px) {
.d-xxl-block{display:block !important;}
.d-xxl-none{display:none !important;}
}

@media (min-width:1400px) {
.container{width:1400px;}
}
@media (max-width:1399px) {
.container{width:1200px;}
}
@media (max-width:1199px) {
.container{width:100%;}
.row{margin:0 20px;}
}
@media (max-width:991px) {
.container{width:100%;}
.row{margin:0 10px;}
}
@media (max-width:767px) {
.container{width:100%;}
.row{margin:0 8px;}
}
@media (max-width:575px) {
.container{width:100%;}
.row{margin:0 6px;}
}
.mgt1{margin-top:1rem;}
.mgt2{margin-top:2rem;}
.mgt3{margin-top:3rem;}
.mgt4{margin-top:4rem;}
.mgt5{margin-top:5rem;}
.mgt6{margin-top:6rem;}
.mgt7{margin-top:7rem;}
.mgt8{margin-top:8rem;}
.mgt9{margin-top:9rem;}
.mgt10{margin-top:10rem;}


/************通用************/
.minwin{min-width:320px;}
.nav_mask_full{position:fixed;background:rgba(51,51,51,0.9);top:0;right:0;width:0;height:100%;transition: all .5s ease;z-index:9000;}
.nav_mask{position:fixed;top:0;left:0;width:0;height:100%;background:rgba(0,72,144,0.9);transition: all .5s ease;z-index:9001;}
.guildbox{background:#F0F0F0;height:4rem;line-height:4rem;color:#ABABAB;padding:0 1rem;white-space:nowrap;overflow:hidden;}

/*分页*/
.fenyeBox {float:right;width:auto;height:25px;margin:2rem 0;text-align:right;}
.fenye {height:100%;line-height:100%;}
.fenye span{float:left;display:inline-block;margin-right:2px;padding:2px 10px 2px 10px;border:#dedede 1px solid;background:#f7f7f7;color:#999;line-height:20px;}
.fenye span.current{background:#c30;border:#c30 1px solid;color:#fff;}
.fenye span:nth-of-type(1){border:none;background:none;padding:4px 10px 0 10px;}
.fenye a{float:left;display:inline-block;margin-right:2px;padding:2px 10px;line-height:20px;border:#ccc 1px solid;color:#42558c;text-decoration:none;}
.fenye a:hover{border:#c30 1px solid;background:#c30;color:#fff;text-decoration:none;}
@media (max-width:767px) {	
.fenyeBox{position: relative;right:50%;}
.fenye{position:relative;right:-50%;}
.fenye span:nth-of-type(1){display:none;}
}
/***Slider CSS***/
.slick-slider{position:relative;margin:0;padding:0;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;border:#c30 0px solid;}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-loading .slick-list{background: #fff url('http://kenwheeler.github.io/slick/slick/ajax-loader.gif') center center no-repeat;}
.slick-slider .slick-list,.slick-slider .slick-track{margin:0;padding:0;}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px;margin:0}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
/*列表*/
.slider{position:relative;width:calc(100% + 10px);height:auto;padding:0;margin:0 0 120px -5px;text-align:center;}
.slider .slick-slide{height:auto;margin:0;border:#990 0px solid;}
.slider .slick-slide div a{position:relative;display:block;width:100%;height:auto;overflow:hidden;}
.slider .slick-slide div a p{width:100%;height:auto;}/**/
.slider .slick-slide div a p:after{content: ""; display: inline-block;padding-bottom:calc(100% - 4px)}/*calc(100% - 4px);*/
.slider .slick-slide div a img{position:absolute;width:100%;height:100%;object-fit:cover;transition:all .35s;-webkit-transition:all .35s}
.slider .slick-slide div a i{position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;background-color:rgba(0,0,0,0.3);transition:all .35s;-webkit-transition:all .35s}
.slider .slick-slide div a span{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%) scale3d(0, 0, 0);color:#fff;font-size:0;font-weight:bold;transition:all .35s;-webkit-transition:all .35s}
.slider .slick-slide div a span::after{content:" view"}
.slider .slick-slide div em{display:inline-block;width:100%;height:50px;line-height:50px;font-style:normal;text-align:center;background:#999;color:#fff;}
.slider .slick-slide div a:hover i{background-color:rgba(0,102,204,0.9);}
.slider .slick-slide div a:hoverimg{transform:scale(1.1);-webkit-transform:scale(1.1);}
.slider .slick-slide div a:hover span{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%) scale3d(1, 1, 1);font-size:18px;}
.slider .slick-slide div a:hover + em{background:#06f;} 
/*小圆点*/
.slick-dots{position:absolute;bottom:-40px;list-style:none;display:block;text-align:center;padding:0;width:100%;padding-left:5px;box-sizing:border-box;}/*因为主体*/
.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer;border:0 solid #e1e1e1;outline:0}
.slick-dots li button{margin:auto;background:#00f;border:0;height:12px;width:12px;background:#e1e1e1;outline:0;line-height:0;font-size:0;color:transparent;cursor:pointer;border-radius:50%;position:absolute;left:0;top:0}
.slick-dots li.slick-active button{background:#f30}
@media (max-width:430px) {
.slick-dots{position:absolute;bottom:-35px;}
.slick-dots li{position:relative;display:inline-block;height:12px;width:12px;margin:0 3px;padding:0;cursor:pointer;border:0px solid #e1e1e1;outline:0}
}
/*上一页下一页*/
.slider .slick-next,.slider .slick-prev{position:absolute;display:inline-block;height:58px;width:59px;line-height:0;font-size:0;cursor:pointer;bottom:-108px;padding:0;outline:0;border:1px solid #dedede}
.slider .slick-prev{left:30%;background:url(/images/sclick-arrow.png) no-repeat 4px 0;transition:all .35s;-webkit-transition:all .35s}
.slider .slick-next{right:30%;background:url(/images/sclick-arrow.png) no-repeat -60px 0;transition:all .35s;-webkit-transition:all .35s}
.slider .slick-prev:hover{background:url(/images/sclick-arrow.png) no-repeat 4px -62px;box-sizing:border-box}
.slider .slick-next:hover{background:url(/images/sclick-arrow.png) no-repeat -60px -62px;box-sizing:border-box}


/*顶部*/
.header{width:100%;height:60px;line-height:60px;background:#171c31;}
.headerLeft{float:left;height:60px;line-height:60px;padding:0;color:#fff;box-sizing:border-box;}
.headerRight{float:right;padding:0 10px;height:60px;line-height:60px;}

.header .headerLeft a{display:inline-block;margin:0 15px 0 0;transition:all 0.35s;-webkit-transition:all 0.35s;}
.header .headerLeft a.hotTel{color:#ddd;background:url(/images/png/tel.png) left center;background-repeat:no-repeat;background-size:20%;padding-left:28px;}
.header .headerLeft a.hotTel:hover{color:#fff;}
.header .headerLeft a.hotEmail{color:#ddd;background:url(/images/png/email.png) left center;background-repeat:no-repeat;background-size:12%;padding-left:28px;}
.header .headerLeft a.hotEmail:hover{color:#fff;}

.header .headerRight a {display:inline-block;margin:0 0.2rem;width:50px;height:40px;padding-left:28px;transition:all 0.5s;-webkit-transition:all 0.5s;}
.header .headerRight a:hover{color:#fff;background-size:60% !important;transform:rotate(360deg);}

.header .headerRight em { display:inline-block; width:1px; height:15px; overflow:hidden; margin:-2px 0 0; padding:0; vertical-align:middle; background-color:#dfdfdf;}
.header .headerRight a.facebook{color:#eee;background:url(/images/png/facebook.png) center center;background-repeat:no-repeat;background-size:50%;}
.header .headerRight a.facebook:hover{color:#fff;}

.header .headerRight a.youtobe{color:#eee;background:url(/images/png/youtobe.png) center center;background-repeat:no-repeat;background-size:50%;margin-top:1rem;}
.header .headerRight a.youtobe:hover{color:#fff;}

.header .headerRight a.tiktok{color:#eee;background:url(/images/png/TikTok.png) center center;background-repeat:no-repeat;background-size:50%;margin-top:1rem;}
.header .headerRight a.tiktok:hover{color:#fff;}

.header .headerRight a.ins{color:#eee;background:url(/images/png/ins.png) center center;background-repeat:no-repeat;background-size:50%;}
.header .headerRight a.ins:hover{color:#fff;}
.header .headerRight span{display:inline-block; margin-left:10px;color:#F90;}

/*头部LOGO层*/
.topBox{position:relative;z-index:9002;margin-top:1rem;}
.topBanner{position:relative;width:100%;height:8rem;padding:0;margin:0;box-sizing:border-box;background:#fff;}
.topBanner .logo{position:absolute;top:0;left:0;width:250px;height:8rem;background:#004890;}
.topBanner .logo a{display:block;width:100%;height:100%;display:flex;text-align:center;justify-content:center;align-items:center;}
.topBanner .logo a img{max-width:100%;}
.topBanner .topRight{float:right;width:calc(100% - 250px);height:8rem;padding:0;transition: all .5s ease;}

/*移动菜单Btn*/
.btn-menu {display:block;position:relative;float:right;top:2rem;right:0.5rem;background:transparent;cursor:pointer;padding:15px 0;width:26px;height:16px;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#999;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after {content:'';position:absolute;top:0;height:2px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}
.btn-menu span {position:absolute;width:100%;height:2px;left:0;top:50%;overflow:hidden;text-indent:200%;}
.btn-menu:before {-webkit-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0);}
.btn-menu:after {-webkit-transform:translate3d(0,7px,0);transform:translate3d(0,7px,0);}
.btn-menu.active span {opacity:0;}
.btn-menu.active:before {background-color:#999;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
.btn-menu.active:after {background-color:#999;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}

/*主菜单**/
.mainNav{float:right;width:85%;height:100%;position:relative;margin-top:0;transition: all .5s ease;}
.mainNav ul{padding:0 10px;margin:0;}
.mainNav li{float:left;padding:0 10px;height:100%;font-size:16px;text-align:center;position:relative;margin:0 1%;}
.mainNav li::before{content: "";position:absolute;left:0;bottom:0;width:100%;height:0;background:#004890;transition:all 0.5s;}
.mainNav li>a{display:inline-block;width:100%;color:#333;height:8rem;line-height:8rem;font-size:1.8rem;text-align:center;transition: .4s ease;position:relative;}
.mainNav li:hover::before{height:8rem;}
.mainNav li:hover a{color:#fff;}
.mainNav li>a:hover{color:#fff;}
.mainNav li.navon {background:#004890;}
.mainNav li.navon a{color:#fff;}
.lanDiv{float:right;width:15%;height:100%;display:flex;justify-content:center;align-items:center;}
.lanDiv img{margin:0 5px;}

/*电话*/
.mainNav .topTel{position:relative;transition:all 0.5s;}
.mainNav .topTel em{position:absolute;top:5px;background:url(/images/tel.png) center center no-repeat;background-size:80% 80%;width:40px;height:40px;cursor:pointer;display:inline-block;margin-left:-40px;}
.mainNav .topTel p{position:relative;margin:0;padding:0;line-height:5rem;display:inline-block;color:#FC0; font-weight:bold; font-size:2rem; margin-left:0px;}

/*主菜单之二级菜单*/
.mainNav li> i{ position:absolute;top:35px;right:5px;display:block;width:15px; height:30px;background: url(/images/topjt.png) center no-repeat; -webkit-transition: all .4s; -o-transition: all .4s;-ms-transition: all .4s;transition: all .4s;}
.mainNav li:hover> i{transform:rotate(180deg);}
.mainNav li .nav_item_open{position:relative;width:140%;height:auto;left:-20%;background:rgba(255,255,255,0.9);display:none;}
.mainNav li .nav_item_open dd{width:100%;height:50px;line-height:50px;}
.mainNav li .nav_item_open dd a{color:#333;font-size:1.4rem;}
.mainNav li .nav_item_open dd:hover{background:rgba(0,102,204,0.8);color:#fff;}
.mainNav li .nav_item_open dd:hover a{color:#fff;}
.mainNav li:hover .nav_item_open{display:block;}
@media screen and (max-width:1650px){
.topBanner .topRight{width: calc(100% - 380px);}
.mainNav{float:right;}
}
@media screen and (max-width:1400px){
.topBanner .logo{top:0;width:260px;}
.topBanner .topRight{width: calc(100% - 320px);}
.mainNav li{padding:0 5px;}
.mainNav li a{font-size:1.6rem;}
}
@media (max-width:1199px) {
.topBox{margin-top:0;}
.topBanner{height:80px;padding:0 1.5rem;background:#171c31}
.topBanner .logo{width:240px;background:transparent;}
.btn-menu {top:2.4rem;}	
.topRight{position:absolute;width:50% !important;top:80px;left:-200%;}
.mainNav{float:left;width:100%;height:auto;}
.mainNav li.navon{text-align:center;}
.mainNav li.navon a{color:#fff;background:#F90;}
.mainNav li{display:block;float:left;width:100% !important;height:auto;text-align:center;border-bottom:rgba(204,204,204,0.3) 1px solid;}
.mainNav li>a{height:5rem;line-height:5rem;font-size:1.5rem;color:#fff;}
.mainNav li:hover::before{height:5rem;}
.mainNav li:hover > a{color:#fff;}
.mainNav li>a::before,.mainNav li.navon>a::before {background-color:rgba(0,102,255,1);}
.mainNav li:hover>a::before,.mainNav li.navon>a::before{opacity: 1;}
.mainNav li> i{ position:absolute; top:10px; right:5px;display:block;width:30px; height:30px;background: url(/images/topjt.png) center no-repeat; -webkit-transition: all .4s; -o-transition: all .4s;-ms-transition: all .4s;transition: all .4s;}
.mainNav li .nav_item_open{background:none;padding:10px 0;}
.mainNav li .nav_item_open dd{width:100%;height:40px;line-height:40px;margin-top:5px;}
.mainNav li .nav_item_open dd a{color:#fff;font-size:12px;display:inline-block;position:relative;padding-left:15px;}
.mainNav li .nav_item_open dd a:before{content: "";display: block; position: absolute;top:15px; left:0;height:10px; width:3px;background-color:rgba(255,255,255,0.5);}
.mainNav li:hover .nav_item_open{display:none;}
.mainNav li:hover> i{transform:none;}
.lanDiv{display:none;}
}
@media screen and (max-width:991px) {
}
@media (max-width:575px) {
.topBanner{padding:0 1rem;}
.topRight{width:100% !important;}
}
@media screen and (max-width:320px){
}



/*栏目导航文字*/
.currentBox{margin-top:-6rem;}
.curDiv{ width:100%; height:6rem; margin:0 auto; padding:0;background:rgba(255,255,255,0.96);}
.curDiv h3 {float:left;width:20rem;height:6rem;line-height:6rem;text-align:center;background-color:#06c;}
.curDiv h3 a {display:inline-block;color:#fff;font-size:20px;}
.curDiv p {float:right;background:url(/images/curpos.png) no-repeat left center;width:auto;height:6rem;line-height:5.6rem;margin:0;padding:0 2.5rem;color:#333; font-size:1.4rem; white-space:nowrap; text-overflow: ellipsis; }
.curDiv p a{color:#333;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.curDiv p a:hover { color:#06c;}
.curDiv p span { color:#999;}
@media screen and (max-width:991px)  {
.curDiv h3 {width:180px;}
}
@media screen and (max-width:767px)  {

.curDiv{height:10rem;}
.curDiv h3 {width:15rem;height:5rem;line-height:4.8rem;font-size:1.5rem;}
.curDiv p {float:left;width:100%; max-width:100%; height:5rem;line-height:4.6rem;margin:0 auto; background:url(/images/curpos.png) no-repeat 10px center;background-color:rgba(255,255,255,0.9); padding:0 2.5rem 0 3.5rem;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;-webkit-box-sizing:border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
}

/*无信息提示文字*/
.noInfoTxt{text-align:center;font-size:1.5rem;margin:50px auto;line-height:4rem;font-family:"Microsft yahei","微软雅黑";}

/*底部css*/
#footer{width:100%;height:auto;overflow:hidden;background:#110c2a;padding:4rem 0 4rem 0;}
#footer .fbox1{float:left;width:20%;color:#fff;}
#footer .fbox2{float:left;width:60%;color:#fff;margin-top:6rem;}
#footer .fbox3{float:right;width:20%;color:#fff;margin-top:6rem;}
#footer .fbox1 dt{width:100%;padding:0 0 1rem 0;}
#footer .fbox1 dd{float:left;width:100%;height:40px;padding-left:1.2rem;}
#footer .fbox1 dd a{color:#666;transition:all 0.5s;-webkit-transition:all 0.5s;}
#footer .fbox1 dd a:hover{color:#06C;text-decoration:underline;}

#footer .fbox2 dd{float:left;width:100%;line-height:38px;color:#666;padding:0 2rem;font-family:Verdana, Geneva, sans-serif;}
#footer .fbox2 dd.email{background:url(/images/imgs/email.png) 2rem center no-repeat;padding-left:5rem;}
#footer .fbox2 dd.email a{color:#666;transition:all 0.5s;-webkit-transition:all 0.5s;}
#footer .fbox2 dd.email a:hover{color:#06C;text-decoration:none;}
#footer .fbox2 dd.tel{background:url(/images/imgs/telbt.png) 1.5rem center no-repeat;padding-left:5rem;font-size:24px;font-weight:bold;color:#ccc;}
#footer .fbox2 dd.softico{padding-top:2rem;}
#footer .fbox2 dd.softico li{float:left;background:url(/images/imgs/softIco.png) left center no-repeat;width:34px;height:34px;margin-right:10px;opacity:0.5;transition:all 0.5s;-webkit-transition:all 0.5s;}
#footer .fbox2 dd.softico li:nth-of-type(1){background-position:left center;}
#footer .fbox2 dd.softico li:nth-of-type(2){background-position:-44px center;}
#footer .fbox2 dd.softico li:nth-of-type(3){background-position:-88px center;}
#footer .fbox2 dd.softico li:nth-of-type(4){background-position:-132px center;}
#footer .fbox2 dd.softico li:nth-of-type(5){background-position:-176px center;}
#footer .fbox2 dd.softico li:hover{opacity:0.9;cursor:pointer;}
#footer .fbox2 dd.softico li a{width:100%;height:34px;display:inline-block;}
#footer .fbox3 dd{float:left;width:46%;padding:0.8rem 0;margin-left:4%;background:#fff;}
#footer .fbox3 dd div{display:flex;text-align:center;justify-content:center;align-items:center;}
#footer .fbox3 dd p{width:100%;text-align:center;font-size:10px;color:#666;line-height:22px;}
.foot_b{width:100%;line-height:50px;background:#004890;text-align:center;color:#3c75bd;font-family:"Microsft yahei";}
.foot_b a{color:#3c75bd;}
.foot_b a:hover{color:#dedede;}
.foot_b span{display:inline-block;margin:5px;}
.foot_b i{font-style:normal;display:none;}

@media (min-width:375px) {
.foot_b i{display:inline-block;}
}
@media (max-width:1399px) {
#footer .fbox1 {float:left;width:100%;}
#footer .fbox1 dd{display:none;}
#footer .fbox2{float:left;width:100%;margin-top:1rem;}
#footer .fbox3{float:left;width:100%;text-align:center;}
#footer .fbox3 dl{width:300px;margin:auto;}
#footer .fbox3 dd{width:140px;padding:0.8rem 0;margin:0;background:#fff;}
#footer .fbox3 dd:nth-of-type(1){margin-right:20px;}
.foot_b{display:none;}
}
@media (max-width:1199px) {

}


/******内页BANNER******/
.bannerInner{width:100%;height:450px;display:flex;justify-content:center;align-items:center;color:#fff;overflow:hidden;position:relative;}
.bannerInner dl{position:relative;left:-20%;}
.bannerInner dt{font-size:2rem;font-weight:bold;}
.gywm{background:url(/images/banner/company.jpg) no-repeat center center;background-size:cover;}
.cpzx{background:url(/images/banner/product.jpg) no-repeat center center;background-size:cover;}
.news{background:url(/images/banner/news.jpg) no-repeat center center;background-size:cover;}
.technology{background:url(/images/banner/technology.jpg) no-repeat center center;background-size:cover;}
.application{background:url(/images/banner/application.jpg) no-repeat center center;background-size:cover;}
.down{background:url(/images/banner/down.jpg) no-repeat center center;background-size:cover;}
.contact{background:url(/images/banner/contact.jpg) no-repeat center center;background-size:cover;}

/*文字*/
.banner_Text{display:block;width:100%;margin:auto;text-align:center;}
.banner_Text p{display:block;font-size:45px;font-weight:bold;color:#fff;margin:auto;}
.banner_Text i{display:block;width:50px;height:2px;background:#09F;margin:10px auto;}
.banner_Text span{display:block;height:32px;line-height:32px;font-size:16px;margin:auto;color:#CCC;}
/*栏目导航文字*/
.daohang{position:absolute;bottom:2rem;height:30px;line-height:30px;background-color:yellow;padding-left:30px;font-size:16px;background:url(/images/ftIco2.png) left center no-repeat;}
.daohang a{color:#fff;text-transform:capitalize;}
.daohang a:hover{color:#06F;}
@media screen and (max-width:991px) {
.bannerInner {height:400px;}
.banner_Text p{font-size:28px;}
.banner_Text i{width:40px;height:2px;margin:10px auto;}
.banner_Text span{height:24px;line-height:24px;font-size:14px;}
}
@media screen and (max-width:767px) {
.bannerInner {height: 320px;margin-top:0px;}
.banner_Text p{font-size:24px;}
.banner_Text i{width:30px;height:2px;margin:10px auto;}
.banner_Text span{font-size:12px;}
}
@media screen and (max-width:575px) {
.bannerInner {height: 225px; }
}
/*栏目标题*/
.lmBt{padding:0;text-transform:capitalize;overflow:hidden;}
.lmBt{position:relative;font-size:2.6rem;height:6rem;line-height:6rem;margin-bottom:0;padding-left:2.4rem;font-weight:bold;border-bottom:#ccc 1px solid;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.lmBt i{position:absolute;top:0;left:0;display:inline-block;width:1px;height:3rem;border-left:#06C 8px solid;margin-top:1.8rem;margin-right:1.6rem;}
/*新闻产品上一条 下一条*/
.newsGuild{margin-top:1rem;}
.newsGuild li{height:8rem;line-height:8rem;font-size:1.6rem;color:#999;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.newsGuild li:nth-of-type(1){border-bottom:#ccc 1px dashed;}
.newsGuild li i{font-style:normal;font-size:1.6rem;background:#efefef;padding:8px 25px;border-radius:20px;margin-right:2rem;transition:all 0.5s;-webkit-transition:all 0.5s;}
.newsGuild li a{color:#666;transition:all 0.5s;-webkit-transition:all 0.5s;}
.newsGuild li:hover i{background:#06F;color:#fff;}
.newsGuild li:hover a{color:#06F;}
.bckbtn{height:3.6rem;line-height:3.6rem;text-align:center;color:white;margin:2rem 0;}
.bckbtn a{width:100%;height:4rem;line-height:4rem;background:#999;color:white;display:inline-block;border-radius:5px;transition:all 0.5s;-webkit-transition:all 0.5s;}
.bckbtn a:hover{background:#06F;}
@media only screen and (max-width:991px ) {
.bckbtn{margin:0;}
}
@media only screen and (max-width:575px ) {
.newsGuild li{height:6rem;line-height:6rem;font-size:1.4rem;}
.newsGuild li i{font-size:1.4rem;padding:6px 20px;}
}


/************************首页************************/
/*首页栏目框|标题|类别*/
.indBox{position:relative;background:#edf0f7;margin-top:0px;padding-bottom:0px;}
.indBox::before{content:"";display:block; width:1100px; height:92px; background:url(/images/indbkbg.png) center top no-repeat; margin:0 auto;}

/******首页更多按钮******/
.indmore{clear:both;padding:20px 0 50px; overflow:hidden;position:relative;margin:0;}
.indmore .abmore{ display:block; width:184px; height:50px; margin:10px auto -5px;line-height:50px; background:#e7eaf1; border-radius:30px; font-size:18px; position:relative; padding-left:40px;transition: all .4s ease;}
.indmore .abmore::after{ content:''; display:block; width:40px; height:40px; border-radius:50%;  background:#3399ff url(/images/morejt2.png) center no-repeat;position:absolute; right:5px;top:5px;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;}
.indmore .abmore:hover{ color:#fff; background:#3366CC;}
.indmore .abmore:hover::after{background:#fff url(/images/morejt.png) 13px center no-repeat;}
.indcontact{ display:block;width:300px;height:60px; padding:10px 50px;margin:10px auto;line-height:40px; background:#464c6a;color:#fff; border-radius:10px; font-size:24px; position:relative; padding-left:40px;transition: all .4s ease;text-align:center;}
.indcontact:hover{ width:400px;color:#fff; background:#3366cc;}

/*banner开始*/
.bannerbox {position:relative;z-index:1;top:-9rem;width:100%; height:700px;overflow: hidden;}
.bannerbox .swiper-container1 { width:100%; height:700px; position:relative;}
.bannerbox .swiper-container1 .slide1Box{margin-top:13rem;color:#fff;}
.bannerbox .swiper-container1 .slide1Box div:nth-child(1){padding:10px 50px 0 50px;font-family:Verdana, Geneva, sans-serif}
.bannerbox .swiper-container1 .slide1Box div:nth-child(2){padding:20px 50px;font-size:6rem;width:60%;font-weight:300;}
.bannerbox .swiper-container1 .slide1Box div:nth-child(2) i{font-style:normal;color:#F90;}
.bannerbox .swiper-container1 .slide1Box div:nth-child(3){padding:0 50px;width:58%;}
.bannerbox .swiper-container1 .slide1Box ul{padding:0 50px;}
.bannerbox .swiper-container1 .slide1Box li{float:left;margin-right:25px;margin-top:50px;}
.bannerbox .swiper-container1 .slide1Box li:nth-child(2){margin-right:0;}

.bannerbox .swiper-container1 .slide1Box li a{display:inline-block;width:100%;height:45px;line-height:45px;padding:0 30px;font-weight:bold;text-align:center;transition:all 0.5s;-webkit-transition:all 0.5s;}
.bannerbox .swiper-container1 .slide1Box li:nth-child(1) a{background:#ff9225;color:#fff;}
.bannerbox .swiper-container1 .slide1Box li:nth-child(1) a:hover{background:#F60;}
.bannerbox .swiper-container1 .slide1Box li:nth-child(2) a{background:#ffffff;color:#F93;}
.bannerbox .swiper-container1 .slide1Box li:nth-child(2) a:hover{background:#eee;color:#f30;}
.bannerbox .swiper-container1 .swiper-button-prev, .bannerbox .swiper-container1 .swiper-button-next { width:auto; height:auto; top:45%; background:none; margin:0;}
.bannerbox .swiper-container1 .swiper-button-prev {left:0;}	
.bannerbox .swiper-container1 .swiper-button-next {right:0;}
.bannerbox .swiper-button-prev span, .bannerbox .swiper-button-next span { display:block; width:64px;height:64px; position:absolute; transform:translateY(-50%);border-radius: 100%; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.bannerbox .swiper-button-prev span { background: rgba(0,0,0,0.3) url(/images/arrows1.png) center center no-repeat; left: 20px;}
.bannerbox .swiper-button-next span { background: rgba(0,0,0,0.3) url(/images/arrows2.png) center center no-repeat; right:20px;}
.bannerbox .swiper-button-prev:hover span, .bannerbox .swiper-button-next:hover span{ opacity: .7;}
/*分页器*/
.bannerbox .swiper-container-horizontal>.swiper-pagination-bullets, .bannerbox .swiper-pagination-custom, .bannerbox .swiper-pagination-fraction{ top:auto; bottom:10rem;}
.bannerbox .swiper-pagination-bullet { display: inline-block; width:10px; height:5px; background:#fff; border:1px solid #fff; margin:0 6px !important; cursor: pointer;opacity:0.5; border-radius:3px;transition:all .5s;}
.bannerbox .swiper-pagination-bullet-active { width:30px;border-radius:3px;background:#fff;opacity:1;}
@media screen and (max-width:1499px){
.bannerbox { height: 566px;}
.bannerbox .swiper-container1{ height: 566px;}
.bannerbox .swiper-container1 .slide1Box div:nth-child(2){padding:15px 50px;font-size:4.5rem;width:60%;font-weight:300;}
}
@media screen and (max-width:1299px){
.bannerbox { height: 500px;}
.bannerbox .swiper-container1{ height: 500px;}
.bannerbox .swiper-container1 .slide1Box li{margin-top:20px;}
.bannerbox .swiper-container-horizontal>.swiper-pagination-bullets, .bannerbox .swiper-pagination-custom, .bannerbox .swiper-pagination-fraction{bottom:5rem;}
}
@media screen and (max-width:1023px){	
.bannerbox { height: 400px;top:0rem;}
.bannerbox .swiper-container1{ height: 400px;}
.bannerbox .swiper-container1 .slide1Box{margin-top:3rem;}
.bannerbox .swiper-container1 .slide1Box div:nth-child(2){padding:10px 40px;font-size:4rem;}
.bannerbox .swiper-container1 .slide1Box ul{padding:0 0 0 50px;}
.bannerbox .swiper-container-horizontal>.swiper-pagination-bullets, .bannerbox .swiper-pagination-custom, .bannerbox .swiper-pagination-fraction{bottom:2rem;}
}
@media screen and (max-width:767px){
  .bannerbox { height: 360px;}
  .bannerbox .swiper-container1{ height: 360px;}  
  .bannerbox .swiper-container1 .slide1Box div:nth-child(2){padding:10px 50px;font-size:3rem;}  
  .bannerbox .swiper-container1 .swiper-button-prev, .bannerbox .swiper-container1 .swiper-button-next{display:none;}
  .bannerbox .swiper-container-horizontal>.swiper-pagination-bullets, .bannerbox .swiper-pagination-custom, .bannerbox .swiper-pagination-fraction{bottom:20px;}
  .bannerbox .swiper-button-prev span, .bannerbox .swiper-button-next span { width:40px; height:40px; background-size:40px 40px;}
  .bannerbox .swiper-button-prev span { left:10px;}
  .bannerbox .swiper-button-next span { right:10px;}
  .bannerbox .swiper-pagination { bottom:12px;}
  .bannerbox .swiper-pagination-bullet { margin:0 3px;}
  .bannerbox .swiper-pagination-bullet-active { width: 15px;border-radius:3px;}
}
@media screen and (max-width:699px){
  .bannerbox { height: 320px;}
  .bannerbox .swiper-container1{ height:320px;}
  .bannerbox .swiper-container1 .slide1Box div:nth-child(3){display:none;}
}
@media screen and (max-width:600px){
  .bannerbox { height: 320px;}
  .bannerbox .swiper-container1{ height:320px;}
  .bannerbox .swiper-container1 .slide1Box div:nth-child(2){font-size:3rem;}
}
@media screen and (max-width:500px){
  .bannerbox { height:300px;}
  .bannerbox .swiper-container1 { height:280px;}
  .bannerbox .swiper-container1 .slide1Box div:nth-child(2){width:100%;font-size:2rem;}
}
@media screen and (max-width:375px){
.bannerbox { height:250px;}
.bannerbox .swiper-container1 { height:250px;}
.bannerbox .swiper-container1 .slide1Box div:nth-child(1){padding:10px 20px 0 20px;}
.bannerbox .swiper-container1 .slide1Box div:nth-child(2){padding:20px 20px;font-size:2rem;width:100%;font-weight:300;}
.bannerbox .swiper-container1 .slide1Box div:nth-child(3){padding:0 20px;width:80%;}
.bannerbox .swiper-container1 .slide1Box ul{padding:0 20px;} 
.bannerbox .swiper-container1 .slide1Box li{margin-right:10px;margin-top:20px;}
 .bannerbox .swiper-container-horizontal>.swiper-pagination-bullets, .bannerbox .swiper-pagination-custom, .bannerbox .swiper-pagination-fraction{display:none;}
}
@media screen and (max-width:320px){
  .bannerbox { height: 240px;}
  .bannerbox .swiper-container1 { height: 220px;}
}

/************企业数据************/
.qyData{position:relative;z-index:2;margin:-16rem auto 0 auto;width:100%;height:20rem;background:#004890;padding:6rem 3rem;box-shadow:0 5px 16px rgba(0,0,0,0.55); border-radius:10px;border:#039 1px solid;text-align:center;}
.qyData li{float:left;width:25%;color:#fff;}
.qyData li h3{font-size:4rem;font-family:Tahoma, Geneva, sans-serif}
.qyData li p{line-height:25px;}
@media screen and (max-width:1299px){
.qyData{margin:-14rem auto 0 auto;}
}
@media screen and (max-width:1023px){
.qyData{width:100%;margin:0 auto 0 auto;border-radius:0;border:#039 0px solid;}

}
@media screen and (max-width:767px){
.qyData li h3{font-size:3rem;}
}
@media screen and (max-width:575px) {
.qyData {margin:0rem auto 0 auto;height:20rem;padding:1.8rem 5rem;}
.qyData li{width:50%;margin-top:1rem;}
.qyData li p{font-size:12px;}
}
@media screen and (max-width:500px){
.qyData {margin:-2rem auto 0 auto;height:22rem;}
}

/************关于我们************/
.indAbout{position:relative;margin-top:15rem;}

.indAbout .bt{ text-align:center; position:absolute;top:-8rem;left:50%;width:100%;height:5rem;transform:translateX(-50%);margin:0;}
.indAbout .bt p{color:#666;font-size:36px;line-height:24px;font-family:impact;text-transform:uppercase;margin-bottom: -36px;}
.indAbout .bt p::after{content:""; display:block; width:50px; height:5px; background:#1c58a4;position:absolute; bottom:0; left:50%; transform:translateX(-50%) rotate(180deg);}
.indAbout .bt span{font-size:34px;font-weight:bold;}
.aboutbox{position:relative;width:100%;height:48rem;background:#333;}
.aboutfl{float:left;width:50%;height:48rem;background:url(/images/abBg.png) 350px top no-repeat;background-color:#110c2a;position:relative;text-align:center;overflow:hidden;}
.aboutfl img{width:75%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s ease-in;-webkit-transition:all .3s ease-in;}
.aboutfl:hover img{transform:translate(-50%,-50%) scale(1.1);-webkit-transform:translate(-50%,-50%) scale(1.1);border:#ccc 5px solid;}
.aboutfl .about_video{width:80%;height:42rem;margin:0 auto;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;}
.aboutfr{float:left;width:50%;height:48rem;line-height:2rem;padding:4rem;position:relative;z-index:102;color:#fff;}
.aboutfr::before{position:absolute;left:-1px;top:0;width:2px;height:400px;background:#06C;content: "";}
.aboutfr::after{position:absolute;left:0;top:400px;width:15px;height:15px;background:#06C;content: "";transform:translateX(-50%);}
.aboutfr .aboutbt h1 {color:#e7eaf1;font-size:64px;line-height:64px;font-family:"Times New Roman","sans-serif";text-transform:uppercase;margin-bottom:-36px;color:#454545;}
.aboutfr .aboutbt span{ font-size:34px; font-weight:bold;font-family:"Times New Roman","Helvetica";}
.aboutfr .aboutcon{margin-top:2.5rem;line-height:30px;overflow:hidden;font-size:34px;word-break:break-all;display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:8; -webkit-box-orient:vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.aboutfr .gsjsMore{position:absolute;bottom:6rem;left:4rem;width:auto;height:4rem;}
.aboutfr .gsjsMore a{display:inline-block;width:15rem;height:4rem;line-height:4rem;text-align:center;background:#555;color:#fff;margin-right:15px;border-radius:10px;-webkit-transition:all .3s ease-out;transition:all .3s ease-in;}
.aboutfr .gsjsMore a:hover{width:18rem;background:#3366CC;}

.aboutBtn{display:flex;width:100%;height:15rem;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;margin-top:3rem;align-items:center;}
.aboutBtn li{display:flex;width:32%;height:15rem;justify-content:center;align-items:center;border-radius:10px;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;}
.aboutBtn li dl{margin-left:5rem;}
.aboutBtn li dt{width:100px;height:4rem;font-size:30px;font-family:Tahoma, Geneva, sans-serif;}
.aboutBtn li dd{font-size:20px;}
.aboutBtn li:nth-of-type(1){background:url(/images/lxfs_tel_over.png) 4.5rem center no-repeat;background-color:#333;color:#fff;}
.aboutBtn li:nth-of-type(2){background:url(/images/email.png) 4.5rem center no-repeat;background-color:#F60;color:#fff;}
.aboutBtn li:nth-of-type(3){background:url(/images/wechat2.png) 4.5rem center no-repeat;background-color:#333;color:#fff;}
.aboutBtn li:hover{margin-top:-2rem;box-shadow:0 5px 16px rgba(0,0,0,0.55);}
.aboutBtn li:nth-of-type(1):hover{background-color:#F60;}
.aboutBtn li:nth-of-type(2):hover{background-color:#F90;}
.aboutBtn li:nth-of-type(3):hover{background-color:#F60;}

@media screen and (max-width:1399px){
.aboutBtn li dt{height:3rem;font-size:20px;}
.aboutBtn li dd{font-size:14px;}
.aboutBtn li:nth-of-type(1){background-size:85px 85px;}
.aboutBtn li:nth-of-type(2){background-size:45px 45px;}
.aboutBtn li:nth-of-type(3){background-size:50px 50px;}
.aboutBtn li:hover{margin-top:0;}
}

@media (max-width:991px) {	
.aboutBtn{display:flex;width:100%;height:45rem;}
.aboutBtn li{display:flex;width:100%;margin-bottom:1rem;}
.aboutBtn li dt{height:3rem;font-size:26px;}
.aboutBtn li dd{font-size:20px;}
.aboutBtn li:nth-of-type(1){background-size:100px 100px;}
.aboutBtn li:nth-of-type(2){background-size:70px 70px;}
.aboutBtn li:nth-of-type(3){background-size:65px 65px;}
.indAbout{margin-top:12rem;background:#fff;}
.indAbout::after{background:none;}
.indAbout .bt{ position:absolute;top:-8rem;}
.indAbout .bt p{font-size:30px;margin-bottom:-36px;}
.indAbout .bt span{font-size:30px;}
.aboutbox{position:relative;width:100%;height:88rem;background:#333;}
.aboutfl{width:100%;height:46rem;}
.aboutfr{width:100%;height:auto;background:#333;padding-bottom:100px;}
.aboutfr::before{display:none;}
.aboutfr::after{display:none;}
.aboutfl:hover img{border:0;}
.aboutfr .gsjsMore{position:absolute;bottom:2rem;left:4rem;}

}
@media (max-width:767px) {
	.aboutBtn li dt{height:3rem;font-size:24px;}
.aboutBtn li dd{font-size:18px;}
.indAbout{margin-top:12rem;}
.aboutfl{width:100%;height:40rem;}
}
@media (max-width:375px) {
.aboutBtn li dt{height:3rem;font-size:20px;}
.aboutBtn li dd{font-size:14px;}
.indAbout{margin-top:12rem;}
.aboutfl{width:100%;height:40rem;}
}
/************首页产品推荐************/
/* 产品推荐框 */
.indProHead{position:relative;margin-top:5rem;width:100%;height:28rem; background-image:linear-gradient(to bottom, #110c2a, #3b4161); padding-top:6rem;}
.indProHead .bt{ text-align:center; position:absolute;top:6rem;left:50%;width:100%;height:5rem;transform:translateX(-50%);margin:0;}
.indProHead .bt p{color:#fff;font-size:36px;line-height:24px;font-family:impact;text-transform:uppercase;margin-bottom: -36px;}
.indProHead .bt p::after{content:""; display:block; width:50px; height:5px; background:#1c58a4;position:absolute; bottom:0; left:50%; transform:translateX(-50%) rotate(180deg);}
.indProHead .bt span{font-size:34px;font-weight:bold;}

/*产品类别
.proCate{width:100%;height:auto;text-align:center;margin-top:20px;overflow:hidden;}
.proCate a{display:inline-block;width:145px;height:4rem;line-height:4rem;line-height:3.6rem;margin:5px 2px;text-align:center;overflow:hidden;border-radius:0;border-sizing:border-box;border:#ccc 1px solid;background:#f8f8f8;color:#999;overflow:hidden;text-overflow: ellipsis; white-space:nowrap;transition:all .5s ease-in;-webkit-transition:all .5s ease-in;}
.proCate a:hover,.proCate a.over{background:#3366CC;border:#3366CC 1px solid;color:#fff;text-decoration:none;}
@media (max-width:1100px) {
.proCate{margin-top:0px;}
}
@media (max-width: 991px) {
.proCate {width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;}
.proCate a{margin:10px 0 0 0;width:33%;box-sizing:border-box;border-radius:1rem;}
}
@media (max-width: 767px) {	
.proCate{clear:both;margin-top:30px;}
.proCate a{margin:10px 0 0 0;width:49%;}
}*/

/*产品推荐列表*/
.proBox {width:100%;height:auto;padding:0;margin-top:-14rem;}
.proBox ul{display:flex;width:100%;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;}
.proBox li{text-align:center;background:#fff;flex:0 0 23.5%;margin-right:2%;margin-top:3rem;border-sizing:border-box;border:#efefef 1px solid;transition:all .5s ease-in;-webkit-transition:all .5s ease-in;}
.proBox li:nth-of-type(4n){margin-right:0;}
.proBox a{display:block;overflow:hidden;position:relative;}
.proBox a div{width:100%;height:auto;padding:0px;box-sizing:border-box;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;}
.proBox a div::before{content: "";padding-bottom:75%;}
.proBox a div:after{content:'';position:absolute;width:100%;height:0;left:0;bottom:0;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;background:rgba(0,51,153,0.6);}
.proBox a div i{position:absolute;z-index:100;top:50%;left:50%;display:inline-block;width:50px;height:50px;border-radius:100%;transform:translate(-50%,-50%);-webkit-transition:all .5s ease-out;}
.proBox a img{position:absolute;width:100%;height:100%;object-fit:contain;transition:all 0.5s;-webkit-transition:all 0.3s;transform:scale(1);-webkit-transform:scale(1);}
.proBox a p{height:5rem;line-height:5rem;font-size:16px;font-weight:bold;background:#333;color:#fff;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;}
.proBox li:hover a div:after{height:100%;}
.proBox li:hover a div i{background:url(/images/look.png) no-repeat;transform:translate(-50%,-50%) rotate(360deg);-webkit-transform:translate(-50%,-50%) rotate(360deg);}
.proBox li:hover a img{opacity:1;transform:scale(1.2) rotate(5deg);-webkit-transform:scale(1.2) rotate(5deg);overflow:hidden;}
.proBox li:hover a p{background:#3366CC;color:#fff;border-top:#ccc 0px dashed;}
.indPro .morePro {position:relative;}
.indPro .morePro a{position:absolute;top:-22rem;right:0;display:inline-block;width:175px;height:36px;line-height:36px;color:#fff;background:#ff9225;text-align:center;font-family:Verdana, Geneva, sans-serif;border-radius:5px;transition:all .35s ease-in;-webkit-transition:all .35s ease-in;}
.indPro .morePro a:hover{background:#F60;}
.morePro2{position:relative;width:100%;height:12rem;margin-bottom:3rem;}
.morePro2 a{position:absolute;top:0rem;right:0;display:inline-block;top:50%;left:50%;width:175px;height:36px;line-height:36px;transform:translate(-50%,-50%);color:#fff;background:#ff9225;text-align:center;font-family:Verdana, Geneva, sans-serif;border-radius:5px;transition:all .35s ease-in;-webkit-transition:all .35s ease-in;}
.morePro2 a:hover{background:#F60;}
@media (max-width: 1399px) {
.indPro .morePro a{top:-22rem;right:2rem;}
}
@media (max-width: 991px) {
.proBox ul{justify-content:flex-start;}
.proBox li:nth-of-type(n){margin-right:2%;}
.proBox li{flex:0 0 32%;}
.proBox li:nth-of-type(3n){margin-right:0;}
}
@media (max-width: 767px) {	
.proBox li:nth-of-type(n){margin-right:2%;}
.proBox li{flex:0 0 49%;}
.proBox li:nth-of-type(2n){margin-right:0;}
}


/************首页选择我们************/
.selUs{width:100%;height:52rem;background:#1d2549;background-image:linear-gradient(to bottom, #110c2a, #3b4161);margin-top:10rem;position:relative;padding:2rem 0;overflow:hidden;}
.selUs::before{content:""; display:block; width:200px; height:300px; background:#054385;position:absolute; left:-1%; top:-23%;transform:translateX(-50%) rotate(45deg);}
.selUs::after{content:""; display:block; width:500px; height:300px; background:#054385;position:absolute; right:-45rem; bottom:-8rem;transform:translateX(-50%) rotate(-45deg);}
.selUsbox{position:relative;width:100%;height:48rem;}
.selUsfl{float:left;width:50%;height:48rem;position:relative;text-align:center;overflow:hidden;display:flex;justify-content:flex-end;align-items:center;}
.selUsfl .kuan1{width:90%;height:95%;border:#dedede 1px solid;}
.selUsfl img{width:90%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s ease-in;-webkit-transition:all .3s ease-in;}
.selUsfl:hover img{width:100%;transform:translate(-50%,-50%) scale(1.1);-webkit-transform:translate(-50%,-50%) scale(1.1);border:#ccc 5px solid;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.selUsfr{float:left;width:50%;height:48rem;padding:1rem 4rem 1rem 10rem;position:relative;z-index:102;color:#fff;}
.selUsfr dt{padding:5px 0;margin:30px 0;}
.selUsfr dt a{display:inline-block;width:360px;line-height:60px;background:#3366cc;padding:0 10px;font-size:30px;text-align:center;color:#fff;border-radius:5px;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;}
.selUsfr dt a:hover{width:400px;background:#3366cc;color:#ccc;}
.selUsfr dd{background:url(/images/png/arrow.png) left center no-repeat;line-height:30px;margin:20px 0;padding-left:32px;font-size:20px;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;}
.selUsfr dd:hover{background-position:10px center;color:#ccc;}
@media (max-width:1199px) {
.selUsfr{padding:1rem 4rem 1rem 6rem;}
.selUsfr dt a{font-size:20px;}
}
@media (max-width:991px) {
.selUs{height:auto;margin-top:1rem;}
.selUsbox{height:auto;}
.selUsfl{width:100%;height:48rem;}
.selUsfr{width:100%;height:48rem;padding:1rem 4rem 10rem 5rem;}
.selUsfr dt a:hover{width:100%;background:#3366cc;}
.selUsfr dd {font-size:20px;}
.selUsfr::before{display:none;}
.selUsfr::after{display:none;}
.selUsfl:hover img{border:0;}
.selUsfr .gsjsMore{position:absolute;bottom:2rem;left:2rem;}
}
@media (max-width: 767px) {	
.selUsfl{width:100%;height:40rem;}
}
@media screen and (max-width:575px) {
.selUsfl{width:100%;height:30rem;}
.selUsfr dt a{width:100%;}
.selUsfr dd{background:url(/images/png/arrow.png) left center no-repeat;background-size:15px 20px;}
}
@media screen and (max-width:500px){
.selUsfl{width:100%;height:25rem;}
.selUsfr dd {font-size:16px;}
}
@media screen and (max-width:375px){
.selUsfr dd {font-size:14px;}
}

/************首页客户说************/
.clientSay{width:100%;height:52rem;margin-top:3rem;position:relative;padding:2rem 0;overflow:hidden;}
.clientSay .bt{position:relative;width:100%;height:6rem;margin:0;text-align:center;}
.clientSay .bt p{color:#666;font-size:36px;line-height:40px;font-family:impact;text-transform:uppercase;}
.clientSay .bt p::after{content:"";display:block; width:50px;height:5px;background:#1c58a4;position:absolute; bottom:0; left:50%; transform:translateX(-50%) rotate(180deg);}
.clientSay .bt span{font-size:34px;font-weight:bold;}
.clientSay .body{width:100%;padding:3rem 0;}
.clientSay .body ul{display:flex;width:100%;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;}
.clientSay .body li{text-align:center;background:#fff;flex:0 0 30%;margin-top:3rem;border-sizing:border-box;transition:all .5s ease-in;-webkit-transition:all .5s ease-in;}
.clientSay .body li dl{border:#eee 1px solid;padding:30px 0;transition:all .5s ease-in;-webkit-transition:all .5s ease-in;}
.clientSay .body li dt{text-align:center;height:120px;}
.clientSay .body li dt img {margin:auto;border:#fff 3px solid;border-radius:50%; width:120px;height:120px;padding:10px;transition:all .5s ease-in;-webkit-transition:all .5s ease-in;}
.clientSay .body li dd{color:#333;font-weight:bold;font-size:14px;line-height:30px;padding:0 2rem;font-weight:bold;}
.clientSay .body li div{display:flex;width:100%;height:130px;flex-flow:row wrap;background:#464c6a;padding:0 2rem;text-align:left !important;justify-content:center;align-items:center;line-height:24px;border:#5284b4 1px solid;border-bottom-left-radius:15px;border-bottom-right-radius:15px;text-align:center;color:#fff;transition:all .5s ease-in;-webkit-transition:all .5s ease-in;}
.clientSay .body li:hover dl{border:#004991 1px solid;}
.clientSay .body li:hover dt img{border:#cccccc 1px solid;padding:0px;transform:rotate(10deg);}
.clientSay .body li:hover div{background:#06C;}
@media (max-width:991px) {
.clientSay{width:100%;height:130rem;}
.clientSay .body li{flex:0 0 100%;}
}

/************问题答案************/
.answer{width:100%;height:62rem;position:relative;padding:2rem 0;overflow:hidden;}
.answer .bt{position:relative;width:100%;height:6rem;margin:0;text-align:center;}
.answer .bt p{color:#666;font-size:36px;line-height:40px;font-family:impact;text-transform:uppercase;}
.answer .bt p::after{content:"";display:block; width:50px;height:5px;background:#1c58a4;position:absolute; bottom:0; left:50%; transform:translateX(-50%) rotate(180deg);}
.answer .bt span{font-size:34px;font-weight:bold;}
.answer .abody{width:100%;height:50rem;padding:3rem 2rem;border:#06C 3px solid;border-radius:15px;margin-top:2rem;}
.answer .abody .boxfl{float:left;width:50%;padding:1rem;}
.answer .abody .boxfl dl{border-bottom:#ccc 1px solid;margin:1rem auto;padding:0;cursor:pointer;}
.answer .abody .boxfl dt{font-size:16px;padding:0rem 1rem;font-weight:bold;padding-bottom:1rem;line-height:40px;background:url(/images/arr-r.png) right center no-repeat;transition:all .5s ease-in;-webkit-transition:all .5s ease-in;}
.answer .abody .boxfl dd{padding:1rem 3rem 2rem 1rem;line-height:24px;}
.answer .abody .boxfl dt:hover{background:url(/images/arr-r.png) 105% center no-repeat;background-color:#efefef;}
.answer .abody .boxfl dt.down{background:url(/images/arr-up.png) right center no-repeat;}
.answer .abody .boxfr{float:right;width:50%;padding:1rem 5rem;}
.answer .abody .boxfr img{opacity:0.75;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;cursor:pointer;}
.answer .abody .boxfr img:hover{opacity:1;}
.answer .abody .boxfr li{margin-bottom:10px;}
@media (max-width:991px) {
.answer{height:60rem;}
.answer .abody .boxfl{width:100%;}
.answer .abody .boxfr{display:none;}
}
@media (max-width:575px) {
.answer .abody .boxfl dt{font-size:14px;padding:0;}
}

/************首页案例************/
.appTop{width:100%;height:30rem;background:url(/images/appbg.jpg) no-repeat;background-size:cover;margin-top:2rem;}
.appTop ul li.fl{float:left;width:35%;padding:1rem 1%;padding-top:4rem;}
.appTop ul li.fr{float:left;width:65%;padding:1rem 1%;padding-top:6rem;line-height:30px;font-size:20px;color:#fff;}
.appTop ul li.fl p{font-size:30px;color:#fff;line-height:40px;padding:25px 0;}
.appTop ul li.fl a{display:inline-block;width:240px;height:60px;line-height:60px;background:#F90;text-align:center;color:#fff;font-size:16px;border-radius:8px;transition:all .5s ease-in;-webkit-transition:all .5s ease-in;}
.appTop ul li.fl a:hover{background:#F60}
.appDiv{width:100%;height:36rem;background:#1d2549;position:relative;padding:0;overflow:hidden;}
.appDiv::after{content:""; display:block; width:500px; height:300px; background:#054385;position:absolute; right:-55rem; bottom:-12rem;transform:translateX(-50%) rotate(-45deg);}
.appDivbox{position:relative;width:100%;height:48rem;}
.anliList{margin-top:2rem;}
#anlislick{margin-bottom:30px;}
#anlislick .slick-arrow{display:none!important;}
#anlislick .slick-slide>div>div{border:#c30 0px solid;padding:0 5px;box-sizing:border-box;}
#anlislick .slick-slide div a p:after{padding-bottom:calc(75% - 4px);}
@media (max-width:1399px) {	
.appTop{width:100%;height:36rem;}
.appDiv{height:auto;padding:2rem 0;}
}
@media (max-width:1199px) {	
.appDiv::after{display:none;}
}
@media (max-width:991px) {
.appTop ul li.fr{font-size:14px;}
.appDiv{height:32rem;}
.anliList{margin-top:0px;}
}
@media (max-width:767px) {	
.appTop{width:100%;height:20rem;}
.appTop ul li.fl{float:left;width:90%;padding:1rem 5%;}
.appTop ul li.fr{float:left;width:100%;display:none;}
}
@media (max-width:575px) {
.appDiv{height:auto;padding:1rem 0;}
.appTop ul li.fl p{font-size:20px;}
.appTop ul li.fl a{display:inline-block;width:80%;height:40px;line-height:40px;font-size:14px;border-radius:5px;}
}
@media (max-width:375px) {
}

/************首页新闻资讯************/
@media (max-width:991px) {	
#newsCate a:nth-of-type(n){width:49%;margin-right:2%;}
#newsCate a:nth-of-type(2n){margin-right:0 !important;}
}
.newsList{display:flex;width:100%;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;margin-top:2rem;overflow:hidden;}
.newsList li{flex:0 0 48%;margin-right:4%;margin-bottom:40px;height:auto;background:#fff;overflow:hidden;}
.newsList li:nth-of-type(2n){margin-right:0;}
.newsList dl{display:flex;width:100%;}
.newsList dl dt {flex-basis:100px;display:inline-block;width:100%;background:#f7f7f7;color:#fff;text-align:center;}
.newsList dl dt p{width:100%;height:150px;padding:15px 0 0;box-sizing:border-box;position:relative;overflow:hidden;color:#999;}
.newsList dl dt i{display:block;width:100%;height:28px;background:url(/images/date1.png)  center center no-repeat;}
.newsList dl dt span{display:block;font-weight:bold;font-size:20px;font-family:"Microsft yahei","微软雅黑";}
.newsList dl dt b{display:block;font-weight:normal;font-size:15px;font-family:"Microsft yahei","微软雅黑";margin:6px 15px;}

.newsList dl dd{flex-grow:1;width:0;padding:15px;position:relative;overflow:hidden;}
.newsList dl dd::after{content:'';position:absolute;width:50px;height:50px;bottom:-50px;right:-50px;background:url(/images/more02.png) no-repeat;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;}
.newsList dl dd a{display:inline-block;width:100%;}
.newsList dl dd a h2{height:3.2rem;line-height:3.2rem;font-size:2rem;overflow: hidden; white-space:nowrap;text-overflow:ellipsis;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;}
.newsList dl dd a p{color:#999;line-height:3rem;font-size:1.5rem;margin-top:0.6rem;overflow: hidden;display:-webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;transition:all 0.5s;-webkit-transition:all 0.5s;}

.newsList li:hover{background:#3366cc;}
.newsList li:hover dt {background:none;color:#fff;}
.newsList li:hover dt i{background:url(/images/date.png) center center no-repeat;}
.newsList li:hover dt span{color:#fff;}
.newsList li:hover dt b{color:#fff;background:#dc002f;border-radius:5px;}
.newsList li:hover dd::after{bottom:0;right:0;}
.newsList li:hover dd a h2{color:#fff;}
.newsList li:hover dd a p{color:#ddd;}
@media (max-width: 767px) {
.newsList li:nth-of-type(n){border:#e8e8e8 1px solid;margin-right:0;}
.newsList li{flex:0 0 100%;}
.newsList dl dt{flex-basis:150px;}
.newsList dl dt b{margin:6px 20%;}
}
@media (max-width: 575px) {
.newsList dl dt{flex-basis:130px;}
}
/************首页案例************/


/************************内页************************/
/************关于我们************/
/*关于类别*/
.nyMenu { width:100%; height:auto; margin:0 auto 5rem auto; padding:0; background-color:#f1f1f1; box-shadow:0 10px 26px rgba(0,0,0,0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyMenu .nyMenu_List {width:100%; margin:0 auto; padding:0;}
.nyMenu_List ul { display:flex;width:100%;height:auto;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;align-content:flex-start; margin:0 auto; padding:0;}
.nyMenu_List ul li {  width:20%;height:auto; margin:0; padding:0; position:relative; float:left;}
.nyMenu_List ul li i { display:block; width:1px; height:16px; margin:-8px 0 0; padding:0; background-color:#ddd; position:absolute; top:50%; right:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyMenu_List ul li.MenuOn i, .nyMenu_List ul li:hover i { display:none;}
.nyMenu_List ul li a { display:block; width:100%; height:70px; line-height:70px; overflow:hidden; color:#333; font-size:18px; font-weight:bold; text-align:center; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyMenu_List ul li.MenuOn a, .nyMenu_List ul li:hover a { color:#fff; background-color:#003399;}
@media screen and (max-width:991px) {
.nyMenu{margin:1rem auto 0 auto;background-color:#fff;box-shadow:none;}
.nyMenu_List ul li {  width:49%;background:#f7f7f7;margin-top:1rem;margin-right:2%;border:#ccc 1px solid;}
.nyMenu_List ul li:nth-of-type(2n){margin-right:0}
.nyMenu_List ul li a{ height:50px; line-height:50px;}
.nyMenu_List ul li i{display:none;}
}
/************公司介绍************/
.about_company{padding:0;overflow:hidden;}
.about_company h2{font-size:2rem;line-height:4rem;padding:1rem 0;margin-top:0rem;margin-bottom:2rem;position:relative;}
.about_company h2::before{content:'';position:absolute;bottom:0;left:0;width:200px;height:3px;background:#ccc;}
.about_company h2 i{position:absolute;bottom:0;left:0;display:inline-block;width:80px;height:3px;background:#009;}
.aboutbody{width:100%;padding:20px 0;}
.aboutbody p{display:block;width:100% !important;margin:auto;line-height:3rem;padding:1rem;} 
.aboutbody img{margin:0;height:auto;}
@media only screen and (max-width:991px ) {
.about_company h2{font-size:2.4rem;margin-top:4.5rem;margin-bottom:0rem;}
.aboutbody p{line-height:2.8rem;padding:0.8rem;}
.aboutbody img{width:100%;height:auto;}
}
@media only screen and (max-width:767px ) {
.about_company h2{font-size:2.2rem;}
.aboutbody p{line-height:2.6rem;padding:0.6rem;}
}
@media only screen and (max-width:575px ) {
.about_company h2{font-size:2rem;}
.aboutbody p{line-height:2.4rem;padding:0.5rem;}
}
/************产品列表************/
.proListBox{display:flex;width:100%;height:auto;margin:auto;}
/*产品类别*/
.proMenu{display:flex;flex-basis:250px;flex-direction:column;height:auto;text-align:center;background:#eee;overflow:hidden;}/*横向排列*/
.proMenu dt{color:#fff;background:#039;width:100%;height:auto;padding:30px;text-align:center;position:relative;border-bottom:#06c 1px solid;font-weight:normal;}
.proMenu dt:before{ content:""; display: block; background:url(/images/btbg1.png) left no-repeat; width:89px; height:165px; position:absolute; left:0; top:-20px;}
.proMenu dt:after{content:""; display: block; background:url(/images/btbg2.png) left no-repeat; width:119px; height:179px; position:absolute; right:0; bottom:0px;}
.proMenu dt p{font-size:20px;font-weight:bold;}
.proMenu dt em{ display:block; width:30px; height:5px; background:rgba(255,255,255,.3);margin:10px auto;}
.proMenu dt span{font-size:14px;}
.proMenu dd{flex-wrap:nowrap;width:100%;height:8rem;margin:0;padding:0;background:#039;border-bottom:#06c 1px solid}
.proMenu dd a{display:inline-block;width:100%;height:8rem;line-height:8rem;color:#fff;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all ease 0.5s;transition:all ease 0.5s;}
.proMenu dd a:hover,.proMenu .focus{background:#09F;}
/*产品正文*/
.proBody{flex-grow:1;padding:0 20px 20px;width:0;}
/*产品列表*/
.proList {width:100%;padding:0;margin:0;overflow:hidden;}
.proList ul{display:flex;width:100%;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;}
.proList li{text-align:center;background:#fff;flex:0 0 32%;margin-right:2%;margin-top:3rem;border-sizing:border-box;border:#efefef 1px solid;transition:all .5s ease-in;-webkit-transition:all .5s ease-in;}
.proList li:nth-of-type(3n){margin-right:0;}
.proList a{display:block;overflow:hidden;position:relative;}
.proList a div{width:100%;height:auto;padding:0px;box-sizing:border-box;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;}
.proList a div::before{content: "";padding-bottom:75%;}
.proList a div:after{content:'';position:absolute;width:100%;height:0;left:0;bottom:0;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;background:rgba(0,51,153,0.6);}
.proList a div i{position:absolute;z-index:100;top:50%;left:50%;display:inline-block;width:50px;height:50px;border-radius:100%;transform:translate(-50%,-50%);-webkit-transition:all .5s ease-out;}
.proList a img{position:absolute;width:100%;height:100%;object-fit:contain;transition:all 0.5s;-webkit-transition:all 0.3s;transform:scale(1);-webkit-transform:scale(1);}
.proList a p{height:5rem;line-height:5rem;font-size:14px;background:#f1f1f1;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;}
.proList li:hover a div:after{height:100%;}
.proList li:hover a div i{background:url(/images/look.png) no-repeat;transform:translate(-50%,-50%) rotate(360deg);-webkit-transform:translate(-50%,-50%) rotate(360deg);}
.proList li:hover a img{opacity:1;transform:scale(1.2);-webkit-transform:scale(1.2);overflow:hidden;}
.proList li:hover a p{background:#003399;color:#fff;border-top:#ccc 0px dashed;}
@media(max-width:1199px){
.proListBox{flex-wrap:wrap;}
.proMenu{flex-wrap:wrap;flex-direction:row;flex-basis:100%;justify-content:flex-start;}
.proMenu dt{display:none;}
.proMenu dd{width:23.5%;height:5rem;line-height:5rem;margin:5px 2% 0 0;}
.proMenu dd:nth-of-type(4n){margin-right:0;}
.proMenu dd a{height:5rem;line-height:5rem;}
.proBody{flex-grow:0;width:100%;padding:20px 0 0;}
}
@media (max-width: 767px) {	
.proList li:nth-of-type(n){margin-right:2%;}
.proList li{flex:0 0 49%;}
.proList li:nth-of-type(2n){margin-right:0;}
}
@media (max-width:575px) {
.proMenu dd:nth-of-type(4n){margin-right:2%;}
.proMenu dd{width:49%;margin-right:2%;}
.proMenu dd:nth-of-type(2n) {margin-right:0;}
}
@media (max-width:375px){
.proList li:nth-of-type(n){margin-right:0;}
.proList li{flex:0 0 100%;}
}
/************产品详情************/
.proheader{padding:30px 0 30px;}
.proheader .pic{float:left;width:35%;height:auto;padding:0;text-align:center;}
.proheader .pic img{width:auto;max-height:16rem;}
.proheader .proDesc{float:right;width:65%;height:16rem;}
.proheader .proDesc .info{width:100%;line-height:3rem;background:#f3f3f3;-webkit-border-radius:5px;-moz-border-radius:5px; border-radius:5px;padding:2rem 0;border:#ccc 1px solid;}
.proheader .proDesc .info .l{float:left;width:30%;height:auto;padding-left:6rem;border-right:#ccc 1px solid;background:url(/images/proTel.png) no-repeat 2.5rem 0.8rem; }
.proheader .proDesc .info .r{float:right;width:70%;height:auto;padding-left:4rem;border-left:#fff 1px solid;}
.proConBt{height:4remp;line-height:4rem;background:#666;color:#fff;padding-left:2rem;font-size:1.6rem;font-family:'Microsoft Yahei';border-left:#06C 15px solid;}
.proCon{padding:10px 0;line-height:3rem;}
.proCon table{margin:1rem 0;}
.proCon p{margin:1rem 0;}
.proCon p img{margin:0 auto;}
/*表格*/
.proCon td{border:#ccc 1px solid;padding:2px;}
/*内容中标题*/
.proCon h1{clear:both;margin:20px 0;}
.proCon h1 p{font-size:2.4rem;color:#003399;font-weight:bold;border-left:#06C 10px solid;padding-left:15px;}
.proCon h1 span{font-size:1.5rem;color:#FF9900;font-weight:normal;padding-left:15px;}
@media only screen and (max-width:767px ){	
.proBody{padding-left:0;}
.proheader{padding:20px 0 20px;}
.proheader .pic{float:none;width:100%;height:auto;padding:10px 0 20px 0;}
.proheader .pic img{width:75%;height:auto;max-height:none;}
.proheader .proDesc{float:none;width:100%;height:auto;}
.proCon table:nth-of-type(1){float:none;width:100%;}
.proCon table:nth-of-type(2){float:none;width:100%;}
.proCon table:nth-of-type(1) td{border-right:#ccc 1px solid;}
.proCon table:nth-of-type(1) img{max-height:300px;}
.proCon table:nth-of-type(2) td{border-top:#fff 1px solid;}
.proCon p img{width:100%;height:auto;}
}
@media only screen and (max-width:575px ) {
}
@media only screen and (max-width:500px ){	
.proheader .proDesc .info{height:auto;}
.proheader .proDesc .info .l{display:none;}
.proheader .proDesc .info .r{float:right;width:100%;height:auto;}
}
@media only screen and (max-width:386px ){	
.proCon h1{margin:15px 0;}
.proCon h1 p{font-size:1.8rem;padding-left:10px;}
.proCon h1 span{font-size:1.2rem;padding-left:10px;}
.proCon table:nth-of-type(1) img{width:100%;max-height:auto;}
}
/************荣誉资质************/
.certificate{display:flex;flex-wrap:wrap}
.certificate li{display:flex;justify-content:center;align-items:center;position:relative;width:23.5%;margin:2rem 2% 2rem 0;background:#f7f7f7;overflow:hidden;transition:all .5s;-webkit-transition:all .5s;}
.certificate li:before{content: "";padding-bottom:75%;}
.certificate li:nth-of-type(4n){margin-right:0;}
.certificate li img{position:absolute;max-width:100%;max-height:100%;object-fit:contain;cursor:pointer;transition:all .35s;-webkit-transition:all .35s}
.certificate li:hover img{transform:scale(1.3);-webkit-transform:scale(1.3);}

@media (max-width: 991px) {
.certificate{flex-wrap:wrap;align-items:flex-start;align-content:flex-start;}
.certificate li:nth-of-type(n){margin-right:2%;}
.certificate li{flex:0 0 32%;}
.certificate li:nth-of-type(3n){margin-right:0;}
}
@media (max-width: 767px) {	
.certificate li:nth-of-type(n){margin-right:2%;}
.certificate li{flex:0 0 49%;}
.certificate li:nth-of-type(2n){margin-right:0;}
}

/************新闻资讯************/
/*类别*/
.newsMenu { width:100%; height:auto; margin:0 auto 3rem auto; padding:0; background-color:#f1f1f1; box-shadow:0 10px 26px rgba(0,0,0,0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsMenu .nyMenu_List {width:100%;height:auto;margin:0 auto; padding:0;}
.newsMenu_List ul { width:100%; height:auto; margin:0 auto; padding:0;}
.newsMenu_List ul li {  width:50%;height:auto; margin:0; padding:0; position:relative; float:left;}
.newsMenu_List ul li i { display:block; width:1px; height:16px; margin:-8px 0 0; padding:0; background-color:#ddd; position:absolute; top:50%; right:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.newsMenu_List ul li.MenuOn i, .newsMenu_List ul li:hover i { display:none;}
.newsMenu_List ul li a { display:block; width:100%; height:70px; line-height:70px; overflow:hidden; color:#333; font-size:18px; font-weight:bold; text-align:center; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.newsMenu_List ul li.MenuOn a, .newsMenu_List ul li:hover a { color:#fff; background-color:#003399;}
/*详情*/
.newsBody{padding:0 20px;}
.news_title{line-height:3rem;text-align:center;font-size:1.8rem;padding-top:2rem;}
.news_hits{line-height:3rem;text-align:center;font-size:1.4rem;margin-bottom:3rem;padding:0.5rem;border-bottom:#ccc 1px dashed;}
.newsBody p{line-height:3rem;margin:1rem 0;}
@media only screen and (max-width:991px ) {
.newsBody{padding:0;}
.newsBody img{width:100% !important;height:auto !important;}
}
@media only screen and (max-width:575px ) {
.newsBody .news_content *{font-size:1.4rem;}
}

/************应用案例************/
.yyBox{width:100%;}
.yyBox ul{display:flex;width:100%;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin:2rem 0;padding:0;}
.yyBox li{width:23.5%;margin:2rem 2% 0 0;transition:all .35s;-webkit-transition:all .35s}
.yyBox li:nth-of-type(4n){margin-right:0;}
.yyBox li a{width:100%;overflow:hidden;}
.yyBox li a div{display:flex;width:100%;position:relative;overflow:hidden;background:blue;}
.yyBox li a div::before{content: "";padding-bottom:75%;}
.yyBox li a div img{position:absolute;width:100%;height:100%;object-fit:cover;transition:all .35s;-webkit-transition:all .35s}
.yyBox li a p{width:100%;height:4rem;line-height:4rem;text-align:center;background:#999;color:#fff;}
.yyBox li:hover a img{transform:scale(1.2);-webkit-transform:scale(1.2);}
.yyBox li:hover a p{background:#03C;color:#fff;}
@media (max-width: 991px) {
.yyBox ul{flex-wrap:wrap;align-items:flex-start;align-content:flex-start;}
.yyBox li:nth-of-type(n){margin-right:2%;}
.yyBox li{flex:0 0 32%;}
.yyBox li:nth-of-type(3n){margin-right:0;}
}
@media (max-width: 767px) {	
.yyBox li:nth-of-type(n){margin-right:2%;}
.yyBox li{flex:0 0 49%;}
.yyBox li:nth-of-type(2n){margin-right:0;}
}

/************质量与证书support*****************/
.certBox{position:relative;margin-top:15rem;}
.certBox .bt{ text-align:center; position:absolute;top:-8rem;left:50%;width:100%;height:5rem;transform:translateX(-50%);margin:0;}
.certBox .bt p{color:#666;font-size:36px;line-height:24px;font-family:impact;text-transform:uppercase;margin-bottom: -36px;}
.certBox .bt p::after{content:""; display:block; width:50px; height:5px; background:#1c58a4;position:absolute; bottom:0; left:50%; transform:translateX(-50%) rotate(180deg);}
.certBox .bt span{font-size:34px;font-weight:bold;}
.certmore{clear:both;padding:0;margin:0;width:100%;text-ailgn:center;}
.moreLink{ display:block;width:365px;padding:15px 50px;margin:10px auto;background:#464c6a;color:#fff; border-radius:10px; font-size:24px; position:relative; transition: all .4s ease;text-align:center;}
.moreLink:hover{ width:400px;color:#fff; background:#3366cc;}
.aquote{display:block;width:350px;text-align:center;margin:3rem auto 10rem auto;padding:15px 50px;background:#eee;border:#eee 1px solid;color:#F93; border-radius:10px; font-size:24px; transition: all .4s ease;}
.aquote:hover{background:#eee;color:#f30;border:#ccc 1px solid;}
@media only screen and (max-width:575px ) {
.moreLink{width:100%;}

}


/************ 资料下载 ************/
.downicon {width:4em;height: 4em;vertical-align:-0.75em;fill:currentColor;overflow: hidden;}
.download_content{margin:5rem 0 5rem 0;}
.download_desc{text-align:center;font-size:16px;padding:2rem 1rem;}
.downList{border-top:#efefef 1px dashed;}
.download_content dl{width:100%;height:auto;border-bottom:#ccc 1px dashed;overflow:hidden;padding:2.5rem 0;transition:all .5s;} 
.download_content dl dt{float:left;width:15%;text-align:center;padding-top:2rem;}
.download_content dl dd{float:right;width:85%;}
.download_content dl dd  div{float:left;width:80%;height:auto;line-height:2.4rem;}
.download_content dl div h2{font-size:16px;height:3.5rem;line-height:3.5rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.download_content dl div span,.download_content dl div i{display:block;color:#666;font-style:normal;line-height:2.5rem;}
.download_content dl div p{width:100%;line-height:2.5rem;max-height:5rem;color:#969696;word-break:break-all;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.download_content dl dd a{float:right;width:16%;margin:2rem 2%;display:inline-block;height:5rem;line-height:5rem;background:#f7f7f7;border:#efefef 1px solid;color:#999;text-align:center;transition:all .5s;}
.download_content dl:hover{border-bottom:#999 1px dashed;background:#F7F7F7;}
.download_content dl:hover h2{color:#06C;font-weight:bold;}
.download_content dl:hover a{background:#06C;color:#fff;border:#06C 1px solid;}
.download_content .container em{display:block;background:#f7f7f7;text-align:right;}
@media only screen and (max-width:575px ) {
.downicon{width:2.5em;height:2.5em;}
.download_content{margin:1rem 0 3rem 0;}
.download_content dl{padding:1.5rem 0;}
.download_content dl dt{width:20%;padding-top:1rem;}
.download_content dl dd{width:80%;}	
.download_content dl dd div{width:98%;}
.download_content dl dd a{float:left;width:50%;height:4rem;line-height:3.9rem;margin:1.5rem 0;}
}
@media only screen and (max-width:376px ) {
.download_content dl dt{width:20%;}
.download_content dl dd{width:76%;margin:0 2%;}	
#tjyz{display:block;margin:2rem;}
}
/**************装修***************/
.contact_content{padding:2rem 0;}
.contact_content *{color:#333;}
/*联系我们*/
.message_content{padding:2rem 0;}
.messageBox{margin:2rem auto;width:80%;}
.messageTxt{line-height:30px;}
.messageBt{text-align:center;width:100%;margin:2rem 0 2rem 0;position:relative;padding-bottom:2rem;}
.messageBt p{color:#333;font-size:36px;line-height:36px;font-weight:bold;margin-bottom:5px;position:relative;}
.messageBt::before{position:absolute;content:'';width:200px;height:1px;left:50%;bottom:7px;transform:translateX(-50%); background:#ccc;}
.messageBt::after{position:absolute;content:'';width:14px;height:14px;left:50%;bottom:0;transform:translateX(-50%); background:#dc002f;}
.messageForm dt{margin:2rem 0;font-weight:bold;position:relative;padding-left:20px;}
.messageForm dt::before{position:absolute;content:'';width:5px;height:15px;left:5px;top:2px;background:#c30;}
.lytxt{margin:1rem 0;width:100%;height:4.2rem;border-radius:5px;border:#cccccc 1px solid;padding:1rem;transition:all .5s;-webkit-transition:all .5s;}
.lytxt:hover{border:#36C 1px solid;}
.lymsg{margin:1rem 0;width:100%;height:10rem;padding:2rem;border-radius:5px;border:#cccccc 1px solid;padding:1rem;transition:all .5s;-webkit-transition:all .5s;}
.lymsg:hover{border:#36C 1px solid;}
.lybtn{width:18rem;height:4.5rem;line-height:4.5rem;margin:2rem auto;border-radius:5px;border:#cccccc 0px solid;background:#ff9225;color:#ffffff;font-weight:bold;cursor:pointer;transition:all .35s;-webkit-transition:all .35s}
.lybtn:hover{background:#F60;}
@media only screen and (max-width:767px ) {
.messageBox{margin:2rem auto;width:100%;}
.messageForm dd:nth-of-type(5){text-align:center;}
}


/************联系我们************/
.contact_content{padding:2rem 0;}
.contact_content *{color:#333;}
/*联系标题*/
.contBt{text-align:center;width:100%;margin:2rem 0;position:relative;padding-bottom:2rem;}
.contBt p{color:#333;font-size:36px;line-height:36px;font-weight:bold;margin-bottom:5px;position:relative;}
.contBt span{color:#eee;font-size:20px;text-transform:uppercase;}
.contBt::before{position:absolute;content:'';width:200px;height:1px;left:50%;bottom:7px;transform:translateX(-50%); background:#ccc;}
.contBt::after{position:absolute;content:'';width:14px;height:14px;left:50%;bottom:0;transform:translateX(-50%); background:#dc002f;}
/*联系我们*/
.contBox{margin:2rem 0;}
.contBox .lxulBox ul{display:flex;width:100%;flex-wrap:wrap;}
.contBox .lxulBox li{display:flex;position:relative;flex:0 0 32%;justify-content:center;color:red;height:30rem;line-height:3rem;color:#999;font-size:18px;margin-right:2%;margin-top:3rem;padding-top:19rem;border-right:#efefef 1px solid;transition:all .5s ease-in;-webkit-transition:all .5s ease-in;}
.contBox .lxulBox li::before{content: "";position:absolute;top:3.5rem;left:50%;transform:translateX(-50%);width:100px;height:100px;background-color:#c30;border-radius:50%;transition:all .5s;-webkit-transition:all .5s;}  /*li标题图标*/
.contBox .lxulBox li::after{position:absolute;top:15rem;left:0;width:100%;text-align:center;color:#333;font-size:1.8rem;height:4rem;line-height:4rem;}   /*li标题栏*/
.contBox .lxulBox li p{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;color:#999;font-size:1.8rem;line-height:3rem;}
.contBox .lxulBox li p a{position:absolute;top:0;left:0;width:100%;height:100%;line-display:inline-block;padding-top:19rem;color:#cdcdcd;}
.contBox .lxulBox li:nth-of-type(3n){margin-right:0;border-right:none;}
.contBox .lxulBox li:nth-of-type(1)::before{background:url(/images/lxfs_mtel.png) center 0 no-repeat;background-size:100px 100px;}
.contBox .lxulBox li:nth-of-type(2)::before{background:url(/images/lxfs_email.png) center 0 no-repeat;background-size:100px 100px;}
.contBox .lxulBox li:nth-of-type(3)::before{background:url(/images/lxfs_address.png) center 0 no-repeat;background-size:100px 100px;}
.contBox .lxulBox li:nth-of-type(4)::before{background:url(/images/lxfs_wechat.png) center 0 no-repeat;background-size:100px 100px;}
.contBox .lxulBox li:nth-of-type(5)::before{background:url(/images/lxfs_what.png) center 0 no-repeat;background-size:90px 90px;}
.contBox .lxulBox li:nth-of-type(6)::before{background:url(/images/lxfs_url.png) center 0 no-repeat;background-size:100px 100px;}
.contBox .lxulBox li:nth-of-type(1)::after{content:'MOBILE PHONE';}
.contBox .lxulBox li:nth-of-type(2)::after{content:'EMAIL';}
.contBox .lxulBox li:nth-of-type(3)::after{content:'ADDRESS';}
.contBox .lxulBox li:nth-of-type(4)::after{content:'WECHAT';}
.contBox .lxulBox li:nth-of-type(5)::after{content:'WhatApp';}
.contBox .lxulBox li:nth-of-type(6)::after{content:'WEbSITE';}
.contBox .lxulBox li:hover{background-color:#003399;color:#cdcdcd;}
.contBox .lxulBox li:hover p{color:#cdcdcd;}
.contBox .lxulBox li:hover::before{top:2rem;width:120px;height:120px;background-color:#ff6633;background-size:120px 120px;}
.contBox .lxulBox li:hover::after{color:#fff;font-weight:bold;}
.contBox .lxulBox li:nth-of-type(1):hover::before{background-image:url(/images/lxfs_mtel_over.png);}
.contBox .lxulBox li:nth-of-type(2):hover::before{background-image:url(/images/lxfs_email_over.png);}
.contBox .lxulBox li:nth-of-type(3):hover::before{background-image:url(/images/lxfs_address_over.png);}
.contBox .lxulBox li:nth-of-type(4):hover::before{background-image:url(/images/lxfs_wechat_over.png);}
.contBox .lxulBox li:nth-of-type(5):hover::before{background-image:url(/images/lxfs_what_over.png);}
.contBox .lxulBox li:nth-of-type(6):hover::before{background-image:url(/images/lxfs_url_over.png);}
/*联系二维码*/
#ewmUl ul{display:flex;justify-content:center;align-items:center;margin:6rem auto;}
#ewmUl li{margin:0 3%;text-align:center;line-height:3rem;}
#ewmUl li img{display:block;margin:auto;}
@media (max-width: 1199px) {
.contBox{margin:1rem 0;}
}
@media (max-width: 991px) {
.contBox .lxulBox ul{width:100%;margin:0.5rem 0;}
.contBox .lxulBox ul li{height:28rem;overflow:hidden;}
}
@media only screen and (max-width:767px ) {
.contBox .lxulBox ul li{flex:0 0 49%;}
.contBox .lxulBox ul li:nth-of-type(n){margin-right:2%;border-right:none;}
.contBox .lxulBox ul li:nth-of-type(2n){margin-right:0;}
.contBox .lxulBox ul li:nth-of-type(odd){border-right:#eee 1px dashed;}
}
@media (max-width: 575px) {
.contBox .lxulBox ul li{flex:0 0 100%;}
.contBox .lxulBox ul li:nth-of-type(n){margin-right:0;border-right:none;}
#ewmUl ul{flex-wrap:wrap;}
#ewmUl li{width:100%;margin:1rem;}
#ewmUl img{width:14rem !important;}
}
@media (max-width: 376px) {
#ewmUl img{width:13rem !important;}
}
/*map*/
.mapBox { width:100%; height:550px; overflow:hidden; margin:0;padding:0;border:#ddd 1px solid;box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.mapBox .dz_map { width:100%; height:120%; overflow:hidden;margin:0;padding:0;}
@media (max-width:1440px) {
.mapBox {height:520px;}
}
@media (max-width:1199px) {
.mapBox { height:480px;}
}
@media (max-width:767px) {
.mapBox{ height:420px;}
.mapBox .dz_map {height:140%}
}
@media(max-width:375px) {
.mapBox{ height:360px;}
}
/*地图*/
#mapContainer {
  width:100%;
  height:100%;
}
/*窗口样式*/
.info_card {
  display: inline-block;
  margin: 50px auto;
  position: absolute;
  width: 325px;
  height:150px;
  background-color: #efefef;
  border: 5px solid #ffffff;
  color: #333;
}
.info_card .title{
  width: 100%;
  height:40px;
  background-color: #333;
  color: #ffffff;
}
.title span.title_name{
  position: relative;
  top: 7px;
  left: 10px;
  font-size: 14x;
  color:#fff;
}
/*close 框大小与颜色 */
.info_card .title .close_img{
  position: absolute;
  top:10px;
  right:10px;
  width:20px;
  height:20px;
  background-color: #fff;
  cursor:pointer;
}
.info_card .title .close_img .min {
  width: 0;
  height: 0;
  font-size:0; 
  overflow:hidden;
  position:absolute;
  border-width:10px; 
}
.info_card .title .close_img .top_img {
  border-style:solid dashed dashed; 
	border-color:#333 transparent transparent transparent;
	top:-1px;
}
.info_card .title .close_img .right_img {
  border-style:solid dashed dashed; 
	border-color:transparent #333 transparent transparent;
	left:1px;
}
.info_card .title .close_img .bottom_img{
	border-style:solid dashed dashed; 
	border-color:transparent transparent #333 transparent;
	top:1px;
}
.info_card .title .close_img .left_img{
  border-style:solid dashed dashed; 
	border-color:transparent transparent transparent #333;
	left:-1px;
}
.info_card span.cancle{
  width:0;
  height:0;
  font-size:0;
  overflow:hidden;
  position:absolute;
}
/*白色小三角*/
.info_card span.bot{
	border-width:20px; 
	border-style:solid dashed dashed; 
	border-color:#ffffff transparent transparent;
	left:150px; 
	bottom:-40px;
}
/*灰色小三角*/
.info_card span.top{
	border-width:20px; 
	border-style:solid dashed dashed; 
	border-color:#efefef transparent transparent; 
	left:150px; 
	bottom:-33px;
}
.info_card .content{
  margin-top: 10px;
  margin-left: 10px;
  font-size:14px;
}