	#main_menu .menu_wrap select{
 		font-size: 18px;
		border: 1px solid #cccccc;
		background-color: #cccccc;
		font-family: "微软雅黑",Arial;
 	}
 	
 	#main_menu .menu_wrap .nav li a{
 		font-family: "微软雅黑",Arial;
 	}
 	
 	/**
 	.jcarousel-skin-tango .jcarousel-clip-horizontal { width: 480px !important; }
 	*/

/**
 * 设置新鲜事样式
 */
#fhant_new_event .jcarousel-container li.jcarousel-item .news_t{
	line-height: 28px !important;
}

#fhant_new_event .jcarousel-container li.jcarousel-item .news{
	padding: 0 0 18px 0 !important;
}

#fhant_new_event .jcarousel-container li.jcarousel-item{
	width: 370px !important;
}


@media (min-width: 1200px){
	
	#fhant_new_event .jcarousel-container{
		width: 770px !important;
	}
	
	#fhant_new_event .jcarousel-clip{
		width: 770px !important;
	}
	
}

@media only screen and (max-width: 1200px) and (min-width: 960px){
 	
	#fhant_new_event .jcarousel-container{
		width: 770px !important;
	}
	
	#fhant_new_event .jcarousel-clip{
		width: 770px !important;
	}
}

@media (max-width: 767px){
	#fhant_new_event .jcarousel-container{
		width: 330px !important;
	}
	
	#fhant_new_event .jcarousel-clip{
		width: 330px !important;
	}
}

/**  
 * 浮动
 */
.fengx-fixed
{	
	position: fixed;
	right: 0;
	bottom: 0;
	height: 50%;
}