.footer{
	width: 100%;
	background: #010D2C;
	padding-top: 0.82rem;
	padding-bottom: 0.37rem;
}
.fb1Title{
	font-family: Arial, Arial;
	font-weight: bold;
	font-size: 0.2rem;
	color: #FFFFFF;
	margin-bottom: 0.26rem;
}
.fb1Title2{
	font-family: Arial, Arial;
	font-weight: bold;
	font-size: 0.2rem;
	color: #FFFFFF;
	margin-bottom: 0.1rem;
}

.fb1Txt{
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.25rem;
}
.fb1box1{
	width: 1.6rem;
}
.fb1box1 .fb1Txt{
	font-size: 0.18rem;
}

.fb1box2{
	width: 3.75rem;
	margin-left: 2.12rem;
	margin-right: 1.13rem;
}

.fb1box3{
	width: 3.42rem;
}

.fbicon{
	padding-top: 0.15rem;
}
.fbicon img{
	width: 0.23rem;
	height: auto;
	margin-right: 0.06rem;
}

.footer_box1{
	padding-bottom: 0.79rem;
	border-bottom: 0.01rem solid #FFFFFF;
	margin-bottom: 0.15rem;
}

.f_logo{
	width: 2.36rem;
	height: 0.46rem;
}
.f_logo img{
	width: 100%;
	height: 100%;
}
.bq{
	font-family: Open Sans, Open Sans;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
}


.contact{
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 50%;
	right: 0.18rem;
	transform: translate(0,-50%);
    align-items: flex-end;
	z-index: 9;
}
.contact .ctList{
	height: 0.6rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.11);
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	margin: 0.03rem 0;
    justify-content: center;
	cursor: pointer;
}
.contact .ctList:last-child{
    margin-top: 0.28rem;
}
.contact .ctList:nth-child(3),
.contact .ctList:nth-child(4){
	width: 0.6rem;
}
.contact .ctList .ctList_i{
	width: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact .ctList img{
	height: auto;
	width: 0.25rem;
}

.contact .ctList .ctList_way{
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	display: none;
	transition: all 0.7s;
}
.contact .ctList:hover .ctList_way{
	display: block;
	padding-right: 0.19rem;
}
.contact .ctList:hover img{
	filter: brightness(0%) invert(100%);
}
.contact .ctList:hover{
	background: #1D76BB;
}
.contact .ctList:last-child:hover{
	background: #243970;
}
@media screen and (max-width: 1024px){
   .footer{
       max-width: 100%;
   }
   .main{
       width: 100%;
   }
   .footer_box1{
       width: 98%;
   }
   .sp_bet{
       width: 98%;
   }
   .fb1box2{
       margin-left: 1.13rem;
   }
   .fb1box1{
       margin: 0.2rem;
   }
   .f_logo{
       width: 38%;
   }
   .bq{
       width: 54%;
   }
   /*.nav{*/
   /*    display: none;*/
   /*}*/
}