body{
	background: #282828;
}
.mobile_banner{
	display: none;
}
.pc_banner{
	display: inline-block;
}
.contactus_banner{
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	position: relative;
}
.contactus_banner_img{
	width: 100%;
}

/*84%的框*/
.contactus_title_wrap{
	width: 100%;
}

.contactus_title{
	width: 100%;
	height: 100%;
	float: left;
}

.contactus_title p{
	font-family: "XinGothic-Bold";
	font-size: 20px;
	color: #000000;
	letter-spacing: 2px;
}

.line {
	margin: 10px auto;
	width: 100%;
	height: 2px;
	background: url(../images/contactus/line.png) repeat-x;
	background-position: 100% 100%;
}

.contactus_title h1{
	margin-top: -2px !important;
	margin-bottom: 0px !important;
	font-family: "SKSans-BoldItalic";
	font-size: 50px;
	color: #0069C8;
	letter-spacing: 2.5px;
	line-height: 57px;
}

.contactus{
	width: 100%;
	margin: auto;
}

.contactus_wrap {
	width: 1320px;
	height: 456px;
	max-width: 1320px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 6% auto;
	background-color: rgba(247,247,247,0.9);
}

.contactus_wrap .contact {
	width: 400px;
	margin: 40px 0px 0px 40px;
	float: left;
}

.contactus_wrap .contact .items {
	width:100%;
	float:left;
	font-family: XinGothic-Bold;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1.2px;
	margin-top: 10px;
}

.contactus_wrap .contact .items p {
	width: 100%;
	height: 41px;
	line-height: 41px;
	margin-bottom: 12px;
	background-color: #ffffff;
	padding: 0 10px;
}

.contactus_wrap .map {
	float: right;
	width: 843px;
	height: 456px;
	background-color: #cccccc;	
	opacity: 1.0;
}

@media screen and (max-width:1400px ) {

}