@charset "utf-8";
/* CSS Document */

.about {
	padding: 60px 0px;
	overflow: hidden;
}
.about .left {
	width: 620px;
}
.about .left h2 {
	display: block;
	color: #1b85dc;
	font-size: 32px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.about .left h3 {
	display: block;
	color: #ccc;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
}
.about .left span {
	display: block;
	background: #1b85dc;
	height: 5px;
	width: 70px;
	margin-top: 10px;
}
.about .left p {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-top: 20px;
}
.about .left ul li {
	display: block;
	float: left;
	width: 115px;
	height: 115px;
	margin: 20px 50px 0px 0px;
}
.about .right {
	width: 535px;
	height: 363px;
}
.about .right img {
	margin-top: 15px;
}
.products {
	height: 680px;
	overflow: hidden;
	border-bottom: 5px solid #1b85dc;
	padding: 60px 0px;
	background: url(../index_img/bgpro.jpg) center top no-repeat;
}
.products {
}
.products h2 {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	height: 50px;
	line-height: 50px;
}
.products h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #ffd800;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
.products span {
	color: #fff;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.products ul {
	background: rgba(255,255,255,0.6);
	padding: 25px;
	overflow: hidden;
	margin-top: 30px;
	width: 1150px;
}
.products ul li {
	display: block;
	float: left;
	margin-right: 26px;
	text-align: center;
	width: 266px;
	border: 1px solid #ccc;
	margin-bottom: 26px;
}
.products ul li:nth-child(4n) {
	margin-right: 0px;
}
.products ul li img {
	display: block;
	width: 266px;
	height: 200px;
}
.products ul li span {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #000;
}
.products ul li:hover {
	border-color: #ffd800;
}
.products ul li:hover span {
	font-weight: bold;
}
.news {
	padding: 60px 0px;
	overflow: hidden;
}
.news h2 {
	font-size: 32px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.news h3 {
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	color: #ccc;
	text-align: center;
	text-transform: uppercase;
}
.news ul {
	display: block;
	float: left;
	margin-right: 24px;
	width: 384px;
}
.news ul h2 {
	width: 384px;
	height: 45px;
	line-height: 45px;
	background: #f5f5f5;
	margin-top: 30px;
}
.news ul h2 span {
	background: #1b85dc;
	color: #fff;
	font-size: 18px;
	display: block;
	width: 160px;
}
.news ul .w100 {
	border: 1px solid #ddd;
	width: 352px;
	padding: 15px;
	overflow: hidden;
}
.news ul .w100 li {
	display: block;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ddd;
	background: url(../index_img/li.png) left center no-repeat;
	padding-left: 22px;
}
