@charset "utf-8";

 /* 清除内外边距 */  body,  h1,  h2,  h3,  h4,  h5,  h6,  hr,  p,  blockquote,   /* structural elements 结构元素 */ dl,  dt,  dd,  ul,  ol,  li,   /* list elements 列表元素 */ pre,  /* text formatting elements 文本格式元素 */   fieldset,  lengend,  button,  input,  textarea,  /* form elements 表单元素 */
  th,  td  {
 /* table elements 表格元素 */      margin: 0;
	  padding:  0;
 
}
li {list-style-type:none}
a {text-decoration:none; color:#000}
   /* 设置默认字体 */ body,   button,  input,  select,  textarea  {
 /* for ie */      /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/      font: 12px/1 Tahoma,  Helvetica,  Arial,  "\5b8b\4f53",  sans-serif;
 /* 用 ascii 字符表示，使得在任何编码下都无问题 */ 
}
   h1  {
	 font-size:  18px;
 /* 18px / 12px = 1.5 */ 
}
 h2  {
	 font-size:  16px;
 
}
 h3  {
	 font-size:  14px;
 
}
  h4,  h5,  h6  {
 font-size: 100%;
 
}
   address,  cite,  dfn,  em,  var  {
	 font-style:  normal;
 
}
 /* 将斜体扶正 */  code,  kbd,  pre,  samp,  tt  {
	 font-family:  "Courier New",  Courier,  monospace;
 
}
 /* 统一等宽字体 */  small  {
	 font-size:  12px;
 
}
 /* 小于 12px 的中文很难阅读，让 small 正常化 */   /* 重置列表元素 */ ul,  ol  {
	 list-style:  none;
 
}
   /* 重置文本格式元素 */ a  {
	 text-decoration:  none;
 
}
  a:hover  {
 text-decoration: underline;
 
}
   abbr[title],  acronym[title]  {
 /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */  border-bottom: 1px dotted;
	  cursor:  help;
 
}
   q:before,  q:after  {
 content: '';
 
}
   /* 重置表单元素 */  legend  {
	 color:  #000;
 
}
 /* for ie6 */  fieldset,  img  {
	 border:  none;
 
}
 /* img 搭车：让链接里的 img 无边框 */ /* 注：optgroup 无法扶正 */ button,  input,  select,  textarea  {
      font-size: 100%;
 /* 使得表单元素在 ie 下能继承字体大小 */ 
}
   /* 重置表格元素 */ table  {
	  border-collapse:  collapse;
	  border-spacing:  0;
 
}
   /* 重置 hr */ hr  {
      border: none;
	  height:  1px;
 
}
   /* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */ html  {
	 overflow-y:  scroll;
 
}
img { border:none; }
img a{ border:none;}
.clear{ clear:both}

*{margin:0;padding:0;}


body{ margin:0px; padding:0px; font-family:"Microsoft yahei"; background:#fff; color:#000; font-size:12px;}
.header{ margin:1px auto; width:100%; height:155px;}
.heaertop{ margin:0px auto; width:1366px; height:130px;}
.logo{float:left;margin:0px 0px 0px 50px;}
.toptel{float:right;margin:30px 10px 0px 0px;}

.ban_yy{
	width: 100%;
	height: 5px;
	background: url(../images/topyy.png) repeat-x;
	position: absolute;
	left: 0;
	top: 79px;
	z-index: 50;
}

/*主导航菜单*/
.nav{ width:100%;margin-top:1px;height:64px;float:left;
background:#000 url(../images/bg.jpg) no-repeat center center;
}
.nav-menu{width:800px;margin:0 auto;text-align:center;}
.nav-menu .menu ul{}
.nav-menu .menu li{position:relative;float:left;display:inline;font-size:20px; font-weight:bold;margin-left:43px;height:64px;line-height:64px;}
.nav-menu .menu li a{ color:#FFF;}
.nav-menu .menu li a.on{color:#fff;}
.nav-menu .menu li:hover { background:#fff; color:#333333;  }
.nav-menu .menu li:hover a{ color:#333;}
.nav-menu .menu ul.nav_sub{display:none;position:absolute; z-index:999;top:65px; background:#FFF; padding:20px 0px 20px 0px; }
.nav-menu .menu ul.nav_sub li{width:160px; font-size:12px; background:#fff;  height:40px; line-height:30px;  text-align:left; color:#333; text-indent:1em;  }
.nav-menu .menu ul.nav_sub li a{ overflow:hidden;display:block;color:#000; } 
.nav-menu .menu ul.nav_sub li a:hover{ background:#333; color:#FFF; } 
.nav-menu .menu ul.nav_sub li:hover{ } 
.nav-menu .menu ul.nav_sub li:hover a{ } 

/*主休部分*/
.main{ width:1366px; margin:30px auto; }
.maintitle{
	padding-top:30px;font-size:18px;font-weight:bold;text-align:center;line-height:30px;
}
.main_Product_item ul{  margin:10px 0px 10px 0px; width:1030px; height:300px; }
.main_Product_item li{float:left; width:323px; height:300px; margin-right:5px; margin-left:5px; border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4;border-bottom: 3px solid #e4e4e4;
 font-size:18px; text-align:center; line-height:40px; }
.main_Product_item li:hover{ border-bottom: 3px solid #000; }
.main_Product_item li img{ width:323px;}
.main_Product_item li:hover{ color:#000; }

.main_item li{ width:230px; height:300px; margin:10px 18px 10px 5px; float:left; border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4;border-bottom: 3px solid #e4e4e4; }
.main_item li:hover{ width:230px; height:300px; margin:10px 18px 10px 5px; float:left; border-bottom: 3px solid #000; }

.main_item a{ color:#545454;}
.main_item h2{ padding-left:10px; padding-top:10px; color:#000;}
.main_item img{ width:230px;}
.main_item span{ padding-left:10px; color:#37342F; }
.main_item li span:hover{ color:#AE030C;}
.main_item h4{ font-size:12px; padding:0px 10px 0px 10px; font-weight:100; letter-spacing:2px; line-height:20px; height:80px; color:#37342F;}
.main_item_2 li{width:230px; height:140px;  margin:10px 18px 10px 5px; float:left; border-top: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4;border-bottom: 3px solid #e4e4e4;}
.main_item_2 li:hover{width:230px; height:140px;  margin:10px 18px 10px 5px; float:left;border-bottom: 3px solid #000;}
.main_item_2 li a:hover{ color:#AB040C;}

.main_item_2 li img{ width:230px; height:140px;}
.ban{ width:1000px; height:150px; background:#333; margin:0 auto;}
.about_main{ width:1366px; margin:0 auto; margin-bottom:10px; margin-top:10px;}
.about_main_left{ float:left; width:200px; background:#333; height:1000px;}
.about_main_right{ float:right; width:800px; background:#333; height:1000px;}
.product_all{
width:100%;height:1080px;background:url(../images/product_bg.png);
}
.product_main{width:1366px; height:1050px;margin:0 auto;background:url(../images/product_bg.png) }
.case_main{ width:1050px; margin:0 auto; }
.case_main_title{
width:100%;margin-top:40px;
}
.about_left{ float:left; width:300px; margin-top:60px;margin-right:50pxheight:auto;}
.about_left li{ width:300px; height:30px; background:#000000; margin-bottom:20px; }
.about_left ul.promenu li{ width:300px; height:30px; background:#000000; margin-bottom:20px;text-align:center;}
.about_left ul.promenu li ul.nav_sub li{
	width:300px; height:30px; margin-bottom:20px;text-align:center;
}
.about_left ul.promenu span li{ background:#fff;}
.about_left ul.promenu span li a{ color:#000;}
.about_left li:hover{ color:#AB040B:}
.about_left a{ color:#FFF; text-align:center; line-height:30px;}
#about_left1{ color:#000;  line-height:20px;}
#about_left1 li{ background:none; margin-bottom:10px;}
.product_left{
	width:120px;float:left;font-size:16px;font-weight:bold;margin-top:50px;
}
.product_left ul.promenu li{ width:120px; height:30px;  margin-bottom:20px;text-align:center;border-bottom:3px solid }
.product_left ul.promenu li ul.nav_sub li{
	width:120px; height:30px; margin-bottom:20px;text-align:center;
}
.product_left ul.promenu span li{ background:#fff;}
.product_left ul.promenu span li a{ color:#000;}
.content{
	width:1000px;float:left;margin-left:50px;
}
.content2{
	width:800px;margin:0 auto;
}
.content img{
max-width:1000px;	
}
.content2left{
	width:530px;float:left;font-size:16px;line-height:30px;
}
.content2right{
	width:790px;float:right;
}
.subCont{
	width:100%;font-size:16px;
}
.subCont p{
	line-height:30px;width:100%;align:left;
}
.msgtitle{
text-align:left;font-size:16px;
}
.msg_btn_area{margin:16px 0;text-align:center;}
.msg_btn_area a{display:inline-block;padding:5px 15px;background:#09F;color:#fff;text-align:center;font-family:"宋体";font-size:14px;overflow:hidden;cursor:pointer;font-weight:bold;}
.msg_btn_area a:hover{text-decoration:none;background:#F60}
.sub_banner {width: 1366px;height:auto;margin:0 auto;}
.sub_banner2 {width: 100%; padding-top:84px;}
.s_img{width: 100%;height: 128px;background: url(../images/sub_about_team.jpg) no-repeat center center;}
.s_title{width: 1366px;height: 50px;margin: 0 auto;line-height: 50px;}
.s_title h1{font-size: 28px;float: left;color: #2a2a2a;font-family: Arial, Helvetica, sans-serif; font-weight: 200;}
.s_title span{font-size: 28px;float: left;padding-left: 10px;font-family: "Microsoft Yahei";font-weight: normal;}
.container{
	margin-top:60px;
}
.container .article{
	font-size:14px;
}
.container .article h1{
color:#000; font-size:18px; font-weight:100;float:left;margin-top:40px;
}
.arc_info{
color:#000;font-size:16px;margin-top:30px;
}
.s_con{ color:#333;font-size:16px;}

.fooder{ margin:0 auto;  background:#494949; width:1366px; height:284px; color:#F5F5F5; padding-top:20px; line-height:43px;}

.bottom{
	width:100%;margin-top:80px;text-align:center; line-height:43px;font-size:14px;
	color:#000;
	
}
.page_list {
	CLEAR: both; height:40px; line-height:40px;  width:100%; 
}
.page_list A {
	 PADDING-RIGHT: 12px;  PADDING-LEFT: 12px; PADDING-BOTTOM: 6px; MARGIN: 6px;  PADDING-TOP: 6px;  TEXT-DECORATION: none;border:#999999 solid 1px;color:#666666;
}
.page_list SPAN {
	 PADDING-RIGHT: 12px;  PADDING-LEFT: 12px; PADDING-BOTTOM: 6px; MARGIN: 6px;  PADDING-TOP: 6px;  TEXT-DECORATION: none;border:#999999 solid 1px;color:#666666;
}
.page_list A:hover {
	color:#ffffff;  border:#999999 solid 1px; background:#181617;
}
.page_list SPAN.current {
	color:#666666; border:#999999 solid 1px;
}
.page_list SPAN.current {
	FONT-WEIGHT: bold
}
/*分页*/
.page_num {
	width:100%;
	height:auto;
	margin:0 auto;/*margin-left:300px*/
	text-align:center;
}

.tel{ width:200px; height:80px; float:right; background: url(../images/top_tel.png) 0 bottom no-repeat;}
.tel_1{ line-height:50px; padding-top:10px; padding-left:20px;}
.tel_2{ line-height:30px; font-size:14px; color:#FFF; font-weight:bold;}
.news{
	width:95%;
	margin:40px auto;
}
.news ul{
	width:100%;
	height:100%;
}
.news ul li{
	width:100%;
	height:220px;
	margin-top:10px;
	margin-bottom:30px;
padding:0;
}
.news ul li .newsimg{
	width:280px;height:200px;
	float:left;margin:10px;
}
.news ul li .newsimg img{
width:260px;height:180px;text-align:center;
}
.news ul li h4{

height:40px;line-height:40px;font-size:20px;
}
.news ul li p{
	width:650px;float:left;font-size:14px;
	padding-top:30px;
}
.news ul li p a{
font-size:14px;color:#333;

}
.list_box_1{
	width:100%;
	margin-left:180px;
	}
	.case_list_1{
	width:990px;float:right;
	}

.case_list_1 li{
width:230px;float:left;margin-top:30px;margin-right:90px;
}
.case_list_1 li img{ width:228px; height:228px;text_align:center;}
.case_list_1 li:hover span.title {
	border-bottom:1px solid #000
}
.case_list_1 li span.title {
	display:block;
	height:52px;
	overflow:hidden;
	line-height:52px;
	text-align:center;
	font-size:16px;
	color:#2a2a2a;
	border-bottom:1px solid #ccc;
}
.product_list_1{
	width:1050px;float:left;margin-left:40px;margin-top:40px;
	}
.product_page{
	display:block;float:left;width:100%;margin-top:10px;text-align:center;
	}
.product_list_1 li{
width:230px;float:left;margin-top:30px;margin-right:90px;
}
.product_list_1 li img{ width:228px; height:228px;text_align:center;}
.product_list_1 li:hover span.title {
	border-bottom:1px solid #000
}
.product_list_1 li span.title {
	display:block;
	height:52px;
	overflow:hidden;
	line-height:52px;
	text-align:center;
	font-size:16px;
	color:#2a2a2a;
	border-bottom:1px solid #ccc;
}

.case_list_1{
	width:1170px;float:left;margin-top:40px;
	}
.case_page{
	width:1100px;float:left;margin-right:70px;
	}
.case_list_1 li{
width:480px;float:left;margin:30px 70px 90px 0;
}
.case_list_1 li img{ width:480px; height:480px;text_align:center;}
.product_list_1 li:hover span.title {
	border-bottom:1px solid #000
}
.case_list_1 li span.title {
	display:block;
	height:52px;
	overflow:hidden;
	line-height:52px;
	text-align:center;
	font-size:16px;
	color:#2a2a2a;
	border-bottom:1px solid #ccc;
}
.picarr{position:relative;margin:20px auto;}
.picarr .picture{width:100%;text-align:center;}
.picarr .picture a{display:none;}
.picarr .preview{width:685px;margin:20px auto;padding:5px;background:#eef3fa;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.picarr .preview li{float:left;margin:4px;}
.picarr .preview li a{width:58px;height:45px;border:1px solid #fff;background:#fff;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:35px;*font-family:Arial;}
.picarr .preview li a img{vertical-align:middle;}
.picarr .preview li.current a{border:1px solid #000;}
.textup
{
  
   width:100%;
   height:20px;
   float:left;
}
.attr
{
	padding:0px 15px;
}
.line
{
	border-bottom:1px solid #ccc;
	line-height:1px;
}
.fr
{	
	float:right;
}
.morenews{
	width:100%;
}
.morenews li{
	width:480px;height:30px;float:left;font-size:15px;
}
.articlenews{
	width:1000px;float:left;
	margin:40px 10px 0px 60px;
}
.articlenews ul{
	width:100%;
	height:100%;
}
.articlenews  li{
	width:1000px;
	height:220px;
	margin-top:10px;
	margin-bottom:30px;
padding:0;
}
.articlenews  li .newsimg{
	width:280px;height:200px;
	float:left;margin:10px;
}
.articlenews  li .newsimg img{
width:260px;height:180px;text-align:center;
}
.articlenews  li h4{

height:40px;line-height:40px;font-size:20px;
}
.articlenews  li p{
	width:650px;float:left;font-size:14px;
	padding-top:30px;
}
.articlenews  li p a{
font-size:14px;color:#333;

}
.c1{
	clear:both;
}