

@media (max-width:992px) {




    .footer-conter{
        display: unset!important;
    }
    .fotter-left {
        width: 200px;
        margin: 0 auto 20px;
    }
    .message{
        margin: 0 auto;
    }
    .copyright{
        margin-top: 20px!important;
        line-height: unset!important;
        display: unset!important;
        text-align: center;
    }
    .hotline {
        width: 324px;
        margin: 0 auto 20px;
    }
    /* .footer-logo{
        width: 200px;
        margin: 0 auto;
    } */
}
@media (max-width:768px) {

}
@media (max-width:576px) {

}
@media (max-width:414px) {
    .footer-nav{
        padding-top: 35px!important;
    }
    .official dl{
        margin: 0 10px;
    }
    .official dt{
        font-size: 20px!important;
        margin-bottom: 12px!important;
    }
    .official dd a{
        font-size: 12px!important;
        line-height: 20px!important;
    }
}
@media (max-width:375px) {
    .official dt{
        font-size: 18px!important;
        margin-bottom: 6px!important;
    }
    p{
        margin-bottom: 12px!important;
    }
}
@media (max-width:360px) {
    .footer-nav{
        padding-top: 20px!important;
    }
    p{
        margin-bottom: 10px!important;
    }
}

/* 查看底部 */
.viewbottom {
    position: fixed;
    bottom: -40px;
    right: 7%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #999999;
}

.viewbottom p {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 60px;
    /*font-family: "syhtm";*/
}

/* 底部导航 */
.footer-bottom {
    width: 100%;
    position: fixed;
    bottom: -500px;
    left: 0;
    background-color: #ffffff;
    z-index: 1050;
    display: none;

}

.footer-nav {
    width: 87.5%;
    margin: 0 auto;
    padding-top: 65px;
    position: relative;
}

.footer-conter {
    display: flex;
    justify-content: space-between;
}

/* left */
.footer-logo img {
    /*width: 46px;*/
    height: 65px;
    float: left;
    /*margin-right: 10px;*/
}

.footer-logo h3 {
    font-size: 21px;
    color: #000000;
    /*font-family: "syhtb";*/
}

.footer-logo p {
    font-size: 8.7px;
    color: #666666;
    /*font-family: "pingfangm";*/
}

.hotline p {
    /*font-family: "syhtm";*/
    font-size: 16px;
    color: #666666;
}

.message {
    /*font-family: "syhtm";*/
    width: 158px;
    height: 38px;
    border: 1px solid rgba(0, 0, 0, .1);
    line-height: 38px;
    font-size: 14px;
    padding: 0 20px;
}
.message img{
    width: 5px;
    height: 6px;margin-bottom: 3px;
}
/* 官方信息 */
.official {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.official dt {
    /*font-family: "syhtm";*/
    font-size: 22px;
    color: #444444;
    margin-bottom: 18px;
    font-weight: normal;
}

.official dd a {
    /*font-family: "syhtm";*/
    font-size: 14px;
    color: #666666;
    line-height: 32px;
}


/* footer-right */
.wechatcode img {
    display: block;
    width: 105px;
    height: 105px;
    margin: 0 auto 15px;
}

.wechatcode p {
    /*font-family: "syhtm";*/
    text-align: center;
    font-size: 14px;
    color: #666666;
}

/* 版权 */
.copyright {
    width: 100%;
    height: 100px;
    line-height: 100px;
    display: flex;
    justify-content: space-between;
    margin-top: 98px;
}

.copyright p {
    /*font-family: "syhtm";*/
    font-size: 14px;
    color: #999999;
}

.copyright p img {
    width: 24px;
    height: 20px;
}

/* 收起底部 */
.pack-up {
    position: absolute;
    top: -40px;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: #999999;
    border-radius: 50%;
}
.pack-up p{
    /*font-family: "syhtm";*/
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 8px;
}
.pack-up img {
    display: block;
    width: 26px;
    height: 35px;
    margin: -10px auto;
    color: #fff;
}
.mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1031;
}
@media (max-width:1140px) {
	.official dt {

    font-size: 20px;
}
	
}
.copyright p a{
	color: #999999 !important;
}





