@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	font-family:"Microsoft Yahei",宋体,Verdana,Arial,Helvetica,Sans-serif;
	font-weight:normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;	
}

body{ background:#fff; }

td,th{ line-height:20px;  }
td{ padding:5px; }

/*链接默认样式*/
a,a:link,a:visited,a:active{color: #333333;text-decoration: none;}
a:hover{color:#ff0000;}

/*去除虚线,兼容IE和火狐*/
a {outline: none;
	-webkit-transition: background-color 1.0s ;
	-moz-transition: background-color 1.0s ;
	-o-transition: background-color 1.0s;
	transition: background-color 1.0s;
}
a:active {star:expression(this.onFocus=this.blur());}

.btn,.btn:link,.btn:visited{
	text-decoration:none;
	-webkit-transition: background-color 1.0s ;
	-moz-transition: background-color 1.0s ;
	-o-transition: background-color 1.0s;
	transition: background-color 1.0s;
	webkit-transform: translate3d(0, 0px, 0);transform: translate3d(0, 0px, 0);-webkit-transition: all 0.1s;transition: all 0.1s;
}
.btn:hover{-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0);-webkit-transition: all 0.7s;transition: all 0.7s; box-shadow: 0px 3px 10px #ccc;}

.cl{clear:both;visibility:hidden;font-size:0px;line-height:0px;width:100%;height:0;padding:0px;margin:0px;}
/*clear float*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */ 
.center {clear:both;width:1180px;margin:0 auto;padding:0;}

.red,a.red:link,a.red:visited{color:#ff0000;}
a.red:hover {color:#ff0000;}

.dot{color:#ae1d2c; font-family:"宋体";}


/*header*/
.headerpage{clear:both; width:100%; margin:0 auto 0 auto; padding:0; background:#ffffff; }
.headerpage:after, .headerpage:before {content: '';display: block;clear: both;height: 0;}

header{ clear:both; margin:0 auto 0 auto; max-width:1300px;  }
header:after,header:before {content: '';display: block; clear: both; height: 0;}

.headerbg{clear:both; width:100%; margin:0 auto; height:100px; background:#ffffff; position:relative; z-index:9999;  }
header{ clear:both; max-width:1300px; margin:0 auto 0 auto; overflow:hidden; background:url(images/headerbg.jpg) no-repeat center bottom; }
header .logo{float:left; line-height:100px;   }
header .logo img{ vertical-align:middle; }

.dianhua{ float:right; background:url(images/dianhua.png) no-repeat left center; padding:0 0 0 55px; margin:28px 0 0 0; }
.dianhua span{ display:block; color:#666666; font-size:16px;   }
.dianhua strong{ font-weight:normal; color:#d74242; font-size:18px;  }

.dingbubox{ display:none; clear:both; overflow:hidden; height:40px; line-height:40px; width:100%; border-bottom:1px solid #d9d9d9;  }
.dingbubox ul{ max-width:1300px; margin:0 auto; font-size:14px; color:#666666; }
.dingbubox ul a{ font-size:14px; color:#666666; }
.dingbubox ul ol{ float:left; }
.dingbubox ul li{ float:right; margin:0 25px 0 0;}
.dingbubox ul .sousuo{ float:right;}
.dingbubox ul .sousuo input{ height:39px; line-height:39px; border:0px;  }
.dingbubox ul .sousuo .input_zi{ width:205px; padding:0 15px; border-left:1px #d9d9d9 solid;}
.dingbubox ul .sousuo .input_search{ background:#cc0000 url(images/sousuo.png) no-repeat center; width:39px; cursor:pointer; }


.headright { color:#ffffff; margin-top:0px; background:#262626;  }
.wapnav{float:right; display:none;}

.mainnav{clear:both; overflow:hidden; margin:0 auto 0 auto;  padding-left:0px; max-width:1300px; }
.mainnav ul {padding:0px; text-align:right; }
.mainnav a,.mainnav a:link,.mainnav a:visited{ display:block; float:left; width:16.5%; color:#fff; font-size:16px; text-decoration:none; text-align:center; line-height:55px; margin:0 0px 0 0; padding:0px 0px;}
.mainnav a:hover,.mainnav a.active,.mainnav a.active:link,.mainnav a.active:visited{ background:#bf0000; color:#fff;  }

.nav{clear:both; width:100%; margin:0 auto; top:160px; left:0; overflow:hidden; position:absolute; background:url(images/navbg.png); z-index:99; }
.downmenu{ clear:both; max-width:1300px; margin:0 auto; z-index:2000; overflow:hidden; }
.downmenu ul{ text-align:center; padding:10px 0px 10px 0px; overflow:hidden; background:#bf0000; width:16.5%;  }
.downmenu a,.downmenu a:link,.downmenu a:visited{ display:block; color:#ffffff; font-size:15px; text-decoration:none; text-align:center; padding:0 0px; line-height:30px; }
.downmenu a:hover{color:#fff; text-decoration:none; background:#262626; }




/*Banner大图调用 开始*/
.mainbannerpage{clear:both; width:100%; margin:0 auto; background:#FFFFFF; overflow:hidden;}
.mainbannerpage:after, .mainbannerpage:before {content:'';display: block;clear: both;height: 0;}

/*Banner大图调用 结束*/



/*首页样式*/

.biaoti{ text-align:center; position:relative; margin:60px 0 45px 0; }
.biaoti a{ font-size:30px; font-weight:bold; }
.biaoti p{ font-size:15px; color:#aaaaaa; margin:10px 0 0 0; }
.biaoti span{ position:absolute; display:block; width:100%; top:-15px; font-size:55px; font-weight:bold; color:#f5f5f5; text-transform : uppercase; z-index:-1; }


.indexone{ clear:both; overflow:hidden; max-width:1300px; margin:0 auto;  }
.indexone .cpleft{ width:24.5%; float:left; margin:0 0.4%; }
.indexone .cpleft dl{ position:relative; height:200px; margin:0 0 7px 0; }
.indexone .cpleft dl a{ clear:both; overflow:hidden; color:#fff; display:block; text-align:center; font-size:20px; }
.indexone .cpleft dl a span{ font-size:14px; text-transform : uppercase; display:block; }
.indexone .cpleft dl dt{ margin:30px 0 0 0; }
.indexone .cpleft dl dd{ position:absolute; top:0px; z-index:-1; } 
.indexone .cpleft dl dd img{ display:block; width:100%;}
.indexone .cpleft dl.chang{ position:relative; height:360px;}
.indexone .cpleft dl.chang dt{ margin:50px 0 0 0; }
.indexone .cpright{ margin:0 0px 0 0; }
.indexone .cpright dl a{ clear:both; overflow:hidden; color:#333; display:block; text-align:center; font-size:20px; }
.indexone .cpright dl dt{ margin:30px 0 0 0; }
.indexone .cpright dl.chang dt{ margin:30px 0 0 0; }



.biaoti2{ text-align:center; position:relative; margin:60px 0 45px 0; color:#aaaaaa; }
.biaoti2 .bt_zi a{ font-size:30px; font-weight:bold; color:#fff;    }
.biaoti2 ul{ margin:15px 0 0 0}
.biaoti2 ul a{ color:#aaaaaa; font-size:16px; margin:0 20px; display:inline-block;   }
.biaoti2 span{ position:absolute; display:block; width:100%; top:-15px; font-size:55px; font-weight:bold; color:#f5f5f5; text-transform : uppercase; opacity:0.2;}


.indextwobox{ clear:both; overflow:hidden; background:url(images/indextwo.jpg) no-repeat; background-size:cover; margin:75px 0 0 0; padding:0 0 3% 0;  }
.indextwo{ max-width:1300px; margin:0 auto; }
#owl-demo .item{margin:10px; text-align:center; }
#owl-demo .item a{ color:#fff; font-size:16px; line-height:36px;  }
#owl-demo .item img{display: block;width: 100%;height: auto; border:1px solid #999; }


.imainbg4{ clear:both; width:100%; margin:0 auto; overflow:hidden; }
.imainbg4:after, .imainbg4:before {content: '';display: block;clear: both;height: 0;}
.imain4{ clear:both; max-width:1300px; margin:0 auto; overflow:hidden;}
.hexpert01 { clear:both; max-width:1300px; margin:0 auto; }
.hex { float:left; max-width:1160px; margin:0 0 0 30px; padding:0px 0px 0px 0px;  overflow:hidden;}
.hex .cpbox{ float:left; border-right:1px solid #e1e1e1; padding:0 31px 0 0; margin-right:32px; overflow:hidden; width:344px;}
.hex .cpbox a{ display:block; line-height:32px; font-size:14px; padding:0px;}
.hex .cpbox a:hover{ text-decoration:none; padding:0px; }
.hex .cpbox img{ display:block; width:100%; }
.hex .cpbox h2{ font-size:16px;overflow: hidden; padding:4% 0 2% 0; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:1;}
.hex .cpbox p{ line-height:20px; color:#888888; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;}
.hex .cpbox a:hover p{  }
.hexpert01 span a{color:#fff; font-size:16px;}
.hexpert01 span:hover{ background:#555555; }
.lefticon { display:block; float:left;  margin-top:90px; background:#cc0000; width:40px; text-align:center; line-height:40px;  } 
.righticon { display:block; float:right; margin-top:90px; background:#cc0000; width:40px; text-align:center; line-height:40px;  }
.hexpert_wap{ display:none; }


.indexthreebox{ background:url(images/indexthreebox.jpg) no-repeat center; background-size:cover; text-align:center; padding:2% 0; color:#888888; font-size:16px; line-height:28px; margin:4% 0 0 0;  }
.indexthreebox strong{ color:#d10000; font-size:30px; display:block; margin:0 0 0.9% 0; }

/*首页样式 end*/


/*尾*/

.linkbox{ background:#f1f1f1; padding:1% 0; clear:both; overflow:hidden; }
.link{ max-width:1300px; margin:0 auto; line-height:22px; font-size:14px; }
.link a{ margin:0 0.5% 0 0; font-size:14px; }

.footerwrap{ clear:both; width:100%; margin:0px auto; overflow:hidden; border-bottom:1px solid #3a3a3a; background:#202020; }
.footerbg{clear:both;max-width:1200px; margin:3% auto;overflow:hidden; color:#333}

.footerbg .footermenu{ width:55%; float:left; line-height:28px; font-size:14px; border-right:1px solid #3a3a3a; padding:0 0 3% 0; }
.footerbg .footermenu dl{ float:left; width:25%; }
.footerbg .footermenu dl dt{ font-size:16px; clear:both; overflow:hidden; }
.footerbg .footermenu dl dt a{ color:#fff; }
.footerbg .footermenu dl dd{ line-height:30px; font-size:14px; }
.footerbg .footermenu dl dd a{ color:#888888;}
.footerbg .footermenu dl.footermenu2{ width:40%; }
.footerbg .footermenu dl.footermenu2 dd{ float:left; width:50%; }

.footerbg .erweima{float:right; font-size:14px; padding:1.5% 0 0 0; width:15%; text-align:center; }

.footerbg .lianxi{ float:left; margin:0 0 0 7%;}
.footerbg .lianxi p{  font-size:16px;  }
.footerbg .lianxi p a{ color:#fff; }
.footerbg .lianxi ul{ line-height:30px; font-size:14px; color:#888888;}

.footerbottom{ clear:both; overflow:hidden; text-align:center; line-height:20px; padding:15px 0; color:#999999; font-size:14px; background:#000000; }
.footerbottom a{ color:#999999; }

.mainimg{clear:both;width:100%;margin:0px auto 0 auto; padding:0; overflow:hidden; height:410px;}





/*内页*/
.mainpage{ background-color:rgba(255,255,255,0.6); clear:both; overflow:hidden; max-width:1300px; margin:0 auto; }
.mainpage:after, .mainpage:before{content: '';display: block;clear: both;height: 0;}
.left{clear:both; overflow:hidden;  padding:6% 0 0 0; margin:0 auto; width:100%; text-align:center; background:#134c95 url(images/mainbg.jpg) no-repeat center top ;}
.right{clear:both; max-width:1300px; margin:0 auto; padding:0; }	

.mainarea{ position:relative; clear:both;  padding:5% 0 3% 0; min-height:360px; height:360px;}
[class].mainarea{height:auto;}
.mainarea div.content{line-height:23px; color:#333;}




.midpicarea{border:solid 1px #bbbbbb;z-index:5;cursor:crosshair; }
.bigpicarea{border:solid 1px #bbbbbb;overflow:hidden;position:absolute;z-index:6;}
.viewarea{border:solid 1px #fff;cursor:move; background-color:#999;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;overflow:hidden;position:absolute; z-index:10;  }

.zoomsmall{margin-top:10px;  clear:both; overflow:hidden;}
.zoomsmall ul{clear:both;}
.zoomsmall ul li{float:left; margin:0 12px;}
.zoomsmall ul li img{border:solid 1px #bbbbbb; padding:2px; cursor:pointer;}

/*内页位置*/
.positioninfobox{ clear:both; margin:0 auto; width:100%; display:none;   }
.posbox{  max-width:1300px; clear:both; overflow:hidden; margin:0 auto; border-bottom:1px solid #ddd; }
.position{  padding-right:0px; font-size:14px; line-height:40px; color:#333; opacity:0.7;}
.position a,.position a:link,.position a:visited {color:#333; font-size:14px;}
.position a:hover,.position font.active,.position a.active,.position a.active:link,.position a.active:visited{color:#ae1d2c;}
.positioninfo{ padding:0px 0 0 0px; line-height:40px; color:#333; font-size:26px;}

.menu1{ max-width:1300px; overflow:hidden; text-align:right; margin:0px auto 0px auto; }
.menu1 h2{ float:left; color:#fff;}
.menu1 a {color:#fff; line-height:46px; margin:0px 1px 0px 0px; padding:13px 1.5%; font-size:15px; text-decoration:none; text-align:center; -webkit-transition: background-color 0.5s;	-moz-transition: background-color 0.5s; -o-transition: background-color 0.5s; transition: background-color 0.5s;}
.menu1 a:link,.menu1 a:visited{}
.menu1 a:hover,.menu1 a.active,.menu1 a.active:link,.menu1 a.active:visited{background:#fff; color:#333;}


.menu2{clear:both; background:#eee;}
.menu2 h3{padding:0; margin-bottom:10px; border:#FF0000 1px solid;float:left; width:20%;}
.menu2 h3 a {color:#333333;line-height:32px;padding-left:40px; font-size:14px;text-decoration: none; float:left }
.menu2 h3 a:link,.menu2 h3 a:visited{background-image: url(images/menu1.png);background-repeat:no-repeat; background-position:12px;  }
.menu2 h3 a:hover,.menu2 h3 a.active,.menu2 h3 a.active:link,.menu2 h3 a.active:visited{color: #ff6501;background-image: url(images/menu1a.png);background-repeat: no-repeat;}

.menu2 ul{padding:15px 0; }
.menu2 a,.menu2 a:link,.menu2 a:visited{ color:#333;line-height:32px; margin:3px;text-decoration: none; font-size:14px; padding:5px 7px; }
.menu2 a:hover,.menu2 a.active,.menu2 a.active:link,.menu2 a.active:visited{color: #e60012;background-image: url(images/menu1a.png);background-repeat:no-repeat;}


.backtop{ text-align:right; margin:10px 0 20px 0; display:none;}
.infosearch{ text-align:right; margin-bottom:10px; margin-top:10px; padding:5px 5px 0 0;}
.infosearch input[type="text"]{width:150px;height:23px;border: 1px solid #dddddd;-moz-border-radius: 3px;-webkit-border-radius:3px;border-radius:3px;padding-left:3px;background-color:#ffffff;}
.infosearch input[type="submit"]{background-color:#134c95;border: 1px solid #00418b;height:27px;width:60px;color:#ffffff;font-weight:bold;-moz-border-radius:3px;-webkit-border-radius: 3px;border-radius:3px;}

.infodes{ clear:both; padding:10px 0; line-height:20px;}

.af{ clear:both;}
.af dl{ clear:both;font-size:12px;line-height:23px;}
.af dl dt,.addf dl dd{ float:left;}
.af dl dt{ width:70px; text-align:right;}

/*信息*/
.info_list{clear:both;margin-top:0px;padding:0px;}
.info_list ul{clear:both;}
.info_list ul li{ float:left; text-align:center; margin-top:15px; font-size:16px; }


.info_listimg{clear:both;margin-top:0px;padding:0px; overflow:hidden}
.info_listimg ul{clear:both; margin-top:10px; }
.info_listimg ul li{float:left; width:25%; padding:2.5%; margin:1.5%; border:1px solid #dddddd; text-align:center; line-height:20px;font-size:16px;}
.info_listimg ul li a{display:block; padding:0px; margin:0px 0 10px 0; }

.info_listimg ul li img{ width:100%;display:block; transition: 588ms; }
/*.info_listimg ul li:hover img {transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}*/
.info_listimg ul li a:hover{text-decoration:none;}
.info_listimg ul li p{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height:20px; }

.info_listimg2{clear:both;margin-top:0px;padding:0px; overflow:hidden}
.info_listimg2 ul{clear:both; margin-top:10px; }
.info_listimg2 ul li{float:left; width:16%; padding:2.5%; margin:1.5%; border:1px solid #dddddd; text-align:center; line-height:20px;font-size:16px;}
.info_listimg2 ul li a{display:block; padding:0px; margin:0px 0 10px 0;  }

.info_listimg2 ul li img{ width:100%;display:block; transition: 588ms; }
.info_listimg2 ul li a:hover{text-decoration:none;}
.info_listimg2 ul li p{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height:20px; }


.info_list ol.head{background: #eeeeee;font-size:14px;height:30px;line-height:30px; text-align:center; color:#333333;}
.info_list ol.head span.title{float:left;width:65%; font-size:15px; font-weight:bold;}
.info_list ol.head span.title a{font-size:15px; font-weight:bold;}
.info_list ol.head span.views{float:left;width:10%; }
.info_list ol.head span.date{float:right;width:16%; text-align:right; padding:0 25px 0 0;}

.info_list ol{ font-size:16px; line-height:60px; padding:0 0 0 15px; border-bottom:1px dotted #ccc; clear:both; overflow:hidden; background:url(images/listbt.png) no-repeat left center;  }
.info_list ol:hover{ background:#eee url(images/listbt.png) no-repeat left center;}
.info_list ol.info font.dot{color:#ee7700; font-family:"宋体";}
.info_list ol.info a.title{float:left;width:65%;}
.info_list ol.info span.views{float:left;width:10%;text-align:center;font-size:12px;color:#666666;}
.info_list ol.info span.date{float:right;width:16%;  text-align:right; padding:0 20px 0 0; font-size:12px;color:#666666;}

.info_list dl{ float:left; width:300px; height:265px; text-align:center; margin:0 25px 15px 25px; }
.info_list dl dd{ height:20px;line-height:20px;}


.info_view{ clear:both;padding:5px 0 10px 0;}
.info_view h1.title{border-bottom:1px dotted #ccc; font-size:22px;line-height:26px; padding:15px 0; text-align:center; font-weight:bold;}
.info_view h2.subtitle{ background:#f5f5f5; color:#999; font-size:14px;line-height:22px; padding:5px 0;text-align:center;}
.info_view div.content{padding:0px 5px; line-height:30px; font-size:16px; color:#333; }
.info_view div.content p{padding:5px 0;}
.info_view img{ max-width:100%;}
.info_view div.atta{font-size:14px;line-height:23px;padding-top:2px;color:#ee7700; font-weight:bold;}
.info_view div.comment{font-size:12px;line-height:23px;padding-top:2px;}

.info_view div.other{ text-align:left; padding-right:0px;}

.info_view .bigimg{ padding:10px 0px; text-align:center;}


.info_view table {border-collapse:collapse; border-spacing: 0; border:#CCCCCC 1px solid;}
.info_view td{border:#CCCCCC 1px solid; text-align:center; padding:4px;}


.info_commentlist{clear:both;margin-top:0px;padding:0px;}
.info_commentlist h1{background:#eeeeee;font-size:14px;line-height:28px;padding-top:3px;text-align:center;}
.info_commentlist p.name{clear:both; font-weight:bold; padding:3px 0;}
.info_commentlist p.date{clear:both; padding:3px 0; }
.info_commentlist p.content{clear:both; font-size:12px;line-height:20px; margin-bottom:20px; padding-bottom:10px; border-bottom:dotted 1px #ccc;}

.info_commentadd{ padding:5px;}
.info_commentadd p{ padding:3px 0;}
.info_commentadd input[type="text"]{ width:230px;}
.info_commentadd #txtcode{width:80px;}
.info_commentadd textarea{ width:230px;}

.supply_add{ padding:5px;}
.supply_add h2{ padding:5px; background-color:#f0f0f0; text-align:center;}
.supply_add p{ padding:3px 0;}
.supply_add input[type="text"]{ width:230px;}
.supply_add #txtcode{width:80px;}
.supply_add textarea{ width:230px;}

/*产品*/
.product_cate{clear:both;}
.product_cate dl{ clear:both; width:100%; margin-top:10px;}
.product_cate dl dt{ float:left; width:30%;}
.product_cate dl dd{ float:right; width:69%; line-height:21px;}
.product_cate dl strong{ font-size:14px;}

.product_list{clear:both;}
.product_list ul{clear:both;}

/*产品：上图下字*/

.product_list{clear:both;margin-top:0px;padding:0px; overflow:hidden}
.product_list ul{clear:both; margin-top:10px; }
.product_list ul li{float:left; width:30%; padding:0%; margin:1.5%; background:#f6f6f6; text-align:center; line-height:20px;font-size:16px; border:1px solid #ccc;}
.product_list ul li a{display:block; padding:0px; margin:0px 0 0px 0; }
.product_list ul li img{ width:100%; display:block; transition: 588ms; }
.product_list ul li a:hover{text-decoration:none;}
.product_list ul li p{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding:4% 0 15% 0;  }

.intro{width:100%;height:100%;color:#fff;background:rgba(100,100,100,0.7);position:absolute;top:0px;left:0px;opacity:0; text-align:center;overflow:hidden;}
.intro h2{ font-size:18px; line-height:40px; font-weight:bold; }
.con{display:table;width:100%;height:100%;}
.con .more{display:block; margin:10% auto 0 auto; font-size:14px; border:1px solid #fff; width:150px; padding:5px 0; }
.box1:hover .intro{opacity:1;}
.box1:hover p{ }
.box1 img{
  cursor: pointer;
  transition: all 0.6s;
  width:100%;
  height:auto;
}
.box1:hover img{

}
.box1 .con{
  cursor: pointer;
  transition: all 0.6s;
}
.box1:hover .con{transform:translateY(30%);}




/*产品：列表*/
.product_list ol.head{background: #eeeeee;font-size:14px;height:26px;line-height:26px;padding-top:2px; padding-left:16px;text-align:center; color:#333333;}
.product_list ol.head span.title{float:left;width:60%;}
.product_list ol.head span.views{float:left;width:10%;  }
.product_list ol.head span.date{float:right;width:28%; }

.product_list ol.info{clear:both; font-size:12px;height:27px;line-height:27px;padding:2px 0 1px 16px;padding:1px 0 2px 16px\9;_padding:2px 0 1px 16px; background-image:url(images/bg.gif); background-repeat:no-repeat;}
.product_list ol.bg{background: #f5f5f5;}
.product_list ol.info font.dot{color:#ee7700; font-family:"宋体";}
.product_list ol.info a.title{float:left;width:60%; }
.product_list ol.info span.views{float:left;width:10%;text-align:center;font-size:12px;color:#666666;}
.product_list ol.info span.date{float:right;width:28%; text-align:center;font-size:12px;color:#666666;}

/*产品：左图右字*/
.product_list dl{ clear:both; width:100%; margin-top:10px;}
.product_list dl dt{ float:left; margin-right:10px;}
.product_list dl dd{ float:left; line-height:21px;}
.product_list dl strong{ font-size:14px;}
.product_list dl div.summary{ line-height:20px;}

/*.product_list ol.other,ol.other a,.product ol.other a:link,.product ol.other a:visited { display:block; font-size:12px; height:23px; line-height:23px;}*/
.product_view h1{border-bottom:1px dotted #ccc; font-size:24px;line-height:36px; margin:25px 0; text-align:center; font-weight:bold;}
.product_view h2{ background:#bf0000; color:#fff; font-size:24px;line-height:22px; padding:15px 0 15px 15px; }
.product_view div.bigimg{ text-align:center; padding:10px 0;}
.product_view div.bigimg img{}

.product_view dl{ clear:both;}
.product_view dl dt,.product_view dl dd{ float:left;}
.product_view dl dt{ margin-right:10px; }
.product_view dl dd ul{ clear:both;}
.product_view dl dd li{ clear:both;font-size:12px;line-height:23px;}
.product_view dl dd span,.product_view dl dd p{ float:left;}
.product_view dl dd span{ width:70px; text-align:right;}
.product_view .content{ font-size:16px; line-height:30px; border:1px solid #eee;  }
.product_view .content p{ line-height:36px; padding:0 40px;  }
.product_view div.atta{ font-size:12px; line-height:20px; color:#ee7700; }
.product_view td{ font-size:16px; padding:1% 1%; border:0px;  border-right:1px solid #dddddd; border-bottom:1px solid #dddddd;}
.product_view table{ border:0px; border-top:1px solid #dddddd; border-left:1px solid #dddddd; }


.product_viewcart{padding:5px;}
.product_viewcart h2{ padding:5px; background-color:#f0f0f0; text-align:center; font-weight:bold;}
.product_viewcart p{ padding:3px 0; border-bottom:dotted 1px #ccc; margin-bottom:10px; padding-bottom:10px;}
.product_viewcart strong{ font-weight:bold;}
.product_viewcart input[type="text"]{ width:230px;}
.product_viewcart input.pnum{width:80px;}
.product_viewcart textarea{ width:230px;}

/*留言内页*/
.message_add{ padding:5px;}
.message_add p{ padding:3px 0; float:left; width:50%;}
.message_add input[type="text"]{ width:96%; height:30px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}
.message_add #txtcode{width:100px;}
.message_add textarea{ width:98%; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}

.message_list{clear:both; margin-bottom:25px;padding:0px;font-size:12px;line-height:20px; padding:1px;}
.message_list h1.title{background:#ebebeb;font-size:14px;line-height:28px;text-align:center;}
.message_list div.memo{padding:5px 0;}
.message_list div.nickname{text-align:left; padding:3px 0px;}
.message_list div.adddate{text-align:left; padding:3px 0px;}
.message_list div.reply{ padding:5px 0;background-color:#f7f7f7; }

.order_add{ padding:5px;}
.order_add p{ padding:3px 0;}
.order_add input[type="text"]{ width:230px;}
.order_add #txtcode{width:100px;}
.order_add textarea{ width:230px;}


/*人力资源内页*/
.job_add{ padding:5px;}
.job_add p{ padding:3px 0;}
.job_add input[type="text"]{ width:98%; height:30px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}
.job_add #txtcode{width:100px;}
.job_add textarea{ width:98%; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}
.job_add select{ height:30px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}

.joblist{ clear:both; margin-bottom:15px; padding:10px 3px 10px 3px; border-bottom:dotted #333 1px; font-size:16px; color:#333;}
.joblist strong{}
.joblist p{ padding:3px 0;}
.joblist p.biaoti{ font-size:16px;}
.joblist p.biaoti span{ font-size:16px;}
.joblist p.biaoti a{ background:#eeeeee; padding:3px 15px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}
.joblist p.fabu{ color:#666666;}




/*分页*/
.pagelist{clear:both; font-size:14px; line-height:26px; margin-top:10px; padding:1.5% 0 0 0; text-align:center; color:#333333; border-top:1px solid #dbdbdb;}
.pagelist a{color:#888; text-decoration:none; line-height:26px; margin:5px 2px; border:#dbdbdb solid 1px; -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; padding:3px 8px;}
.pagelist a:hover{color:#fff; text-decoration:none; background:#bf0000; border:#9c0000 solid 1px;}
.pagelist a.red{color:#ffffff; text-decoration:none; font-weight:bold; background:#bf0000; border:#9c0000 solid 1px; -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.pagelist a.red:hover{color:#ffffff; text-decoration:none;} 



.plinktop{text-align:right;font-size:12px;line-height:25px; padding-right:8px;}
.plinktop a,.plinktop a:link,.plinktop a:visited { padding:0 3px;color:#363535;  text-decoration:none;}
.plinktop a:hover{color:#ee7700; text-decoration:underline;}
.plinktop a.red,.plinktop a.red:link,.plinktop a.red:visited {color:#ee7700; text-decoration:underline; }
.plinktop a.red:hover{color:#ee7700; text-decoration:underline;} 

.plinkbottom{text-align:center;font-size:14px;line-height:25px;  padding-right:0px; margin:20px 0 0 0;}
.plinkbottom a,.plinkbottom a:link,.plinkbottom a:visited {padding:0 3px;color:#363535;text-decoration:none; }
.plinkbottom a:hover{color:#ee7700; text-decoration:underline;}
.plinkbottom a.red,.plinkbottom a.red:link,.plinkbottom a.red:visited {color:#ee7700; text-decoration:underline; }
.plinkbottom a.red:hover{color:#ee7700; text-decoration:underline;}

.imgborder{ border:#dedede solid 1px;}

.roundabout-holder  { 
	width:850px;
	height:496px;
	margin:0 auto;

}
.roundabout-moveable-item {
   width:650px;
   height:394px;
   cursor: pointer;
	border:3px solid #ccc;
	border:3px solid rgba(0, 0, 0, 0.08);
   border-radius:4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
}
	.roundabout-moveable-item img{
		width:100%;
	}
.roundabout-in-focus {
	border:4px solid rgba(0, 0, 0, 0.1);
}



/*新闻内页*/
.info_listxw{clear:both; padding:0px; margin-top:20px; display:block; overflow:hidden;}
.info_listxw dl{ clear:both; padding:1.5% 0px; border-bottom:1px dotted #cccccc; overflow:hidden;position: relative;}
.info_listxw dl:before{ content:""; background:#f8f8f8; width:100%; height:100%; position:absolute; left: 0; top: 0;  opacity: 0; visibility: hidden; transform: scaleY(0); -webkit-transform: scaleY(0); -moz-transform: scaleY(0); transition: 570ms; }

.info_listxw dl:hover:before {opacity: 1; visibility: visible; transform: scaleY(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); }
.info_listxw dl:hover dt img {transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}

.info_listxw dl dt{ display:none;}
/*.info_listxw dl dt img { display: block; width:98%; border:0px solid #e6e6e6; height: auto; line-height: 1; transition: 588ms; }*/
.info_listxw dl dd{ clear:both; position:relative; padding:0px 1%;}
.info_listxw dl dd a.title{ clear:both; display:block; font-size:18px; line-height:24px;}
.info_listxw dl dd .jianyao{ clear:both; font-size:13px; line-height:24px; color:#666666; height:48px; overflow:hidden;}
.info_listxw dl dd .jianyao p{ float:left; color:#666666; text-align:left; }
.info_listxw dl dd .jianyao div{float:left; color:#666666; text-align:left; list-style-type: none;}
.info_listxw dl dd .jianyao font{float:left; color:#666666; text-align:left;}
.info_listxw dl dd .jianyao span{float:left; color:#666666; text-align:left;}
.info_listxw dl dd .jianyao strong{float:left; font-weight:normal;}
.info_listxw dl dd .jianyao a{float:left; color:#666666;}
.info_listxw dl dd .jianyao img{ display:none;}
.info_listxw dl dd .jianyao br{ display:none;}
.info_listxw dl dd .jianyao iframe{ display:none;}
.info_listxw dl dd .newsdate{ clear:both; color:#999999; line-height:26px; font-size:14px;}



/* 特效滚动 */
#focus_Box{position:relative;width:800px;height:554px;margin:20px auto;}
#focus_Box ul{position:relative;width:800px;height:554px}
#focus_Box li{z-index:0;position:absolute; width:0px;background:#787878;height:0px;top:146px;cursor:pointer;left:200px;border-radius:4px;box-shadow:1px 1px 12px rgba(200, 200, 200, 1)}
#focus_Box li img{width:100%;background:url(images/loading.gif) no-repeat center 50%;height:100%;vertical-align:top}
#focus_Box li p{position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;background:url(images/float-bg.png) repeat;text-indent:8px;color:#fff;}
#focus_Box li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:52px;height:52px;top:131px;}
#focus_Box .prev{background:url(images/btn.png) left bottom no-repeat;left:0px}
#focus_Box .next{background:url(images/btn.png) right bottom no-repeat;right:0px} 
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}
#focus_Box a.imgs-scroll-btn{display:block;position:absolute;z-index:110;top:7px;right:15px;width:51px;height:23px;overflow:hidden;background:url(images/share-btn.png) no-repeat;text-indent:-999px;}


/*视频*/
.float_layer{width:350px;border:1px solid #aaaaaa;display:none;background:#134c95;}
.float_layer h2{height:25px;line-height:25px;padding-left:10px;font-size:14px;color:#fff;background:url(images/title_bg.gif) repeat-x;border-bottom:1px solid #aaaaaa;position:relative;}
.float_layer .min{width:21px;height:20px;background:url(images/min.gif) no-repeat 0 bottom;position:absolute;top:2px;right:25px;}
.float_layer .min:hover{background:url(images/min.gif) no-repeat 0 0;}
.float_layer .max{width:21px;height:20px;background:url(images/max.gif) no-repeat 0 bottom;position:absolute;top:2px;right:25px;}
.float_layer .max:hover{background:url(images/max.gif) no-repeat 0 0;}
.float_layer .close{width:40px;height:20px;background:url(images/close.gif) no-repeat 0 bottom;position:absolute;top:2px;right:3px; color:#fff;}
.float_layer .close:hover{background:url(images/close.gif) no-repeat 0 0;}
.float_layer .content{ overflow:hidden;font-size:14px;line-height:18px;color:#666;}
.float_layer .wrap{padding:10px;}
