footer{
	width: 100%;
	background: #F3F7FB;
}
.footer_tops{
	width: 100%;
}
.footer_top{
	width: 100%;
	margin:55px auto;
	display: inline-block;
}
.footer_top1{
	width: 355px;
	float: right;
}
.footer_top1_1{
	width: 100%;
	margin-bottom: 30px;
	font-size: 24px;
	color: #333333;
}
.footer_top1_2{
	width: 100%;
	display: flex;
}
.footer_top1_2_1{
	width: 31.33%;
	margin-right: 3%;
}
.footer_top1_2_1:nth-child(3n){
	margin-right: 0;
}
.footer_top1_2_2{
	width: 100%;
	background: white;
	padding: 10px;
}
.footer_top1_2_2 img{
	width: 100%;
	display: block;
}
.footer_top1_2_3{
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.footer_top1_3{
	width: 100%;
	margin-top: 30px;
	display: flex;
}
.footer_top1_3_1{
	width: 15%;
	height: 50px;
	margin-right: 2%;
	border-radius: 50%;
	background: white;
	box-shadow: 0 0 7px rgba(0,0,0, .02);
	position: relative;
}
.footer_top1_3_1:nth-child(6n){
	margin-right: 0;
}
.footer_top1_3_1:hover .footer_top1_3_3{
    display: block;
}
.footer_top1_3_2{
	max-width: 30px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	    transform: translate(-50%, -50%);
}
.footer_top1_3_3{
    width: 100px;
    padding: 10px;
    border-radius: 5px;
    background: white;
    display: none;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
}
.footer_top1_3_3 img{
    width: 100%;
    display:block;
}
.footer_top1_3_3::after{
    content: '';
    width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid white;
   position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
.footer_top2{
	width: 230px;
	float: left;
	margin-right: 20px;
}
.footer_top2_1{
	width: 100%;
	display: block;
	margin-bottom: 25px;
	font-size: 18px;
	color: #333333;
}
.footer_top2_1:last-child{
	margin-bottom: 0;
}
.footer_top2_1:hover{
    color: #D70C1F;
}
.footer_downs{
	border-top: 1px solid #E8E8E8;
	width: 100%;
}
.footer_down{
	width: 100%;
	margin:30px auto;
	text-align: center;
	font-size: 12px;
	color: #333333;
}