﻿@charset "utf-8";
/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #666;
    overflow-x: hidden;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

    a:active {
        star: expression(this.onFocus=this.blur());
    }

img {
    border: 0px;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #1d208b;
    outline: none;
}

ul, p, dl, dt, dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1, h2, h3, h4, h5 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 16px;
}

h5 {
    font-size: 12px;
}

input, textarea {
    background: transparent;
    padding: 0px;
    font-size: 12px;
    font-family: Arial, "微软雅黑";
    color: #888;
    outline: none;
    border: 0px;
}

em {
    font-style: normal;
}

.wal {
    width: 1200px;
    margin: 0px auto;
}

.fl {
    float: left;
}

.fr {
    float: right; 
}

.h34 {
    height: 34px;
}

.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    _display: inherit;
}

.pc-show {
    display: block !important;
}

.pc-hide {  
    display: none !important;
}

.w1600 {
    width: 1600px;
    margin: 0 auto;
}

.w1172 {
    width: 1172px;
}

.w380 {
    width: 380px;
}

.w1190 {
    width: 74%;
}

.w372 {
    width: 23%;
}


/*三级下拉菜单*/
.sNav .ul1 {
    position: absolute;
    left: 265px;
    top: 0px;
    min-width: 299px;
    background: #f7f7f7;
    display: none;
}

.sNav .ul li:hover .ul1 {
    display: block;
}

.sNav .ul2 {
    position: absolute;
    left: 265px;
    top: 55px;
    min-width: 300px;
    background: #f7f7f7;
    display: none;
}

.sNav .ul li:hover .ul2 {
    display: block;
}

.sNav .ul3 {
    position: absolute;
    left: 265px;
    top: 110px;
    min-width: 300px;
    background: #f7f7f7;
    display: none;
}

.sNav .ul li:hover .ul3 {
    display: block;
}

.sNav .ul4 {
    position: absolute;
    left: 265px;
    top: 170px;
    min-width: 350px;
    background: #f7f7f7;
    display: none;
}

.sNav .ul li:hover .ul4 {
    display: block;
}

.sNav .ul5 {
    position: absolute;
    left: 265px;
    top: 225px;
    min-width: 300px;
    background: #f7f7f7;
    display: none;
}

.sNav .ul li:hover .ul5 {
    display: block;
}

.sNav .ul6 {
    position: absolute;
    left: 265px;
    top: 280px;
    min-width: 300px;
    background: #f7f7f7;
    display: none;
}

.sNav .ul li:hover .ul6 {
    display: block;
}



.sNav ul li a:hover {
    display: block;
    color: #1E208B;
    font-weight: bold;
}

.sNav ul li ul li a:hover {
    display: block;
    color: #1E208B;
    font-weight: bold;
}
/*三级下拉菜单*/

/*经过显示*/

.sNav .dl {
    margin: 0 -2px;
    font-size: 16px;
    min-width: 1700px;
    text-align: center;
    line-height: 56px;
    display: block;
    padding: 0 30px;
}

.sNav {
    position: absolute;
    top: 120px;
    background: #f7f7f7; /*背景色*/
    display: none;
    z-index: 10;
}

    .sNav ul {
        overflow: hidden; /*溢出隐藏*/
    }

    .sNav li {
        margin: 0 -2px;
    }

    .sNav a {
        font-size: 16px;
        text-align: center;
        line-height: 56px;
        display: block;
        padding: 0 30px;
    }
/*头部导航*/
.header {
}

.headerTop {
    overflow: hidden;
    padding: 10px 0 0;
    background: #efefef;
}

    .headerTop .w1600 {
        overflow: hidden;
    }

    .headerTop ul {
        overflow: hidden;
        float: right;
        margin: 0 -12px 0 0;
    }

    .headerTop li {
        line-height: 32px;
        float: left;
        padding: 0 12px;
        background: url(../images/bor_01.jpg) no-repeat right center;
    }

        .headerTop li:last-child {
            background: none;
        }

        .headerTop li a {
            font-size: 14px;
            color: #333333;
        }

        .headerTop li.on a {
            color: #f07f00;
        }

.headerBtm {
    position: relative;
    text-align: center;
    background: #FFFFFF;
}

    .headerBtm .logo {
        position: absolute;
        left: 0;
        top: 14px;
    }

    .headerBtm .effect {
        padding: 20px 0 0;
    }

.head_list {
    overflow: hidden;
    display: inline-block;
    margin-right: -90px;
    margin-bottom: -4px;
}

    .head_list li {
        float: left;
    }

        .head_list li a {
            display: block;
            padding: 0 30px;
            font-size: 16px;
            color: #333333;
            line-height: 84px;
        }

        .head_list li.on a {
            color: #1E208B;
            font-weight: bold;
        }

        .head_list li:hover a {
            color: #1E208B;
            font-weight: bold;
        }

.headerBtm .seekBox {
    float: left;
    width: 30px;
    height: 46px;
    position: relative;
}

    .headerBtm .seekBox:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10;
        transition: 1s;
    }

    .headerBtm .seekBox input {
        float: right;
        height: 46px;
        border-radius: 64px;
        margin-right: -6px;
        box-sizing: border-box;
        width: 0;
        transition: .5s;
        background: #e6e6e6;
        color: #333;
        font-size: 16px;
    }

    .headerBtm .seekBox .seek {
        width: 30px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0px;
        background: url(/template/images/seek.png) no-repeat center;
        display: block;
    }

    .headerBtm .seekBox:hover input {
        width: 260px;
        padding: 0 40px 0 14px;
        border: #333333 solid 1px;
    }

    .headerBtm .seekBox:hover:before {
        left: 100%;
    }

.headerBtm .language {
    float: left;
    line-height: 46px;
    width: 58px;
    text-align: left;
    position: relative;
}

    .headerBtm .language span {
        color: #333333;
        background: url(../images/btm_01.png) no-repeat right center;
        display: block;
        font-size: 16px;
        padding: 0 0 0 18px;
        cursor: pointer;
    }

    .headerBtm .language dl {
        position: absolute;
        left: 0;
        top: 100%;
        background: #FFFFFF;
        right: 0;
        display: none;
        z-index: 20;
        padding: 0 0 6px;
    }

    .headerBtm .language dd a {
        line-height: 28px;
        padding: 0 0 0 18px;
        font-size: 16px;
        color: #333333;
        display: block;
    }

    .headerBtm .language dd:hover a {
        color: #1d208b;
        font-weight: bold;
    }

/*pc*/
/*经过显示*/
/*.sNav {
    position: absolute;
    top: 126px;
    background: #f7f7f7;
    display: none;
    z-index: 10;
}

    .sNav ul {
        overflow: hidden;
    }

    .sNav li {
        margin: 0 -2px;
    }

    .sNav a {
        font-size: 16px;
        text-align: center;
        line-height: 56px;
        display: block;
        color: #333;
        padding: 0 30px;
    }

    .sNav li.on {
        background: #f7f7f7;
    }

        .sNav li.on a {
            color: #1d208b;
            font-weight: bold;
        }

    .sNav li:hover {
        background: #f7f7f7;
    }

        .sNav li:hover a {
            color: #1d208b;
            font-weight: bold;
        }

.sNavBox {
    position: absolute;
    left: 0;
    top: 126px;
    background: #f7f7f7;
    z-index: 10;
    display: none;
}

    .sNavBox .list {
        padding: 26px 42px 30px;
        overflow: hidden;
    }

    .sNavBox dl {
        float: left;
    }

        .sNavBox dl:last-child {
            padding-right: 0;
        }

    .sNavBox dt {
        line-height: 34px;
        border-bottom: 1px solid #dbdbdb;
        background: url(../images/head_i1.png) no-repeat left center;
        padding-left: 20px;
        font-size: 16px;
        color: #333333;
        margin-bottom: 12px;
        padding-right: 50px;
    }

    .sNavBox dl:last-child dt {
        padding-right: 0;
    }

    .sNavBox dd {
        padding-left: 20px;
        line-height: 28px;
        font-size: 14px;
        padding-right: 50px;
    }

    .sNavBox dl:last-child dd {
        padding-right: 0;
    }

    .sNavBox dd a {
        color: #333333;
    }

        .sNavBox dd.on a,
        .sNavBox dd a:hover {
            color: #1d208b;
        }*/




/*尾部*/
.footerDiv {
    background: #01037d;
    padding: 50px 0 42px;
}

.footer .leftDiv {
}

    .footer .leftDiv .logo {
        margin-right: 42px;
    }

.footer_list {
}

    .footer_list ul {
        overflow: hidden;
        margin-bottom: 14px;
    }

    .footer_list li {
        float: left;
        margin-right: 24px;
    }

        .footer_list li:last-child {
            margin-right: 0;
        }

        .footer_list li a {
            color: #FFFFFF;
            font-size: 14px;
        }

    .footer_list .p {
        font-size: 14px;
        color: #ffffff;
        opacity: 0.5;
    }

        .footer_list .p a {
            font-size: 14px;
            color: #ffffff;
            opacity: 0.5;
        }

    .footer_list li a:hover {
        text-decoration: underline;
    }


.footer .rightDiv {
}

    .footer .rightDiv .tit {
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 6px;
    }

        .footer .rightDiv .tit img {
            margin-right: 8px;
        }

    .footer .rightDiv .num {
        color: #FFFFFF;
        font-size: 24px;
    }

/*手机菜单*/
.navRight {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 101;
    right: -100%;
    top: 0px;
    padding-right: 8%;
    box-sizing: border-box;
}

    .navRight .closeBtn {
        line-height: 0.66rem;
        width: 8%;
        position: absolute;
        top: 0px;
        right: 0%;
        z-index: 32;
        text-align: center;
    }

        .navRight .closeBtn img {
            width: 60%;
        }

    .navRight .logo {
        position: absolute;
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        height: 44px;
    }

        .navRight .logo img {
            height: 100%;
        }

.parole {
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: center;
    margin: 0 3% 12px;
    padding-bottom: 20px;
}

    .parole a {
        display: inline-block;
        font-size:;
        color: #3c3c3c;
        font-family: "微软雅黑";
        margin: 0 8px;
    }

        .parole a.on {
            color: #0066b2;
        }

.navRight .list {
    box-sizing: border-box;
    background: #FFFFFF;
    height: 100%;
    overflow: auto;
}

    .navRight .list li {
        font-size: 15px;
        line-height: 0.84rem;
        border-bottom: 0.01rem solid #dbdbdb;
    }

        .navRight .list li.no {
            background: none;
        }

        .navRight .list li a {
            display: block;
            color: #1d1d1d;
            height: 0.84rem;
            font-size: 0.3rem;
            padding: 0 0.2rem;
        }

        .navRight .list li .add {
            color: #1d208b;
            background: url(../images/m-ico1.png) no-repeat right center;
            font-weight: bold;
        }

        .navRight .list li dl {
            display: none;
        }

        .navRight .list li dd {
            line-height: 30px;
        }

            .navRight .list li dd a {
                height: 30px;
                font-size: 0.26rem;
            }

        .navRight .list li .on a {
            color: #1d208b;
        }

.pageBg {
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
    left: 0px;
    top: 0px;
}

.m-navRight {
}

.sNavMBig {
}

    .sNavMBig .box {
        overflow: hidden;
        padding: 0 0.2rem 0.12rem;
        display: none;
    }

        .sNavMBig .box ul {
            float: none;
            max-width: auto;
        }

            .sNavMBig .box ul .name {
                padding-right: 0.52rem;
            }

            .sNavMBig .box ul li a {
                padding-right: 0.52rem;
            }

            .sNavMBig .box ul:last-child .name {
                padding-right: 0;
            }

        .sNavMBig .box li {
            border-bottom: none;
        }

        .sNavMBig .box li {
            line-height: 0.36rem;
        }

.navRight .box .name {
    font-size: 0.3rem;
    color: #333333;
    background: url(../images/head_i1.png) no-repeat left center;
    background-size: 0.1rem;
    padding: 0.08rem 0.2rem;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0.08rem;
}

.navRight .box li a {
    height: 0.36rem;
    font-size: 0.26rem;
    color: #333333;
}

.navRight .box .open a {
    color: #1d208b;
}

.navRight .box li a:hover {
    color: #1d208b;
}



/*内页banner*/



/*页码*/
.numberBox {
    margin: 48px 0 0;
}

.number {
    text-align: center;
}

    .number a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        display: inline-block;
        margin: 0 6px;
        font-size: 14px;
        color: #bdbdbd;
        text-align: center;
    }

        .number a:hover {
            background: #e32718;
            color: #FFFFFF;
            font-weight: bold;
        }

        .number a.prev {
            background: url(../images/l3_n.png) no-repeat center;
            text-indent: 100%;
        }

        .number a.next {
            background: url(../images/r3_n.png) no-repeat center;
            text-indent: 100%;
        }

        .number a.prev:hover {
            background: #e32718 url(../images/l3_f.png) no-repeat center;
        }

        .number a.next:hover {
            background: #e32718 url(../images/r3_f.png) no-repeat center;
        }

        .number a.on {
            background: #e32718;
            color: #FFFFFF;
            font-weight: bold;
        }

.number_more {
    line-height: 42px;
    display: block;
    text-align: center;
    background: #e32718;
    color: #FFFFFF;
    font-size: 16px;
    display: none;
}

    .number_more:hover {
        color: #FFFFFF;
    }


/*分页*/


/*侧边*/
.side {
    position: fixed;
    right: 10px;
    top: 190px;
    z-index: 40;
}

    .side li {
        background: #333333;
        margin-bottom: 2px;
        border-radius: 5px;
        position: relative;
    }

        .side li a {
            display: block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            color: #FFFFFF;
            font-size: 14px;
        }

    .side .liow1 a {
        text-align: center;
        line-height: 16px;
        padding: 7px 0 0;
        height: 38px;
    }

    .side li:hover {
        background: #1E208B;
    }

    .side .mouse {
        position: absolute;
        left: -200px;
        top: 0px;
        display: none;
    }

    .side .liNow .mouse {
        display: block;
    }

    .side .liow2 .mouse {
        background: #1E208B;
        width: 184px;
        height: 142px;
        left: -184px;
        top: 0px;
    }

    .side .liow2 p {
        padding: 15px 0 0 28px;
        font-size: 16px;
        color: #fff;
    }

    .side .liow2 .list {
        padding: 10px 0 0 27px;
    }

    .side .liow2 dd {
        float: left;
        margin-right: 45px;
        line-height: 22px;
        position: relative;
        font-size: 14px;
    }

        .side .liow2 dd a {
            display: block;
            padding-left: 28px;
            background: url(../images/nimg21_1.png) left center no-repeat;
            color: #fff;
            width: 100%;
        }

    .side .liow3 .mouse {
        background: #1E208B;
        width: 214px;
        height: 45px;
        left: -214px;
        top: 0px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        line-height: 45px;
    }

    .side .liow4 .mouse {
        background: #1E208B;
        width: 290px;
        height: 45px;
        left: -290px;
        top: 0px;
    }

        .side .liow4 .mouse em {
            position: absolute;
            left: 15px;
            top: 0px;
            line-height: 45px;
            font-size: 14px;
            color: #fff;
            display: block;
        }

        .side .liow4 .mouse .list {
            padding-left: 86px;
            line-height: 45px;
        }

            .side .liow4 .mouse .list dd {
                float: left;
                margin-right: 10px;
            }

                .side .liow4 .mouse .list dd a {
                    width: auto;
                }


/*上下篇*/
.pieceBox {
    position: relative;
    padding: 26px 0 0;
}

    .pieceBox div {
        width: 60%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 24px;
        font-size: 14px;
    }

    .pieceBox span {
        color: #666;
    }

    .pieceBox a {
        color: #666;
    }

        .pieceBox a:hover {
            color: #1E208B;
            text-decoration: underline;
        }

    .pieceBox .return {
        display: block;
        width: 130px;
        border-radius: 64px;
        line-height: 35px;
        font-size: 16px;
        position: absolute;
        right: 0;
        bottom: 15px;
        z-index: 10;
        background: #f07f00;
        color: #FFFFFF;
        text-align: center;
        transition: .5s;
        font-size: 14px;
    }

        .pieceBox .return img {
            margin: -2px 0 0 12px;
        }

        .pieceBox .return:hover {
            color: #FFFFFF;
            text-decoration: none;
            transform: translateY(-5px);
        }
