@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top; }
html, body {width: 100%;max-width: 100%;min-width: 1320px;min-height: 100%;height: auto;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover { text-decoration:none; color:#00a2ea; }
a:focus { outline:none; text-decoration:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.transition300em{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;}
.fl {float:left;}
.fr {float:right;}
.none{ display: none;}
.jbbg{background: linear-gradient(to top, #fff, #eee);margin-bottom: 20px;}
.index-title{font-size: 35px;text-align: center;margin: 0 auto;display: flex;width: 500px;}
.index-title .index-line{background: linear-gradient(transparent 48%, #333 48%, #333 52%, transparent 52%);flex: 1;}
.index-title .index-title-name{padding: 0 20px;color: #215eb6}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
.clear{clear:both; height:0; line-height:0; font-size:0;}
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

.container{width:1200px;margin:0 auto;}

/* 头部 */
.htop{line-height:50px;height:50px;background: #f7f7f7;}
.htop em{float:left;color:#666;}
.htop .htop-aa{float:right;display:block;}
.htop .htop-aa a{display:inline-block;margin:0 10px;color:#666;}
.htop .htop-aa a:last-child{margin-right:0;}
.htop .htop-aa a:hover{color:#00a2ea;}
.hcont{padding:22px 0 16px;}
.hcont .dlogo{ float: left;}
.hcont .dlogo img{display: block;}
.hcont .logtxt{float: left;margin-left:24px;padding-left:24px;margin-top:17px;margin-bottom:17px;border-left: 1px solid #dcdcdc;}
.hcont .logtxt h2{font-size: 20px;color: #252525;font-weight: bold;}
.hcont .logtxt p{font-size: 24px;color: #252525;line-height:32px;}
.hcont .logtxt p span{color:#00a2ea;}
.hcont .dphone{float:right;position: relative;padding-top:8px;}
.hcont .dphone dt{font-size: 16px;color: #666;text-align:center;background: url(../images/tel.png) no-repeat left;}
.hcont .dphone dd{font-size: 24px;color: #00a2ea;font-weight:bold;}

/*导航*/
.navBox{ background: url(../images/menu_bj.jpg) no-repeat #00a2ea; height:64px; position:relative;}
.navBox ul li{ float: left; position: relative;}
.navBox ul li:last-child{background:none;}
.navBox ul li.cur a span, .navBox ul li:hover a span{font-weight:bold;}
.navBox ul li a span{ color: #fff; line-height: 64px; font-size: 16px; padding: 0 28.5px; display: block;}
.navBox ul li dl{display: none;position: absolute;width:340px;background:#f3f3f3;padding-top:30px;padding-left:35px;padding-bottom:20px;overflow:hidden;}
.navBox ul li:nth-last-child(2) dl, .navBox ul li:last-child dl{right:0}
.navBox ul li dl dt{width:130px;float:left;}
.navBox ul li dl dt h3{font-size:20px;color:#444;font-weight:bold;margin-bottom:10px;}
.navBox ul li dl dt p{font-size:16px;color:#999;text-transform:uppercase;margin-bottom:20px;}
.navBox ul li dl dt .nav-xx{width:30px;height:4px;background:#006db8;}
.navBox ul li dl dd{float:left;}
.navBox ul li dl dd a{width:170px;height:36px;border:1px solid #d5d5d5;line-height:36px;font-size:16px;color:#444;text-align:center;display:block;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding: 0 5px;}
.navBox ul li:hover dl{display: block; z-index: 999;}
.navBox ul li dl dd a:hover{background:#006db8;border-color:#006db8;color:#fff;}
.is-fixed .navBox{position: fixed;top: 0;left: 0;width: 100%;z-index: 100;-webkit-transition: left 0.3s ease-in-out;-moz-transition: left 0.3s ease-in-out;-o-transition: left 0.3s ease-in-out;-ms-transition: left 0.3s ease-in-out;transition: left 0.3s ease-in-out;}

.nav-er-box{ position: absolute; z-index: 9; display: none;}
.navBox ul li:hover .nav-er-box{ display:block; }
.nav-er-list{}
.nav-er-list a{ /* background: #fff; */}
.navBox .nav-er-list span{ background: #fff; color: #333; line-height: 54px; font-weight: normal !important;}
.navBox .nav-er-list span:hover{ color:#00a2ea }

/*轮播图*/
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:25px;font-size:0;}
#banner .swiper-pagination-bullet{background: #232323;cursor: pointer;display: inline-block;margin: 0 2px;width: 20px;height: 20px;border-radius: 50%;opacity:1;}
#banner .swiper-pagination-bullet-active{background:#00a2ea;}
#banner .swiper-button-prev{left:70px;}
#banner .swiper-button-next{right:70px;}

/*搜索*/
.search{border-bottom:1px solid #f5f5f5;}
.search .gjc{overflow:hidden; float:left; height:60px; line-height:60px; font-size:14px;color: #333;}
.search .gjc span{font-weight:bold;}
.search .gjc a{font-size:14px;color: #333;}
.search .gjc a:hover{color: #00a2ea;}
.search .sc{ float:right; margin-top:12px;}
.search .sc form{overflow:hidden;position:relative;}
.search .sc .tt{ float:left; width:200px; height:38px; line-height:38px; padding:0 60px 0 20px; background:none; border:1px solid #dcdcdc; font-size:14px; color:#999; outline:none;border-radius:18px;}
.search .sc .s_bt{position:absolute;right:0;top:0;width:60px;height:40px;background: url(../images/search_icon.jpg) no-repeat center;text-decoration:none;border-radius:0 20px 20px 0;cursor:pointer;border: 1px solid #dcdcdc;text-indent: -99999999px;}

/*关于我们*/
.about{padding:75px 0 90px;}
.about-con{width:50%;float:left;padding-left:12px;padding-right:32px;margin-top:28px;box-sizing:border-box;}
.about-con>h2{font-size:36px;color:#333;margin-bottom:18px;}
.about-txt{font-size:15px;color:#666;line-height:1.8;text-align:justify;}
.about-btn{display:block;margin-top:48px;width:174px;height:45px;line-height:44px;padding-left:20px;border:1px solid #00a2ea;border-radius:30px;text-align:center;position:relative;box-sizing: border-box;font-size:14px;color:#666;transition:all .5s;-webkit-transition:all .5s;}
.about-btn i{width:45px;height:45px;background:url(../images/about-btn.png) no-repeat;position:absolute;left:-1px;top:-1px;transition:left .5s;-webkit-transition:left .5s;}
.about-btn:hover{padding-left:0;padding-right:20px;color:#fff;background:#00a2ea;}
.about-btn:hover i{animation:page .5s linear 1 forwards;left:128px;}
.about-img{width:50%;float:right;position:relative;}
.about-img .swiper-slide{position:relative;}
.about-img .swiper-slide img{max-width:100%;}
.about-img .swiper-slide a{position:absolute;left:0;top:0;background:url(../images/about-vbtn.png) no-repeat center;}
.about-img .swiper-slide video{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;}
.about-img .swiper-button-prev, .about-img .swiper-button-next{transition:all .3s;-webkit-transition:all .3s;}
.about-img:hover .swiper-button-next{right:10px;}
.about-img:hover .swiper-button-prev{left:10px;}
@keyframes page{
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);z-index:10;}
}

/*数字跳动*/
#countup{background-image: linear-gradient(to right, #1dabe4, #00a2ea);}
.countup-div{width:25%;float:left;padding:40px 0;}
.countup-txt{color:#fff;text-align:center;}
.countup-txt h4{font-size:18px;}
.countup-txt h4 span{font-size:52px;font-weight:bold;}
.countup-txt p{font-size:18px;}

/*title*/
.title{text-align:center;padding-top:50px;}
.title h2{color:#8a8989;font-size:36px;line-height: 40px;font-weight:bold;}
.title h2 em{color:#00a2e9;font-weight:bold;}
.title p{color:#909090;font-size: 14px;line-height:40px;}
.title1{text-align:center;/*padding-top:50px;*/}
.title1 span{color:#8a8989;font-size:36px;line-height: 40px;font-weight:bold;}
.title1 span em{color:#00a2e9;font-weight:bold;}
.title1 p{color:#909090;font-size: 14px;line-height:40px;}

/*产品展示*/
.sypro{}
.sypro_top{margin-top:10px;margin:5px 10px;}
.sypro_top li{float:left;width: 132px;height:54px;line-height:54px;position:relative;color:#727272;font-size:16px;background:#e9e9e9;margin: 0 16px;text-align:center;}
.sypro_top li i::before{content:"";position:absolute;height:22px;width:22px; background:url(../images/product_ico.png)no-repeat left;left:16px;top:14px;}
.sypro_top li.on{background:#00a2e9;color:#fff;position:relative;}
.sypro_top li.on i::before{content:"";position:absolute;height:22px;width:22px; background:url(../images/product_ico1.png)no-repeat left;left:16px;top:14px;}
.sypro_top li.on a{color:#fff;}
.sypro_nr{margin-top:30px;}
.sypro_nr1{}
.sypro_nr1 li{float:left;width:272px;background:#e9e9e9;margin:8px 10px; display:block;text-align:center;}
.sypro_nr1 li img{text-align:center;width:270px; overflow:hidden; border:1px #ccc solid;}
.sypro_nr1 li .pic{width:272px;height:270px;display:block;overflow:hidden;transform:scale(1); transition:all.8s ease-out; position:relative;}
.sypro_nr1 li .pic a:hover::after{content:"";position:absolute;width:100%; height:100%; top:0;right:0;background:rgba(0,0,0,0.6);transition: 0.3s all ease-in-out;}
.sypro_nr1 li .pic a:hover::before{content:""; position:absolute;width:100%; height:100%;left:0;top:0; background:url(../images/pro_search.png)no-repeat center;z-index:999;}
.sypro_nr1 li a p{font-size:15px;text-align:center;color:#4b4b4b;height:40px; line-height:40px; text-decoration:none;}
.sypro_nr1 li p em{font-size:14px;color:#3eaf34; text-decoration:none;line-height:30px; position:relative;}
.sypro_nr1 li p em a{color:#3eaf34;line-height:30px;}
.sypro_nr1 li p em::after{content:"";position:absolute;width:10px; height:7px;left:25px; top:30px;}
.sypro_nr1 li p:hover{color:#fff; background:#00a2e9;}
.sypro_nr1 li p:hover em{color:#fff;}
.sypro_nr1 li:hover p{color:#fff; background:#00a2e9;}
.sypro_nr1 li:hover p em{color:#fff;}
.sypro_nr1 li:hover p em::after{content:"";position:absolute;width:10px; height:7px;left:25px;top:30px;}

/*解决方案*/
.anli{background:url(../images/al_bj.jpg)repeat;padding-bottom:60px;margin-top:50px;}
.al_left{float:left;width:298px; background:#fff;}
.al_left li{height:66px;line-height:66px; border-bottom:1px #c9c9c9 solid; color:#4b4b4b;font-size:16px; text-indent:25px; position:relative;}
.al_left li a{color:#4b4b4b;font-size:16px;}
.al_left li.cur{background:#1b1b1b;color:#fff;position:relative;}
.al_left li.cur::before{content:"";position:absolute;height:66px; width:5px;background:#00a2e9;left:0;top:0;}
.al_left li.cur::after{content:"";width:16px; height:16px;position:absolute;background:#1b1b1b;right:-8px;bottom:38%;transform:rotate(45deg); margin-left:-8px;}
.al_left li.cur a{color:#fff;}
.al_right{float:right;width:877px;background:#fff;}
.alCont{width:877px; overflow:hidden;}
.alCont dl{height:535px; overflow:hidden;}
.alCont dl dd{width:300px; padding:20px;}
.alCont dl dd h5{height:28px; line-height:28px; font-size:24px;}
.alCont dl dd h5 a{color:#333;}
.alCont dl dd p{overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 19;margin-top: 8px;line-height: 24px;font-size:14px;/* height:80px;*/overflow:hidden;color:#4b4b4b;}
.alCont dl dd .btnMore{margin-top:122px; display:block; width:144px; height:40px; line-height:40px; text-align:center; font-size:16px; font-weight:bold; color:#606060; border:3px solid #606060;}
.alCont dl dt{margin-top:15px;width:508px;overflow:hidden;margin-right:9px;margin-bottom:10px; height:506px;}
.alCont dl dt img{float:left;overflow:hidden; }

/*ban*/
.ban1{width:100%; background: url(../images/ban_bj.png)no-repeat #f3f3f3 center; height: 307px; overflow:hidden;}

/*ys*/
.ys{padding:60px 0px;background:#f3f3f3;}
.ys .ys_top{position:relative;color:#00a2e9;text-align:center;display:block; color:#333333;font-size:48px;}
.ys .ys_top em{font-weight:bold;color:#00a2e9;}
.ys .ys_top p{font-size:15px; line-height:35px; color:#4b4b4b;text-align:center;}
.ys .ys_top::after{content:"";width:100%;height:100%; position:absolute;left:0; top:55%;}
.ys .ys_nr{margin-top:50px;}
.ys .ys_nr .ys1{}
.ys .ys_nr .ys1 dt{display:block;float:left;width:600px;}
.ys .ys_nr .ys1 dd{float:right;}

.ys .ys_nr .ys2{margin-top:20px;}
.ys .ys_nr .ys2 dt{display:block;float:right;top:0px;position:relative; left:90px;}
.ys .ys_nr .ys2 dd{float:left;}

.ystop{position:relative;float:left;width:580px; }
.ys_top1{position:relative;left:106px;top:20px;border-bottom: 1px #ccc solid;padding-bottom:10px;}
.ys_top1 em{font-size:30px; font-weight:bold;color:#00a2e9;}
.ys_top1 span{font-size:30px;color:#333;font-weight:bold;}
.ys_top1 p{font-size:15px;color:#999; text-transform:uppercase; line-height:25px; font-style:italic;}
.ystop i{display:block;position:absolute; left:0;top:0;}
.ystop_nr{ position:relative;left:20px;top:50px;}
.ystop_nr p{font-size:14px; color:#4b4b4b; line-height:25px;padding-left:25px; padding-bottom:15px;position:relative;}
.ystop_nr p::before{content:"";position:absolute;left:0;top:6px;width:14px; height:14px;background:url(../images/ysico.png)no-repeat left;}
.ystop_nr p i::after{content:"";position:absolute;left:0;top:46px;width:14px; height:14px;background:url(../images/ysico.png)no-repeat left;}

.ystop1{margin-top:100px;}
.ystop1 i{display:block;position:absolute; left:0;top:237px;}
.ystop_nr1{ position:relative;left:20px;top:50px;}
.ystop_nr1 p{font-size:14px; color:#4b4b4b; line-height:25px;padding-left:25px;position:relative;}
.ystop_nr1 p::before{content:"";position:absolute;left:0;top:6px;width:14px; height:14px;background:url(../images/ysico.png)no-repeat left;}
.ystop_nr1 p i::after{position:absolute;left:0; top:70px;width:14px;height:14px; background:url(../images/ysico.png)no-repeat left;}

.ystop2{margin-top:50px;}
.ystop2 i{display:block;position:absolute; left:0;top:257px;}
.ystop_nr2{ position:relative;left:20px;top:50px;}
.ystop_nr2 p{font-size:14px; color:#4b4b4b; line-height:25px;padding-left:25px;position:relative;}
.ystop_nr2 p::before{content:"";position:absolute;left:0;top:6px;width:14px; height:14px;background:url(../images/ysico.png)no-repeat left;}

/*ban*/
.ban{background: url(../images/adbg01.jpg) no-repeat center;height:167px;}
.ban>div{position: relative;}
.ban-p{position: absolute;left: 0;top: 80px;color: #fff;width: 490px;line-height: 20px;}
.ban-tel{position: absolute;left: 0;top: 150px;padding-left: 60px;background: url(../images/adv_tel.png) no-repeat left;}
.ban-tel p{font-size: 14px;color: #fff;}
.ban-tel span{font-size: 24px;color: #fff;}
.ban-a{position: absolute;left: 325px;top: 150px;width: 138px;height: 50px;background: url(../images/adv_btn.png) no-repeat;}

/* 服务流程 */
.g_lc{background:url(../images/lcbg_bj.jpg) no-repeat center top;padding-top: 70px;}
.g_lc h2{height: 123px;text-align: center;font-size: 36px;color: #044692;font-weight: bold;}
.g_lc h2 em{display: block;font-weight: normal;font-size: 22px;color: #333333;padding-top: 6px;}
.g_lc ul{height: 300px;margin-top:43px;}
.g_lc li{position: relative; float: left;width: 149px;text-align: center;font-size: 15px;color: #555555;border-right: 1px solid #f1f1f1;height: 42px; padding-top: 140px;}
.g_lc li i{position: absolute;background:url(../images/lchover.png) no-repeat;width: 158px;height: 30px;left:0;top:202px;display: none;}
.g_lc li:hover i{display: block;}
.g_lc li:hover {background: #00a2e9;color: #fff;font-weight: bold;}
.g_lc li span{position: absolute;left:28px;top:30px;}
.g_lc li em{position: absolute;left:28px;top:30px;display: none;background:url(../images/lch.png) no-repeat;}
.g_lc li:hover em{display: block;}
.g_lc .lctel{background:url(../images/lctel.png) no-repeat;width: 476px;height: 50px;line-height: 50px;margin: 0 auto;}
.g_lc .lctel span{display: block;float: left;width: 190px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;font-weight: bold;color: #000000;}
.g_lc .lctel span a{color: #000000;}
.g_lc .lctel em{display: block;float: left;width:286px;text-align: center;font-size: 18px;font-weight: bold;color: #fff;}

/*空调配件*/
.ktpj{}
.ktpj_nr{margin-top:20px;position:relative;}
.ktpj_nr li{display:block;width:260px; margin:10px;float:left;}
.ktpj_nr li img{border:1px #ccc solid; padding:2px; overflow:hidden;width:254px;}
.ktpj_nr li p{background:#e5e5e5;color:#4b4b4b; line-height:40px; height:40px; text-align:center;width:260px;}
.ktpj_nr li:hover img{border:1px #00a2e9 solid;}
.ktpj_nr li:hover p{background:#00a2e9;color:#fff;}
.ktpj_nr li:hover p a{color:#fff;}
.ktpj_nr .bd .tempWrap{width:1100px; margin:0 auto; display:block; text-align:center;}
.ktpj_nr .sprev, .ktpj_nr .snext{position:absolute;top:50%;transform: translateY(-50%);width:31px; height:80px; overflow:hidden;}
.ktpj_nr .sprev{left:0;background:url(../images/pran_ico.png)no-repeat left;}
.ktpj_nr .snext{right:0;background: url(../images/pran_ico1.png)no-repeat right;}

/*关于我们*/
.about{padding: 80px 0 30px 0;}
.about .about_nr{background:url(../images/about_bj.png)no-repeat center; position:relative; height:409px;}
.about .about_nr dt{float:left;width:540px;position:relative;}
.about .about_nr dt em{display:block; position:absolute; left:38px; top:35px;width:503px; height:337px;}
.about .about_nr dt em img{padding:2px;/*border: 1px #036bc4 solid;*/}
.about .about_nr dd{float:right;width:586px;display:block;position:relative;right:35px;}
.about .about_nr dd i img{display:block;position:absolute;left:0; top:31px;}
.about .about_nr dd h2{font-size:24px;color:#00a2e9;margin-top:110px;font-weight:normal;margin-bottom:10px;}
.about .about_nr dd p{font-size:14px; line-height:25px; color:#4b4b4b;}
.about .about_nr dd em{width:150px; height:40px;text-align:center; color:#00a2e9;margin-top:20px; font-size:16px; border:1px #00a2e9  solid; text-transform:uppercase; line-height:40px; margin-right:15px;}
.about .about_nr dd em:hover{background:#00a2e9;color:#fff;}
.about .about_nr dd em:hover a{color:#fff; text-decoration:none;}
/*工厂实拍*/
.gcsp{margin-top:40px; position:relative;}
.gcsp_top{margin:20px auto; text-align:left; border-bottom:1px #ccc solid;}
.gcsp_top li{display:inline-block; position:relative;width:200px; height:50px; background:#fff; line-height:50px;}
.gcsp_top li a{font-size:18px; color:#4b4b4b; text-align:center; line-height:50px; display:block; text-decoration:none;}
.gcsp_top li.cur{background:#00a2e9; color:#fff;font-size:18px;}

.gcsp_top li.cur a{color:#fff;}
.gcsp_nr1{position:relative;}
.gcsp_nr2{position:relative;}
.gcsp_nr{margin:0px auto; width:1100px;margin-top:40px;}
.gcsp_nr .tempWrap{width:1100px !important;}
.gcsp_nr li{float:left; margin:0 10px; width:290px;}
.gcsp_nr li img{display:block;overflow:hidden; border:1px #ccc solid; padding:2px; width:290px;}
.gcsp_nr li img:hover{border:1px #00a2e9 solid; padding:2px;}
.gcsp_nr li p{text-align:center; line-height:40px;color:#4b4b4b; font-size:15px;}
.gcsp_nr1{position:relative;}
.sPrev{ position:absolute;left:0;top:40px;width:31px; height:80px; overflow:hidden;background:url(../images/pran_ico.png)no-repeat left;}
.sNext{position:absolute;right:0;top:40px;width:31px; height:80px; overflow:hidden;background:url(../images/pran_ico1.png)no-repeat right;}

/*新闻*/
.synew{margin-top:30px;background:#f7f7f7; padding:20px 0; padding-bottom:50px;}
.synew_top{margin:0 auto;}
.synew_top ul{text-align: center;}
.synew_top li{ display: inline-block; height:50px; line-height:50px;width:180px; text-align:center;color:#4b4b4b;background:#d2d2d2; margin:0 10px;}
.synew_top li a{font-size:16px; color:#4b4b4b;}
.synew_top li.cur{background:#00a2e9;color:#fff;}
.synew_top li.cur a{color:#fff;}
.synew_nr{margin-top:20px;}
.synew_nr1{}
.synew_nr1 dl{float:left;width:570px;}
.synew_nr1 dt{overflow:hidden;width:570px;}
.synew_nr1 dt img{width:570px;}
.synew_nr1 dd{margin-top:10px;}
.synew_nr1 dd span{float:left; display:block; width:90px; height:53px; border-right:1px #eee solid;color:#333;font-size:14px; line-height:48px; text-align:center;}
.synew_nr1 dd span b{color:#333;font-size:50px;text-align:center;display:block;}
.new_r{float:left;width:465px; margin-left:10px;}
.new_r h2{height: 30px;line-height:30px;overflow:hidden;font-weight:bold;font-size:16px;}
.new_r h2 a{color:#333;}
.new_r h2 a:hover{color:#00a2e9;}
.new_r p{font-size:14px;color:#4b4b4b;line-height:25px;}

.synew_nr2{float:right;width:580px;}
.synew_nr2 li{background:#fff; width:570px;height:108px;overflow:hidden;border: #ebebeb 1px solid;margin-top:20px;}
.synew_nr2 li h3{float: left; display: block; text-align:center; width: 112px;border-right: #ebebeb 1px solid;height:78px;line-height:48px;  text-align:center;font-size:14px;color:#666;line-height: 34px;padding: 30px 0 0;}
.synew_nr2 li h3 b{color:#333; display: block; text-align:center; font-size:46px; font-weight:bold;}
.new_r1{float:left;width:435px; margin-left:10px;}
.new_r1 h2{height:30px;line-height:30px;overflow:hidden;font-weight:bold;font-size:16px; margin-top:10px;}
.new_r1 h2 a{color:#333;}
.new_r1 h2 a:hover{color:#00a2e9;}
.new_r1 p{font-size:14px;color:#4b4b4b;line-height:25px;overflow:hidden;display: -webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

/*友情链接*/
.link{margin-top:20px;overflow: hidden;}
.link-bg{background: url(../images/link_bg.jpg) no-repeat left;height: 80px;line-height: 80px;padding-left: 145px; float: left;}
.link ul { overflow: hidden; width: 1055px; float: left; margin-top: 10px; }
.link ul a{float: left; margin:0 10px; line-height: 32px; font-size: 14px; color: #333;}
.link ul a:hover { color: #00a2ea; }

/*服务区域*/
.fuwu{width: 1200px;margin:auto;margin-top:40px;}
.fuwu1 p{line-height: 36px;font-size: 30px;color: #333;}
.fuwu1 p span{font-size: 10px;line-height: 20px;color: #999;}
.fuwu2{border: 1px solid #dddddd;margin-top: 5px;overflow: auto;height: 108px;padding: 10px;}
.fuwu2 li{float: left;font-size: 14px;line-height: 34px;margin:2px 10px;}

/*底部*/
.footer{background:#00a2e9;padding-top:35px;padding-bottom: 25px;margin-top:30px;}
.footer-nav{width:191px;float:left;}
.footer-nav h3{color:#fff;font-size:16px;font-weight:bold; margin-bottom:9px;}
.footer-nav h3 a{color:#fff;font-size:16px;white-space: nowrap; margin-bottom:9px;}
.footer-nav a{text-align:center;color:#fff;font-size: 15px;line-height:28px;margin:0 57px;}
.footer-nav a:hover{text-decoration: underline;}
.footl{width:191px;float:left;display:inline;border-right: 1px solid rgba(255,255,255,0.04)}
.footl h3,.footc h3,.footr h3{font-size:16px;font-weight: bold;color:#fff;margin-bottom:9px;width:25px;white-space: nowrap;}
.footl h3 span,.footc h3 span,.footr h3 span{font-size:12px;display:block;color:#fff;opacity: 0.11;font-weight: lighter;line-height: 100%;}
.footl h3 a{color:#fff}
.footl p{}
.footl p a{color: #fff;display:block;width:125px;color:#fff;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;padding-right: 10px;line-height:38px;}
.footl p a:hover{text-decoration: underline;}

.footer-con{width: 350px;float: left;padding-left: 120px;}
.footer-con h2{font-size:16px;color:#fff;font-weight:bold;line-height:30px;margin-bottom:10px;}
.footer-con p{color: #fff;font-size:15px;line-height:30px; padding-left:23px;}
.footer-con p.tel{background: url(../images/f_tel.png) no-repeat left;}
.footer-con p.add{background: url(../images/f_add.png) no-repeat left;}
.footer-con p.mail{background: url(../images/f_mail.png) no-repeat left;}
.footer-con p.cz{background: url(../images/f_cz.png) no-repeat left;}
.footer-con span{color: #fff;line-height: 22px;display: block;margin-top: 5px;}
.footer-con span a{color: #fff;}
.footer-con span a:hover{color: #fff; text-decoration:underline;}
.footer-ewm{width: 116px;float: left;margin-top: 15px;margin-left: 50px;}
.footer-ewm img{width: 116px;height: 116px;}
.footer-ewm p{color: #fff;margin-top: 13px;text-align: center;}
.footer-logo{float: right;margin-top: 50px;}
.foot{background:#028bc7;line-height:45px; text-align:center;color:#fff;font-size:14px;}
.foot a{color:#fff;}

.client-2{position: fixed;right: -170px;top: 50%;z-index: 900;}
.client-2 li a{text-decoration: none;}
.client-2 li{margin-top: 1px;clear: both;height: 62px;position: relative;}
.client-2 li i{background: url(../images/fx.png) no-repeat;display: block;width: 30px;height: 27px;margin: 0px auto;text-align: center;}
.client-2 li p{height: 20px;font-size: 12px;line-height: 20px;overflow: hidden;text-align: center;color: #fff;}
.client-2 .my-kefu-qq i{background-position: 4px 5px;}
.client-2 .my-kefu-tel i{background-position: 0 -21px;}
.client-2 .my-kefu-liuyan i{background-position: 4px -53px;}
.client-2 .my-kefu-weixin i{background-position: -34px 4px;}
.client-2 .my-kefu-weibo i{background-position: -30px -22px;}
.client-2 .my-kefu-ftop{display: none;}
.client-2 .my-kefu-ftop i{width: 33px;height: 31px;background-position: -23px -47px;background-size: 52px 82px;}
.client-2 .my-kefu-ftop .my-kefu-main{padding-top: 6px;}
.client-2 .my-kefu-left{float: left;width: 62px;height: 47px;position: relative;}
.client-2 .my-kefu-tel-right{font-size: 16px;color: #fff;float: left;height: 24px;line-height: 22px;padding: 0 15px;border-left: 1px solid #fff;margin-top: 14px;}
.client-2 .my-kefu-right{width: 20px;}
.client-2 .my-kefu-tel-main{background: #d82634;color: #fff;height: 53px;width: 230px;padding:9px 0 0;float: left;}
.client-2 .my-kefu-main{background: #d82634;width: 97px;height: 53px;position: relative;padding:9px 0 0;float: left;}
.client-2 .my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px;display: none;z-index: 333;}
.my-kefu-weixin-pic img{width: 115px;height: 115px;}

/*面包屑*/
.location{width: 100%;height: 45px;border-bottom: 1px solid #eee;}
.location_main{width: 1200px;margin: 0 auto;padding-top: 14px;line-height: 15px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;}
.location_main a{color: #666;}
.location_main a:hover{color: #00a2ea;}

/*内页样式*/
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;}


.inner{width: 1200px;padding-top: 40px;overflow: hidden;margin: 0 auto;}
.inner_fl{width: 901px;border-right: 1px solid #eee;float: left;}
.showabout{margin-right: 20px;line-height: 25px;overflow: hidden;min-height: 600px;color: #666;}
.showmap img{max-width: none;}
.inner_fr{width: 270px;margin-left: 19px;float: left;}
.inner_search{width: 270px;height: 65px;}
.inner_search .search_info{width: 267px;height: 50px;overflow: hidden;background: url(../images/search_bg2.jpg) no-repeat;}
.inner_search .search_info_txt { display:inline; float:left; width:220px; height:50px;}
.inner_search .search_info_txt_css { background-color: transparent; border-color: -moz-use-text-color; border-style: none; border-width: 0; color: #666; float: left; font-size:14px; height:50px; line-height:50px; overflow: hidden; width:220px; text-indent:12px;}
.inner_search .search_info_btn { float: left; height:50px; width:47px; }
.inner_search .search_info_btn_css { background-color: transparent; border-color: -moz-use-text-color; border-style: none; border-width: 0; color: #D3E8F9; float: left; font-size:12px; height:50px; line-height:50px; overflow: hidden; width:47px; cursor:pointer; }

.inner_cat {width: 270px; margin-bottom: 10px;}
.inner_cat_tit { width: 270px; line-height:68px; background:url(../images/inner_cat_tit.jpg) no-repeat; text-indent:33px; font-weight:bold; color:#333;}

.frpro_cat { width: 270px; margin-top: 10px;}
#nav ,#nav ul { width: 270px; list-style: none;  padding: 0px; margin: 0px; }
#nav ul ul {  }
#nav a { display: block;  text-decoration: none;cursor:pointer; }
#nav a:hover, #nav>li.cur>a{ color: #00a2ea; }
#nav li { width: 270px; line-height: 38px; position: relative; background:url(../images/inner_catli.png) no-repeat; text-indent:10px; }
#nav li ul { position: absolute; left: -999em; z-index:999; width:202px; font-weight: normal; margin: 0px; padding: 0px; }
#nav li li { width:200px;  background:#f7f7f7 !important;}
#nav li ul a { width: 200px; text-align:center; line-height:32px; }
#nav li ul ul {  }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover ul, #nav li.sfhover ul { right: 270px; top: 0px;cursor:pointer;  }
#nav li:hover, #nav li.sfhover {  color: #f7f7f7;}
#nav li ul a:hover { background:#00a2ea !important; color:#fff !important;}
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }

.inner_lx {width:267px; margin-bottom:15px;}
.inner_lx_tit { width:267px; line-height:68px; background:url(../images/inner_lx_tit.jpg) no-repeat; text-indent:33px; font-weight:bold; color:#333;}
.inner_lx .txt { width:267px; margin-top:10px; line-height:32px;}

.inner_lxpro { margin-bottom:15px; }
.inner_lx_titpro { line-height:68px; background:url(../images/inner_lx_tit.jpg) no-repeat; text-indent:33px; font-weight:bold; color:#333;}
.inner_lxpro .txt { margin-top:10px; line-height:32px;}

/*在线反馈*/
#feedback{ padding:15px; }
#feedback>h3{ line-height: 35px;background: #f4f4f4;padding-left: 10px;color: #ff0000; }
#feedback table{ margin:0px auto; }
/*按钮*/
.button{ display: inline-block; zoom: 1; *display: inline; vertical-align: baseline; margin: 0 2px; outline: none; cursor: pointer; text-align: center; text-decoration: none; font: 14px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.button:hover { text-decoration: none; color:#fff; }
.button:active { position: relative; top: 1px;}
.orange{ color: #fef4e9; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); background: -moz-linear-gradient(top,  #faa51a,  #f47a20); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); }
.orange:hover { background: #f47c20; background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); background: -moz-linear-gradient(top,  #f88e11,  #f06015); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015'); }
.orange:active { color: #fcd3a5; background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); background: -moz-linear-gradient(top,  #f47a20,  #faa51a); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');}
input.input-text,input.input-file,input.code,textarea { padding: 4px; font-size: 15px; outline: none; text-shadow: 0px 1px 0px #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #ccc; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; background:#fff; }
input.input-text:focus,input.input-file:focus,input.code:focus,textarea:focus { /*border: 1px solid #fafafa;*/ /*-webkit-box-shadow: 0px 0px 6px #007eff; -moz-box-shadow: 0px 0px 5px #007eff;*//* box-shadow: 0px 0px 5px #007eff;*/}
/*表单*/
td.text{ width:20%; padding:6px 5px 6px 0px; text-align:right; font-size:14px; font-weight:bold;}
td.input{ padding:6px 8px;}
td.input input{ margin-right:8px;}
td.input .info{ padding-left:15px; color:#f00;}
td.input img{ position:relative; bottom:1px;}
td.submint{ padding:10px;}
/*反馈系统提交表单-feedback文件样式*/
.feedback_table{ width:100%; margin-top:10px; text-align:left;}
.feedback_table td.text{ text-align:right; width:10%; height:28px; line-height:28px; padding-right:3px; font-weight:bold;}
.feedback_table td.input{ padding-left:3px;}
.feedback_table td.input input{ padding:2px; margin-right:5px;}
.feedback_table td.input textarea{ width:80%; padding:2px; margin-right:5px; }
.feedback_table td.input .info{ color:#f00; }
.feedback_table td.submint{ padding:5px 0px; }
.feedback_table td.submint input{ cursor:pointer; }
.feedback_table td, .feedback_table th{ border:0; }

/*图片模块*/
#imglist{ padding:15px; }
#imglist li{ float:left; display:inline; text-align:center;margin: 0 4px;}
#imglist li a.img{ font-size:0px; display:block;}
#imglist li a.img img{ margin:auto;  border:1px solid #ccc; }
#imglist li h3{padding:5px 0px 10px;font-weight:normal;line-height:1.5;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:282px;font-size:14px;}
#showimg{ padding:15px;}
#showimg h1.title{ font-size:18px; padding:5px 0px; margin-bottom:10px; text-align:center; font-weight: bold; }
#showimg .imgshow{ text-align:center;}
#showimg .editor{ line-height:2; padding:0px 10px; font-size:14px;}
.imgparalist li{ padding:3px 15px 3px;}
.imgparalist li span{ float:left; margin-right:10px; color:#999;}
#showimg .ctitle{ margin:10px 0px 10px; padding:5px 20px;font-size:14px; border-bottom:1px dotted #ccc; }

/*文章模块*/
#newslist{ padding:15px 20px;}
#newslist li{ padding:6px 10px; background:url(../images/dt-0.gif) no-repeat left 19px;}
#newslist li a{ font-size:14px; margin-right:5px;}
#newslist li span{ float:right; color:#aaa;}
#newslist li p{ color:#aaa;}
#shownews{ padding:0px 15px 15px;}
#shownews .editor{ line-height:2; padding:0px 10px; font-size:14px;}
#shownews .editor img{max-width:100%;height:auto!important;}
#shownews h1{ font-size:20px; font-weight: bold; text-align:center; border-bottom:1px dotted #ccc; padding:5px 0px; margin:10px 0px; color:#333;}

#newslist dl{overflow: hidden;margin-bottom: 20px;}
#newslist dl dt{width: 240px;height:180px;float: left;overflow: hidden;border: 1px solid #ccc;box-sizing: border-box;}
#newslist dl dt img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;max-width: 100%;display: block;}
#newslist dl dt img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
#newslist dl dd{float: left;width: 600px;margin-left: 20px;}
#newslist dl dd h5 a{font-size: 18px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333;line-height: 40px;}
#newslist dl dd h5 a:hover{color: #00a2ea;}
#newslist dl dd p{line-height: 25px;margin-top: 10px;}
#newslist dl dd em{margin-top: 10px;display: block;color: #555;font-size: 12px;}

/* 产品分类列表 */
.inner_flpro{float: left;width: 240px;}
.inner_frpro{float: right;width: 930px;}
.inner_frpro>h3{height: 50px;font-size: 24px;font-weight: normal;line-height: 50px;border-bottom: 1px solid #ebebeb;}
.inner_frpro>h3 span{display: inline-block;border-bottom: 1px solid #393939}
.nyjc{}
.nyjc-til{padding:15px;color:#fff;background: #00a2ea}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}
#sidebar1{padding:10px;background: #fff;border:1px solid #ccc;border-top: 0;}
#sidebar1 li{margin-top: 10px;}
#sidebar1 li:first-child{margin-top: 0px;}
#sidebar1 li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;}
#sidebar1 li.cur a, #sidebar1 li:hover a{background: #00a2ea;color: #fff;}

#sidebar1 dt{margin-top: 10px;font-weight: normal;line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;cursor: pointer;}
#sidebar1 dt:first-child{margin-top: 0px;}
#sidebar1 dt>a{color: #666;display: block;}
#sidebar1 dt.cur, #sidebar1 dt:hover{background: #00a2ea;color: #fff;}
#sidebar1 dt.cur a,#sidebar1 dt:hover a{color:#fff;}
#sidebar1 dd{/*display: none;*/}
#sidebar1 dd a{display: block;line-height: 35px;border-bottom: 1px dashed #ddd;background: url(../images/iyuan.png) 5px center no-repeat;padding-left: 25px;margin-bottom: 5px;position: relative;color: #333;}
#sidebar1 dd a.cur, #sidebar1 dd a:hover{background: url(../images/iyuan_on.png) 5px center no-repeat;color:#00a2ea;}

/* 产品模块 */
#productlist{ padding:15px 0px;}
#productlist li{ float:left; display:inline; text-align:center;}
#productlist li a.img{ display:block; text-align:center; font-size:0px;}
#productlist li a.img img{ margin:auto; border:1px solid #ccc;}
#productlist li h3{ padding:5px 0px 10px; font-weight:normal; line-height:1.5;}
#showproduct{ padding:15px 0;}
#showproduct .pshow{overflow: hidden;}
#showproduct h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px;}
#showproduct .pshow dt{padding-bottom: 15px;float: left;width: 402px;}
#showproduct .pshow dd{ float:right;}
#showproduct .pshow dd ul{ margin-left:15px; }
#showproduct .pshow dd li{ padding:5px 5px 5px 45px; min-height:28px; _height:28px; margin:5px 0px; clear:both; border-bottom:1px solid #eee; position:relative; line-height:2; }
#showproduct .pshow dd li span{ position:absolute; left:0px; top:0px; color:#999; padding:5px; height:28px;}
#showproduct .ctitle{ margin:15px 0px 10px; padding:5px 20px; font-size:14px; border-bottom:1px dotted #ccc; }
#showproduct .editor{ line-height:2; padding:0px 10px; font-size:14px;}

.cpshow{ overflow:hidden; padding-top:5px;}
.cpshow li{ float:left; width:220px; margin: 0 6px 15px;}
.cpshow li.noMl{ margin-right:0;}
.cpshow li img{ display:block; border:1px solid #d3d3d3;width: 218px;margin: 0 auto;}
.cpshow li h4{ text-align:center; font-weight:normal; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; line-height:30px;}
.cpshow li h4 a{ font-size:14px; color:#333; }
.cpshow li h4 a:hover{ color: #00a2ea; }
.cpshow li p{ font-size:13px; color:#666; line-height:21px; height:1px; overflow:hidden; }
.cpshow li span{ display:block; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.cpshow li span .zx{ float:left; width:103px; height:40px; line-height:40px; text-align:center; font-size:13px; color:#fff; text-decoration:none; border-left:3px solid #333; background:#666;}
.cpshow li span .xq{ float:right; font-size:13px; color:#666; margin-top:14px; }
.cpshow li img:hover{ border-color:#00a2ea; }
.cpshow li span .zx:hover{ background:#009A44; border-left-color:#009A44; }

.prodbaseinfo_a{ float:left;margin-left:20px; z-index:1;width: 480px; }
.h2_prodtitle{ font-size:16px;color:#414141;border-bottom:1px dashed #bbbbbb;padding:2px 0 10px;line-height:1.6em; }
.ul_prodinfo{ padding:6px 0;overflow:hidden;zoom:1; }
.ul_prodinfos{ padding:6px 15px;overflow:hidden;zoom:1;background:#f3f3f3;font-size:14px;font-weight:bold; }
.ul_prodinfos li{ padding:5px 0 10px; }
.ul_prodinfo li{ float:left;padding:6px 0; }
.ul_prodinfo li span{ font-size:16px; font-weight:bold; color:#00a2ea; }
.li_normalprice,.li_prono{ line-height:30px; }
.ul_prodinfo .li_prono,.ul_prodinfo .li_marketprice,.ul_prodinfo .li_volume,.ul_prodinfo .li_weight,.ul_prodinfo .li_jf,.ul_prodinfo .li_brand .span_title{ color:#999; }
.ul_prodinfo .li_brand{ width:180px; }
.li_prono{ line-height:2.9em; }0
.ul_prodinfo .b_proprice{ font-size:14px;color:#ce1919;font-weight:normal;}
.ul_prodinfo a.a_brand{ color:#c00; }
.ul_prodinfo a.a_brand:hover{ text-decoration:underline; }
.ul_prodinfo .li_jf{ clear:both;width:300px; }
.ul_prodinfo .li_jf b{ font-weight:normal;color:#c00; }
.ul_prodinfo .li_jf a.a_usejf{ display:-moz-inline-stack;display:inline-block;*display:inline;*zoom:1;width:80px;height:22px;line-height:22px;line-height:25px\9;_line-height:22px;overflow:hidden;background-position:-420px -120px;text-align:center;color:#fff;margin:0 0 0 8px;filter:alpha(opacity=90);opacity:0.9;vertical-align:middle;}
.ul_prodinfo .li_jf a.a_usejf:hover{ filter:alpha(opacity=100);opacity:1.0; }
.div_prothumb .span_prev,.div_prothumb .span_next  { background:url(../images/sprite.png) no-repeat; }
.div_prothumb{ position:relative;padding:15px 15px 0; }

.thumbporbox{ position:relative;width:275px;overflow:hidden; }
.ul_prothumb{ position:relative;width:7500px; overflow:hidden; }
.ul_prothumb li{ float:left;width:69px;text-align:center; }

.ul_prothumb img{ padding:1px;border:1px solid #ddd;width:60px !important;height: 42px !important;}
.ul_prothumb li.now img{ border: 1px solid #009A44 !important; }
.div_prothumb .span_prev,.div_prothumb .span_next{ position:absolute;top: 7px;width:22px;height: 63px; text-indent:-999em;overflow:hidden;cursor:hand;cursor:pointer;}
.div_prothumb .span_prev{ left:0px;_left:-25px;background-position:-90px -282px;}
.div_prothumb .span_prevb{ background-position:-112px -282px;cursor:default;}
.div_prothumb .span_next{ right:0px;background-position:-156px -282px;}
.div_prothumb .span_nextb{ background-position:-134px -282px;cursor:default;}

/*bigzoompic*/
#MagnifierWrap2{position: relative;}
.MagnifierMain{position: relative;border:1px solid #ccc;}
.MagnifierMain img{width: 100%;display:block;}
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}
.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff url(../images/loading.gif) no-repeat center center; }
.MagnifierImg{position: absolute;top:0; left: 0;}
.spec-items{position: relative;width: 344px;height: 74px;overflow: hidden;margin: 10px auto 0;}
.spec-items ul{width: 500%;position: absolute;top: 8px;left: 0;}
.spec-items ul *{ -webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.spec-items li{ width: 62px;float: left;overflow: hidden;margin-right: 5px;border: 1px solid #ccc;cursor: pointer;}
.spec-items li.on{ border:1px solid #0061ad;}
.spec-items li img{ width: 100%;display:block;}
span.spe_leftBtn,span.spe_rightBtn{ position: absolute;bottom: 0px;display: block;width: 20px;height: 70px;line-height: 70px;font-family: "黑体";text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;}
span.on{ background-color: #ccc;color: #999;cursor: pointer; }
span.spe_leftBtn{ left: 0; }
span.spe_rightBtn{ right: 0; }

.mod_goods_info { clear:both;margin-bottom:10px;position:relative; }
.mod_goods_info .hds { border-bottom:1px solid #00a2ea;height:33px;_overflow:hidden; }
.mod_goods_info .hds li { float:left;cursor:pointer;border:1px solid #d7d7d7;border-bottom:0;margin-right:-1px; }
.mod_goods_info .hds li h3 { display:block;width:128px;height:30px;line-height:30px;text-align:center;font-size:14px;border-bottom:0;background-color:#f3f3f3;border:1px solid #fff;}
.mod_goods_info .hds li h3 a { color:#333;font-weight: normal;text-decoration:none;outline:none; }
.mod_goods_info .hds .status_on { border-color:#00a2ea;border-bottom:0;position:relative; }
.mod_goods_info .hds .status_on h3 { height:31px;background-color:#fff;color:#00a2ea; }
.mod_goods_info .hds .status_on h3 a { color:#076EBB;font-weight:bold; }
.mod_goods_info .more{ position:absolute;top:8px; right:0px; }
.mod_goods_info .more a:link,.mod_goods_info .more a:visited{ text-decoration:none;color:#085C9B; }
.mod_goods_info .more a:hover{ color:#D4105A; }
.pright { width:280px; float:left; margin-left:20px; }
.propar { }
/*产品详细参数字体颜色*/ 
.propar .line{ font-weight:normal; text-decoration:line-through; }
.propar .span_1 { font-weight:bold; font-size:14px; color:#f00; }
.propar .span_2 { font-size:16px; }
.propar h4 { color:#333; line-height:28px; background:#F7F7F7; padding:0 8px;}
.propar .more { text-align:right; border-bottom:dashed 1px #d7d7d7; margin-bottom:5px; }
.propar .more a {color:#009A44; padding-left:12px; line-height:20px; }
.propar .more a img { margin-right:5px; }
.dgxxBox{ padding:0 15px; width:645px; height:300px; font-family:微软雅黑; }
.dgxxBox p{ font-size:16px; padding:25px 0; color:#666; }
.dgxxBox .m_form{}
.dgxxBox .m_form li{ width:310px; height:38px; float:left; margin-bottom:13px; color:#777; }
.dgxxBox .m_form label{ float:left; border:1px solid #dedede; line-height:36px; height:36px; width:77px; display:inline-block; text-align:center; background:#fff; }
.dgxxBox .m_form .iptTxt{ float:right; width:230px; border:1px solid #dedede; border-left-width:0; height:16px; line-height:16px; padding:10px 0; outline:none; text-indent:1em; background:#fff; color:#333;}
.dgxxBox .m_form .txtAre{ margin-left:12px; width:296px; height:161px; border:1px solid #dedede; outline:none; resize:none; padding:14px; color:#333; line-height:18px; }
.dgxxBox .m_form .btnTjly{ width:310px; height:38px; background:#00a2ea; border:none; cursor:pointer; color:#fff; }
.dgxxBox .m_form .areLi{ height:205px; float:right; display:inline; }
.dgxxBox .m_form .btnLi{ background:none; height:60px; }

.proinfo  { font-size:14px; line-height:25px; min-height: 300px; }
.proinfo h4 { line-height:28px; background:#F7F7F7; padding:0 5px; margin-top:10px; }
.proinfo p { color:#414141; }
.proinfo p a { color:#009A44; }
.cp { border:1px solid #d7d7d7; background:#fff; margin-top:20px; }
.cptab { border-bottom:1px solid #d7d7d7; background:#f7f7f7; }
.cptab  {  line-height:25px; font-size:14px; color:#00a2ea; text-decoration:none; padding:0 8px;  }
.cptab a:hover {text-decoration:none;}
.cptab a.cr { background:#eee; font-weight:bold; }
.cp dl { overflow:hidden; float:left; display:inline; padding: 12px 0px 0 11px; width: 218px; }
.cp dt { overflow:hidden; }
.cp dt a { width: 214px; display:block; border:1px solid #D5D5D5; padding:1px; }
.cp dt a:hover { border:solid 1px #00a2ea; } /*产品图片边框连接*/
.cp dt img { display:block;max-width: 100%; }
.cp dd { line-height:24px; padding:8px 0; overflow:hidden; display:block; text-align:center }
.t06 a { color:#009A44; }
.t06 a :hover { color:#009A44; }

/*栏目页推荐新闻*/
.topnew{ width: 100%;margin: 0 auto;padding-bottom: 30px;padding-top: 20px; }
.tjnew{ margin-top:20px; }
.tjnew_top{ line-height:40px; height:40px; border-bottom:1px #ccc solid; }
.tjnew_top h2{ float:left;width:150px; text-indent:15px; height:40px; line-height:40px; border-bottom:2px #00a2ea solid; color:#00a2ea; font-size:18px;font-weight: bold; }
.tjnew_top em{ float:right; margin-right:5px; text-transform:uppercase; font-size:14px; color:#ccc; }
.tjnew_top em a{ text-align:right; color:#ccc; }
.tjnew_top em a:hover{ color:#00a2ea; }
.tjnew_nr{ margin-top:10px; }
.tjnew_nr dl{ overflow:hidden; }
.tjnew_nr dl dt{ float:left; overflow:hidden; width:331px; display:block; }
.tjnew_nr dl dt img{ display:block; width:307px; border:1px #ccc solid; padding:2px; }
.tjnew_nr dl dt img:hover{ border:1px #183888 solid; }
.tjnew_nr dl dd{float:right; width:867px;}
.tjnew_nr dl dd h2{font-size:16px; color:#333;font-weight:block;}
.tjnew_nr dl dd h2 a{ color:#333; line-height:40px; text-decoration:none;}
.tjnew_nr dl dd h2 a:hover{color:#183888;}
.tjnew_nr dl dd p{font-size:14px;line-height:25px; color:#4b4b4b;}
.tjnew_nr dl dd em{display:inline-block; width:100px; line-height:40px; background:#ccc;margin-top:30px; float:right; text-transform:uppercase; text-align:center; color:#4b4b4b; font-size:14px;}
.tjnew_nr dl dd em:hover{background:#183888;}
.tjnew_nr dl dd em:hover a{color:#fff; text-decoration:none;}
.tjnew_nr ul{margin-top:20px;overflow: hidden;}
.tjnew_nr ul li{float:left; width:49%; height:40px; line-height:40px; margin-right:2%; border-bottom:1px #ccc dashed;}
.tjnew_nr ul li:nth-child(even){margin-right: 0}
.tjnew_nr ul li a{font-size:14px; color:#4b4b4b; text-indent:25px;}
.tjnew_nr ul li a:hover{ color:#00a2ea;}
.tjnew_nr ul li em{float:right; font-size:13px; color:#ccc;line-height:40px; margin-right:8px;}

/*标签*/
.pro_key{line-height: 35px;border-top: dashed 1px #d7d7d7;margin-top: 5px;font-size: 14px;}
/*工具栏*/
.met_hits{ padding:0px 5px; height:35px; line-height:30px; margin-top:10px; border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;padding-bottom:20px;}
.met_hits a{ color:#666;}
.met_hits .metjiathis{ position:absolute; left:5px; top:0px;}
.met_hits .metjiathis .jiathis_txt{float: left;}
.met_page{ text-align:center;}
.met_page a{ margin-right:50px; color:#1C57C4; text-decoration:underline;}
/*分享按钮*/
.jiathis{ padding:0px 5px; height:35px; line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/*上下页按钮*/
.ny-page{overflow: hidden;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/*搜索模块*/
.nysearch-ul{overflow: hidden;padding-right:20px;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #00a2ea;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #00a2ea;}
.nysearch-til>a:hover{background:#00a2ea;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#00a2ea;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #00a2ea;left:10px;}

/*新闻列表*/
.nynews-ul{overflow:hidden;}
.nynews-ul li{margin-bottom: 15px;}
.nynews-ul li a{overflow: hidden;display: block;}
.nynews-ul li a dl{overflow: hidden;border: 1px solid #ddd;padding: 15px 10px 18px 22px;width:100%;box-sizing:border-box;}
.nynews-ul li a dl dt{float:left;box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);}
.nynews-ul li a dl dt img{display: block;width: 230px;}
.nynews-ul li a dl dd{float: left;width: 590px;margin-top: 20px;margin-left: 30px;}
.nynews-ul li a dl dd h5{width: 460px;float: left;font-size: 18px;line-height: 32px;font-weight: normal;color: #333;}
.nynews-ul li a dl dd em{height: 30px;line-height: 30px;font-size: 14px;color: #999;}
.nynews-ul li a dl dd p{line-height: 20px;font-size: 14px;margin-top: 15px;height: 60px;color:#666;float: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.nynews-ul li a dl dd span{width: 135px;border: 1px solid #ddd;line-height: 35px;height: 35px;font-size: 16px;color: #666;margin-top: 10px;float: right;display: block;text-align: center;}
.nynews-ul li a:hover dl{border:1px solid #0188ff;}
.nynews-ul li a:hover dl dt{box-shadow: 0 0 5px 0 rgb(2 128 246 / 80%);}
.nynews-ul li a:hover dl dd h5{color:#0188ff;}
.nynews-ul li a:hover dl dd span{border: 1px solid #0188ff;background: #0188ff;color: #fff;}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}

/*手机样式*/
.inside,.m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location,.g-about,.m-new{display:none;}
@media (max-width: 768px){
	html, body{max-width: 640px;min-width: 320px;margin: 0 auto;overflow-x: hidden;position: relative;}
	body{padding-bottom: 50px;}
	*{box-sizing:border-box;}
	.inside,.g-about,.m-new { display: block; }
	.hidden-xs { display: none !important; }
	.htop, .hcont, .sticky-wrapper, .navBox, #banner, .search, .about, #countup, .product, .news, .footer, .fcopy, .diyos, .location, .nyhotpro, .nyjc-til, .nyshow-til{display:none;}
	.m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location{display:block;}
	.container{width:100%;}
	/* -- 页面整体布局 -- */
	.m-header{overflow: hidden;padding-bottom: 10px;}
	.m-header h1{text-align: center;padding:3%;}
	.m-header h1 img{max-width: 100%;vertical-align: middle;}
	.m-header .m-slogan{color: #393939;text-align: center;}
	.m-header .m-slogan p{font-size: 1.2rem;}
	.m-header .m-slogan span{font-size: 1rem;}
	/*导航*/
	.m-nav{ height:5.875rem; overflow:hidden; background:#00a2ea; position:relative;}
	.m-nav:before{content: '';position: absolute;width: 100%;left: 0;top: 50%;border-bottom: 1px solid #aaa;}
	.m-nav a{display: block;float: left;width: 25%;font: 1rem/2.92rem "microsoft yahei";height: 2.92rem;color: #fff;text-align: center;border-right: 1px solid #aaa; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
	.m-nav a:nth-child(4n){border-right: none;}
	.m-nav a:hover{color:#fff;}
	.m-nav a:last-child{ display: none; }
	/*ban轮播广告*/
	.g-adv{ overflow:hidden; }
	.g-adv img{ display: block;width: 100%;height: auto; }
	/*标题*/
	.m-title>h2{ font-size:1.5rem;color:#333;text-align:center; }
	.m-title>p{ font-size:1rem;color:#666;text-align:center; }
	/*产品中心*/
	.g-pro{padding:20px 0;}
	.g-pro .wlist{display: flex;flex-wrap: wrap;align-content: flex-start;margin-top:20px;}
	.g-pro .wlist li{flex:1}
	.g-pro .wlist li a{display:block;line-height:40px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;text-align:center;border: 1px solid #E5E5E5;}
	.g-pro .wlist li.z-on a{background:#00a2ea;color:#fff;border:1px solid #00a2ea;}
	.g-pro .wcont{padding:5px;}
	.g-pro .wcont li{width:50%;float:left;padding:5px;}
	.g-pro .wcont li a{display:block;}
	.g-pro .wcont li a img{max-width:100%;border:1px solid #ddd;}
	.g-pro .wcont li a p{line-height:30px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
	/*关于我们*/
	.g-about{ margin-bottom:20px; }
	.g-about-box{ margin-top:20px; }
	.g-about-box img{ width:100%;display:block; }
	.g-about-txt{ margin-top:20px;padding:0 10px;text-align:center; }
	.g-about-txt h3{ text-align: center;font-size: 1.2rem;font-weight: bold;color: #282828;margin-bottom: 0.5rem; }
	.g-about-txt div{ color: #242424;font-size: 1rem;height: 6rem;line-height: 1.5rem;overflow: hidden;margin-bottom:10px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;text-align:justify;}
	.about-btn{ margin:20px auto 0; }
	/*新闻资讯*/
	.m-new{ overflow: hidden;padding-bottom:20px; }
	.n_q{ height: 3.17rem; line-height:3.17rem; overflow: hidden; background: #f0f0f0; margin-bottom: 1rem;display:flex; }
	.n_q li{flex:1;font-size: 1rem;color: #393939; font-weight: normal;text-align: center; height: 3.17rem; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; }
	.n_q li.z-on{ border-top: 0.25rem solid #00a2ea; font-weight: bold; color: #00a2ea; background: #fff; }
	.m-new .con{ float: left; display: inline; width: 100%; }
	.n_c ul{ padding: 0 3.9%; }
	.n_c ul li{ padding-left: 1.25rem; height:2.46rem; line-height: 2.46rem; font-size: 1rem; font-family: "microsoft yahei"; overflow: hidden; border-bottom: 1px dashed #e0e0e0; position: relative;}
	.n_c ul li:before{ content: ''; width: 0.33rem; height: 0.33rem; border-radius: 1rem; background: #a9a9a9; position: absolute; top: 1rem; left: 0; }
	.n_c ul li a{ color: #333333; display: block; float: left; width: calc(100% - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.n_c ul li:nth-child(6){ border-bottom: 0; }
	.n_c ul li span{ float: right; font-size: 1rem; color: #c1c1c1; }
	/*尾部二维码*/
	.m-fewm{ text-align:center;padding:10px; }
	.m-wx{ display:inline-block;font-size:0;margin: 0 5px; }
	.m-wx img{ width:120px; }
	.m-wx p{ font-size:12px;margin-top:5px; }
	/*底部按钮*/
	.m-fbtn{ position:fixed;bottom:0;overflow: hidden;z-index: 999;width: 100%;background: #00a2ea;text-align: center;display:flex;min-width: 320px;max-width: 640px; }
	.m-fbtn a{ flex:1;padding:7px 0;color:#fff; }
	.m-fbtn a i{ font-size:16px;display:block; }
	.m-fbtn a span{ display:block;line-height:20px; }
	/*内页面包屑导航样式 开始*/
	.m-btit { line-height: 35px;padding-left: 12px;font-size:14px;color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-top:1px solid #d9d9d9;box-shadow:0 1px #fff;position:relative;background-color:#f6f6f6;background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);  /*背景渐变，针对苹果浏览器写的兼容*/background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对火狐浏览器写的兼容*/background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对欧朋浏览器写的兼容*/background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对手机微软浏览器写的兼容*/background-image: linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，正常的写法*/border-bottom:1px solid #d9d9d9;} /*内页面包屑导航背景*/
	.m-btit:before{ content:""; /*配合:before这个属性，写 before的时候一定要加上去*/position:absolute;left:0;top:0;width:100%;border-top: 1px solid #fff;}	/*内页面包屑导航背景上面的线条*/
	.m-btit a{ color:#666;}
	.m-btit span{ padding:0 8px; position:relative; height:100%; top:3px; left:-2px; display:inline;}
	.m-btit span:before{ content:""; /*配合:before这个属性，写 before的时候一定要加上去*/position:absolute;background:#7c7c7c;width:8px;height:8px;left:2px;top:3px;z-index:10;-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/transform: rotate(45deg);}  /*角度45度，内页面包屑箭头样式*/
	.m-btit span:after{ content:""; /*配合:before这个属性，写 before的时候一定要加上去*/position:absolute;width:8px;height:8px;left:1px;top:3px;z-index:11; background-color:#f2f2f2;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eeeeee)); /*针对苹果老式浏览器写的兼容*/
		background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对苹果浏览器写的兼容*/
		background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对火狐浏览器写的兼容*/
		background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对欧朋浏览器写的兼容*/
		background-image: -ms-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对手机微软浏览器写的兼容*/
		background-image: linear-gradient(top, #f2f2f2, #eeeeee);  /*背景渐变，正常的写法*/
		-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
		-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
		-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
		transform: rotate(45deg);} /*角度45度，内页面包屑箭头样式*/
	/*内页面包屑导航样式 结束*/
	/*内页主体*/
	.inside{ padding:0;margin-bottom:20px; }
	.nynav{ width:100%;background: #f3f3f3; }
	.nyjc{ margin-bottom:0; }
	#sidebar{ padding: 0px;background: transparent;border: none;display: flex;flex-wrap: wrap;align-content: flex-start; }
	#sidebar li{ margin-top: 0px;flex:1; }
	#sidebar li a{ padding: 0 5px; }
	.nyshow{ width:100%; }
	.nyshowdesc{ margin-top: 10px;padding: 0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;overflow-x: auto; }
	.nyshowdesc>div{ width:100% !important; }
	.nyshowdesc table{ white-space: nowrap; }
	.nyhotnews>h3{ background: url(../images/nyhotnewico.png) no-repeat left 10px top 10px;padding-left: 10px; }
	.nyhotnews-list li{ width:100%;background:none;border-bottom: 1px dashed #ddd; }
	.nyhotnews-list li a{ width:calc(100% - 90px); }
	.ny-page a{ padding:8px;font-size:12px; }
	/*图片模块*/
	.nyimg-ul{ margin-top:20px; }
	.nyimg-ul li{ width:50%;margin-bottom:10px; }
	.nyimg-div a.nyimg-a{ font-size:12px; }
	.showimg-top{ margin-top:20px; }
	.showimg-top h1{ font-size:20px; }
	.showimg-time span{ font-size:12px; }
	.showimg-con{ padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%; }
	/*视频模块*/
	.nyvideo-ul{ margin-top:20px; }
	.nyvideo-ul li{ width:50%;margin-bottom:10px; }
	.nyvideo-div a.nyvideo-a{ font-size:12px; }
	.showvideo-top{margin-top:20px;}
	.showvideo-top h1{font-size:20px;}
	.showvideo-time span{font-size:12px;}
	.showvideo-mp video, .showvideo-mp iframe{max-width:100%;}
	/*下载模块*/
	.nydown-list{ margin-top:20px; }
	.nydown-list table thead{ font-size:14px;white-space:nowrap; }
	.nydown-list table th{ width: 30%; }
	.showdown-top{ margin-top:20px; }
	/*文章模块*/
	.nynews-ul{ margin-top:10px; }
	.nynews-ul li{ padding:0 10px;margin-bottom:10px; }
	.nynews-ul li a dl{ padding:8px; }
	.nynews-ul li a dl dt img{ width:130px; }
	.nynews-ul li a dl dd{ width:calc(100% - 140px);margin-top:0;margin-left:10px; }
	.nynews-ul li a dl dd h5{ width:100%;font-size:14px;line-height:20px; }
	.nynews-ul li a dl dd em{ height: 18px;line-height: 18px;font-size: 12px; }
	.nynews-ul li a dl dd p{ font-size:12px;margin-top:0; }
	.nynews-ul li a dl dd span{ display:none; }
	.shownews-top{ margin-top:20px; }
	.shownews-top h1{ font-size:20px; }
	.shownews-time span{ font-size:12px; }
	.shownews-con{ padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%; }
	/*标签*/
	.pro_key{ padding:0 10px; }
	/*搜索模块*/
	.nysearch-ul{ margin-top:10px;padding:0 10px; }
	.nysearch-ul li.nysearch-li{ padding-bottom:10px;margin-bottom:10px; }
	.nysearch-til>h2{font-size:16px;}
	/*内页左侧产品导航*/
	.nyprojc{ margin-bottom:20px; }
	.nyprojc-til{ background: url(../images/nypronav-bg.jpg) no-repeat center; }
	.nyprojc-til a{ padding: 25px;display: block; }
	.nyprojc-til a p{ color: #fff;font-weight: bold;font-size: 22px;line-height: 30px; }
	.nyprojc-til a span{ color: #fff;display: block;text-transform: capitalize;font-weight: 100;line-height: 20px;font-size: 14px; }
	/*产品列表*/
	.nypro-ul{ overflow:hidden; }
	.nypro-ul li{ width:320px;margin-right:25px;margin-bottom:25px;float:left; }
	.nypro-ul li *{ transition: 0.3s all ease-in-out; }
	.nypro-ul li:nth-child(3n){ margin-right:0; }
	.nypro-ul li a{ display:block; position:relative; }
	.nypro-ul li a .nypro-img{ overflow:hidden; position:relative; }
	.nypro-ul li a .nypro-img img{ max-width:100%;display:block;}
	.nypro-ul li a .nypro-img .nypro-hov{ position:absolute;top:100%;width:100%;height:100%;opacity:0;background:url(../images/nyproico.png) no-repeat center rgba(2,128,246,0.6);}
	.nypro-ul li a .nypro-txt{ width: 100%;position: relative;z-index: 4;padding: 10px 0 10px;background: #ccc;}
	.nypro-ul li a .nypro-txt p{ padding: 0 20px;font-size: 18px;line-height: 36px;height: 36px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #444;}
	.nypro-ul li a .nypro-txt span{ font-size: 13px;display: block;height: 25px;line-height: 25px;padding: 0 20px;color: #777;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.nypro-ul li a:hover .nypro-img .nypro-hov{ top: 0;opacity: 1; }
	.nypro-ul li a:hover .nypro-txt{ background:#fff; }

	/*产品模块*/
	.nyprojc-til{background-size:100%;}
	.nyprojc-til a{padding:20px;}
	.nyprojc-til a span{color:#fff;}
	#sidebar1 { background: #f5f5f5; }
	#sidebar1 li>a{line-height: 40px;height: 40px; background: #fff; padding:0 30px; text-align: left; position: relative;}
	#sidebar1 li>a::before{height:40px;}
	#sidebar1 li>a>span{font-size:14px;}
	#sidebar1 li>a>i{ top: 12px; }
	#sidebar1 li>.nypronav2{ padding:5px 0; }
	#sidebar1 li>.nypronav2>a{ font-size:12px;line-height:30px; }
	.nypro-ul li{ width:50%;margin:0;padding:0 10px;box-sizing:border-box;margin-bottom: 20px; }
	.nypro-ul li a .nypro-txt{ padding:10px 0; }
	.nypro-ul li a .nypro-txt p{ padding:0 5px;font-size: 14px;line-height: 25px;height: 25px; }
	.nypro-ul li a .nypro-txt span{ padding:0;font-size: 12px;line-height: 20px;height: 20px; }
	.nyproshow-top>dt{ width:100%;padding:0 10px;box-sizing:border-box;margin-bottom:20px; }
	.spec-items{ width: calc(100% - 50px); }
	.nyproshow-txt{ width:100%; padding:0 10px; box-sizing:border-box; margin-left:0; }
	.nyproshow-txt>h1{ font-size:18px; text-align:center; }
	.showpro-telcon span{ font-size:20px; }
	.showpro-tel a{ display:none; }
	.showpro-con ul{ margin-bottom:0; }
	.showpro-details .showpro-det{ padding:10px; }
	.nyaboutpro>h3{ padding-left:10px;background: url(../images/nyaboutproico.png) no-repeat 10px; }
	/*首页产品中心*/
	.xd_title{ background: url(../images/pro_bj.png)no-repeat center;position:relative;font-size:30px;color:#333;line-height:40px;text-align:center;padding-top: 29px;padding-bottom: 33px;font-weight:bold;}
	.xd_title em{ color:#00a2e9; font-weight:bold; }
	.xd_title p{ font-size:15px;color:#4b4b4b;line-height:40px;text-align:center;font-weight: normal; }
	#sidebar1 li>a>i{ display: block;position: absolute;right: 20px;top: 11px;width: 18px;height: 18px;background: url(../images/nyprolist_cur.png) no-repeat 0 center;-webkit-transition: 0.3s all ease;transition: 0.3s all ease;z-index: 3;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	/*推荐新闻*/
	.nyhotnews{ line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
	.nyhotnews>h3{ float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #0188ff solid;color: #0188ff;font-size: 18px;font-weight: bold;background:url(../images/nyhotnewico.png) no-repeat left;}
	.nyhotnews-list{ margin-top:10px;overflow:hidden;}
	.nyhotnews-list li{ width:50%;float:left;font-size: 14px;line-height: 30px;padding: 0 15px;background: url(../images/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
	.nyhotnews-list li a{ float:left;width:320px;color:#333;}
	.nyhotnews-list li span{ float:right;color:#666;}
	.nyhotnews-list li:hover{ background: url(../images/iyuan_on.png) no-repeat left;background-size: 8px; }
	.nyhotnews-list li:hover a{ color:#0188ff;}
	.nyhotnews>h3{ background: url(../images/nyhotnewico.png) no-repeat left 10px top 10px;padding-left: 10px; }
	.nyshow{ width:100%; }
	.nyshowdesc{ margin-top: 10px;padding: 0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;overflow-x: auto; }
	.nyshowdesc>div{ width:100% !important; }
	.nyshowdesc table{ white-space: nowrap; }
	.nyhotnews>h3{ background: url(../images/nyhotnewico.png) no-repeat left 10px top 10px;padding-left: 10px; }
	.nyhotnews-list li{ width:100%;background:none;border-bottom: 1px dashed #ddd; }
	.nyhotnews-list li a{ width:calc(100% - 90px); }
	.ny-page a{ padding:8px;font-size:12px; }
	/*y优势*/
	.xdys{ margin-top:20px; }
	.ContentG1{ margin-top:15px; }
	.ContentQ{ clear:both;width:100%; }
	.ContentQ img{ width:100%; }
	.ContentQ2{ clear:both;width:100%; text-align:center; }
	.ContentQ2 img{ width:80%; }
	.ContentG_t{ margin:0 auto; clear:both; width:96%; height:2em;font-size:18px; padding-top:20px; }
	.ContentG_t h2{ float:left; color:#fff; width:13%; margin-right:2%;text-align:center; height:3.5rem; line-height:3.5rem; font-size:1.3rem; background:url(../images/ys_t.png) no-repeat 0 0 /100% 100%;}
	.ContentG_t span{ display:block;font-size:1.2rem; color:#272726; width:83%;font-weight:700;}
	.ContentG_t strong{ display:block;font-size:1.4rem;font-weight:700; color:#00a2e9;padding-bottom:0.5rem}
	.ContentG_c{ float:left; width:92%; padding-left:5%; font-size:1rem; color:#545554;  padding-bottom:15px;}
	.ContentG_c p{ padding-top:0.65rem; background:url(../images/ys_p.png) no-repeat; padding:0rem 9px 0 1.3rem; margin-top:1rem;font-size:15px;}
	.xd_title1{ position:relative;font-size:28px;color:#333;line-height:40px;text-align:center;/* padding-bottom: 20px; */padding-top: 29px;padding-bottom: 33px;font-weight:  bold;}
	.xd_title1 i::before{ content:"";position:absolute;left:18px;top:12px;width:69px;height:67px;background:url(../images/ico_left.png)no-repeat left;}
	.xd_title1 i::after{ content:"";position:absolute;right: 3px;bottom:0;width:69px;height:67px;background:url(../images/ico_right.png)no-repeat right;}
	.xd_title1 em{ font-size:90px; color:#00a2e9; font-weight:bold; padding:0 8px; }
	.xd_title1 p{ font-size:12px;color:#4b4b4b;line-height:40px;text-align:center;font-weight: normal; }

	/*产品参数*/
	.nyproshow-info{ line-height:1.8; color:#666; margin-bottom:20px; }
	.showpro-tel{ overflow:hidden; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:10px 0; }
	.showpro-telx{ float:left; line-height:40px; }
	.showpro-telx img{float:left; margin-right:12px; }
	.showpro-telcon{ float:left; }
	.showpro-telcon p{ float:left; color:#666; margin-bottom:0; }
	.showpro-telcon span{ float:left; color:#333; font-size:24px; font-family: arial; }
	.showpro-tel a{ float:right; display:block; line-height:40px; padding:0 20px; background:#0188ff; color:#fff; }
	.showpro-tel a i{ margin-right:5px; }
	.showpro-tel a:hover{ background:#0188ff; }
	.showpro-con{ margin-top: 20px; }
	.showpro-con ul{ border-bottom: 1px solid #ccc;line-height: 40px; margin-bottom: 10px; overflow:hidden; }
	.showpro-con ul li{ text-align: center; padding:0 24px; font-size: 16px; background: #e6e6e6; color:#333; float: left; margin-right: 10px; cursor: pointer;}
	.showpro-con ul li.on{ background: #0188ff; color:#fff;}
	.showpro-con ul li:last-child{ margin-right: 0; }
	.showpro-details{ font-size: 16px; line-height: 1.8; overflow: hidden; }
	.showpro-details .showpro-det{ display:none; min-height:200px; }
	.showpro-details div{ margin-bottom: 10px; }
	.showpro-details img{ max-width: 100%; height:auto !important; }
	/*相关产品*/
	.nyaboutpro{ line-height: 40px;height: 41px;border-bottom: 1px #ccc solid; }
	.nyaboutpro>h3{ float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #0c4da1 solid;color: #0c4da1;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
	#abprolist{ margin:20px 0; }
	#abprolist li{ padding:0 10px; }
	#abprolist li a{ display:block; }
	#abprolist li a .abpro-img{ padding:2px;border:1px solid #ccc; }
	#abprolist li a .abpro-img img{ display:block;max-width:100%; }
	#abprolist li a p{ margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333; }
	#abprolist li a:hover .abpro-img{ border-color:#0c4da1; }
	#abprolist li a:hover p{ background:#0c4da1;color:#fff; }

	/*图片列表*/
	.nyimg-ul{ overflow:hidden;}
	.nyimg-ul li{ float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
	.nyimg-div a{ display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
	.nyimg-div a img{ display:block;max-width: 100%;width: 311px;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
	.nyimg-div a.nyimg-a{ padding:0 10px;border:none;line-height:25px;text-align:center;}
	.nyimg-div:hover a{ border-color:#0188ff;color:#0188ff;}
	.nyimg-div:hover a img{ -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

	/*图片详情*/
	.showimg-top{ padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
	.showimg-top h1{ line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
	.showimg-time{ text-align:center;}
	.showimg-time span{ font-size: 14px;color: #a3afb7;margin-right: 10px;}
	.showimg-time span:last-child{ margin-right:0; }
	.showimg-img{ margin-bottom:15px;text-align:center; }
	.showimg-img img{ max-width:100%; padding:0 5px; }
	.ctitle{ margin-bottom:15px;}
	.ctitle h3{ padding-left:20px;background: url(../images/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-weight:bold;}
	.showimg-con { font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px; margin:  0 auto;}
	.showimg-con img{ max-width:100%;height:auto !important;}
	/*图片模块*/
	.nyimg-ul{ margin-top:20px; }
	.nyimg-ul li{ width:50%;margin-bottom:10px; }
	.nyimg-div a.nyimg-a{ font-size:12px; }
	.showimg-top{ margin-top:20px; }
	.showimg-top h1{ font-size:20px; }
	.showimg-time span{ font-size:12px; }
	.showimg-con{ padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%; }
	.xdanli { padding:20px 0; background: #f5f5f5; margin-bottom: 30px; }
	.g-showimg-box { padding:20px 10px 0 10px; }
	.g-showimg-box li a {display: block; overflow: hidden;}
	.g-showimg-box li a h3 { text-align: center; font-size: 14px; color: #454545; line-height: 2; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
	.xd_title{background: url(../images/pro_bj.png)no-repeat center;position:relative;font-size:30px;color:#333;line-height:40px;text-align:center;padding-top: 29px;padding-bottom: 33px;font-weight:bold;}
	.xd_title em{color:#00a2e9; font-weight:bold;}
	#sidebar li:first-child{margin-top: 0px;}
	#sidebar li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;}
	#sidebar li.cur a, #sidebar li:hover a{background: #0188ff;color: #fff;}
}

@media (max-width: 768px) and (min-width:320px) {
	html { font-size:75%; }
}
@media (max-width: 768px) and (min-width:360px) {
	html { font-size:85%; }
}
@media (max-width: 768px) and (min-width:375px) {
	html { font-size:87.5%; }
}
@media (max-width: 768px) and (min-width:414px) {
	html { font-size:96%; }
}
@media (max-width: 768px) and (min-width:480px) {
	html { font-size:110.5%;}
}
@media (max-width: 768px) and (min-width:568px) {
	html { font-size:129%;}
}
@media (max-width: 768px) and (min-width:639px) {
	html { font-size:150%;}
}

/*翻页样式*/
.metpager_1{ text-align:center; }
.metpager_2{ text-align:center; }
.metpager_3{ text-align:center; }

#flip{ line-height: 25px; }
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none; }
.digg4 .disabledfy{ font-family: Tahoma, Verdana; }

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009; }
.metpager_4 a:hover { border:1px solid #009; color:#000; }
.metpager_4 a:active { border:1px solid #009; color:#000; }
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none; }
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd; }

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#00a2ea; display: inline-block; }
.metpager_5 a:hover { border:1px solid #00a2ea; color:#fff; background-color:#00a2ea;}
.metpager_5 a:active { border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#00a2ea; border:1px solid #00a2ea; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current { border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current { border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current { border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}