* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

.content{
 flex:1;
}

.wp_nav .nav-item a span.item-name{
 padding:0;
}

h2,
dl,
ol,
ul {
    margin-bottom: 0;
}

.list-box {
    position: fixed;
    top: 3px;
    right: 3px;
    z-index: 999999;
    padding: 6px 5px;
    /*background: #000000cc;*/
    border-radius: 4px;
}
#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;
}

.head-logo-link {
    max-width: 553px;
    width: 100%;
    display: inline-block;
}

.head-logo-link img {
    width: 100%;
}

.head-top {
    height: 140px;
    flex-wrap: wrap;
}

.head-right,
.head-right a {
    font-size: 14px;
    color: #fff;
}

.head-right li {
    margin: 0 6px;
}

.search-box {
    cursor: pointer;
}

.bodymiss {
    overflow: hidden;
}

/*  */
.navigation-second {
    display: none;
}

.head-nav-ul>li.on1 i {
    transition: all .3s ease;
    transform: rotate(90deg);
}

/* 底部 */
footer {
    background: url(../img/3.png) 0 0/cover no-repeat;
    padding: 24px 0;
}

.foot-text{
    flex-wrap:wrap;
}

.foot-text>div {
    margin-left: 45px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.foot-people {
    font-size: 14px;
    color: #fff;
    margin-left: 45px;
    line-height: 30px;
}

.ewm-box {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.ewm-img {
    margin-bottom: 5px;
    width: 80px;
    height: 80px;
}

.ewm-img img {
    width: 100%;
    height: 100;
}

/*  webplus */

/* 0516 */
.wp_search input#keyword {
    display: none;
}

.wp_search .search {
    background:url(../img/btn_search.png);
}

.wp_search td:nth-of-type(2) {
    display: flex;
    align-items: center;
    height: 25px;
}

.wp_nav .nav-item a{
   transition:all .3s ease;
}
@media screen and (min-width:1024px) {

    /* 导航栏 */
    .daohang-box {
        background: #fff;
        box-shadow: 0px 2px 6px 0px rgba(87, 123, 177, 0.3);
    }

    .head-nav-link {
        width: 100%;
        font-size: 16px;
        color: #fff;
        text-align: center;
        justify-content: center;
        padding: 13px 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(0deg, #0088FF 0%, #0BBAFB 100%);
        color: #fff;
    }

    .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);
    }

    .navigation-ol-link {
        display: block;
        color: #fbfbfb;
        height: 56px;
        line-height: 56px;
        padding: 0 17px;
        font-size: 16px;
        transition: all .3s ease;
    }

    .navigation-ol-link:hover {
        background: linear-gradient(0deg, #0088FF 0%, #0BBAFB 100%);
        color: #fff;
    }

    .head-nav-ul>li:hover .navigation-second {
        display: block;
    }

    /* 0516 */
    .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: #434343;
        height: 56px;
        line-height: 56px;
        padding: 0 17px;
        font-size: 16px;
        transition: all .3s ease;
    }

    .navigation-third a:hover {
        background: linear-gradient(0deg, #0088FF 0%, #0BBAFB 100%);
        color: #fff;
    }

    .navigation-ol>li:hover .navigation-third {
        display: block;
    }

/*  webplus导航栏  */
.wp_nav {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.wp_nav>.nav-item {
    width: 100%;
    text-align: center;
}

.wp_nav .nav-item .mark {
    display: none !important;
}

.wp_nav>.nav-item>a>span.item-name {
    display: inline-block;
    padding: 13px 0;
    line-height: 22px;
    cursor: pointer;
}

.wp_nav span {
    width: 100% !important;
    text-align: center !important;
}

.wp_nav a {
    color: #434343;
}

.wp_nav .sub-nav {
    width: auto !important;
    position: absolute;
    top: 100% !important;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    border: 0 none !important;
}

.wp_nav>.nav-item:hover .sub-nav {
    opacity: 1;
    pointer-events: all;
}

.wp_nav .nav-item a.parent {
    color: #fff;
    background: linear-gradient(0deg, #0088FF 0%, #0BBAFB 100%);
}

.wp_nav .sub-nav .nav-item a {
    font-size: 16px;
    color: #434343;
    border-top: 0;
    padding: 0 10px;
    background:#fff;
}

.wp_nav .sub-nav .nav-item a span.item-name {
    line-height: 56px;
    padding: 0;
}

.wp_nav .sub-nav .nav-item a.parent,
.wp_nav .sub-nav .nav-item a.parent:hover {
    color: #fff;
    background: linear-gradient(0deg, #0088FF 0%, #0BBAFB 100%);
}

.wp_nav .sub-nav .sub-nav {
    top: 0 !important;
    min-width: 100%;
}

.wp_nav>li>.sub-nav {
    left: 50% !important;
    min-width: 100%;
    transform: translate(-50%);
}

}

@media screen and (max-width:1023px) {
    .head-top {
        height: auto;
        padding: 20px 0;
    }
.wp_nav .nav-item a.parent{
    color:#fff;
}

   .wp_nav>li>ul {
        display: none !important;
    }
/*  0516导航栏  */
.daohang-box>div>div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0E326C;
    z-index: 99999;
    padding-top: 45px;
    overflow: scroll;
    display: none; 
}

.daohang-box>div>div>ul {
    flex-direction: column;
}

.daohang-box>div>div>ul>li {
    width: 100%;
}

.wp_nav .nav-item a {
    text-align: left;
}

.wp_nav .nav-item .mark {
    display: none;
}

.wp_nav>li>a {
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    font-weight: 700;
    display: block !important;
    width: 100%;
}
}

@media screen and (max-width:600px) {

    .foot-people,
    .foot-text>div {
        margin-left: 20px;
    }

    .foot-body {
        flex-wrap: wrap;
    }

    .head-logo-link {
        max-width: 400px;
    }

    .foot-people,
    .foot-text>div {
        margin-left: 0;
    }
}

@media screen and (max-width:450px) {

    .head-right,
    .head-right a {
        font-size: 12px;
    }

    .head-right li {
        margin: 0 3px;
    }
}