/*注：include-foot.html复杂版草料页脚 和 include-foot-second.html简洁版草料页脚 都引用这个css文件*/

.vpjoin_foot .clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.vpjoin_foot .clearfix {
	zoom: 1;
}


/*复杂版页脚*/

.vpjoin_foot {
	position: relative;
	bottom: 0px;
	background: #f8f8f8;
	min-width: 1100px;
	box-sizing: content-box;
}

.vpjoin_foot a:hover {
	text-decoration: none;
	color: #666666;
}

.vpjoin_foot .foot {
	padding: 60px 0 50px;
	width: 1100px;
	margin: 0 auto;
}
.vpjoin_foot .foot #fkemail{
	display:inline-block;
/* 	width:240px; */
	width:270px;
}

@media only screen and (max-width: 991px) {
	.vpjoin_foot {
		min-width: 100%;
	}
	.vpjoin_foot .foot {
		width: 100%;
	}
}

.vpjoin_foot .dl_layout {
/* 	width: 180px; */
	width: 250px;
	float: left;
	padding-left: 30px;
}

.vpjoin_foot .dl_layout:first-child {
	padding-left: 0px;
	margin-left: 15px;
}

.vpjoin_foot .dl_layout dt {
	font-size: 16px;
/* 	color: #666; */
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: normal;
}

.vpjoin_foot .dl_layout dd {
	font-size: 14px;
	margin: 5px 0px;
/* 	color: #f2f3f5; */
	color: #ffffff;
}

.vpjoin_foot .dl_layout dd span {
/* 	color: #999; */
	color: #ffffff;
}

.vpjoin_foot .dl_layout dd label {
	width: 70px;
	display: inline-block;
	padding-right: 10px;
}

.vpjoin_foot .dl_layout dd a {
/* 	color: #999; */
	color: #ffffff;
	cursor: pointer;
}

.vpjoin_foot .dl_layout dd a:hover {
	color: #4caf50;
}

.vpjoin_foot .dl_contact {
/* 	width: 210px !important; */
	width: 210px !important;
}

.vpjoin_foot .dl_contact .open_qq {
	margin-left: 80px;
	margin-top: 5px;
	opacity: 0;
	filter: alpha(opacity=00);
}


/*.vpjoin_foot .open_qq_btn {
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    border: 1px solid #4caf50;
    background-color: #4caf50;
    color: #fff !important;
    line-height: 30px;
    }
    .vpjoin_foot .open_qq_btn:hover {
      background: #43a047;
    }
  .vpjoin_foot .fkemail {
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    margin-left: 10px;
    border-radius: 4px;
    border: 1px solid #4caf50;
    color: #4caf50 !important;
    line-height: 30px;
    }
    .vpjoin_foot .fkemail:hover {
      background: #4caf50;
      color: #fff !important;
    }*/

.vpjoin_foot .dl_weixin {
	text-align: center;
	padding-left: 60px;
}

.vpjoin_foot .dl_weixin img {
	width: 76px;
	border-radius: 5px;
	padding-left: 5px;
}

.vpjoin_foot .dl_weixin p {
/* 	color: #999; */
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 1px;
}




/* copyright */

.copyright {
	*padding-top: 20px;
	padding-bottom: 10px;
	line-height: 30px;
/* 	color: #999; */
	color: #ffffff;
	text-align: center;
	font-size: 12px;
}

.copyright-inner {
	width: 1000px;
	margin: auto;
	border-top: 1px solid #eee;
	padding-top: 15px;
}

@media only screen and (max-width: 991px) {
	.copyright-inner {
		width: 100%;
		height: 160px;
	}
}

.copyright a {
/* 	color: #999; */
	color: #ffffff;
}

.copyright a:hover {
	color: #4caf50;
}


/*foot qq*/

.vpjoin_foot .qq_show {
	position: relative;
}

.vpjoin_foot .qq_list {
	display: none;
	width: 135px;
	position: absolute;
	left: 0px;
	bottom: -20px;
	color: #333;
	border-radius: 4px;
	background-color: #fff;
	padding: 5px 10px;
	z-index: 999999;
	margin-left: 75px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.vpjoin_foot .qq_list li {
	font-size: 12px;
	text-align: left;
	margin: 10px 0px;
	width: 130px!important;
}


/*简洁版页脚*/

.vpjoin_foot.foot_second {
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
	background-color: #f8f8f8;
}

.vpjoin_foot.foot_second .foot_second_link {
	width: 1000px;
	margin: auto;
}

@media only screen and (max-width: 991px) {
	.vpjoin_foot.foot_second .foot_second_link {
		width: 100%;
	}
}

.vpjoin_foot.foot_second .foot_second_link a {
	color: #666;
	margin: 0 20px;
}

.vpjoin_foot.foot_second .foot_second_link a:hover {
	color: #4caf50;
}

.vpjoin_foot.foot_second .copyright {
	border-top: 0;
	padding: 10px 0;
}