/*标题*/
.title{
	margin:60px auto; 
	text-align: center;
}
.title h3{
	font-size: 26px;
    font-weight: bold;
    font-family: "黑体";
    color: #16191f;
}
.title h3 img{
	display: inline-block;
}
.title p{
	line-height: 45px;
    font-size: 16px;
    color: #737373;
}
.about{
	margin-top: 50px;
	margin-bottom: 50px;
}
.about .left{
	width: 371px;
	color: #fff;
}
.about .left .abu{
	background: url(../images/about1.jpg) no-repeat;
	width: 311px;
	padding:30px;
	height: 249px;
}
.about .left .abu h3{
	text-align: center;
	font-size: 18px;
}
.about .left .abu h4{
	width: 60px;
	height: 5px;
	background: #fff;
	margin:30px auto;
}
.about .left .abu p{
	line-height: 26px;
	font-size: 14px;
}
.about .left .contact{
	background-color: #38414c; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #38414c , #13151a);
    text-align: center;
    padding:30px 0;
}
.about .left .contact h3{
	font-size: 24px;
}
.about .left .contact h3 span{
	display: inline-block;
	width: 3px;
	background: #fff;
	height: 15px;
	margin:0 10px;
}
.about .left .contact p{
	font-size: 14px;
	margin-top: 10px;
}
.about .right{
	width: 800px;
}
.about .right ul{
	height: 309px;
	background: #f4f4f4;
}
.about .right ul li{
	float: left;
	width: 23.33%;
	padding:20px 5%;
	text-align: center;
}
.about .right ul li h3{
	font-size: 20px;
	font-weight: bold;
	color: #444;
	margin: 30px auto;
}
.about .right ul li p{
	line-height: 26px;
	font-size: 14px;
	text-align: left;
}
.about .right .tel_qq{
	background: #61abff;
	padding:25px 60px;
	color: #fff;
}
.about .right .tel_qq .tel{

}
.about .right .tel_qq .tel b{
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.about .right .tel_qq .tel span{
	display: block;
	width: 200px;
	background: #fff;
	font-size: 16px;
	color: #555;
	border-radius: 3px;
	padding:0 10px;
	line-height: 40px;
}


.w1200{ max-width: 1200px; margin: 0px auto;}
.clear{
	clear:both;/*清浮动 voerflow:hidden也可用来清浮动一般放在浮动盒的父级*/
}
.clearfix{
	zoom:1;/*IE浏览器清浮动*/
}
.clearfix:after{
	content:'';/*添加一个空内容*/
	display:block;/*转块*/
	clear:both;/*清浮动*/
}
.fl{
	float:left;
}
.fr{
	float:right;
}



























