@charset "utf-8";
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
ul, li {
	list-style: none;
}
fieldset, img {
	border: none;
}
/* v_show style */
.v_show {
	width: 690px;
}
.v_caption {
	height: 35px;
	overflow: hidden;
	background: url(../images/four-pic/menu.png) no-repeat 0 0;
}
.v_caption h2 {
	float: left;
	width: 200px;
	height: 35px;
	overflow: hidden;
	margin: 7px 0;
	text-indent: 10px;
}
.v_caption .cartoon {
	background-position: 0 -100px;
}
.v_caption .variety {
	background-position: -100px -100px;
}
.highlight_tip {
	display: inline;
	float: left;
	margin: 14px 0 0 10px;
}
.highlight_tip span {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	overflow: hidden;
	margin: 0 2px;
	background: url(../images/four-pic/btn_cartoon.gif) no-repeat 0 -320px;
	text-indent: -9999px;
}
.highlight_tip .current {
	background-position: 0 -220px;
}
.change_btn {
	float: left;
	margin: 7px 0 0 10px;
}
.change_btn span {
	display: block;
	float: left;
	width: 30px;
	height: 23px;
	overflow: hidden;
	background: url(../images/four-pic/btn_cartoon.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
.change_btn .prev {
	background-position: 0 -400px;
}
.change_btn .next {
	width: 31px;
	background-position: -30px -400px;
}
.v_caption em {
	display: inline;
	float: right;
	margin: 10px 12px 0 0;
	font-family: simsun;
}
.v_content {
	position: relative;
	width: 688px;
	height: 180px;
	overflow: hidden;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
}
.v_content_col {
	position: relative;
	width: 688px;
	height: 170px;
	overflow: hidden;
	border-bottom: 1px solid #E7E7E7;
}

.v_content_list {
	position: absolute;
	width: 2080px;
	top: 0px;
	left: 0px;
}
.v_content_col_list {
	position: absolute;
	width: 2800px;
	top: 0px;
	left: 0px;
}
.v_content ul {
	float: left;
}
.v_content_col ul {
	float: left;
}
.v_content ul li {
	display: inline;
	float: left;
	margin: 0 1px;
	padding: 8px 2px;
	background: none repeat scroll 0 0 transparent;
	width: 166px;
}
.v_content_col ul li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    margin: 0 1px;
    padding: 8px 2px;
}
.v_content ul li a {
	overflow: hidden;
}
.v_content_col ul li a {
	overflow: hidden;
}
.v_content ul li img {
	width: 160px;
	height: 100px;
	margin: 0;
}
.v_content_col ul li img {
	width: 164px;
	height: 100px;
	margin: 0;
}
.v_content ul li h4 {
	width: 164px;
	height: 18px;
	overflow: hidden;
	margin-top: 6px;
	font-weight: normal;
}
.v_content_col ul li h4 {
	width: 168px;
	height: 18px;
	overflow: hidden;
	margin-top: 6px;
	font-weight: normal;
}
.v_content ul li h4 a {
	display: inline !important;
	height: auto !important;
}
.v_content_col ul li h4 a {
	display: inline !important;
	height: auto !important;
}
.v_content ul li span {
	color: #666;
}
.v_content ul li em {
	color: #888;
	font-family: Verdana;
	font-size: 0.9em;
}/* CSS Document */