/**
 * 作者:lianghaolv
 * QQ:1948712434
 * 时间:2020-09-24
 * 说明 :本css文件只是用在页尾样式，不作为公共样式使用，公共样式为base.css文件。
 */

/* ********************************* */
#footer a {
	color: #C9C9C9;
}

#footer {
	background-color: #0A2336;
	padding: 50px 0;
	color: #c9c9c9;
}

#footer .hot_box {
	margin: 0 auto;
	font-size: 12px;
}

#footer .hot_box>div {
	margin-bottom: 25px;
}

#footer .hot_mill,
#footer .hot_city,
#footer .hot_links{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

#footer .mill_list,
#footer .city_list,
#footer .links_list{
	width: 1150px;
	height: 28px;
	overflow: hidden;
	padding: 0 30px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-content: flex-start;
	transition: all 1s;
}

#footer li {
	padding: 0 10px 10px 5px;
}

#footer .hot_mill p {
	width: 60px;
}

#footer .links {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: 50px auto 110px auto;
}

#footer .links>div{
	/* width: 180px; */
	font-size: 14px;
}

#footer .links h2{
	font-weight: 100;
	margin-bottom: 22px;
}

#footer .links .info,
#footer .qr{
	width: 210px;
}

#footer .links p{
	margin-bottom: 10px;
}


#footer .links .img {
	width: 170px;
	height: 50px;
	background-image: url(/template/khw/img/index/logo.png);
	background-position: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

#footer .imgs{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

#footer .imgs img{
	width: 100px;
	height: 100px;
}

#footer .underline{
	width: 1385px;
	margin: 0 auto;
	border-bottom: 2px solid #C9C9C9;
}

#footer .addr{
	text-align: center;margin-top: 35px;
	margin-bottom: 60px;
	color: #c9c9c9;
	font-size: 14px;
}

#footer .hot_box span:hover{
	cursor: pointer;
}