* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

img {
    display: block;
}

.container {
    max-width: 100%;
    width: 1300px;
    margin: 0 auto;
}

header {
    position: relative;
}

header .header_main {
    width: 100%;
    position: absolute;
    top: 0;
}

header .header_main .top_box {
    width: 100%;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 5px rgba(0, 51, 140, 0.2);
}

header .header_main .top_box .top_left {
    float: left;
}

header .header_main .top_box .top_left a,
header .header_main .top_box .top_left span {
    line-height: 48px;
    font-size: 16px;
    color: #0052a9;
}

header .header_main .top_box .top_right {
    float: right;
}

header .header_main .top_box .top_right a.wzabutton {
    line-height: 48px;
    font-size: 16px;
    color: #0052a9;
}

header .header_main .top_box .top_right a.slhbutton {
    display: inline-block;
    padding: 6px 15px;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #0052a9;
    border-radius: 5px;
    margin-left: 7px;
}

header .header_main .header_middle img {
    margin: 15px auto 14px auto;
}

header .header_main .header_middle img.logo_img {
    width: 6.46%;
}

.header_middle .search_box {
    width: 520px;
    height: 48px;
    border-radius: 48px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 4px 3px 3px #9fc5ec;
}

.header_middle .search_box input {
    float: left;
    font-size: 14px;
    color: #666666;
    width: 83.8%;
    height: 48px;
    border: none;
    outline: none;
    padding: 0 5% 0 7%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.header_middle .search_box input:focus {
    background-color: #fff;
}

.header_middle .search_box button {
    width: 16.2%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    background-color: #1b54b8;
    outline: none;
    border: none;
    cursor: pointer;
}

/* header.commonheader .header_main .header_middle img {
    float: left;
    margin: 63px 25px 0 0;
} */

/* header.commonheader .header_main .header_middle img.logo_img {
    margin: 58px 25px 0 0;
}

header.commonheader .header_main .header_middle .search_box {
    float: right;
    margin-top: 76px;
} */


nav {
    background-color: #1b54b8;
    padding-bottom: 8px;
    font-size: 0;
}

nav ul {
    display: flex;
}

nav ul li {
    flex: 1;
    height: 74px;
    position: relative;
}

nav ul li a {
    display: flex;
    height: 100%;
    font-size: 24px;
    color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

nav ul li.active a {
    font-weight: bold;
}

nav ul li.active:after {
    width: 100%;
    content: url("../images/nav_bar.png");
    text-align: center;
    display: block;
    position: absolute;
    bottom: -8px;
}

.nav_boder {
    width: 100%;
    height: 10px;
    background-image: url("../images/nav_border.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

footer {
    background-color: #f7f9fb;
    padding: 30px 0 0 0;
    border-top: 1px solid #0275fb;
    margin-top: 60px;
}

footer .friendship-link {
    margin-bottom: 30px;
    position: relative;
}

footer .friendship-link li {
    float: left;
    width: 246px;
    height: 41px;
    line-height: 41px;
    background-color: #f0f3f7;
    margin-right: 17px;
    text-align: center;
}

footer .friendship-link li:last-child {
    margin-right: 0;
}

footer .friendship-link li img {
    display: inline-block;
    vertical-align: middle;
}

footer .friendship-link li a {
    font-size: 14px;
    color: #333;
}

.l_yqzz {
    display: none;
    overflow: hidden;
}

.l_yqzz2 {
    position: absolute;
    width: 100%;
    bottom: 36px;
    left: 0;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    background: #f0f3f7;
}

footer .friendship-link .l_yqzz2 a {
    display: block;
    width: 25%;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    float: left;
}

footer .friendship-link li:hover .l_yqzz {
    display: block;
}

footer .container>div {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 33px 0;
}

footer .container>div.footer_right {
    margin-right: 0;
}

footer .contact_box {
    width: 734px;
    height: 163px;
    background-color: #f0f3f7;
    padding: 25px 0 0 60px;
    box-sizing: border-box;
}

footer .contact_box p.contactus {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
}

footer .contact_box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
}

footer .peaceordos {
    width: 170px;
    height: 163px;
    background-color: #f0f3f7;
    padding: 12px 24px 0 24px;
    box-sizing: border-box;
}

footer .container>.peaceordos p {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 2;
}

footer .container>.dzjgbs {
    width: 176px;
    height: 163px;
    background-color: #f0f3f7;
}

footer .container>.dzjgbs img {
    margin: 50px auto 0 auto;
}

footer .container>.footer_right>div {
    width: 157px;
    height: 71px;
    background-color: #f0f3f7;
    overflow: hidden;
}

footer .container>.footer_right>div.zfwzzc img {
    margin: 11px auto;
}

footer .container>.footer_right>div.cnzz {
    margin-top: 20px;
}

footer .container>.footer_right>div.cnzz img {
    margin: 15px auto;
}

footer .footer_bottom {
    background-color: #eeeeee;
    height: 91px;
    text-align: center;
    line-height: 2;
    padding-top: 14px;
    box-sizing: border-box;
}

footer .footer_bottom span,
footer .footer_bottom a {
    font-size: 14px;
    color: #666666;
}

@media (max-width: 750px) and (min-width: 320px) {
    .pc {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    body {
        overflow: unset;
    }

    .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    header>img {
        width: 100%;
    }

    header .header_main .header_middle img.logo_img {
        width: 12%;
    }

    header .header_main .header_middle img {
        width: 50%;
    }

    .header_middle .search_box {
        width: 90%;
        height: 40px;
    }

    .header_middle .search_box input {
        height: 40px;
    }

    .header_middle .search_box button {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    header.commonheader .header_main .header_middle img {
        float: unset;
        margin: 15px auto 14px auto;
    }

    header.commonheader .header_main .header_middle img.logo_img {
        margin: 15px auto 14px auto
    }

    header.commonheader .header_main .header_middle .search_box {
        float: unset;
        margin-top: 0;
    }

    .menue_icon {
        float: right;
        margin: 14px 5px 0 20px;
    }

    .shadows {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 10;
    }

    .menue {
        position: fixed;
        width: 60%;
        height: 100%;
        background-color: #1b54b8;
        border-top-right-radius: 5px;
        z-index: 11;
        left: -60%;
        text-align: center;
    }

    .menue ul {
        margin-bottom: 60px;
        padding-top: 50px;
    }

    .menue img {
        display: block;
        margin: 20px auto 0 auto;
    }

    .menue .w {
        color: #fff
    }

    .menue .login {
        display: inline-block;
        background-color: #ff4544;
        color: #ffffff;
        padding: 3px 10px;
        border-radius: 5px;
        margin: 10px;
    }

    .menue ul li {
        height: 40px;
        line-height: 40px;
    }

    .menue ul li a {
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
    }

    .menue .menueA {
        display: block;
        width: 120px;
        height: 30px;
        line-height: 30px;
        color: #ffffff;
        margin: 20px auto 0 auto;
        background-color: #a2cef2;
        border-radius: 30px;
        font-size: 14px;
    }

    .menue .menueA img {
        vertical-align: middle;
    }

    .closeMenue {
        width: 30px;
        height: 30px;
        background: url("../images/tabclose.png");
        transform: rotate(-90deg);
        background-size: cover;
        float: right;
    }

    footer .container>div {
        margin: 0 0 15px 0;
    }

    footer .contact_box {
        width: 100%;
        height: auto;
        padding: 15px 10px;
    }

    footer .contact_box p.contactus {
        float: unset;
    }

    footer .contact_box p {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 2;
        float: left;
    }

    footer .contact_box .dzjgbs {
        float: left;
        margin: 20px 30px 20px 20px;
    }

    footer .contact_box .dzjgbs>img {
        float: left;
        margin: 0
    }

    footer .contact_box p span {
        font-size: 0;
    }

    footer .footer_bottom {
        height: auto;
    }

    footer .footer_bottom span,
    footer .footer_bottom a {
        font-size: 13px;
        line-height: 2
    }

    footer .footer_bottom .container {
        padding: 10px;
    }
}