.footer1 {
	background-color: rgba(54, 56, 64, 1);
	padding-top: 0.8rem;
	padding-bottom: 0.35rem;
}


.footer1 .main hr {
	border: none;
	background-color: rgba(86, 86, 86, 1);
	height: 0.01rem;
	margin-top: 0.2rem;
	display: none;
}







.footer1 .main>.flex_box1 .footer_logo {
	max-width: 5.37rem;
	margin-top: 0.2rem;
}

.footer1 .main>.flex_box1 {
	flex: 0 0 3.7rem;
}
.footer1 .main>.flex_box1 p {
    color: #fff;
    font-size: 0.24rem;
}

.footer1 .main>.flex_box2 {
	flex: 0 0 2.8rem;
}
.footer1 .main>.flex_box3 {
	flex: 0 0 3.4rem;
}
.footer1 .main .f_title {
    color: #fff;
    width: fit-content;
    
}

.footer1 .main .f_title::after {
    content: '';
    width: 100%;
    height: 0.02rem;
    background: red;
    display: block;
    margin-top: 0.1rem;
}
.footer1 .main .flex_box2 .flex_box {
    margin-top: 0.2rem;
}
.footer1 .main .flex_box21 {
    flex: 0 0 0.9rem;
}
.footer1 .main .flex_box21 img {
    max-width: 0.9rem;
    height: 0.9rem;
}
.footer1 .main .flex_box22 {
    padding-left: 0.1rem;
}
.footer1 .main .flex_box22 p {
    color: #aaa;
    font-size: 0.16rem;
    line-height: 2;
}
.footer1 .main .flex_box3 .c_info {
    margin-top: 0.17rem;
}
.footer1 .main .flex_box3 .c_info p {
    color: #aaa;
    font-size: 0.16rem;
    line-height: 2;
}











.footer1 .footer_nav {
	justify-content: space-between;
	margin-top: 0.25rem;
}

.footer1 .footer_nav .level1_a {
	font-size: 0.14rem;
	font-weight: bold;
	color: #FFFFFF;
}

.footer1 .footer_nav .level2_a {
	color: rgba(204, 204, 204, 1);
	font-size: 0.12rem;
	line-height: 0.24rem;
}

.footer1 .footer_nav>.level1 {
	flex: 0 0 auto;
}
.footer1 .footer_nav .level2_list {
	margin-top: 0.2rem;
}

.footer1 .footer_contact .tel {
	margin-top: 0.25rem;
}

.footer1 .footer_contact .title {
	font-size: 0.18rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.56rem;
	display: none;
}

.footer1 .footer_contact img {
	width: 0.26rem;
	height: 0.26rem;
	margin-right: 0.1rem;
}

.footer1 .tel a {
	color: rgba(254, 254, 254, 1);
}

.footer1 .add {
	margin-top: 0.15rem;
}

.footer1 .add p {
	color: rgba(254, 254, 254, 1);
	font-size: 0.16rem;
	line-height: 0.3rem;
}

.footer1 .footer_info {
	color: rgba(254, 254, 254, 1);
	font-size: 0.16rem;
	line-height: 0.3rem;
	margin-top: 0.3rem;
}
.footer1 .footer_info a {
	display: inline;
}
.footer2 {
	background: rgba(17, 17, 17, 1);
	line-height: 0.5rem;
	height: 0.5rem;
}
.footer2 .main p {
	flex: 0 0 auto;
	font-size: 0.14rem;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 0.5rem;
	margin: 0 0.03rem;
}
.footer2 .main {
	justify-content: center;
}


@media only screen and (max-width: 1024px) {
    .footer1{
        padding: 0.4rem 15px;
    }
    .footer1 .flex_box{
        display: block;
    }
    .footer1 .main>.flex_box1 p{
        font-size: 14px;
        text-align: center;
    }
    .footer1 .main>.flex_box1 .footer_logo{
        max-width: 3.37rem;
        margin: auto;
    }
    .footer1 .main .flex_box22 p,.footer1 .main .flex_box3 .c_info p,.footer2 .main p,.footer1 .main .f_title{
        font-size: 12px;
    }
    .footer1 .main .flex_box2 .flex_box{
        display: flex;
    }
    .footer1 .main>.flex_box2,.footer1 .main>.flex_box3{
        margin-top: 20px;
    }
    .footer2 .main{
        display: block;
    }
    .footer2 .main p{
        line-height: 0.5rem;
        text-align: center;
    }
    .footer2{
        height: auto;
    }
    .footer_logo img{
        height:auto;
    }
}