footer {
  background: #000B26;
  padding: .68rem 0;
}

.foothead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .37rem;
  /* border-bottom: 0.01rem solid rgba(255, 255, 255, .2); */
}

footer hr {
  width: 100%;
  height: 0;
  border: 0;
  border-bottom: 0.01rem solid rgba(255, 255, 255, .2);
}

.footLogo {
  width: 2.55rem;
  height: .77rem;
}

.footTit {
  font-weight: 500;
  font-size: 0.32rem;
  color: #FFFFFF;
  margin-bottom: .37rem;
}

.footTit span {
  font-weight: 800;
  font-size: 0.32rem;
  color: #FFFFFF;
}

.footBody {
  padding-top: .38rem;
  display: flex;
}

.footBox1 {
  flex-shrink: 0;
  padding-right: 1.07rem;
  border-right: 0.01rem solid rgba(255, 255, 255, .2);
}

.footBox1 .text1 {
  font-weight: bold;
  font-size: 0.3rem;
  color: #FFFFFF;
  margin-bottom: .18rem;
}

.footBox1 .text2 {
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-bottom: .1rem;
  opacity: .8;
  transition: all .3s;
}

.footBox1 .text2:last-child {
  margin-bottom: 0;
  margin-top: .58rem;
  color: #636C83;
  display: flex;
}
.footBox1 .text2:last-child a{
    color: #636C83;
}

.footBox1 .text2:hover {
  opacity: 1;
}

.footBox2 {
  flex: 1;
  display: flex;
  padding-left: .61rem;
  justify-content: space-between;
}

.footNav {
  display: flex;
  flex-direction: column;
}

.footNav a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.45rem;
  opacity: .5;
  transition: all .3s;
}

.footNav a.footNavTit{
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin-bottom: .1rem;
  opacity: 1;
}

.footNav a:hover{
  opacity: 1;
}





.contact{
	position: fixed;
	top: 50%;
	right: 0.27rem;
	transform: translate(0,-50%);
	z-index: 9;
}

.contact .contactlist{
	width: 0.5rem;
	height: 0.5rem;
	margin: 0.01rem 0;
	position: relative;
}
.contact .contactlist_i{
	width: 100%;
	height: 100%;
  background: #244FB7;
	padding: 0 0.12rem;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.contact .contactlist:last-child .contactlist_i:hover::before{
	display: none;
}
.contact .contactlist:last-child .contactlist_i{
	transition: all 0.5s;
}
.contact .contactlist:hover .contactlist_i{
	background: #D50000;
}
.contact .contactlist img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.contact .contactlist .phone{
	width: 0;
	height: 0.5rem;
	background: #D50000;
	position: absolute;
	top: 0;
	right: 0rem;
	z-index: -1;
	transition: all 0.5s;
	overflow: hidden;
}
.contact .contactlist .phone span{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
	line-height: 0.5rem;
	display: none;
}
.contact .contactlist .codegroup img{
	width: 1.2rem;
	height: 1.2rem;
}
.contact .contactlist:hover .phone{
	display: block;
}
.contact .contactlist:hover .phone1{
	width: 2.3rem;
	height: 0.5rem;
	padding-left: 0.26rem;
}
.contact .contactlist:hover .phone2{
	width: 2.7rem;
	height: 0.5rem;
	padding-left: 0.26rem;
}
.contact .contactlist:hover .phone span{
	display: block;
	white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .foothead{
    display: block;
  }
.footBody{
  display: block;
}
.footBox1{
  padding-right: 0;
  border: none;
}
.footBox2{
  padding-left: 0;
}
.footBox1 .text2{
  font-size: 0.24rem;
}
.footBox1 .text2:last-child{
  display: none;
}
.footBox2{
  display: block;
  height: auto;
    overflow: hidden;
    margin-top: .5rem;
}
.footNav{
  width: 25%;
  float: left;
  height: 3rem;
}
.footNav a.footNavTit{
  font-size: 0.24rem;
}
.footNav a{
  font-size: 0.24rem;
}
.contact .contactlist{
  width: 0.65rem;
  height: 0.65rem;
}
}