@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#666; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top; }
html, body {width: 100%;max-width: 100%;min-width: 1200px;min-height: 100%;height: auto;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}

/* a */
a { color:#666; text-decoration:none; }
a:visited { }
a:active, a:hover { text-decoration:none; color:#0a6fbf; }
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;}
/* 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;}


/*头部*/
/*欢迎词*/
.header{width:100%; overflow:hidden;}
.htop{ border-bottom:1px solid #ccc; height: 35px; background-color:#e5e5e5;}
.htop .container{line-height:35px; overflow:hidden;}
.htop em{ float:left; font-size:13px;}
.htop span{ float:right;}
.htop span a{text-decoration:none; font-size:13px;}
.htop span a.noBl{ border-left:none;}
.htop span a.noBr{ padding-right:0;}

/*logo、tel*/
.hcont{ padding:30px 0; }
.hcont .dlogo{ float:left; margin-top: 10px;}
.dlogo dl a img{ float: left;}
.hcont .dlogo dl{ overflow:hidden;}
.hcont .dlogo dt{ float:left;}
.hcont .dlogo dt img{ display:block;}
.hcont .dlogo dd{ float: left;  padding-left: 20px; margin-left:20px; padding:10px 0px 13px 20px;}
.hcont .dlogo dd p { font-size:26px; color:#0a6fbf; font-weight:bold; text-align: center;}
.hcont .dlogo dd h2{ font-size:20px; font-weight:normal; margin-top:5px;}
.hcont .dphone{ float:right; position:relative;}
.hcont .dphone dl{ padding-left:50px; background:url(../images/htphone.png) no-repeat 0px 20px;}
.hcont .dphone dt{ font-size:14px;}
.hcont .dphone dd{ font-size:20px; color:#0a6fbf;}
.hcont .dphone img{ position:absolute; left:-216px; top:32px;}
/*英文*/
.dlogo_en{ float: left;}
.dlogo_en dl a img{ float: left;}
.hcont .dlogo_en dl{ overflow:hidden;}
.hcont .dlogo_en dt{ float:left;}
.hcont .dlogo_en dt img{ display:block;}
.hcont .dlogo_en dd{ float: left;   padding-left: 20px; padding:10px 0px 13px 20px; margin-left: 38px; text-align: center;}
.hcont .dlogo_en dd p { font-size:24px; color:#0a6fbf; font-weight:bold; text-align: center;}
.hcont .dlogo_en dd h2{ font-size:18px; font-weight:normal; margin-top:8px;}



/*导航*/
.navBox{ background:#0a6fbf; height:55px; margin-bottom: 1px;}
.navBox ul li{ float: left; background: url(../index/navli_frbg.jpg) right no-repeat; position: relative;}
.navBox ul li.cur{background: #fb9401;}
.navBox ul li a span{ color: #fff; line-height: 55px; font-size: 15px;  padding:0 90px;}
.navBox ul li dl{ display: none; background: #0a6fbf; line-height: 40px; width: 240px;}
.navBox ul li:hover dl{ display: block; position: absolute; z-index: 9999;}
.navBox ul li:hover dl dd{ width: 240px; color: #fff; border-bottom: 1px dashed #fff; text-align: center; font-size: 13px;}
#nav_3 dl dd{ width: 240px; border-bottom: 1px dashed #fff;  }
.navBox ul li dl dd:hover{ background: #fb9401;}





/*首页产品*/
.proMain{ margin: 20px 0;}
.proMain .pro_l{ width:260px; float:left;}
.proMain .pro_l h4{ font-size: 26px; color: #fff; text-align: center; padding-top: 20px; padding-bottom: 15px;}
.proMain .pro_l p{ font-size: 14px; text-align: center; font-weight: normal; line-height: 30px;}
.proMain .pro_r{ width:900px; float:right;}
/*pro_l*/
.pro_l h4{ background:#0a6fbf;  text-align: center; color: #fff;  font-size: 24px;}
.pro_l ul{ background-color:#fff; border:1px solid #0a6fbf; border-top:none; overflow:hidden;}
.pro_l li{margin: 0 auto;}
.pro_l li a h5 { font-size:15px; font-weight: normal; color:#535353; text-decoration:none; line-height: 50px; border-bottom: 1px solid #dedede; padding-left: 20px; background: url(../images/pro_lli_bg.png) no-repeat 234px;}
.pro_l li .sedp{ }
.pro_l li .sedp p{}
.pro_l li .sedp p a{ font-size:14px; display:block; margin-left:25px; padding-left:5px; height:25px; line-height:25px; text-decoration:none;}
.pro_l li .sedp p a:hover{ background:url(../images/prolistbg2.png) no-repeat center; color:#fff;}
.pro_l li .sedp p a.on{ background:url(../images/prolistbg2.png) no-repeat center; color:#fff;}
.pro_l .ny_cptj{ margin-top: 20px;}
.pro_l .ny_cptj h4{ line-height: 70px;}
/*pro_r*/
.pro_r .prc{}
.pro_r .prc .pt{ height:47px; background-color:#f5f5f5;}
.pro_r .prc .pt h5{ float:left; height:50px; width:182px;}
.pro_r .prc .pt h5 a{ display:block; height:58px; line-height:47px; text-align:center; background:url(../images/pro_rbg.png) no-repeat; font-size:18px; color:#fff; text-decoration:none;}
.pro_r .prc .pt span{ float:right; margin-right:30px; line-height:45px;}
.pro_r .prc .pt span a{ font-size:14px; color:#fff; padding:0 10px; background:url(../images/ptline.png) no-repeat left center;}
.pro_r .prc .pt span a.noBg{ background:none;}
.pro_r .prc .pt .mor{ float:right; line-height: 47px; font-size:14px; margin-right: 10px;}
.pro_r .prc .pro{ overflow:hidden; margin-top:24px;}
.pro_r .prc .pro li{ float:left; padding-bottom:20px; overflow:hidden; margin:0 6px;}
.pro_r .prc .pro li:hover p a{ color:#0a6fbf;}

.pro_r .prc .pro li>a{ display:block;  position:relative;  overflow:hidden;}
.pro_r .prc .pro li>a>img{ display:block;width:280px;height:210px; -webkit-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out; padding:2px; border: 1px solid #dedede;}
.pro_r .prc .pro li>a>img:hover{ transform:scale(1.3);-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-o-transform:scale(1.3);-ms-transform:scale(1.3);}
.pro_r .prc .pro li>a i img{}
.pro_r .prc .pro li>a i span{}
.pro_r .prc .pro li>a:hover i{ display:block;} 
.pro_r .prc .pro li p{ text-align:center; margin-top:10px; height:14px; line-height:14px; overflow:hidden;;white-space: nowrap;text-overflow: ellipsis; width: 286px;}
.pro_r .prc .pro li p a{ font-size:15px;}
.pro_litel{ background: url(../images/pro_litelbg.jpg) no-repeat 0px 8px; margin:20px;}
.pro_litel span{ display: block; padding-left: 45px; font-size: 20px; font-weight: bold; color:#0a6fbf;}
.pro_litel p{ padding-left: 50px; font-size: 16px !important; text-align: left !important;}

.title_t{ background: url(../index/title_bg.png) no-repeat bottom; padding-bottom: 8px;}
.title_t h3{ color: #0a6fbf; font-size: 24px; text-align: center;}
.title_t p{ line-height: 50px; font-size: 18px; text-align: center;}
/*合作伙伴*/
.partner{ background: #f1f1f1; padding: 40px 0 50px 0; border-top: 3px solid #e5e5e5; overflow: hidden;}
.partner_li{ margin-top: 20px;}
.partner_li ul li{ float: left; margin: 0 10px; width: 380px; border-radius: 5px; background: #fff; box-shadow: 0 0 10px #dedede;}
.partner_li ul li h3{ line-height: 40px; color: #8ec127; font-size: 18px; text-align: center; padding:0 20px;}
.partner_li ul li p{ line-height: 30px; padding:0 20px; height: 120px; overflow: hidden; margin-bottom: 20px;}
.partner_li ul li:hover{ box-shadow: 0 0 10px #0a6fbf;}
.pantner_more{text-align: center;}
.pantner_more em{ border:1px solid #dedede; line-height: 45px; padding: 0 50px; height: 45px; display: -webkit-inline-box; margin-top: 30px;}
.pantner_more em:hover{border:1px solid #0a6fbf;}


/*xb01*/
.ad01 { overflow:hidden; width:100%; height:189px; background:url(../images/ad01.jpg) no-repeat center;}
.ad01 .wen{ overflow:hidden; float:left; margin-left:400px; margin-top:55px;}
.ad01 p{ font-size:20px; color:#fff;}
.ad01 h4{ font-size:30px; color:#fff; margin-bottom:10px;}
.ad01 a{ display:block; width:160px; height:33px; text-align:center; line-height:33px; background-color:#fff; border-radius:5px; font-size:16px; color:#2495e4;}
.ad01 .phone{ overflow:hidden; float:right; padding-left:50px; background:url(../images/ad01-phone.png) no-repeat left center; margin-top:40px;}
.ad01 em{ display:block; font-size:18px; color:#fff;}
.ad01 span{ display:block; font-size:24px; color:#fff; font-weight:bold}
/*xb01*/


/*英文*/

/*xb01*/
.ad01_en { overflow:hidden; width:100%; height:189px; background:url(../images/ad01.jpg) no-repeat center;}
.ad01_en .wen{ overflow:hidden; float:left; margin-left:400px; margin-top:55px;}
.ad01_en p{ font-size:20px; color:#fff;}
.ad01_en h4{ font-size:24px; color:#fff; margin-bottom:10px;}
.ad01_en a{ display:block; width:160px; height:33px; text-align:center; line-height:33px; background-color:#fff; border-radius:5px; font-size:16px; color:#2495e4;}
.ad01_en .phone{ overflow:hidden; float:right; padding-left:50px; background:url(../images/ad01-phone.png) no-repeat left center; margin-top:40px;}
.ad01_en em{ display:block; font-size:18px; color:#fff;}
.ad01_en span{ display:block; font-size:24px; color:#fff; font-weight:bold}
/*xb01*/




/*优势*/
.youshi {overflow:hidden;width:100%;height:1004px;background:url(../images/youshi_bg.jpg) no-repeat center;margin:0 auto;overflow: hidden;}
.youshi h3{ font-size:18px; color:#8ec127; width:360px;font-weight:bold;}
.youshi h3 em{ color:#333}
.youshi h4{ margin-bottom:25px; font-weight:normal; font-size:18px; color:#333}
.youshi p{ font-size:15px; color:#666; line-height:25px; margin-bottom:13px;}
.youshi .wen01 .w{ overflow:hidden; padding-left:20px; background:url(../images/youshi_01.png) no-repeat left 5px; width:470px; margin-top: 25px;}
.youshi .wen02{ text-align:right; padding-top: 20px;}
.youshi .wen02 h3{ padding-left: 840px;}
.youshi .wen02 p{ width:520px; padding-left: 660px;}
.youshi .wen02 .w{ padding-right:20px; background:url(../images/youshi_01.png) no-repeat right 5px; overflow: hidden; margin-top: 20px;}
.youshi .wen03 .w{ padding-left:20px; background:url(../images/youshi_02.png) no-repeat left center; margin-top: 20px;}
.youshi .wen01{ margin-top:212px; margin-bottom:60px;}
.youshi .wen03{ margin-top:108px;}


/*优势*/
.youshi_en { overflow:hidden; width:100%; height:1004px; background:url(../images/youshien_bg.jpg) no-repeat center; margin:0 auto; overflow: hidden;}
.youshi_en h3{ font-size:15px; color:#8ec127; width:360px;}
.youshi_en h3 em{ color:#333}
.youshi_en h4{ margin-bottom:25px; font-weight:normal; font-size:18px; color:#333}
.youshi_en p{ font-size:15px; color:#666; line-height:25px; margin-bottom:13px;}
.youshi_en .wen01 .w{ overflow:hidden; padding-left:20px; background:url(../images/youshi_01.png) no-repeat left 5px; width:470px; margin-top: 25px;}
.youshi_en .wen02{ text-align:right; padding-top: 20px;}
.youshi_en .wen02 h3{ padding-left: 840px;}
.youshi_en .wen02 p{ width:520px; padding-left: 660px;}
.youshi_en .wen02 .w{ padding-right:20px; background:url(../images/youshi_01.png) no-repeat right 5px; overflow: hidden; margin-top: 20px;}
.youshi_en .wen03 .w{ padding-left:20px; background:url(../images/youshi_02.png) no-repeat left center; margin-top: 20px;}
.youshi_en .wen01{ margin-top:212px; margin-bottom:60px;}
.youshi_en .wen03{ margin-top:108px;}


/*about*/
.about { overflow:hidden; width:100%; padding-top:215px; background:url(../images/about_bg.jpg) no-repeat center top;}
.about .abox{ overflow:hidden; width:1200px; margin:0 auto; height:465px; background:url(../images/about_bg02.jpg) no-repeat center bottom; margin-bottom:45px;}
.about .abox img{ display:block; float:left; margin-left:25px; border-radius:5px;}
.about .wen{ overflow:hidden; float:right; width:525px; margin-right:35px; margin-top:80px;}
.about .wen h2{ font-weight:normal; font-size:24px; margin-bottom:12px;}
.about .wen h2 a{ color:#fff}
.about .wen em{ display:block; font-size:15px; color:#bdd8f6; margin-bottom:8px;}
.about .wen p{ font-size:15px; color:#fff; line-height:28px; text-align:justify; margin-bottom:10px;}
.about .menu{ overflow:hidden; width:1200px; margin:0 auto; margin-bottom:20px;}
.about .menu li{ float:left; border-radius:5px; overflow:hidden; width:283px; height:38px; border:1px solid #efefef; text-align:center; line-height:38px; font-size:14px; margin-right:20px;}
.about .menu li a{ display:block; text-decoration:none; color:#999;}
.about .menu li.last{ margin-right:0}
.about .menu li.cur{ background-color:#0a6fbf; border-color:#0a6fbf;}
.about .menu li.cur a{ color:#fff;}
.about .lbox{ overflow:hidden; width:1220px; height:270px; margin:0 auto; position:relative}
.about .list{ overflow:hidden; width:1220px; height:270px; position:relative}
.about .list ul{ overflow:hidden; position:absolute}
.about .list li{ float:left; width:380px; height:250px; padding:10px; margin-right:10px; }
.about .list li img{ display:block; border-radius:5px;}
.about .list li:hover img{ box-shadow:0 0 10px #999}


/*about*/
.about_en { overflow:hidden; width:100%; padding-top:215px; background:url(../images/about_bg.jpg) no-repeat center top;}
.about_en .abox{ overflow:hidden; width:1200px; margin:0 auto; height:465px; background:url(../images/about_bg02.jpg) no-repeat center bottom; margin-bottom:45px;}
.about_en .abox img{ display:block; float:left; margin-left:25px; border-radius:5px;}
.about_en .wen{ overflow:hidden; float:right; width:525px; margin-right:35px; margin-top:80px;}
.about_en .wen h2{ font-weight:normal; font-size:20px; margin-bottom:12px;}
.about_en .wen h2 a{ color:#fff}
.about_en .wen em{ display:block; font-size:15px; color:#bdd8f6; margin-bottom:8px;}
.about_en .wen p{ font-size:15px; color:#fff; line-height:28px; text-align:justify; margin-bottom:10px;}
.about_en .menu{ overflow:hidden; width:1200px; margin:0 auto; margin-bottom:20px;}
.about_en .menu li{ float:left; border-radius:5px; overflow:hidden; width:283px; height:38px; border:1px solid #efefef; text-align:center; line-height:38px; font-size:14px; margin-right:20px;}
.about_en .menu li a{ display:block; text-decoration:none; color:#999;}
.about_en .menu li.last{ margin-right:0}
.about_en .menu li.cur{ background-color:#0a6fbf; border-color:#0a6fbf;}
.about_en .menu li.cur a{ color:#fff;}
.about_en .lbox{ overflow:hidden; width:1220px; height:270px; margin:0 auto; position:relative}
.about_en .list{ overflow:hidden; width:1220px; height:270px; position:relative}
.about_en .list ul{ overflow:hidden; position:absolute}
.about_en .list li{ float:left; width:380px; height:250px; padding:10px; margin-right:10px; }
.about_en .list li img{ display:block; border-radius:5px;}
.about_en .list li:hover img{ box-shadow:0 0 10px #999}


.workMain{ padding-bottom: 30px;}
.workMain .wlist{ height:46px;  margin:0 auto; }
.workMain .wlist li{ float:left; width:300px; height:40px; line-height:40px; text-align:center; border:1px solid #dedede; margin-right: 20px; border-radius: 5px;}
.workMain .wlist li.cur{background: #8ec127; color: #fff;}
.workMain .wlist li.cur a{ color: #fff;}
.workMain .wlist li:hover a,.workMain .wlist li.cur a{ }
.workMain .wlist li:hover i,.workMain .wlist li.cur i{ display:block;}
.workMain .wcont{ overflow:hidden; margin-top: 20px;}
.workMain .wcont ul{ padding-top:10px !important; }
.workMain .wcont li{ float:left; margin: 0 10px;}
.workMain .wcont li a img{ border-radius:5px; box-shadow: 0 0 10px #dedede; width: 380px; height: 285px;}
.workMain .wcont li a img:hover{box-shadow: 0 0 10px #0a6fbf; }
.workMain .wcont li a h5{ font-size: 15px; font-weight: normal; text-align: center; line-height: 40px; overflow: hidden; width: 380px; height: 40px;}

.cases{ background: #f1f1f1; padding:50px 0; overflow: hidden;}
.cases ul li{ width: 280px; height: 370px; float: left; margin: 0 10px; box-shadow: 0 0 10px #dedede;}
.cases ul li:hover{box-shadow: 0 0 10px #0a6fbf;}
.cases ul li a p{line-height: 28px; height: 120px; overflow: hidden; padding:0 10px; background: #fff; text-align: center;}
.cases ul li a{ overflow: hidden; display: grid;}
.cases ul li a h5{ padding:0 10px; font-size: 16px; line-height: 40px; color:#333; text-align: center; background: #fff; overflow: hidden; height: 40px;}
.cases .bd1{margin-top: 20px;}
.picScroll-left1 ul{ padding: 10px 0!important;}

/*新闻*/
.newMain{ padding-top:50px;}
.newMain .new_l{ float:left; width:780px; margin-top: 20px;}
.newMain .new_r{ float:right; width:390px; margin-top: 20px;}
.newMain .ntop{ height:50px; }
.newMain .ntop span{ float:left; height:50px;}
.newMain .ntop span a{ width:390px; height:50px; line-height:50px; text-align:center; font-size:20px; font-weight: bold; color:#fff; text-decoration:none; background:#626262;  float:left;}
.newMain .ntop span a:hover,.newMain .ntop span a.cur{ background:#8ec127;}

/*new_l*/
.newMain .new_l .nc{ padding-left:10px; margin-top:27px;}
.newMain .new_l .nc dl{ overflow:hidden;}
.newMain .new_l .nc dt{ float:left;}
.newMain .new_l .nc dt img{ display:block;}
.newMain .new_l .nc dd{ float: left; width: 520px; float: right;}
.newMain .new_l .nc dd span{ color:#0a6fbf; line-height: 36px;}
.newMain .new_l .nc dd h5{ line-height:36px;  overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight:revert;font-size:14px;}
.newMain .new_l .nc dd h5 a{ font-size: 18px; color: #333;}
.newMain .new_l .nc dd p{ font-size:13px; line-height:22px; height:66px; overflow:hidden;}
.newMain .new_l .nc ul{ overflow:hidden; margin-top:18px;}
.newMain .new_l .nc li{ float:left; width:50%; height:36px; line-height:36px; border-bottom:1px solid #dcdcdc;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.newMain .new_l .nc li em{ font-size:13px; float:right; margin-right:10px;}
.newMain .new_l .nc li a{ font-size:13px; padding-left:15px; background:url(../images/diamImg.png) no-repeat left center;}
/*new_r*/
.newMain .new_r .quetion{ height:350px; overflow:hidden; margin-top:32px; padding:0 15px;}
.newMain .new_r .quetion dl{ margin-bottom:25px;}
.newMain .new_r .quetion dt{ width:285px; padding-left:33px; background:url(../images/wenImg.png) no-repeat left center; height:22px; line-height:22px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.newMain .new_r .quetion dt a{ font-size:14px; font-weight:bold;}
.newMain .new_r .quetion dd{ padding-left:33px; background:url(../images/daImg.png) no-repeat left 2px; font-size:13px; height:60px; line-height:20px; overflow:hidden; margin-top:13px;}
/*留言*/
.uform{ background:url(../images/uformImg.jpg) no-repeat center; height:366px; margin-top:40px;}
.uform ul{ float:right; width: 580px; margin-top: 85px;}
.uform li{  overflow:hidden; border-radius: 5px; float: left; margin-bottom: 20px; margin-right: 60px;}
.uform li:nth-child(2){margin-right: 0}
.uform li.txt{ width: 580px; border-radius: 5px;}
.uform li span{ float:left; background-color:#fff; width:59px; height:36px; padding: 0 10px; line-height: 36px;}
.uform li span img{ display:block;}
.uform li .ut{ height:36px; line-height:36px; padding:0 10px;}
.uform li .ut,.uform li .wby{ float:left; width:160px; background:#fff; outline:none; font-size:14px; color:#858484; border:none; border-left:1px solid #d6d6d6;}
.uform li .wt{ height:88px; padding: 0 10px; line-height: 88px;}
.uform li .wt img{ padding-top:25px;}
.uform li .wby{ height:68px; width: 479px; padding:10px; line-height:22px; resize:none;}
.uform li a{ display:block; height:38px; line-height:38px; text-align:center; font-size:15px; color:#fb9401;  background:#fff; text-decoration:none; width: 180px; text-align: center;}
.uform h5{ position:absolute; padding-left:35px; font-size:21px; color:#ffda2c; background:url(../images/zxtImg.png) no-repeat left center; height:25px; line-height:25px; font-weight:normal; left:40px; top:259px;}


.uform .sub .subm{ display: block;height: 38px;line-height: 38px;text-align: center;font-size: 15px;color: #fb9401;text-decoration: none; width: 180px;text-align: center;}



.uform_en{ background:url(../images/uformImg_en.jpg) no-repeat center; height:366px; margin-top:40px;}
.uform_en ul{ float:right; width: 580px; margin-top: 85px;}
.uform_en li{  overflow:hidden; border-radius: 5px; float: left; margin-bottom: 20px; margin-right: 60px;}
.uform_en li:nth-child(2){margin-right: 0}
.uform_en li.txt{ width: 580px; border-radius: 5px;}
.uform_en li span{ float:left; background-color:#fff; width:59px; height:36px; padding: 0 10px; line-height: 36px;}
.uform_en li span img{ display:block;}
.uform_en li .ut{ height:36px; line-height:36px; padding:0 10px;}
.uform_en li .ut,.uform_en li .wby{ float:left; width:160px; background:#fff; outline:none; font-size:14px; color:#858484; border:none; border-left:1px solid #d6d6d6;}
.uform_en li .wt{ height:88px; padding: 0 10px; line-height: 88px;}
.uform_en li .wt img{ padding-top:25px;}
.uform_en li .wby{ height:68px; width: 479px; padding:10px; line-height:22px; resize:none;}
.uform_en li a{ display:block; height:38px; line-height:38px; text-align:center; font-size:15px; color:#fb9401;  background:#fff; text-decoration:none; width: 180px; text-align: center;}
.uform_en h5{ position:absolute; padding-left:35px; font-size:21px; color:#ffda2c; background:url(../images/zxtImg.png) no-repeat left center; height:25px; line-height:25px; font-weight:normal; left:40px; top:259px;}

/*固定的悬浮窗*/
.yb_conct { position: fixed; z-index: 9999999; top: 200px; right: -127px; cursor: pointer; transition: all .3s ease;}
.yb_conct:hover{right:5px;}
.yb_bar ul li { width: 180px; height: 53px; font: 16px/53px 'Arial'; color: #fff; text-indent: 54px; margin-bottom: 3px; border-radius: 3px; transition: all .5s ease; overflow: hidden;}
.yb_bar .yb_top { background: #8ec127  url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone { background: #8ec127 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ { text-indent: 0; background: #8ec127 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_skype { text-indent: 0; background: #8ec127 url(../images/skype.png) no-repeat;}
.yb_bar .yb_ali { text-indent: 0; background: #8ec127 url(../images/ali.png) no-repeat;}
.yb_bar .yb_ercode { /*height:200px;*/background: #8ec127 url(../images/fixCont.png) no-repeat 0 -169px;}
.yb_conct:hover .yb_ercode{height:200px;}
.hd_qr { padding: 0 29px 25px 29px;}
.yb_QQ a,.yb_skype a,.yb_ali a { display: block; text-indent: 54px; width: 100%; height: 100%; color: #fff;}


/*轮播图*/
#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{width:40px;height:6px;background:#79848d;opacity:1;border-radius: unset;}
#banner .swiper-pagination-bullet-active{background:#eb3c00;}
#banner .swiper-button-prev{left:70px;}
#banner .swiper-button-next{right:70px;}

/*搜索*/
.search{position:relative;z-index:999;}
.search .container{height: 70px; box-shadow: 0 0 10px #dedede; border-radius: 10px; position: relative; background: #fff; bottom: 35px;}
.search .gjc{overflow:hidden; float:left; font-size:13px; line-height: 70px; margin-left: 10px;}
.search .gjc span{ color: #333; font-weight: bold;}
.search .gjc a{ font-size:13px;}
.search .sc{ float:right; margin-top:20px;}
.search .sc .tt{ float:left; width:234px; height:29px; line-height:29px; padding:0 10px; background:none; border:1px solid #eee; font-size:13px; color:#a1a0a0; outline:none; border-radius: 10px 0px 0px 10px;}
.search .sc .s_bt{ border:0px ; float:left; width:50px; height:31px; line-height:31px; text-align:center; font-size:0px; color:#fff; text-decoration:none; background:url(../images/search_bg.png) no-repeat center;}


/*关于我们*/
.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 #0a6fbf;border-radius:30px;text-align:center;position:relative;box-sizing: border-box;font-size:14px;font-weight:bold;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:#0a6fbf;}
.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;}
}

/*标题*/
.title{text-align:center;}
.title h2{color:#333;font-size:36px;margin-bottom:8px;}
.title p{font-size:18px;color:#666;display:inline-block;padding:0 50px;background:url(../images/title-x.jpg) no-repeat center;}
.title p span{padding:0 22px;background:#fff;}

/*资讯中心*/
/*新闻*/
.news{background: #fff;overflow: hidden;padding: 20px 0;}
.news_left,.news_right,.wenda{border: 1px solid #ddd;width:360px;padding: 0 10px;height:340px;float: left;}
.news_left .news_ulbt_li p{font-size:16px; color:#009b4d; padding-left:5px; position: relative;}
.news_ulbt,.news_dl,.news_ul{margin: 0 auto;overflow: hidden;}
.news_ulbt{ margin-top: 15px;  background:url(../images/bh.jpg) left  bottom   no-repeat;}
.news_ulbt li{float: left;line-height: 35px;}

.news_ulbt .news_ulbt_li{padding-bottom: 5px;}
.news_ulbt li p{font-size:14px;float: left;font-weight: 600;}
.news_ulbt li span{font-size:14px;float: left;color: #777;font-family:'arial';}
.news_ulbt li img{margin-top: 5px;}
.news_dl{clear: both;overflow: hidden;border-bottom:1px solid #ddd;padding:10px 0; }
.news_dl dt img{width: 100px;height: 100px;margin-right: 10px;float:left;}
.news_dl dd{float:left;width: 220px;  }
.news_dl li{height:18px; font-size:12px; color:#333; margin-top:12px;}.
.news_dl  .time{float:right !important;}
.news_dl dd span a{font-size: 14px;font-weight: bold;margin-bottom:8px;display: block; line-height:20px; white-space:nowrap;}
.news_dl dd p{line-height:1.6;height:42px; overflow:hidden;} 
.news_dl .xq{background:url(../images/more.jpg) no-repeat; margin-top:5px; height:21px; width:81px; display:block;}
.news_ul{margin-top: 10px;}
.news_ul li{line-height: 28px; margin-top:20px;}
.news_ul li span{float: right;}
.news_ul li a{background:url(../list.jpg) no-repeat left;padding-left: 10px;font-size: 14px;}
.news_ul li a:hover{cursor: pointer;text-decoration: underline;color: #F35923;}
.news_right{margin: 0 15px;}
.news_right .news_ulbt_li p{font-size:16px; color:#009b4d; padding-left:5px; position: relative;}
.wenda{float: right;width: 343px;background: #fff;}
.wenda .news_ulbt .news_ulbt_li p{ font-size:16px; color:#009b4d; padding-left:5px; position: relative;}
.list_lh{margin:10px 15px;height: 250px;overflow: hidden;}
.list_lh li span{ font-size:12px;color:#333;}

.pro_ul{    width: 343px;    padding: 0px;}
.pro_ul li{border-bottom: 1px dashed #ddd;overflow: hidden;}
.pro_ul li div{clear: both;margin-bottom: 6px;overflow: hidden;}
.pro_ul li div p{float: left;width: 310px; line-height:20px;}
.pro_ul li div p a:hover{cursor: pointer;text-decoration: none;color: #e50112;}
.pro_ul li div span{display: block;float: left;margin-right: 5px;background: #ea8c28 ;color: #fff;padding: 1px 3px;  line-height:18px !important; font-size:14px; }
.pro_ul li div.wen{margin-top: 8px;}
.pro_ul li div.wen span{background:#009b4d;}
.pro_ul li div.wen p{font-size: 14px;font-weight: bold;}



/*友情链接*/
.link{ overflow:hidden; padding: 25px 0; background: #0a6fbf;}
.link h4{ float:left; color: #fff; font-size: 20px;}
.link ul{ overflow:hidden; width:1100px;}
.link li{ float:left; height:32px; line-height:32px; margin:0 15px; display:inline;}
.link li a{ font-size:14px; color: #fff;}


/*底部通用*/
.footer .contact_foot{ float: left; margin-right: 50px; width: 238px;}
.footer .container{margin: 40px auto 20px auto;  overflow: hidden;}
.footer .langmu{ float: left;}
.footer .ewm{ float: left;  margin-left: 50px;}
.footer h6{ font-size: 18px;  color: #8ec127; margin-bottom: 15px;}
.footer p{ line-height: 35px;}
.footer .langmu_foot{border-left:1px solid #dedede; border-right:1px solid #dedede; overflow: hidden; float: left;}
.footer .langmu_foot dl dt{ float: left; margin: 0 20px; }
.footer .langmu_foot dl dt ul li a h5{ line-height: 35px; font-weight: normal;}
.ewm img{ width: 140px; margin-top: 10px;}
.ewm_img{float: left; margin-right: 20px;}
.ewm_img p{ line-height: 35px; text-align: center;}
.foot_banquan{ border-top: 1px solid #dedede;}
.foot_banquan p{ line-height: 60px; float: left;}
.foot_banquan span{ float: right; line-height: 60px;}


.form-control { display: block; width: 100%;  height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none;  border: 1px solid #ccc;  border-radius: 4px;  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
 .form-group{margin:10px 0;}
 .form-btn{margin:20px 0;}
 .form-btn .btn { display: inline-block;padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400;line-height: 1.42857143; text-align: center;  white-space: nowrap;vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;user-select: none; background-image: none; border: 1px solid transparent;border-radius: 4px;}
.nybg{background: #F5F5F5;}
.crumbs{padding-left:20px;background: url(../images/nav_tb.png) no-repeat left top 15px;line-height: 25px;padding-top:10px;padding-bottom:10px;color: #999;}
.crumbs a{color: #999;}
.crumbs a:hover{color: #0f3f81;}
/*面包屑*/
.location{width: 100%;height: 45px;border-bottom: 1px solid #eee;}
.location span{display:block;line-height: 45px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;color: #666;}
.location span a{color: #666;}
.location span a:hover{color: #0a6fbf;}

.right ..RandomNews_img_en ul{padding-top:8px;border:1px solid #ccc;border-top:none;margin-bottom:15px;width:762px;background:#fff;}

/*内页样式*/
.inside{padding:40px 0;}
.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;}

/*内页左侧导航*/
.nynav{width:230px;float:left;}
.nyjc{margin-bottom:20px;}
.nyjc-til{padding:15px;border-radius: 10px 10px 0 0;color:#fff;background: #0a6fbf;}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 100px;background: #fff;margin:10px 0;}
#sidebar{padding:10px;background: #fff;border: 1px solid #0a6fbf;}
#sidebar li{margin-top: 10px;}
#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: #0a6fbf;color: #fff;}
.nyhotpro{margin-bottom:20px;}
.nyhotpro .bd{overflow:hidden;padding:10px;background: #fff;border: 1px solid #0a6fbf;}
.nyhotpro .bd ul li{text-align:center;margin-bottom:10px;}
.nyhotpro .bd ul li a{display:block;}
.nyhotpro .bd ul li a img{margin-bottom:10px;max-width:100%;padding:2px;border:1px solid #ccc;box-sizing:border-box;}
.nyhotpro .bd ul li p a{font-size:16px;line-height:30px;background:#ccc;}
.nyhotpro .bd ul li a:hover img{border-color:#0a6fbf;}
.nycontel-con{padding:10px;background: #fff;border: 1px solid #0a6fbf;line-height:1.8;}
.nycontel-con img{max-width:100%;height:auto !important;}

/*内页左侧产品导航*/
.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: #999;display: block;text-transform: capitalize;font-weight: 100;line-height: 20px;font-size: 14px;}
#sidebar1{overflow:hidden;}
#sidebar1 li{position: relative;width: 100%;}
#sidebar1 li::before, #sidebar1 li::after{content: '';display: block;height: 100%;position: absolute;width: 1px;background: #eee;top: 0;z-index:1;}
#sidebar1 li::before{left:0;}
#sidebar1 li::after{right:0;}
#sidebar1 li>a{display: block;line-height: 60px;height: 60px;width: 100%;position: relative;overflow: hidden;background: #fff;}
#sidebar1 li>a::before{content: '';display: block;height: 60px;background: #0a6fbf;left: -100%;top: 0;position: absolute;width: 100%;z-index: 2;-webkit-transition: 0.3s all ease-in-out;transition: 0.3s all ease-in-out;}
#sidebar1 li>a::after{position: absolute;content: '';background: #eee;width: 100%;height: 1px;bottom: 0;left: 0;z-index: 1;}
#sidebar1 li>a>span{display: block;font-size: 16px;color: #343434;height: 100%;position: relative;z-index: 3;padding: 0 30px;}
#sidebar1 li>a>i{display: block;position: absolute;right: 20px;top: 23px;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);}
#sidebar1 li>.nypronav2{padding: 22px 0;background: #eee;display:none;}
#sidebar1 li>.nypronav2>a{display: block;color: #666;line-height: 34px;padding: 0 30px;-webkit-transition: 0.3s all ease;transition: 0.3s all ease;font-size: 13px;}
#sidebar1 li.cur>a::before{left:0;}
#sidebar1 li.cur>a>span{color: #fff;}
#sidebar1 li.cur>a>i{background-position: -27px center;-webkit-transform: rotate(90deg);transform: rotate(90deg);}
#sidebar1 li>.nypronav2>a.cur, #sidebar1 li>.nypronav2>a:hover{color: #0a6fbf;}

/*内页右侧内容*/
.nyshow{width:940px;float:right;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin-bottom:20px;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #0a6fbf solid;color: #0a6fbf;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#0a6fbf;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.nyshowdesc img{max-width:100%;height:auto !important;}

/*推荐新闻*/
.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 #0a6fbf solid;color: #0a6fbf;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:350px;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:#0a6fbf;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#0a6fbf;color:#0a6fbf;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin-bottom:20px;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{max-width:800px;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#0a6fbf;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li{width:33.33%;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:#0a6fbf;color:#0a6fbf;}
.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%;}
.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;}
.showimg-con  img{max-width:100%;height:auto !important;}

/*新闻列表*/
.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: 620px;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{float: right;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 #0a6fbf;}
.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:#0a6fbf;}
.nynews-ul li a:hover dl dd span{border: 1px solid #0a6fbf;background: #0a6fbf;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;}

/*产品列表*/
.nypro-ul{overflow:hidden;}
.nypro-ul li{width:300px;margin-right:20px;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(10,111,191,0.6);}
.nypro-ul li a .nypro-txt{width: 100%;position: relative;z-index: 4;padding: 10px 0 20px;background: #f5f5f5;}
.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;font-weight: 100;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;}
/* 留言模块Message */
#nymessage{padding:50px 0;background-size:cover;}
#nymessage  .container{padding:20px;}
#nymessage h4{color:#0f3f81;}
#nymessage form{margin-top:50px;}
#nymessage form label{font-weight:normal;}
#nymessage .nymessage-h6{text-align:left;}
@media (max-width:767px) {
	#nymessage{padding:30px 0;}
	#nymessage form{margin-top:30px;}
}

.jiathis{ padding:0px 5px; height:35px; line-height:30px; margin-top:10px; border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;}

.jiathis .jiathis_txt{float: left;}

/*产品详情*/
.nyproshow-top{overflow:hidden;}
.nyproshow-top>dt{padding-bottom: 15px;float:left;width:402px;}

/*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: 80px;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;}
.nyproshow-txt{float:left;width: 505px;margin-left: 28px;z-index:1;}
.nyproshow-txt>h1{font-size: 20px;color: #333;border-bottom: 1px dashed #bbbbbb;padding: 2px 0 10px;line-height: 32px;margin-bottom:10px;}

/*产品参数*/
.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:#0a6fbf;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#0a6fbf;}
.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: #0a6fbf;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: 220px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #0a6fbf solid;color: #0a6fbf;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:#0a6fbf;}
#abprolist li a:hover p{background:#0a6fbf;color:#fff;}

/*标签*/
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#0a6fbf;}
/*分享按钮*/
.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;margin-bottom:30px;}
.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;}
.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: #0a6fbf;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: #0a6fbf;}
.nysearch-til>a:hover{background:#0a6fbf;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#0a6fbf;}
.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: #0a6fbf;left:10px;}

/*手机样式*/
.m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location,.g-fewm{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;}
	.header, .navBox,#banner,.search,.proMain,.partner,.ad01,.youshi,.about,.cases,.newMain,.uform ,.footer,.foot_banquan,.workMain,.link,.yb_conct,.diyos, .location, .nyhotpro, .nyjc-til, .nyshow-til{display:none;}
	.m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location,.g-fewm{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:6rem; overflow:hidden; background:#0a6fbf; 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: 33.25%;font: 1rem/2.92rem "microsoft yahei";height: 2.92rem;color: #fff;text-align: center;border-right: 1px solid #aaa;}

	.m-nav a:hover{color:#fff;}
	/*尾部二维码*/
.g-ft{margin-top:20px;}
.g-fewm{text-align:center;padding:10px;padding-bottom:10px;}
.g-wx{display:inline-block;}
	/*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:#0a6fbf;color:#fff;border:1px solid #0a6fbf;}
	.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 #0a6fbf; font-weight: bold; color: #0a6fbf; 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: #0a6fbf;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-til{background-size:100%;}
	.nyprojc-til a{padding:20px;}
	.nyprojc-til a span{color:#fff;}
	#sidebar1 li>a{line-height: 40px;height: 40px;}
	#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;}
	.nypro-ul li a .nypro-txt{padding:10px 0;}
	.nypro-ul li a .nypro-txt p{padding:0;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;}
}

@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:#0a6fbf; display: inline-block; }
.metpager_5 a:hover { border:1px solid #0a6fbf; color:#fff; background-color:#0a6fbf;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#0a6fbf; border:1px solid #0a6fbf; 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;}