﻿

.products {
	width: 1000px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
.products h1 {
	background-image: url(../images/h1_bg.jpg);
	background-repeat: no-repeat;
	height: 48px;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	line-height: 48px;
}
.product {
	border: 1px solid #dbdbdb;
	border-top-style:none;
}

.sy-pro-box{width:990px; float:left; line-height:24px; padding-top:8px;}
.sy-pro-box #link_logo1 ul li,.sy-pro-box #link_logo2 ul li { width:218px; height:200px; background-color:#e3e3e3; float:left; margin:8px 12px 10px 16px;text-align:center;}
.sy-pro-box #link_logo1 ul li a,.sy-pro-box #link_logo2 ul li a{ width:218px; color:#666666; display:block; }
.sy-pro-box #link_logo1 ul li a:hover,.sy-pro-box #link_logo2 ul li a:hover {width:218px;height:200px;  background-color:#04a353; color:#ffffff;-webkit-transition: all 0.5s;transition: all 0.5s; }
.sy-pro-box #link_logo1 ul li a img,.sy-pro-box #link_logo2 ul li a img{ width:200px; height:150px; padding-left:3px; padding-top:8px; }
.sy-pro-box #link_logo1 ul li a label,.sy-pro-box #link_logo2 ul li a label{ line-height:36px; font-size:14px;}


.middle {
	background-color: #f6f6f6;
	margin-top: 35px;
}
.middle2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.about {
	float: left;
	width: 385px;
}
.about h1 {
	background-image: url(../images/tub1.png);
	background-repeat: no-repeat;
	background-position: 1px;
	font-size: 18px;
	color: #333333;
	text-indent: 28px;
	font-weight: bold;
	margin-bottom: 5px;
}
.about h3 {
	padding-top: 8px;
}
.about p {
	color: #666666;
	line-height: 24px;
	padding-top: 6px;
}


.news {
	float: left;
	width: 366px;
	margin-left: 30px;
}
.news h1 {
	background-image: url(../images/tub2.png);
	background-repeat: no-repeat;
	background-position: 1px;
	font-size: 18px;
	color: #333333;
	text-indent: 28px;
	font-weight: bold;
	margin-bottom: 5px;
}
.news h3 {
	padding-top: 8px;
}
.news2 {
	margin-top: 6px;
}
.news2 ul {
	padding-left: 15px;
	height: 24px;
	background-image: url(../images/xiaobiao.jpg);
	background-repeat: no-repeat;
	line-height: 24px;
	background-position: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #eeeeee;
}
.news2 li {
	font-size: 12px;
	color: #999999;
	list-style-type: none;
	float: left;
	line-height: 24px;
	height: 24px;

}
.news_wz {
	width: 280px;
}
.news_wz a {
	color: #666666;
	text-decoration: none;
}
.news_wz a:hover {
	color: #04a353;
	text-decoration: underline;
}
.contact {
	float: right;
	width: 190px;
	padding-top: 12px;
}
.contact h2 {
	padding-top: 8px;
	padding-bottom: 5px;
}
.contact p {
	line-height: 24px;
}
.contact img:hover {
	filter: alpha(opacity=60);
-moz-opacity: 0.60;
opacity: 0.60;
-webkit-transition: all 1.0s;
transition: all 1.0s;
behavior: url(../js/PIE.htc);
background-image:none;
}




/******************banner样式***********************/
.fullSlide {
	width:100%;
	position:relative;
	height:490px;
	background:#000;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:490px;
	overflow:hidden;
	text-align:center;
	list-style-type: none;
}
.fullSlide .bd li a {
	display:block;
	height:490px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:42px;
	height:11px;
	margin:1px;
	overflow:hidden;
	background:#666;
	filter:alpha(opacity=60);
	opacity:0.6;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#04a353;
}

.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	z-index:1;
	width:60px;
	height:80px;
	background:url(../images/slider-arrow.png) -120px -130px #333 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:0%;
	background-position:-0px -130px;
}
