@charset "utf-8";
/* CSS Document */
*{margin: 0px;padding: 0px;}
body{font-family: "Microsoft YaHei", "Arial", "SimHei";font-size: 13px;line-height: 24px;color: #444;text-decoration: none;background: #fff;}
a{color: #555;text-decoration: none;}
a:hover{color: #f00;text-decoration: none;}
a, a::before, a::after {transition: .3s ease;-webkit-transition: .3s ease;}
img{border: 0;}
ul, li{list-style-type: none;}
div, dl, dt, dd, p, h1, h2, h3, h4, h5, h6{margin: 0px;padding: 0px;}
blockquote, sub{margin: auto}
div{box-sizing: border-box}
input,textarea{font-family: "Microsoft YaHei", "Arial", "SimHei";}
.bg100{ background-repeat:no-repeat; background-position:center center; background-size:100% 100%;}

/*图片变亮、变大*/
.bl-img,.bd-img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.bl-img:hover{-webkit-filter: brightness(110%);-moz-filter: brightness(110%); filter: brightness(110%);}
.bd-img:hover{ -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}

/*通用设置*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}
.fz12{font-size: 12px;} 
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.siteWidth{ width:1200px; margin:0 auto;}
.top-wrap{width: 100%;height: 40px;background: #2461b1;}
.top-wrap span{line-height: 40px;color: #fff;margin-right: 30px;}
.top-wrap a{color: #fff;}
/*nav logo右侧*/
.header{width: 100%;height: 100px;}
.header .logo{width: 450px;height: 100px;float: left;}
.header .logo img{height: 100px;}
.header .r-warp{float: right;height: 100px;}
.nav-wrap{height: 55px; margin-top:45px;}
.nav{ height:55px; line-height:30px;position:relative; z-index:1;  }
.nav a{ color:#000000;  }
.nav .nLi{ float:left;  position:relative; display:inline;  padding:0 5px;margin-left: 10px; border-bottom:4px solid #fff;box-sizing: border-box;height: 55px;}
.nav .nLi h3{ float:left;  }
.nav .nLi h3 a{ display:block;font-size:14px; font-weight:normal; line-height:30px;}
.nav .on { border-bottom:4px solid #2461b0;  }

.top-wrap .lan{float: right;height: 40px;line-height: 40px;margin-left: 30px;}
.top-wrap .lan img{vertical-align: middle;}
/*搜索*/
.search{float: right;width: 270px;margin-top: 6px;border: 1px solid #aaa;-moz-border-radius: 15px; /* Firefox */-webkit-border-radius: 15px; /* Safari 和 Chrome */border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */padding: 1px;background: rgba(255,255,255,0.8);overflow: hidden}
.search_text{width: 200px;height: 24px;border: 0;background: none;float: left;padding-left: 10px;line-height: 22px;font-size: 12px;color: #666;}
.search_but{height: 24px;width: 30px;background: url(/images/search.png) no-repeat center center;cursor: pointer;float: right;border: 0px none;text-align: center;}


/*footer*/
.foot{width: 100%;background: #1a1a1a;margin-top: 55px;overflow: hidden;border-top: 4px solid #2461b0;}
.footer{width: 1200px;height: auto;overflow: hidden;margin: 40px auto;}
.footer h3{display: block;width: 100%; margin-bottom: 10px; font-size: 18px;font-weight: normal;line-height: 32px;color: #FFF;}

.footer .f-box{ width: 600px;overflow:hidden;float: left;}
.f-cls{width: 100%;margin-bottom: 30px;}
.f-cls a{width: 300px;display: inline-block;color: #8e8e8e;line-height: 30px;}
.f-cls a:hover{color: #fff;}

.footer .f-box .code{width:140px;float: right;text-align: right;padding-top: 40px;}
.f-contact{width: 600px;overflow: hidden;color: #8e8e8e;font-size: 14px;}
.f-contact a{color: #8e8e8e;}
.f-contact p{line-height: 30px;}
.foot .code{float: right;}

.f-msg{float: right;}
.footer .f-msg h3{ background: url(/images/msg.png) no-repeat 190px center;margin-bottom: 40px;}
.form-group{margin-bottom: 1rem;}
.form-group label{display: inline-block; margin-bottom: .5rem;width: 8em;text-align: right;padding-right:10px;color: #8e8e8e;}
.form-group i{color: #f00;font-style: normal;padding-left: 15px;}
.form-control{display: inline-block; width: 350px; height: calc(1.5em + 2px); padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #FFF; background-color: #333333; background-clip: padding-box; border: 1px solid #333333; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.form-content{display: inline-block; width: 350px; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #FFF; background-color: #333333; background-clip: padding-box; border: 1px solid #333333; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.form-send{display: inline-block;width: 160px;height: 40px;line-height: 40px;background: #FA8021;color: #fff;text-align: center;border: 1px solid #FA8021;font-size: 16px;}

.copyright{ background:#000000;padding: 5px 0;font-size: 12px;color: #8e8e8e; text-align:center}
/*banner-inner*/
.inner-banner{width: 100%;text-align: center;background: #57A2DC;}
.inner-banner img{max-width: 100%; display: block;}

/*inner*/
.inner{overflow: hidden; margin-top:40px;}
.inner blockquote{display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 40px; -webkit-margin-end: 40px;/*编辑器缩进样式*/}

/*inner left*/
.inner .inner-l{width: 300px;float: left;}
.inner-title{display:block;height: 62px;background: #4288c7;font-size: 24px;font-weight:normal;color: #fff;line-height: 62px;text-transform: uppercase;padding-left: 22px;}

ul.sf-menu{clear: both;margin: 15px auto 0px;;height: auto;width: 300px; }
ul.sf-menu li{margin: 0px;}
.mLi1{text-transform:capitalize;display: block;height: 24px;line-height: 24px;padding: 13px 0px 13px 22px; font-size: 16px; color:#303030; border-bottom:1px dashed #b1b1b1;}
.mLi1:hover,ul.sf-menu li.on .mLi1{color: #4288c7;}
ul.sf-menu ul{width: 100%;margin: 0px;padding: 0px 0 10px;background:#FFFFFF;overflow: hidden}
ul.sf-menu ul li{margin: 0px;}
ul.sf-menu ul li a{ display:block;font-weight: normal;color:#767676;line-height: 36px;height: 36px;font-size: 14px;border-bottom:1px dashed #C8C8C8; padding-left: 25px;}
ul.sf-menu ul li a.cur{color: #51A4CE;}
ul.sf-menu ul li.cgf a:hover{ padding-left: 30px;}
.cgf a{transition: ease all 0.5s;}
.cgf a:hover{ padding-left: 10px;}

/*inner right*/
.inner .inner-r{width: 854px;float: right;border: 1px solid #ddd;padding: 17px;min-height: 800px;}
.inner-position{width: 100%;height: 45px;font-size: 15px;color: #808080;line-height: 45px;padding-bottom: 0px;border-bottom: 1px solid #eee;margin-bottom: 30px;}
.inner-position a{color: #808080;font-size: 15px;}

/*about*/
.inner-abo{width: 100%;overflow: hidden;}
.inner-abo img{max-width: 100%;}
.inner-abo p{ margin-bottom: 10px; line-height: 32px;}
.abo-menu{width: 100%; overflow:hidden;margin: 0px 0 20px;font-size: 24px;line-height:32px;color: #464646;text-align: center; }
/*products*/
.inner-pro{width: 100%;}
.inner-pro ul{width: 816px;margin-top: 0px auto;overflow: hidden;}
.inner-pro ul li{float: left;margin: 0px 10px 25px 10px;width: 252px;}
.inner-pro li .aimg{display: block;width: 250px;height: 250px;border: 1px solid #ccc; overflow: hidden;}
.inner-pro li .aimg img{max-width: 250px;max-height: 250px;}
.inner-pro li .atit{display: block; box-sizing: border-box;width: 100%;height: 34px;padding: 2px 0px;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 30px;}
.inner-pro li .atit:hover{color: #FF6600;}


/*news*/
.news-list{width: 100%;margin: 0px auto;overflow:hidden;}
.news-list li{box-sizing: border-box; width: 100%;border-bottom: 1px dashed #ccc;padding: 10px}
.news-list li:hover{background: #eee;transition: 0.5s all;}
.news-list li strong{display: block;font-weight: 500;font-size: 15px;background: url(point1.jpg) no-repeat 0px 8px;width: 900px;padding-left: 20px;}
.news-list li strong a{color: #222;}
.news-list li strong span{font-size: 12px;color: #FF6600;margin-left: 10px;}
.news-list li p{display: block;font-weight: normal;font-size: 12px;line-height: 20px;width: 900px;color: #888;}
.news-list li:hover strong a{color: #FF6600;transition: 0.5s all;}
/*pages*/
/*分页样式*/
.page_info{text-align: center;margin-top: 10px;color: #333;}
.page_info span{padding: 0 2px;font-weight: bold;}
.page_list{height: 28px;line-height: 24px;text-align: center;letter-spacing: 0;font-family: "Arial Black";font-size: 12px;margin-top: 20px;}
.page_list a{display: inline-block;color: #898989;border: 1px solid #e8e8e8;background: #f8f8f8;text-align: center;padding: 0 8px;margin: 0 1px;}
.page_list a:hover{color: #fff;border: 1px solid #898989;background: #898989;}
.page_list a.on{color: #333;border: 1px solid #ccc;background: #E5EDF2;}
/*内容分页*/
.contPage{height: 20px;line-height: 20px;text-align: center;letter-spacing: 0;font-family: "Arial Black";font-size: 10px;margin-top: 20px;}
.contPage a{display: inline-block;color: #898989;background: #fff;text-align: center;padding: 0 7px;margin: 0 1px;}
.contPage a:hover{color: #fff;background: #898989;}
.contPage a.on{color: #333;background: #E5EDF2;border: 1px solid #C2D5E3;}
/*详细页功能区*/
.preNext{position: relative;}
.preNext .line{height: 10px;overflow: hidden;clear: both;background: url(../images/box_dotline.gif) left 15px repeat-x;margin: 4px auto;padding-top: 10px;}
.preNext .line strong{display: block;width: 8px;height: 10px;overflow: hidden;font-size: 0px;line-height: 100px;background: url(../images/box_dotline.gif) right -10px no-repeat;float: left;}
.preNext .text{color: #999;}
.preNext .text li{ float:left}
.preNext .actBox{position: absolute;top: 25px;right: 0;}
.preNext .actBox li{display: inline;padding-left: 22px;background-image: url(../images/actbox-ico.gif);background-repeat: no-repeat;margin-left: 10px;}
.preNext .actBox li a{color: #666;}
.preNext .actBox li#act-fav{background-position: 4px 0px;}
.preNext .actBox li#act-err{background-position: 4px -37px;}
.preNext .actBox li#act-pus{background-position: 4px -73px;}
.preNext .actBox li#act-pnt{background-position: 4px -109px;}
/*newdetail*/
.news-content{width: 100%;margin: 0px auto;overflow: hidden;}
.newsTitle{display: block;padding: 5px 0px 15px;border-bottom: 1px dashed #ccc;margin-bottom: 15px;}
.newsTitle h1{display: block;font-size: 16px;font-weight: bold;color: #444;line-height: 32px;text-align: center}

.newsPic{display: block;text-align: center;margin-bottom: 10px;}
.newsPic img{max-width: 720px;max-height: 800px;}
.newsDate{display: block;line-height: 20px;color: #777;font-size: 14px;}
.newsDate a{color: #317de9;}
.newsDate a:hover{color: #317de9;}
.newsContent{clear: both;margin: 0px auto;padding: 0px;font-size: 14px;color: #444;line-height: 28px;word-wrap: break-word;word-break: normal;margin-bottom: 15px;}
.newsContent img{margin-bottom: 10px;}
.newsContent ul, .newsContent ol{margin: auto}
.newsContent ul li{list-style-type: disc}
.newsContent ol li{list-style-type: decimal;}
.prevNext{clear: both;margin: 0px auto;border-top: dashed 1px #ccc;border-bottom: dashed 1px #ccc;height: 80px;line-height: 30px;color: #666;font-size: 13px;-webkit-text-size-adjust: none;padding: 10px 0px;}
.prevNext a{text-decoration: underline;}
.prevNext .prev{/*float:left;*/}
.prevNext .prev a{text-decoration: none;}
.prevNext .prev a:hover{color: #317de9;text-decoration: none;}
.prevNext .next{/*float:right;*/}
.prevNext .next a{text-decoration: none;}
.prevNext .next a:hover{color: #317de9;text-decoration: none;}
/*pro-detail*/
.pro-content { width:100%;}

/*幻灯片多图*/
.detail-title{height:32px; line-height:32px; font-size:18px; color:#000; text-align:center; overflow:hidden; padding-bottom:45px;}
.detail-title::after{display: block;width: 100%;height: 10px;content: "";background: #f5f5f5;border: 1px solid #ccc;margin-top: 10px;box-sizing: border-box}
/*多图*/
.focusBox { position: relative; width:600px;margin: 20px auto;}	
.focusBox .pic{ position:relative; z-index:0;text-align: center;height: 600px;}	
.focusBox .pic img { width: 600px; display: block;margin: 0px auto}	
.focusBox .hd { width:100%; text-align: center;margin-top: 20px; }	
.focusBox .hd li{margin: 0 5px; height: 120px; overflow: hidden; width: 120px; cursor: pointer;	display:inline-block; *display:inline; zoom:1; }	
.focusBox .hd li img{display: block;width: 120px;}	
.focusBox .hd li.on img{border: 1px solid #f00;width: 118px}	
.focusBox .prev,	
.focusBox .next { width: 60px; height: 120px;background: #fff url(/images/x4.png) no-repeat center center; position: absolute; bottom: 0px; z-index: 10; cursor: pointer; }	
.focusBox .prev { left: 0; }	
.focusBox .next { background-image:url(/images/x3.png); right: 0; }	
.focusBox .prev:hover,	

.focusBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }	
/*单图*/
.singglepic{ text-align:center}
.singglepic img{max-width:800px;border: 1px solid #ccc;}
/*End-- 幻灯片多图*/

.protabs{height: 3px;width:100%;background: #e6e6e6;}

.pro-introduce{width:100%; padding:20px 10px; overflow:hidden}

/*产品留言*/
.pro-inquire{ width:700px; margin:0 auto; overflow:hidden; margin-top:40px; }
.pro-inquire table{ margin:0px auto;}
.pro-inquire h2{ margin-bottom:10px}
/* 图组 */
.picFocus{ margin:0 auto;  width:600px; border:0px solid #ccc; padding:5px;  position:relative;  overflow:hidden;  zoom:1;   }
.picFocus .hd{ width:100%; padding-top:5px;  overflow:hidden; }
.picFocus .hd ul{ margin-right:-12px;  overflow:hidden; zoom:1; }
.picFocus .hd ul li{ padding-top:5px; float:left;  text-align:center;  }
.picFocus .hd ul li img{ width:137px; height:103px; border:2px solid #ddd; cursor:pointer; margin-right:12px;   }
.picFocus .hd ul li.on{ background:url("images/icoUp.gif") no-repeat center 0; }
.picFocus .hd ul li.on img{ border-color:#f60;  }
.picFocus .bd li{ vertical-align:middle; text-align:center }
.picFocus .bd img{ height:450px; }


/*feedback*/
.feedback_str{ margin-top:15px; text-indent:2em;}
.inner-feedback{width: 700px;font-size: 14px;color: #444;margin: 20px auto;}
.inner-feedback .feed_t{box-sizing: border-box; width: 580px;height: 38px;background: #FAFAFA;border: 1px solid #ccc;line-height: 48px;color: #555;padding-left:10px;}
.inner-feedback .feed_c{box-sizing: border-box; width: 580px;height: 121px;background: #FAFAFA;border: 1px solid #ccc;padding: 10px;color: #555;font-family: Arial, Helvetica, sans-serif;}
.inner-feedback .feed_b{float: left;width: 160px;height: 40px;line-height: 40px;background: #FA8021;color: #fff;text-align: center;border: 1px solid #FA8021;font-size: 16px;}
.inner-feedback table{margin: 0px auto;background: #fff;border: 1px solid #fff;border-radius: 10px;overflow: hidden;}
.inner-feedback table td{padding: 10px 0px;}
.inner-feedback table td:nth-child(2n+1){text-align: right;padding-right: 10px;font-size: 16px;}
.table{border-collapse: collapse;}
.table td, .table th{border: 1px solid #cdcdcd;padding: 5px;}
.table p{padding: 0px;margin: 0px;}
.inner-feedback .error{color: #f00}
/*固定的悬浮窗 单显*/
.yb_conct{position:fixed;z-index:9999999;top: 30%;right:-197px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:240px;height:43px; line-height: 43px; font-size: 16px; color:#fff;text-indent:44px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden; background-color: #6a6a6a; background-repeat: no-repeat; background-position: 0 0;}
.yb_bar .yb_top{background-image:url(/images/backtop.png);}
.yb_bar .yb_phone{background-image:url(/images/ol_tel.png)}
.yb_bar .yb_QQ{background-image:url(/images/ol_qq.png) ;}
.yb_bar .yb_ercode{background-image:url(/images/ol_qr.png);}
.yb_bar .yb_mail{background-image:url(/images/ol_email.png);}
.hd_qr{padding:0 29px 25px 29px;}
.yb_bar a{display:block;text-indent:44px;width:100%;height:100%;color:#fff;}



.clear{margin: 0px auto;clear: both;height: 0px;font-size: 0px;overflow: hidden;}
.blank1{margin: 0px auto;clear: both;height: 1px;font-size: 1px;overflow: hidden;}
.blank8{margin: 0px auto;clear: both;height: 8px;font-size: 1px;overflow: hidden;}
.blank10{margin: 0px auto;clear: both;height: 10px;font-size: 1px;overflow: hidden;}
.blank15{margin: 0px auto;clear: both;height: 15px;font-size: 1px;overflow: hidden;}
.blank20{margin: 0px auto;clear: both;height: 20px;font-size: 1px;overflow: hidden;}
.blank25{margin: 0px auto;clear: both;height: 25px;font-size: 1px;overflow: hidden;}
.blank30{margin: 0px auto;clear: both;height: 30px;font-size: 1px;overflow: hidden;}
.blank40{margin: 0px auto;clear: both;height: 40px;font-size: 1px;overflow: hidden;}
.blank45{margin: 0px auto;clear: both;height: 45px;font-size: 1px;overflow: hidden;}
.blank50{margin: 0px auto;clear: both;height: 50px;font-size: 1px;overflow: hidden;}
