@charset "utf-8";
/*  头部  */

/* .head {
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 9;
    width: 100%;
} */

/* 
.head.on { 
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
} */

/* .head.on .top_text {
    display: none;
} */

.head .tel {
    text-align: right;
    color: #FF1240;
}

.head .tel .phone span,
.head .tel .href a {
    color: #FF1240;
}

.head .tel .href a {
    margin-right: 15px;
}

.head .tel .phone span {
    margin-right: 5px;
    vertical-align: middle;
}

.head .tel .phone a {
    margin-left: 5px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
    color: #fff;
    background-color: #FF1240;
    vertical-align: middle;
}

/*  */

.head .h-banner {
    height: 960px;
    background: url(../img/banner.jpg)no-repeat center/cover;
}

.head .h-banner .wrap_box {
    padding-top: 130px;
    position: relative;
}

.head .h-banner .wrap_box .ico_box {
    position: absolute;
    right: 0;
    top: 200px;
}

.head .h-banner .wrap_box .ico_box .ico-2 {
    position: absolute;
    left: 0px;
    bottom: 30px;
}

.head .top_text {
    background-color: #eee;
}

.head .top_text a {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 40px;
    /* color: #fff; */
}

.head .top_text a:last-child {
    margin-right: 5%;
}

.head .h-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* .head.on {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .1);
} */

.head.on .h-nav .u1>li a {
    color: #333;
}

.head.on .h-nav .u1>li.on {
    border-bottom: 2px solid #004690;
}

.head .row {
    align-items: center;
}

.head .jd a {
    padding-right: 10px;
}

.head .h-nav {
    margin: 0 auto;
    background-color: #00B1F1;
    border-bottom: 3px solid #71c517;
}

.head .h-nav .u1 {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    align-items: center;
    line-height: 60px;
}

.head .h-nav .u1:after {
    display: none;
}

.head .h-nav .u1>li {
    width: 100%;
    text-align: center;
    position: relative;
    /* border-bottom: 2px solid transparent; */
}

.head .h-nav .u1>li .on,
.head .h-nav .u1>li>a:hover {
    color: #fff;
    background-color: #93D250;
}

.head .h-nav .u1>li::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40%;
    position: absolute;
    background-color: rgb(234 237 240 / 80%);
    right: 0;
    top: 30%;
}

.head .h-nav .u1>li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.head .h-nav .u2 {
    /* min-width: 200px; */
    /* width: 100%; */
    position: absolute;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: #93D250;
    transition: all .5s ease;
    transform: translateY(0) scaleY(.1);
    transform-origin: top;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.head .h-nav .u1>li:hover .u2 {
    visibility: visible;
    transform: translateY(0) scaleY(1);
    opacity: 1;
}

.head .h-nav .u2 li {
    text-align: center;
    line-height: 45px;
}

.head .h-nav .u2 li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.head .h-nav .u2 li a:hover {
    font-weight: bold;
    background-color: #71c517;
}

/* ********* 底部 ********* */

.foot {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333;
    line-height: 2;
}

.foot a {
    color: #ddd;
}

.foot .top {
    padding-top: 50px;
    padding-bottom: 10px;
    background: url(../img/f-top.jpg)no-repeat center;
}

.foot .top ul {
    justify-content: space-around;
}

.foot .top ul .f22 {
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-bottom: 2px solid #eeb60e;
}

.foot .top .wx-ma {
    justify-content: space-around;
}

.foot .bot {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/footer.jpg)no-repeat center/cover;
}

/* QQ悬浮 */

.nav_bar {
    position: fixed;
    right: 0;
    z-index: 999;
    bottom: 15%;
}

.nav_bar li {
    position: relative;
    margin-bottom: 1px;
    width: 70px;
    height: 70px;
    color: #004690;
    /* background-color: #004690; */
}

.nav_bar li .img {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    background-color: #ddd;
    border-radius: 3px;
    overflow: hidden;
    transition: all .3s ease-out;
}

.nav_bar li .img:hover {
    color: #fff;
    background-color: #004690;
}

.nav_bar li .img span {
    font-size: 26px;
    line-height: 1;
}

.nav_bar li .img p {
    width: 100%;
    font-size: 14px;
}

.nav_bar li .text {
    position: absolute;
    right: calc(100% + 1px);
    top: 0;
    font-family: Impact;
    width: 100%;
    min-width: 220px;
    color: #fff;
    background-color: #004690;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    font-weight: lighter;
    visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
}

.nav_bar li .text a {
    font-size: 22px;
}

.nav_bar li:hover .text {
    visibility: visible;
}

.m_block {
    display: none;
}

.shouji_nav {
    display: none;
    background-color: #00b1f1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.shouji_nav a {
    width: 100%;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 40px;
}

.shouji_nav a img {
    width: 18px;
    vertical-align: text-bottom;
}

@media(max-width:992px) {

    html {
        font-size: 14px;
    }

    .head .h-nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #444;
        z-index: 99;
        transition: all .3s;
    }

    .head .h-nav.on {
        left: 0;
    }

    .pb-5,
    .py-5 {
        padding-bottom: 1rem !important;
    }

    .pt-5,
    .py-5 {
        padding-top: 1rem !important;
    }


    .m_block {
        display: block;
    }

    .shouji_nav {
        display: flex;
    }

    .head .top_text,
    .head .phone .f26,
    .head .phone small,
    .nav_bar {
        display: none;
    }

    .head .tel .phone a {
        font-size: 12px;
    }

    .head .tel .phone a {
        padding-left: 10px;
    }

    .head .tel .phone a {
        padding-right: 10px;
    }

    .foot {
        font-size: 12px !important;
        padding-bottom: 42px;
    }

    .head .h-nav .u1 {
        flex-wrap: wrap;
        padding-top: 50px;
    }

    .head .h-nav .u1>li a {
        font-size: 15px;
    }

    .head .tel .phone img {
        display: none;
    }

    .head .h-nav .u1>li::after {
        display: none;
    }


}