
.swiper-container{
	width:1000px;
	height: 407px;
}
.swiper-container img{
	width:1000px;
	height: 407px;
}
.swiper-pagination{
	text-align: right;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity:1;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	width: auto;
    right: 20px;	
}
.swiper-pagination-bullet-active{
	background: #c2000b;
}

.content .middle{
	margin-top: 20px;
	height: 260px;
	overflow: hidden;
}
.content .middle .title{
	background: url(../../images/front//icon.png) no-repeat 0 center;
	padding-left: 12px;
}
.content .middle .title span.l{
	font-size: 14px;
	color: #000;
}
.content .middle .title span.r{
	font-size: 12px;
	color: #b29652;
}
.content .about{
	width:340px;
	margin:0 10px;
	float: left;
}
.content .about img{
	width:317px;
	height: 83px;
	margin-top:10px;
}
.content .about .con{
	width:330px;
	text-indent: 20px;
	font-size: 12px;
	color: #434343;
	line-height: 22px;
}
.content .news{
	width:370px;
	margin:0 10px;
	float: left;
}
.content .news .con_list{
	width:370px;
	height: 160px;
	border-top:1px #595757 solid;
	margin-top:10px;
	font-size: 12px;
	color: #595757;
}
.content .news .con_list li{
	position: relative;
	height: 26px;
	padding:0 3px;
	line-height: 26px;
}
.content .news .con_list li:before{
	content: "";
	position: absolute;
	width:2px;
	height: 3px;
	background: #999;
	top:14px;
	left:-5px;
}
.content .news .con_list li a{
	color: #595757;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.content .news .con_list li a:hover{
	text-decoration: underline;
	color: #b29652;
}
.content .news .con_list li .time{
	float: right;
}
.content .contact{
	width:220px;
	margin:0 10px;
	float: right;
}
.content .contact .num{
	height: 52px;
	padding-left:60px;
	padding-top:15px;
	background: url(../../images/front/com_icon.png) no-repeat ;
	margin-top: 20px;
}
.content .contact .num span{
	display: block;
}
.content .contact .num span.t{
	font-size: 14px;
	color: #b29652;
}
.content .contact .num span.b{
	font-size: 20px;
	color: #000;
	line-height: 18px;
}
.content .contact dl{
	color: #434343;
	font-size: 12px;
	line-height: 20px;
}
.content .contact dt{
	width:40px;
	float: left;
}
.content .contact dd{
	margin-left:40px;
}