#floor1 {
	width: 1144px;
	height: 329px;
	margin: 0 15px;
}

#floor1_left {
	width: 618px;
	height: 329px;
	float: left;
	position: relative;
	overflow: hidden;
}

#imgs {
	width: 618px;
	height: 329px;
	overflow: hidden;
}

#img_warp {
	height: 329px;
}

#img_warp li {
	float: left;
}

#img_warp img {
	width: 618px;
	height: 329px;
}

#prev,
#next {
	width: 38px;
	height: 58px;
	position: absolute;
	top: 50%;
	margin-top: -29px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}

#prev:hover,
#next:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#prev {
	left: 10px;
	border-radius: 10px 0 0 10px;
}

#next {
	right: 10px;
	border-radius: 0 10px 10px 0;
}

#page_info {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 35px;
	background: #535353;
	filter: Alpha(opacity=40);
	background: rgba(83, 83, 83, 0.6);
}

#page_info:hover{
	filter: Alpha(opacity=80);
}

#page_info a {
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 35px;
	text-indent: 10px;
	float: left;
	display: none;
}

#page_info a.active {
	display: block;
}

#page_point {
	float: right;
}

#page_point li {
	float: left;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 12px 14px 0 0;
	cursor: pointer;
}

#page_point li.active {
	background: #fff;
}

#floor1_right {
	width: 517px;
	height: 329px;
	float: right;
}

#floor1_right .title_white_warp {
	width: 517px;
}

#floor1_right .list_with_point {
	height: 36px;
	line-height: 36px;
}

#floor1_right .list_with_point_link {
	/*width: 350px;*/
}

#floor2 {
	width: 1176px;
	height: 148px;
	margin: 20px 0;
}

#floor2 img {
	width: 1176px;
	height: 148px;
}

#floor3 {
	width: 100%;
	/*height: 253px;*/
	height: 240px;
}

.floor3_list {
	float: left;
	/*width: 32%;
	height: 253px;	
	*/
	width: 48.5%;
	height: 240px;
	margin-left: 1%;
}

.floor3_list .title_white_warp {
	width: 100%;
}

.floor3_ul {
	width: 100%;
	display: none;
}

.floor3_ul.active {
	display: block;
}

.floor3_list li {
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #292929;
}

#floor4 {
	width: 1150px;
	height: 335px;
	margin: 0 auto;
	box-sizing: border-box;
}

#floor4_title {
	width: 100%;
	height: 44px;
}

#floor4_title_left {
	width: 170px;
	height: 45px;
	background: #cc0001;
	border-radius: 12px 12px 0px 0px;
	float: left;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
}

#floor4_title_left img {
	position: relative;
	top: 3px;
}

#floor4_title_right {
	float: right;
	color: #cc0001;
	font-size: 18px;
	text-align: right;
	line-height: 45px;
	margin-right:8px;
}

#floor4_title_right img{
	vertical-align: -5px;
	margin-left: -5px;
	height: 22px;;
}

#floor4_con {
	width: 1150px;
	/*height: 307px;*/
	height: 285px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#floor4_con li {
	float: left;
	margin: 17px 0 0 17px;
}

#floor4_con li p {
	font-weight: 400;
	color: #444444;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
#floor4_con li:hover p{
	color: #ea5455;
}