.we-bg{
	background: url(../img/6we/we.jpg) no-repeat center;
	background-size: cover;
	background-color: white;
}
.sec{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.sec .map{
	height: 500px;
	position: relative;
}
.sec .map img{width: 37px;}
#allmap2{border-top: 2px solid #666;}
.company-name{
	font-family: "Helvetica";
	padding: 0;
	margin: 0;
	display: inline-block;
	padding: 30px 0 0 30px;
	color:#EB5C02;
	font-weight: bold;
	font-size: 30px;
	z-index: 10;
}
.cn-bj{
	position: absolute;
	left: 0;
    top: 0;
}
.cn-sz{
	position: absolute;
    left: 0;
    top: 500px;
}
.con_wrap{
	position: absolute;
    height: 100%;
    right: 5%;
    top: 0;
    z-index: 10;
}
.contact{
	width: 700px;
	height: 400px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -200px;
	z-index: 100;
}
.contact>div{
	width: 50%;
	height: 100%;
	float: left;
	padding-left: 37px;
    padding-right: 57px;
    padding-top: 38px;
	box-sizing: border-box;
}
.clf{ background: #ffffff;}
.crg{background-color: #EB5C02;}
.clf h3 {
	display: inline-block;
    font-family: "Helvetica";
    font-size: 40px;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 2px solid #ccc;
}
.con_ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.con_ul li{
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}
.contact .spanImg{
	width: 18.5px;
    height: 20px;
    display: block;
    float: left;
    line-height: 1;
}
.contact span img{
	width: 100%;
	vertical-align: middle;
}
.clf p{
    font-family: "Arial";
    font-size: 14px;
    color: #666666;
    width: calc(100% - 36px);
    line-height: 18px;
    float: right;
    word-wrap: break-word;
    word-break: normal;
}
.crg li:not(:last-child){
	margin-bottom: 30px;
	border-bottom: 1px solid #ffffff;
}
.crg input{
	width: 100%;
	height: 50px;
	background-color: #EB5C02;
	border: none;
	outline: none;
	color: rgb(255, 255, 255);
}
.crg .sendBtn{
	width: 100%;
	height: 50px;
	margin-top: 50px;
	color: #fff;
	line-height: 50px;
	background-color: #333;
	text-align: center;
	cursor: pointer;
}
.sendBtn .spanImg{
	width: 30px;
    height: 30px;
    margin: 10px 0 0 50px;
}
/*设置inputplaceholder显示字体颜色*/
input::-webkit-input-placeholder { color:#fff;}
input:-moz-placeholder { color:#fff;}
input::-moz-placeholder { color:#fff;}
input:-ms-input-placeholder {　color:#fff;}

@media (max-width: 767px) {
	.sec .map{height: 200px;}
	.con_wrap{
		position: relative;
	    height: auto;
	    right: 0%;
	}
	.contact{
		width: 100%;
		position: relative;
	    top: 0;
	    left: 0;
	    margin: 0;
	}
	.contact>div{width: 100%;}
	.company-name{display: none;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.con_wrap{
		position: relative;
	    height: auto;
	    right: 0%;
	}
	.contact{
		width: 100%;
		position: relative;
	    top: 0;
	    left: 0;
	    margin: 0;
	}
}