.module_cont{
	width:1180px;
	margin:30px auto 0;
}
.module_cont .module_cont_left{
	float:left;
	width:810px;
}
.module_cont .module_cont_right{
	float:right;
	width:330px;
}
/*焦点图*/
.module_focus{
	width:810px;
	height:405px;
	position:relative;
	overflow:hidden;
}
.module_focus .module_slide{
	width:810px;
	height:405px;
	overflow:hidden;
	position:relative;
}
.module_focus .module_slide .module_slide_list{
	width:6000px;
	position:absolute;
	top:0;
	left:0;
}
.module_focus .module_slide .module_slide_list .item{
	float:left;
	position:relative;
}
.module_focus .module_slide .module_slide_list .item img{
	width:810px;
	height:405px;
}


/*******左右滑动按钮********/
.module_focus .focus_btn{
	display:block;
	width:50px;
	height:60px;
	position:absolute;
	top:50%;
	margin-top:-30px;
	background:url(../../images/pages/module_icon.png) no-repeat 0 0;
	z-index:10;
}
.module_focus .prev{
	left:0;
}
.module_focus .prev:hover{
	background-position:0 -63px;
}
.module_focus .next{
	right:0;
	background-position:-59px 0;
}
.module_focus .next:hover{
	background-position:-59px -63px;
}


/*******焦点图文字标题**********/
.module_focus_info{
	width:790px;
	height:70px;
	padding-left:20px;
	font:normal 22px/70px "Hiragino Sans GB","Microsoft Yahei",Arial,sans-serif;
	position:absolute;
	left:0;
	bottom:0;
	background:url(../../images/pages/focus_bg.png) no-repeat left bottom;
}
.module_focus_info .item{
	display:none;
	float:left;
	width:790px;
	height:70px;
}
.module_focus_info .item a{
	color:#fff;
}
.module_focus_info .cur{
	display:block;
}


/*******小圆点*********/
.module_focus_dot{
	width:110px;
	height:10px;
	position:absolute;
	bottom:25px;
	right:0px;
	z-index:10px;
}
.module_focus_dot .item{
	float:left;
	width:10px;
	height:10px;
	background:#fff;
	border-radius:10px;
	margin-right:10px;
	cursor:pointer;
}
.module_focus_dot .cur{
	background-color:#ff6612;
}







