@CHARSET "UTF-8";
.banner_main
{
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.banner_main > .imgcontainer
{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

.banner_main > .imgcontainer > .item 
{
	position:absolute;
	top:0;
	display:none;
	width:100%;
	height:100%;
	text-align:center;
}

.banner_main > .imgcontainer > .active 
{
	display:block;
}

.banner_main > .imgcontainer > .item  > img
{
	max-width:100%;
	border:0;
}

.banner_main > .indicatorcontainer
{
	position:absolute;
	right:20px;
	bottom:20px;
}

.banner_main > .indicatorcontainer > li
{
	float:left;
	display:block;
	width:15px;
	height:15px;
	line-height:15px;
	border:1px solid #e1e1e1;
	margin:0px 5px;
	text-align:center;
	background-color:#444;
	color:#fff;
	cursor:pointer;
}

.banner_main > .indicatorcontainer > li:hover
{
	background-color:#ccc;
}

.banner_main > .indicatorcontainer > .active
{
	background-color:#ccc;
}

.citem2
{
	width:100%;
	height:88px;
	padding:12px 0px;
	overflow:hidden;
	border-bottom:1px solid #efefef;
}

.cthumb2
{
	float:left;width:84px; overflow:hidden
}

.cthumb2 > img
{
	width:80px;
	height:80px;
	border:1px solid #EEE;
	padding:1px;
}

.ctcont2
{
	float:left;
	margin-left:5px;
}

.citem1
{
	border-bottom:1px solid #efefef;
}
.citemtime1
{
	float:right;
}

.citem3
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 208px;
	height: 240px;
	margin-bottom: 15px;
	overflow: hidden;
}

.citem_container
{
	padding-top:20px;
}

.citem_img3
{
	width: 196px;
	height: 135px;
	overflow:hidden;
	padding: 5px;
	border: 1px solid #efefef;
}

.adContaner
{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

.adContaner > .adItems_jq 
{
	position:absolute;
	top:0;
	display:none;
	width:100%;
	height:100%;
	text-align:center;
}

/*下拉菜单Begin*/
.hassub
{
	z-index:9999;
	position:relative;
}

.hassub > ul
{
	display:none;
	position:absolute;
	z-index:9999;
	left:0;
	top:35px;
	background-color:#fff;
}


.hassub > ul > li
{
	float:none;
}


/*下拉菜单End*/

.bottom
{
	text-align:center;
}