@charset "utf-8";
.footer{
	margin-top: 120px;
	background-color: #3a3a3a;
	padding: 35px 0;
}
.fot_con{
	display: flex;
	align-items: flex-start;
}
.line{
	width: 1px;
	height: 365px;
	
	margin: 0 40px;
	background-color: #fff;
	opacity: 0.2;
}
.footer h2,.footer_nav a{
	margin-bottom: 12px;
	font-size: 16px;
	letter-spacing:2px;
	color: #fff;
}
.footer_nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 70px;
}
.footer_right{
	width: 750px;
}
.footer_link{
	display: flex;
	flex-wrap: wrap;
}
.footer_link a{
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #bdbdbd;
	position: relative;
}
.footer_link a:after{
	position: absolute;
	content: "";
    width: 1px;
    height: 10px;
    top: 50%;
    transform: translatey(-50%);
    right: 0;
    background-color: #fff;
    opacity: 0.5;
}
.footer_link a:last-child:after{
	height: 0;
}
.mb20{
	margin-bottom: 20px;
}	
/*合作伙伴*/
.hz_con {
	width: 750px;
	margin: auto;
	margin-top: 15px;
	position: relative;
}
.myswiper {
	width: 95%;
	height: 102px;
}
.hz_swiper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.hz_swiper .swiper-slide {
	width: 8%;
	height: 46px;
}
.hz_swiper .swiper-slide img {
	width: 100%;
}
.left_hzbtn,
.right_hzbtn {
	display: block;
	position: absolute;
	top: 50%;
	width: 41px;
	height: 41px;
	transform: translatey(-50%);
	z-index: 10;
	cursor: pointer;
}
.left_hzbtn {
	left: -16px;
}
.right_hzbtn {
	right: -16px;
}
.left_hzbtn img,
.right_hzbtn img {
	width: 100%;
}

/*版权*/
.c_info{
	font-family: microsoft yahei;
	line-height: 80px;
	background-color: #000f20;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.c_info a{
	margin-left: 10px;
}
.c_info a img{
	vertical-align:middle;
	width:15px;
	margin-top: -3px;
}