﻿@charset "utf-8";
/*背景*/
.headerBg{
	position: relative;
	width: 100%;
	height: 450px;
	background-image: url(../Images/about/banner.jpg);
}
/*内容*/
.Contact_ctn_wrap{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.map {
	float: left;
	width: 49%;
	height: 542px;
	margin: auto;
	margin-top: 50px;
}
.Contact_txt_box{
	float: right;
	width: 48%;
	box-shadow: 0 0 5px 2px #dddddd;
	margin: 50px 1% 70px 1.5%;
}
.Contact_title{
	margin-top: 30px;
	overflow: hidden;
}
.decorate_line{
	float: left;
	width: 10px;
	height: 20px;
	background-color: #ea2121;
	margin-right: 20px;
}
.Contact_title > p{
	float: left;
	width: 90%;
	font-size: 18px;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px dashed #aaaaaa;
}
.Hotline{
	width: 90%;
	margin-left: 5%;
	margin-top: 15px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #aaaaaa;
	padding-bottom: 15px;
}
.Hotline > p{
	font-size: 14px;
	color: #333;
	line-height: 1.9;
}
.time{
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	padding-bottom: 20px;
}
.time > p{
	font-size: 14px;
	color: #333;
	line-height: 1.9;
}
/* 新加的地址 */
.traffic{
	font-size: 14px;
	color: #333;
	line-height: 1.9;
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #aaaaaa;
	padding-bottom:15px;
	font-weight: bold;
}
.traffic > p{
	font-weight: normal;
}
.map {
	float: left;
	width: 49%;
	height: 552px;
	margin: auto;
	margin-top: 50px;
}
@media (min-width:768px) and (max-width:1200px ) { 
	.Contact_ctn_wrap {
		width: 970px;
		margin: auto;
		overflow: hidden;
	}
	.map {
		float: left;
		width: 49%;
		height: 604px;
		margin: auto;
		margin-top: 50px;
	}
}
@media (min-width:768px) and (max-width:992px ) { 
	.Contact_ctn_wrap {
		width: 750px;
		margin: auto;
		overflow: hidden;
	}
	.map {
		float: left;
		width: 49%;
		height: 712px;
		margin: auto;
		margin-top: 50px;
	}
}
@media only screen and (max-width: 770px) { 
	.headerBg{
		position: relative;
		width: 100%;
		height: 150px;
		background-image: url(../Images/about/banner.jpg);
		background-position: center;
		background-size: 160% 160%;
	}
	.Contact_ctn_wrap {
		width: 92%;
		margin: auto;
		overflow: hidden;
	}
	.map {
		float: left;
		width: 98%;
		height: 549px;
		margin: auto;
		margin-top: 00px;
		margin-bottom: 15px;
	}
	.Contact_txt_box {
		float: right;
		width: 98%;
		box-shadow: 0 0 5px 2px #dddddd;
		margin: 25px 1% 20px 1.5%;
	}
	.time {
		margin-left: 15px;
	}
}