* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

h2,
dl,
ol,
ul {
    margin-bottom: 0;
}
.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: start;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.flex-column {
    flex-direction: column;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-box {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 999999;
    padding: 6px 5px;
    background: #000000cc;
    border-radius: 4px;
    display: none;
}

#sm_menu_ham {
    cursor: pointer;
    float: right;
    width: 25px;
    height: 19px;
    -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: 25px;
}

#sm_menu_ham span:nth-child(1) {
    top: 0;
}

#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
    top: 8px;
}

#sm_menu_ham span:nth-child(4) {
    top: 16px;
}

#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;
}

/*  */
header {
    background: url(../img/1.png) 0 0/cover no-repeat;
    padding: 20px 0;
}

.head-right {
    height: 100px;
}
 
.head-search input {
    background: #002D65;
    border-radius: 4px;
    line-height: normal;
    font-size: 16px;
    outline: 0;
    border: 0;
    padding: 10px 70px 10px 17px;
    width: 100%;
    color: #fff;
}

.head-search input::placeholder {
    color: #fff;
}

.head-search {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    max-width:300px
}

.head-search .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 16px;
    background: #0088FF;
    color: #fff;
    border-radius: 0 4px 4px 0;
}

.head-search .btn i {
    padding-right: 0;
}

.head-right-link {
    text-align: right;
}

.head-right-link a {
    font-size: 16px;
    color: #fff;
    transition: all .3s ease;
}

.head-right-link a:hover {
    color: #0088FF;
}

.head-right-link span {
    font-size: 16px;
    color: #fff;
    margin: 0 20px;
}

footer {
    background: url(../img/4.png) 0 0/cover no-repeat;
}

.foot-top {
    padding: 19px 0;
}

.foot-logo-img {
    margin-right: 30px;
}

.foot-dizhi {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.foot-mr {
    margin-right: 20px;
}

.foot-ewm {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
}

.foot-ewm img {
    width: 100%;
    height: 100%;
}

.ewm-text {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.foot-up-bg {
    background: #002D65;
}

.foot-up {
    padding: 14px 0;
    font-size: 14px;
    color: #fff;
}

.foot-up a {
    color: #fff;
}

.foot-up a:hover {
    color: #0088FF;
}

.foot-up-mr {
    margin-right: 20px;
}

/* 导航栏 */
.navigation-second {
    display: none;
}

.head-nav-ul>li.on1 i {
    transition: all .3s ease;
    transform: rotate(90deg);
}

.bodymiss {
    overflow: hidden;
}

/* 新增 */
.wp_search,
.wp_search table,
.head-top-search form {
    width: 100%;
}

.wp_search table {
    line-height: 0;
    width:100%;
}

.wp_search .search {
    background: #0088FF url(../img/search.svg) center/40% no-repeat;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 100%;
    border-radius: 0 4px 4px 0;
}

.head-search .keyword {
    width: 100%!important;
}

/* 新增导航栏 */

.wp_nav {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
}

.wp_nav .nav-item .mark {
    display: none !important;
}

.wp_nav>.nav-item {
    width: 100%;
    text-align: center;
    /* position: relative; */
}

.wp_nav .sub-nav {
    width: 100% !important;
    position: absolute;
    top: 100% !important;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: all .3s ease;
    border: 0 none !important;
}

.wp_nav>.nav-item:hover .sub-nav {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}
.wp_nav .sub-nav .nav-item a {
    border-top: 0 none!important;
}

.wp_nav span {
    width: 100% !important;
    text-align: center !important;
}

.wp_nav>.nav-item.parent>a,
.wp_nav>.nav-item.selected>a {
    font-weight: bold;
    background: linear-gradient(180deg, rgba(0, 93, 220, 0) 0%, #0BBAFB 100%)!important;
    color:#fff!important;
}

.daohang-box .wp_nav .sub-nav .nav-item a.parent:hover{
    background:#005DDC!important;
    color:#fff!important;
}

.wp_nav .sub-nav .sub-nav{
    top:0!important
}

.daohang-box .wp_nav>.nav-item>a.parent{
    background: linear-gradient(180deg, rgba(0, 93, 220, 0) 0%, #0BBAFB 100%)!important;
}



@media screen and (min-width:1024px) {

    /* 导航栏 */
    .shouji-nav i {
        display: none;
    }

    .daohang-box {
        background: #005DDC;
    }

    .head-nav-link {
        width: 100%;
        font-size: 18px;
        color: #fff;
        text-align: center;
        justify-content: center;
        padding: 11px 0;
        transition: all .3s ease;
    }

    .head-nav-ul>li {
        width: 100%;
        position: relative;
    }

    .head-nav-ul>li:hover .head-nav-link {
        color: #fff;
    }

    .head-nav-ul>li.active .head-nav-link,
    .head-nav-ul>li:hover .head-nav-link {
        background: linear-gradient(180deg, rgba(0, 93, 220, 0) 0%, #0BBAFB 100%);
    }


    .list-box {
        display: none;
    }

    .navigation-second {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%);
        min-width: 100%;
        white-space: nowrap;
        text-align: center;
        z-index: 100;
        background: #fff;
        box-shadow: 0px 2px 6px 0px rgba(87, 123, 177, 0.3);
        display: none !important;
    }

    .navigation-ol-link {
        display: block;
        color: #313131;
        height: 51px;
        line-height: 51px;
        padding: 0 17px;
        font-size: 16px;
        transition: all .3s ease;
    }

    .navigation-ol>li:hover .navigation-ol-link {
        background: #005DDC;
        color: #fff;
    }

    .head-nav-ul>li:hover .navigation-second {
        display: block !important;
    }

    .navigation-ol>li {
        position: relative;
    }

    .navigation-third {
        position: absolute;
        left: 100%;
        top: 0;
        display: none;
        min-width: 100%;
        white-space: nowrap;
        text-align: center;
        background: #fff;
        box-shadow: 0px 2px 6px 0px rgba(87, 123, 177, 0.3);
    }

    .navigation-third a {
        display: block;
        color: #313131;
        height: 51px;
        line-height: 51px;
        padding: 0 17px;
        font-size: 16px;
        transition: all .3s ease;
    }

    .navigation-third a:hover {
        background: #005DDC;
        color: #fff;
    }

    .navigation-ol>li:hover .navigation-third {
        display: block;
    }

    .wp_nav>li:nth-last-of-type(1)>.sub-nav .sub-nav {
        left: -100% !important;
    }
}

@media screen and (max-width:1250px) {
    .head-img img {
        width: 650px;
    }
}

@media screen and (max-width:1023px) {
    .list-box {
        display: block;
    }

    .head-img img {
        width: 90%;
    }

    .head-img {
        text-align: center;
    }

    .head-all {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .head-all>div {
        width: 100%;
    }

    .head-search {
        display: none;
    }

    .head-right {
        height: auto;
    }

    .head-right-link {
        text-align: left;
    }

    /* 导航栏 */
    .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0E326C;
        z-index: 99;
        padding-top: 45px;
        overflow: scroll;
        display: none;
    }

    .head-nav-ul {
        flex-direction: column;
    }

    .head-nav-ul>li {
        width: 100%;
    }

    .shouji-nav>a {
        font-size: 24px;
        color: #fff;
        padding: 0 20px;
        height: 80px;
        line-height: 80px;
        font-weight: 700;
        display: block !important;
        width: 100%;
    }

    .navigation-ol-link {
        display: block;
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        padding: 10px 40px;
        height: 55px;
    }

    .shouji-nav {
        position: relative;
    }

    .shouji-nav i {
        font-size: 20px;
        color: #fff;
        position: absolute;
        right: 10px;
        z-index: 1;
        height: 80px;
        line-height: 80px;
        padding: 0 20px;
    }

    /* 0401 */
    .navigation-third a {
        display: block;
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        padding: 8px 60px;
    }
}