.banner{
	overflow: hidden;
}
.banner img{width: 100%;}

/* 公司介绍 */
.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{
	width: 625px;
	height: 80px;
	margin: 0 auto;
	color: #4d4d4d;
    font-size: 48px;
	font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 10px;
	padding-top: 40px;
	background: url(../images/titlebg3.png)no-repeat center 0;
}
.honors .subtitle{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-bottom: 30px;
	
}
.honors .honors-con{
	border-top: #999999 2px solid;
	border-bottom: #999999 2px solid;
	padding: 25px;
}
.honors .honors-con li{
	display: inline-block;
	width: 269px;
	margin-bottom: 30px;
	text-align: center;
}
.honors .honors-con 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
}

/* 数字多媒体 */
.digital{}
.digital h1{
	margin: 0 auto;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	margin-top: 70px;
}
.digital .digital-list{
	margin-top: 40px;
}
.digital .digital-list ul{
	margin: 0 auto;
	width: 1300px;
}
.digital .digital-list li{
	display: inline-block;
	width: 300px;
	margin: 0 11px 30px 11px;
	text-align: center;
	transition: all 0.3s linear;
}
.digital .digital-list li:hover{
	transition: all 0.3s linear;
	box-shadow: 0px 0px 10px 0 #a3a3a3;
}
.digital .digital-list li img{
	width: 100%;
	height: 169px;
}
.digital .digital-list li h2{
	font-size: 24px;
	font-weight: bold;
}
.digital .digital-list li a{
	color: #666666;
}
.digital .digital-con{
	position: relative;
	margin-top: 90px;
	margin-bottom: 90px;
	overflow:hidden;
}
.digital .digital-con .digital-con-bg{
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 360px;
	background: url(../images/dmt-bg3.jpg)no-repeat;
	/* background-color: #ececec; */
}
.digital .digital-con .digital-con-main{
	width: 1300px;
	margin: 0 auto;
}
.digital .digital-con .digital-con-main h3{
	position: absolute;
	float: left;
	width: 450px;
	font-size: 32px;
	font-weight: bold;
	color: #b5b5b5;
	margin-top: 110px;
}
.digital .digital-con .digital-con-main p{
	position: absolute;
	margin-top: 180px;
	font-size: 16px;
	width: 450px;
	float: left;
	text-indent: 2em;
	color: #666666;
}
.digital .digital-con .digital-con-main video{
	float: right;
}

/* 服务体系 */
.service{
	margin-bottom: 80px;
}
.service h1{
	margin: 0 auto;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	margin-top: 70px;
}
.service ul{
	width: 1300px;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
}
.service ul li{
	float: left;
	margin-bottom: 0px;
	width: 260px;
	height: 270px;
	overflow: hidden;
}
.service ul li img{
	width: 260px;
	height: 270px;
	transition: all 0.5s;
}
.service ul li img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
	transition: all 0.5s;
}



/* 联系我们 */
.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;
}
/* 联系我们结束 */