﻿.SCREEN-SHOW {
	display: none
}
.red {
	color: #E80111;
	font-family: 微软雅黑
}
.cheDan {
	margin-top: 20px; overflow:hidden;
}
.cheDan .tabGroup .head {
	height: 45px;
}
.cheDan .tabGroup .head p {
	background: url(d_line.gif) repeat-x 0 44px;
}
.cheDan .tabGroup .head a {
	display: block;
	float: left;
	position: relative;
	height: 45px;
	line-height: 45px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 0px;
	text-decoration: none;
	font-size: 16px;
	font-family: "微软雅黑";
}
.cheDan .tabGroup .head a:hover {
	display: block;
	float: left;
	position: relative;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	font-size: 16px;
	font-family: "微软雅黑";
	color:#109ae9;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 0px;
}
.cheDan .tabGroup .head .on {
	border-top-color: #109ae9;
	color: #FFF!important;
	background: #109ae9;
	font-weight: bold;font-size: 16px;padding: 0 20px;
}
.cheDan .tabGroup .head .on:hover {
	border-top-color: #109ae9;
	color: #FFF!important;
	background: #109ae9;
	font-weight: bold;font-size: 16px;padding: 0 20px;
}
.cheDan .tabGroup .head .on i {
	display: block;
	width: 0;
	height: 0;
	font-size: 12px;
	line-height: 0;
	overflow: hidden;
	border: 6px solid #FFF;
	border-top-color: #109ae9;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -12px;
}
.cheDan .tabGroup .body {
	border-top: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0;
}
.cheDan .tabGroup .body .tBody {
	display: none
}
.cheDan .tabGroup li {
	width: 225px;
	_display: inline;
	float: left;
	padding-left: 10px;
	margin-left: 5px;
}
.cheDan .tabGroup .list .img {
	width: 225px;
	height: 150px;
	overflow: hidden;
	margin: 5px auto 5px;
	position: relative;
}
.cheDan .tabGroup .list .img img {
	width: 225px;
	height: 150px;
	transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	overflow: hidden;
	display: block
}
.cheDan .tabGroup .list .img img:hover {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.cheDan .tabGroup .list .info {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.cheDan .tabGroup .list .info a, .cheDan .tabGroup .list .info .pin {
	color: #999
}
.cheDan .tabGroup .list .info .pin em {
	font-style: normal
}
.cheDan .tabGroup .list .name a {
	color: #444;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height:30px;
}
.cheDan .tabGroup .list .info .pr {
	font-size: 16px;
	font-weight: bold;
}
.cheDan .tabGroup .body .tBody.current {
	display: block
}
.cheDan .tabGroup .name {
	height: 30px;
	line-height: 30px;
	overflow: hidden
}
.cheDan .tabGroup li {
	transition: all .35s ease-in-out
}
.tabGroup .more {
	float: right;
	margin: 15px 10px 0 0
}
.tabGroup .more span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 15px;
	font-family: 微软雅黑;
}
.tabGroup .more .icon {
	width: 15px;
	height: 15px;
	overflow: hidden;
	margin: 2px 0 0 8px;
	background: url(new_bg.gif) no-repeat -185px -36px;
}
