.bannerWrap {
	width: 100%;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bannerWrap .center {
	padding-top: 100px;
}

.bannerWrap  p {
	text-align: center;
	color: #fff;
}

.bannerWrap .title {
	font-size: 72px;
	letter-spacing: 20px;
	margin-bottom: 68px;
}

.bannerWrap .p1 {
	font-size: 24px;
	line-height: 1.8;
}

.contactUsWrap {
	position: relative;
	width: 1200px;
	box-shadow: 0px 3px 20px 0px rgba(83,83,83,0.3);
	margin: 0 auto;
	top: -128px;
	background: #fff;
	margin-bottom: 110px;
}

.contactUsWrap>.title {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 90px;
}

.contactUsWrap>.title .en {
	text-transform: uppercase;
	color: #999;
	font-size: 16px;
	margin-bottom: 10px;
}

.contactUsWrap>.title .cn {
	font-size: 30px;
	color: #222;
	;
  position: relative;
}

.contactUsWrap>.title .cn::before {
	content: "";
	position: absolute;
	bottom: -18px;
	width: 60px;
	border: 2px solid #FF4343;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.contactUsWrap .form {
	width: 640px;
	margin: 0 auto;
}

.contactUsWrap .form .tips {
	color: #333;
	font-size: 16px;
	margin-bottom: 13px;
}

.contactUsWrap .form  input {
	border: 1px solid #ccc;
	width: 300px;
	height: 44px;
	line-height: 44px;
	text-indent: 10px;
	font-size: 16px;
	color: #333;
}

.contactUsWrap .form .clearfix {
	margin-bottom: 39px;
}

.contactUsWrap .form textarea {
	box-sizing: border-box;
	width: 640px;
	height: 130px;
	resize: none;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 16px;
	color: #333;
}

.contactUsWrap .form textarea::placeholder,
.contactUsWrap .form input::placeholder {
	color: #999;
}

.contactUsWrap button {
	display: block;
	padding: 9px 40px;
	background: rgba(255,67,67,.85);
	border-radius: 23px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	transition: all .2s;
	border: none;
	cursor: pointer;
	outline: none;
	margin: 100px auto 130px auto;
}

.contactUsWrap button:hover {
	background: rgba(255,67,67,1);
}

.adsWrap {
	overflow: hidden;
	width: 1090px;
	margin: 0 auto;
	padding-bottom: 140px;
}

.adsWrap .map {
	width: 750px;
	height: 500px;
}

.adsWrap .fr {
	width: 290px;
	padding-top: 50px;
}

.adsWrap .fr .title {
	font-size: 24px;
	color: #333;
	position: relative;
	padding-left: 17px;
	padding-bottom: 26px;
	border-bottom: 1px dashed #3E3E3E;
}

.adsWrap .fr .title::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 28px;
	background: #FF4343;
	left: 0;
	top: 4px;
}

.adsWrap .telWrap {
	padding-bottom: 38px;
	border-bottom: 1px dashed #3E3E3E;
}

.adsWrap .telWrap p {
	font-size: 18px;
	color: #000;
	margin-top: 30px;
	line-height: 1.6;
}

.workTimeWrap {
	padding-top: 27px;
}

.workTimeWrap p {
	font-size: 18px;
	color: #000;
}

.workTimeWrap p:first-child {
	margin-bottom: 12px;
}
@media screen and ( max-width:1375px ){
	.contactUsWrap {
		width: 100%;
	}
	
}
@media screen and ( max-width:1200px ) {
	.bannerWrap{
		height: 3.5rem;
	}
	.bannerWrap .center {
		padding-top: .45rem;
	}
	.bannerWrap .title {
		font-size: .36rem;
		margin-bottom: .4rem;
		letter-spacing: 0;
	}
	.bannerWrap .p1 {
		font-size: .24rem;
		line-height: 1.6;
		padding: 0 .25rem;
	}
	.contactUsWrap{
		width: 100%;
		position:static;
		margin-bottom: 1.2rem;
	}
	.contactUsWrap>.title{
		padding-top: .3rem;
		margin-bottom: .5rem;
	}
	.contactUsWrap>.title .en {
		font-size: .24rem;
		margin-bottom: .02rem;
	}
	.contactUsWrap>.title .cn {
		font-size: .3rem;
		margin-bottom: 0;
	}
	.contactUsWrap>.title .cn::before{
		bottom: -.15rem;
		width: .8rem;
		border: 1px solid #FF4343;
		background: #FF4343;
	}
	.contactUsWrap .form{
		width: 90%;
		margin: 0 auto;
	}
	.contactUsWrap .form .clearfix{
		margin-bottom: 0;
	}
	.contactUsWrap .form .fr,
	.contactUsWrap .form .fl{
		float: none;
		margin-bottom: .25rem;
	}
	.contactUsWrap .form .tips {
		font-size: .28rem;
		margin-bottom: .1rem;
	}
	.contactUsWrap .form input {
		border: 1px solid #ccc;
		width: 100%;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.contactUsWrap .form textarea {
		width: 100%;
		height: 2.2rem;
		padding: .15rem;
		font-size: 14px;
	}
	.contactUsWrap button {
		padding: .15rem .45rem;
		background: rgba(255,67,67,.85);
		border-radius: 1rem;
		font-size: .26rem;
		margin: .5rem auto .5rem auto;
	}
	.adsWrap {
		width: 90%;
		padding-bottom: .7rem;
	}
	.adsWrap .map {
		width: 100%;
		height: 3.6rem;
		box-sizing: border-box;
	}
	.adsWrap .fr {
		width: 100%;
		padding-top: .5rem;
	}
	
	.adsWrap .fr .title {
		font-size: .32rem;
		padding-left: .2rem;
		padding-bottom: .35rem;
	}

	.adsWrap .fr .title::before {
		content: "";
		position: absolute;
		width: .05rem;
		height: .28rem;
		top: .1rem;
	}

	.adsWrap .telWrap {
		padding-bottom: .4rem;
	}

	.adsWrap .telWrap p {
		font-size: .3rem;
		margin-top: .2rem;
	}
	
	.adsWrap .telWrap p a{
		color: #000;
	}

	.workTimeWrap {
		padding-top: .4rem;
	}

	.workTimeWrap p {
		font-size: .3rem;
	}

	.workTimeWrap p:first-child {
		margin-bottom: .15rem;
	}
}