@charset "UTF-8";

/* @index */
header{
	border-bottom: #642828 2px solid;
}
.container{
	width: 100%;
	background-image: url(../images/body_bg.jpg);
}
/* 公司介绍 */
.about h2{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}
.about{
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(255,255,255,0.8);
	overflow: hidden;
	padding: 30px;
}
.about .about-left{
	float: left;
	width: 550px;
}
.about .about-left h1{
	margin: 0;
	font-size: 45px;
	font-weight: 600;
	color: #642828;
	margin-bottom: 60px;
}
.about .about-left .en{
	font-size: 32px;
	color: #999999;
}
.about .about-left h3{
	font-size: 26px;
	color: #666666;
	padding-bottom: 30px;
	border-bottom: #999999 2px solid;
}
.about .about-left p{
	 text-indent:2em;
	 margin-top: 20px;
	 margin-bottom: 20px;
	 font-size: 16px;
	 line-height: 26px;
}
.about .about-right{
	float: right;
	width: 550px;
}
.about .about-right img{
	
}
.about .about-right .img2 {
	margin-top: 30px;
}
.about .about-right .img2 img{
	display: inline-block;
}
.about .about-right .img2 img:first-child{
	margin-right: 13px;
}
/* 公司介绍结束 */

/* 荣誉资质 */
.honors{
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
	overflow: hidden;
	padding: 30px;
}
.honors h2{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}
.honors .subtitle{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-bottom: 30px;
	
}
.honors .honors-main{
	border-top: #999999 2px solid;
	border-bottom: #999999 2px solid;
	padding: 25px;
}
.honors .honors-main li{
	display: inline-block;
	width: 269px;
	margin-bottom: 30px;
	text-align: center;
}
.honors .honors-main span{
	display: block;
	font-size: 18px;
	text-align: center;
}
.honors .paging {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 60px;
}
.honors .paging a:first-child{
	display: none;
}
.honors .paging>b {
	height: 30px;
	width: 20px;
	margin-right: 5px;
	line-height: 3px;
	border: 1px solid #ddd;
	border-radius:5px 5px 5px 5px;
	color: #FFFFFF;
	padding: 5px 14px;
	background-color: #642828;
}
.honors .paging a {
	height: 30px;
	width: 20px;
	margin-right: 5px;
	line-height: 3px;
	border: 1px solid #ddd;
	border-radius:5px 5px 5px 5px;
	color: #fff;
	background: #a5a3a4;
	padding: 5px 14px
}
.honors .paging a:hover {
	color: #fff;
	background: #642828;
	border-radius:5px 5px 5px 5px;
	text-decoration:none
}
/* 荣誉资质结束 */

/* 联系我们 */
.contact{
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: rgba(255,255,255,0.8);
	overflow: hidden;
	padding: 30px;
}
.contact .contact-title{
	border-bottom: 1px #bebebe solid;
}
.contact .contact-title h1{
	margin: 0;
	padding-bottom: 20px;
	width: 300px;
	font-size: 38px;
	font-weight: bold;
	color: #642828;
	border-bottom: 2px #642828 solid;
}
.contact .contact-con{
	margin-top: 50px;
	column-count:3;
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
}
.contact .contact-con .contact-con-box{
	text-align: center;
}
.contact .contact-con .contact-con-box span{
	display: block;
	margin-top: 20px;
	font-size: 20px;
	height: 200px;
}
/* 联系我们结束 */