* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

h2,
dl,
ol,
ul {
    margin-bottom: 0;
}

body {
    background: #fff;
}


#sm_menu_ham {
    cursor: pointer;
    float: right;
    height: 25px;
    /* position: fixed; */
    right: 5px;
    -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;
    width: 30px;
    top: 15px;
    right: 15px;
    z-index: 9999;
}

#sm_menu_ham span {
    background-color: #FFFFFF;
    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;
}

header {
    background: #199670;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*
.search-input input {
    outline: 0;
    background: transparent;
    padding: 6px 12px;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 30px;
    line-height: normal;
    width: 250px;
    color: #fff;
    transition: all .3s ease;
}

.search-input input:focus {
    border: 1px solid #66afe9;
}

.search-input {
    position: relative;
}

.search-input i {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
}*/

.search-input{
    padding: 6px 12px;
     border:1px solid #ccc;
font-size:14px;
border-radius:30px;
line-height:normal;
width:250px;
color:#fff;
}

.search-input input{
background:transparent;
border:0;
outline:0;
font-size:14px;
color:#fff;
}

.search-input .search{
background: url(../img/search.svg) 0 0 no-repeat;
width:22px;
height:22px;
}

.wp_search,
.wp_search table,
.search-input form{
width:100%;
}

.search-input #keyword{
width:100% !important;
padding-right:15px;
}




.top-link img {
    width: 480px;
}

footer {
    background: #199670;
    padding: 30px 0;
}

.foot-box {
    font-size: 14px;
    color: #fff;
}

.foot-box a {
    color: #fff;
}

.foot-box>div {
    margin: 0 10px;
}

.head-top {
    padding: 15px 0;
}

.navigation-second {
    display: none;
}

.head-nav-ul>li.on1 i {
    transition: all .3s ease;
    transform: rotate(90deg);
}
 
.wp_nav .nav-item a {
    transition: all .3s ease;
}

@media screen and (min-width: 1024px) {
    #sm_menu_ham {
        display: none;
    }

    .kt-container {
        padding: 0 15px;
    }

    .shouji-nav i {
        display: none;
    }

    /* 导航栏 */
    .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 {
        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: #199670;
        box-shadow: 0px 2px 6px 0px rgba(87, 123, 177, 0.3);
    }

    .navigation-ol-link {
        display: block;
        color: #fbfbfb;
        height: 44px;
        line-height: 44px;
        padding: 0 17px;
        font-size: 14px;
        transition: all .3s ease;
    }

    .navigation-ol-link:hover {
        background: #acedda;
        color: #0a6843;
    }

    .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;
visibility: visible;
    }

    .wp_nav .nav-item a.parent {
        color: #fff;
    }

    .wp_nav .sub-nav .nav-item a {
        font-size: 16px;
        color: #434343;
        border-top: 0 !important;
        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;
    }

    .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 (min-width: 1300px) {
    .kt-container {
        width: 1230px !important;
        margin: 0 auto;
    }
}

@media screen and (max-width:1299px) {
    .kt-container {
        width: calc(100% - 80px) !important;
        margin: 0 auto;
    }
}

@media screen and (max-width:1023px) {
    .search-input {
        display: none;
    }

    .kt-container {
        width: 100% !important;
        margin: 0 auto;
    }

    .head-top {
        height: 87px;
    }

    .head-top img {
        width: 400px;
    }

    .wp_nav .nav-item a.parent {
        color: #fff;
    }

    .wp_nav>li>ul {
        display: none !important;
    }

    /* 导航栏 */
    .header-nav>div>div {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #199670;
        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;
    }

    .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:700px) {
    .foot-box span {
        width: 35%;
        text-align: right;
        display: inline-block;
    }

    .foot-box>div {
        width: 100%;
        margin: 0;
    }

    footer {
        padding: 15px 0;
    }

    .head-top img {
        width: 300px;
    }
}

@media screen and (max-width:450px) {
    .foot-box span {
        width: 29%;
    }
}

@media screen and (max-width:400px) {
    .foot-box {
        font-size: 12px;
    }

    .head-top img {
        width: 215px;
    }

    .head-top {
        height: 60px;
    }

    .navigation-li.active,
    .head-li.active {
        top: 60px;
    }
}