#feature {
	display: block;
	width: 100%;
	position: relative;
	height: 313px;
	overflow: hidden;
}
#feature #featurebox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#feature ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#feature ul li {
	display: block;
	float: left;
	padding: 0;
	width:207px; background-color: #FFFFFF
}

#feature ul li a {
	display: block;
	float: left;
	width: 207px;
	padding: 0;
	position: relative;
	height: 313px;
	color: #333;
}
#feature a .intro {
	position: absolute;
	left: 0;
	z-index: 10;

	width: 207px;
	color: #7288A6;

	text-align: center;
}
#feature a .intro h5 {
width:100%;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	font-weight:100;color: #12263F;
}
#feature a:hover .intro h5 {

	font-weight:100;color: #FFFFFF;
}
#feature a .intro {
	bottom: -80px;
}
#feature a:hover .intro {
	padding: 10px 0;
	bottom: 0px;
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: #71A209;
	width: 207px;
	color: #fff;
	text-align: center;
}
.Box {position: relative;}
	.Box .hot {width: 160px;margin: 0 auto;z-index: 999}
			.Box .wrap {width: 930px;margin: 0 auto;}
			.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
			.Box .Box_con {position: relative;}
			.Box .Box_con .btnl {position: absolute;}
			.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 80px;cursor: pointer;}
			.Box .Box_con .btnl {background: url(img/jtl02.png) no-repeat center;left: -72px;}
			.Box .Box_con .btnr {background: url(img/jtr02.png) no-repeat center;right: -72px;}
			.Box .Box_con .btnl:hover {background: url(img/jtl03.png) no-repeat center;}
			.Box .Box_con .btnr:hover {background: url(img/jtr03.png) no-repeat center;}
			.Box .Box_con .conbox {position: relative;overflow: hidden;}
			.Box .Box_con .conbox ul {position: relative;list-style: none;}
			.Box .Box_con .conbox ul li {float: left;width: 160px;height: 90px;margin-left: 20px;overflow: hidden;}
			.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
			.Box .Box_con .conbox ul li img {display: block;transition: all 0.5s;}
			/*.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}*/
			
			.Box .BoxSwitch {margin-top: 30px;text-align: center;}
			.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
			.Box .BoxSwitch span.cur {background: red;}
