.footer{
	background: url(../img/footer_bg.png);
	background-size: 100% 100%;
	padding-top: 0.88rem;
	padding-bottom: 0.61rem;
}
.logo{
	width: auto;
	height: 0.52rem;
}
.nav .logo a{
    width: 100%;
    height: 100%;
    display: block;
}
.footerphone{
	display: flex;
	align-items: center;
}
.footerphone img{
	width: 0.37rem;
	height: 0.37rem;
	margin-right: 0.1rem;
}
.footerphone .pnum{
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 0.29rem;
	color: #FFFFFF;
}
.footer_box1 .flex_box{
	padding-bottom: 0.28rem;
	border-bottom: 0.01rem solid rgb(255, 255, 255,.33);
}
.footer_box2>.flex_box{
	padding-top: 0.48rem;
	padding-bottom: 0.69rem;
	align-items: start !important;
}
.box2_li{
	width: 1.39rem;
}
.box2_li div,
.box2_li div a{
	display: block;
	width: 100%;
}
.box2_left.flex_box{
	align-items: start !important;
}
.box2_li .box2_li1 a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	margin-bottom: 0.31rem;
}
.box2_li .box2_li2 a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 0.21rem;
}

.box2_center{
	width: 2.98rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
}
.box2_center .cont{
	margin-bottom: 0.23rem;
}
.box2_center .contway{
	margin-bottom: 0.14rem;
}
.box2_center .conticon .cicon{
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 0.18rem  0.18rem  0.18rem  0.18rem;
	margin-right: 0.18rem;
}
.box2_right{
	width: 1.81rem;
}
.box2_right .code{
	width: 1.81rem;
	height: 1.81rem;
}
.box2_right .codetxt{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.16rem;
}
.footer_box3{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: rgba(255,255,255,0.5);
}

.footer_box3 a:nth-child(2){
    margin:0 0.2rem;
}
.contact{
	position: fixed;
	top: 50%;
	right: 0.27rem;
	transform: translate(0,-50%);
	z-index: 9;
}

.contact .contactlist{
	width: 0.55rem;
	height: 0.55rem;
	margin: 0.08rem 0;
	position: relative;
	border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
.contact .contactlist_i{
	width: 100%;
	height: 100%;
	background: #D9D9D9;
	border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
	padding: 0 0.16rem;
	display: flex;
	align-items: center;
}

.contact .contactlist:hover .contactlist_i::before{
	content: '';
	width: 0;
	height: 0;
	display: block;
	border-top: 0.05rem solid transparent; /* 上侧边框透明 */
	border-bottom: 0.05rem solid transparent; /* 下侧边框透明 */
	border-right: 0.05rem solid #D64E27; /* 右侧边框为三角形底部 */
	position: absolute;
	left: -0.04rem;
	z-index: 8;

}
.contact .contactlist:last-child .contactlist_i:hover::before{
	display: none;
}
.contact .contactlist:hover .contactlist_i{
	background: #D64E27;
}
.contact .contactlist:last-child .contactlist_i{
	background: #D64E27 !important;
}
.contact .contactlist img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.contact .contactlist .phone{
	width: 2.2rem;
	height: 0.55rem;
	background: #D9D9D9;
	border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
	position: absolute;
	top: 0;
	right: 0rem;
	padding-left: 0.16rem;
	padding-top: 0.08rem;
	display: none;
	transition: all 0.6s;
	z-index: -1;
}
.contact .contactlist .phone span{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #898989;
	display: block;
	transition: all 0.6s;
}
.contact .contactlist .codegroup{
	width: 2.75rem;
	height: 1.4rem;
	background: #3075CF;
	border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
	position: absolute;
	right: 0.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: none;
	transition: all 0.6s;
}
.contact .contactlist .codegroup img{
	width: 1.2rem;
	height: 1.2rem;
}
.contact .contactlist:hover .phone{
	display: block;
}
.contact .contactlist:hover .codegroup{
	display: flex;
}
@media only screen and (max-width: 1024px) {
    .footer_box2>.flex_box{
        display: block;
        padding: 0.2rem 0;
    }
    .footer{
        padding: 0.4rem 0.3rem;
    }
    .footer_box1 .flex_box{
        display: block;
    }
    .footerphone{
        margin-top: 0.1rem;
    }
    .box2_left.flex_box{
        display: none;
    }
    .box2_center{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    }
    .box2_center .cont{
        margin-bottom: 0.1rem;
    flex: 0 0 42%;
    }
    .box2_center .conticon{
        flex: 0 0 42%;
    }
    .box2_right{
        margin: auto;
    }
}