@charset "UTF-8";
/*公共样式*/

.footer-wrap {
	width: 100%;
	min-width: 1200px;
	color: #7c7c7c;
}

/* 底部地址 */

.footer-meta .address-contains {
	width: 700px;
	height: 100%;
	padding: 40px 20px;
	float: left;
	position: relative;
	box-sizing: border-box;
}

.address-contains ul li {
	padding-bottom: 10px;
	line-height: 32px;
}
.footer-meta .public-number-contain .public-number-items img{
	max-width: 122px;
}
.footer-meta .address-contains::after {
	position: absolute;
	top: 38px;
	right: 0;
	content: "";
	width: 2px;
	height: 183px;
	background-color: #3a3a3a;
}

/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */

body {
	font-family: "微软雅黑";
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.tac {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.footer-benefit-wrap {
	width: 100%;
	height: 165px;
	background-color: #fff;
}

.footer-benefit-list {
	position: relative;
	width: 299px;
	height: 165px;
	box-sizing: border-box;
}

.footer-benefit-list::after {
	position: absolute;
	top: 50px;
	right: 0;
	content: "";
	width: 1px;
	height: 46px;
	background: #e4e4e4;
}

.footer-benefit-list4::after {
	width: 0;
}

.fbi-img {
	display: block;
	width: 47px;
	height: 40px;
	margin: 53px 20px 0 18px;
}

.footer-benefit-list1 .fbi-img {
	margin-left: 0;
}

.fbi-wrap {
	width: 214px;
	height: 165px;
}

.fbi-wrap .p1 {
	font: 18px/18px "微软雅黑";
	color: #333;
	padding: 38px 0 18px;
}

.fbi-wrap .p2 {
	font: 14px/14px "微软雅黑";
	color: #999;
	padding-bottom: 10px;
}

.footer-meta-wrap {
	width: 100%;
	height: 273px;
	background-color: #303030;
}

.footer-meta {
	height: 272px;
	border-bottom: 1px solid #3a3a3a;
}

.footer-meta .inner-links {
	position: relative;
	float: left;
	width: 550px;
	height: 259px;
}

.footer-meta .inner-links {
	position: relative;
	width: 550px;
	height: 259px;
}

.footer-meta .public-nunmber {
	position: relative;
	float: left;
	width: 160px;
	height: 259px;
}

.footer-meta .public-nunmber::after {
	position: absolute;
	top: 38px;
	right: 0;
	content: "";
	width: 1px;
	height: 183px;
	background-color: #3a3a3a;
}

.footer-meta .public-number-contains {
	width: 100%;
	height: 100%;
}

.footer-meta .public-number-contain {
	float: left;
	margin-right: 35px;
}

.footer-meta .public-number-item1 {
	font: 18px/18px "微软雅黑";
	color: #fff;
	padding: 40px 0 14px;
}

.footer-meta .public-number-item2 {
	height: 14px;
	margin-bottom: 15px;
	font: 14px/14px "微软雅黑";
	color: #7c7c7c;
}

.footer-meta .hot-line {
	float: left;
	
	height: 259px;
}

.footer-meta .hot-line-items {
	padding-left: 66px;
	padding-top: 40px;
}

.footer-meta .hot-line-item {
	font: 14px/14px "微软雅黑";
	color: #7c7c7c;
	padding-bottom: 1px;
	display: block;
}
.footer-meta .hot-line-item::before{
	position: relative;
	vertical-align: middle;
	display: inline-block;
	width: 25px;
	height: 25px;
	right: 10px;
	content: "";
}
.footer-meta .hot-line-item:nth-child(2n+1) {
	position: relative;
	font: 18px/25px "微软雅黑";
	color: #fff;
}

.footer-meta .hot-line-item:nth-child(1)::before {
	background: url("../img/hot_line_icon3.png") center center no-repeat;
}
.footer-meta .hot-line-item:nth-child(3)::before {
	background: url("../img/hot_line_icon1.png") center center no-repeat;
}
.footer-meta .hot-line-item:nth-child(5)::before {
	background: url("../img/hot_line_icon2.png") center center no-repeat;
}