* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

#iframe_obj_1003{
    height:250px!important;
}

.list-box {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 999999;
    padding: 12.5px 10px;
    background: #000000cc;
    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;
}

h2,
dl,
ol,
ul {
    margin-bottom: 0;
}

body {
    background: #f6f6f6;
   /* -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

.bodymiss {
    overflow: hidden;
}

.head-bg {
    background: url(../img/bg.png) 0 0/cover no-repeat;
    height: 160px;
    position: relative;
}

.head-top {
    padding-top: 25px;
}

.logo-name {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-left: 10px;
}


.search-box {
    width: 100%;
    max-width: 400px;
    position: relative;
}

.search-box .input-text {
    border: 0;
    outline: 0;
    border-radius: 4px;
    padding: 12px 70px 12px 15px;
    font-size: 14px;
    background: #111A5A80;
    width: 100%;
    color: #fff;
    line-height: normal;
}

.search-box input::placeholder {
    color: #fff;
}

.search-box .btn {
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color:#fff;
    width: 54px;
    height: 100%;
    background: #4BB4FF;
    border-radius: 0 4px 4px 0;
}

.search-box img {
    width: 22px;
}

/* 底部 */
footer {
    background: #030C29;
    padding: 30px 0;
}

.foot-text {
    font-size: 14px;
    color: #fff;
}

.foot-text>div>div {
    margin-left: 45px;
}

.ewm-img {
    margin-bottom: 3px;
}

.ewm-img img {
    width: 70px;
    height: 70px;
}

.ewm-box {
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.navigation-second {
    display: none;
}

.navigation-ol-link {
    display: flex;
    align-items: center;
}

@media screen and (min-width:1024px) {

    /* 导航栏 */
    .daohang-box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #08135A99;
    }

    .head-nav-link {
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        justify-content: center;
        padding: 13px 0;
    }

    .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, #0095FF 0%, #68C0FF 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: #08135A99;
    }

    .navigation-ol-link {
        display: block;
        color: #fbfbfb;
        height: 56px;
        line-height: 56px;
        padding: 0 17px;
        font-size: 16px;
        transition: all .3s ease;
    }

    .navigation-ol>li:hover>a {
        color: #08135A99;
        background: #fff;
    }

    .navigation-ol>li:hover .navigation-ul {
        display: block;
    }
.navigation-ol>li{
    position:relative;
}

    .navigation-ul {
        position: absolute;
        left: 100%;
        top: 0;
        background: #08135A99;
        min-width: 100%;
        display: none;
    }

    .navigation-ul a {
        display: block;
        color: #fbfbfb;
        height: 56px;
        line-height: 56px;
        padding: 0 17px;
        font-size: 16px;
        transition: all .3s ease;
    }

    .navigation-ul a:hover {
        color: #08135A99;
        background: #fff;
    }

    .head-nav-ul>li:hover .navigation-second {
        display: block;
    }


    /* 网站群 */
    .daohang-box #t1_2_{
        width:100%;
    }
.daohang-box .menu0_2_ {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
}
}

@media screen and (max-width:1023px) {
    .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000cc;
        z-index: 99;
        padding-top: 45px;
        overflow: scroll;
        display: none;
    }

    .head-bg {
        height: auto;
        padding: 30px;
    }

    .head-top {
        padding-top: 0;
    }

    .head-nav-ul {
        flex-direction: column;
    }

    .head-nav-ul>li {
        width: 100%;
    }

    .head-nav-link {
        color: #fff;
        font-size: 24px;
        height: 80px;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

    .head-nav-link:hover {
        color: #fff;
    }

    .head-nav-ul .active {
        background: #1846B4;
    }

    .shouji-nav>a {
        font-size: 24px;
        color: #fff;
        padding: 0 20px;
        height: 80px;
        line-height: 80px;
        font-weight: 700;
        display: block !important;
        width: 100%;
    }

    .head-nav-ul>li:not(:first-of-type) .shouji-nav>a {
        position: relative;
    }

    .head-nav-ul>li:not(:first-of-type) .shouji-nav>a::after {
        content: "\f112";
        font: normal normal normal 12px/1 LineAwesome;
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        font-size: 20px;
    }

    .head-nav-ul>.iph-active .shouji-nav>a::after {
        content: "\f110" !important;
    }

    .search-box {
        display: none;
    }

    .head-nav-ul .iph-active .navigation-second {
        display: block;
    }

    .head-nav-ul .iph-active .shouji-nav {
        background: #1846B4;
    }

    .navigation-ol a {
        color: #fff;
        font-size: 22px;
        height: 80px;
        align-items: center;
        padding: 0 30px 0 60px;
        position: relative;
    }

    .navigation-ol a::after {
        content: "";
        display: block;
        width: calc(100% - 90px);
        height: 1px;
        background: #626262;
        position: absolute;
        bottom: 0;
        left: 60px;
    }
}

@media screen and (max-width:768px) {
    .foot-text>div {
        flex-direction: column;
    }
}

@media screen and (max-width:580px) {
    .foot-info {
        flex-wrap: wrap;
    }

    .foot-text {
        width: 100%;
        margin-top: 10px;
    }

    .foot-text>div>div {
        margin-left: 0;
    }

    .logo-img img {
        width: 150px;
        height:auto;
    }

    .logo-name {
        font-size: 18px;
    }

    .head-top>div.d-flex {
        flex-wrap: wrap;
        text-align: center;
    }

    .head-top>div.d-flex>* {
        width: 100%;
    }

    .head-top {
        justify-content: center !important;
    }
}

@media screen and (max-width:380px) {
    .head-bg {
        padding: 25px 30px;
    }
}