.top_bg.mini{
    display: none;
}
.home_nav_list>li:hover>a, .home_nav_list>li.on>a {
    color: #006CFF;
}
.home_nav_list>li>a:after, .home_nav_list>li>a:after{
    background-color: #006CFF;
}
.home_nav_list>li >a{
    border-bottom: 0;
}

.home_top{
    position: relative;
    z-index: 2;
    border: 0;
}
.home_top_left{
    max-width: 200px;
}
.home_top_left .white{
    display: none;
}
.home_top_right .white{
    display: none;
}

.new_footer {
    background: #193F9E;
    position: relative;
}
.footer_logo{
    width: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    margin: auto;
    border-bottom: 1px solid #4765B1;
}
.footer_logo_img{
    height: 40px;
}
.footer_logo_txt{
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #4765B1;
}

.home_footer_con{
    background: none;
}
.home_footer_bottom{
    background: none;
    font-size: 13px;
    opacity: 0.7;
}
.home_footer_content{
    border-bottom: 1px solid #4765B1;
}
.home_footer_bottom_p1 img{
    height: 16px;
}
.home_footer_bottom_p1 .mail{
    height: 12px;
}
.home_footer_middle1{
    width: 53%;
}
.home_footer_middle2{
    width: 25%;
}
.home_footer_middle3{
    width: 22%;
    text-align: right;
}
.home_footer_middle3_link{
    max-width: 100%;
    text-align: center;
}
.home_footer_lists li {
    width: 100%;
}
.home_footer_middle3_link{
    margin-top: 0;
    padding: 15px 0;
}
.home_footer_middle3_link img{
    width: 22px;
    height: 22px;
}
.home_footer_left1, .home_footer_p1{
    margin: 0 0 20px;
}
.home_tel{
    font-size: 24px;
}
.home_tel img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
}

.top_tit{
    line-height: 50px;
    font-weight: bold;
    font-size: 30px;
    color: #000;
}
.top_tit:after{
    content: '';
    width: 30px;
    height: 2px;
    background: #B59868;
    display: block;
    margin: 5px auto 0;
}
.top_txt{
    line-height: 50px;
    font-size: 18px;
    color: #999;
}
.top_content{
    line-height: 26px;
    margin-top: 30px;
    font-size: 16px;
    color: #333;
}
.police{
    margin-left: 20px;
}
.police .icon{
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 0 5px 0 0;
    opacity: 1;
}
.back_home{
    width: 90px;
    padding: 15px 0;
    background: #fff;
    color: #C0A77F;
    font-size: 14px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    position: fixed;
    right: 10px;
    top: 55vh;
    z-index: 999;
    text-align: center;
}
.back_home:hover{
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    cursor: pointer;
}
.back_home img{
    width: 30px;
    height: 30px;
    display: block;
    margin: 5px auto;
}

/* 适配 */
@media (min-width: 768px) and (max-width: 1340px){    
    .home_top_left {
        width: 180px;
    }
    .home_nav_lists {
        top: 84px;
    }
    .home_nav_list>li >a {
        padding: 32px 12px;
    }
    .home_top_right a img {
        width: 14px;
        height: 14px;
        margin: 3px 2px 0 0;
        vertical-align: top;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .home_footer_left{
        width: 30%;
    }
    .home_footer_middle{
        width: 70%;
    }
    .home_footer_middle1{
        width: 44%;
    }
    .home_footer_middle2{
        width: 26%;
    }
    .home_footer_middle3{
        width: 30%;
    }
    .police{
        display: block;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .top_bg{
        display: none;
    }
    .top_bg.mini{
        display: block;
    }
    .footer_logo{
        padding: 20px 0;
        display: block;
        text-align: center;
    }
    .footer_logo_img{
        display: block;
        margin: auto;
    }
    .footer_logo_txt{
        font-size: 24px;
        margin: 15px auto auto;
        padding-left: 0;
        border-left: 0;
    }
    .home_footer_middle3{
        width: 100%;
        text-align: right;
    }
    .home_footer_middle3_link{
        width: 100%;
    }
}

@media (max-width: 989px) {
    .home_top_right{
        display: none;
    }
    .home_footer_middle2{
        width: 100%;
    }
    .back_home{
        display: none;
    }
}

@media (max-width: 1300px) {
    .partner .title{
        margin-top: 12vh;
    }
    .partner .sub{
        margin-top: 0;
    }
    .partner .swiper-company{
        margin: 2vh auto;
    }
    .footer_logo{
        padding: 20px 0;
    }
    .footer_logo_img{
        height: 30px;
    }
    .footer_logo_txt{
        line-height: 30px;
        font-size: 20px;
    }
    .home_footer_content{
        padding: 20px 0;
    }
    .home_footer_bottom{
        font-size: 12px;
    }
    .home_footer_p1{
        font-size: 14px;
    }
    .home_footer_bottom_p1 img{
        height: 12px;
    }
    .home_footer_bottom_p1 .mail{
        height: 12px;
    }
    .home_footer_middle3_link{
        padding: 10px 0;
    }
    .home_footer_middle3_link img{
        width: 22px;
        height: 22px;
    }
    .home_tel{
        font-size: 20px;
    }
    .home_tel img{
        width: 20px;
        height: 20px;
    }
}
