﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
}

img {
    display: block;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none
}

.headerbox {
    width: 100%;
    height: 101px;
    overflow: hidden;
}

.index {
    width: 90%;
    margin: 0 auto;
}

.hb-logo {
    float: left;
    margin-top: 24px;
    margin-left: -28px;
    width: 18%;
}
.hb-logo img{
    width: 100%;
}
.hb-nav {
    float: left;
    margin-left: 2%;
}

.hb-nav li {
    float: left;
}

.hb-nav li a {font-size: 17px;margin-left: 45px;margin-top: 42px;display: block;color: black;}

.hb-right {
    float: right;
    width: 21%;
    text-align: right;
}

.hr-top {
    padding-top: 23px;
    float: right;
    width: 39%;
}

.hr-top img {
    width: 19%;
    margin-top: -5px;
    float: left;
}

.hr-top span {
    font-size: 15px;
    padding-left: 5px;
    letter-spacing: 1px;
    float: right;
    text-align: right;
}

.hb-right p {
    font-size: 16px;
    margin-top: 13px;
    float: right;
}

.banner {
    width: 100%;
    height: auto;
    display: inline-block;
}

.banner img {
    width: 100%;
}

.footer {
    background: #111;
    position: relative;
    z-index: 3;
}

.footer .footer_content {
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 6;
}

.footer .footer_content .footer_content_top {
    padding: 60px 0px;
    padding-bottom: 40px;
}

.footer .footer_content .footer_content_top .content_top_left {
    width: 46%;
    float: left;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list {
    width: 24%;
}

.fl {
    float: left;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dd {
    margin-bottom: 20px;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dd a {
    font-size: 14px;
    color: #fff;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a {
    font-size: 14px;
    color: #777777;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}

.footer .footer_content .footer_content_top .content_top_right {
    width: auto;
    float: right;
}

.fr {
    float: right;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.addressf_title a.on {
    color: #fb6a19;
}

.addressf_title a {
    display: inline-block;
    line-height: 42px;
    width: 110px;
    border: 1px solid #363636;
    color: #a3a3a3;
    font-size: 16px;
    text-align: center;
    margin-right: -5px;
    background: #2a2a2a;
}

.addressf .right_content_li.on {
    height: auto;
    opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.addressf .right_content_li {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.footer {
    width: 100%;
    background-color: #475268;
    height: auto;
    padding-bottom: 20px;
    display: inline-block;
}

.footer a {
    color: white;
}

.f-index {
    width: 90%;
    margin: 0 auto;
}

.f-top {
    width: 75%;
    height: auto;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 12px;
}

.f-top li {
    float: left;
}

.f-top li h3 {
    color: white;
    font-size: 16px;
    padding-right: 17px;
    margin: unset;
    padding-top: 2px;
}

.f-top li a {
    color: white;
    font-size: 15px;
    padding-right: 22px;
    line-height: 27px;
}

.f-bottom {
    width: 100%;
}

.f-bottom ul {
    width: 60%;
    float: left;
}

.f-bottom li {
    width: 33%;
    float: left;
    line-height: 27px;
    padding-top: 14px;
}

.f-bottom li h3 img {
    width: 9%;
    margin-right: 10px;
    margin-top: -5px;
}

.f-bottom li h3 {
    font-size: 19px;
    color: white;
}

.f-bottom li p {
    font-size: 13px;
    color: white;
    padding: 0px;
    margin: 0px;
}

.ewm {width: 12%;float: right;margin-top: -33px;text-align: right;}

.ewm h3 {font-size: 18px;color: white;font-weight: normal;letter-spacing: 2px;}

.ewm p {text-align: center;display: grid;width: 54%;margin-top: 11px;color: white;float: right;}

.ewm p img {
    width: 90%;
}

.f-bexx {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 15px;
}

.f-bex {
    width: 100%;
}

.f-bex p {
    text-align: center;
    line-height: 22px;
    color: white;
    font-size: 13px;
    padding-top: 10px;
}

.m_img {
    display: none;
}

.m_nav {
    display: none;
}
/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .msgNum {
        display: none;
    }

    .slider {
        margin-top: 44px;
    }

    .head {
        display: block;
    }

    .m_img {
        display: block;
        height: 44px;
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }

    .m_img .headlf {
        padding-top: 2px;
        padding-left: 5px;
        float: left;
    }

    .m_img .headlf .m_logo {
        height: 40px;
        display: block
    }

    .m_img .headrg {
        padding-right: 5%;
        padding-top: 14px;
        float: right;
        display: none;
    }

    .m_img .headrg a .m_menuimg {
        height: 16px;
        vertical-align: top;
        display: block
    }

    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }

    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .m_nav .closeicon {
        position: absolute;
        width: 20%;
        left: 15px;
        top: 2%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }

    .m_nav .m_navList ul {
        padding-left: 5%;
        padding-right: 5%
    }

    .m_nav .m_navList ul li {
        border-bottom: 1px solid #232530
    }

    .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }

    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }

    .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }

    .icon {
        background: url(../images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .icon_on {
        background: url(../images/reduce.jpg) 50% no-repeat !important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }

    .headerbox {
        width: 100%;
        height: 101px;
        overflow: hidden;
        display: none;
    }

    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }

    .banner {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 12%;
    }

    .f-index {
        width: 93%;
        margin: 0 auto;
    }

    .f-top {
        width: 100%;
        height: auto;
        padding-top: 15px;
        border-bottom: 1px solid #ccc;
        display: inline-block;
        padding-bottom: 12px;
    }

    .f-bottom li {
        width: 100% !important;
        float: left;
        line-height: 27px;
        padding-top: 14px;
    }

    .ewm {
        width: 100%;
        float: right;
        margin: 0 auto;
        margin-top: 8%;
    }

    .information {
        width: 100%;
        height: 67px !important;
        background: url(../images/information.png) no-repeat;
        background-position-x: center;
        background-size: 100% !important;
    }
    .ewm h3{
        text-align: center;
    }
    .ewm p {
        text-align: center;
        display: inline-block;
        width: 54%;
        margin-top: 11px;
        color: white;
        float: none;
        margin: 0 auto;
        display: grid;
        margin-top: 5%;
    }
}
