@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;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}
.owl-theme .owl-controls .owl-page span{display:block;width:35px;height:35px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;background:#1e2f46}
.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(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(0,0,0)}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}
.owl-carousel .owl-item{float:left}
.owl-controls .owl-buttons div,.owl-controls .owl-page{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:transparent}
.grabbing{cursor:url(grabbing.png) 8 8,move}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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(../fonts/iconfont.eot?t=1615357611887);src:url(../fonts/iconfont.eot?t=1615357611887#iefix) format('embedded-opentype'),url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),url(../fonts/iconfont.woff?t=1615357611887) format('woff'),url(../fonts/iconfont.ttf?t=1615357611887) format('truetype'),url(../fonts/iconfont.svg?t=1615357611887#iconfont) format('svg')}
.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.icon-tubiao210:before{content:"\e61b"}
.icon-baojiaquotation2:before{content:"\e63c"}
.icon-youtube1:before{content:"\e87c"}
.icon-yingyong:before{content:"\e69d"}
.icon-chanpin:before{content:"\e6e1"}
.icon-address_icon:before{content:"\e656"}
.icon-zhuye:before{content:"\e64b"}
.icon-youxiang-:before{content:"\e6af"}
.icon-weibiaoti--:before{content:"\e609"}
.icon-ziyuan:before{content:"\e615"}
.icon-shijian:before{content:"\e618"}
.icon-huaban-:before{content:"\e664"}
.icon-renwumiaoshu:before{content:"\e660"}
.icon-dizhi:before{content:"\e6ba"}
.icon-youxiang1:before{content:"\e604"}
.icon-liuyan:before{content:"\e6a8"}
.icon-whatsapp:before{content:"\ed0e"}
.icon-shuju_2:before{content:"\e702"}
.icon-86:before{content:"\e67c"}
.icon-diqiu:before{content:"\e60a"}
.icon-chanpintiaokuan:before{content:"\e61e"}
.icon-zhizao:before{content:"\e653"}
.icon-daohang:before{content:"\e634"}
.icon-sousuo:before{content:"\e602"}
.icon-gongyingshangguanli:before{content:"\e67a"}
.icon-youxiang:before{content:"\e66a"}
.icon-facebook:before{content:"\e8e7"}
.icon-youtube:before{content:"\e84b"}
.icon-linkedin:before{content:"\e8d5"}
.icon-dianhua01:before{content:"\e68e"}
.icon-tuite1:before{content:"\e622"}
@font-face{font-family:Raleway-Regular;src:url(fonts/Raleway-Regular.eot);src:local('☺'),url(fonts/Raleway-Regular.woff) format('woff'),url(fonts/Raleway-Regular.ttf) format('truetype'),url(fonts/Raleway-Regular.svg) format('svg');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Raleway-SemiBold;src:url(fonts/Raleway-SemiBold.eot);src:local('☺'),url(fonts/Raleway-SemiBold.woff) format('woff'),url(fonts/Raleway-SemiBold.ttf) format('truetype'),url(fonts/Raleway-SemiBold.svg) format('svg');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:DIN-BoldAlternate;src:url(fonts/DIN-BoldAlternate.eot);src:local('☺'),url(../fonts/DIN-BoldAlternate.woff) format('woff'),url(fonts/DIN-BoldAlternate.ttf) format('truetype'),url(fonts/DIN-BoldAlternate.svg) format('svg');font-weight:400;font-style:normal;font-display:swap}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{font-family:Raleway-Regular;font-size:16px;overflow-x:hidden;color:#333}
a,address,b,big,blockquote,body,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,img,ins,label,legend,li,ol,p,pre,small,span,strong,table,td,u,ul,var{margin:0;padding:0}
input,select,textarea{font-size:16px;border:none;margin:0;padding:0;outline:0;font-size:14px;font-family:LIGHT}
img{border:0 none;vertical-align:middle}
a{color:#333;text-decoration:none;background-color:transparent;transition:.3s}
a:hover{cursor:pointer}
a:focus{outline:0}
dd,dl,dt,li,ul{list-style:none outside none}
.backToTop{width:46px;height:46px;right:10px;bottom:50px;background:#222 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:5px;transition:all .3s}
.backToTop:hover{background-color:#262c82}
.changpic{width:100%;overflow:hidden}
.header{width:100%;height:auto;background:#d9dde3;z-index:99999999999999999999999999999999999999999999;position:fixed;left:0}
.header_top{height:35px;position:relative;width:70%;margin:0 15%}
.position .header_top{display:none}
.header_top_lcon{width:85%;height:35px;line-height:35px;font-size:16px;float:right;color:#fff;padding-left:10px}
.header_top_lcon p{width:auto;line-height:35px;margin-left:5%;float:right;position:relative;text-align:right}
.header_top_lcon p a{color:#222;height:35px;display:block;font-family:segoeui_1;font-size:14px;float:left;margin-left:5px}
.header_top_lcon p a:hover{color:#222;height:35px;display:block}
.header_top_lcon i{font-size:14px;font-weight:100;left:0;top:1px;color:#222;float:left}
.header_top_rcon{width:15%;height:35px;line-height:72px;float:left}
.header_top_rcon p{width:25%;height:35px;line-height:35px;float:left;text-align:left;font-size:20px;color:#9da8b9}
.header_top_rcon a{color:#fff;font-size:18px}
.header_top_rcon a:hover{color:#f29904}
.header_box{background:#fff;position:relative;width:100%}
.logo{position:absolute;left:28px;top:8px;z-index:55}
.logo img{transition:all .3s}
.header_db{height:44px;background:#242424;position:relative}
.header_db_lcon{width:88%;height:44px;line-height:44px;font-size:16px;float:left;color:#fff}
.header_db_lcon p{width:auto;line-height:50px;margin-right:5%;float:left;padding-left:20px;position:relative;padding-left:30px}
.header_db_lcon i{font-size:22px;font-weight:100;position:absolute;left:0;top:1px;color:#ba1a24}
.header_db_lcon p a{color:#c9c9c9;height:50px;display:block;font-family:segoeui_1;font-size:14px}
.header_db_lcon p a:hover{color:#ba1a24;height:44px;display:block}
.header_db_rcon{width:12%;height:44px;line-height:44px;float:left}
.header_db_rcon p{width:25%;height:44px;line-height:44px;float:left;text-align:center;font-size:18px}
.header_db_rcon a{color:#fff;font-size:18px}
.header_db_rcon a:hover{color:#ba1a24}
h6{display:inline-block;font-weight:400}
#nav:after{content:'';display:block;clear:both}
.close-nav{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0;visibility:hidden;transition:.5s;z-index:88}
.nav-open{transform:translateX(0);z-index:999999999999999999999}
.close-open{opacity:.5;visibility:visible}
.body-hidden{overflow:hidden!important}
#nav .nav-button{width:35px;height:35px;z-index:5;border-radius:3px;background:#f29904;color:#111;position:absolute;right:10px;top:10px;line-height:35px;text-align:center;font-size:20px}
#nav .nav-button i{color:#fff;font-size:22px;font-weight:600}
#nav .nav-button{display:none}
.logo{position:absolute;left:15%;z-index:1}
.logo a{display:block}
#nav{position:relative}
nav{float:right;margin-right:550px}
nav li{float:left;position:relative;margin:0 28px;height:100px;line-height:100px}
nav li>a{color:#030303;position:relative;display:block;text-align:center;transition:.5s;font-size:20px;font-family:Raleway-SemiBold;font-weight:700}
nav li.on a,nav li:hover a{color:#f29904;cursor:pointer}
nav dl{opacity:0;background:#fff;transition:opacity 1s ease;position:absolute;display:block;width:335px;top:100px;left:-9999px;z-index:999}
nav dl:after{content:'';width:105px;height:4px;background:#f29904;position:absolute;top:0;left:0}
nav dl dd{display:block;position:relative}
nav li dl dd a{opacity:1;background:0 0!important;color:#222!important;display:block;padding:0 20px;text-align:left;white-space:nowrap;font-size:16px;font-weight:700;height:60px;line-height:60px}
nav li dl dd a h6{font-size:30px;color:#f29904;margin:0 10px}
nav li dl dd a:after{display:none}
nav li dl dd a h3{margin:0 10px;background:url(../images/nav01.png) no-repeat left;float:left;width:50px;height:72px;float:left}
nav li dl dd a h4{margin:0 10px;background:url(../images/nav02.png) no-repeat left;float:left;width:50px;height:72px;float:left}
nav li dl dd a h5{margin:0 10px;background:url(../images/nav03.png) no-repeat left;float:left;width:50px;height:72px;float:left}
nav li dl dd a h7{margin:0 10px;background:url(../images/nav04.png) no-repeat left;float:left;width:50px;height:72px;float:left}
nav li dl dd a h8{margin:0 10px;background:url(../images/nav05.png) no-repeat left;float:left;width:50px;height:72px;float:left}
nav li dl dd a:hover{background:#f4f4f4!important;border-radius:0!important;cursor:pointer;color:#222!important}
nav li dl dd a:hover h6{color:#f29904}
nav li:hover dl{left:0;opacity:1}
.head_rcon{position:absolute;right:480px;top:35px;width:100px;transition:all .3s}
.search_form{width:100%;height:32px;background-color:#a1a0a0}
.search_input{width:85%;float:left;height:32px;color:#fff;border:medium none;line-height:32px;text-indent:5px;background-color:#333}
.search_btn{width:15%;height:32px;float:right;cursor:pointer;border:medium none;background:#e50011 url(../images/abg_2.png) center center no-repeat}
.search-button{width:170px;height:38px;text-align:center;line-height:38px;border:solid 1px #666;margin-left:120px;border-radius:2px;margin-top:-5px}
.search-button i{cursor:pointer}
.searchform{height:0;overflow:hidden;right:0;top:51px;width:100%;height:30px;transition:all .3s}
.searchform i{font-size:24px;color:#f29904;line-height:35px}
.searchform input{width:80%;color:#666;line-height:35px;padding-left:10px;float:left;outline:0}
.searchform button{width:20%;border:0;color:#f29904;text-align:center;outline:0;cursor:pointer;transition:all .5s;right:0;top:0;background:0 0}
.searchform input::-webkit-input-placeholder{color:#666}
.searchform input:-moz-placeholder{color:#666}
.languagebox{margin-top:-5px;width:120px;font-size:15px;height:34px;padding:0 8px;float:left}
.languagebox i{display:inline-block;vertical-align:top;margin-top:4px;color:#000;font-size:18px}
.languagebox ul{height:35px;display:inline-block;vertical-align:middle;overflow:hidden;transition:all .3s;position:absolute;top:0;text-align:center}
.languagebox ul li{float:left;width:120px;line-height:30px;height:31px}
.languagebox ul li i{color:#222;font-size:18px;margin-top:1px;margin-right:5px}
.languagebox a{line-height:30px;color:#222;font-size:16px}
.languagebox:hover a{color:#222}
.languagebox:hover ul{height:auto}
.close-open{opacity:.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)}
.footer a{color:#fff}
.footer .item{width:46%;float:left;color:#ddd}
.footer .item2{width:33.333%;float:left}
.footer h4 font,.hometit h2 font{font-family:BOLD;color:#fdc623}
.foot_contact{background:#262c82;overflow:hidden;padding:45px 0}
.foot_contact ul{max-width:1200px;margin:0 auto}
.foot_contact li{color:#fff;width:30%;float:left;line-height:28px;padding-left:60px;position:relative}
.foot_contact li:nth-child(2){margin:0 0 0 14%}
.foot_contact li:nth-child(3){width:auto;float:right}
.foot_contact strong{display:block;font-weight:100;font-size:20px;margin-bottom:8px;font-family:BOLD}
.foot_contact a{display:block}
.foot_contact h6{position:absolute;left:0;top:0;font-size:40px;font-weight:100;transition:all .3s}
.foot_contact li:hover h6{transform:rotate(10deg)}
.footer .item1 p{line-height:28px;padding-left:32px;background:url(images/dui.png) no-repeat left 4px;margin-bottom:15px}
.footer form input,.footer form textarea{width:75%;border:1px solid rgba(255,255,255,.4);background:0 0;color:#ddd;resize:none;padding:12px;margin-bottom:20px;float:left}
.footer form input{width:100%;float:left}
.footer form textarea{line-height:26px;height:100px}
.footer input::-webkit-input-placeholder,footer textarea::-webkit-input-placeholder{color:#fff}
.footer input:-moz-placeholder,footer textarea:-moz-placeholder{color:#fff}
.footer form button{background:#fdc623;color:#fff;width:25%;font-family:BOLD;height:43px;font-size:16px;border:0;height:100px}
.footer form button i{color:#fff;font-size:40px;text-align:center}
.copyright{padding:35px 0 48px 0;text-align:left;color:#666;overflow:hidden}
.copy a{color:#666}
.footer a:hover{color:#262c82}
.foot_contact a:hover{color:#fff;text-decoration:underline}
footer{background:url(/images/footbg.jpg) no-repeat;overflow:hidden;background-size:cover}
.footer{width:100%;overflow:hidden}
.footer .lcon{float:left;width:30%;background:#1e2f46;padding:74px 55px}
.footer h4{font-size:26px;color:#fdc623;margin-bottom:40px;font-family:DIN-BoldAlternate}
.footer .lcon ul li{margin-bottom:30px}
.footer .lcon ul li p{color:#fff;font-size:22px;margin-bottom:10px}
.footer .lcon ul li p i{font-size:22px}
.footer .lcon ul li span,.footer .lcon ul li span a{color:#fff;font-size:16px;line-height:30px}
.footer .lcon ul li span a:hover{text-decoration:underline}
.footer .rcon{float:left;width:70%;padding:74px 0 0 100px}
.itembox{width:100%;overflow:hidden}
.itembox .item{width:33.333%;float:left}
.itembox .item ul li a{font-size:18px;color:#b6b6b6;line-height:40px}
.itembox .item ul li a:hover{text-decoration:underline;color:#fff}
.itembox .item1{width:25%;float:left}
.itembox .item1 ul li a{font-size:18px;color:#b6b6b6;line-height:40px}
.itembox .item1 ul li a:hover{text-decoration:underline;color:#fff}
.email_fot{margin-top:70px;position:relative}
.email_fot input{background:#fff;border-radius:5px;width:100%;font-size:18px;font-style:italic;padding:20px 250px 20px 15px}
.email_fot button{background:#de201a;position:absolute;top:0;right:0;cursor:pointer;border-radius:5px;border-top-left-radius:0;border-bottom-left-radius:0;border:none;padding:19px 35px 18px 35px;color:#fff;font-size:18px;font-style:italic}
.email_fot button i{font-size:22px;margin-left:5px}
.copyright{margin-top:36px;font-size:18px;color:#b6b6b6}
.copyright a{color:#b6b6b6}
.copyright a:hover{color:#fdc623}
.cl{clear:both}
.media{padding-top:10px}
.media a{color:#fff;margin-right:15px;height:40px;width:40px;text-align:center;line-height:40px;border-radius:100%;font-size:26px;display:inline-block}
.media a:first-child:hover{background:#1882d3;color:#fff}
.media a:nth-of-type(3):hover{background:#1d6297;color:#fff}
.media a:nth-of-type(4):hover{background:#33a2f7;color:#fff}
.media a:nth-of-type(2):hover{background:#f00106;color:#fff}
.fixnav{position:fixed;left:0;bottom:15%;z-index:10}
.fixnav li a{display:block;font-size:21px;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;background:#fdc623}
.fixnav li h6{display:block;font-weight:100;width:38px;z-index:0;height:38px;font-size:20px;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.item3,.fixnav li.item3 span{background:#03c305}
.fixnav li.item4,.fixnav li.item4 span{background:#00aff0}
.fixnav li span{line-height:38px;transition:all .3s;text-align:left;overflow:hidden;font-size:15px;padding:0 20px;margin-left:38px;position:absolute;left:0;top:0;z-index:3;display:none;width:180px}
.fixnav li:hover span{display:block}
.fixnav li:hover span{width:230px}
.fixnav a{color:#fff}
#banner{position:relative;padding-top:135px}
#banner img{width:100%;display:block}
#banner .fon img{width:auto;margin:0 auto;margin-top:8%;max-width:80%}
#banner .fon{position:absolute;left:0;top:0;height:100%;width:100%;text-align:center}
#banner .owl-controls,.about_factory .owl-controls,.factorybox .owl-controls,.rel_pro .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 span,.footer .item1 .owl-controls .owl-page span{background:#fff;opacity:1;width:50px;height:3px}
#banner .owl-controls .owl-page.active span,.footer .item1 .owl-controls .owl-page.active span{background:#fdc623}
.footer .item1 .owl-pagination{text-align:left;padding-left:25px}
.footer .item1 .owl-controls .owl-page span{border-width:1px}
.about_factory .owl-pagination,.factorybox .owl-pagination,.rel_pro .owl-pagination{display:none}
.about_factory .owl-controls .owl-buttons div,.factorybox .owl-controls .owl-buttons div,.rel_pro .owl-controls .owl-buttons div{height:40px;padding:0;margin:0;width:40px;border-radius:0;background:rgba(0,0,0,.5) url(images/right.png) no-repeat center;background-size:20px;transition:all .3s;text-indent:9999px;overflow:hidden;position:absolute;right:10px;top:50%;margin-top:-25px;opacity:1}
.about_factory .owl-controls .owl-buttons div.owl-prev,.factorybox .owl-controls .owl-buttons div.owl-prev,.rel_pro .owl-controls .owl-buttons div.owl-prev{transform:rotate(180deg);left:10px}
.about_factory .owl-controls .owl-buttons div:hover,.factorybox .owl-controls .owl-buttons div:hover,.rel_pro .owl-controls .owl-buttons div:hover{background-color:#262c82}
.warper{max-width:1400px;margin:0 auto}
.container{width:100%;padding:0;margin:0;background:#f4f4f4}
.row{overflow:hidden}
.conbox{padding:75px 0 80px 0}
.hometit{margin-bottom:30px}
.hometit h2{font-size:40px;text-align:center;font-weight:100;text-transform:uppercase;background:url(/images/title_bg.png) no-repeat center bottom;line-height:75px;font-weight:700;color:#1e2f46}
.hometit p{color:#fff;text-align:center;line-height:28px;margin-top:10px;margin-top:30px;font-size:18px}
.productbox{overflow:hidden;background:url(/images/pro_bg.jpg) center;padding:50px 0 20px 0}
.productbox .warper{position:relative}
.productbox .hometit h2{text-align:center}
.productbox dl{position:absolute;right:0;top:6px}
.productbox dd{line-height:34px;border:1px solid #666;display:inline-block;margin-left:10px}
.productbox dd a{display:block;padding:0 10px}
.productbox dd:hover{background:#262c82;border-color:#262c82}
.productbox dd:hover a{color:#fff}
.listline{overflow:hidden;margin-bottom:50px}
.pro_lis{width:100%;height:auto;overflow:hidden}
.pro_lis li{margin:8px 3%;overflow:hidden;position:relative}
.pro_lis li a{display:block;overflow:hidden;background:#1e2f46}
.pro_lis li img{width:100%;height:auto;overflow:hidden}
.pro_lis li p{width:100%;height:60px;line-height:60px;color:#fff;text-align:center;border-top:solid 5px #fdc623;overflow:hidden;background:#1e2f46;margin-bottom:25px}
.pro_lis li:after,.pro_lis li:before{width:1px;height:0;content:"";position:absolute;background:#9da0c7;top:5%;transition:all .3s}
.pro_lis li a h4{position:absolute;left:44%;width:40px;margin-top:-65%;color:#fdc623;line-height:30px;font-size:32px;font-weight:100;text-align:center;transition:all .3s;height:40px;overflow:hidden;border:solid 2px #fdc623;opacity:0}
.pro_lis li a h3{position:absolute;left:15%;width:70%;margin-top:-50%;color:#fff;line-height:30px;font-size:16px;font-weight:100;text-align:center;transition:all .3s;height:60px;overflow:hidden;text-transform:uppercase;opacity:0}
.pro_lis li a h6{font-size:34px;position:absolute;left:50%;margin-left:-17px;bottom:-100%;color:#fff;font-weight:100;transition:all .3s}
.pro_lis li a:hover img{opacity:.2}
.pro_lis li a:hover h4{opacity:1}
.pro_lis li a:hover h3{opacity:1}
.owl-controls clickable{margin-left:48%}
.pro_lis .owl-theme .owl-controls .owl-buttons .owl-prev{background:url(/images/zjt.png) no-repeat center #fdc623;width:52px;height:52px;border-radius:0;font-size:0;opacity:1;left:49%}
.pro_lis .owl-theme .owl-controls .owl-buttons .owl-next{background:url(/images/yjt.png) no-repeat center #fdc623;width:52px;height:52px;border-radius:0;font-size:0;opacity:1}
.pro_lis .owl-theme .owl-controls .owl-buttons .owl-prev:hover{background:url(/images/zjt.png) no-repeat center #1e2f46}
.pro_lis .owl-theme .owl-controls .owl-buttons .owl-next:hover{background:url(/images/yjt.png) no-repeat center #1e2f46}
.listline .owl-theme .owl-controls .owl-buttons .owl-prev{background:url(/images/zjt.png) no-repeat center #fdc623;width:52px;height:52px;border-radius:0;font-size:0;opacity:1}
.listline .owl-theme .owl-controls .owl-buttons .owl-next{background:url(/images/yjt.png) no-repeat center #fdc623;width:52px;height:52px;border-radius:0;font-size:0;opacity:1}
.listline .owl-theme .owl-controls .owl-buttons .owl-prev:hover{background:url(/images/zjt.png) no-repeat center #1e2f46}
.listline .owl-theme .owl-controls .owl-buttons .owl-next:hover{background:url(/images/yjt.png) no-repeat center #1e2f46}
.pro_lis li .owl-theme .owl-controls .owl-page span{display:block;width:35px;height:35px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#1e2f46}
.owl-theme .owl-controls.clickable .owl-page:hover span,.pro_lis li .owl-theme .owl-controls .owl-page.active span{filter:Alpha(Opacity=100);opacity:1}
.pro_lis1{width:100%;height:auto;overflow:hidden}
.pro_lis1 li{margin:8px .5%;overflow:hidden;position:relative;width:24%;float:left}
.pro_lis1 li a{display:block;overflow:hidden;background:#1e2f46}
.pro_lis1 li img{width:100%;height:auto;overflow:hidden}
.pro_lis1 li p{width:100%;height:60px;line-height:60px;color:#fff;text-align:center;border-top:solid 5px #fdc623;overflow:hidden;background:#1e2f46;margin-bottom:25px}
.pro_lis li:before,.pro_lis1 li:after{width:1px;height:0;content:"";position:absolute;background:#9da0c7;top:5%;transition:all .3s}
.pro_lis1 li a h4{position:absolute;left:44%;width:40px;top:-40%;color:#fdc623;line-height:30px;font-size:32px;font-weight:100;text-align:center;transition:all .3s;height:40px;overflow:hidden;border:solid 2px #fdc623}
.pro_lis1 li a h3{position:absolute;left:15%;width:70%;top:-100%;color:#fff;line-height:30px;font-size:16px;font-weight:100;text-align:center;transition:all .3s;height:60px;overflow:hidden;text-transform:uppercase}
.pro_lis1 li a h6{font-size:34px;position:absolute;left:50%;margin-left:-17px;bottom:-100%;color:#fff;font-weight:100;transition:all .3s}
.pro_lis1 li a:hover img{opacity:.2}
.pro_lis1 li a:hover h4{top:30%}
.pro_lis1 li a:hover h3{top:45%}
.pro_lis1 li a:hover h6{bottom:30%}
.pro_lis li a:hover:before,.pro_lis1 li a:hover:after{height:90%}
.pro_lis li a:hover a:before,.pro_lis1 li a:hover a:after{width:90%}
.aboutbox .hometit h2{color:#fff}
.aboutbox{overflow:hidden;background:url(/images/about_bg.jpg) no-repeat center fixed;background-size:cover;padding-top:75px}
.aboutbox .fon{line-height:27px;height:80px;overflow:hidden;color:#666;text-align:center}
.adv_lis{overflow:hidden;margin:0 -25px;margin-top:50px;margin-bottom:75px}
.adv_lis li{width:21%;margin:0 2%;float:left;overflow:hidden;position:relative;transition:all .3s}
.adv_lis li h4{font-size:26px;font-family:BOLD;font-weight:700;margin-top:80px;margin-bottom:15px;transition:all .3s;color:#fff;text-align:center}
.adv_lis li h6{position:absolute;left:0;top:0;font-size:60px;width:100%;text-align:center;color:#fdc623;font-weight:100;transition:all .3s}
.adv_lis li p{color:#fff;line-height:32px;overflow:hidden;text-align:center}
.adv_lis li:hover h6{transform:rotate(10deg)}
.about_num{overflow:hidden;background:#262c82 url(../images/aboutnumbg.jpg) no-repeat center}
.about_num ul{max-width:1200px;margin:0 auto;padding-bottom:60px;overflow:hidden}
.about_num li{width:30%;float:left;font-size:18px;color:#fff}
.about_num p font{font-family:BOLD;display:block}
.about_num h4{display:inline-block;vertical-align:middle;font-size:60px;font-family:EXTRABOLD;padding-right:18px;margin-right:12px;position:relative}
.about_num h4:after{width:2px;height:40px;position:absolute;right:2px;background:#fff;top:50%;margin-top:-20px;content:""}
.about_num p{display:inline-block;vertical-align:middle}
.about_num li:nth-child(2){margin:0 5%}
.about_factory{padding:0 70px;margin-top:-70px}
.about_factory img,.factorybox img,.lis_pro img,.qualitybox img{display:block;width:100%;transition:all .3s}
.about_factory li,.factorybox li{margin:0 10px;overflow:hidden}
.about_factory li:hover img,.factorybox li:hover img,.qualitybox li:hover img{transform:scale(1.1)}
.casebox{width:100%;overflow:hidden;margin:50px 0}
.casebox .lcon{width:45%;height:auto;float:left}
.casebox .lcon_1{width:100%;height:auto;float:left}
.casebox .lcon_1 ul li{width:100%;height:auto;float:left}
.casebox .lcon_1 ul li i{font-size:80px;color:#feeecc;float:left}
.casebox .lcon_1 ul li h4{width:100%;height:70px;line-height:35px;font-size:28px;color:#333;overflow:hidden}
.casebox .lcon_1 ul li p{width:100%;height:150px;line-height:30px;font-size:14px;color:#666;text-align:left;overflow:hidden}
.casebox .lcon_1 .owl-pagination{display:none}
.casebox .lcon_1 .owl-theme .owl-controls .owl-buttons .owl-prev{background:url(/images/zjt.png) no-repeat center #fdc623;width:52px;height:52px;border-radius:0;font-size:0;opacity:1;float:left}
.casebox .lcon_1 .owl-theme .owl-controls .owl-buttons .owl-next{background:url(/images/yjt.png) no-repeat center #fdc623;width:52px;height:52px;border-radius:0;font-size:0;opacity:1;float:left}
.casebox .lcon_1 .owl-theme .owl-controls .owl-buttons .owl-prev:hover{background:url(/images/zjt.png) no-repeat center #1e2f46}
.casebox .lcon_1 .owl-theme .owl-controls .owl-buttons .owl-next:hover{background:url(/images/yjt.png) no-repeat center #1e2f46}
.casebox .lcon_2{width:100%;height:auto;float:left;background:url(images/case_bg_1.png) no-repeat left;padding:25px 0;margin-top:76px}
.casebox .lcon_2 ul li{width:95%;height:auto;float:left;margin-right:6%;padding-bottom:30px}
.casebox .lcon_2 ul li img{width:100%;height:auto;transition:all .3s}
.casebox .lcon_2 ul li img:hover{transform:scale(1.15)}
.casebox .lcon_2 .owl-theme .owl-controls{margin-top:-60%;position:absolute}
.casebox .lcon_2 .owl-theme .owl-controls .owl-buttons .owl-prev{background:url(/images/zjt.png) no-repeat center #fdc623;width:52px;height:52px;border-radius:0;font-size:0;opacity:1;float:left}
.casebox .lcon_2 .owl-theme .owl-controls .owl-buttons .owl-next{background:url(/images/yjt.png) no-repeat center #fdc623;width:52px;height:52px;border-radius:0;font-size:0;opacity:1;float:left}
.casebox .lcon_2 .owl-theme .owl-controls .owl-buttons .owl-prev:hover{background:url(/images/zjt.png) no-repeat center #1e2f46}
.casebox .lcon_2 .owl-theme .owl-controls .owl-buttons .owl-next:hover{background:url(/images/yjt.png) no-repeat center #1e2f46}
.casebox .rcon{width:55%;height:auto;float:left;background:url(images/case_bg_2.jpg) no-repeat bottom;margin-top:47px;padding:25px 25px 25px 0}
.casebox .rcon img{width:100%;height:auto;transition:all .3s}
.casebox .rcon img:hover{transform:scale(1.15)}
.news_lis,.newsbox{overflow:hidden;background:#f0f3f7}
.newsboxcenter{margin:0 auto;margin-left:13%}
.newsboxcenter .hometit h2{text-align:left;background:0 0}
.newsboxcenter .hometit h2:before{content:'';position:absolute;width:90px;height:5px;background:#fdc623;margin-top:75px}
.news_lis ul{width:100%;height:auto}
.news_lis ul li{background:#1e2f46;width:92%;float:left;transition:all .3s;overflow:hidden;margin:3%}
.news_lis ul li img{width:100%;height:auto;transition:all .3s}
.news_lis ul li h3{line-height:25px;font-size:16px;font-weight:100;overflow:hidden;transition:all .3s;color:#fff;margin:25px}
.news_lis ul li p{color:#f1f1f1;line-height:30px;height:60px;overflow:hidden;font-size:16px;padding:0 25px}
.news_lis ul li .time{background:#1e2f46;position:absolute;margin-top:-45px;width:35%;height:45px;line-height:45px;color:#fdc623;font-size:16px}
.news_lis ul li .time i{display:inline-block;font-size:22px;margin-right:10px;color:#fff}
.news_lis ul li em{display:inline-block;font-weight:100;margin-top:45px;margin-bottom:12px;color:#fff;border-bottom:solid 2px #fdc623;text-transform:uppercase;padding-bottom:8px;margin:5px 25px 45px 25px;font-style:inherit}
.news_lis ul li:hover img{transform:scale(1.15)}
.news_lis li:hover .time,.news_lis li:hover h3,.news_lis li:hover p{color:#fdc623}
.news_lis li:hover em{border-color:#fff;color:#fff}
.news_lis .owl-pagination{display:none}
.news_lis .owl-theme .owl-controls .owl-buttons .owl-prev{background:url(/images/zjt.png) no-repeat center #fdc623;width:52px;height:52px;border-radius:0;font-size:0;opacity:1;float:left}
.news_lis .owl-theme .owl-controls .owl-buttons .owl-next{background:url(/images/yjt.png) no-repeat center #fdc623;width:52px;height:52px;border-radius:0;font-size:0;opacity:1;float:left}
.news_lis .owl-theme .owl-controls .owl-buttons .owl-prev:hover{background:url(/images/zjt.png) no-repeat center #1e2f46}
.news_lis .owl-theme .owl-controls .owl-buttons .owl-next:hover{background:url(/images/yjt.png) no-repeat center #1e2f46}
.main{padding:60px 0 120px 0;overflow:hidden}
.sub_banner{width:100%;overflow:hidden;position:relative;padding-top:135px}
.sub_banner img{display:block;width:100%}
.positionline{font-size:18px}
.positionline .warper{position:relative;padding:13px 0 15px 70px}
.positionline a.iconfont{position:absolute;left:0;top:50%;margin-top:-26px;height:50px;width:50px;text-align:center;color:#1e2f46;line-height:50px;font-size:26px}
.positionline a:hover{color:#1e2f46}
.positionline a.iconfont:hover{color:#fff}
.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{border:1px solid #777;padding:8px 14px;margin:4px;color:#888;text-decoration:none}
.digg4 a:hover{border:1px solid #777}
.digg4 a:hover{border:1px solid #777}
.digg4 span.current{border:1px solid #262c82;padding:8px 14px;margin:4px;color:#fff;background-color:#262c82;text-decoration:none}
.digg4 span.disabled{border:1px solid #777;padding:8px 14px;margin:4px;color:#888}
.digg4 .disabledfy{font-family:Tahoma,Verdana}
.infocon{color:#666}
.infocon h1{font-size:24px;font-weight:inherit;text-align:center;color:#222}
.infocon img{display:inline-block;max-width:100%}
.infocon .time{text-align:center;margin:20px 0;color:#999}
.infocon .time i{display:inline-block;font-size:20px;margin-right:10px}
.infocon .other{border-bottom:1px solid #ddd;padding:0 0 15px 0;color:#262c82;margin:50px 0 0 0;line-height:26px}
.infocon .other a{color:#666}
.infocon .other a:hover{color:#262c82}
.infocon .other div{margin:5px 0}
.infocon p{line-height:32px;margin:22px 0}
.nytitle{margin-bottom:20px}
.nytitle h2{font-size:40px;text-align:center;font-weight:100;text-transform:uppercase;line-height:55px;color:#fdc623;font-weight:700}
.nytitle h2 font{color:#fff}
.about_main{background:#f4f4f4}
.about_com{overflow:hidden}
.about_com .lcon{width:50%;height:auto;float:left}
.about_com .lcon h1{font-size:30px;color:#1e2f46}
.about_com .lcon p{line-height:30px;color:#666;margin:22px 0;font-size:16px;font-family:Arial}
.about_com .rcon{width:50%;height:auto;float:left}
.about_com .rcon img{transition:all .3s}
.about_com .rcon img:hover{transform:scale(1.15)}
.about_adv{width:100%;height:auto;overflow:hidden;background:url(/images/adv_bg.png) no-repeat center;padding:50px 0 0 0}
.about_ser{width:100%;height:auto;overflow:hidden;background:#f4f4f4;padding:50px 0 140px 0}
.about_ser p{line-height:30px;color:#666;font-size:16px}
.about_ser_1{width:100%;height:auto;float:left;margin-top:40px}
.about_ser_1 .lcon{width:40%;height:auto;float:left}
.about_ser_1 .lcon img{width:100%;height:auto}
.about_ser_1 .rcon{width:60%;height:auto;float:left;padding:50px 0 0 60px}
.about_ser_1 .rcon h2{font-size:32px;color:#333;margin-bottom:25px}
.about_ser_1 .rcon p{line-height:30px;color:#666;font-size:16px}
.about_ser_2{width:100%;height:auto;float:left;margin-top:40px}
.about_ser_2 .lcon{width:40%;height:auto;float:left}
.about_ser_2 .lcon img{width:100%;height:auto}
.about_ser_2 .rcon{width:60%;height:auto;float:left;padding:50px 60px 0 0}
.about_ser_2 .rcon h2{font-size:32px;color:#333;margin-bottom:25px}
.about_ser_2 .rcon p{line-height:30px;color:#666;font-size:16px}
.about_ser_2 .rcon h3{line-height:30px;color:#666;font-size:16px;padding-left:25px;background:url(images/adv_dian.png) no-repeat left top;font-weight:400}
.case_main{background:#f4f4f4;padding:20px 0 140px 0}
.news_list{width:100%;overflow:hidden;padding:50px 0 20px 0}
.news_list li{float:left;width:48.8%;margin-bottom:32px;background:#fff;padding:30px}
.news_list li:nth-of-type(even){float:right}
.newsitem{background:#fff;width:100%;overflow:hidden}
.newsitem img{width:100%;height:auto}
.newsitem .changpic{width:276px;float:left}
.news_list li .changpic img{transition:all .3s}
.newsitem .news_text{margin-left:276px;padding:0 10px 0 35px}
.newsitem .news_text h4{font-size:20px;height:56px;line-height:28px;overflow:hidden}
.news_tit{position:relative}
.news_text dl{margin-top:10px}
.news_text dl dt{font-family:HEL77;text-transform:uppercase;color:#333}
.news_text dl dd{color:#666;height:100px;line-height:25px;overflow:hidden}
.news_text span{display:inline-block;margin-top:20px;padding:12px 35px;background:#1e2f46;color:#fff;font-size:16px;text-transform:uppercase}
.news_list li:hover .changpic img{transform:scale(1.15)}
.news_list li:hover .news_text span{background:#fdc623;color:#1e2f46}
.xw{padding-bottom:132px;background:#f4f4f4}
.xw_listbox{width:100%;padding-bottom:30px}
.xw_listbox li{overflow:hidden;margin-bottom:28px;background:#fff;padding:20px}
.xw_listbox li .lcon{width:430px;float:left}
.xw_listbox li .lcon img{width:100%;height:auto;transition:all .3s}
.xw_listbox li .rcon{margin-left:470px;padding-left:26px}
.xw_listbox li .in_xwtext h2{font-size:20px;font-family:seguisb;margin-top:12px;line-height:30px;height:30px;overflow:hidden;margin-bottom:20px}
.xw_listbox li .in_xwtext{padding-top:10px}
.xw_listbox li .in_xwtext span{line-height:30px;font-size:18px}
.xw_listbox li .in_xwtext span i{font-size:22px}
.xw_listbox li:hover .changpic img{transform:scale(1.15)}
.xw_listbox li:hover .in_xwtext span{color:#222}
.xw_listbox li .in_xwtext p{font-size:18px;font-weight:400;font-family:segoeui_0;line-height:28px;color:#666;overflow:hidden;height:56px}
.xw_listbox li .more-btn{width:20%;height:48px;line-height:48px;color:#fff;font-size:18px;margin-top:40px;text-align:center;background:#1e2f46}
.xw_listbox li:hover .more-btn{background:#fdc623;color:#222}
.products_main{background:#f4f4f4;padding:50px 0 140px 0}
.products{width:100%;height:auto;overflow:hidden}
.products li{width:18%;margin:1%;height:auto;float:left;background:#000;border-radius:5px}
.products li img{width:100%;height:auto;border:solid 2px #7c95b8;border-radius:5px;transition:all .3s}
.products li img:hover a{opacity:.6}
.products li p{width:100%;height:85px;line-height:85px;font-size:22px;color:#222;float:left;text-align:center;margin-top:-85px;position:relative}
.products li a p:hover{font-weight:700}
.map{overflow:hidden;margin:50px 0 0 0;border:solid 6px #fff}
.map img{width:100%}
.edit-box{font-size:16px;overflow:hidden;width:40%;float:left;background:#1e2f46;padding:40px}
.edit-box h2{font-size:36px;text-transform:uppercase;line-height:80px;color:#fdc623;border-bottom:solid 3px #fdc623}
.edit-box h3{font-size:24px;text-transform:uppercase;line-height:46px;color:#fff;margin-top:25px}
.edit-box ul{margin:30px 0}
.edit-box h6{font-weight:100;color:#fdc623;font-size:20px;position:absolute;left:0;top:0;transition:all .3s}
.edit-box li{line-height:26px;font-size:18px;margin-bottom:8px;position:relative;padding-left:35px;min-height:37px;margin-bottom:20px}
.edit-box li a{color:#fff}
.edit-box a:hover{color:#fdc623}
.edit-box li:hover a{font-weight:600;color:#fdc623}
.edit-box li:hover h6{color:#fdc623;transform:rotate(10deg)}
.edit-box li p{color:#fdc623;font-size:18px}
.edit-box li span{color:#fff;font-size:18px}
.edit-box .media a{display:inline-block;width:44px;height:44px;border-radius:50%;color:#fff;background:#262c82;line-height:44px;text-align:center;font-size:24px;margin-right:10px}
.edit-box .media a.icon-youtube1{background:#d20000}
.edit-box .media a.icon-linkedin{background:#0085b2}
.edit-box .media a.icon-twitter{background:#30afeb}
.edit-box .media a:hover{transform:rotate(360deg)}
.contact_form{overflow:hidden;width:54%;float:right}
.contact_form .hometit{margin-bottom:15px}
.contact_form textarea{height:150px}
.contact_form input,.contact_form textarea{width:100%;color:#333;background:#fff;resize:none;line-height:35px;padding:8px 15px}
.contact_form h2{color:#1e2f46;line-height:60px;font-size:32px;margin-top:30px}
.contact_form p{color:#999;line-height:26px;margin-bottom:35px}
.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:#1e2f46;transition:all .3s;color:#fff;display:inline-block;line-height:48px;height:48px;width:25%;margin-top:15px;cursor:pointer;text-transform:uppercase;outline:0}
.contact_form button i{display:inline-block;margin-right:10px;font-size:25px;vertical-align:middle;margin-top:-2px}
.contact_form button:hover{opacity:1;background:#fdc623}
.contact_form form li{width:48%;position:relative;border:1px solid #bcbcbc;overflow:hidden;margin-bottom:12px;float:left}
.contact_form form li:nth-child(2n){float:right}
.contact_form form li:nth-child(5){width:100%}
.contact_form form li font{position:absolute;left:6px;top:14px;color:red;font-size:16px}
.lis_news{margin:0 -10px}
.lis_news li:nth-child(2){margin-left:1%;margin-right:1%}
.lis_news li{width:31.33%;margin:0 1%;margin-bottom:30px}
.lis_faq li{margin-bottom:20px}
.lis_faq .q{background:#f4f4f4;padding:18px 50px;position:relative;transition:all .3s}
.lis_faq h3{font-size:20px;line-height:32px;position:inherit;z-index:1}
.lis_faq .q h6{position:absolute;left:15px;top:-15px;font-size:80px;color:#eaeaea;font-family:BOLD}
.lis_faq .a{padding:20px 50px;line-height:32px;color:#666}
.lis_faq .a h5{margin-top:15px;font-size:16px}
.lis_faq li:hover .q{background:#262c82;color:#fff;padding-left:95px}
.pro_nav{overflow:hidden;margin:0 -5px;margin-bottom:30px}
.pro_nav a{border:1px solid #333;width:24%;margin:0 .5%;font-weight:600;float:left;text-align:center;padding:12px 0;display:block;font-size:18px}
.pro_nav a.on,.pro_nav a:hover{background:#262c82;color:#fff;border-color:#262c82}
.lis_pro{overflow:hidden;margin:0 -5px}
.lis_pro li{width:24%;margin:0 .5%;float:left;text-align:center;margin-bottom:20px;transition:all .3s}
.lis_pro .pic{margin-bottom:15px;overflow:hidden;border:3px solid #eee}
.lis_pro h3{font-size:16px;line-height:26px;height:51px;overflow:hidden}
.lis_pro li:hover img{transform:scale(1.1)}
.lis_pro li:hover h3{color:#262c82}
.pro-main-top{margin:60px 0 0 0;background:#fff;overflow:hidden}
.pro-left{width:50%;float:left}
.pro-del-box{width:100%;position:relative}
.pro-del-box img{width:100%;display:block}
.pro-del-box .owl-carousel .owl-wrapper-outer{padding-bottom:5px}
.pro-del-box .owl-theme .owl-controls{margin-top:0;text-align:left;position:absolute;top:45%;left:0;width:100%}
.pro-del-box .owl-controls .owl-buttons div{background:transparent url(images/right.png) center center no-repeat;background-size:30%;position:absolute;height:55px;width:55px}
.pro-del-box .owl-controls .owl-buttons .owl-prev{opacity:.8;text-indent:-9999em;left:0;transform:rotate(180deg)}
.pro-del-box .owl-controls .owl-buttons .owl-next{opacity:.8;text-indent:-9999em;right:0}
.pro-del-box .owl-controls .owl-buttons div:hover{opacity:1;cursor:pointer;background:transparent url(images/right2.png) center center no-repeat;background-size:30%}
.pro_detail{overflow:hidden}
.pro_detail .warper{overflow:hidden}
.pro_detail .rcon{margin-left:708px;overflow:hidden;padding:20px 0 0 60px}
.pro_detail h1{font-size:32px;color:#28477e;line-height:36px;margin-top:20px;border-bottom:solid 1px #ccc;line-height:45px}
.pro_detail .fon{font-size:16px;color:#666;line-height:28px;overflow:hidden;margin:20px 0 10px 0}
.pro_detail .fon h2{font-size:20px;font-family:arialbd_0;color:#f6f6f6}
.pro_detail .fon p,.productbox .lis .con p{padding-left:15px;background:url(../images/dian.png) no-repeat left 5px;color:#f6f6f6;line-height:24px;font-size:16px}
.pro_detail .contact{color:#4fb5e6;padding-left:60px;margin:35px 0;overflow:hidden;position:relative;min-height:44px;padding-top:1px}
.pro_detail .contact a{display:block;color:#0b5bbc;font-size:18px;font-family:Conv_tt;margin-top:5px;word-break:break-all}
.pro_detail .contact i{display:block;font-size:28px;background:url(../images/banquan.png) no-repeat center;width:44px;height:44px;line-height:46px;text-align:center;position:absolute;left:0;top:0}
.pro_detail .links a:hover{opacity:.9}
.pro_detail .contact_lis{padding:0;padding-top:20px;margin-bottom:25px}
.pro_detail .contact_lis li{border:0;padding-bottom:0}
.share{font-size:16px;margin-top:30px}
.share .addthis_inline_share_toolbox{display:inline-block;vertical-align:middle}
.pro_detail .picbox{width:100%;float:left}
.left-pro{width:100%;text-align:left}
.left-pro .t1{width:21%;float:right;overflow:hidden;position:relative}
.left-pro .t2{width:75%;text-indent:0;float:left}
#showArea a{background:#000;margin-bottom:5px;display:block;overflow:hidden}
#showArea img{cursor:pointer;display:block;width:100%;float:left}
#main_img{cursor:pointer;display:block}
#gobottom,#gotop{cursor:pointer;display:block;width:100%;height:26px;background:#dedede url(images/gd.png) no-repeat center}
#gotop{top:-25px}
#gobottom{bottom:-25px;transform:rotate(180deg)}
#gobottom:hover,#gotop:hover{background-color:#9f9f9f}
#showArea{height:440px;overflow:hidden}
.bgcolor{background:#f4f4f4;overflow:hidden;margin-top:8px}
.pro_detail{overflow:hidden;margin:50px 0}
.propicflash{width:610px;float:left}
.propicflash .big{width:454px;float:left}
.propicflash .big img,.propicflash .small img{width:100%;display:block}
.propicflash .big img{display:none}
.propicflash .big img.on{display:block}
.propicflash .small{width:144px;float:right}
.propicflash .small img{margin-bottom:10px}
.propicflash .small img:last-child{margin-bottom:0}
.pro_detail .rcon{padding:15px 50px 0 50px;overflow:hidden;width:47%;margin-left:3%;background:#fff;float:left;height:430px}
.pro_detail h1{font-size:24px}
.pro_detail .fon{margin:20px 0 30px 0;color:#888;height:150px;font-size:16px;line-height:30px;overflow:hidden}
.pro_detail .fon h4,.proinfo_main h4{color:#666;font-size:18px;margin-bottom:5px;line-height:35px}
.pro_detail .fon h4 i,.proinfo_main h4 i{color:#333;font-style:inherit}
.pro_detail .links{margin:0 0 30px 0;overflow:hidden}
.pro_detail .links i{display:inline-block;margin-right:8px;font-weight:100;font-size:26px;vertical-align:middle;margin-top:0}
.pro_detail .links a{background:#1e2f46;color:#fff;display:block;float:left;line-height:44px;text-align:center;font-size:16px;width:230px;margin-top:5px;border-radius:30px;margin-bottom:5px}
.pro_detail .links a:nth-child(1){margin-right:10px;background:#f3bd12;color:#fff}
.pro_detail .links a:hover{opacity:.8}
.proinfomenu{text-align:center;overflow:hidden;width:100%}
.proinfomenu .warper{overflow:hidden;background:#e8e8e8}
.proinfomenu a{width:20%;position:relative;font-size:20px;font-weight:600;color:#333;float:left;display:block;text-transform:capitalize;line-height:50px;padding-bottom:10px;text-transform:uppercase;background:url(images/xian.jpg) no-repeat right}
.proinfomenu a i{width:100%;line-height:20px;font-size:24px;color:#333;text-align:center;float:left;margin-top:25px}
.proinfomenu a:after{position:absolute;content:"";right:0;width:1px;height:24px;top:50%;margin-top:-12px;background:#fff;opacity:.5}
.proinfomenu a:last-child:after{display:none}
.proinfomenu a.on,.proinfomenu a.on i,.proinfomenu a:hover{border-color:#2e369e;color:#fff;background:url(images/xian.jpg) #1e2f46 no-repeat right}
.proinfomenu a:hover i{color:#fff}
.proinfomenu a.on:after,.proinfomenu a:hover:after{display:none}
.proinfomenu.top0{position:fixed;top:0;left:0;margin-left:0;z-index:3;box-shadow:0 2px 10px 2px rgba(0,0,0,.1)}
.proinfo_main{color:#666;background:#fff;overflow:hidden;padding:0 30px 50px 30px;font-size:16px}
.proinfo_main p{line-height:30px}
.proinfo_main span{width:100%;height:1px;overflow:hidden;background:#ddd;margin:35px 0;float:left}
.proinfo_main h5{width:100%;height:1px;overflow:hidden;background:#ddd;margin:35px 0 0 0;float:left}
.proinfo_main h4{margin-top:20px}
.infotit{color:#333;font-size:24px;font-weight:700;margin:45px 0 22px 0;position:relative;text-transform:uppercase}
.lis_cp{width:100%;height:auto;overflow:hidden}
.lis_cp li{width:24%;margin-right:1%;height:auto;float:left}
.lis_cp li img{width:100%;height:auto;transition:all .3s}
.lis_cp li img:hover{transform:scale(1.15)}
.lis_cp li h3{width:100%;line-height:50px;font-size:18px;color:#333;height:50px;overflow:hidden;text-align:center}
.lis_cp li:hover h3{background:#1e2f46;color:#fff}
.rel_pro .lis_pro li{width:96%;margin:0 2%}
.proinfo_main img{max-width:100%;display:inline-block}
.info_form{margin-bottom:150px}
.info_form.contact_form{width:100%;float:none}
.info_form li{width:49%;float:left}
.info_form li:nth-child(even){margin-left:2%}
.info_form li:nth-child(5){width:100%}
.tabbox{overflow-x:auto}
.tabbox table{border-top:1px solid #999;border-left:1px solid #999}
.tabbox td{border-right:1px solid #999;border-bottom:1px solid #999;padding:10px 10px;color:#666;text-align:center}
.tabbox table tr:nth-child(odd){background:#f4f4f4}
.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:5;max-width:1024px;display:none}
.footmenu img{display:block}
.footmenu div.bgcolor{clear:both}
.footmenu div.con{position:absolute;bottom:0;left:0;width:100%;padding-bottom:10px;background:#1e2f46}
.footmenu a{color:#fff;font-size:16px;display:block;width:25%;text-align:center;float:left;position:relative}
.footmenu i{display:block;width:25px;height:25px;margin:6px auto 2px;font-size:18px}
@media screen and (max-width:1750px){nav li{margin:0 28px}
.logo{left:30px}
.languagebox{margin-right:10px}
.head_rcon{right:100px}
#nav{text-align:left;max-width:100%;padding-left:300px}
}
@media screen and (max-width:1680px){.searchform{width:90%}
.head_rcon{right:300px}
nav li{margin:0 28px}
}
@media screen and (max-width:1600px){nav li{margin:0 28px}
.logo{left:20px}
#nav{padding-left:150px}
nav li>a{padding:0 25px}
nav{margin-right:350px}
.searchform{width:90%}
.head_rcon{right:200px}
}
@media screen and (max-width:1590px){nav{margin-right:300px}
nav li{margin:0 15px}
}
@media screen and (max-width:1535px){nav{margin-right:260px}
nav li{margin:0 15px}
}
@media screen and (max-width:1480px){.head_rcon .media{display:none}
nav li{margin:0 0}
.about_factory{padding:0 50px}
nav li{padding:0 10px}
}
@media screen and (max-width:1360px){.warper{padding:0 20px}
nav li>a{padding:0 22px}
.logo{left:10px}
.about_factory{padding:0 20px}
.about_factory li,.factorybox li{margin:0 5px}
.casebox .lcon_2{margin-top:47px}
}
@media screen and (max-width:1280px){nav{margin-right:280px}
nav li>a{padding:0 18px}
#nav{padding-left:200px}
.logo{margin:15px 0}
.logo img{height:70px}
.footer .warper{padding:55px 10px}
.foot_contact{padding:45px 10px}
.about_factory{padding:0 10px}
.contact_form button{width:40%}
.news_text dl dd{color:#666;height:84px;overflow:hidden}
.casebox .lcon_1 ul li i{font-size:40px}
.casebox .rcon{margin-top:36px}
.casebox{margin:50px 0 0 0}
.pro_detail .links a{width:200px}
.casebox .lcon_2{margin-top:36px}
.casebox .lcon_2 ul li{padding-bottom:0}
.casebox .lcon_2 .owl-theme .owl-controls{margin-top:-57%}
}
@media screen and (max-width:1200px){.warper{padding:0 10px}
nav li>a{padding:0 9px}
.pro_lis{margin:0}
.adv_lis{margin-left:0;margin-right:0}
.adv_lis li{width:48%;margin-left:0;margin-right:0;margin-bottom:15px}
.about_num ul{padding-left:10px;padding-right:10px}
.lis_pro,.pro_nav{margin:0}
.pro_nav{margin-bottom:30px}
.lis_news{margin:0}
#nav{padding-left:120px}
.xw_listbox li .more-btn{width:30%}
.about_com .lcon h1{font-size:36px}
.about_com .rcon{padding-left:25px}
.about_adv{background:url(images/adv_bg.png) repeat center}
.adv_lis{margin-top:0}
.about_ser{padding:50px 0 100px 0}
.products_main{padding:50px 0 100px 0}
.xw{padding-bottom:100px}
.main{padding:60px 0 100px 0}
.hometit h2{font-size:36px}
.casebox .lcon_1 ul li p{padding-right:30px}
.news_lis ul li .time{width:55%}
.newsboxcenter{margin-left:10%}
.header_top{width:90%;margin:0 5%}
.hometit p{margin-top:20px}
.news_lis ul li h3{margin:15px}
.nytitle h2{font-size:36px}
.pro_detail .links{margin:30px 0 30px 0}
.pro_detail{margin:50px 0 30px 0}
.casebox .lcon_2{margin-top:53px}
}
@media screen and (max-width:1199px){.logo{margin:8px 0}
.languagebox{margin-right:0}
nav li>a{padding:0 12px;font-size:18px}
.searchbox button{width:60px}
.languagebox ul{left:0}
.languagebox{width:90px}
.foot_contact li{width:32%}
.foot_contact li:nth-child(2){margin-left:10%}
.conbox{padding:60px 0}
.about_num h4{font-size:50px}
.aboutbox{padding-top:60px}
.main{padding:45px 0 90px 0}
.about_main{padding-bottom:120px}
.info_form{margin-bottom:120px}
.fixnav{display:none}
.backToTop{width:36px;height:36px;right:0}
.productbox{padding:30px 0 20px 0}
.adv_lis li h6{font-size:46px}
.adv_lis li h4{margin-top:60px}
}
@media screen and (max-width:1140px){nav li{padding:0 0}
#nav{padding-left:100px}
.casebox .lcon_2{margin-top:38px}
.casebox .lcon_2 .owl-theme .owl-controls{margin-top:-48%}
}
@media screen and (max-width:1080px){nav li>a{padding:0 6px}
.casebox .lcon_2{margin-top:22px}
.casebox .lcon_2 .owl-theme .owl-controls{margin-top:-48%}
}
@media screen and (max-width:1024px){.logo img{height:32px}
.logo{margin:6px 0}
header{height:52px}
#banner{padding-top:56px}
.header{height:56px;background:#fff}
.search-button{display:none}
.header_top{display:none}
.head_rcon{right:55px}
.languagebox{padding:11px 0}
.searchbox{right:160px;display:none}
.searchbox button{line-height:50px}
.searchbox form{height:52px}
.searchbox input{margin-top:6px;width:100px;padding-left:10px}
.searchbox:hover input{width:100px;padding-left:10px}
.head_rcon{top:12px}
.languagebox ul{background:0 0}
.languagebox{height:auto;width:auto;border:0;padding:0;margin-top:13px}
.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:.3s;margin-left:0}
nav li{display:block;width:100%;margin:0;line-height:45px;height:45px;border-bottom:solid 1px #eee}
nav li>a{line-height:45px;text-align:left;font-size:16px;display:block;height:45px;padding:0 15px}
nav li>a:hover{height:45px;line-height:45px;display:block}
nav li.on>a:before,nav li:hover>a:before{display:none}
nav li.on>a{height:auto;line-height:45px}
nav li b{position:inherit;bottom:auto}
nav li dl{left:0;top:0;background:#f9f9f9;position:inherit;min-width:100%;width:100%;display:none}
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 .menu h3{font-size:16px;margin-bottom:13px}
nav .menu h3 b{display:none}
nav .menu a.img img{display:none}
nav ul>li:nth-child(1){display:block}
#nav .nav-button{display:block;top:9px;background:#262c82}
.nytitle h2{font-size:32px}
.about_com .lcon h1{font-size:30px}
.foot_contact li{padding-left:48px}
.foot_contact h6{font-size:36px}
.footer .warper{padding:40px 10px}
.footer h4{font-size:26px;margin-bottom:20px}
.conbox{padding:40px 0}
.hometit{margin-bottom:15px}
.hometit h2{font-size:36px}
.about_num h4{font-size:42px}
.news_lis li{padding:20px}
.news_lis em{margin-top:30px}
.news_lis .time{margin:15px 0}
.news_lis h3{font-size:18px}
.casebox .lcon_1 ul li i{font-size:20px}
.aboutbox{padding-top:40px}
.casebox .lcon_1 .owl-theme .owl-controls .owl-buttons .owl-prev{width:40px;height:40px}
.casebox .lcon_1 .owl-theme .owl-controls .owl-buttons .owl-next{width:40px;height:40px}
.newsboxcenter{margin-left:2%}
.news_lis .owl-theme .owl-controls .owl-buttons .owl-prev{width:40px;height:40px}
.news_lis .owl-theme .owl-controls .owl-buttons .owl-next{width:40px;height:40px}
.media a{margin-right:0}
.adv_lis{margin-top:30px;margin-bottom:60px}
.main{padding:35px 0 70px 0}
.edit-box ul{margin:40px 0}
.edit-box h2{line-height:40px;font-size:22px}
.service_main .tit{margin:30px 0 15px 0;padding-top:9px}
.service_main .tit h6{font-size:40px}
.about_com p{line-height:30px;margin:15px 0}
.infocon h1{font-size:22px;line-height:32px}
.propicflash{float:none;overflow:hidden}
.pro_detail .links a{width:180px}
.pro_detail .fon{height:auto;margin:20px 0}
.pro_detail .links{margin:0 0 20px 0}
.pro_detail{margin:40px 0 30px 0}
.proinfomenu,.proinfomenu.top0{display:none}
.proinfo_main{padding:0 15px 30px 15px}
.infotit{margin-top:25px;margin-bottom:12px}
.lis_pro .pic{margin-bottom:10px}
.about_main{padding-bottom:20px}
.info_form{margin-bottom:80px}
.about_ser_1 .rcon{padding:0 0 0 40px}
.about_ser_1 .rcon h2{margin-bottom:10px;font-size:26px}
.about_ser_2 .rcon{padding:0 40px 0 0}
.about_ser_2 .rcon h2{margin-bottom:10px;font-size:26px}
.footer .lcon{padding:64px 25px}
.footer .rcon{padding:74px 0 0 50px}
.news_text span{padding:10px 15px}
.casebox .lcon_2{margin-top:30px}
.casebox .lcon_2 .owl-theme .owl-controls{margin-top:-48%}
}
@media screen and (max-width:990px){.footer h4{font-size:22px}
.itembox .item1 ul li a{font-size:16px}
.footer .lcon ul li p{font-size:20px;margin-bottom:0}
.footer .lcon ul li p i{font-size:18px}
.media{padding-top:0}
.media a{font-size:22px}
.footer .lcon ul li{margin-bottom:20px}
.copyright{font-size:16px}
.productbox dl{position:inherit;top:auto;margin-bottom:15px}
.productbox dd{margin-left:0;margin-right:10px;margin-bottom:5px}
.lis_pro li{width:32.33%}
.infotit{font-size:22px}
.copyright{padding:20px 10px 20px 0;line-height:24px;margin-top:0}
.itembox .item ul li a{font-size:16px}
.productbox{padding:30px 0 0 0}
.listline{margin-bottom:20px}
.products_main{padding:50px 0 60px 0}
.xw_listbox li .rcon{margin-left:440px}
.xw_listbox li .in_xwtext h2{margin-bottom:10px}
.xw_listbox li .more-btn{width:40%}
.footer form button i{font-size:30px}
.news_list li{width:100%}
.news_text span{padding:10px 25px;margin-top:15px}
.case_main{padding:20px 0 50px 0}
.news_list{padding:50px 0 0 0}
.contact_form{width:56%}
.pro_detail .links a{width:160px}
.casebox .lcon_2{margin-top:21px}
}
@media screen and (max-width:900px){.foot_contact li:nth-child(2){margin-left:5%}
.foot_contact strong{font-size:18px}
.hometit h2{font-size:32px}
.about_num h4{font-size:36px}
.adv_lis li h6{font-size:48px}
.adv_lis li h4{font-size:20px}
.about_num li{width:27%}
.about_num li:nth-child(2){width:35%}
.pro_nav a{width:49%;margin-bottom:5px;margin-left:0;margin-right:0}
.pro_nav a:nth-child(even){margin-left:2%}
.pro_nav{margin-bottom:15px}
.lis_faq .q h6{font-size:65px}
.lis_faq h3{font-size:18px}
.lis_faq .q{padding:10px 20px}
.lis_faq .a{padding:10px 20px}
.lis_faq li:hover .q{padding-left:80px}
.adv_lis li p{line-height:30px;height:180px}
.left-pro .t2{overflow:hidden}
.pro_detail .links i{font-size:22px}
.pro_detail .links a{width:150px}
.pro_detail .fon h4,.proinfo_main h4{line-height:30px}
.casebox .lcon_1 ul li p{height:90px}
.casebox .lcon_2{margin-top:58px}
.casebox .lcon_2 .owl-theme .owl-controls{margin-top:-60%}
}
@media screen and (max-width:780px){.footer .warper{padding:30px 10px}
.footer h4{font-size:24px;margin-bottom:13px}
.footer .item1{display:none}
.footer .item2{margin-left:0;width:64%}
.foot_contact{padding:20px 10px}
.news_lis li{width:49%}
.lis_news li{margin-left:0;margin-right:0;margin-bottom:20px}
.lis_news li:nth-child(even){margin-left:2%}
.news_lis li:nth-child(3){display:none}
.news_lis.lis_news li:nth-child(3){display:block}
.news_lis li:nth-child(2){margin-right:0;margin-left:2%}
.lis_news li:nth-child(2){margin-bottom:20px}
.news_lis p{height:105px}
.pro_lis li:hover h3{top:24%}
.pro_lis li:hover h6{bottom:24%}
.edit-box{width:100%;float:none;margin-bottom:35px}
.edit-box li{margin-bottom:10px;min-height:28px}
.edit-box ul{margin:20px 0}
.edit-box li{padding-left:40px}
.edit-box h6{font-size:26px}
.contact_form{float:none;width:100%}
.edit-box h2{font-size:24px;line-height:40px}
.service_main .row .lcon,.service_main .row .rcon{width:100%;float:none}
.service_main .row .rcon{margin-top:20px}
.service_main .tit h3{font-size:20px;margin-left:40px;line-height:30px}
.service_main .tit{margin-top:20px;padding-top:3px}
.service_main .tit h6{font-size:32px}
.pro_detail h1{font-size:22px}
.about_main{padding-bottom:50px}
.info_form{margin-bottom:50px}
.casebox .lcon_2{margin-top:27px}
}
@media screen and (max-width:768px){.contact_form h2{margin-top:0}
.conbox{padding:30px 0}
.casebox .lcon{width:100%}
.casebox .rcon{display:none}
.pro_lis li:nth-child(even){margin-left:2%}
.pro-left{width:100%}
.left-pro .t2{width:70%}
.left-pro .t2 img{width:100%;height:auto}
.left-pro .t1{width:26%}
.pro_detail .rcon{width:100%;height:auto;padding:20px;margin-left:0}
.pro_detail .links a{width:200px}
.lis_cp li{width:49%}
.lis_cp li:nth-child(2n){float:right;margin-right:0}
.aboutbox{padding-top:30px}
.adv_lis{margin-top:10px;margin-bottom:30px}
.adv_lis li h6{font-size:38px}
.adv_lis li h4{margin-bottom:10px;margin-top:40px}
.adv_lis li p{height:210px}
.about_num h4{padding-right:0;margin-right:0;border-right:0;border-bottom:2px solid #fff}
.about_ser_1 .lcon{width:100%}
.about_ser_1 .rcon{width:100%;padding:20px 0 0 0}
.about_ser_2 .rcon{width:100%;padding:0}
.about_ser_2 .lcon{width:100%;margin-top:10px}
.itembox .item{display:none}
.footer .lcon{width:50%}
.footer .rcon{width:50%;padding:60px 0 0 30px}
.footer .item2{width:95%}
.about_num h4:after{display:none}
.about_num p{display:block}
.infocon h1{font-size:20px}
.xw_listbox li .lcon{width:45%}
.xw_listbox li .rcon{margin-left:0;width:50%;float:left}
.xw_listbox li .in_xwtext{padding-top:0}
.xw_listbox li .in_xwtext span{line-height:20px;font-size:16px}
.xw_listbox li .more-btn{margin-top:20px;width:60%}
.products li{width:31%}
.pro_lis1 li{width:49%}
.about_com .lcon{width:100%}
.about_com .lcon h1{font-size:26px}
.about_com .lcon p{margin:10px 0}
.about_com .rcon{padding-left:0;width:100%;margin-top:15px}
.pro_detail .fon h4,.proinfo_main h4{font-weight:400}
.xw_listbox{padding-bottom:0}
.main{padding:35px 0 50px 0}
.nytitle{margin-bottom:0}
.about_com .rcon img{width:100%}
.sub_banner{padding-top:54px}
.casebox .lcon_1 ul li p{padding-right:0}
.casebox .lcon_2{margin-top:60px}
.casebox .lcon_2 .owl-theme .owl-controls{margin-top:-50%}
}
@media screen and (max-width:640px){.left-pro .t2 img{width:100%;height:auto}
#showArea{height:356px}
.foot_contact li{width:100%;float:none}
.foot_contact li a{display:inline-block;margin-right:25px}
.foot_contact li:nth-child(2){margin-left:0;margin:20px 0}
.foot_contact li:nth-child(3){width:100%;float:none}
.hometit h2{font-size:28px}
.about_num h4{font-size:32px}
.productbox dd{width:49%;margin-right:0}
.productbox dd:nth-child(even){margin-left:2%}
.adv_lis li{width:100%;float:none}
.adv_lis li:nth-child(even){margin:20px 0}
.adv_lis li h4{font-size:18px}
.adv_lis li p{height:auto}
.lis_pro li{width:48.5%;margin-left:0;margin-right:0}
.lis_pro li:nth-child(even){margin-left:3%}
.propicflash{width:100%}
.propicflash .big{width:74%}
.propicflash .small{width:23.5%}
.infotit{font-size:20px}
.productbox .hometit h2{line-height:60px}
.hometit{margin-bottom:5px}
.casebox .lcon_1 ul li h4{font-size:22px}
.about_main{padding-bottom:20px}
.about_ser{padding:50px 0 50px 0}
.xw_listbox li{padding:10px}
.xw_listbox li .in_xwtext h2{margin-bottom:5px;margin-top:6px}
.xw_listbox li .more-btn{margin-top:10px;height:40px;line-height:40px;font-size:16px}
.news_list{padding:20px 0 0 0}
.news_lis ul li p{padding:0 0}
.news_lis ul li h3{margin:15px 0 0 0}
.news_lis ul li em{margin:25px 25px 45px 0}
.casebox .lcon_2 .owl-theme .owl-controls{margin-top:-95%}
}
@media screen and (max-width:639px){.footer h4{font-size:22px}
.pro_nav a{font-size:16px}
.info_form li{width:100%;float:none}
.info_form li:nth-child(even){margin-left:0}
}
@media screen and (max-width:480px){footer{padding-bottom:70px}
.footmenu{display:block}
.foot_contact h6{font-size:30px}
.foot_contact li{padding-left:42px}
.hometit h2{font-size:25px}
.about_num h4{font-size:28px}
.news_lis h3{font-size:16px;line-height:26px;height:76px}
.news_lis .time i{font-size:18px}
.news_lis .time{font-size:14px;margin-bottom:10px}
.news_lis em{display:none}
.news_lis li{padding:13px}
.productbox dd{width:100%;float:none}
.productbox dd:nth-child(even){margin-left:0}
.main{padding-top:28px}
.service_main .tit h3{font-size:18px}
.about_com p{line-height:28px;margin:10px 0}
.infocon h1{font-size:18px;line-height:28px}
.infocon p{line-height:28px;margin:15px 0}
.propicflash .big{width:75%}
.propicflash .small{width:23%}
.pro_detail h1{font-size:20px}
.pro_detail .fon h4,.proinfo_main h4{font-size:18px}
.left-pro .t2 img{width:100%;height:auto}
#showArea{height:250px}
.products li{width:48%}
.pro_lis1 li p{margin-bottom:5px}
.xw_listbox li .lcon{width:100%}
.xw_listbox li .rcon{width:100%;padding-left:0;margin:20px 0}
.newsitem .changpic{width:100%;float:left}
.news_list li .changpic img{transition:all .3s;width:100%}
.newsitem .news_text{margin-left:0;padding:20px 10px 20px 10px;width:100%;float:left}
.news_text span{margin-top:0;padding:10px 50px}
.edit-box{padding:20px}
.edit-box h3{line-height:46px;font-size:20px;margin-top:5px}
.edit-box h6{font-size:20px}
.edit-box li{padding-left:30px}
.owl-theme .owl-controls .owl-page span{width:15px;height:15px}
.products li p{font-size:16px}
.casebox .lcon_2 .owl-theme .owl-controls{margin-top:-98%}
}
@media screen and (max-width:414px){.owl-theme .owl-controls{margin-top:0}
.newsboxcenter .hometit h2:before{margin-top:45px}
#showArea{height:210px}
.footer h4{font-size:20px}
.footer form button{width:25%}
.footer form input{width:100%;float:none}
.footer form input:nth-child(2){margin-left:0}
.footer form input,.footer form textarea{margin-bottom:10px}
.casebox{margin:20px 0 0 0}
.hometit h2{line-height:50px}
.about_num h4{font-size:24px}
.pro_lis li:hover h6{display:none}
.pro_lis li:hover h3{top:28%}
.pro_nav a{width:100%;padding:10px 0}
.pro_nav a:nth-child(even){margin-left:0}
.propicflash .big{width:74.2%}
.propicflash .small{width:23%}
.footer .lcon{width:100%;background:0 0;padding:64px 25px 40px 25px}
.footer .rcon{width:100%;padding:0 25px}
.footer .item2{width:100%}
.pro_detail .links a{width:160px}
.nytitle h2{font-size:26px}
.about_com .lcon h1{font-size:22px}
.about_ser{padding:20px 0 50px 0}
.news_text dl dd{height:auto;line-height:27px;margin-bottom:10px}
.edit-box h3{font-size:18px}
.contact_form button{width:50%}
.map{margin:30px 0 0 0}
.casebox .lcon_2 .owl-theme .owl-controls{margin-top:-100%}
}
@media screen and (max-width:400px){.about_num p{font-size:14px}
.propicflash .big{width:75%}
.propicflash .small{width:23%}
}
@media screen and (max-width:359px){.news_lis li{width:100%;float:none}
.news_lis li:nth-child(2){margin-left:0;margin-top:20px}
.lis_news li:nth-child(even){margin-left:0}
.pro_lis li{width:100%;float:none;margin-left:0;margin-right:0;display:none}
.pro_lis li:nth-child(even){margin-left:0}
.pro_lis li:nth-child(1),.pro_lis li:nth-child(2),.pro_lis li:nth-child(3){display:block}
}
