* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

div.bg {
	width: 100%;
	/* height: 526px; */

	/* background: url(../img/logo/contact_bg.png) no-repeat center center; */
	background: url(../img/tubiao/jieshao/shenzhennightbg.png) no-repeat center center;
	height: 360px;
	color: #fff;
}

div.bg>div {
	max-width: 962px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

div.ptitle {
	font-size: 30px;
	font-weight: 400;
}

div.ptitle::before {
	content: "";
	display: block;
	width: 100%;
	height: 62px;
	position: relative;
}

div.bg div.yintle {
	margin-top: 10px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.59);
}

div.yintle span {
	position: relative;
}



div.yintle span::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	left: 0;
	top: -3px;
	position: absolute;
	border-top: 2px solid #e40b21;
}

div.xpqin {
	line-height: 30px;
}

div.bg>div.xpqin {
	margin-top: 46px;
	font-size: 18px;
}

div.contact-us {
	width: 1200px;
	height: 470px;
	/* margin: -90px auto 0 auto; */
	margin: 0 auto;
	background-color: #fff;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .3); */
}

div.contact-us>h2 {
	text-align: center;
	padding-top: 40px;
	color: #333;
	font-size: 24px;
	font-weight: 400;
}

div.contact-us>p {
	text-align: center;
	padding: 10px 0;
	color: #666;
	font-size: 16px;
}

div.contact-us div.banner {
	height: 240px;
	width: 100%;
	margin-top: 96px;
	font-size: 18px;
}

div.banner div {
	float: left;
	height: 100%;
	width: 400px;
}

div.banner div.contact {
	text-align: center;

	color: #333;
}

div.banner div.workday {
	text-align: center;

	color: #333;
}

div.banner div.site {
	text-align: center;

	color: #333;
}

div.banner div p {
	margin-top: 20px;
}

div.banner div p.ind {
	margin-top: 0px;
}

div.banner div p.ind {
	text-indent: 1em;
}

div#container {
	width: 1200px;
	height: 520px;
	margin: 100px auto 150px auto;
}

div.input {
	height: 40px;
	width: 300px;
}

p.input-item {
	font-size: 16px;
}

p.input-site {
	font-size: 12px;
}

div.input-box {
	background: #fff;
	width: 310px;
	height: 60px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
}

div.input-box p {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}

div.input-box i.img-box {
	position: absolute;
	width: 31px;
	height: 13px;
	background: url(../img/logo/jiantou1.png) no-repeat 0 0;
	top: 60px;
	left: 138px;
}

@media screen and (max-width:1200px) {
	div.contact-us {
		width: 100%;
	}

	div.banner div {
		width: 33%;
	}

	div#container {
		width: 100%;
	}
}