* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "微软雅黑", "simsun", "sans-serif", Arial;
    background-color: #fff;
    font-size: 85%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: relative;
}

h1, h2, h3, h4, h5, h6, em {
    font-weight: normal;
    font-style: normal;
}

table, td, tr {
    border: none;
    border-collapse: collapse;
}

ul, li, ol {
    list-style: none;
}

img, fieldset {
    border: medium none;
    display: block;
}

img {
    vertical-align: left;
}

a {
    cursor: pointer;
    blr: expression(this.onFocus=this.blur());
    outline: none;
}

a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover, a:active {
    color: #1b85f2;
    text-decoration: none;
}

/*public*/

.clear {
    clear: both;
    width: 1px;
    overflow: hidden;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.hidden {
    display: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.icons {
    background-image: url(../images/sprites.png);
    background-repeat: no-repeat;
}

.fdn {
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

/*banner*/

.banner {
    position: relative;
    height: 250px;
}

.banner .full-slide {
    position: relative;
    width: 100%;
    height: 250px;
    background: #012376;
}

.banner .full-slide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.banner .full-slide .bd ul {
    width: 100% !important;
}

.banner .full-slide .bd li {
    width: 100% !important;
    height: 250px;
    overflow: hidden;
    text-align: center;
}

.banner .logo {
    position: absolute;
    left: 50%;
    top: 50px;
    width: 392px;
    height: 156px;
    margin-left: -500px;
    background: url(../images/logo.png) no-repeat 0 0;
    z-index: 99;
    font-size: 0;
}

/*nav*/

.nav {
    height: 46px;
    background-color: #012376;
    z-index: 999;
    position: relative;
}

.nav-inner {
    width: 1000px;
    margin: 0 auto;
}

.nav-inner>ul {
    z-index: 999;
}

.nav-inner>ul>li {
    float: left;
    position: relative;
}

.nav-inner>ul>li>a {
    display: block;
    height: 20px;
    padding: 0 9px;
    margin: 13px 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-left: 1px solid #7384ae;
    text-decoration: none;
}

.nav-inner>ul>li>a:hover {
    font-weight: bold;
    color: #1b85f2;
}

.nav-inner>ul>li:first-child>a {
    border-left: none;
}

.nav-inner>ul>li>ul {
    position: absolute;
    top: 47px;
    left: 50%;
    margin-left: -80px;
    width: 180px;
    padding: 0 6px;
    background-color: #012376;
    z-index: 999;
}

.nav-inner>ul>li>ul a {
    display: block;
    height: 18px;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    border-top: 1px solid #324d8e;
}

.nav-inner>ul>li>ul li:first-child a {
    border-top: none;
}

.nav-inner>ul>li>ul a:hover {
    color: #1b85f2;
    font-weight: bold;
}

/*footer*/

.footer {
    background-color: #f1f1f1;
    padding: 30px 0;
    margin-top: 20px;
}

.footer .footer-inner {
    width: 815px;
    overflow: hidden;
    margin: 0 auto;
}

.footer img {
    margin-top: 10px;
}

.footer .copyright {
    padding-left: 20px;
    margin-left: 30px;
    border-left: 1px solid #ccc;
}

.footer .copyright p {
    font-size: 12px;
    font-family: simsun;
    line-height: 22px;
    color: #808080;
}

/*container*/

.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/*page*/

#pages {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
    color: #999;
}

#pages .a1:first-child {
    display: none;
}

#pages a, #pages span {
    display: inline-block;
    padding: 0 8px;
    margin: 0 5px;
    border: 1px solid #d9d9d9;
    color: #999;
    text-decoration: none;
}

#pages a:hover {
    background-color: #023f9b;
    color: #fff;
    border-color: #023f9b;
}

#pages span {
    color: #023f9b;
    font-weight: bold;
}

/*search-box*/

.search-box {
    overflow: hidden;
    margin-top: 6px;
    float: right
}

.search-box input {
    float: left;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding: 3px 5px;
    border: 1px solid #e6e6e6;
    box-sizing: content-box;
}

.search-box input[type="submit"] {
    width: 30px;
    text-align: center;
    border-left: none;
    background-color: #012376;
    color: #fff;
    box-sizing: content-box;
    *height: 26px;
    *padding: 0;
    *width: 41px;
}

.search-box input[type="text"] {
    width: 187px;
}

/*mobile-menu*/

.pc-show-mobile-hide {
    display: block;
}

.mobile-show-pc-hide {
    display: none;
}

.mobile-menu-hide {
    display: none;
    transition: all 0.25s;
}

@media screen and (max-width:768px) {
    .container {
        margin-top: 0;
        min-height: 574px;
    }
    .mobile-show-pc-hide {
        display: block;
    }
    .pc-show-mobile-hide {
        display: none;
    }
    /*mobile-menu*/
    .wrap-offset {
        -webkit-transform: translate3d(-135px, 0px, 0px);
        transition: all 0.25s;
    }
    .mobile-menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 135px;
        height: 100%;
        background: #282828;
    }
    .mobile-menu ul li {
        font-size: 16px;
        border-bottom: 1px solid #333;
    }
    .mobile-menu ul li a {
        display: block;
        padding: 20px 0;
        color: #fff;
        text-align: center;
    }
    /*header*/
    .header {
        position: relative;
        height: 60px;
        background-color: #012376;
    }
    .header img {
        position: absolute;
        width: 152px;
        height: 40px;
        left: 50%;
        top: 10px;
        margin-left: -76px;
    }
    .header .icon {
        position: absolute;
        top: 0;
        width: 60px;
        height: 60px;
        background-image: url(../images/m-header-i.png);
        background-repeat: no-repeat;
        -webkit-background-size: 24px auto;
        background-size: 24px auto;
    }
    .header .moblie-search-btn {
        left: 0;
        background-position: 18px -80px;
    }
    .header #moblie_menu_btn {
        right: 0;
        background-position: 18px 18px;
    }
    .header #moblie_menu_btn.act, .header .moblie-search-close {
        background-position: 18px -178px;
    }
    /*nav*/
    .nav {
        display: none;
    }
    /*container*/
    .container {
        width: auto;
    }
    #pages {
        font-size: 0;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    #pages a, #pages span {
        display: none;
    }
    #pages a.a1 {
        display: inline-block;
        font-size: 14px;
    }
    .date-search {
        display: none;
        width: auto;
        float: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        margin: 0;
    }
    .search-box {
        margin: 0;
        background-color: #12204a;
        display: -moz-box;
        display: -webkit-box;
        display: box;
        z-index: 99;
    }
    .search-box input {
        float: none;
        height: 24px;
        line-height: 24px;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        border: none;
        border-radius: 0;
    }
    .search-box input[type="text"] {
        width: auto;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        margin-left: 10px;
    }
    .search-box input[type="submit"] {
        background-color: #35b5eb;
        color: #fff;
        width: 38px;
        text-align: center;
        margin-right: 10px;
    }
}

@media screen and (max-width:480px) {
    .footer {
        padding: 10px 0;
    }
    .footer .footer-inner {
        width: auto;
    }
    .footer img {
        display: none;
    }
    .footer .copyright {
        padding: 0;
        margin: 0;
        text-align: center;
        float: none;
        border-left: none;
    }
}

@media screen and (max-width:320px) {
    .footer .copyright p {
        font-size: 10px;
        line-height: 1.2;
    }
}

