﻿@charset "utf-8";
/* CSS Document */

body {

	background:#fafafa;
}

.header_img {
/*	min-width: 1280px;
	min-height: 444px;*/
	width:100%;
/*	height:auto;*/
/*		border:1px blue solid;*/
	margin:0px auto 35px auto;
	background: url(../img/contact_header.jpg) no-repeat center center;
	background-size: cover;
	
}



.func {
	background-color: #fff;
	width: 1220px;
	height: 400px;
	border: 1px #dbdbdb solid;
	margin: 65px auto 35px auto;
	border-radius: 6px;
	
}

.func .li1, .func .li2, .func .li3, .func .li4 {
	width:304px;
	box-sizing: border-box;
	height:100%;
	float:left;
	list-style-type: none;
	color:#ababab;
	padding:15px 5px 20px 15px;
	font-size:16px;
	border-right:1px #dbdbdb solid;
	position: relative;
}

.func .li1 span, .func .li2 span, .func .li3 span, .func .li4 span{
	font-size:14px;
	color:#656565;
	text-align: center;
	position:absolute;
	top:285px; left:92px;
}


.func .li1 img, .func .li2 img, .func .li3 img, .func .li4 img {
	width:100px; height:100px;
	display:block;
	position: absolute;
	left:50%;
	margin-left: -50px;
	top:100px;
/*	 background:url(../img/hq.png) no-repeat;*/
}

.func .li4{
	border-right:none;
	width:305px;
}

/*地址栏设定*/
.address {
	width:100%;
	height:22%;
	position: absolute;
	left:0px; bottom:15px;
	background-color:none;
		
}

.address .li1, .address  .li2, .address  .li3, .address  .li4 {
	width:304px;
	height:100%;
	/*border:1px solid white;*/
	border-right:1px #dbdbdb solid;
	position:relative;
	list-style-type: none;
	float:left;	
	padding-left:15px;
	color:#ababab;
	
}

.address .li4
{border-right:none;}

.address li span{
	font-size:12px;
	color:#fff;
}


.address li a {
	text-decoration: none;
	color:#649B1C;
}







.branch {
	width: 1220px;
	height: 712px;
	border: 1px #dbdbdb solid;
	border-radius: 6px;
	background:url(../img/contact_banner.jpg) no-repeat;
	margin: 0px auto;
	position:relative;
}

.bj, .sh, .gz, .cq{
	
	width:100%; height:30px;
	line-height: 30px;
	font-size:16px;
	color:#649B1C;
	position: absolute;
	top:240px; left:123px;
}

