/*底部友情链接*/
.footer{
    text-align: center;
    color: #acacac;
    min-width: 100%;
    width: 100%;
    line-height: 20px;
    /*padding: 0 0 26px;*/
    background-color: #ffffff;
    position: relative;
    margin-top: 20px;
    /*top: -7px;*/
}
.friend_link {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    position: relative;
    background: white;
    z-index: 7;
}
.friend_link_text {
    color: #1C1C1C;
    font-size: 18px;
    letter-spacing: 2px;
}
.link_lists{
    width: 96%;
    text-align: left;
    padding-left: 3%;
}
.link_lists a {
    width: 660px;
    height: 69px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
}
.logo_list ul{
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.logo_list li {
    width: 19%;
    display: inline-block;
    margin-bottom: 3px;
}

.logo_list {
    width: 92%;
    background: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.logo_list_img {
    border-radius: 10px;
    width: 100%;
    display: inline-block;
}
.about_us {
    background: #1E1B1C;
    padding: 10px 0;
}
.about_us p{
    text-align: left;
    width: 86%;
    font-size: 11px!important;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #666666;
    margin: 5px auto 0;
    box-sizing: border-box;
}

.about_us p:nth-child(1){
    width: 92%;
    line-height: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: space-between;*/
}
.about_us p:nth-child(1) a {
    font-size: 12px!important;
    font-family: PingFang SC;
    font-weight: 500;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_us p:nth-child(1) em {
    margin: 0 2.4%;
}

.about_us p span a {
    color: #666666!important;
}
#foot_beian a {
    color: #666666!important;
}


.about_us em{
    font-style: normal;
    /* margin: 0 10px; */
}
.about_us em:nth-child(8n){
    margin: 0;
    display: none;
}
.bottom_icon{
    width: 92%;
    margin: 0 auto;
    /* width: 100%; */
    font-size: 12px;
    font-family: FZLanTingHei-R-GBK;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom_icon a{
    color: #C1C1C1;
}
.bottom_icon img{
    width: 12px;
    height: 13px;
    margin-top: -3px;
}
.bottom_left,.bottom_right{
    /* width: 42%; */
    display: inline-block;
}
.bottom_left{
    /* text-align: left; */
}
.bottom_right{
    /* text-align: right; */
}

.copyright-foot{
    width: 1200px;
    margin:0 auto;
}

.copyright-left{
    display: inline-block;
    margin-right: 20px;
}
.qrcode-pic{
    width: 122px;
    height: 122px;
}
.copyright-right{
    display: inline-block;
    width: 70%;
    line-height: 35px;
    text-align: left;
}
.zhaosy-gzh{
    clear: both;
}
.footer a{
    color: #C1C1C1!important;
}
