﻿/*内页-电话*/
#inner_contact {
	width: 100%;
	clear: both;
	margin-top: 40px;
	background-image: url(../images/contact_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	background-size: 100% auto;
	padding-top: 100px;
	padding-bottom: 20px;
}
.contact_pic img {
	width: 100%;
}
.left_tel {
	width: 100%;
	margin: 0px auto;
	clear: both;
	color: #313131;
	background-color: #666;
	opacity: 0.9;
	padding-top: 15px;
	padding-bottom: 5px;
}
.left_tel img {
	margin-right: 8px;
}
.left_tel p {
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
.left_tel p.p1 {
	line-height: 27px;
	height: 27px;
}
.left_tel p.p2 a {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
