﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

label,
h2,
dl,
ol,
ul {
    margin-bottom: 0;
}

.list-box {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 999999;
    padding: 12.5px 10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}

#sm_menu_ham {
    cursor: pointer;
    float: right;
    width: 30px;
    height: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

    #sm_menu_ham span {
        background-color: #fff;
        border-radius: 5px;
        display: block;
        height: 2px;
        left: 0;
        opacity: 1;
        position: absolute;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.25s ease-in-out 0s;
        -moz-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        width: 30px;
    }

        #sm_menu_ham span:nth-child(1) {
            top: 0;
        }

        #sm_menu_ham span:nth-child(2),
        #sm_menu_ham span:nth-child(3) {
            top: 10px;
        }

        #sm_menu_ham span:nth-child(4) {
            top: 20px;
        }

    #sm_menu_ham.open span:nth-child(1) {
        left: 50%;
        top: 18px;
        width: 0;
    }

    #sm_menu_ham.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #sm_menu_ham.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #sm_menu_ham.open span:nth-child(4) {
        left: 50%;
        top: 18px;
        width: 0;
    }

.bodymiss {
    overflow: hidden;
}

.nav-tabs {
    border-bottom: 0;
    margin: 0;
}

.head-bg {
    background: url(../image/1.png) 0 0/cover no-repeat;
}

.head-top {
    padding: 4px 0;
    font-size: 14px;
    color: #fff;
}

.head-line {
    margin: 0 5px;
}

.search-box {
    border: 1px solid #1E51A8;
    border-radius: 20px;
    position: relative;
    background: #fff;
}

    .search-box input {
        border: 0;
        outline: 0;
        font-size: 14px;
        color: #999999;
        padding: 8px 17px;
        background: transparent;
        width: 370px;
    }

    .search-box .btn {
        font-size: 16px;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        background: #1E51A8;
        white-space: nowrap;
        border-radius: 0 18px 18px 0;
        padding: 0 10px;
        height: 100%;
    }

.head-cont {
    padding: 60px 0;
}

footer {
    background: #41587D;
    font-size: 13px;
    color: #ADBFD7;
    padding: 10px 0;
}

    footer a {
        color: #ADBFD7;
        transition: all .3s ease;
    }

        footer a:hover {
            color: #fff;
        }

.foot-text {
    margin: 5px 0;
}

    .foot-text img {
        width: 18px;
        margin-right: 3px;
    }

@media screen and (min-width:1024px) {

    .foot-pad {
        padding: 0 216px;
    }

    .nav-bg {
        background: linear-gradient(#1E51A8 0%, #336DD1 100%);
    }

    .nav-ul {
        width: 100%;
    }

    .nav-links {
        font-size: 20px;
        color: #fff;
        height: 58px;
        line-height: 58px;
        display: block;
        text-align: center;
        padding: 0 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .nav-links img {
            width: 16px;
            margin-right: 5px;
        }

    .nav-ul .active .nav-links {
        background: linear-gradient(#087DFF 0%, #336DD1 100%);
        font-weight: 700;
    }

    .nav-ul > li:hover .nav-links {
        color: #fff;
        background: linear-gradient(#087DFF 0%, #336DD1 100%);
    }

    .nav-ul > li {
        position: relative;
    }

        .nav-ul > li::after {
            content: "";
            display: none;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px;
            border-color: transparent transparent #fff;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%);
        }

        .nav-ul > li:hover::after,
        .nav-ul > li.active::after {
            display: block;
        }

        .nav-ul > li:hover .nav-second {
            display: block;
        }

    /* 二级 */
    .nav-second {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 10;
        text-align: center;
        border-bottom: 4px solid #1e51a8;
        padding: 10px 0;
        display: none;
    }

        .nav-second li {
            margin: 8px 0;
        }

        .nav-second a {
            font-size: 16px;
            color: #333;
        }

            .nav-second a:hover {
                color: #1e51a8;
            }

    /*  */
    .list-box {
        display: none;
    }
}


@media screen and (max-width:1300px) {
    .nav-ul > li {
        width: 100%;
    }

    .nav-links {
        padding: 0;
        width: 100%;
        display: block;
    }

    .foot-pad {
        padding: 0 60px;
    }
}

@media screen and (max-width:1023px) {
    .foot-pad {
        padding: 0;
    }

    .nav-links img {
        display: none;
    }

    .head-cont {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .search-box {
        margin-top: 20px;
    }

    /* 导航 */
    .nav-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 99;
        padding-top: 45px;
        overflow: scroll;
        display: none;
    }

    .nav-ul {
        flex-direction: column;
        width: 100%;
    }

        .nav-ul > li > a {
            font-size: 24px;
            color: #fff;
            padding: 0 20px;
            height: 60px;
            line-height: 60px;
            font-weight: 700;
            display: block !important;
            width: 100%;
        }

        .nav-ul > li {
            position: relative;
        }

            .nav-ul > li:not(:first-of-type)::after {
                content: "\f112";
                font: normal normal normal 12px/1 LineAwesome;
                position: absolute;
                top: 22px;
                right: 0;
                z-index: 1;
                color: #fff;
                font-size: 16px;
                padding-left: 30%;
            }

    /* 二级 */
    .nav-second a {
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        padding: 10px 40px;
        height: 55px;
        display: block;
    }

    .nav-second {
        display: none;
    }

    .nav-ul > li.iph-active .nav-second {
        display: block;
    }

    .nav-ul > li.iph-active::after {
        content: "\f110";
    }

    .foot-box {
        flex-wrap: wrap;
        text-align: center;
    }

        .foot-box > div {
            width: 100%;
        }
}



@media screen and (max-width:600px) {
    .head-cont img {
        width: 100%;
        max-width: 400px;
    }

    .search-box,
    .search-box input {
        width: 100%;
        max-width: 370px;
    }

        .head-top,
        .search-box input,
        .search-box .btn {
            font-size: 12px;
        }

        .search-box input {
            padding: 5px 10px;
        }

    .head-cont {
        padding: 35px 0;
    }
}
