.main_visual {
	height: 360px;
	border-top: 1px solid #d7d7d7;
	overflow: hidden;
	position: relative;
}

.main_image {
	height: 322px;
	overflow: hidden;
	position: relative;
}

.main_image ul {
	width: 9999px;
	height: 360px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.main_image li {
	float: left;
	width: 100%;
	height: 360px;
}

.main_image li span {
	display: block;
	width: 100%;
	height: 322px
}

.main_image li span h2 {
	position: relative;
	top: 89%;
	font-family: microsoft YaHei !important;
	font-size: 15px;
	color: #fff;
	padding: 0px 10px;
	background: #000;
	height: 40px;
	line-height: 40px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

/*»ÒÉ«±³¾°Ìõ*/
.main_image li a {
	display: block;
	width: 100%;
	height: 317px
}

div.flicking_con {
	position: absolute;
	bottom: 10px;
	right: 3%;
	z-index: 999;
	height: 20px;
	margin: 0 0 0 -50px;
}

div.flicking_con a {
	float: left;
	width: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
	background: url('/xcb/tpl/1741569016955/images/btn_main_img.png') 0 0 no-repeat;
	display: block;
	text-indent: -1000px
}

div.flicking_con a.on {
	background-position: 0 -21px
}

#btn_prev,
#btn_next {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 73px !important;
	height: 74px !important;
	top: 50%;
	margin-top: -37px;
	display: none;
}

#btn_prev {
	background: url(/xcb/tpl/1741569016955/images/hover_left.png) no-repeat left top;
	left: 100px;
}

#btn_next {
	background: url(/xcb/tpl/1741569016955/images/hover_right.png) no-repeat right top;
	right: 100px;
}

@media screen and (max-width:1000px) {
	.main_visual {
		height: 320px;
	}

	.main_image {
		height: 320px;
	}

	.main_image ul {
		width: 9999px;
		height: 320px;
	}

	.main_image li {
		float: left;
		width: 100%;
		height: 320px;
	}

	.main_image li span h2 {
		position: relative;
		top: 88%;
	}

	.main_image li span {
		display: block;
		width: 100%;
		height: 320px
	}

	.main_image li a {
		display: block;
		width: 100%;
		height: 320px
	}
}

@media screen and (max-width:420px) {
	.main_visual {
		height: 220px;
	}

	.main_image {
		height: 220px;
	}

	.main_image ul {
		width: 9999px;
		height: 220px;
	}

	.main_image li {
		float: left;
		width: 100%;
		height: 220px;
	}

	.main_image li span h2 {
		position: relative;
		top: 82%;
	}

	.main_image li span {
		display: block;
		width: 100%;
		height: 220px
	}

	.main_image li a {
		display: block;
		width: 100%;
		height: 220px
	}
}