@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900');
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #666; overflow-x: hidden; font-family:'Noto Sans SC',"Microsoft YaHei",'微软雅黑',sans-serif; font-weight: 300;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select{ outline:none; font-family:'Noto Sans SC',"Microsoft YaHei",微软雅黑, sans-serif; }
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#666; transition: color 0.56s ease;}
a:hover{ color: #2c70b8;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

.fl{float: left;}
.fr{float: right;}

/* 水平镜像翻转 */
.mirrorRotateLevel img{transition: all .4s;-webkit-transition: all .4s;}
.mirrorRotateLevel:hover img {-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);/*兼容IE*/ filter:FlipH;}
/*图片放大*/
.imgZoom img{transition: all .4s;-webkit-transition: all .4s;}
.imgZoom:hover img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1);}
/*图片旋转*/
.imgRotate img{-webkit-transition:-webkit-transform 2s ease-out;-moz-transition:-moz-transform 2s ease-out;-o-transition:-o-transform 2s ease-out;-ms-transition:-ms-transform 2s ease-out;}
.imgRotate img:hover{-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);-ms-transform:rotateZ(360deg);transform:rotateZ(360deg);}
/*按钮鼠标经过变暗*/
.wlp-button:hover{filter:alpha(opacity=90);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;}
/*鼠标经过有阴影*/
.wlp-shadow:hover{box-shadow: 0 0 20px rgba(0,0,0,0.3)!important;}
/*鼠标经过上浮并加阴影*/
.wlp-flow-shadow{-webkit-transition:all .5s;transition:all .5s;}
.wlp-flow-shadow:hover{transform:translate3d(0, -5px, 0);-webkit-transform:translate3d(0, -8px, 0);-webkit-box-shadow:0 0px 10px #e9e9e9;box-shadow:0 0px 10px #e9e9e9;}
/*图片经过遮罩*/
.wlp-filter:hover img{ filter:alpha(opacity=70); -moz-opacity:0.7; -webkit-opacity: 0.7; opacity: 0.7;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

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


/*顶部*/
.header{ width: 100%; height:100px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1);  position: relative; z-index: 1111;}
.header .logo{ float: left; padding-top: 20px; }
.header .logo .logo_img{ float: left; margin-right: 3px;}
.header .logo .logo_txt{ float: left; padding-top: 5px;}
.header .logo .logo_txt h3{ font-size: 21px; color: #000; white-space:nowrap;}
.header .headRight{ float: right; padding-top: 40px;}
.header .nav{ float: left; border-right: #d3d3d3 solid 1px; }
.header .nav ul li{float: left; margin-right: 26px;}
.header .nav ul li.on a{color: #2c70b8;}
.header .nav ul li a{ font-size: 17px; color: #000; font-weight: normal; line-height: 1;}
.header .nav ul li a:hover{ color: #2c70b8;}
.header .searchBtn{ float: left; width: 24px; height: 24px; background:url(../images/icon01.png) no-repeat center; margin-left: 16px; margin-right: 16px; cursor: pointer;}
.header .lang{ float: left;}
.header .lang a{ font-size: 16px; color: #000; font-weight: normal; line-height: 24px;}
.header .menu-toggle{display: none;}

/*首页bannner*/
.banner {height:600px; position: relative; width: 100%;}
.banner .swiper-container{ width:100%; height:600px; overflow:hidden;}
.banner .swiper-container .swiper-slide{width:100%; height: 600px; background-position:center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-container .swiper-slide a{width:100%; height: 600px;display: block;}
.banner .pagination {position: absolute;z-index: 20;bottom:30px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:12px; height: 12px; background:#fff; margin: 0 4px; border-radius: 10px; cursor: pointer;}
.banner .swiper-active-switch { background: #2c70b8; opacity: 1;}

.neibanner{ width: 100%; height:400px; background-position:center; background-repeat: no-repeat; background-size: cover; display: table; text-align: center;}

.ititle{ text-align: center; margin-bottom: 30px;}
.ititle h2{ font-size: 38px; color: #000;  line-height: 1; background: url(../images/logo.png) no-repeat center bottom; background-size: auto 18px; padding-bottom: 35px; margin-bottom: 40px; position: relative;}
.ititle h2::before{ content: ""; width: 50px; height: 1px; background: #bbb; position: absolute; left: 50%; bottom: 9px; margin-left: -70px;}
.ititle h2::after{ content: ""; width: 50px; height: 1px; background: #bbb; position: absolute; right:50%; bottom: 9px; margin-right: -70px;}

.title{ margin-bottom: 50px;}
.title h2{ font-size: 38px; color: #000; text-align: center; line-height: 1;}

.ipro{ background: #eceff4; padding: 60px 0 50px;}
.ipro .box{}
.ipro .box ul{ margin: 0 -6px;}
.ipro .box ul li{ width: 25%; padding: 0 6px; margin-bottom: 20px; float: left;}
.ipro .box ul li dl{ background: #fff; padding-bottom: 93.1%; position: relative; overflow: hidden;}
.ipro .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0; margin:auto;}
.ipro .box ul li h3{ font-size: 16px; text-align: center; font-weight: normal; line-height: 60px;}
.ipro a.more{ width: 120px; height: 40px; line-height: 40px; background: #000; color: #fff; text-align: center; font-size: 18px; border-radius: 40px; display: block; margin:0 auto;}
.ipro a.more:hover{ background: #2c70b8;}

.advantage{ background:url(../images/advantageBg.jpg) no-repeat center top; background-size: contain; padding-top: 106px;}
.advantage .ititle h2{ color:#fff;}
.advantage .ititle h2::before{ background: #fff;}
.advantage .ititle h2::after{ background: #fff;}
.advantage .box{ overflow: hidden; padding-top: 16px;}
.advantage .box ul{ width: 25%; background: #2c70b8; float: left;}
.advantage .box ul .con{ height: 366px; margin: 17px 20px; padding-top: 210px; border: #a9c4e1 solid 1px; text-align: center; background:url(../images/icon02.png) no-repeat center 90px;}
.advantage .box ul .con h2{ font-size: 36px; color: #fff; font-weight: 500;}
.advantage .box ul .con p{ font-size: 18px; color: #fff; font-weight: normal;}
.advantage .box ul dl{ height: 200px; background: #fff; padding: 15px; text-align: center;}
.advantage .box ul dl h3{ font-size: 30px; font-weight: 500;color: #000; line-height: 2.5;}
.advantage .box ul dl dt{ font-size: 16px; font-weight: 400;color: #000;}
.advantage .box ul dl.blue{ background: #54a7e7;}
.advantage .box ul dl.blue h3{ color: #fff;}
.advantage .box ul dl.blue dt{ color: #fff;}

.iabout{padding-top: 68px; padding-bottom: 60px;}
.iabout .wrap{ position: relative;}
.iabout ol{ width:600px; background:rgba(255,255,255,0.8); text-align: left; padding: 36px 0 36px 26px; position: absolute; right: 0; top: 50%; transform: translate(0, -50%);}
.iabout ol h3{ font-size: 36px; color: #000; line-height: 1; margin-bottom: 20px;}
.iabout ol dt{ font-size: 16px; color: #333; line-height: 2; font-weight: normal; margin-bottom: 20px;}
.iabout ol a.more{ background: #000; color: #fff; font-size: 18px; line-height: 1; padding: 6px 25px; border-radius: 30px;}

.tabBox{ padding: 36px 0 62px;}
.tabBox .tabNav{ width: 220px; float: left;}
.tabBox .tabNav li{ height: 76px; line-height: 76px; font-weight: normal; padding-left: 30px; background:url(../images/icon03.png) no-repeat center; margin-bottom: 1px; cursor: pointer;}
.tabBox .tabNav li.on{ color: #fff; background:url(../images/icon03_02.png) no-repeat center;}
.tabBox .tabCon{ padding-left: 235px;}
.tabBox .box{display: none;}
.tabBox .box.on{display: block;}
.tabBox .box ul{ margin: 0 -8px;}
.tabBox .box ul li{ width: 25%; padding: 0 8px; float: left;}
.tabBox .box ul li a{ background: #f6f6f6; position: relative; display: block;}
.tabBox .box ul li dl{ position: relative; padding-bottom: 100%; overflow: hidden;}
.tabBox .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0; margin:auto; padding: 10px;}
.tabBox .box ul li ol{ width: 100%; height: 36px; line-height: 36px; color: #fff; text-align: center; background: rgba(0,0,0,0.4); position: absolute; left: 0; bottom: 0;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.inews{ background: #eceff4; padding: 55px 0 40px;}
.inews .inewsHead{ position: relative; overflow: hidden; margin-bottom: 42px;}
.inews .inewsHead .tit{float: left; }
.inews .inewsHead .tit h2{ font-size: 30px; font-weight: 500; color: #000; line-height: 40px; margin-right: 15px; float: left;}
.inews .inewsHead .more{ float: right;line-height: 40px;}
.inews .box{ }
.inews .inews_l{ width: 50%; padding-right:20px; float: left; }
.inews .inews_l a{display: block;}
.inews .inews_l dl{ position: relative; padding-bottom:59.31%; color: #fff; font-size: 14px; text-align: center; overflow: hidden; }
.inews .inews_l dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.inews .inews_l dl dt{ width: 80px; height: 90px; background: #3880c8; position: absolute; left: 0; top: 0; z-index: 11;}
.inews .inews_l dl dt b{ font-size: 40px; line-height: 1; margin-bottom: 5px; padding-top: 10px; display: block; }
.inews .inews_l ol h3{ font-size: 18px; font-weight: normal; color: #000; margin: 10px 0 5px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.inews .inews_l ol dd{ font-size: 16px;color: #333;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.inews .inews_r{ width: 50%; padding-left:20px; float: left; }
.inews .inews_r ul{ overflow: hidden; margin-top: -20px;}
.inews .inews_r ul li{ border-top: #eee solid 1px; padding: 20px 0; margin-top: -1px; overflow: hidden; }
.inews .inews_r ul li a{display: block;}
.inews .inews_r ul li dl{ width: 80px; height: 90px; color: #fff; font-size: 14px; text-align: center; background: #aaa; padding-top: 10px; float: left; transition: background 0.56s ease;}
.inews .inews_r ul li dl b{ font-size: 40px; line-height: 1; margin-bottom: 5px; display: block; }
.inews .inews_r ul li ol{ padding-left:100px; }
.inews .inews_r ul li ol h3{ font-size: 18px; color: #000; font-weight:400; margin-bottom: 8px;overflow: hidden;  text-overflow:ellipsis; white-space: nowrap; transition: color 0.56s ease;}
.inews .inews_r ul li ol dd{ font-size: 16px; color: #333; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: color 0.56s ease;}
.inews .inews_r ul li a:hover dl{background: #3880c8;}
.inews .inews_r ul li a:hover h3{color: #3880c8;}
.inews .inews_r ul li a:hover dd{color: #3880c8;}

.about{ padding: 50px 0 60px;}
.text{ color: #666; line-height: 2;}
.text video{ width: 800px; height: 500px; background: #000; margin: 0 auto; display: block;}
.back{  width: 160px; height: 44px; line-height: 44px; text-align: center; color: #fff; font-weight: normal; border-radius: 40px; background: #202332; margin:  30px auto; display: block;}
.back:hover{ background: #54a7e7; color: #fff;}

.honor{ background: url(../images/honorBg.jpg) no-repeat center; background-size: cover; padding: 60px 0;}
.honor .box ul{ margin:0 -20px; overflow: hidden;}
.honor .box ul li{ width: 25%; padding: 0 20px; margin-bottom: 10px; float: left;}
.honor .box ul li .con dl{background: #fff;padding-bottom: 118.51%; border: #d8d8d8 solid 1px; position: relative;}
.honor .box ul li .con dl img{ position:absolute;top:0;bottom:0;left:0;right:0;margin:auto; padding: 10px;}
.honor .box ul li .con h3{ font-size: 16px; font-weight: 300; color: #000; text-align: center; margin-top: 10px;}

.equipment{ padding: 60px 0 40px;}
.equipment .box ul{ margin:0 -13px; overflow: hidden;}
.equipment .box ul li{ width: 25%; padding: 0 13px; margin-bottom: 26px; float: left;}
.equipment .box ul li dl{background: #fff;padding-bottom: 100%; position: relative; overflow: hidden;}
.equipment .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}

.video{ background: #eeeff0; padding: 60px 0 40px;}
.video .box ul{ margin:0 -13px; overflow: hidden;}
.video .box ul li{ width: 25%; padding: 0 13px; margin-bottom: 26px; float: left;}
.video .box ul li dl{background: #fff;padding-bottom: 100%; position: relative; overflow: hidden;}
.video .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.video .box ul li dl::before{ content: "";  width: 100%; height: 100%; background: url(../images/icon04.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 22;}
.video .box ul li dl::after{ content: "";  width: 100%; height: 100%; background:rgba(0,0,0,.5); position: absolute; left: 0; top: 0; z-index: 11;}

.products{ padding:20px 0 50px; overflow: hidden;}
.products .leftNav{ width: 280px; float: left; }
.products .leftNav dl{ background: #f5f5f5; color: #c29a98; font-size: 16px; font-weight: bold; text-align: center; margin: 0; padding:20px; }
.products .leftNav dl h3{ color: #3366cc; font-size: 30px; line-height: 1; font-weight: bold;letter-spacing:5px; margin: 0 0 5px; }
.products .leftNav ul li{ margin-bottom: 2px; }
.products .leftNav ul li ol{ background: #54a7e7; height: 46px; position: relative; }
.products .leftNav ul li ol a{ color: #fff; font-size: 18px; font-weight: normal; background:url(../images/icon12.png) no-repeat 14px center; padding-left: 36px; line-height: 46px;}
.products .leftNav ul li ol span{ width: 46px; height: 46px; background:url(../images/icon13.png) no-repeat right 10px center; position: absolute; right: 0; top: 0; cursor: pointer; }
.products .leftNav ul li .subnav{ display: none;}
.products .leftNav ul li .subnav a{display: block; font-size: 16px; color: #999; font-weight: normal; padding-left: 36px; padding-right: 10px; line-height: 46px; background: #f5f5f5; margin-bottom: 1px; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap; position: relative;}
.products .leftNav ul li .subnav a:hover{ color: #54a7e7; background: #e4e4e4; }
.products .leftNav ul li .subnav a:hover:before{ content: "-"; width: 10px; position: absolute; left: 26px; top: 0;}
.products .leftNav ul li .subnav a.focus{color: #54a7e7; background: #e4e4e4;}
.products .leftNav ul li .subnav a.focus:before{ content: "-"; width: 10px; position: absolute; left: 26px; top: 0;}
.products .leftNav ul li.on .subnav{display: block;}

.products .rightBox{ padding-left: 300px;}
.breadcrumb{ background: #f5f5f5; line-height: 42px; color: #999; padding: 0 10px; margin-bottom: 12px;}
.breadcrumb a{ color: #999;}
.breadcrumb a:hover{ color: #54a7e7;}
.prolist{ padding-bottom: 20px;}
.prolist ul{ margin: 0 -12px; overflow: hidden;}
.prolist ul li{ width: 33.33%; padding: 0 12px; margin-bottom: 15px; float: left;}
.prolist ul li dl{border: #dddddd solid 1px; padding-bottom: 93.1%; position: relative; overflow: hidden;}
.prolist ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0; margin:auto; padding: 15px;}
.prolist ul li h3{ font-size: 16px; text-align: center; font-weight: normal; line-height:50px;}

.prohead{ margin-bottom: 20px;}
.prohead h1{ font-size: 24px; color: #000; text-align: center; padding: 20px 0;}
.prohead .box{ position: relative; padding: 0 50px;}
.prohead .box .arrow-left,.prohead .box .arrow-right{ width: 20px; height: 34px; position:absolute; top: 50%; margin-top: -17px; z-index: 11;}
.prohead .box .arrow-left{ background: url(../images/arrow-left.png) no-repeat center; left: 0;}
.prohead .box .arrow-right{background: url(../images/arrow-right.png) no-repeat center; right: 0;}
.prohead .box .swiper-slide{ height:380px; line-height: 380px; text-align: center;}
.proViewNav{ background: #000; overflow: hidden; margin-bottom: 20px;}
.proViewNav li{ width: 50%; line-height: 60px; text-align: center; color:#fff; font-size: 18px; float: left;}
.proViewNav li a{background: #e4e4e4; color: #000; display: block;}

.news{ padding:30px 0 50px;}
.news ul{ overflow: hidden;}
.news ul li{ background: #f2f2f2;  padding:20px; margin-bottom: 20px;  overflow: hidden; }
.news ul li a{display: block;}
.news ul li dl{ width: 80px; height: 90px; color: #fff; font-size: 14px; text-align: center; background: #aaaaaa; padding-top: 10px; float: left; transition: background 0.56s ease;}
.news ul li dl b{ font-size: 40px; line-height: 1; margin-bottom: 5px; display: block; }
.news ul li ol{ padding-left:100px; }
.news ul li ol h3{ font-size: 18px; color: #000; font-weight:400; margin-bottom: 8px; transition: color 0.56s ease;}
.news ul li ol dd{ font-size: 16px; color: #888; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: color 0.56s ease;}
.news ul li a:hover dl{background: #3880c8;}
.news ul li a:hover h3{color: #3880c8;}
.news ul li a:hover dd{color: #3880c8;}

.newsview{ margin:60px 0 70px;}
.newsview .wrap{ position: relative;}
.newsview .boxcon{ padding-right: 400px;}
.newsview .boxcon .newsHead{ border-bottom: #cccccc solid 1px; padding-bottom: 20px; margin-bottom: 20px;}
.newsview .boxcon .newsHead h1{ font-size:26px; font-weight: normal; color: #000; margin-bottom: 10px; }
.newsview .boxcon .box{ line-height: 2; min-height: 500px;}
.newsview .newspage{ width: 350px; position: absolute; right: 0; top: 0;}
.newsview .newspage dl{ border: #e6e6e6 solid 5px; margin-bottom: 20px; padding: 30px;}
.newsview .newspage dl:hover{ border:#3880c8 solid 5px; }
.newsview .newspage dl ol{font-size: 16px; margin-bottom: 10px;}
.newsview .newspage dl a{font-size: 18px; font-weight: normal; color: #000;}

.download{padding:30px 0px 70px;}
.download .box{ padding: 10px 0;}
.download .box ul li{ background: #f7f7f7; border-radius: 10px; margin-bottom: 16px;}
.download .box ul li a{ font-size: 18px; color: #000; font-weight: normal; padding: 0 100px 0 26px; line-height: 70px; background:url(../images/icon05.png) no-repeat right 30px center; display: block;}
.download .box ul li a:hover{ color: #266a9e;}

.contact{ padding: 30px 0;}
.contact .text{ font-size: 18px; color: #000; font-weight: normal; display: inline-block; padding-right: 130px;}
.wxcode{ display: inline-block; color: #000; margin-left: 50px; position: relative; margin-bottom: -50px; bottom: 180px;}
.contact #container{ height: 450px; margin-top: 20px;}

.footer .fmain{ background: #202332; padding: 35px 0 30px; color: #bcbcbf;}
.footer .f_l{ float: left; line-height: 1.8;}
.footer .f_l dl{ font-size: 22px; font-weight: 500; color: #fff; line-height: 1; margin-bottom: 20px;}
.footer .f_m{ float: left; margin-left: 150px;}
.footer .f_m dl{ font-size: 22px; font-weight: 500; color: #fff; line-height: 1; margin-bottom: 30px;}
.footer .f_m ul{overflow: hidden;}
.footer .f_m ul li{ float: left; width: 33.33%; padding: 15px 0;}
.footer .f_m ul li a{ font-size:16px; font-weight: normal;color: #bcbcbf; text-transform: uppercase;}
.footer .f_m ul li a:hover{ color: #3880c8;}
.footer .f_r{ float: right; font-size: 15px;}
.footer .f_r dl{ font-size: 22px; font-weight: 500; color: #fff; line-height: 1; margin-bottom: 30px;}
.footer .f_r img{ margin-bottom: 8px;}
.footer .copyright{ background:#373947; color: #fff; text-align: center; padding: 18px 0;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 15px; width: 100%; height: 40px; margin: 20px 0 0px;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #8a8a8a;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #8a8a8a; margin-right: 5px;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;}
.fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
.fenye a.current { color: #fff;  background: #242a34; margin-right: 5px; border: #242a34 solid 1px;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}


@media screen and (max-width:1220px){
.wrap{ width: 100%; padding: 0 15px;}
/* .logo_txt{display: none;} */
.header .logo .logo_txt h3{font-size: 14px;}

header .nav ul li{ margin-left: 26px;}

/*首页bannner*/
.banner {height:380px; position: relative; width: 100%;}
.banner .swiper-container{ width:100%; height:380px; overflow:hidden;}
.banner .swiper-container .swiper-slide{width:100%; height:380px; background-position:center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-container .swiper-slide a{width:100%; height:380px;display: block;}
}



@media screen and (max-width:1000px){
body{ padding-top: 60px; }

.header{ width: 100%; height:60px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1);  position: fixed; top: 0; left: 0; z-index: 1111;}
.header .logo{ float: left; padding-top: 8px; }
.header .logo .logo_img{ float: left; height: 45px; margin-right: 0;}


.header .headRight{ float: none; padding-top: 0; width: 100%; height: calc(100vh - 60px); background: #fff; border-top: 1px solid #eee; position: fixed; left: 0; top: 60px; display: none;}
.header .nav{ width: 100%; border: none; margin-bottom: 10px;}
.header .nav ul li{ float: none; border-bottom: #eee solid 1px; margin-right: 0;}
.header .nav ul li a{ line-height: 50px; font-size: 16px; padding: 0 15px; display: block;}

.header .menu-toggle{ width:60px; height:60px; position:absolute; right:0px; top:0;  float:right; z-index:99999; display:block;}
.header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
.header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
.header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
.header .menu-toggle.cur span{background-color:transparent;}
.header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
.header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

/*首页bannner*/
.banner {height:160px; position: relative; width: 100%;}
.banner .swiper-container{ width:100%; height:160px; overflow:hidden;}
.banner .swiper-container .swiper-slide{width:100%; height:160px; background-position:center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-container .swiper-slide a{width:100%; height:160px;display: block;}

.neibanner{ width: 100%; height:130px;}

.ititle{ margin-bottom: 20px;}
.ititle h2{ font-size: 25px;  background-size: auto 16px; padding-bottom: 25px; margin-bottom: 20px;}

.title{ margin-bottom: 30px;}
.title h2{ font-size: 25px;}

.ipro{ background: #eceff4; padding: 30px 0 40px;}
.ipro .box ul{ margin: 0 -5px;}
.ipro .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 12px;}
.ipro .box ul li dl img{ padding:8px;}
.ipro .box ul li h3{ font-size: 14px; line-height: 36px;overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap;}
.ipro a.more{ width: 120px; height: 36px; line-height: 36px;font-size: 16px;}

.advantage{ background:url(../images/advantageBg.jpg) no-repeat center top; background-size: auto 200px; padding-top: 30px;}
.advantage .ititle h2{ color:#fff; font-size: 22px;}
.advantage .box{ overflow: hidden; padding-top: 16px;}
.advantage .box ul{ width:100%; background: #2c70b8; float: left;}
.advantage .box ul .con{ height: 250px; margin: 17px 20px; padding-top: 150px; border: #a9c4e1 solid 1px; text-align: center; background:url(../images/icon02.png) no-repeat center 60px;}
.advantage .box ul .con h2{ font-size: 26px;}
.advantage .box ul .con p{ font-size: 14px; }
.advantage .box ul dl{ height: auto; background: #fff; padding: 15px 15px 30px;}
.advantage .box ul dl h3{ font-size: 24px;line-height: 2;}
.advantage .box ul dl dt{ font-size: 14px; }
.advantage .box ul ol img{ width: 100%;}

.iabout{padding-top: 30px; padding-bottom: 30px;}
.iabout .wrap{ position: relative;}
.iabout ol{ width:100%; text-align: left; padding: 20px 0 26px; position: relative; right: 0; top: 0; transform: translate(0, 0);}
.iabout ol h3{ font-size: 22px; color: #000; line-height: 1; margin-bottom: 20px;}
.iabout ol dt{ font-size: 14px; color: #333; line-height: 1.6; font-weight: normal; margin-bottom: 20px;}
.iabout ol a.more{ width: 100px; font-size: 16px; line-height: 1; padding: 6px 25px; margin: 0 auto; display: block;}

.tabBox{ padding: 20px 0 30px;}
.tabBox .tabNav{ width: 100%; float: none; margin-bottom: 8px;}
.tabBox .tabNav li{ height: 50px; line-height: 50px; font-weight: normal; padding-left: 20px; background:#eee; margin-bottom: 2px; cursor: pointer;}
.tabBox .tabNav li.on{ color: #fff; background:#000;}
.tabBox .tabCon{ padding-left: 0;}
.tabBox .box{display: none;}
.tabBox .box.on{display: block;}
.tabBox .box ul{ margin: 0 -5px;}
.tabBox .box ul li{ width: 50%; padding: 0 5px; float: left; margin-bottom: 10px;}
.tabBox .box ul li ol{ width: 100%; height: 36px; line-height: 36px; color: #fff; text-align: center; background: rgba(0,0,0,0.4); position: absolute; left: 0; bottom: 0;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.inews{ background: #eceff4; padding: 30px 0 20px;}
.inews .inewsHead{ position: relative; overflow: hidden; margin-bottom: 20px;}
.inews .inewsHead .tit{float: left; }
.inews .inewsHead .tit h2{ font-size: 22px; line-height: 40px; margin-right: 15px; float: left;}
.inews .inewsHead .more{ float: right;line-height: 40px; font-size: 14px;}
.inews .box{ }
.inews .inews_l{ width: 100%; padding-right:0; float: none; margin-bottom: 30px; }
.inews .inews_l a{display: block;}
.inews .inews_l dl{ position: relative; padding-bottom:59.31%; color: #fff; font-size: 14px; text-align: center; overflow: hidden; }
.inews .inews_l dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.inews .inews_l dl dt{ width: 60px; height: 70px; }
.inews .inews_l dl dt b{ font-size: 26px;  margin-bottom: 5px; padding-top: 10px; display: block; }
.inews .inews_l ol h3{ font-size: 16px;  margin: 10px 0 5px; }
.inews .inews_l ol dd{ font-size: 14px;}
.inews .inews_r{ width: 100%; padding-left:0; float: none; }
.inews .inews_r ul{ overflow: hidden; margin-top: -20px;}
.inews .inews_r ul li{  padding: 8px 0; overflow: hidden; }
.inews .inews_r ul li dl{ width: 75px; height: 75px; color: #fff; font-size: 14px; text-align: center; background: #aaa; padding-top: 10px;}
.inews .inews_r ul li dl b{ font-size: 32px; }
.inews .inews_r ul li ol{ padding-left:90px; }
.inews .inews_r ul li ol h3{ font-size: 15px; margin-bottom: 5px;}
.inews .inews_r ul li ol dd{ font-size: 14px; line-height: 1.6;}

.about{ padding:30px 0 40px;}
.text{ font-size: 15px; line-height:1.6;}
.text video{ width: 100%; height: 300px; background: #000; margin: 0 auto; display: block;}

.honor{ padding: 30px 0;}
.honor .box ul{ margin:0 -5px; overflow: hidden;}
.honor .box ul li{ width: 50%; padding: 0 5px; float: left; margin-bottom: 10px;}
.honor .box ul li .con h3{ font-size: 15px; margin-top: 5px;}

.equipment{ padding: 30px 0 30px;}
.equipment .box ul{ margin:0 -5px; overflow: hidden;}
.equipment .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}

.video{ background: #eeeff0; padding: 30px 0;}
.video .box ul{ margin:0 -5px; overflow: hidden;}
.video .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}

.products{ padding:20px 0 50px; overflow: hidden;}
.products .leftNav{ width: 100%; float: none; margin-bottom: 15px; }
.products .leftNav dl{display: none;}
.products .leftNav ul li{ margin-bottom: 2px; }
.products .leftNav ul li ol{ background: #54a7e7; height: 40px; position: relative; }
.products .leftNav ul li ol a{ color: #fff; font-size: 16px; font-weight: normal; background:url(../images/icon12.png) no-repeat 14px center; padding-left: 36px; line-height: 40px;}
.products .leftNav ul li ol span{ width: 40px; height: 40px; background:url(../images/icon13.png) no-repeat right 10px center; position: absolute; right: 0; top: 0; cursor: pointer; }
.products .leftNav ul li .subnav{ display: none;}
.products .leftNav ul li .subnav a{display: block; font-size: 15px; color: #999; font-weight: normal; padding-left: 36px; padding-right: 10px; line-height: 40px; background: #f5f5f5; margin-bottom: 1px; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap; position: relative;}
.products .leftNav ul li .subnav a:hover{ color: #54a7e7; background: #e4e4e4; }
.products .leftNav ul li .subnav a:hover:before{ content: "-"; width: 10px; position: absolute; left: 26px; top: 0;}
.products .leftNav ul li .subnav a.focus{color: #54a7e7; background: #e4e4e4;}
.products .leftNav ul li .subnav a.focus:before{ content: "-"; width: 10px; position: absolute; left: 26px; top: 0;}
.products .leftNav ul li.on .subnav{display: block;}

.products .rightBox{ padding-left: 0;}
.breadcrumb{ background: #f5f5f5; line-height: 42px; color: #999; padding: 0 10px; margin-bottom: 12px;}
.breadcrumb a{ color: #999;}
.breadcrumb a:hover{ color: #54a7e7;}
.prolist{ padding-bottom: 20px;}
.prolist ul{ margin: 0 -5px; overflow: hidden;}
.prolist ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px; float: left;}
.prolist ul li dl img{ padding: 10px;}
.prolist ul li h3{ font-size: 15px; line-height:30px;}

.prohead{ margin-bottom: 20px;}
.prohead h1{ font-size: 18px;  padding:15px 0;}
.prohead .box{ position: relative; padding: 0 50px;}
.prohead .box .arrow-left,.prohead .box .arrow-right{ width: 20px; height: 34px; position:absolute; top: 50%; margin-top: -17px; z-index: 11;}
.prohead .box .arrow-left{ background: url(../images/arrow-left.png) no-repeat center; left: 0;}
.prohead .box .arrow-right{background: url(../images/arrow-right.png) no-repeat center; right: 0;}
.prohead .box .swiper-slide{ height:300px; line-height: 300px; text-align: center;}
.proViewNav{ background: #000; overflow: hidden; margin-bottom: 15px;}
.proViewNav li{ width: 50%; line-height: 60px; text-align: center; color:#fff; font-size: 14px; float: left;}
.proViewNav li a{background: #e4e4e4; color: #000; display: block;}

.news{ padding:30px 0 50px;}
.news ul{ overflow: hidden;}
.news ul li{ background: #f2f2f2;  padding:10px; margin-bottom: 10px;  overflow: hidden; }
.news ul li a{display: block;}
.news ul li dl{ width: 65px; height: 75px; color: #fff; font-size: 14px; text-align: center; background: #aaaaaa; padding-top: 10px; float: left; transition: background 0.56s ease;}
.news ul li dl b{ font-size: 30px; line-height: 1; margin-bottom: 5px; display: block; }
.news ul li ol{ padding-left:80px; }
.news ul li ol h3{ font-size: 15px; margin-bottom: 5px; line-height: 1.2; }
.news ul li ol dd{ font-size: 14px; line-height: 1.4; }

.newsview{ margin:30px 0 50px;}
.newsview .wrap{ position: relative;}
.newsview .boxcon{ padding-right: 0; margin-bottom: 30px;}
.newsview .boxcon .newsHead{  font-size: 14px; padding-bottom: 20px; margin-bottom: 20px;}
.newsview .boxcon .newsHead h1{ font-size: 20px; margin-bottom: 10px; }
.newsview .boxcon .box{ font-size: 14px; line-height: 1.7; min-height: 300px;}
.newsview .newspage{ width: 100%; position: relative; right: 0; top: 0;}
.newsview .newspage dl{ border: #e6e6e6 solid 4px; margin-bottom: 10px; padding: 20px;}
.newsview .newspage dl:hover{ border:#54a7e7 solid 4px; }
.newsview .newspage dl ol{font-size: 14px; margin-bottom: 10px;}
.newsview .newspage dl a{font-size: 15px; font-weight: normal; color: #000;}

.download{padding:20px 0px 50px;}
.download .box ul li{ background: #f7f7f7; border-radius: 8px; margin-bottom: 10px;}
.download .box ul li a{ font-size: 15px;  padding: 0 80px 0 15px; line-height: 60px; background:url(../images/icon05.png) no-repeat right 20px center; background-size: 16px auto;}


.contact{ padding: 20px 0;}
.contact .text{ font-size: 14px; padding-left: 0px;}
.contact .wxcode{ display: block; position: static; margin: auto;}
.contact #container{ height: 250px; margin-top: 20px;}

.footer .fmain{ display: none;}
.footer .copyright{ font-size: 12px;  padding: 18px 10px;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 14px; width: 100%; height: 36px; margin:10px 0 0px;}
.fenye .prev, .fenye .next { width: 36px; height: 36px; line-height: 36px; color: #8a8a8a;margin-right: 2px; display: inline-block; font-family: "宋体";font-size: 15px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;}
.fenye a { width: 36px; height: 36px; line-height: 36px;  color: #8a8a8a; margin-right: 2px;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;}
.fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
.fenye a.current { color: #fff;  background: #242a34; margin-right: 2px; border: #242a34 solid 1px;}

.search-dialog{ width: 90%;}

}