﻿@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #999;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        color: #999;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #999;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #999;
    }

input, textarea {
    border: 2px none;
    box-shadow: none;
    outline: none;
}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 16px/22px "Microsoft YaHei";
    color: #666;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4, h5, h6 {
    font-size: 100%;
}

* h1, * h2, * h3, * h4, * h5, * h6 {
    margin: 0;
}
/*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {
    font-style: normal;
}
/* 斜体扶正 */

/* 重置列表元素 */
ul, ol, li {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #666;
    word-wrap: break-word;
    cursor: pointer;
}
    /*英文换行*/
    a:hover {
        text-decoration: none;
        color: #910800;
    }


/* 重置表单元素 */
legend {
    color: #000;
}
/* for ie6 */
fieldset, img {
    border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*设置浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

/*字体大小*/
.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.blk-main .clearlist {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    float: none;
}




/*表单弹框*/

.nsw-modal {
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.modal-dialog {
    position: fixed;
    color: #000000;
    top: 150px;
    width: 400px;
    border-radius: 3px;
    min-height: 155px;
    overflow: hidden;
    z-index: 99998;
    margin-left: -200px;
    left: 50%;
}

    /*
.modal-dialog .css-icon {
	background-image: url("../images/modal-icons.png");
}
*/

    .modal-dialog .modal-head {
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        background: #F6EFEF;
        font-size: 14px;
    }

        .modal-dialog .modal-head .modal-logo {
            width: 15px;
            height: 15px;
            background-position: 1px 0;
            margin: 8px 5px 0 0;
            float: left;
        }

        .modal-dialog .modal-head .close {
            float: right;
            width: 15px;
            height: 15px;
            background-position: -14px 0;
            margin-top: 8px;
        }

    .modal-dialog .modal-body {
        width: 100%;
        min-height: 125px;
        background: #ffffff;
    }

        .modal-dialog .modal-body .modal-body-left {
            width: 140px;
            float: left;
        }

            .modal-dialog .modal-body .modal-body-left .icon {
                width: 64px;
                height: 64px;
                margin: 30px 0 0 48px;
            }

            .modal-dialog .modal-body .modal-body-left .success-message {
                background-position: 0 -14px;
            }

            .modal-dialog .modal-body .modal-body-left .warming-message {
                background-position: 0 -78px;
            }

        .modal-dialog .modal-body .modal-body-right {
            width: 260px;
            float: right;
            padding-top: 20px;
        }

            .modal-dialog .modal-body .modal-body-right .close-btn {
                color: #000;
                text-align: center;
                width: 90px;
                display: inline-block;
                height: 24px;
                line-height: 24px;
                background: #818079;
            }

            .modal-dialog .modal-body .modal-body-right p {
                line-height: 30px;
            }
/**/

/*底部*/
body {
    background: #f5f5f5;
}
/**/

.m_con {
    background-color: #f0f3f4;
}

.hz01 {
    float: left;
    width: 17%;
    z-index: 2;
    overflow-y: scroll;
    height: 100%;
    background: #F0F3F4
}

    .hz01 h2 {
        height: 55px;
        font: bold 20px/55px "Microsoft YaHei";
        color: #fff;
        text-align: center;
        width: 100%;
        background-color: #4358AB;
    }

    .hz01 h3 {
        width: 100%;
        height: 45px;
        font: bold 15px/45px "Microsoft Yahei";
        color: #4358AB;
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
    }

        .hz01 h3 em {
            display: block;
            height: 45px;
            padding-left: 33%;
            border-left: 5px solid transparent;
            background: url("../images/index/list1.png") no-repeat 16% center #fff;
            color: #00125c;
            font-family: "微软雅黑";
            font-size: 14px;
            font-weight: bold;
        }

            .hz01 h3 em.chan_pin {
                background: url("/images/chan_pin.png") no-repeat 16% center #fff;
            }

            .hz01 h3 em.ding_dan {
                background: url("/images/ding_dan.png") no-repeat 16% center #fff;
            }

            .hz01 h3 em.dang_hang {
                background: url("/images/dang_hang.png") no-repeat 16% center #fff;
            }

            .hz01 h3 em.cai_wu {
                background: url("/images/cai_wu.png") no-repeat 16% center #fff;
            }

            .hz01 h3 em.guang_gao {
                background: url("/images/guang_gao.png") no-repeat 16% center #fff;
            }

            .hz01 h3 em.hui_yuan {
                background: url("/images/hui_yuan.png") no-repeat 16% center #fff;
            }

            .hz01 h3 em.men_dian {
                background: url("/images/men_dian.png") no-repeat 16% center #fff;
            }

            .hz01 h3 em.wen_zhang {
                background: url("/images/wen_zhang.png") no-repeat 16% center #fff;
            }

            .hz01 h3 em.xi_tong {
                background: url("/images/xi_tong.png") no-repeat 16% center #fff;
            }

            .hz01 h3 em.yin_xiao {
                background: url("/images/yin_xiao.png") no-repeat 16% center #fff;
            }

            .hz01 h3 em.ying_xiao {
                background: url("/images/ying_xiao.png") no-repeat 16% center #fff;
            }

            .hz01 h3 em.tong_ji {
                background: url("/images/tong_ji.png") no-repeat 16% center #fff;
            }

            .hz01 h3 em.shu_ju {
                background: url("/images/shu_ju.png") no-repeat 16% center #fff;
            }

    .hz01 ul {
        display: none;
    }

        .hz01 ul li {
            height: 45px;
            font: 14px/45px "Microsoft Yahei";
            color: #666666;
            background: #f5f5f5;
            border-bottom: 1px solid #dcdcdc;
        }

            .hz01 ul li em {
                display: block;
                height: 45px;
                padding-left: 35%;
                color: #656565;
                font-family: "微软雅黑";
                font-size: 14px;
            }

    .hz01 h3.on em {
        border-left: 5px solid #4358AB;
        background-color: #FFF;
    }

    .hz01 ul li.on a em, .hz01 ul li a:hover em {
        background: #fff;
        border-bottom: 1px solid #4358AB;
        color: #4358AB;
        display: block;
    }



.home_r {
    width: 100%;
    float: right;
    height: 855px;
}

    .home_r #frmEditor {
        height: 100%;
    }

.btom {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #4358AB;
}


/*新添加样式2017-8-28*/

/*头部*/
.tb2 {
    height: 131px;
    border-top: 5px solid #e9ecef;
    background: #fff;
}

    .tb2 h1 {
        width: 500px;
        height: 99px;
        padding: 16px 0;
    }

        .tb2 h1 img {
            width: 500px;
            height: 99px;
        }

/*底部开始*/
.f_foot {
    background: #f08200;
    overflow: hidden;
    font-family: "Microsoft YaHei"
}

.ft-top {
    height: 314px;
    overflow: hidden;
}

.ft-top-lt {
    display: block;
    float: left;
    width: 820px;
    border-right: 1px solid #ffa361;
    height: 240px;
    padding-top: 44px;
}

    .ft-top-lt dl {
        display: block;
        float: left;
        width: 150px;
        margin-left: 60px;
    }

        .ft-top-lt dl.ml0 {
            margin-left: 0;
        }

    .ft-top-lt dt {
        display: block;
        overflow: hidden;
        padding-left: 20px;
        height: 75px;
        border-bottom: 1px solid #ffa361;
        margin-bottom: 15px;
    }

        .ft-top-lt dt a {
            display: block;
            color: #fff;
            font-size: 18px;
            text-decoration: none;
        }

        .ft-top-lt dt i {
            display: block;
            font-style: normal;
            color: #ffc076;
            font-size: 14px;
            text-transform: uppercase;
            padding-top: 15px;
        }

    .ft-top-lt dd {
        display: block;
        height: 34px;
        line-height: 34px;
        overflow: hidden;
        vertical-align: middle;
        padding-left: 20px;
    }

        .ft-top-lt dd a {
            color: #fff;
            font-size: 14px;
        }

.ft-top-rt {
    display: block;
    width: 345px;
    padding-top: 71px;
    height: 243px;
    overflow: hidden;
    float: right;
    text-align: center;
}

    .ft-top-rt dt {
        display: block;
        overflow: hidden;
        margin: 0 auto;
        width: 97px;
    }

        .ft-top-rt dt img {
            display: block;
            overflow: hidden;
            width: 93px;
            height: 93px;
            border: 2px solid #161616;
        }

    .ft-top-rt dd {
        padding-top: 12px;
        overflow: hidden;
        line-height: 37px;
        overflow: hidden;
        text-align: center;
    }

        .ft-top-rt dd span {
            display: block;
            color: #fff;
            font-size: 16px;
        }

        .ft-top-rt dd a {
            color: #fff;
            font-size: 14px;
            text-decoration: underline;
        }

/*info*/
.info {
    background: #fff;
}

    .info p {
        text-align: center; /* height: 34px;*/
        line-height: 22px;
        padding-right: 4px;
        margin: 8px auto;
    }

        .info p.dp1 {
            padding-top: 22px;
        }

        .info p span {
            display: inline-block;
            font: 14px/34px "Microsoft Yahei";
            color: #595959;
        }

            .info p span.mlf1 {
                margin-left: 40px;
            }

            .info p span.mlf2 {
                margin-left: 130px;
            }

            .info p span.mlf3 {
                margin-left: 55px;
            }

            .info p span.mlf4 {
                margin-left: 30px;
            }

.tbs {
    display: inline-block;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    background: #4358AB;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
}

    .tbs:hover {
        color: #fff;
        opacity: 0.8;
    }

/*head*/
.head {
    height: 75px;
    background: #fff;
    overflow: hidden;
}

    .head h1 {
        margin: 0 0 0 40px;
        height: 80px;
        display: inline-block;
        width: auto;
    }

        .head h1 span {
            display: inline-block;
            font-size: 18px;
            color: #333;
            padding-top: 25px;
            line-height: 60px;
            vertical-align: top;
            font-weight: normal;
            padding-left: 14px;
            font-weight: bold;
        }

.tb_r {
    float: right;
    margin-left: auto;
    padding-bottom: 10px;
}

.type {
    float: left;
}

    .type a {
        float: left;
        font-size: 14px;
        color: #666;
        padding-left: 24px;
        margin-right: 30px;
    }

    .type .a1 {
        background: url(../../images/wxzf.jpg) no-repeat left center;
        white-space: nowrap;
    }

    .type .a2 {
        background: url(../../images/bdsq.jpg) no-repeat left center;
        white-space: nowrap;
        margin-right: 0;
    }

.help {
    float: left;
    font-size: 14px;
    color: #666;
    margin-left: 60px;
}

    .help a {
        color: #666;
        margin: 0 5px;
        white-space: nowrap;
    }

.tb_an {
    float: left;
    margin-right: 40px;
    padding-left: 60px;
    flex-shrink: 0;
}

    .tb_an p {
        float: left;
        margin-left: 40px;
    }

        .tb_an p:first-child {
            margin-left: 0;
        }

        .tb_an p img {
            margin: 0 auto;
            display: block;
            width: 24px;
        }

        .tb_an p span {
            display: block;
            font-size: 14px;
            color: #666;
            text-align: center;
            padding-top: 7px;
            line-height: 20px;
        }


html {
    font-size: 10px;
}

@media screen and (min-width:800px) {
    html {
        font-size: 11px;
    }
}

@media screen and (min-width:1024px) {
    html {
        font-size: 13px;
    }
}

@media screen and (min-width:1280px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width:1440px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width:1600px) {
    html {
        font-size: 18px;
    }
}

@media screen and (min-width:1920px) {
    html {
        font-size: 20px;
    }
}

@media screen and ( max-width: 980px ) {
    .help {
        margin-left: 20px;
    }

    .tb_an p {
        margin-left: 20px;
    }

    .type a {
        margin-left: 0;
    }
}

.lf_Com {
    position: relative;
    overflow: hidden;
}

    .lf_Com .iconfont {
        position: absolute;
        font-size: 18px;
        right: 0;
        top: 0px;
        background: #2e323e;
        color: #fff;
        padding: 2px 7px;
        cursor: pointer;
    }

.hz01.cur {
    width: 3rem;
    min-width: 0;
}

    .hz01.cur h3 {
        background: none;
    }

    .hz01.cur .iconfont {
        width: 100%;
        padding: 0.2rem 0;
        text-align: center;
        line-height: 2rem;
        height: auto;
    }

    .hz01.cur h2 {
        background: #222631;
    }

        .hz01.cur h2 span {
            display: none;
        }

    .hz01.cur h3 {
        cursor: pointer;
    }

        .hz01.cur h3 em {
            padding-left: 0;
            background-position: center center;
            width: 2.8rem;
            display: block;
            height: 3rem;
        }

            .hz01.cur h3 em span {
                display: none;
            }

    .hz01.cur .warp {
        overflow: visible;
    }

        .hz01.cur .warp .ul {
            position: relative;
            margin-top: -2rem;
        }

.hz01 .li {
    position: relative;
}

.hz01.cur ul {
    position: absolute;
    left: 2.8rem;
    width: 120px;
    padding: 10px 0;
    top: 0.4rem;
}

.head {
    position: relative;
}

    .head .iconfont {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 24px;
        cursor: pointer;
    }

    .head.cur {
        height: 80px;
        overflow: hidden;
    }

        .head.cur h1 {
            height: 50px;
        }

            .head.cur h1 img {
                height: 50px;
            }

            .head.cur h1 span {
                line-height: 30px;
                padding-top: 16px;
                font-size: 16px;
            }

    .hz01, .head, .head h1 span, .head h1 img, .home_r, .hz01 h3 .tem1 span, .iconfont {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

        .hz01 .li[cssclass='0'] {
            display: none;
        }

.iconfont {
    display: none;
}
/*login*/
.loginBox {
    width: 325px;
    height: 430px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 110px;
    margin-left: 160px;
}

    .loginBox ul {
        display: block;
        margin: 12px auto;
        width: 272px;
    }

    .loginBox li {
        margin-bottom: 25px;
    }

        .loginBox li input {
            width: 100%;
            height: 44px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #4358AB;
        }

    .loginBox h2, .loginBox h3 {
        text-align: center;
        font-weight: normal;
    }

    .loginBox h2 {
        color: #4358AB;
        font-family: "微软雅黑";
        font-size: 24px;
        margin-top: 45px;
    }

    .loginBox h3 {
        opacity: .8;
        color: #959595;
        font-family: "Arial";
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 5px;
    }

    .loginBox li button {
        width: 272px;
        height: 46px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #4358AB;
        border: 0;
        color: #fff;
        font-family: "微软雅黑";
        font-size: 20px;
        cursor: pointer;
        margin-top: 25px;
    }

    .loginBox li input.icon {
        padding-left: 45px;
        background-image: url('/images/user.png');
        background-repeat: no-repeat;
        background-position: 10px center;
    }

    .loginBox li input.password {
        background-image: url('/images/password.png');
    }

    .loginBox li input.yzm {
        width: 82px;
        text-align: center;
    }

    .loginBox .sx {
        color: #4358AB;
        font-family: "微软雅黑";
        font-size: 13px;
        text-decoration: underline;
        margin-left: 10px;
        cursor: pointer;
        display: inline;
        width: auto;
    }

.header, .content, .footer {
    width: 1200px;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: 86px;
    background-color: #FFF;
   /* background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE5MjggODYiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHkxPSI1MCUiIHgyPSIxMDAlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTU0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkNWI2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTkyOCIgaGVpZ2h0PSI4NiIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(left, #ffa549 0%, #fd5b69 100%);
    background-image: -o-linear-gradient(left, #ffa549 0%, #fd5b69 100%);
    background-image: -webkit-linear-gradient(left, #ffa549 0%, #fd5b69 100%);
    background-image: linear-gradient(left, #ffa549 0%, #fd5b69 100%);*/
}

/*home*/
.hide {
    display: none;
}

.orders {
    height: auto;
    align-self: center;
    margin: 0 auto;
    position: relative;
    height: 75px;
}

    .orders a {
        color: #fafbff;
        font-size: 16px;
        display: block;
        margin: 5px 0;
    }

    .orders button {
        width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -15px;
        border: 1px solid #fff;
        color: #fff;
        font-family: "微软雅黑";
        font-size: 16px;
        background: transparent;
        right: -82px;
        cursor: pointer;
        display: none;
    }

        .orders button:hover {
            background: #fff;
            border-color: #fff;
            color: #4358AB;
        }

.listwarp {
    display: none;
}

.list {
    position: fixed;
    background: #fff;
    left: 0;
    z-index: 100;
    top: 0;
    display: block;
    width: 60%;
    height: 60%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    left: 20%;
    top: 20%;
    z-index: 1001;
}

    .list .hide {
        display: block;
        ;
    }

    .list ul {
        display: block;
        overflow: hidden;
        height: 100%;
        width: 100%;
        overflow-y: auto;
    }

        .list ul li {
            font-size: 18px;
            font-family: "微软雅黑";
            margin: 5px 0;
        }

            .list ul li, .list ul li a {
                color: #666;
            }

.listwarp .mark {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
