.banner {
	height: 713px;
	background-position: center top;
	background-repeat: no-repeat;
}
.category div {
	width: 25%;
	height: 150px;
	line-height: 150px;
	background-color: #13aecf;
	text-align: center;
	opacity: .8;
}
.category div:nth-child(2) { background-color: #1e6a9f;}
.category div:nth-child(3) { background-color: #40d0ff;}
.category div a {
	display: block;
	font-size: 24px;
	color: #fff;
}
.category div:hover { opacity: 1;}

.item1 { background-color: #fefefe; padding-top: 95px; padding-bottom: 60px;}
.item-title {
	font-size: 36px;
	font-weight: normal;
	color: #343434;
	text-align: center;
}
.description {
	line-height: 30px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #464646;
	text-align: center;
}
.item1 img {
	display: block;
	margin: 0 auto;
	margin-top: 90px;
}
.item2 { background-color: #e2e4e5; padding: 150px 0;}
.item2-left { width: 390px; margin-top: 50px;}
.item2-left .item-title,.item2-left .description,.item3-right .item-title,.item3-right .description { text-align: left;}
.item3 { margin: 70px auto;}
.item3-right {
	width: 450px;
	padding-right: 40px;
	margin-top: 120px;
}
.item4 { background-color: #e9e9e9; padding: 60px 0px; display: none;}
.item4 .item-title { font-size: 36px;}
.item4 p.description strong {
	font-size: 24px;
	font-weight: normal;
	color: #343434;
}
.description-en {
	margin-top: 20px;
	color: #9699a6;
	text-align: center;
}
.picScroll-left { margin-top: 60px; overflow:hidden; position:relative;}
.picScroll-left .hd { overflow:hidden; margin-top:10px;}
.picScroll-left .hd ul {overflow:hidden; zoom:1; text-align: center;}
.picScroll-left .hd ul li {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 5px;
	border-radius: 9px;
	background-color: #e1e1e1;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
}
.picScroll-left .hd ul li.on { background-color: #93c25e;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li {
	_display: inline;
	float: left;
	margin: 0 30px;
	text-align: center;
}
.picScroll-left .bd ul li img {
	display: block;
	transition: all .6s;
	opacity: .8;
}
.picScroll-left .bd ul li:hover img { opacity: 1; transform: scale(1.1);}
.item-bottom { background-color: #00bff3; padding: 55px 0;}
.item-bottom span {
	display: block;
	background: url(../images/ico1.png) no-repeat left center;
	margin-left: 110px;
	padding-left: 65px;
}
.item-bottom span a {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #deebee;
	font-size: 24px;
	color: #5bdcff;
	text-align: center;
	transition: all .4s;
}
.item-bottom span a:hover { border-color: #fff; color: #fff;}
