@charset "utf-8";
/* CSS Document */

/*-------网站全局公共调用部分样式----------*/
*{
margin:0px;
padding:0px;
}
body{
background-color:#000000;

text-align:center;
margin:0 auto;
font-family:"微软雅黑";
	color:#333333;
	font-size:13px; 
	}
ul,li{ list-style:none;}
h2{ font-size:12px; font-weight:bold;}
a {
	color:#333333;
	text-decoration: none;
}

a:hover {
	color: #017bbf;
	text-decoration: underline;
}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
#page_back{}
#container{text-align:left;}
#container2{ background-color:#f1f1f1; padding-bottom:30px; min-width:1024px;}
.erweima{position: fixed; right:15%; top:6px; z-index:4; }
.left_pic{position: absolute; left:15%; top:25%; z-index:3; width:106px; }
.left_pic ul{}
.left_pic ul li{ width:104px; height:104px; overflow:hidden;border:#FFFFFF 1px solid;}
.left_pic ul li img{ width:90px; height:90px; margin-top:7px; }
.left_pic ul li a:hover img {
transform: scale(1.1,1.1);
-webkit-transform: scale(1.2,1.2);
-o-webkit-transform: scale(1.2,1.2);
-moz-webkit-transform: scale(1.2,1.2);
-webkit-transition: all 0.5s ease-out;
-khtml-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.big_imgs{position: absolute;
left: 0;
right: 0;
top:0px;
bottom: 0;
background: url(../images/img_home.jpg) no-repeat center 0;
background-size: cover;
min-height: 500px;}
#header{position: fixed; left: 0; top:0; z-index:3; width:100%; background:url(../images/top_back_img.png) left top repeat-x; height:78px;overflow:hidden}
.width1060{ width:1060px; margin:0px auto;height:78px; }
.width1060 .logo{ float:left; width:200px;height:78px; background:url(../images/logo.png) left center no-repeat;}
.width1060  .nav{ float:right; width:860px;}
.width1060  .nav ul{}
.width1060  .nav ul li{ float:left; width:100px; background: url(../images/nav_line.png) right center no-repeat; text-align:center; }
.width1060  .nav ul li:hover{ background:url(../images/nav_hover.png) center center no-repeat; -webkit-box-shadow:0px 3px 3px 3px;  
  -moz-box-shadow:0px 3px 3px 3px;  
  box-shadow:0px 3px 3px 3px; 
  
-webkit-transition: all 0.5s ease-out;
-khtml-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
   }
.width1060  .nav ul li.cur{ }

.about_us_show0002{ background-color:#000000; min-height:60%;}
.about_us_show0002 h4{ background:url(../images/backsdg.jpg) left bottom repeat-x; padding:0px 0px; text-align: center; height:123px;}
.about_us_show0002 h4 img{ padding-top:50px;}
.lin24{ line-height:44px; font-size:20px; color:#ffffff;padding:35px 0px; text-align:left; background-color:#000000} 
.fontsd{ background-color:#000000; padding:45px 0px;}
.produst_lists{ padding-bottom:45px 0px;}
.produst_lists h3{ padding-bottom:35px; border-bottom:#333333 1px dotted; color:#FFFFFF; font-family:"微软雅黑"; font-size:30px; text-align:center}
.produst_lists ul{ width:1010px; margin:0px auto; padding-top:30px; min-height:500px; }
.produst_lists ul li{ float:left; width:202px;}
.produst_lists ul li img{ width:200px; height:200px; border:#FFFFFF 1px solid;}
.fooder{ background-color:#505050; text-align:center; padding:30px 0px; font-size:16px; color:#FFFFFF}