/*banner*/
.banner_box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 36px;
	position: relative;
}
.banner_box li img{
	width: 100%;
}
.banner_box .bx-pager.bx-default-pager{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.banner_box .bx-pager-item{
	display: inline-block;
}
.banner_box .bx-pager-item a{
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	color: #fff;
	margin: 0 10px;
	border-radius: 20px;
	background: #FFFFFF;
}
.banner_box .bx-pager-item a.active{
	color: #951111;
	background: #951111;
}
/*列表*/
.main{
	width: 1200px;
	margin: auto;
}
.main .news_box{
	overflow: hidden;
}
.main .news_box .left{
	float: left;
	width: 780px;
}
.main .news_box .left .img_box{
	width: 384px;
	height: 223px;
	overflow: hidden;
	float: left;
}
.main .news_box .left .img_box img{
	width: 100%;
}
.main .news_box .left .center{
	width: 358px;
	float: right;
}
.main .news_box .left .center h4{
	width: 100%;
	font-size: 18px;
	color: #000;
	margin-bottom: 22px;
	height:24px;
	overflow:hidden;
}
.main .news_box .left .center span{
	color: #c3c3c3;
	font-size: 10px;
	margin-bottom: 23px;
	display: block;
}
.main .news_box .left .center p{
	width: 100%;
	height: 105px;
	line-height: 26px;
	color: #7c7c7c;
	font-size: 12px;
	overflow:hidden;
}
.main .news_box .left .center a{
	display: block;
	width: 98px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border: 1px solid #951111;
	color: #951111;
	font-size: 14px;
	transition: all 0.45s;
}
.main .news_box .left .center a:hover{
	color: #FFFFFF;
	background: #951111;
}
.main .news_box .right{
	float: right;
	width: 400px;
}
.main .news_box .right .title{
	width: 100%;
	height: 42px;
	overflow: hidden;
}
.main .news_box .right .title li span{
	width: 100%;
	text-align: center;
	height: 28px;
	display: inline-block;
	line-height: 28px;
	color: #555555;
	background: #f1f1f1;
}
.main .news_box .right .title li{
	width: 76px;
	height: 33px;
	display: inline-block;
}
.main .news_box .right .title li:last-child{
	margin-right:0;
}	
.main .news_box .right .title li:hover span{
	cursor: pointer;
	background: #951111;
	color: #fff;
}
.main .news_box .right .title li.active{
	background: url(../images/news_bj.png) no-repeat center bottom;
}
.main .news_box .right .title li.active span{
	cursor: pointer;
	background: #951111;
	color: #fff;
}
.main .news_box .right .list_box{
	width: 99%;
}
.main .news_box .right .list_box ul{
	display: none;
}
.main .news_box .right .list_box ul:first-child{
	display: block;
}
.main .news_box .right .list_box li{
	width: 100%;
	overflow: hidden;
	line-height: 30px;
}
.main .news_box .right .list_box li a{
	display: block;
	float: left;
	width: 284px;
	padding-left: 16px;
	background: url(../images/index_list2_bj.png) no-repeat left center;
	color: #717171;
	height: 30px;
	overflow: hidden;
	font-size: 12px;
}
.main .news_box .right .list_box li span{
	display: block;
	float: right;
	color: #b7b7b7;
	font-size: 12px;
}
.main .news_box .right .list_box li:hover a{
	background: url(../images/index_list1_bj.png) no-repeat left center;
	color: #951111;
}
.main .news_box .right .list_box li.active{
	background: url(../images/index_list1_bj.png) no-repeat left center;
	color: #951111;
}
.main .news_box .right .list_box li.active span{
	display: block;
	float: right;
	color: #b7b7b7;
	font-size: 12px;
}
/*模块*/
.mokuai{
	width: 100%;
	background: #f0f1f3;
	margin-top: 40px;
}
.mokuai ul{
	overflow: hidden;
	width: 1200px;
	margin: auto;
}
.mokuai ul li{
	float: left;
	width: 398px;
	margin-right: 3px;
	height: 225px;
	overflow: hidden;
	background: #000;
	position: relative;
	transition: all 0.35s; 
}
.mokuai ul li div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mokuai ul li div h4{
	float: left;
	width: 100px;
	height: 50px;
	margin: 86px 0 0 36px;
}
.mokuai ul li div h4 span{
	font-size: 20px;
	display: block;
	color: #fff;
	transition: all 0.35s;
}
.mokuai ul li div p{
	float: right;
	margin: 114px  36px 0 0;
	font-size: 16px;
	color: #fff;
	transition: all 0.35s;
}
.mokuai ul li img{
	width: 100%;
	opacity: 1;
	transition: all 0.35s; 
}
.mokuai ul li:hover img{
	transform: scale(1.1,1.1);
	opacity: 0.8;
}



