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

.top {
    background: rgba(0, 0, 0, .2);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7fffffff, endcolorstr=#7fffffff);
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

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

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

.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;
}

.topBox .top_time {
    margin: 0 30px;
    color: #fff;
}

.weather {
    color: #fff;
}

.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;
}


/* .header_center {
    margin: 45px auto 0;
} */

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

.logo {
    margin: 30px auto;
}


/*æœç´¢*/

.search {
    position: relative;
    margin-top: 36px;
    width: 565px;
    margin: 0 auto;
    background: #d4e1f3;
    border-radius: 5px;
    border: 1px solid #a9b4c3;
    height: 48px;
    overflow: hidden;
}

.search form {
    display: inline-block;
}

.search input {
    float: left;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    border: none;
    outline: none;
}

.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: #0166b6 url(../images/icon.png) no-repeat center;
    cursor: pointer;
    width: 70px;
    color: #fff;
    text-indent: 20px;
    color: #999999;
}

.search .searchText::placeholder {
    color: #999999;
}


/*å¯¼èˆª*/

.menu_box {
    /* background-color: #AF241D; */
    width: 100%;
    height: 74px;
    margin-top: 65px;
}

.line {
    height: 1px;
    background-color: #0166b6;
    border-bottom: 1px solid #5090bc;
    position: relative;
    top: 55px;
    z-index: 1;
}

.menu {
    position: relative;
    z-index: 2;
}

.menu>li {
    float: left;
    width: 16.66%;
    text-align: center;
    height: 74px;
    /* line-height: 74px; */
    padding-bottom: 35px;
}

.menu>li.hover a {
    color: #ff9201;
}

.menu>li i {
    display: block;
    margin: 0 auto;
    width: 42px;
    height: 48px;
    position: relative;
    top: 7px;
}

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

.menu>li a {
    font-size: 22px;
    color: #fff;
}

.menu>li span {
    display: block;
    /* margin-top: 10px; */
    background: url(../images/nav_icon7.png) no-repeat top center;
    padding-top: 18px;
}


/* .menu>li span::before {
    content: "";
    display: block;
    clear: both;
    width: 10px;
    height: 10px;
    background: url(../images/nav_icon7.png) no-repeat center;
} */

.menu>li img {
    display: block;
    margin: 0px auto;
    padding: 3px 0;
}

.link {
    color: #000;
    margin: 20px auto;
}

.link_list {
    position: relative;
}

.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: 40px;
    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: 20%;
    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: 2%;
    width: 10%;
    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.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: 21%;
}
.footer .ipv6{
    width: 69px;
}

.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;
}


/* aside */


/* .aside_img {
    position: absolute;
    top: 300px;
    right: 0;
    z-index: 9;
    -webkit-transition: top .2s ease;
    -o-transition: top .2s ease;
    transition: top .2s ease;
    background-color: #fff;
    border-radius: 5px;
    width: 68px;
    box-shadow: 1px -2px 6px 0px rgb(0 0 0 / 18%);
}

.aside_img img {
    display: block;
    margin-bottom: 10px;
}

.right_close {
    border-radius: 50%;
    cursor: pointer;
}

.aside_img li {
    padding: 10px 0;
    position: relative;
}

.aside_img li a {
    display: block;
    padding-top: 26px;
    font: 14px/20px "Microsoft YaHei";
    color: #808080;
    text-align: center;
    letter-spacing: 2px;
}

.aside_img li a:hover {
    text-decoration: none;
    color: #239d3a;
}

.aside_img li a.a1 {
    background: url(../images/s_icon1.png) no-repeat center top;
}

.aside_img li a.a2 {
    background: url(../images/s_icon2.png) no-repeat center top;
}

.aside_img li a.a3 {
    background: url(../images/s_icon3.png) no-repeat center top;
}

.aside_img li a.a4 {
    background: url(../images/s_icon4.png) no-repeat center top;
}

.aside_img li a.a5 {
    background: url(../images/s_icon5.png) no-repeat center top;
}

.aside_img li a.a6 {
    background: url(../images/s_icon6.png) no-repeat center top;
} */


/* å¤´éƒ¨æ–°å¢žäºŒçº§èœå• */

.subnav {
    /* width: 100%;
    position: absolute; */
    /* background-color: rgba(255, 255, 255, 0.548); */
    z-index: 99;
    border-radius: 5px;
    /* height: 35px; */
}

.subnav li {
    display: none;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
}

.subnav li.on {
    display: block;
    text-align: center;
}

.subnav a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 18px;
    line-height: 30px;
    color: #fff;
}

/* 弹窗（提示登录、信件查询弹窗） */
.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%;
    }
    .logo {
        margin: 0;
        padding: 3%0;
    }
}

@media screen and (max-width: 768px) {
    .menu>li a {
        font-size: 18px;
    }
    .mt30 {
        margin-top: 3%;
    }
    .subnav{display: none;}
}

@media screen and (max-width: 767px) {
    .header {
        height: initial;
    }
    .logo {
        margin: 0 auto 3%;
        padding-top: 8%;
    }
    .logo img {
        width: 80%;
    }
    .search {
        width: 95%;
        margin: 0 auto;
    }
    .menu_box {
        margin-top: 0;
        padding: 3% 0;
    }
    .menu>li {
        width: 33.33%;
        line-height: 35px;
        height: initial;
        padding-bottom: 0;
    }
    .menu>li i,
    .line {
        display: none;
    }
    .menu>li span {
        background: none;
        padding-top: 0;
    }
    .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: 3% 0;
    }
    .footer li.foot_desc p {
        padding: 3% 0;
    }
}