﻿/* 底部样式 */
.footer {
	color: #ffffff;
	background-color: #2f61ac;
}
.footer_top {
	border-bottom: 1px solid #6a8cc1;
}
.footer_top>ul {
	height: 65px;
	line-height: 65px;
	width: 1200px;
	margin: 0 auto;
	height: 65px;
	overflow: hidden;
	clear: both;
}
.footer_top>ul>li {
	width: 25%;
	float: left;
	position: relative;
	height: 65px;
	text-indent: 20px;
	font-size: 18px;
	cursor: pointer;
}
.footer_top>ul>li>i {
	position: absolute;
	width: 12px;
	height: 8px;
	top: 30px;
	right: 40px;
	background-image: url(../images/2020jczf_select_icon.png);
}
.footer_top_li_active {
	background-color: #3b6ab1;
}
.footer_top_info {
	width: 1200px;
	margin: 0 auto;
}
.footer_top_info_item {
	padding: 20px 20px 5px 20px;
	background-color: #3b6ab1;
	display: none;
}
.footer_top_info_item>a {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #ffffff;
	box-sizing: border-box;
}
.bmAdd>a {
	width:172px;
}
.footer_top_info_item>a:hover {
	/*border-bottom: 1px dotted #ffffff;*/
}
.footer_bottom {
	width: 1200px;
	margin: 0 auto;
	padding: 35px 0;
	font-size: 14px;
	overflow: hidden;
}
.footer_bottom_left {
	width: auto;
	padding: 14px 20px;
	background-color: #3b6ab1;
	line-height: 26px;
	float: left;
}
.footer_bottom_left>a {
	margin: 0 10px;
	color: #ffffff;
	border-bottom: 1px solid #3b6ab1;
	box-sizing: border-box;
}
.footer_bottom_left>a:hover {
	border-bottom: 1px dotted #ffffff;
}
.footer_bottom_left>a:first-child {
	margin: 0 10px 0 0;
}
.footer_bottom_left>a:hover {
	color: #ffffff;
}
.footer_bottom_left>span {
	margin-right: 10px;
}
.footer_bottom_left>i {
	width: 18px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	/* position: relative; */
	background-image: url(2020jczf_footer_1.png);
    background: none;
}
.footer_bottom_right {
	float: right;
	margin-top: 16px;
	height: 83px;
	vertical-align: middle;
	margin-right: 60px;
}
.footer_bottom_right img {
	margin-right: 30px;
    margin: 0 13px 0 13px;
	vertical-align: middle;
	border: none;
}
.footer_bottom_left > span > a {
    color: #fff;
}