  body {
	background: #eee;
}

.container {
	max-width: 1180px;
	margin: 0 auto;
}

a {
	color: #0066cc;
	text-decoration: none;
}

#aboutBg {
	max-width: 1180px;
	height: 600px;
	display: block;
	background: url(../images/about/contactbg.jpg) no-repeat;
	background-size: contain;
}

.contact-header {
	margin-top: 50px;
	text-align: left;
	font-size: 26px;
	font-family: "微软雅黑", "verdana";
	font-weight: normal;
	color: #000;
	background: none;
	border-bottom: 0px;
	padding-left: 0px;
	padding: 40px 0px 10px 50px;
}

.contact-container {
	background-color: #fff;
}

.top-title {
	margin-top: 50px;
	text-align: left;
	font-size: 26px;
	font-family: "微软雅黑", "verdana";
	font-weight: normal;
	color: #000;
	background: none;
	border-bottom: 0px;
	padding-left: 0px;
	padding: 15px 0px;
}

.top-info {
	font-size: 16px;
	line-height: 180% !important;
	color: #333 !important;
	font-family: "微软雅黑", "verdana";
	margin: 10px auto 40px;
	overflow: hidden;
	zoom: 1;
	padding-right: 0px;
	padding-left: 0px;
}

.top-ask {
	background: #c00;
	color: #fff;
	line-height: 30px;
	width: 119px;
	border: 0px;
	cursor: pointer;
	align-items: flex-start;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	float: right;
}

.about-info {
	background: #ddd;
	width: 450px;
	height: 470px;
	margin-left: 50px;
	zoom: 1;
	filter: alpha(opacity=86);
	-moz-opacity: 0.86;
	opacity: 0.86;
	position: relative;
	top: 50%;
	transform: translate(0%, -50%);
	padding: 20px 0px 0px 0px;
	text-align: left;
}

.about-title {
	margin-top: 80px;
	margin-left: 30px;
	font-size: 16px;
	line-height: 200%;
	font-family: "微软雅黑", "verdana";
	margin-bottom: 30px;
}

.about-name {
	font-size: 22px;
	font-family: "微软雅黑", "verdana";
	font-weight: normal;
	margin:0;
}

.about-content {
	margin-left: 30px;
	font-size: 16px;
	line-height: 220%;
	font-family: "微软雅黑", "verdana";
	text-align: left;
}

.tel {
	font-size: 20px;
}

.contact-items {
	display: table;
	padding: 30px;
	width: calc( 100% - 60px);
}

.contact-items>div {
	display: table-cell;
	padding: 0 10px;
}
		.contact-title {
	margin: 0;
	padding: 20px 10px 30px;
	height: 80px;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	font-family: "微软雅黑", "verdana";
	font-size: 14px;
}
.contact-title span{
	margin: 0;
	padding: 0px 10px 40px;
	height: 80px;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	font-family: "微软雅黑", "verdana";
	font-size: 14px;
	line-height: 200%;
}

.contact-content td {
	width: auto;
	font-size: 14px;
	font-family: "微软雅黑", "verdana";
	vertical-align: top;
	line-height: 200%;
}

.contact-content th {
	vertical-align: top;
	padding: 5px;
	width: 60px;
	text-align: right;
	font-family: "微软雅黑", "verdana";
	font-weight: normal;
	color: #333;
	font-size: 14px;
}

@media screen and (max-width: 414px){
	#aboutBg{background:none;height: 480px;}
	.about-info{width: 100%;margin: 0;}
	.about-title{margin-top: 30px;}
	.contact-items{display: initial;}
	.contact-items>div{display: initial;}
	.contact-title{padding: 20px 10px 10px;height:auto;}
	.contact-title span{padding:0;}
}