@charset "utf-8";
.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(../images/ajaxloader.gif) no-repeat center center}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}
100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}

@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1569468468790'); /* IE9 */
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/c9fd353b9bfe4927930b4f4907d75d90.woff') format('woff2'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon:before {
  content: "\e641";
}

.icon-menu:before {
  content: "\e64e";
}

.icon-phone:before {
  content: "\e7f1";
}

.icon-mail:before {
  content: "\e835";
}

.icon-fuheguojibiaozhun:before {
  content: "\e63e";
}

.icon-yuyan:before {
  content: "\e632";
}

.icon-answer:before {
  content: "\e639";
}

.icon-jia:before {
  content: "\e62b";
}

.icon-ic_writeanswer:before {
  content: "\e67c";
}

.icon-riqi:before {
  content: "\e6b9";
}

.icon-mail1:before {
  content: "\e649";
}

.icon-tubiao-:before {
  content: "\e631";
}

.icon-send:before {
  content: "\e620";
}

.icon-gaishu:before {
  content: "\e68d";
}

.icon-dingwei:before {
  content: "\e6d3";
}

.icon-linkedin:before {
  content: "\ee82";
}

.icon-message:before {
  content: "\e623";
}

.icon-twitter:before {
  content: "\e61b";
}

.icon-liuyan:before {
  content: "\e744";
}

.icon-dizhi:before {
  content: "\e68f";
}

.icon-guige:before {
  content: "\e640";
}

.icon-search:before {
  content: "\e602";
}

.icon-yingyong:before {
  content: "\e73c";
}

.icon-youtube:before {
  content: "\e693";
}

.icon-Fax:before {
  content: "\e63f";
}

.iconfont:before{ display: block; margin:0 auto; }

@font-face {
  font-family: 'ebrima';
  src: url('../fonts/ebrima.eot');
  src: local('☺'), url('../fonts/ebrima.woff') format('woff'), url('../fonts/ebrima.ttf') format('truetype'), url('../fonts/ebrima.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ebrimab';
  src: url('../fonts/ebrimabd.eot');
  src: local('☺'), url('../fonts/ebrimabd.woff') format('woff'), url('../fonts/ebrimabd.ttf') format('truetype'), url('../fonts/ebrimabd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rufbrush';
  src: url('../fonts/rufbrush.eot');
  src: local('☺'), url('../fonts/rufbrush.ttf') format('truetype'), url('../fonts/rufbrush.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{font-family:Arial, Helvetica, sans-serif; font-size: 16px; overflow-x: hidden; color: #333; font-family:ebrima }
html, body, div, span, h1, h2, h3, h4, h5, h6, p,table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0;}
input,select,textarea{font-size: 16px;border:none;margin: 0;padding: 0; outline: none; font-size: 14px; font-family:ebrima}
button{font-family: ebrima; transition: all .3s;}
img{border: 0 none;vertical-align: middle;}
a{color: #333;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer;}
a:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}

.backToTop{width:46px; height:46px; right:10px; bottom:50px; background:#286acb url(../images/icon_top.png) no-repeat center; z-index: 3; background-size:120%; cursor:pointer; position:fixed; text-indent:9999px; color: #fff; border-radius:0; transition: all .3s}
.backToTop:hover{background-color:}

header{ height:100px;position: fixed; top: 0; width: 100%; left: 0; z-index: 9;background:#fff; box-shadow:0 2px 2px 2px rgba(0,0,0,0.05);}
header .warper{position: relative;}
.logo{ position: absolute; left:0; top:0; }
.logo a{display: block; }
.logo img{display: block; height: 177px; transition: all .3s;}
#nav{ float: right;margin-right: 290px; }
nav li{ display: inline-block; margin-left:10px; float: left; position: relative;}
nav li>a{ display: block; padding:0; font-size: 15px; font-weight: 600; overflow: hidden; text-transform: uppercase; line-height:100px; transition:0.5s; position: relative; font-family: ebrima }
nav li>a:after{width:0; content: ""; position: absolute; left: 0; bottom: 0;height: 4px; background: #286acb; transition: all .3s;}
nav li.on>a:after,nav li:hover>a:after{width: 100%;}
nav dl{ position: absolute; background: #286acb; text-align: left; display: block; top:100px; opacity: 0; transition: opacity 1s ease; left: 9999px; z-index: 999; min-width: 260px; }
nav dl dd{border-bottom: 1px solid rgba(255,255,255,.1);}
nav dl dd:last-child{border:0;}
nav dl a{ color: #fff; display: block; padding: 13px 20px; white-space: nowrap;}
nav dl a:hover{ background:rgba(255,255,255,.1);}
nav li:hover dl{ opacity: 1; left: 0;}
nav li:hover .menu{opacity: 1; left: 50%; margin-left: -720px;}

.headmail{border-radius: 50%; display: block; width: 42px; height: 42px; position: absolute; right: 205px; top: 29px; line-height: 42px; background: #eaeaea; text-align: center; color: #878787; font-size: 28px;}
.headmail:hover{background: #286acb; color: #fff;}
.searchbox{position: absolute; right: 0; top: 29px ; z-index: 1;}
.searchbox form{ background:#286acb; height: 42px; border-radius: 35px; overflow: hidden; }
.searchbox form i{ font-size: 24px;color: #fff }
.searchbox input{ width: 0; line-height:42px; background:none; color: #fff; float: left; transition: all .3s;}
.searchbox button{font-size:28px; width:42px; background:#286acb; line-height:42px; border-radius: 50%; font-weight: 100; text-align: center; border:0; }
.searchbox input::-webkit-input-placeholder { color: #fff;}
.searchbox input:-moz-placeholder {  color: #fff;}
.searchbox:hover input{width: 230px; padding-left: 20px;}
.languagebox{ top: 29px; right: 55px; position: absolute; width: 135px; border-radius: 35px; font-size: 15px; background: #eaeaea; height: 42px; padding: 0 12px 0 12px;}
.languagebox i{display: inline-block; vertical-align: top ; margin-top:9px; color: #878787; font-size: 23px; position: relative; z-index: 1;}
.languagebox ul{ padding-right:15px; padding-left: 21px; height: 42px; display: inline-block; vertical-align: middle; overflow: hidden; transition: all .3s; background:#eaeaea url(../images/selectbg.png) no-repeat 94% 19px; position: absolute; left:15px; top: 0;}
.languagebox ul li{padding:0 5px;}
.languagebox a{ line-height: 40px;}
.languagebox:hover ul{height:auto;}

#nav .nav-button{width: 35px; height: 35px; border-radius: 3px; background: #333; color: #fff; position: absolute; right: 10px; top: 19px; line-height: 35px;text-align: center; font-size: 20px; display: none;}
#nav .nav-button i{font-size: 22px;}
.close-nav{position: fixed;top:0;left:0;width: 100%;height: 100%;background: #000;opacity: 0;visibility: hidden;transition: 0.5s;z-index: 88;}
.nav-open{transform: translateX(0);}
.close-open{opacity: 0.5;visibility: visible;}
.body-hidden{overflow: hidden!important;}
.position{position: fixed;left: 0;right: 0;background: #fff; top: 0; z-index: 99; box-shadow: 0 1px 5px 1px rgba(0,0,0,.07)}
.position .logo img{ height: 100px;  }

.footer{ background: #131313; overflow: hidden; color: #b2b2b2}
.footer a{ color: #b2b2b2;}
.footer .row{ background:url(../images/footbg.jpg) no-repeat center; background-size: cover}
.footer .warper{padding:55px 0; overflow: hidden;}
.footer .item{width: 30%; float: left; color: #ddd;}
.footer .item2{margin:0 0 0 8%}
.footer .item3{float: right; width: 25%;}
.footer h4{font-size:24px; text-transform: uppercase; color: #fff; margin-bottom:30px;}
.footer ul{max-width: 1200px; margin:0 auto;}
.footer li{ line-height: 26px; margin-bottom:13px; position: relative; transition: all .3s;}
.footer li strong{ margin-right: 5px; text-transform: uppercase; }
.footer dd{line-height: 28px; margin-bottom: 6px; text-transform: uppercase;}
.footer .media{ margin-top: 50px; }
.footer .media a{ font-size:22px; background: #31333a; border-radius: 50%; width: 36px; height: 36px; line-height: 38px; text-align: center; display: block; float: left; color: #fff; margin-right:15px;}
.footer .media a.icon-tubiao-:hover{background: #4460a0}
.footer .media a.icon-twitter:hover{background: #2fb0ec}
.footer .media a.icon-linkedin:hover{background: #0084b1}
.footer .media a.icon-youtube:hover{background: #dd1829}
.footer .item input,.footer .item textarea{width: 100%; border:0; background: #35363e; color: #eee; font-size: 16px; line-height: 24px; resize: none; padding:9px 12px; margin-bottom:10px;}
.footer .item textarea{line-height: 26px;height: 120px;}
.footer .item input::-webkit-input-placeholder,footer .item textarea::-webkit-input-placeholder { color: #ababab;}
.footer .item input:-moz-placeholder,footer .item textarea:-moz-placeholder { color: #ababab;}
.footer .item button{background:#286acb; color: #fff; width:170px; height: 40px; font-size: 16px; border:0;}
button{cursor: pointer;}
.copyright{ padding:35px 15px 48px 15px; font-size: 14px; border-top: 1px solid rgba(255,255,255,.05); max-width: 1300px; margin: 0 auto; text-align: center; color: #676767; overflow: hidden; line-height: 24px;}
.copyright a{ color: #676767}
.footer li:hover,.footer li:hover a,.footer dd a:hover,.copy a:hover{color: #286acb}

.fixnav{position: fixed; left: 0; bottom:35%; z-index: 10;}
.fixnav li a{display: block; font-size: 25px; text-align: center;width:38px;line-height:38px; height:38px; display: block; }
.fixnav li a.icon-tubiao-{background: #4460a0}
.fixnav li a.icon-twitter{background: #2fb0ec}
.fixnav li a.icon-googleplus{background: #d74837}
.fixnav li a.icon-linkedin{background: #0084b1}
.fixnav li a.icon-youtube{background: #dd1829}
.fixnav li{ transition: all .3s; margin-bottom: 2px;position: relative; height:38px;}
.fixnav li h6{display: block; font-weight: 100; width:38px; z-index: 0; height:38px; font-size:24px;text-align: center;vertical-align: middle;line-height:38px;}
.fixnav li.item1,.fixnav li.item1 span{background: #f57a1d}
.fixnav li.item2,.fixnav li.item2 span{background: #da251d}
.fixnav li span{ line-height:38px; transition: all .3s; text-align: left; overflow: hidden; font-size: 15px; padding:0 15px; margin-left:38px; position: absolute; left:0; top:0; z-index: 3; display: none; width:150px; }
.fixnav li:hover span{display: block;}
.fixnav li:hover span{width:200px;}
.fixnav li.item2:hover span{width:160px;}
.fixnav a{color: #fff}

#banner{position: relative;}
#banner img{ width: 100%; display: block; }
#banner .owl-controls{margin-top: 0}
#banner .owl-controls .owl-buttons{display: none;}
#banner .owl-pagination{position: absolute; left: 0; bottom: 30px; text-align: center; width: 100%;}
#banner .owl-controls .owl-page{display: inline-block; vertical-align: middle;}
#banner .owl-controls .owl-page span{border:2px solid #fff; background:none; opacity: 1; width: 18px; height: 18px; margin: 0 4px;}
#banner .owl-controls .owl-page.active span{ background:#fff; width: 14px; height: 14px;}

/*版块标题*/
body{padding-top:100px; max-width: 1920px; margin: 0 auto}
.warper{max-width:1300px; margin:0 auto;}
.container{width: 100%; padding:0; margin:0;}
.row{overflow: hidden;}
.conbox{padding:40px 0 80px 0;}
.hometit{margin-bottom: 20px; background: url(../images/bg_logo.png) no-repeat center top; text-align: center; }
.hometit h2{font-size:36px; font-style: italic; text-transform: uppercase; line-height: 107px; }
.hometit p{color: #888; text-align: center; line-height: 28px; margin-top: 10px;}

.news_lis img,.case_lis img,.topcase img,.lis_case img{display: block; width: 100%; transition: all .3s;}

.productbox{overflow: hidden; text-align:center; padding-bottom: 40px; }
.productbox .warper{position: relative;}
.productbox dl{ text-align: center; font-size: 17px; display: inline-block; margin-bottom: 15px; }
.productbox dd{line-height: 34px; display: inline-block; position: relative; float: left;}
.productbox dd:after{width: 1px; height:16px; position: absolute; right: 0; top:50%; margin-top: -8px; background: #ddd;content: ""}
.productbox dd:last-child:after{display: none;}
.productbox dd a{display: block; padding:0 13px; color: #444;}
.productbox dd:hover a{color: #286acb; font-weight: 600}
.pro_lis{overflow: hidden; margin:0 -8px;}
.pro_lis li{width:23.6%; margin:0 .7%; margin-bottom:25px; float: left; text-align: center; overflow: hidden; position: relative;}
.pro_lis li a{display: block; position: relative; overflow: hidden;}
.pro_lis li .pic{ margin-bottom: 10px;}
.pro_lis h3{ line-height: 27px; font-size: 17px; margin-bottom:5px; transition: all .3s; height:27px; overflow: hidden;}
.pro_lis em{font-size:14px; text-transform: uppercase; font-style: normal; line-height: 30px;padding-left: 16px; height: 30px; margin: 0 auto; display: block; width: 100px; background: #286acb; color: #fff; font-weight: 100; transition: all .3s; opacity: 0}
.pro_lis em i{ display: inline-block; margin-left: 8px; }
.pro_lis img{display: block; width: 100%; transition: all .3s;}
.pro_lis li:hover em{opacity: 1}
.pro_lis li:hover img{transform: scale(1.1);}

.search{background: url(../images/searchbg.jpg) no-repeat center ; background-size: cover; text-align: center; padding: 50px 0}
.key,.key a{color: #444; font-size: 17px;}
.key{margin-top: 20px;}
.key a:hover{color: #286acb;font-weight: 600}
.search form{width:680px; margin: 0 auto }
.search input{height:70px; width:515px; border-radius: 5px 0 0 5px; float: left; padding: 0 15px; font-size: 18px; }
.search button{background: #286acb; color: #fff; text-transform: uppercase; font-size: 24px; width:165px; border:0; height:70px; border-radius: 0 5px 5px 0; }

.servicebox{overflow: hidden; background:#1c67d2 url(../images/homeservicebg.jpg) no-repeat center ;background-size: cover; position: relative;}
.servicebox ul{position: relative; z-index: 2;}
.servicebox li{text-align: center; color: #fff; font-size: 14px; width: 25%; float: left; padding:60px 20px 0 20px; height:300px; }
.servicebox li h4{font-size: 18px; margin: 10px 0; font-family: ebrimab; text-transform: uppercase; font-weight: 100}
.servicebox li p{max-height: 60px; overflow: hidden; height: 0; transition: all .3s;}
.servicebox li h6{width: 114px; margin: 0 auto; transition: all .3s;}
.servicebox li h6 img{width: 100%; transition: all .3s}
.servicebox li:hover p{ height: 60px;  }
.servicebox li:hover h6{ width: 90px;}
canvas{ display:block; vertical-align:bottom;}
#particles-js{ width:100%; height:200%;position: absolute; left: 0; top: 0; opacity: .5}

.aboutbox{overflow: hidden; background: url(../images/aboutbg.jpg) no-repeat left top; position: relative; padding: 70px 0; }
.aboutbox .box{ width: 50%; background: #fff; padding: 50px; }
.aboutbox .hometit{text-align: left; background-position: left top}
.aboutbox .fon{line-height: 27px; height: 325px; overflow: hidden; margin-bottom: 30px;}
.aboutbox .fon p{margin-bottom: 15px;}
.aboutbox .box a.more{font-size:14px; text-transform: uppercase; font-style: normal; line-height: 30px;padding-left: 16px; height: 30px; display: block; width: 150px; background: #286acb; color: #fff; font-weight: 100; transition: all .3s;position: relative;}
.aboutbox .box a.more i{ display: inline-block; margin-left: 8px; position: absolute; right: 0; height: 100%;background: #1f4e92; width: 50px;text-align: center; transition: all .3s;}
.aboutbox .box a.more:hover i{background: #f3ae36}
.factoryshow {position: absolute; right: 0; top: 0; height: 100%; width: 50%;}
.factoryshow .owl-pagination{display: none;}
.factoryshow .owl-buttons{height: 40px;}
.factoryshow .owl-controls{position: absolute; left: -40px; bottom: 0; padding: 0; margin: 0 }
.factoryshow .owl-controls .owl-buttons div{width: 40px; height: 40px; background: #286acb url(../images/right.png) no-repeat center; background-size: 20px; text-indent: 9999px; overflow: hidden; border-radius: 0; margin: 0; opacity: 1; float: left;}
.factoryshow .owl-controls .owl-buttons div.owl-prev{transform: rotate(180deg);}
.factoryshow .owl-controls .owl-buttons div.owl-next{background-color: #f3ae36}

.casebox{background: #fff url(../images/casebg.jpg) no-repeat fixed; background-size: cover; overflow: hidden;}
.casebox .hometit{background: url(../images/bg_logo_bai.png) no-repeat center top;}
.case_lis{overflow: hidden; position: relative; width: 53%; float: left;}
.case_lis li{width:48.5%; float: left; margin-right:3%; position: relative; background: #286acb; overflow: hidden;}
.case_lis li:nth-child(even){margin-right: 0;}
.case_lis li:nth-child(1),.case_lis li:nth-child(2){margin-bottom: 20px;}
.case_lis li h3{line-height:28px; font-size: 17px; max-height:54px; text-align: center; color: #fff; position: absolute; left: 10%; bottom: 155%; width: 80%; transition: all .3s; overflow: hidden;}
.case_lis li h6{ position: absolute; left: 50%; margin-left: -25px; font-size: 35px; color: #fff; transition: all .3s; font-weight: 100; top: 155%;}
.case_lis li:hover img{ opacity: .1; transform: scale(1.1); }
.case_lis li:hover h3{bottom: 55%;}
.case_lis li:hover h6{top: 55%}
.topcase{width: 45.5%; float: right;}
.topcase .pic,.lis_case .pic{overflow: hidden;}
.topcase .con{background: #fff; padding: 12px; position: relative;}
.topcase h3{font-size: 17px; line-height: 28px; height: 56px; margin-right: 60px; overflow: hidden;}
.topcase h6{position: absolute; right: 0; top: 0; height: 100%; line-height: 80px; font-size: 24px; background: #286acb; color: #fff;width: 60px; font-weight: 100; text-align: center;}
.topcase:hover img{transform: scale(1.1);}

.newsbox{background: #f9f9f9}
.newsbox,.news_lis{overflow: hidden;}
.news_lis{padding-bottom: 10px; margin: 0 -5px;}
.news_lis li{background: #fff; width: 24%; float: left; transition: all .3s; margin: 0 .5%; overflow: hidden; padding-bottom: 25px; box-shadow: 0px 2px 8px 2px rgba(0,0,0,.05);}
.news_lis .pic,.pro_lis .pic{overflow: hidden;}
.news_lis h3{line-height:28px; font-size: 17px; font-weight: 100; max-height:54px; margin: 0 15px; overflow: hidden; transition: all .3s;}
.news_lis p{color: #888; line-height:26px; height:180px; overflow: hidden;}
.news_lis .time{ color: #666; margin:20px 15px 10px 15px; font-size: 15px; transition: all .3s; }
.news_lis .time i{display: inline-block; font-size: 20px; margin-right: 6px; vertical-align: middle; margin-top: -3px;}
.news_lis em{border:1px solid #666; display: inline-block; padding:8px 30px; font-weight: 600; margin-top:45px; margin-bottom: 12px;}
.news_lis li:hover{background: #286acb}
.news_lis li:hover h3,.news_lis li:hover p,.news_lis li:hover .time{color: #fff;}
.news_lis li:hover em{border-color: #fff; color: #fff;}
.news_lis li:hover img{transform: scale(1.1);}

/*二级页公用*/
.main{padding:60px 0 120px 0; overflow: hidden;}

.sub_banner{ width: 100%; overflow: hidden;position: relative; }
.sub_banner img{display: block;width: 100%;}
.sub_banner h2{position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; display: flex; align-items: center;justify-content: center; font-size:60px; font-weight: 100; color: #fff; font-family:rufbrush }
.positionline{ color: #666 }
.positionline .warper{position: relative; padding:13px 0 15px 40px; margin-top: 15px; margin-bottom:4px;}
.positionline a.iconfont{position: absolute; left: 0; top: 50%; margin-top: -14px; height: 29px; width:29px; text-align: center;background:url(../images/home.png) no-repeat; color: #fff; line-height: 50px; font-size:26px;}
.positionline a{color: #666}

.digg4  { padding:3px; margin:3px; text-align:center; font-family:Tahoma, Arial, Helvetica, Sans-serif; margin-top:20px; font-size: 16px;}
.digg4  a,.digg4 span.miy,.digg4 span.current,.digg4 .disabledfy{ width: 36px; height: 36px; line-height: 36px; display: inline-block; vertical-align: middle; border-radius: 50%; margin:0 2px; color:#888; text-decoration:none;}
.digg4  a:hover {  background:#ddd; }
.digg4  span.current { color:#fff; background:#286acb; text-decoration:none;}
.digg4  span.disabled { padding:2px 10px; margin:2px; color:#888;}
.digg4 .disabledfy { font-family: Tahoma, Verdana; font-size:26px;line-height: 30px;}
.foottop{height:80px; overflow:hidden; }
.bggray{background: #f6f6f6;}

/*详情*/
.infocon{color: #444; font-size: 17px;background: #f9f9f9; padding: 50px; margin-bottom: 60px;}
.infocon h1{font-size:24px; text-align: center; color: #222;}
.infocon img{ display: inline-block; max-width: 100%; }
.infocon .time{ text-align: center; margin:20px 0; color: #666; font-size: 15px;}
.infocon .time i{display: inline-block; font-size: 20px; vertical-align: middle; margin-top: -3px; margin-right: 10px;}
.infocon .other{border-top: 1px solid #ddd; padding:20px 0 0 0; color: #286acb; margin:50px 0 0 0; line-height: 26px;}
.infocon .other a{color: #444}
.infocon .other a:hover{ color: #286acb }
.infocon .other div{margin:5px 0;}
.infocon p{line-height:32px; margin: 15px 0;}
.infocon h3{font-size: 22px; font-family:ebrimab; }
.infocon .tit { margin-top:35px;}
.infocon .tit:nth-child(1){margin-top: 0}
.infocon .tit h6,.infocon .tit h3{display: inline-block; vertical-align: middle;}
.infocon .tit h6{font-size: 26px; color: #aaa;font-weight: 100; margin-right: 10px; height: 30px;}
.infocon .tit h6.icon_team{width: 26px; height: 22px; background: url(../images/iconteam.png) no-repeat}
/*联系我们*/

.maintit,.whot_pro h2,.rel_case h2{margin-bottom:15px; font-size: 30px; font-family:ebrimab; text-transform: uppercase; }
.whot_pro h2,.rel_case h2{text-transform: capitalize;}

.map{overflow: hidden; width: 44%; float: right;}
.map img{ width: 100%;}
.contactbox{border:1px solid #dfdfdf; padding: 50px;}
.edit-box{ font-size: 16px; overflow: hidden; width:44%; float: left; }
.edit-box h1{font-size:22px; text-transform: uppercase; line-height:32px;}
.edit-box ul{margin:10px 0 40px 0;}
.edit-box h6{font-weight: 100; color: #6c6c6c; font-size:18px; width: 30px; height: 30px; line-height: 30px; text-align: center; position: absolute; left: 0; top:18px; transition: all .3s; background:#ebebeb; border-radius: 50%;}
.edit-box li{ line-height: 26px; position: relative; color: #3c3c3c; border-bottom: 1px solid #ddd; padding:20px 0 20px 42px; }
.edit-box li strong{text-transform: uppercase;}
.edit-box li:hover{color: #286acb;}
.edit-box li:hover a{font-weight: 600; color: #286acb}
.edit-box li:hover h6{color: #fff; background: #286acb}
.edit-box .media strong{font-size: 18px; display: inline-block;vertical-align: middle; margin-right: 8px;}
.edit-box .media a{display: inline-block; vertical-align: middle; width:36px; height:36px; border-radius: 50%; color: #fff; background:#262c82; line-height:36px; text-align: center; font-size: 21px; margin-right:7px;}
.edit-box .media a.icon-tubiao-{background: #4460a0}
.edit-box .media a.icon-linkedin{background: #0085b2}
.edit-box .media a.icon-twitter{background: #30afeb}
.edit-box .media a.icon-youtube{background: #dd1829}
.edit-box .media a:hover{transform: rotate(360deg);}

.contact_form{ overflow: hidden; text-align: center; background: #f6f6f6; padding: 50px;}
.contact_form form {background: #fff; padding: 35px; overflow: hidden;}
.contact_form input,.contact_form textarea{ width: 100%; color: #333; background:#fff; resize: none; font-size: 16px; line-height: 26px; padding:8px 15px;}
.contact_form textarea{height: 120px;}
.contact_form p{ color: #999; line-height: 24px; margin-bottom: 15px;}
.contact_form input::-webkit-input-placeholder,.contact_form textarea::-webkit-input-placeholder { color: #444;}
.contact_form input:-moz-placeholder,.contact_form textarea:-moz-placeholder { color: #444;}
.contact_form button{ border: none; font-size:16px; background:#286acb; transition: all .3s; border-radius:0; color: #fff; display: inline-block; line-height:48px; height: 48px; width: 220px; margin-top: 12px; cursor: pointer;}
.contact_form button i{display: inline-block; margin-right: 10px; font-size: 25px; vertical-align: middle; margin-top: -2px;}
button:hover{opacity: .8}
.contact_form li{position: relative; border:1px solid #bcbcbc; overflow: hidden; margin-bottom:12px;width: 49%; float: left;}
.contact_form li font{position: absolute; left:6px; top:14px; color: #f00; font-size: 16px;}
.contact_form li:nth-child(even){margin-left: 2%}
.contact_form li:last-child{width: 100%;}

.img3{overflow: hidden; margin: 0 -10px;}
.img3 div{width: 31.333%; float: left; margin: 0 1%; text-align: center;}
.img3 img{display: block; width: 100%; border:2px solid transparent; transition: all .3s;}
.img3 div:hover img{border:2px solid #f3ae36;}
.img3 div strong{ margin-top: 12px; }

.bggray .contact_form{background: #fff; margin-top: 20px;}
.bggray .contact_form form{padding: 0}

/*list*/
.lis_case{overflow: hidden; margin: 0 -13px;}
.lis_case li{width: 31.3333%; float: left; margin: 0 1%; margin-bottom: 40px; background: #fff; overflow: hidden;}
.lis_case h3{ font-size: 17px; line-height: 26px; height: 52px; overflow: hidden; margin: 10px 0 0 0; }
.lis_case .pic{position: relative; background: #286acb}
.lis_case h6{position: absolute; left:50%; top: 50%; font-size:14px; opacity: 0; transition: all .3s; color: #fff; margin-left: -7px; margin-top: -7px; font-weight: 100;}
.lis_case li:hover img{opacity: .1; transform: scale(1.1);}
.lis_case li:hover h6{font-size: 34px; opacity: 1; margin-left: -12px; margin-top: -18px;}

.lis_news{overflow: hidden;}
.lis_news li{background:#f6f6f6; border:1px solid #f6f6f6; margin-bottom: 30px; overflow: hidden; padding: 20px; transition: all .3s;}
.lis_news .pic{width: 315px; overflow: hidden; float: left;}
.lis_news img,.lis_pro .pic img,.hot_pro img{display: block; width: 100%; transition: all .3s}
.lis_news .con{margin-left: 315px; padding-left: 30px;}
.lis_news h3{font-size: 18px; line-height: 28px; max-height: 56px; overflow: hidden; margin: 12px 0 7px 0}
.lis_news p{line-height: 26px; max-height: 52px; overflow: hidden; color: #666}
.lis_news .time i{display: inline-block; font-size: 20px; vertical-align: middle; margin-top: -3px; margin-right:8px; color: #286acb}
.lis_news .time{color: #888; margin-top: 8px;}
.lis_news li:hover{background: #fff; border-color: #fff}
.lis_news li:hover img,.hot_pro li:hover img{transform: scale(1.1);}
.lis_news li:hover h3,.lis_news li:hover .time{color: #286acb}

.p_left{width: 370px; float: left;}
.pro_class{background: #f9f9f9;}
.p_left .tit{padding: 13px 16px; background: #286acb url(../images/listsbg.png) no-repeat 95% center; color: #fff; position: relative;}
.p_left .tit{ font-size: 26px; text-transform: uppercase; font-family: ebrimab;}
.p_left .tit i{position: absolute; right: 10px; top: 8px; cursor: pointer; display: none; font-size: 30px; font-weight: 600; font-family: ebrimab; font-style: normal;}
.p_right{margin-left: 370px; padding-left:30px;}
.pro_nav{overflow: hidden; padding: 0 16px; padding-bottom:30px;}
.pro_nav li{ border-bottom: 1px solid #ddd; padding: 13px 0; border-top: 1px solid #fff; overflow: hidden;}
.pro_nav div{padding: 0 0 0 20px; font-size: 17px; display: none; overflow: hidden; margin-top: 5px;}
.pro_nav a{ display: block; padding:7px 0; color: #444; display: block;}
.pro_nav h3{ font-size: 20px; font-family: ebrimab ; text-transform: uppercase; cursor: pointer; padding-right: 20px;}
.pro_nav h3 a{color: #555; padding-left: 20px; display: inline-block; background: url(../images/class_arrow.png) no-repeat left 12px;}
.pro_nav a:hover{ color: #286acb; }
.pro_nav li.on h3 a{color: #286acb; background-image: url(../images/class_arrow2.png);}
.pro_nav li.on div{display: block;}
/*.pro_nav li:nth-child(1) div{display: block;}*/
/*.pro_nav li:last-child{border-bottom: 0}*/
.hot_pro{ margin-top: 60px;}
.hot_pro .box{overflow: hidden; background: #f9f9f9; text-align: center; padding:20px 20px 30px 20px;}
.hot_pro .pic{width: 100%; overflow: hidden;}
.hot_pro h3{font-family: ebrimab; font-size: 18px; margin: 12px 0}
.hot_pro .owl-controls .owl-page span{ background: #ccc; opacity: 1; margin: 0 3px; }
.hot_pro .owl-controls .owl-page.active span{background: #286acb}

.lis_pro{overflow: hidden; }
.lis_pro li{ width:30.333%; margin-left:3%; float: left; margin-bottom:35px; transition:all .3s;}
.lis_pro .pic{ overflow: hidden; position: relative; margin-bottom:8px; background: #286acb}
.lis_pro em{font-size: 18px; text-transform: uppercase; display: block; font-style: normal;}
.lis_pro em i{margin-top: 10px;display: block; font-size: 26px;}
.lis_pro h6{display: flex; width: 100%; height: 100%; justify-content: center;align-items: center; position: absolute; left: 0; top: 0; text-align: center; font-weight: 100; color: #fff; opacity: 0}
.lis_pro h3{font-size: 18px; font-family: ebrimab; line-height: 26px; height: 74px; display: flex; align-items: center; overflow: hidden;}
.lis_pro .con{color: #666; font-size: 16px; margin-top: 5px; line-height: 24px;height: 46px; overflow: hidden;}
.lis_pro li:hover img{transform: scale(1.2); opacity: .2}
.lis_pro li:hover h3{color: #286acb;}
.lis_pro li:hover h6{opacity: 1}

.whot_pro{margin-bottom: 60px;}
.whot_pro .pro_lis li{width: 96%; margin: 0 2%;}
.whot_pro .owl-controls {margin-top: 25px;}
.whot_pro .owl-controls .owl-page span{margin: 0 4px; background: #ccc}
.whot_pro .owl-controls .owl-page.active span{background: #286acb}

/*about*/
.about_main{padding-bottom: 120px; font-size: 17px;}
.about_main img{max-width: 100%;}
.about_main .tit{ text-align: center; margin-top: 65px; margin-bottom: 20px;}
.about_main .tit,.about_com h1{font-size: 30px; font-family: ebrimab; text-transform: capitalize;}
.about_com{overflow: hidden;}
.about_com h1{margin-bottom: 10px;}
.about_com p{line-height:36px; color: #444;}
.about_com p img:nth-child(1){ border:10px solid #eee; width:68%; }
.about_com p img:nth-child(2){ margin-left:3%; width: 29% }
.about_com img{max-width: 100%;}
.about_com,.factorybox,.about_service{ padding-bottom: 80px;}

.factorybox{overflow: hidden; background: url(../images/factoryboxbg.jpg) no-repeat center fixed; background-size: cover;}
.factorybox img,.about_service li img{display: block; width: 100%; transition: all .3s;}
.factorybox li{margin: 0 8px; overflow: hidden;}
.factorybox .owl-controls{margin-top:0;}
.factorybox .owl-pagination{display: none;}
.factorybox .owl-controls .owl-buttons div{text-indent: 999px; overflow: hidden; width: 40px; height: 40px;  border-radius: 0; background: url(../images/right_black.png) no-repeat center; background-size: 30px; position: absolute; right: -60px; top: 50%; margin-top: -20px;}
.factorybox .owl-controls .owl-buttons div.owl-prev{transform: rotate(180deg); left: -60px;}

.about_service{overflow: hidden; background: url(../images/aboutservicebg.jpg) no-repeat center fixed; background-size: cover;}
.about_service li{background: #fff; width: 49.8%; float: left; margin-bottom:3px; overflow: hidden; position: relative; transition: all .3s;}
.about_service li:nth-child(even){margin-left: .4%;}
.about_service .pic{overflow: hidden; width: 325px; float: left;}
.about_service .con{margin-left: 325px; padding: 20px 20px 0 60px; font-size: 16px; line-height: 18px; position: absolute; height: 100%;}
.about_service h4{font-size: 16px; text-transform: uppercase; margin-bottom: 8px;}
.about_service h6{width: 77px; height: 77px; border:1px solid #fff; border-radius: 50%; position: absolute; left:-38px; top:50%; margin-top: -38px; background: #286acb url(../images/about_serviceicon.png) no-repeat left center;}
.about_service li.item2 h6{background-position: -77px center}
.about_service li.item3 h6{background-position: -154px center}
.about_service li.item4 h6{background-position: -231px center}
.about_service li:hover{background-color: #286acb}
.about_service h6{border-color: #286acb}
.about_service li:hover h4,.about_service li:hover .con{color: #fff;}
.about_service li:hover img,.factorybox li:hover img{transform: scale(1.1);}

/*list*/
.lis_faq li{margin-bottom: 20px; background: #f9f9f9; margin-bottom: 10px; padding: 25px 40px; transition: all .3s;}
.lis_faq .q{padding-left:50px; position: relative;}
.lis_faq .a{padding-left:50px; margin-top: 15px; line-height:32px; font-size: 17px; color: #666; position: relative;}
.lis_faq h3{font-size: 20px; line-height: 32px; font-family: ebrimab;}
.lis_faq h6{position: absolute; left:0; top:-1px; font-size:30px; font-weight:100; color: #286acb;  }
.lis_faq .a h6{color: #ccc; font-size: 20px;}
.lis_faq li:hover{background:#286acb; color: #fff;}
.lis_faq li:hover h6,.lis_faq li:hover .a{color: #fff;}

/*产品详情*/
.pro_detail{ overflow: hidden; background: #f6f6f6; padding-bottom: 60px; }
.propicflash{ width: 645px; float: left; }
.propicflash .big{width: 74.5%; float: left; border:1px solid #ddd;}
.propicflash .big img,.propicflash .small img{width: 100%; display: block;}
.propicflash .big img{display: none;}
.propicflash .big img.on{display: block;}
.propicflash .small{width: 24%; float: right;}
.propicflash .small img{margin-bottom:10px; border:1px solid #ddd;}
.propicflash .small img:last-child{margin-bottom: 0}
.pro_detail .rcon{margin-left:645px; padding:5px 0 0 50px; overflow: hidden;}
.pro_detail h1{ font-size:24px; font-family: ebrimab}
.pro_detail .fon{ margin:20px 0 30px 0; color: #444; height: 178px; font-size: 16px; line-height: 30px; overflow: hidden;}
.pro_detail .contact{border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 15px 0;}
.pro_detail .contact div{display: inline-block; width: 48%; }
.pro_detail .contact h6{display: inline-block; width: 30px; height: 30px; border-radius: 50%; background: #286acb; line-height: 30px; text-align: center; color: #fff; font-weight: 100; font-size: 20px; margin-right: 8px;}
.pro_detail .contact a:hover{color: #286acb}
.pro_detail .links{margin:30px 0; overflow: hidden;}
.pro_detail .links i{display: inline-block; margin-right: 8px; font-size:44px; vertical-align: middle; margin-top:-7px;}
.pro_detail .links a{ background: #286acb; color: #fff; display: block; float: left; line-height:60px; height: 60px; overflow: hidden; text-transform: uppercase; text-align: center; font-size:20px; font-family: ebrimab; width:48%; margin: 5px 0; float: left;}
.pro_detail .links a:nth-child(1){margin-right:4%; background: #e7861f}
.pro_detail .links a:hover{opacity: .8}
.share font{display: block; margin-bottom: 10px; color: #666}

.proinfo_main{color: #444; background:#fff; overflow: hidden; font-size: 16px; padding-bottom:120px;}
.proinfo_main p{ line-height:30px; }
.proinfo_main h4{margin-top: 30px; font-size: 20px; margin-bottom: 10px; font-family: ebrimab}
.infotit{color: #333; font-size: 24px; font-weight: 100; font-family: ebrimab; margin:50px 0 22px 0;  position: relative; position: relative;}
.infotit h6{display: inline-block; vertical-align: middle; font-size: 30px; color: #aaa; font-weight: 100; margin-right: 8px; margin-top: -2px;}
.pro_imgshow{overflow: hidden; margin: 10px 0}
.pro_imgshow img{display: block; float: left; margin:8px 0;}
.tabbox{ overflow-x:auto; margin: 20px 0 }
.tabbox table{border-top: 1px solid #999; border-left: 1px solid #999; font-size: 15px;}
.tabbox td{border-right: 1px solid #999; border-bottom: 1px solid #999; padding:10px 10px; color: #666; }
.tabbox td p{line-height: 25px;}
.tabbox td strong{ color: #333 }
.tabbox table tr:nth-child(even){background:#f6f6f6;}

.rel_case .lis_case h3{margin: 10px}

@media screen and (max-width: 1400px){
  .factorybox .owl-controls .owl-buttons div{right: 0;background-color: #fff}
  .factorybox .owl-controls .owl-buttons div.owl-prev{left: 0;}
}

@media screen and (max-width: 1320px){
  .warper{padding:0 40px;}
  #nav{margin-right: 260px;}
  .footer .warper{padding: 55px 40px;}
  .footer .media{margin-top: 25px;}
  .lis_case{margin: 0}
  .about_service .pic{width: 300px;}
  .about_service .con{padding-left: 50px;margin-left: 300px; padding-top: 12px;}
  .about_service .con p{line-height: 24px; height: 120px; overflow: hidden;}
  .about_service h4{margin-bottom: 5px;}
  .positionline .warper{padding: 13px 0 15px 80px}
  .positionline a.iconfont{left: 40px;}
  .pro_detail .contact div{width: auto;display: block; margin: 5px 0}
  .pro_detail .contact{padding: 9px 0}
}

@media screen and (max-width: 1280px){
  nav li{margin-left: 8px;}
  .backToTop{right: 0}
  .lis_pro li{width: 31.333%; margin-left: 2%}
  .p_right{padding-left: 40px;}

}

@media screen and (max-width: 1199px){
  .fixnav{display: none;}
  .logo img{height: 120px;}
  #nav{margin-right: 190px;}
  nav li{margin-left: 28px;}
  .searchbox{display: none;}
  .languagebox{right: 10px;}
  .headmail{right: 155px;}
  #banner .owl-pagination{bottom: 20px;}
  #banner .owl-controls .owl-page span{width: 16px; height: 16px;}
  .pro_lis li{width: 23.6%}
  .backToTop{width: 35px; height: 35px;}
  .case_lis{width: 54%;}
  .topcase{width: 44.5%}
  .main{padding: 45px 0 100px 0}
  .sub_banner h2{font-size:50px;}
  .contactbox{padding: 30px;}
  .contact_form{padding: 30px;}
  .maintit{font-size: 28px;}
  .map{width: 50%;}
  .infocon{padding: 35px;}
  .about_service li{width: 100%;}
  .about_service li:nth-child(even){margin-left: 0}
  .about_service .pic{width: 240px;}
  .about_service .con{margin-left: 240px;}
  .lis_pro li{width: 47%; margin-left: 3%;}
  .pro_detail .links i{font-size: 33px;}
  .pro_detail .links a{display: block; width: 100%;}
  .pro_detail .links a:nth-child(1){margin-right: 0}
  .pro_detail .rcon{ padding-left: 35px;}
  .servicebox li{padding: 40px 10px 0 10px}
  .foottop{height: 100px;}
}

@media screen and (max-width: 1024px){
  .logo{left: 10px;}
  .logo img{height: 100px;}
	.position .logo img{height:60px;}
	header{height: 60px;}
  body{padding-top: 60px;}
  .headmail{top:12px; right:55px; width: 36px; height: 36px; line-height: 36px;}
  .languagebox{height: auto; width:135px; right: 90px; border:0; padding:0; top: 11px;}
  .languagebox i{display: none;}
  .languagebox ul{position: inherit; height: auto; background: none; left: 0; padding: 0}
  .languagebox ul li{display: inline-block;}
  .languagebox ul li a:hover{color: #262c82}
	nav{position: fixed;left: 0;top: 0;bottom: 0;width:260px; box-shadow: 0 3px 5px #666;z-index: 99; overflow: auto;background:#fff;transform: translateX(-300px);transition: 0.3s; margin-left: 0}
	nav li{ display: block; width: 100%; margin:0; }
	nav li>a{ line-height: 45px; text-align: left; font-size: 16px; display: block; height: auto ;padding:0 15px;}
  nav li>a:after{display: none;}
	nav li.on>a{height: auto; line-height: 45px; color: #286acb}
	nav li b{position: inherit; bottom: auto;}
	nav li dl{left:0; top:0; background:#f9f9f9; position: inherit; opacity: 1; min-width: 100%; width: 100%;}
  nav dl dd{border-bottom: 1px solid rgba(200,160,99,.2);}
  nav dl a{padding:12px 15px; word-break: break-all; white-space: normal; color: #333; font-weight: 100; font-size: 14px; line-height: 22px;}
  nav li:hover dl{position: inherit;}
	nav ul>li:nth-child(1){display: block;}
	#nav .nav-button{ display: block; top:12px; background: #286acb}

  .warper{padding:0 10px;}
  .hometit{margin-bottom: 10px;}
  .footer .warper{padding:40px 10px;}
  .copyright{padding: 20px 15px;}
  .conbox{padding: 30px 0 50px 0}
  .productbox{padding-bottom: 20px;}
  .news_lis{margin: 0}
  .pro_lis{margin: 0}
  .aboutbox .box{width: 100%;}
  .aboutbox .fon{height: auto; margin-bottom:12px;}
  .factoryshow{width: 100%; position: initial;}
  .factoryshow img{display: block; width: 100%;}
  .factoryshow .owl-controls{left: 0}
  .aboutbox{padding: 0}
  .main{padding: 30px 0 80px 0}
  .infocon{padding: 20px; font-size: 16px;}
  .infocon p{line-height: 28px; margin: 10px 0}
  .infocon .tit h6{font-size: 22px; height: 24px;}
  .maintit, .whot_pro h2, .rel_case h2,.about_main .tit, .about_com h1{font-size: 28px;}
  .about_main{font-size: 16px; }
  .about_com p{line-height: 30px;}
  .about_main .tit{margin-top: 40px;}
  .about_com, .factorybox, .about_service{padding-bottom: 55px;}
  .lis_faq li{padding: 15px 25px;}
  .pro_class .tit, .hot_pro h2{font-size: 24px;}
  .pro_class .tit i{top: 6px;}
  .pro_nav h3{font-size: 18px;}
  .pro_nav li{padding: 10px 0}
  .positionline .warper{padding-left: 50px;}
  .positionline a.iconfont{left:10px}
  .infocon{margin-bottom: 40px;}
  .bggray{padding: 40px 0 80px 0}
  .infocon h1{font-size: 22px;}
  .foottop{height: 80px;}
  .propicflash{float: none; overflow: hidden;}
  .pro_detail .rcon{margin-left: 0; padding-left: 0; overflow: hidden; margin-top: 15px;}
  .pro_detail .fon{height: auto; max-height: 178px;}
  .pro_detail .links{margin: 15px 0}
  .pro_detail .links a{width: 48%;}
  .pro_detail .links a:nth-child(1){margin-right: 4%}
  .pro_detail .fon{margin: 20px 0;}
  .pro_detail{padding-bottom: 40px;}
  .infotit{margin-top: 40px; margin-bottom: 15px; font-size: 22px;}
  .infotit h6{font-size: 27px;}
  .proinfo_main{padding-bottom: 50px;}
  .whot_pro{margin-bottom: 40px;}
}

@media screen and (max-width: 990px){
  .hometit h2{font-size: 33px; line-height: 100px;}
  .hometit{background-size: auto 100px;}
  .footer h4{font-size: 22px;}
  .news_lis li{width: 32.333%;}
  .news_lis li:last-child{display: none;}
  .case_lis li h3{width: 90%; left: 5%;}
  .p_right{padding-left: 20px;}
  .pro_detail h1{font-size: 22px;}
  .sub_banner h2{font-size:42px;}
}

@media screen and (max-width:900px){
  .aboutbox .box{padding:30px;}
  .aboutbox .fon p{margin-bottom: 10px;}
  .aboutbox .fon{height: auto;}
  .case_lis{width: 54.5%;}
  .topcase{width: 44%;}
  .pro_lis li{width: 31.333%; margin: 0 1%; margin-bottom: 20px;}
  .pro_lis li:last-child{display: none;}
  .whot_pro .pro_lis li:last-child{display: block;}
  .sub_banner h2{font-size: 36px;}
  .edit-box{width: 100%; }
  .contactbox{padding: 0; border:0;}
  .map{width: 100%; margin-top: 30px;}
  .edit-box ul{margin-bottom:20px;}
  .edit-box li{padding: 13px 0 12px 42px;}
  .edit-box h6{top: 9px;}
  .maintit{font-size: 26px;}
  .edit-box h1{font-size: 20px; line-height: 28px;}
  .contact_form form{padding: 20px;}
  .contact_form button{margin-top: 0}
  .lis_faq h3{font-size: 18px; line-height: 26px;}
  .lis_faq .a{margin-top: 8px; line-height: 28px;}
  .lis_faq h6{top: -3px;}
  .about_com p img:nth-child(1){border-width: 5px}
  .factorybox li{margin:0 3px;}
}

@media screen and (max-width: 899px){
  .footer .item2{ display: none; }
  .footer .item{width: 45%;}
  .footer .item3{width: 45%;}
  .footer h4{margin-bottom: 20px;}
  .lis_case li{width: 48.5%; margin-bottom: 30px; margin-left: 0; margin-right: 0;}
  .lis_case li:nth-child(even){margin-left:3%;}
  .hot_pro,.l_contact{display: none;}
  .p_right{padding-left: 0; margin-left: 0; margin-top: 20px;}
  .p_left{ float: none; width: 100%; }
  .pro_nav{display: none;}
  .pro_class .tit i{display: block;}
  .lis_pro li{margin-left:0; width: 48.5%;}
  .lis_pro li:nth-child(even){margin-left: 3%;}
  .lis_pro h3{display: block;}
  .pro_nav li{ padding: 8px 0}
}

@media screen and (max-width: 780px){
  .logo img{height: 80px;}
  #banner .owl-pagination{bottom: 10px;}
  .maintit, .whot_pro h2, .rel_case h2,.about_main .tit, .about_com h1{font-size: 26px;}
  .infocon h1{font-size: 20px;}

}

@media screen and (max-width: 768px){
  .conbox{padding:20px 0 30px 0}
  .hometit h2{ font-size: 30px;}
  .news_lis li{width: 49%; margin-left: 0; margin-right: 0; margin-bottom: 20px;}
  .news_lis li:nth-child(even){margin-left: 2%;}
  .news_lis li:last-child{display: block;}
  .case_lis{width: 100%;}
  .topcase{width: 100%; margin-top: 20px;}
  .search{padding: 30px 15px;}
  .search form{width: 100%;}
  .search input{width: 70%; height: 60px;}
  .search button{width: 30%; font-size: 22px; height: 60px}
  .conbox{padding-bottom:10px; }
  .sub_banner h2{font-size: 27px;}
  .infocon h3{font-size: 20px;}
  .about_main .tit{margin-top: 30px; margin-bottom: 12px;}
  .about_com, .factorybox, .about_service{padding-bottom:40px;}
  .infocon{margin-bottom: 30px;}
  .bggray{padding:30px 0 60px 0}
  .bggray .contact_form{margin-top: 10px;}
  .servicebox li{width: 50%; height: 235px; padding-top: 0}
  .servicebox ul{padding: 30px 0 0 0; overflow: hidden;}
  .foottop{height: 60px;}
  .propicflash{width: 100%;}
  .pro_detail .fon{margin-top: 10px;}
  .pro_detail .links a{height: 50px; line-height: 50px; font-size:18px;}
  .pro_detail .links i{font-size: 26px;}
  .proinfo_main{padding-bottom: 35px;}
}

@media screen and (max-width: 640px){
  .lis_news .pic{ float: none; margin-bottom:15px;}
  .lis_news .con{margin-left: 0; padding-left: 0}
  .lis_news h3{margin-top:6px;}
  .lis_faq li{padding: 15px;}
  .lis_faq .a{font-size: 16px;}
  .servicebox li h4{font-size: 17px;}

}

@media screen and (max-width: 639px){
  .footer .item{width: 100%;}
  .footer .item3{margin-top: 25px;}
  .footer h4{margin-bottom: 15px; font-size: 20px;}
  .footer li{margin-bottom: 10px; line-height: 24px;}
  .hometit{background-size: auto 60px;}
  .hometit h2{line-height: 60px;}
  .pro_lis li{width: 49%; margin-left: 0; margin-right: 0}
  .pro_lis li:nth-child(even){margin-left: 2%;}
  .pro_lis li:last-child{display: block;}
  .pro_lis em{display: none;}
  .pro_lis h3{line-height: 25px; height: 50px; margin-bottom: 0}
  .contact_form li{width: 100%; float: none;}
  .contact_form li:nth-child(even){margin-left: 0}
  .contact_form{padding: 25px 15px;}
  .maintit{font-size: 25px; margin-bottom: 10px;}
  .main{padding-bottom: 60px;}
  .sub_banner h2{font-size: 25px;}
  .about_service .pic{float: none; width: 100%;}
  .about_service .con{margin-left: 0; padding-left: 0; position: relative; padding: 20px; padding-top:45px; text-align: center;}
  .about_service .con p{height: auto;}
  .about_service h6{ left: 50%; margin-left: -37px; top: 0; margin-top: -37px;}
  .about_service h4{font-size: 18px;}
  .infocon h1{font-size: 18px;}
  .pro_imgshow img{margin: 3px 0}

}

@media screen and (max-width:480px){
  .logo img{height:70px;}
  .hometit{margin-bottom: 10px;}
  .hometit h2{font-size: 26px;}
  .footer .warper{padding: 25px 10px;}
  .news_lis li{padding-bottom: 15px;}
  .aboutbox .box{padding: 15px 15px 25px 15px;}
  .search input{height: 50px;}
  .search button{height: 50px; font-size: 20px;}
  .sub_banner img{height:80px; width: auto;}
  .lis_case h3{margin-top: 7px;}
  .lis_case li{margin-bottom: 20px;}
  .maintit, .whot_pro h2, .rel_case h2,.about_main .tit, .about_com h1{font-size: 24px;}
  .pro_class .tit, .hot_pro h2{font-size: 22px;}
  .pro_class .tit i{top: 6px;}
  .lis_pro em{font-size: 16px;}
  .lis_pro em i{margin-top: 5px;}
  .edit-box .media a{font-size: 16px;}
  .servicebox li h6{width: 90px; height:94px; background-size: 360px;position: absolute; left: 0; top: 0}
  .servicebox li.item2 h6{background-position: -90px 0}
  .servicebox li.item3 h6{background-position: -180px 0}
  .servicebox li.item4 h6{background-position: -270px 0}
  .servicebox li:hover h6{background-position: 0 -94px}
  .servicebox li.item2:hover h6{background-position: -90px -94px}
  .servicebox li.item3:hover h6{background-position: -180px -94px}
  .servicebox li.item4:hover h6{background-position: -270px -94px}
  .servicebox li h4{margin: 6px 0}
  .servicebox li p{height: auto}
  .servicebox li{width: 100%;padding:0; padding-bottom: 18px; float: none; text-align: left; padding-left: 100px; position: relative; height: 100%; min-height:110px;}
  .servicebox ul{padding-bottom: 12px;}
  .pro_detail .links a{display: block; width: 100%;}
  .pro_detail .links a:nth-child(1){margin-right: 0}
  .infotit{margin-top: 30px;}
  .propicflash .small{width: 23.4%;}
  .pro_detail h1{font-size: 20px;}
  .whot_pro{margin-bottom: 30px;}
}

@media screen and (max-width:414px){
  .hometit h2{font-size: 23px;}
  .productbox dd{line-height: 28px; background: #f6f6f6; margin:3px;}
  .productbox dd:after{display: none;}
  .maintit{font-size: 22px;}
  .sub_banner h2{font-size: 23px;}
  .lis_news .pic{ width: 100%; }
  .lis_news li{padding: 10px; margin-bottom: 20px;}
  .lis_news h3{font-size: 17px; line-height: 26px; height: 51px;}
  .lis_news p{line-height: 23px; height: 46px;}
  .maintit, .whot_pro h2, .rel_case h2,.about_main .tit, .about_com h1{font-size: 21px;}
  .img3 div{width: 48.5%; float: left; margin-bottom:10px; margin-left: 0; margin-right: 0}
  .img3 div:nth-child(even){margin-left: 3%}
  .infocon h3{font-size: 18px;}
  .infocon h6{font-size: 20px;}
  .lis_case li{width: 100%; float: none;}
  .lis_case li:nth-child(even){margin-left: 0}
  .whot_pro .pro_lis li h3{height: auto;}
  .whot_pro .owl-controls{margin-top: 15px;}
  .whot_pro .pro_lis li{width: 100%; margin: 0}
}

@media screen and (max-width:400px){
  .news_lis li{width: 100%;}
  .news_lis li:nth-child(even){margin-left:0;}
  .news_lis li:last-child{margin-bottom: 0}
  .news_lis .time{margin-bottom: 5px;}
  .news_lis h3{line-height: 25px; height: 50px;}
  .key{margin-top: 10px;}
}

@media screen and (max-width:359px){
  .search input{width:65%;}
  .search button{width:35%; font-size: 18px;}
  .edit-box .media a{margin-right: 1px;}
}
