*{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

.top-img img{
	width: 100%;
}
.about{
	padding-top: 30px;
	padding-bottom: 30px;
}
.content{
	width: 60%;
	margin-left: 20%;
}
.left-logo{
	width: 40%;
	float: left;
	background: url(../images/index/left-logo.png) center no-repeat;
	background-size: 100%;
	box-shadow: 0px 0px 5px #ccc;
}
.about-box{
	margin-left: 2%;
	width: 58%;
	float: right;
}
.title p{
	color: #d41212;
	font-weight: bold;
}
.title>p>span{
	color: #999;
	font-weight: normal;
	margin-left: 15px;
	font-size: 12px;
}
.line{
	width: 25px;
	height: 2px;
	background: #d41212;
	margin-top: 10px;
}
.about-p{
	font-size: 13px;
	line-height: 2;
	text-align: justify;
	margin-top: 10px;
}
.about-btn{
	float: right;
	border: 0;
	color: #fff;
	background: #00b7ee;
	padding:5px 20px;
	margin-top: 30px;
	cursor: pointer;
}
.about-btn:hover{
	background: #02aadd;
}
.contact{
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(../images/index/news.png) center;
}
.contact-title{
	color: #666;
	text-align: center;
}
.contact ul{
	padding: 30px;
	background: #fff;
	margin-top: 30px;
}
.contact ul li{
	float: left;
	list-style: none;
	text-align: center;
	padding-bottom: 30px;
}
.contact-ul p{
	font-size: 13px;
	line-height: 2;
}
.c-title{
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}
.contact-ul li img{
	width: 30px;
	height: 30px;
	margin-top: 30px;
}
.address{
	background: #fae0e1;
}
.call{
	background: #e1f7af;
}
.QQ{
	background: #d6ecf9;
}

@media only screen and (max-width: 640px) {
	.left-logo{
		width: 100%;
		height:200px !important;
	}
	.content{
		width: 80%;
		margin-left: 10%;
	}
	.about-box{
		width: 100%;
		margin-top: 15px;
	}
	.contact-ul li{
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}