.black {
    background-color: #000;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    width: 100%;
    z-index: 999;
}
.f_ul {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.f_ul .logo_z a,.f_ul .logo_z a img{
    float: left;
    height: 50px;
}
.nav_ul {
    display: flex;
}
.nav_ul li {
    line-height: 80px;
    height: 80px;
    display: inline-block;
}
.nav_ul li a.on, .nav_ul li a:hover {
    background-color: #FF9812;
    color: #000;
    display: inline-block;
    font-weight: bold;
}
.nav_ul li a {
    color: #fff;
    padding: 0 20px;
}

@media (max-width:991px) {

    .f_ul{
        width: 100%;
        display: block;
        height: auto;
    }
    .logo_z{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3rem;
        width: 22.1875rem;
        padding: 0 0.625rem;
    }
    .f_ul .logo_z a, .f_ul .logo_z a img{
        width: 7rem !important;
        margin-right: 0!important;
        height: auto;
    }
    .nav_ul{
        -webkit-overflow-scrolling: touch !important;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        width: 100%;
        background-color:rgba(0,0,0,.08);
    }
    .nav_ul li{
        height: 3rem;
        line-height: 3rem;
    }
    .nav_ul li a{
        white-space: nowrap;
        display: inline-block;
        padding: 0 0.875rem;
        font-size: 0.9375rem;
    }
}body{
    background-color: #f1f1f1 !important;
}
.map{
    background-color: #fff;
}
.cjl_sx {
    margin-bottom: 20px;
}
.map .k {
    padding: 20px;
}
.map .k {
    margin-bottom: 20px;
}
.two_top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.two_top h1, .two_top h2 {
    font-size: 20px;
    font-weight: bold;
}
.yl {
    margin-top: 10px;
}
.yl a {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    line-height: 24px;
}
@media (max-width:991px){
    .yl a{
        line-height: 2rem;
        width: 30%;
        text-align: center;
        background-color: #f8f8f8;
        margin-bottom: 10px;
    }
    .yl a:nth-child(3n){
        margin-right: 0;
    }
    }.color_a2{
    background: #fff;
    margin-top: 20px;
}
.color_a .footer3 a{
    color:#fff;
}
.footer3 {
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color:#fff;
}
.color_a2 p,.color_a2 p a{
    text-align: center;
    color: #333;
    font-size: 12px;
    padding: 0 10px;
    line-height: 24px;
}
.color_a2 p:last-child{
    padding-bottom: 20px;
}