/* banner */
.ban1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.ban1z {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ban1 .ban1z-a {
	position: relative;
	left: 50%;
	top: 0px;
	width: 1920px;
	margin-left: -960px;
	text-align: center;
}

/*  联系我们 */
.contactInfor {
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
	padding: 70px 0px 0px 0px;
	background: #ffffff;
}
.lianxi_main{
	width: 1200px;
	margin: 0 auto;
}
.lian_title{
	text-align: center;
}

.lian_title p:nth-child(1){
	color: #0772c2;
	font-size: 32px;
	margin-bottom: 18px;
}

.lian_title p:nth-child(n+2){
	color: #999999;
	font-size: 18px;
	line-height: 28px;
}

.contactInfor .case-top div span {
	background: #f4f4f4;
}

.contactInfor-cent {
	width: 1202px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
}

.contactInfor-cent ul li:nth-child(1) {
	float: left;
	width: 420px;
	height: auto;
	overflow: hidden;
}
.contactInfor-cent ul li:nth-child(n+2){
	float: left;
	width: 270px;
	height: auto;
	overflow: hidden;
	margin-left: 70px;
}

.contactInfor-cent ul li .cont1 {
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/cont2.png) center center no-repeat;
	display: table;
	text-align: center;
}

.contactInfor-cent ul li  .cont1 div {
	display: table-cell;
	vertical-align: middle;
}

.contactInfor-cent ul li  .cont2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.contactInfor-cent ul li  .cont2 p {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.contactInfor-cent ul li .cont3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
	color: #666;
}
.contactInfor-cent ul li:nth-child(n+2) .cont3{
	margin-top: 56px;
}

.lianxi_map{
	overflow: hidden;
	width: 100%;
	margin-top: 100px;
}
.map_left{
	float: left;
}
.map_right{
	float: right;
	width: 600px;
}
.form_title p{
	font-size: 18px;
	color: #666666;
}
.form_ul{
	overflow: hidden;	
	margin-top: 38px;
}
.form_ul li{
	float: left;
	margin: 0 32px 30px 0;
}
.form_ul li:nth-child(2n){
	margin-right: 0px;
}
.form_ul li label{
	float: left;
	height: 40px;
	padding-right: 14px;
	line-height: 40px;
	font-size: 16px;
	color: #666666;
}
.form_ul li input{
	float: left;
	width: 192px;
	height: 40px;
	border-radius: 6px;
	border: solid 1px #cccccc;
	outline: none;
	padding: 0 14px;	
}
.form_ul li textarea{
	float: left;
	width: 524px;
	height: 187px;
	border-radius: 6px;
	border: solid 1px #cccccc;
	outline: none;
	padding: 14px;	
}
.form_ul li:last-child{
	margin-right: 0px;
}
.submit_form{
	width: 100%;
	overflow: hidden;
}
.submit_form a{
	display: block;
	width: 142px;
	height: 40px;
	background-color: #0772c2;
	border-radius: 6px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	float: right;
}