@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: #bdbdbd;}
::-moz-placeholder {color: #bdbdbd;}
:-ms-input-placeholder {color: #bdbdbd;}

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

.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,0.15); position: relative; z-index: 1111; transition: background 0.56s ease;}
.header .wrap{ position: relative; }
.header .logo{ float: left; padding-top: 10px; }
.header .headRight{ float: right; margin-top: 50px; }
.header .nav{float: left;padding-right: 15px;  border-right: #b7b7b7 solid 1px; }
.header .nav ul li{ height: 22px; float: left; position: relative; margin-left: 18px;}
.header .nav ul li a{ font-size: 18px; color: #585858; font-weight: 400; line-height: 22px;  padding: 0 22px; display: block;  }
.header .nav ul li a:hover{ color: #006cff; }
.header .nav ul li.on:after{ content: ""; width:100%; height: 4px; background: #006cff; position: absolute; left: 0; bottom: -28px;}
.header .searchBtn{ width: 22px; height: 22px; background:url(../images/icon01.png) no-repeat center; cursor: pointer; margin-left: 22px; float: left; }
.header .lang{ float: left; margin-left: 20px;}
.header .lang a{ color: #000; font-size: 20px; line-height: 22px; }
.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: #006cff; opacity: 1;}

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

/*大标题*/
.title{ text-align: center; margin-bottom: 30px; }
.title h2{ font-size: 36px; color: #000; line-height: 1; margin-bottom: 10px; }
.title h2 span{ font-weight:300; color: #666; margin-right: 8px; }
.title p{ font-size: 16px; color: #666; line-height: 1;display: inline-block; position: relative; }
.title p:before{ content: ""; width: 30px; height: 1px; background: #b2b2b2; position: absolute; left: -50px; top: 50%; }
.title p:after{ content: ""; width: 30px; height: 1px; background: #b2b2b2; position: absolute; right: -50px; top: 50%; }

.products{ padding: 45px 0 90px; }
.products .box{ padding: 0 50px; }
.products .box ul{}
.products .box ul li{ width: 25%; padding: 0 38px; margin-bottom: 25px; float: left; }
.products .box ul li a{display: block;}
.products .box ul li dl{ position: relative; overflow:hidden; padding-bottom: 78.9473%; margin-bottom: 25px;}
.products .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.products .box ul li h3{ text-align: center; font-weight: 300; font-size: 16px; color: #000; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.products .box ul li a:hover h3{color: #006cff;}
.products .more{ width: 156px; height: 50px; line-height: 50px; color: #fff; font-size: 18px; text-align: center; background: #015db3; border-radius: 50px; margin: 20px auto 0;  display: block; transition: background 0.56s ease;}
.products .more:hover{ background: #004382; }

.proview{ padding: 50px 0;}
.proview .tit{ margin-bottom: 60px; }
.proview .tit h1{text-align: center; font-size: 24px; font-weight: 500; color: #000;}
.proview .picbox{ overflow: hidden; margin-bottom: 35px;}
.proview .picbox dl{ width: 50%; padding-right: 100px; float: left; }
.proview .picbox ol{ width: 50%; float: left; }
.proview .box{ font-size: 15px; }
.proview .box table{ width: 100%; text-align: center; }
.proview .box table tr:first-child td{ line-height: 2.5; background: #bde5fc; color: #000;font-weight: bold;}
.proview .box table tr td{ line-height: 2.2; }
.proview .proPage{ padding-top: 40px; text-align: center; border-top: #ccc solid 1px; margin:80px 0 50px; }
.proview .proPage a{ background: #000; color: #fff; padding: 8px 28px; border-radius: 50px; overflow: hidden; margin: 0 50px;}
.proview .proPage a:hover{ background: #015db3; }

.solution{ padding: 0 0 50px; background: #f1f1f1; }
.solution .solution_t{ position: relative;}
.solution .solution_l{ float: left; width: 50%; padding-top: 110px;}
.solution .solution_l h3{ font-size: 36px; color: #015db3; }
.solution .solution_l h3 span{ font-weight: 300; }
.solution .solution_l p{font-size: 18px; color: #888;}
.solution .solution_l ul{ margin:30px -20px 0; }
.solution .solution_l ul li{ width: 33.33%; text-align: center; padding: 0 20px; float: left; }
.solution .solution_l ul li h4{ font-size: 72px; line-height: 1; }
.solution .solution_l ul li h4 span{ font-size: 16px; font-weight: 300; }
.solution .solution_r{ float: right; width: 50%; height:360px;}
.solution .solution_r img{width: auto; max-height:none; height:414px;  position: absolute; right: 0; top: -53px; }
.solution .solution_b{}
.solution .solution_b ul{}
.solution .solution_b ul li{ width: 17%; height: 270px; padding: 35px; background: #fff; border-right: #f1f1f1 solid 5px; float: left; cursor: pointer; transition: background 0.56s ease;}
.solution .solution_b ul li i{ width: 53px; height: 46px; background: url(../images/icon02.png) no-repeat center; display: block; margin:20px auto 46px; transition: all 0.56s ease;}
.solution .solution_b ul li p{ color: #333; text-align: center; transition: all 0.56s ease;}
.solution .solution_b ul li:hover { background: #185389; }
.solution .solution_b ul li:hover i{background: url(../images/icon02_02.png) no-repeat center; }
.solution .solution_b ul li:hover p{color:#fff;}
.solution .solution_b ul ol{ width: 32%; height: 270px; background: #fff url(../images/solution02.png) no-repeat right 20px bottom 20px; padding: 70px 0 0 37px; float: left;}
.solution .solution_b ul ol h3{ font-size: 18px; font-weight: 300; color: #000; padding-bottom: 5px; position: relative;}
.solution .solution_b ul ol h3:after{ content: ""; width: 30px; height:4px; background: #093985; position: absolute; left: 0; bottom:0; }
.solution .solution_b ul ol p{ font-size: 30px; font-weight: bold; color: #888; }

.liucheng{ background:url(../images/liuchengBg.jpg);  padding: 60px 0 40px; }
.liucheng .title{ text-align: center; }
.liucheng .title h2{ font-size: 36px; color:#fff; line-height: 1; }
.liucheng .title h2 span{ color: #fff; }
.liucheng .title p{ color: #afc0c9; line-height: 1; margin-top: 10px; display: inline-block; position: relative; }
.liucheng .title p:before{ content: ""; width: 30px; height: 1px; background: #fff; position: absolute; left: -40px; top: 50%; }
.liucheng .title p:after{ content: ""; width: 30px; height: 1px; background: #fff; position: absolute; right: -40px; top: 50%; }
.liucheng .box{ padding: 10px  0 40px; overflow: hidden;}
.liucheng .box ul{ overflow: hidden; margin: 0 -10px;}
.liucheng .box ul li{ float: left; width: 12.5%; text-align: center; position: relative;}
.liucheng .box ul li:before{ content: ""; width: 17px; height: 14px; background:url(../images/icon05.png) no-repeat left center; position: absolute; left: -10px; top: 43px; }
.liucheng .box ul li dl{ width: 98px; height: 98px; border:#9cb2bd solid 7px;  border-radius: 100px; margin: 0 auto; }
.liucheng .box ul li.lc01 dl{ background:#fff url(../images/liucheng01_01.png) no-repeat center; }
.liucheng .box ul li.lc01:hover dl{ background:#0e487f url(../images/liucheng01_02.png) no-repeat center; }
.liucheng .box ul li.lc02 dl{ background:#fff url(../images/liucheng02_01.png) no-repeat center; }
.liucheng .box ul li.lc02:hover dl{ background:#0e487f url(../images/liucheng02_02.png) no-repeat center; }
.liucheng .box ul li.lc03 dl{ background:#fff url(../images/liucheng03_01.png) no-repeat center; }
.liucheng .box ul li.lc03:hover dl{ background:#0e487f url(../images/liucheng03_02.png) no-repeat center; }
.liucheng .box ul li.lc04 dl{ background:#fff url(../images/liucheng04_01.png) no-repeat center; }
.liucheng .box ul li.lc04:hover dl{ background:#0e487f url(../images/liucheng04_02.png) no-repeat center; }
.liucheng .box ul li.lc05 dl{ background:#fff url(../images/liucheng05_01.png) no-repeat center; }
.liucheng .box ul li.lc05:hover dl{ background:#0e487f url(../images/liucheng05_02.png) no-repeat center; }
.liucheng .box ul li.lc06 dl{ background:#fff url(../images/liucheng06_01.png) no-repeat center; }
.liucheng .box ul li.lc06:hover dl{ background:#0e487f url(../images/liucheng06_02.png) no-repeat center; }
.liucheng .box ul li.lc07 dl{ background:#fff url(../images/liucheng07_01.png) no-repeat center; }
.liucheng .box ul li.lc07:hover dl{ background:#0e487f url(../images/liucheng07_02.png) no-repeat center; }
.liucheng .box ul li.lc08 dl{ background:#fff url(../images/liucheng08_01.png) no-repeat center; }
.liucheng .box ul li.lc08:hover dl{ background:#0e487f url(../images/liucheng08_02.png) no-repeat center; }
.liucheng .box ul li p{ color: #fff; font-size: 16px; margin-top: 10px; }
.liucheng .tel{ width: 370px;  margin: 0 auto; position: relative; }
.liucheng .tel .box{height: 50px; padding: 3px 3px 3px 80px;  background: #fff url(../images/icon04.png) no-repeat left 30px center; border-radius: 50px; position: relative;z-index: 11;}
.liucheng .tel:before{ content: ""; width: 1200px; height:2px; border-top: #7a919d dashed 2px; position: absolute; left:50%; top: 50%; margin-left: -600px; z-index: 1; }
.liucheng .tel p{ text-align: center; line-height: 44px; background: #0e487f; color: #fff; font-size: 24px; border-radius: 50px;}

.iabout{ padding:70px 80px 50px; }
.iabout .con{ width: 50%; padding-right: 50px; float: left; }
.iabout .con .tit{ font-size: 40px; color: #000; font-weight: bold; line-height: 1; padding-bottom: 14px; margin-bottom: 30px; position: relative; }
.iabout .con .tit:after{ content: ""; width: 70px; height:4px; background: #015db3; position: absolute; left: 0; bottom:0; }
.iabout .con dl{ font-size: 20px; color: #015db3; font-weight: 500; margin-bottom: 30px; }
.iabout .con .box{ font-size: 18px; color: #888; font-weight: 300; line-height: 2; margin-bottom: 30px; }
.iabout .con .box p{text-indent: 2em;}
.iabout .con a.more{ width: 156px; height: 50px; line-height: 50px; font-size: 18px; text-align: center; background: #015db3; color: #fff; border-radius: 50px; display: block; transition: background 0.56s ease;}
.iabout .con a.more:hover{ background: #014280; }
.iabout .pic{ width: 50%; float: left; }

.inews{ background: #f1f1f1; padding: 50px 0; }
.inews .inews_l{ width: 50%; padding-right: 20px; float: left; }
.inews .inews_l a{display: block;}
.inews .inews_l dl{ position: relative; padding-bottom: 48.275%; 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: #185389; 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: #888;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: #ccc 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: #cccccc; 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; transition: color 0.56s ease;}
.inews .inews_r 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;}
.inews .inews_r ul li a:hover dl{background: #185389;}
.inews .inews_r ul li a:hover h3{color: #185389;}
.inews .inews_r ul li a:hover dd{color: #185389;}

.about{ padding:60px 80px 120px; position: relative; }
.about:after{ content: ""; width: 100%; height: 70px; background: #ebebeb; position: absolute; left: 0; bottom: 0; }
.about .wrap{ position: relative; }
.about .con{ width: 60%; float: left; }
.about .con .tit{ font-size: 40px; color: #000; font-weight: bold; line-height: 1; padding-bottom: 14px; margin-bottom: 30px; position: relative; }
.about .con .tit:after{ content: ""; width: 70px; height:4px; background: #015db3; position: absolute; left: 0; bottom:0; }
.about .con dl{ font-size: 20px; color: #015db3; font-weight: 500; margin-bottom: 30px; }
.about .con .box{ font-size: 18px; color: #888; font-weight: 300; line-height: 2; margin-bottom: 30px; }
.about .con .box p{text-indent: 2em;}
.about .pic{ width: 40%; position:absolute; right: 0; bottom: -100px; z-index: 111; }

.honor{ padding: 70px 0; }
.honor .box{ position: relative; }
.honor .box .arrow-left,.honor .box .arrow-right{ width: 50px; height: 100px; position: absolute; top: 50%; margin-top: -50px; z-index: 11; }
.honor .box .arrow-left{ left: -60px; background:#d4d5d5 url(../images/arrow-left.png) no-repeat center; }
.honor .box .arrow-right{ right:-60px; background:#d4d5d5 url(../images/arrow-right.png) no-repeat center; }
.honor .swiper-slide{ padding: 0 21px; box-sizing: border-box; }
.honor dl{ border: #ccc solid 1px; position: relative; overflow: hidden; padding-bottom: 139.09%; }
.honor dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}

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

.pronav{ background: #eceff4; text-align: center; padding: 25px 0; }
.pronav li{ display: inline-block; margin: 0 25px; }
.pronav li a{ font-size: 18px; font-weight: normal; background: #fff; padding: 15px 35px; border-radius: 5px; display: block; transition: background 0.56s ease;}
.pronav li a:hover,.pronav li.on a{ background: #000; color: #fff; }

.news{ padding: 60px 0; }
.picNews{ overflow: hidden; margin-bottom: 40px;}
.picNews ul{ margin: 0 -20px; }
.picNews ul li{ width: 50%; padding: 0 20px; float: left; }
.picNews ul li a{display: block;}
.picNews ul li dl{ position: relative; padding-bottom: 48.275%; color: #fff; font-size: 14px; text-align: center; overflow: hidden; }
.picNews ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.picNews ul li dl dt{ width: 80px; height: 90px; background: #185389; position: absolute; left: 0; top: 0; z-index: 11;}
.picNews ul li dl dt b{ font-size: 40px; line-height: 1; margin-bottom: 5px; padding-top: 10px; display: block; }
.picNews ul li ol h3{ font-size: 18px; font-weight: normal; color: #000; margin: 10px 0 5px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.picNews ul li ol dd{ font-size: 16px;color: #888;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.newslist ul{ overflow: hidden;}
.newslist ul li{ border-bottom:#ccc solid 1px; padding: 20px 0;  overflow: hidden; }
.newslist ul li a{display: block;}
.newslist ul li dl{ width: 80px; height: 90px; color: #fff; font-size: 14px; text-align: center; background: #cccccc; padding-top: 10px; float: left; transition: background 0.56s ease;}
.newslist ul li dl b{ font-size: 40px; line-height: 1; margin-bottom: 5px; display: block; }
.newslist ul li ol{ padding-left:100px; }
.newslist ul li ol h3{ font-size: 18px; color: #000; font-weight:400; margin-bottom: 8px; transition: color 0.56s ease;}
.newslist 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;}
.newslist ul li a:hover dl{background: #185389;}
.newslist ul li a:hover h3{color: #185389;}
.newslist ul li a:hover dd{color: #185389;}

.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: 32px; 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 8px; margin-bottom: 20px; padding: 30px;}
.newsview .newspage dl:hover{ border:#015db3 solid 8px; }
.newsview .newspage dl ol{font-size: 16px; margin-bottom: 10px;}
.newsview .newspage dl a{font-size: 18px; font-weight: normal; color: #000;}

.contact{ padding: 60px 0; }
.contact .box{ width: 50%; padding-right: 15px; float: left; }
.contact .con{background: #f3f5f8; height: 440px; padding: 40px; font-size: 18px; line-height: 2; font-weight: normal; }
.contact .con dl{ font-size: 24px; color: #000; font-weight: bold; margin-bottom: 15px; }
#map{ width: 50%; height:440px; float: right; }
#map img{max-height:inherit;max-width:inherit; }

.footer{ background: #343434; }
.footer .fmain{ padding: 60px 0 40px; }
.footer .fmain .item{ float: left; }
.footer .fmain .item.fnav{ width: 36%; padding-right: 90px;}
.footer .fmain .item.fnav ul{ overflow: hidden; }
.footer .fmain .item.fnav ul li{ width: 33.33%; margin-bottom: 25px; float: left; }
.footer .fmain .item.fnav ul li a{ color: #bcbcbc; }
.footer .fmain .item.fnav ul li a:hover{ color: #0067c5; }
.footer .fmain .item.fcontact{ width: 33%;}
.footer .fmain .item.fcontact .box{ color: #bfbfbf; }
.footer .fmain .item.ewm{ float: right; }
.footer .fmain .item h3{ font-size: 24px; font-weight: bold; color: #fff; line-height: 1.2; background:url(../images/icon03.png) no-repeat left center; padding-left: 36px; margin-bottom: 26px; }
.footer .copyright{ background: #202020; color: #bcbcbc; font-size: 14px; line-height: 50px; text-align: center; }
.footer .copyright a{ color: #bcbcbc; }

/*搜索框*/
.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;}

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

@media screen and (max-width:1460px){
.products .box ul{ margin: 0 -20px; }
.products .box ul li{ padding: 0 20px; }

.iabout .con .tit{ font-size: 30px; margin-bottom: 20px; }
.iabout .con .tit:after{ height:3px; }
.iabout .con dl{ font-size: 17px; margin-bottom: 20px; }
.iabout .con .box{ font-size: 16px; line-height: 1.8; margin-bottom: 30px; }
.iabout .con a.more{ width: 140px; height: 42px; line-height: 42px; font-size: 16px; }
}

@media screen and (max-width:1240px){
.wrap{ width: 100%; padding: 0 15px;}

.header .logo{ height: 85px; padding-top: 15px;}
.header .nav ul li{ margin-left: 15px; }
.solution .solution_l h3{ font-size: 33px; }
.solution .solution_l ul li h4{ font-size: 50px; }
}

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

.header{ width: 100%; height: 60px; position: fixed; left: 0; top:0; z-index: 99999;}
.header .logo{ height: 54px; padding-top: 8px; }
.header .headRight{ float: none; margin-top: 0; width: 100%; height: calc(100vh - 60px); background: #fff; position: fixed; left: 0; top: 60px; display: none; }
.header .nav{float: none;padding-right: 0;  border-top: #eee solid 1px; border-right: none; margin-bottom: 20px;}
.header .nav ul li{ height: auto; float: none; position: relative; margin-left: 0; border-bottom: #eee solid 1px;}
.header .nav ul li a{ font-size: 16px; color: #585858; font-weight: 400; line-height: 50px;  padding: 0 15px; display: block;  }
.header .nav ul li a:hover{ color: #006cff; }
.header .nav ul li.on:after{ content: ""; width:100%; height: 3px; background: #006cff; position: absolute; left: 0; bottom:0;}
.header .searchBtn{ width: 22px; height: 22px; background:url(../images/icon01.png) no-repeat center; cursor: pointer; margin-left: 22px; float: left; }
.header .lang{ float: left; margin-left: 20px;}
.header .lang a{ color: #666; font-size: 18px; line-height: 22px; }
.header .menu-toggle{display: none;}

.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:180px; position: relative; width: 100%;}
.banner .swiper-container{ width:100%; height:180px; overflow:hidden;}
.banner .swiper-container .swiper-slide{width:100%; height: 180px; background-position:center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-container .swiper-slide a{width:100%; height: 180px;display: block;}
.banner .pagination {position: absolute;z-index: 20;bottom:10px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:10px; height: 10px; background:#fff; margin: 0 2px; border-radius: 10px; cursor: pointer;}
.banner .swiper-active-switch { background: #006cff; opacity: 1;}

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

/*大标题*/
.title{ margin-bottom: 20px; }
.title h2{ font-size: 24px; margin-bottom: 5px; }
.title h2 span{ margin-right: 8px; }
.title p{ font-size: 14px; }
.title p:before{ content: ""; width:20px; height: 1px;left: -30px;}
.title p:after{ content: ""; width:20px; height: 1px; right: -30px;}

.pronav{ padding: 20px 0; }
.pronav li{ margin: 0 5px; }
.pronav li a{ font-size: 15px; padding: 8px 20px;}

.products{ padding: 45px 0 50px; }
.products .box{ padding: 0 15px; }
.products .box ul{ margin: 0 -5px; }
.products .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
.products .box ul li dl{ margin-bottom:5px;}
.products .box ul li h3{ font-size: 15px; }
.products .more{ width: 120px; height: 36px; line-height: 36px; font-size: 15px;  margin: 20px auto 0; }

.proview{ padding: 30px 0;}
.proview .tit{ margin-bottom: 30px; }
.proview .tit h1{font-size: 18px; }
.proview .picbox{ overflow: hidden; margin-bottom: 35px; text-align: center;}
.proview .picbox dl{ width: 100%; padding-right: 0; float: none; margin-bottom: 20px;}
.proview .picbox ol{ width: 100%; float: none; }
.proview .box{ font-size: 14px; }
.proview .table-responsive{ overflow-x: auto; margin: 10px 0; }
.proview .proPage{ padding-top: 40px; margin:50px 0 30px; }
.proview .proPage a{ padding: 8px 28px; margin: 0 20px; font-size: 15px;}

.solution{ padding: 0 0 30px; }
.solution .solution_t{ position: relative;}
.solution .solution_l{ float: none; width: 100%; padding-top: 30px; text-align: center;}
.solution .solution_l h3{ font-size: 26px; }
.solution .solution_l p{font-size: 15px;}
.solution .solution_l ul{ margin:20px -10px 0; }
.solution .solution_l ul li{ font-size: 14px; text-align: center; padding: 0 10px; float: left; }
.solution .solution_l ul li h4{ font-size: 36px; }
.solution .solution_l ul li h4 span{ font-size: 14px; }
.solution .solution_r{ display: none;}
.solution .solution_b{ margin-top: 20px; }
.solution .solution_b ul{}
.solution .solution_b ul li{ width: 50%; height: 190px; padding: 15px;  border-right: #f1f1f1 solid 2px; border-left: #f1f1f1 solid 2px; margin-bottom: 4px;}
.solution .solution_b ul li i{ width: 40px; height: 40px; background-size: contain; margin:20px auto 20px;}
.solution .solution_b ul li p{ font-size: 14px;}
.solution .solution_b ul li:hover { background: #185389; }
.solution .solution_b ul li:hover i{ background-size: contain;  }
.solution .solution_b ul li:hover p{color:#fff;}
.solution .solution_b ul ol{ width: 100%; height:180px; background-size: 160px auto; padding: 40px 0 0 25px; border-right: #f1f1f1 solid 2px; border-left: #f1f1f1 solid 2px;}
.solution .solution_b ul ol h3{ font-size: 18px;padding-bottom: 5px; position: relative;}
.solution .solution_b ul ol h3:after{ content: ""; width: 30px; height:2px;}
.solution .solution_b ul ol p{ font-size: 24px; font-weight: bold; color: #888; }

.liucheng{  padding: 40px 0 40px; }
.liucheng .title h2{font-size: 24px;}
.liucheng .title p{  margin-top: 5px;}
.liucheng .title p:before{ width: 20px; left: -30px;  }
.liucheng .title p:after{ width: 20px; right: -30px; }
.liucheng .box{ padding: 30px 0 30px; overflow: hidden;}
.liucheng .box ul{ overflow: hidden; margin: 0 -10px;}
.liucheng .box ul li{ float: left; width: 50%; margin-bottom: 15px;}
.liucheng .box ul li p{ color: #fff; font-size: 13px; margin-top: 8px; }
.liucheng .tel{ width: 300px;  margin: 0 auto; position: relative; }
.liucheng .tel .box{height: 50px; padding: 3px 3px 3px 80px;}
.liucheng .tel p{  line-height: 44px; font-size:18px;}

.iabout{ padding:40px 15px 30px; }
.iabout .con{ width: 100%; padding-right: 0; float: none; margin-bottom: 30px; }
.iabout .con .tit{ font-size: 24px; padding-bottom: 14px; margin-bottom: 20px; text-align: center; }
.iabout .con .tit:after{ content: ""; width: 50px; height:2px; position: absolute; left: 50%; bottom: 0; margin-left: -25px; }
.iabout .con dl{ font-size: 16px; margin-bottom: 20px; text-align: center; }
.iabout .con .box{ font-size: 14px;line-height: 1.8; margin-bottom: 30px; }
.iabout .con a.more{ width: 120px; height: 36px; line-height: 36px; font-size: 15px; margin: 0 auto;}
.iabout .pic{ width: 100%; float: none; }

.inews{ background: #f1f1f1; padding: 40px 0; }
.inews .inews_l{ width: 100%; padding-right: 0; float: none; margin-bottom: 30px;}
.inews .inews_l dl dt{ width: 60px; height: 60px; font-size: 13px;}
.inews .inews_l dl dt b{ font-size: 26px; margin-bottom:2px; padding-top: 8px;  }
.inews .inews_l ol h3{ font-size: 16px;  margin: 10px 0 5px; }
.inews .inews_l ol dd{ font-size: 15px;}
.inews .inews_r{ width:100%; padding-left: 0; float: none; }
.inews .inews_r ul{ overflow: hidden; margin-top: -20px;}
.inews .inews_r ul li{ border-top: #ccc solid 1px; padding: 15px 0; }
.inews .inews_r ul li a{display: block;}
.inews .inews_r ul li dl{ width: 80px; height: 80px; color: #fff; font-size: 14px; padding-top: 10px;}
.inews .inews_r ul li dl b{ font-size: 34px; 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: 16px; margin-bottom: 8px; transition: color 0.56s ease;}
.inews .inews_r ul li ol dd{ font-size: 14px; }

.about{ padding:40px 0 60px; }
.about:after{ height: 50px; }
.about .wrap{ position: relative; }
.about .con{ width: 100%; float: none; }
.about .con .tit{ font-size: 24px; padding-bottom: 14px; margin-bottom: 20px; text-align: center;}
.about .con .tit:after{ content: ""; width:50px; height:2px; position: absolute; left: 50%; bottom: 0; margin-left: -25px;}
.about .con dl{ font-size:16px;  margin-bottom: 20px; text-align: center; }
.about .con .box{ font-size: 15px; line-height: 1.8; margin-bottom: 30px; }
.about .pic{ display: none; }

.honor{ padding: 50px 0; }
.honor .box{ position: relative; }
.honor .box .arrow-left,.honor .box .arrow-right{display: none; }
.honor .swiper-slide{ padding: 0 10px; box-sizing: border-box; }

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

.news{ padding: 40px 0 30px; }
.picNews{ overflow: hidden; margin-bottom: 10px;}
.picNews ul{ margin: 0; }
.picNews ul li{ width: 100%; padding: 0; float: none; margin-bottom: 15px;}
.picNews ul li dl dt{ width: 60px; height: 60px; font-size: 13px;}
.picNews ul li dl dt b{ font-size: 26px; margin-bottom:2px; padding-top: 8px; }
.picNews ul li ol h3{ font-size: 16px;  margin: 10px 0 5px;}
.picNews ul li ol dd{ font-size: 15px;}

.newslist ul li{  padding: 15px 0; }
.newslist ul li dl{ width: 80px; height: 80px;}
.newslist ul li dl b{ font-size: 34px; line-height: 1; margin-bottom: 5px; display: block; }
.newslist ul li ol h3{ font-size: 16px; margin-bottom: 8px;}
.newslist ul li ol dd{ font-size: 14px; line-height: 1.6; }

.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: 15px; line-height: 1.7; min-height: 500px;}
.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:#015db3 solid 4px; }
.newsview .newspage dl ol{font-size: 14px; margin-bottom: 10px;}
.newsview .newspage dl a{font-size: 15px; font-weight: normal; color: #000;}

.contact{ padding: 40px 0; }
.contact .box{ width: 100%; padding-right: 0; float: none; }
.contact .con{ height: auto; padding: 30px; font-size: 15px; line-height:1.8;}
.contact .con dl{ font-size: 20px; margin-bottom: 15px; }
#map{ width: 100%; height:240px; float: none; }

.footer{ background: #343434; }
.footer .fmain{ padding: 40px 0 40px; }
.footer .fmain .item{ float: left; }
.footer .fmain .item.fnav{ width: 100%; padding-right: 0; margin-bottom: 20px;}
.footer .fmain .item.fnav ul{ overflow: hidden; }
.footer .fmain .item.fnav ul li{ width: 33.33%; margin-bottom:5px; font-size: 15px; float: left; }
.footer .fmain .item.fcontact{ width: 100%;}
.footer .fmain .item.fcontact .box{ font-size: 14px;}
.footer .fmain .item.ewm{display: none; }
.footer .fmain .item h3{ font-size: 20px; line-height: 1.4; padding-left: 36px; margin-bottom: 15px; }
.footer .copyright{ font-size: 14px; line-height: 50px; }

/*===/分页=============================*/
.fenye { font-size: 15px; width: 100%; height: 50px; margin: 30px 0 10px;}
.fenye .prev, .fenye .next { padding: 7px 10px; margin-right: 3px;font-size: 17px; }
.fenye a {padding: 5px 10px;margin-right: 3px; font-size: 14px;}
.fenye a.current { padding: 5px 10px; margin-right: 3px;}
}