* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	color: #333;
}

/*底部*/
.footer {
	position: relative;
	z-index: 1;
	clear: both;
	width: 100%;
	height: 380px;
	margin-top: -380px;
	border-top: 1px solid #e5e5e5;
	background: #2C3237;
}

.footer .g-ft {
	width: 1080px;
	margin: 50px auto;
}

.g-ft .ftc-nav {
	width: 230px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.g-ft .ftc-nav>a {
	padding-right: 12px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #999999;
	border-right: 1px solid #aaa;
}

.g-ft .ftc-nav>a:nth-child(3n) {
	border-right: 0;
}

.g-ft .g-ftc,
.g-ft .g-ftc1,
.g-ft .g-ftc2 {
	float: left;
	height: 142px;
	min-width: 252px;
	margin-right: 10px;
}

.g-ft .g-ftc,
.g-ft .g-ftc1,
.g-ft .g-ftc2 {
	border-right: 1px solid #3C4145;
}

.g-ft .u-tt {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #eee;
}

.g-ft .g-ftc1 {
	margin-left: 20px;
	padding-right: 40px;
}

.g-ft .g-ftc1 .ftc-mn>a,
.g-ft .g-ftc2 .ftc-mn>a {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	color: #999999;
}

.g-ft .g-ftc2 {
	min-width: 200px;
	margin-left: 20px;
}

.g-ft .g-ftc3 .ftc-mn {
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
}

.qrmark {
	display: flex;
	justify-content: space-between;
	color: #999999;
	margin: 2px;
	font-size: 12px;
}

.qrmark>span {
	width: 130px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.g-ft .g-ftc3 .ftc-mn>img {
	width: 120px;
	height: 120px;
}

.copyright {
	text-align: center;
	color: #999999;
	margin-bottom: 10px;
}

.copyright p {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 14px;
}
.base_link_wrap{
	width: 100%;
	height:auto ;
	position: relative;
	background-color: #F4F6F7;
	padding-bottom: 40px;
	
}
/* 友情链接 */
.base_link {
	position: relative;
	z-index: 1;
	clear: both;
	width: 1080px;
	border-top: 1px solid #e5e5e5;
	margin: 30px auto 420px;
	border: 1px solid #eee;
	padding: 15px 30px;
}

.base_link .title {
	display: block;
	border-bottom: 1px solid #eee;
	height: 48px;
	line-height: 40px;
	font-weight: normal;
	font-size: 18px;
}

.base_link .link_pic {
	padding-top: 10px;
	font-size: 0;
}

.base_link .link_pic .item {
	display: inline-block;
	width: 12.5%;
	font-size: 16px;
}

.base_link .link_pic a {
	display: block;
	padding: 9px;
}

.base_link .link_pic img {
	width: 100%;
	border: 1px solid #eee;
}

.base_link .link_txt {
	padding-top: 10px;
}

.base_link .link_txt .item {
	display: inline-block;
	width: 12.5%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}

.base_link .link_txt a {
	color: #999;
	text-decoration: none;
}