/*公共底部样式*/
:root {
	--footer_bg_color: #3a89cd;
	--footer-con_color: #4090d4;
}
.footer {
	margin-top: 60px;
	color: #ffffff;
	background-color: var(--footer_bg_color);
}
.yqlink-box {
	margin: 0 auto;
	padding: 15px;
	width: 100%;
	height: 60px;
	background-color: #fff;
	box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.06);
	position: relative;
	box-sizing: border-box;
}
.yqlink-box ul {
	margin: 0 auto;
	width: 1200px;
	height: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
}
.yqlink-box ul li.yqlink-tit {
	margin-right: 20px;
	color: #333;
	font-size: 16px;
}
.yqlink-box ul li.yqlink-item {
	margin-right: 30px;
	color: #333;
	font-size: 16px;
}
.yqlink-box ul li.yqlink-item a:hover {
	color: #0c6ade;
}

.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: var(--footer-con_color);
}

.footer_top_info {
	width: 1200px;
	margin: 0 auto;
}

.footer_top_info_item {
	padding: 20px 20px 5px 20px;
	background-color: var(--footer-con_color);
	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:150px;
}

.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;
	display: flex;
	justify-content: space-between;
}

.footer_bottom_left {
	width: auto;
	padding: 14px 20px;
	background-color: var(--footer-con_color);
	line-height: 26px;
}

.footer_bottom_left>a {
	margin: 0 10px;
	color: #ffffff;
	border-bottom: 1px solid var(--footer-con_color);
	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>span>a{
    color: #fff;
}
.footer_bottom_left>i {
	width: 18px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	/* position: relative; */
	background-image: url(foot-icon.png);
}

.footer_bottom_right {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.footer_bottom_right img {
	margin-right: 0;
    margin: 0 10px;
	border: none;
}

.txt-pic {
	display: inline-block;
	text-align: center;
}
.txt-pic p {
	margin-top: 5px;
	color: #fff;
}