* {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #333;
}

ul,
li {
    list-style: none
}

.fl_l {
    float: left
}

.fl_r {
    float: right
}

.clf {
    clear: both
}

.mobile {
    display: none;
}

.pc {
    display: block;
}

body {
    font-family: "Microsoft YaHei";
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

header {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 332px;
    background-image: url(../img/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
}

.top {
    height: 47px;
    background-color: #8dc4e8;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.header_top_left,
.header_top_right {
    height: 47px;
    line-height: 47px;
}

.header_top_left .guohui {
    width: 20px;
    vertical-align: text-bottom;
}

.top a {
    font-size: 16px;
    color: #ffffff
}

.header_top_right a {
    border-right: 1px solid #ffffff;
    padding: 0 20px;
}

.header_top_right .wza {
    border-radius: 5px;
    background-color: #58ade6;
    font-size: 16px;
    color: #ffffff;
    padding: 3px 15px;
    border-right: none;
}

.header_bmdh {
    float: right;
    position: relative;
    height: 47px;
    padding: 0 15px;
}

.header_bmdh_main {
    float: right;
    color: #fff;
    font-size: 16px;
    line-height: 47px;
    cursor: pointer;
}

div.header_bmdh:hover .l_bmdh_main {
    height: 490px;
    opacity: 1;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: border-box;
}

.l_bmdh_main {
    position: absolute;
    top: 47px;
    right: 0px;
    border-top: none;
    background: #fff;
    box-sizing: border-box;
    width: 600px;
    height: 0px;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s;
}

.l_bmdh_bt {
    color: #2682cb;
    font-size: 16px;
    font-weight: bold;
    display: none;
    opacity: 0;
    transition: all 0.3s;
}

.l_zfbm_main {
    overflow: hidden;
    width: 100%;
    display: none;
    opacity: 0;
    transition: all 0.3s;
}

.l_bmdh_main .l_zfbm_main li {
    width: 33.33%;
    float: left;
    line-height: 24px;
    background: none;
    margin: 0;
}

.l_bmdh_main a {
    padding: 0
}

.l_zfbm_main li a {
    font-size: 14px;
    color: #333;
}

div.header_bmdh:hover .l_bmdh_bt {
    display: block;
    opacity: 1;
}

div.header_bmdh:hover .l_zfbm_main {
    display: block;
    opacity: 1;
}

.header_top_right a.zz {
    float: right;
    line-height: 30px;
    border-radius: 30px;
    background-color: #ef9520;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 15px;
    margin: 8px 0 0 0;
    border-right: none;
}

.logo_box {
    display: block;
    margin: 80px 0 0 0;
}

.search_box {
    width: 531px;
    height: 57px;
    border-radius: 10px;
    background-color: #ffffff;
    background-clip: padding-box;
    margin-top: 100px;
    position: relative;
}

.search_box input {
    width: 43%;
}

.search_box button {
    width: 16%;
    background: #2682cb;
    color: #fff;
}

.search_box .l_ssqh {
    width: 11%;
    float: left;
    color: #999;
    height: 17px;
    box-sizing: border-box;
    margin-top: 20px;
    text-align: center;
    border-right: 1px solid #dcdada;
}

.search_box .l_ssqh img {
    margin-top: -10px;
}

.search_box .l_ssqh span {
    display: block;
    width: 100%;
}


.search_box .l_ssqh .l_ssqhli {
    box-sizing: content-box;
    display: none;
    background: #fff;
    margin-top: 5px;
    line-height: 26px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.search_box .l_ssqh .l_ssqhli li {
    text-align: center;
}

.search_box .l_ssqh ul li:hover {
    background: #2682cb;
    color: #fff;
}

.search_box input {
    border: none;
    outline: 0;
}

.search_box .search_btn {
    border-radius: 22px;
    width: 30%;
    background: #2682cb;
    color: #fff;
    padding: 0px;
    margin: 0px;
    top: 0px;
    font-size: 18px;
    right: -2px;
}

.search_box input {
    width: 60%;
    height: 100%;
    padding-left: 20px;
}

.search_box .submit {
    width: 16.4%;
    height: 100%;
    background-color: #00a0e9;
    text-align: center;
    line-height: 57px;
    color: #ffffff;
    border: 0;
    float: right;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    outline: 0;
}

.jyhbs {
    margin: 100px 0 0 8px;
}

.nav_box {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 60px;
    background-color: #017add;
}

.nav_box ul {
    display: flex;
}

.nav_box ul li {
    flex: 1;
    height: 60px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
}

.nav_box ul li.nav_act {
    background-image: url("../img/nav_icon.png");
    background-repeat: no-repeat;
    background-position: center 5px;
    border-bottom: 3px solid #f7d951;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.nav_box ul li a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.nav_box ul li:nth-child(1),
.nav_box ul li:nth-child(3),
.nav_box ul li:nth-child(5) {
    background-color: #00a0e9;
}

/*网站底部*/
footer {
    background: #017add;
    border-top: 5px solid #15477d;
}

.yqlj_box {
    position: relative;
    height: 46px;
    margin-top: 22px;
}

.yqlj_box li {
    width: 17.5%;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    background: #ffffff;
    position: static;
    float: left;
    margin: 0 38px 0 0;
}

.yqlj_box li:last-child {
    margin: 0 0 0 0 !important;
}

.yqlj_box li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 16px;
    color: #333333;
}

.l_yqzz {
    display: none;
    overflow: hidden;
}

.l_yqlj_box {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 46px;
    height: 46px;
}

.l_yqlj_box img {
    margin-left: 24px;
    transition: all 0.3s;
    vertical-align: middle;
}

.l_yqlj_box span {
    font-size: 16px;
    color: #333333;
}

.l_yqzz2 {
    position: absolute;
    width: 100%;
    bottom: 46px;
    left: 0px;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    background: #e1edff;
}

.yqlj_box .l_yqzz a {
    display: block;
    width: 25%;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    float: left;
}

.yqlj_box li:hover .l_yqzz {
    display: block;
}

.yqlj_box li:hover .l_yqlj_box img {
    transform: rotate(180deg);
}

.footer_box {
    padding: 24px 0 25px 0;
    font-size: 14px;
}

.footer_box .footer_left ul li {
    float: left;
    height: 12px;
    line-height: 12px;
    border-right: 1px solid #ffffff;
    text-align: center;
    padding: 0 13px;
}

.footer_box .footer_left ul li:nth-child(1) {
    padding: 0 10px 0 0;
}

.footer_box .footer_left ul li:nth-child(4) {
    border: none;
}

.footer_box .footer_left a {
    color: #ffffff;
    font-size: 14px;
}

.footer_box .footer_left .footer_left_m {
    margin: 15px 0 20px 0;
    color: #ffffff;
    overflow: hidden;
}

.footer_box .footer_right img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 25px;
}

.footer_box .footer_right a:nth-child(2) img {
    margin: 0 0 0 10px;
}

.footer_box .footer_right a:nth-child(3) img {
    margin: 0 0 0 10px;
}

.footer_bottom {
    height: 61px;
    line-height: 61px;
    background-color: #0069be;
    color: #c9e3ef;
    font-size: 14px;
    text-align: center;
}

.footer_bottom a {
    color: #c9e3ef;
    font-size: 14px;
}

.footer_bottom a img {
    vertical-align: text-bottom;
    margin-right: 5px;
}

/*右侧工具栏*/
.right_toolbar {
    position: fixed;
    right: 0;
    top: 15%;
    width: 93px;
    height: 390px;
    border-radius: 8px;
    background-color: #15477d;
    z-index: 9999;
}

.right_toolbar .closeMenue {
    width: 25px;
    height: 25px;
    background: url("../img/tabclose.png");
    transform: rotate(-90deg);
    background-size: cover;
    float: right;
    cursor: pointer;
}

.right_toolbar .ym {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
}

.right_toolbar .day {
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    margin: 7px auto;
    background-color: #f7d951;
    color: #15477d;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

.right_toolbar .week {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.right_toolbar .icon {
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 24px auto 0 auto;
    cursor: pointer;
    position: relative;
}

.right_toolbar .phone_icon {
    background-image: url("../img/phone_icon.png");
}

.right_toolbar .phone_icon p {
    display: none;
    position: absolute;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    right: 30px;
    background-color: #15477d;
    color: #ffffff;
}

.right_toolbar .wechat_icon img {
    display: none;
    position: absolute;
    right: 40px;
    top: -30px;
}

.right_toolbar .tiktok_icon img {
    display: none;
    position: absolute;
    right: 40px;
    top: -30px;
}

.right_toolbar .wechat_icon {
    background-image: url("../img/wechat_icon.png");
}

.right_toolbar .tiktok_icon {
    background-image: url("../img/tiktok.png");
}

.right_toolbar .gotop {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background-color: #326394;
    margin: 24px auto 0 auto;
    background-image: url("../img/topjiantou.png");
    background-repeat: no-repeat;
    background-position: center 5px;
    padding-top: 18px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

/*分页*/
.fenye_box {
    line-height: 31px;
    text-align: center;
    margin-top: 50px;
}

.fenye_box .pagecount,
.fenye_box .totalcount,
.fenye_box a {
    font-size: 16px;
    color: #707070;
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}

.fenye_box .pagecount span,
.fenye_box .totalcount span {
    color: #e70000;
}

.fenye_box a {
    border: 1px solid #999898;
    height: 31px;
    box-sizing: border-box;
    line-height: 31px;
    text-align: center;
    padding: 0 10px;
    border-radius: 5px;
    margin-right: 5px;
}

.fenye_box a.prev,
.fenye_box a.next {
    padding: 0 18px;
}

.fenye_box a:hover {
    color: #ffffff;
    background-color: #017add;
    border: 1px solid #017add;
}

.fenye_box a.active {
    color: #ffffff;
    background-color: #017add;
    border: 1px solid #017add;
}


/*小屏电脑适配*/
@media (max-width: 1400px) and (min-width: 1280px) {
    body {
        zoom: 0.8;
        overflow-x: hidden;
    }
}

/*移动端适配*/
@media (max-width: 750px) and (min-width: 320px) {
    .mobile {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .specialpc {
        display: none;
    }

    .container {
        width: 100% !important;
        padding: 0 10px 0 10px !important;
        box-sizing: border-box;
    }

    .fl_r,
    .fl_l {
        width: 100% !important;
        float: none !important;
        margin-top: 25px;
    }

    header {
        height: 248px;
        background-position: center bottom;
    }

    .header_top_right {
        margin-top: 0 !important;
    }

    .wza {
        margin: 0 20px;
    }

    .header_top_right a.zz {
        margin: 8px 20px 0 0;
    }

    .logo_box {
        margin-top: 30px;
        text-align: center;
    }

    .logo_box img {
        width: 80%;
    }

    .search_box {
        height: 40px;
        margin-top: 20px;
    }

    .search_box .submit {
        line-height: 40px;
    }

    .search_box .l_ssqh {
        margin-top: 15px;
    }

    .search_box .l_ssqh img {
        zoom: 0.7;
    }

    .menueButton {
        background: url("../img/menue.png") no-repeat center;
        float: right;
        width: 25px;
        height: 47px;
        margin-right: 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: #0162b9;
        border-top-right-radius: 5px;
        z-index: 11;
        left: -60%;
        text-align: center;
    }

    .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("../img/tabclose.png");
        transform: rotate(-90deg);
        background-size: cover;
        float: right;
    }



    footer {
        padding: 20px;
        box-sizing: border-box;
    }

    footer .mobile {
        position: relative;
    }

    footer .mobile p,
    footer .mobile p a {
        display: inline-block;
        line-height: 25px;
        color: #ffffff;
        font-size: 14px;
    }

    footer .mobile p a img {
        vertical-align: text-bottom;
        margin-right: 5px;
    }

    footer .dzjgbs {
        display: block;
        position: absolute;
        right: -10px;
        bottom: -10px;
    }
}

/*打印页*/
@media print {

    footer .mobile p,
    footer .mobile p a {
        display: block;
    }
}
