@charset "UTF-8";
/* .header {
    height: 605px;
    background: url(../images/header_bg.jpg) center top no-repeat;
} */

body {
    background-color: #f0ece8;
}



.top {
    background: #0a5491;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.topBox,
.main,
.menu,
.foot {
    width: 1240px;
    margin: 0 auto;
}

.topBox>span {
    display: inline-block;
    float: left;
    color: #fff;
}

.topBox .top_time {
    color: #fff;
}

.weather,
.topBox a {
    color: #fff;
}

.topBox span a:first-child {
    margin-right: 30px;
}

.logo,
.logo img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
}

.logo_wrap {
    padding: 30px 0;
}


/* .fzlm li {
    float: left;
    padding: 20px 20px 0;
}

.fzlm i {
    width: 24px;
    height: 22px;
    display: block;
    margin: 0 auto;
}

.fzlm p {
    color: #0a5491;
    font-size: 16px;
    padding-top: 5px;
}

.fzlm .icon01 {
    background: url(../images/fz_icon1.png) no-repeat left center;
}

.fzlm .icon02 {
    background: url(../images/fz_icon2.png) no-repeat left center;
}

.fzlm .icon03 {
    background: url(../images/fz_icon3.png) no-repeat left center;
}

.fzlm .icon04 {
    background: url(../images/fz_icon4.png) no-repeat left center;
}

.fzlm .icon05 {
    background: url(../images/fz_icon5.png) no-repeat left center;
}

.fzlm .icon06 {
    background: url(../images/fz_icon6.png) no-repeat left center;
} */

.topBox .sdbz a {
    display: inline-block;
    background: url(../images/h_icon1.png) no-repeat left center;
    padding-left: 22px;
    margin-right: 10px;
    color: #fff;
}

.topBox .sdbz a.icon02 {
    background: url(../images/h_icon2.png) no-repeat left center;
}

.topBox .sdbz a.icon03 {
    background: url(../images/h_icon3.png) no-repeat left center;
}

.topBox .sdbz a.icon04 {
    background: url(../images/h_icon4.png) no-repeat left center;
}

.topBox .sdbz a.icon05 {
    background: url(../images/h_icon5.png) no-repeat left center;
}

.topBox .sdbz a.icon06 {
    background: url(../images/h_icon6.png) no-repeat left center;
}


.search_bg {
    background: url(../images/bg1.jpg) no-repeat center;
    height: 440px;
}

.search {
    width: 520px;
    margin: 0 auto;
    border-radius: 5px;
    height: 58px;
    overflow: hidden;
    position: relative;
    top: 36%;
    border: 1px solid #1c6bac;
    margin-top: 15px;
    border-radius: 50px;
}

.search form {
    display: inline-block;
}

.search input {
    float: left;
    height: 58px;
    line-height: 45px;
    padding: 0 10px;
    border: none;
    outline: none;
    font-size: 18px;
}

.search .searchText {
    color: #333333;
    /* border-bottom-left-radius: 50px;
    border-top-left-radius: 50px; */
    width: 374px;
    font-size: 16px;
    padding-left: 25px;
}

.search .searchBtn {
    position: absolute;
    right: 0;
    background: url(../images/icon.png) no-repeat center center;
    opacity: .9;
    cursor: pointer;
    width: 58px;
    color: #fff;
    text-indent: 20px;
    font-size: 20px;
    font-weight: bold;
}

.search .searchText::placeholder {
    color: #999999;
    font-size: 18px;
}


/*ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª*/

.menu>li {
    width: 16.66%;
    float: left;
    text-align: center;
    height: 48px;
    line-height: 48px;
    position: relative;
}

.menu>li.hover a {
    color: #fff;
    background-color: #0a5491;
    border-radius: 5px;
}

.menu>li.hover i {
    background: url(../images/nav_bg.png) no-repeat;
}

.menu>li a {
    /* padding: 0 35px; */
    font-size: 26px;
    color: #0a5491;
    font-weight: bold;
    display: block;
}

.menu>li::before {
    position: absolute;
    content: "|";
    display: block;
    clear: both;
    color: #6666;
    width: 1px;
}

.menu>li.hover::before {
    display: none;
}

.link {
    /* color: #000; */
    /* padding: 15px 0; */
    background-color: #fff;
}
.link_list_front {
    padding:15px 0;
}
.link_list {
    position: relative;
padding: 15px 0;}

.link_list i,
.link_list li i {
    background: url(../images/l_icon1.png) no-repeat;
    width: 11px;
    height: 7px;
    display: inline-block;
    vertical-align: 1px;
    margin-left: 4px;
}

.link_list>div .down_box {
    text-indent: 20px;
    z-index: 100;
    display: none;
    position: absolute;
    left: -1px;
    bottom: 34px;
    background: #fff;
    width: 100%;
    max-height: 300px;
    box-shadow: 1px -2px 6px 0px rgba(0, 0, 0, .175);
    line-height: 30px;
    overflow-y: auto;
}

.link_list>div .down_box ul {
    padding: 20px;
}

.link_list>div .down_box li {
    width: 50%;
    float: left;
    /* padding: 5px 0; */
}

.link_list>div .down_box a {
    padding: 5px 0;
}

.link_list>div {
    float: left;
    text-align: center;
    padding: 0 20px;
}

.link_list>div.on {
    background: #fff;
}

.link_list>div.on i {
    transform: rotate(180deg);
}

.footer {
    background-color: #0a5491;
    height: 260px;
}

.footer ul {
    padding-top: 36px;
}

.footer li {
    /* background-color: #1966a7; */
    margin-left: 1.7%;
    width: 12%;
    float: left;
    text-align: center;
    height: 105px;
}

.footer li a {
    color: #fff;
    font-weight: bold;
}

.footer li:first-child {
    margin-left: 0;
}

.footer li img {
    margin: 20px auto 10px;
}
.footer li .ipv6{
    width: 68px;
}

.footer li.foot_desc {
    width: 40%;
}

.footer li.foot_desc p {
    width: 46%;
    text-align: left;
    color: #fff;
    line-height: 25px;
    padding: 15px 0;
}

.footer li.foot_desc p:first-child {
    padding-left: 5%;
}

.footer li.foot_desc p span {
    margin-top: 25px;
    display: block;
}

.footer li.foot_img {
    width: 17%;
}

.footer_text {
    padding-top: 30px;
    text-indent: 20px;
}

.footer_text a,
.footer_text span {
    color: #fff;
}

.footer_text span,
.footer_text a {
    margin-right: 20px;
}

.footer_text a img {
    vertical-align: -3px;
    margin: 0 5px;
}

.footer_text2 {
    padding-top: 5px;
}

.head_add {
    background-color: #fff;
    border-bottom: 1px solid #0a5491;
}

.head_add .menu>li.hover a {
    color: #0a5491;
    background-color: inherit!important;
    border-radius: 5px;
}

.head_add .menu_box {
    padding-bottom: 20px;
    position: relative;
}

.head_add .menu>li a {
    display: inherit;
    position: relative;
    padding-bottom: 20px;
}

.head_add .menu>li a::before {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 2px;
    background-color: #0a5491;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.head_add .menu>li.hover a::before {
    display: block;
}

.head_add .menu>li {
    width: initial;
    padding: 0 4%;
    padding: 0\0;
}

.head_add .menu>li::before {
    position: absolute;
    right: 0;
}

.head_add .menu>li.hover::before {
    display: block;
}

.head_add .search_bg {
    display: none;
}

.header-top-login {
    display: inline-block;
    color: #fff;
}

.header-top-login span {
    margin-right: 24px;
}

.header-top-login span i {
    cursor: pointer;
    margin: 0 5px;
    font-weight: bold;
    font-style: normal;
}


.subnav {
    width: 100%;
    position: absolute;
    height: 35px;
    z-index: 99;
    border-radius: 5px;
}

.head_add .subnav {
    /* top: 66px;
    background-color: rgba(255, 255, 255, 0.548); */
}

.subnav li {
    display: none;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
}

.head_add .subnav li {
    padding-top: 20px;
}

.subnav li.on {
    display: block;
}

.subnav a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 18px;
    line-height: 30px;
    text-align: center;
}

.navigator-old-version{font-size:14px;background: #f9f9f9;height: 70px;line-height: 70px;text-align: center;}
.navigator-old-version span{color:#d80909;}

/* 弹窗（提示登录、信件查询弹窗） */
.mail-message-box{display:inline-block;vertical-align:middle;background-color:#fff;width:400px;padding:15px;border-radius:5px;position:relative;/* box-sizing: border-box; */}
.mail-message-box-wrapper{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:999;background:rgba(0,0,0,0.5);text-align:center}
.mail-message-box-wrapper:after{content:'';display:inline-block;height:100%;width:0;vertical-align:middle}
.mail-message-box-header{padding-top:10px;padding-bottom:10px;font-size:18px;color:#303133}
.mail-message-box-content{padding:15px 15px;color:#606266;font-size:14px}
.mail-message-box-buttons{padding:10px 0}
.mail-message-box-buttons a{display:inline-block;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:none;margin:0;transition:0.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:8px 20px;font-size:14px;border-radius:4px;margin:0 5px}
.mail-message-box-buttons a:first-child{color:#fff;background-color:#0a5491;border-color:#0a5491}
.mail-message-box-close{position:absolute;top:-6px;right:5px;font-size:20px;padding:10px;cursor:pointer}
.mail-message-box-group{margin-bottom:10px}
.mail-message-box-group label{width:80px;text-align:right;vertical-align:middle;float:left;font-size:14px;color:#606266;padding:0 12px 0 0;height:40px;line-height:40px}
.mail-message-box-group input{-webkit-appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #dcdfe6;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:none;padding:0 15px;width:250px;box-sizing: border-box;}
@media screen and (max-width:460px){
.mail-message-box{width:80%}
.mail-message-box-group label{width:100%;text-align:left}
.mail-message-box-group input{width:100%}
}

@media screen and (max-width: 1024px) {
    .mobile_hide {
        display: none;
    }
    .main,
    .menu {
        width: 98%;
    }
}

@media screen and (max-width: 768px) {
    .search {
        width: 90%;
    }
    .menu>li a {
        font-size: 18px;
    }
    .mt30 {
        margin-top: 3%;
    }
    .head_add .menu>li {
        padding: 0 3.4%;
    }
}

@media screen and (max-width: 767px) {
    .subnav {
        display: none;
    }
    .header {
        height: initial;
    }
    .logo_wrap {
        padding: 3% 0;
    }
    .logo {
        margin: 0 auto 3%;
    }
    .logo img {
        width: 80%;
    }
    .search {
        width: 95%;
        margin: 0 auto;
    }
    .fzlm {
        float: none;
    }
    .search_bg {
        height: inherit;
        padding: 3% 0;
    }
    .search input,
    .search {
        height: 40px;
        line-height: 40px;
    }
    .search .searchBtn {
        width: 90px;
        font-weight: normal;
        font-size: 15px;
    }
    .search .searchText,
    .search .searchText::placeholder {
        font-size: 15px;
    }
    .menu_box {
        margin-top: 0;
        padding: 0 0 3%;
    }
    .menu>li,
    .head_add .menu>li {
        width: 33.33%;
        line-height: 35px;
        height: initial;
        padding: 0;
    }
    .head_add .menu>li a {
        padding-bottom: 0;
    }
    .head_add .menu>li.hover a::before {
        display: none;
    }
    .head_add .logo_wrap {
        padding: 5% 0 1%;
        margin: 0 auto;
    }
    .footer ul {
        padding: 3% 0 0;
    }
    .footer li {
        width: 32%;
        height: initial;
    }
    .footer li.foot_desc {
        width: 100%;
        margin: 3% auto;
    }
    .footer {
        height: initial;
    }
    .footer li img {
        display: none;
    }
    .footer_text {
        text-indent: 0;
        padding: 0 0 3%;
    }
    .footer li.foot_desc p {
        padding: 3% 0;
    }
    .footer_text span {
        display: block;
        text-align: center;
    }
    .mt25,
    .mt20 {
        margin-top: 3%;
    }
}

@media screen and (max-width: 500px) {
    .menu>li a {
        font-size: 15px;
    }
    .alert{width: 100% !important;}
    .hlwdc_ks_pc{width:40% !important;}
}