﻿@charset "utf-8";

/*全局样式*/

address,
caption,
cite,
code,
em,
strong,
th,
optgroup {
    font-style: inherit;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em {
    font-style: normal;
}

button {
    display: block;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

select,
input,
label,
button,
img {
    vertical-align: middle;
}

input,
button,
textarea,
img {
    line-height: normal;
}

input,
textarea,
select,
button {
    outline: medium none;
    resize: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
th,
td,
table,
img,
span,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

img {
    border: medium none;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

dl,
dt,
dd,
li,
ul {
    list-style-type: none;
}

i {
    font-style: normal;
}

a {
    color: #252525;
}

    a:link,
    a:active,
    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    font: normal 12px/22px "Song", Helvetica;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    color: #545454;
    background: #feecd3 url(../images/bg_all.jpg) no-repeat top center;
}

.width1000 {
    width: 1000px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 82px;
    background-color: #FFFFFF;
    border-top: 2px solid #eb9c2d;
    z-index: 50;
    border-bottom: 1px solid #eb9c2d;
    box-shadow: 0 2px 5px #545454;
}

    .header .width1000 {
        position: relative;
    }

.logoimg {
    position: absolute;
    top: 0;
    left: -160px;
}

.selcont {
    float: left;
    width: 323px;
    height: 32px;
    border: 1px solid #e6e6e6;
    background-color: #f3f3f3;
    border-radius: 3px;
    margin-top: 26px;
}

    .selcont input {
        float: left;
        width: 280px;
        height: 32px;
        line-height: 32px;
        border: 0;
        background: none;
        padding: 0 5px;
        color: #7b7878;
    }

    .selcont a {
        float: left;
        display: inline-block;
        width: 33px;
        height: 32px;
        background: url(../images/icon_sel.png) no-repeat center center;
    }

.headnav {
    float: left;
    margin: 24px 0 0 45px;
}

    .headnav li {
        float: left;
        position: relative;
        display: inline-block;
        width: 60px;
        height: 40px;
        line-height: 40px;
        margin: 0 15px;
    }

        .headnav li > a {
            display: inline-block;
            width: 60px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            font-family: "Microsoft Yahei";
            font-size: 14px;
        }

        .headnav li:hover {
            border-bottom: 2px solid #eb9c2d;
        }

            .headnav li:hover > a {
                color: #eb9c2d;
            }

        .headnav li.on {
            border-bottom: 2px solid #eb9c2d;
        }

            .headnav li.on > a {
                color: #eb9c2d;
            }

        .headnav li > a i {
            display: inline-block;
            width: 20px;
            height: 20px;
            z-index: 1;
            overflow: height;
            background: url(../images/icon_topnav.png) no-repeat;
            margin-right: 2px;
        }

            .headnav li > a i.bg1 {
                background-position: 0 center;
            }

            .headnav li > a i.bg2 {
                background-position: -20px center;
            }

            .headnav li > a i.bg3 {
                background-position: -39px center;
            }

            .headnav li > a i.bg4 {
                background-position: -60px center;
            }

            .headnav li > a i.bg5 {
                background-position: -80px center;
            }

            .headnav li > a i.bg6 {
                background-position: -100px center;
            }

            .headnav li > a i.bg7 {
                background-position: -120px center;
            }

        .headnav li em {
            position: absolute;
            top: -4px;
            left: 13px;
            display: inline-block;
            width: 15px;
            height: 14px;
            text-align: center;
            line-height: 14px;
            background-color: #f7ae48;
            border: 1px solid #f7a533;
            color: #FFFFFF;
        }

        .headnav li div {
            display: none;
            position: absolute;
            top: 40px;
            left: -115px;
            width: 300px;
            background: url(../images/center/dh_bg.png) 0 5px;
            z-index: 1;
            box-shadow: 0 0 5px #000;
            border-radius: 0 0 3px 3px;
        }

            .headnav li div a {
                display: inline-block;
                width: 24%;
                height: 20px;
                line-height: 20px;
                text-align: center;
                font-family: "微软雅黑";
                color: #FFFFFF;
            }

        .headnav li:hover div {
            display: block;
        }

        .headnav li div a:hover {
            color: #eb9c2d;
        }

.bodyer {
    margin-top: 82px;
}

.footer {
    height: 96px;
    background-color: #535151;
    border-bottom: 1px solid #585656;
    color: #d1d1d1;
    text-align: center;
}

    .footer > div {
        display: inline-block;
    }

    .footer img {
        float: left;
    }

    .footer .box {
        float: left;
        height: 50px;
        margin: 23px 0 0 25px;
        padding-left: 20px;
        border-left: 1px solid #d1d1d1;
    }

        .footer .box ul li {
            float: left;
            margin: 0 15px 8px 15px;
            color: #d1d1d1;
        }

            .footer .box ul li:first-child {
                margin-left: 0;
            }

            .footer .box ul li a {
                color: #d1d1d1;
                margin-right: 12px;
            }

        .footer .box p {
            text-align: left;
            line-height: 18px;
        }

            .footer .box p a {
                color: #d1d1d1;
            }

.bgorange {
    width: 1000px;
    padding-top: 20px;
    min-height: 757px;
    margin: 0 auto;
    background: url(../images/bgorange.png);
    box-shadow: 0 0 4px #fbb183;
    padding-bottom: 15px;
}

.lcont {
    float: left;
    width: 200px;
    margin-left: 9px;
}

.ccont {
    float: left;
    width: 593px;
    margin-left: 10px;
}

.rcont {
    float: left;
    width: 165px;
    margin-left: 10px;
}

.login {
    width: 198px;
    height: 228px;
    background: url(../images/bgray.png);
    border: 1px solid #f9b07c;
}

.classel {
    background-color: #FFFFFF;
    padding: 5px 15px 30px 15px;
}

.selmain {
    margin-top: 10px;
}

    .selmain > ul > li {
        margin: 0 5px 10px 5px;
    }

    .selmain .li_name {
        float: left;
        text-align: right;
        width: 80px;
        text-align: center;
        font-size: 14px;
        line-height: 28px;
        color: #3e3d3c;
        font-family: "微软雅黑";
    }

    .selmain .li_nr {
        float: left;
        margin-left: 5px;
        width: 468px;
        position: relative;
    }

        .selmain .li_nr .nr_ul li {
            float: left;
        }

            .selmain .li_nr .nr_ul li a {
                display: block;
                background: url(../images/center/fxk1.png) no-repeat 0 7px;
                padding-left: 18px;
                line-height: 28px;
                font-family: 宋体;
                font-size: 12px;
                color: #737373;
                width: 75px;
            }

                .selmain .li_nr .nr_ul li a:hover {
                    color: #0180cd;
                }

                .selmain .li_nr .nr_ul li a.on {
                    background: url(../images/center/fxk2.png) no-repeat 0 7px;
                    color: #0180cd;
                }

    .selmain div.cdiv {
        text-align: center;
        padding-top: 20px;
    }

        .selmain div.cdiv a {
            display: inline-block;
            width: 121px;
            height: 26px;
            text-align: center;
            line-height: 25px;
            border: 1px solid #c38817;
            background-color: #ffb933;
            border-radius: 3px;
            color: #6c3535;
            font-size: 14px;
            font-family: "微软雅黑";
        }

            .selmain div.cdiv a:hover {
                box-shadow: 0 0 5px #c38817;
            }

    .selmain .tit {
        padding-left: 10px;
        margin-bottom: 8px;
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        font-family: "微软雅黑";
        border: 1px solid #e6e6e6;
        color: #6c3535;
        background-color: #f5f5f5;
    }

.selmaincont {
    margin-top: 10px;
    background-color: #FFFFFF;
    padding: 0 10px 20px 10px;
    min-height: 480px;
}

    .selmaincont .project_con li {
        position: relative;
    }

        .selmaincont .project_con li .btn_yt {
            position: absolute;
            top: 5px;
            right: 4px;
            display: inline-block;
            width: 78px;
            height: 26px;
            line-height: 26px;
            background-color: #fb771f;
            border: 1px solid #f2670a;
            color: #FFFFFF;
            text-align: center;
            border-radius: 3px;
            cursor: pointer;
        }

            .selmaincont .project_con li .btn_yt:hover {
                box-shadow: 0 0 5px #f2670a;
            }

            .selmaincont .project_con li .btn_yt i {
                display: inline-block;
                width: 26px;
                height: 26px;
                background: url(../images/btn_yt.png) no-repeat center center;
                vertical-align: middle;
            }


             .selmaincont .project_con li .btn_bm {
            position: absolute;
            top: 5px;
            right: 4px;
            display: inline-block;
            width: 78px;
            height: 26px;
            line-height: 26px;
            background-color: #ffcc00;
            border: 1px solid #f2670a;
            color: #FFFFFF;
            text-align: center;
            border-radius: 3px;
            cursor: pointer;
        }

            .selmaincont .project_con li .btn_bm:hover {
                box-shadow: 0 0 5px #ffcc00;
            }

            .selmaincont .project_con li .btn_bm i {
                display: inline-block;
                width: 26px;
                height: 26px;
                background: url(../images/icon_hd.png) no-repeat center center;
                vertical-align: middle;
            }

.rmproject {
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

    .rmproject .tit {
        height: 38px;
        line-height: 38px;
        border-bottom: #e6e6e6 solid 1px;
        position: relative;
        font-family: 微软雅黑;
        font-size: 16px;
        color: #333;
    }

        .rmproject .tit a {
            display: block;
            background: url(../images/center/more.png) no-repeat;
            width: 18px;
            height: 18px;
            right: 5px;
            top: 11px;
            position: absolute;
        }

    .rmproject .list li {
        padding: 10px 0;
        border-top: 1px dashed #e6e6e6;
    }

        .rmproject .list li:first-child {
            border-top: 0;
        }

        .rmproject .list li a {
            display: block;
            font-family: 微软雅黑;
            font-size: 14px;
        }

        .rmproject .list li p {
            padding-top: 5px;
        }

            .rmproject .list li p span {
                display: inline-block;
                width: 64px;
                height: 20px;
                text-align: center;
                line-height: 20px;
                border: 1px solid #e83131;
                margin-right: 5px;
                border-radius: 2px;
            }

                .rmproject .list li p span.red {
                    color: #e83131;
                    border: 1px solid #e83131;
                }

                .rmproject .list li p span.blue {
                    color: #0681c8;
                    border: 1px solid #0681c8;
                }

.xq_cont {
    position: relative;
    padding: 5px 15px 30px 15px;
    background-color: #FFFFFF;
}

.contbox {
    padding-top: 20px;
}

    .contbox .leftbox {
        width: 180px;
        height:213px;
    }

        .contbox .leftbox img {
            width: 168px;
            height: 148px;
            border: 1px solid #e6e6e6;
            padding: 5px;
            margin-bottom:10px;
        }

    .contbox .rightbox {
        width: 360px;
    }

        .contbox .rightbox > div {
            padding: 10px;
            border-top: 1px solid #e6e6e6;
            line-height: 1em;
        }

            .contbox .rightbox > div:first-child {
                border-top: 0;
            }

            .contbox .rightbox > div.tr {
                text-align: right;
            }

            .contbox .rightbox > div h1 {
                font-size: 22px;
                color: #221815;
            }

            .contbox .rightbox > div span {
                color: #9c9c9c;
                line-height:25px;
                
            }

                .contbox .rightbox > div span.type01 {
                    color: #4d4d4d;
                    padding-left: 35px;
                }

            .contbox .rightbox > div a {
                color: #076dcc;
                padding-right: 20px;
            }

                .contbox .rightbox > div a.map {
                    display: inline-block;
                    height: 18px;
                    line-height: 18px;
                    background: url(../images/icon_map.png) no-repeat left center;
                    padding-left: 16px;
                    color: #076dcc;
                    padding-right: 20px;
                }

            .contbox .rightbox > div span.iocn {
                display: inline-block;
                height: 18px;
                line-height: 18px;
                padding-right: 15px;
            }

                .contbox .rightbox > div span.iocn.sc {
                    cursor: pointer;
                }

                    .contbox .rightbox > div span.iocn.sc.on {
                        color: #e31717;
                    }

                        .contbox .rightbox > div span.iocn.sc.on i {
                            background: url(../images/icon_star02.png) no-repeat center center;
                        }

                .contbox .rightbox > div span.iocn i {
                    position: relative;
                    display: inline-block;
                    width: 18px;
                    height: 18px;
                    vertical-align: middle;
                    margin-right: 2px;
                }

                    .contbox .rightbox > div span.iocn i.star {
                        top: -2px;
                        background: url(../images/icon_star01.png) no-repeat center center;
                    }

                    .contbox .rightbox > div span.iocn i.fs {
                        top: -1px;
                        background: url(../images/icon_fs.png) no-repeat center center;
                    }

                    .contbox .rightbox > div span.iocn i.eye {
                        background: url(../images/icon_eye.png) no-repeat center center;
                    }

        .contbox .rightbox .btn_yt {
            display: inline-block;
            width: 78px;
            height: 26px;
            line-height: 26px;
            background-color: #fb771f;
            border: 1px solid #f2670a;
            color: #FFFFFF;
            text-align: center;
            border-radius: 3px;
            cursor: pointer;
        }

            .contbox .rightbox .btn_yt i {
                display: inline-block;
                width: 26px;
                height: 26px;
                background: url(../images/btn_yt.png) no-repeat center center;
                vertical-align: middle;
            }

            .contbox .rightbox .btn_yt:hover {
                box-shadow: 0 0 5px #f2670a;
            }

.xq_content {
    background-color: #FFFFFF;
    margin-top: 10px;
    padding: 15px 15px 30px 15px;
}

    .xq_content .tit {
        padding-left: 10px;
        color: #221815;
        font-family: "微软雅黑";
        font-size: 14px;
        height: 34px;
        line-height: 34px;
        border: 1px solid #e6e6e6;
        background-color: #f5f5f5;
    }

    .xq_content .word {
        padding: 20px 10px;
    }

        .xq_content .word p {
            color: #666666;
            line-height: 2em;
            text-indent: 2em;
        }

    .xq_content .word2 {
        padding: 10px;
    }

        .xq_content .word2 p {
            color: #666666;
            line-height: 2em;
        }

.showcont {
    padding: 10px;
}

    .showcont > p {
        line-height: 2em;
        color: #666666;
    }

        .showcont > p a {
            color: #3084d2;
        }

.lbox {
    position: relative;
    height: 85px;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    padding: 20px 23px;
    margin: 20px 0;
}

    .lbox .hd {
        position: absolute;
    }

        .lbox .hd ul li {
            color: #FFFFFF;
        }

    .lbox .bd {
    }

        .lbox .bd ul li {
            float: left;
            width: 114px;
            height: 85px;
            margin: 0 5px;
        }

            .lbox .bd ul li img {
                width: 114px;
                height: 85px;
            }

    .lbox a.prev, .lbox a.next {
        position: absolute;
        top: 39px;
        display: inline-block;
        width: 20px;
        height: 44px;
        cursor: pointer;
    }

    .lbox a.next {
        left: 4px;
        background: url("../images/icon_prev2.png") no-repeat;
    }

    .lbox a.prev {
        right: 4px;
        background: url("../images/icon_prev1.png") no-repeat;
    }

.video {
    margin: 20px 0;
    padding-left: 56px;
}

.writebox {
    height: 193px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #fafafa;
}

    .writebox textarea {
        border: 0;
        border-radius: 5px;
        width: 96%;
        height: 125px;
        padding: 5px;
        line-height: 2em;
        color: #545454;
        font-size: 13px;
        background-color: #fafafa;
    }

    .writebox h2 {
        height: 55px;
        line-height: 55px;
        border-top: 1px solid #cccccc;
        font-size: 14px;
        text-align: right;
        margin-top: 1px;
    }

        .writebox h2 em.emed068f {
            color: #0091cf;
        }

        .writebox h2 .bluebtn2 {
            display: inline-block;
            width: 97px;
            height: 31px;
            text-align: center;
            line-height: 31px;
            margin: 0 10px;
            background-color: #0fa7e9;
            color: #FFFFFF;
            font-size: 14px;
            font-family: "微软雅黑";
            border-radius: 3px;
        }

            .writebox h2 .bluebtn2:hover {
                box-shadow: 0 0 5px #0fa7e9;
            }

.rcont_main.mb10 {
    margin-bottom: 10px;
}

.wordlist_r li {
    padding: 8px 0;
    border-top: 1px dashed #999999;
}

    .wordlist_r li:first-child {
        border-top: 0;
    }

    .wordlist_r li a {
        color: #666666;
        font-weight: bold;
    }

    .wordlist_r li p {
        padding: 3px 0;
    }

        .wordlist_r li p span {
            color: #666666;
        }

.shadow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../images/bgback2.png);
    z-index: 11;
}

.atv_sign {
    display: none;
    position: fixed;
    width: 434px;
    height: 484px;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    margin: -217px 0 0 -242px;
    z-index: 12;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #8f8d8e;
    overflow: hidden;
}

    .atv_sign h1 {
        height: 40px;
        line-height: 40px;
        background-color: #fb771f;
        text-align: center;
        color: #FFFFFF;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .atv_sign .iconclose {
        display: inline-block;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: url(../images/icon_close.png) no-repeat center center;
    }

.sign_table {
    width: 90%;
    margin: 0 5%;
}

    .sign_table td {
        padding: 10px 0;
        line-height: 1.1em;
    }

        .sign_table td em {
            color: #494444;
            padding-right: 15px;
        }

        .sign_table td a.orange {
            color: #fb771f;
        }

        .sign_table td i {
            color: #db4545;
            padding-right: 2px;
        }

        .sign_table td input[type="text"] {
            width: 205px;
            height: 30px;
            line-height: 30px;
            border-radius: 3px;
            border: 1px solid #cccccc;
            background-color: #fffcf7;
            margin-top: 10px;
            padding: 0 5px;
            color: #545454;
        }

        .sign_table td textarea {
            width: 340px;
            height: 92px;
            padding: 5px;
            line-height: 2em;
            border-radius: 3px;
            border: 1px solid #cccccc;
            background-color: #fffcf7;
            margin-top: 10px;
            color: #545454;
        }

        .sign_table td input[type="checkbox"] {
            margin-right: 3px;
        }

        .sign_table td p {
            color: #c0bebe;
        }

        .sign_table td.tc {
            text-align: center;
        }

        .sign_table td .btn {
            display: inline-block;
            width: 128px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            border-radius: 3px;
            margin: 0 5px;
            font-family: "微软雅黑";
            font-size: 16px;
        }

            .sign_table td .btn.tj {
                border: 1px solid #ed6810;
                background-color: #fb771f;
                color: #FFFFFF;
                cursor: pointer;
            }

            .sign_table td .btn.qx {
                border: 1px solid #cccccc;
                background-color: #f8f8f8;
                color: #878787;
            }

            .sign_table td .btn.tj:hover {
                box-shadow: 0 0 5px #ed6810;
            }

            .sign_table td .btn.qx:hover {
                box-shadow: 0 0 5px #cccccc;
            }

.selmain div.selectbox {
    width: 96%;
    margin: 0 auto;
    height: 27px;
    line-height: 27px;
    border: 1px solid #f7ae48;
    border-radius: 3px;
}

    .selmain div.selectbox input {
        float: left;
        width: 80%;
        height: 27px;
        line-height: 27px;
        color: #999999;
        border: 0;
        padding: 0 1%;
        border-radius: 3px;
    }

    .selmain div.selectbox a {
        float: left;
        display: inline-block;
        width: 18%;
        height: 27px;
        text-align: center;
        line-height: 27px;
        border: 1px solid #c38817;
        margin: -1px -2px 0 0;
        border-radius: 0 3px 3px 0;
        background-color: #ffb933;
        font-size: 16px;
        font-family: "微软雅黑";
        color: #582929;
    }

.fondjob {
    padding-top: 10px;
}

    .fondjob .hd {
        height: 34px;
        border: 1px solid #e6e6e6;
        background-color: #f5f5f5;
    }

        .fondjob .hd ul li {
            float: left;
            width: 95px;
            height: 34px;
            text-align: center;
            line-height: 34px;
            color: #000000;
            font-size: 14px;
            cursor: pointer;
            font-family: "微软雅黑";
            border-right: 1px solid #e6e6e6;
        }

            .fondjob .hd ul li.on {
                height: 33px;
                height: 33px;
                color: #0681c8;
                background-color: #FFFFFF;
                border-top: 2px solid #0681c8;
                margin-top: -1px;
            }

    .fondjob .bd {
        padding-top: 10px;
    }

        .fondjob .bd.on {
            display: none;
        }

        .fondjob .bd ul li {
            padding: 15px 0;
            border-bottom: 1px dashed #999999;
        }

            .fondjob .bd ul li:hover {
                background-color: #f8f8f8;
            }

            .fondjob .bd ul li a {
                display: inline-block;
                font-size: 16px;
                font-family: "微软雅黑";
                color: #000000;
                padding-right: 15px;
            }

                .fondjob .bd ul li a:hover {
                    color: #3fafef;
                }

            .fondjob .bd ul li em {
                display: inline-block;
                line-height: 1em;
                padding: 5px 15px;
                text-align: center;
                background-color: #3fafef;
                border-radius: 2px;
                color: #FFFFFF;
            }

            .fondjob .bd ul li span {
                color: #3fafef;
                font-weight: bold;
                padding-right: 5px;
            }

            .fondjob .bd ul li p {
                color: #666666;
                line-height: 2em;
                padding-top: 5px;
            }

.zw_table {
    width: 100%;
}

    .zw_table td {
        width: 50%;
        padding: 10px;
        border-bottom: 1px dashed #999999;
    }

        .zw_table td h1 {
            font-family: "微软雅黑";
            font-size: 22px;
            color: #000000;
        }

        .zw_table td em {
            color: #9c9c9c;
        }

        .zw_table td span {
            color: #4d4d4d;
        }

        .zw_table td em.time {
            padding-top: 10px;
        }

        .zw_table td a {
            color: #1667ca;
        }

.fenxbox {
    padding-top: 25px;
}

    .fenxbox .llsc1 {
        background: url(../images/center/sc1.png) no-repeat 18px 5px;
        padding-left: 20px;
        padding-right: 12px;
        color: #808080;
        display: inline-block;
        width: 40px;
        text-align: right;
        cursor: pointer;
    }

        .fenxbox .llsc1.on {
            background: url(../images/center/sc2.png) no-repeat 8px 5px;
            color: #f86218;
        }

    .fenxbox span.iocn {
        display: inline-block;
        height: 18px;
        line-height: 18px;
        padding-right: 10px;
    }

        .fenxbox span.iocn i {
            position: relative;
            display: inline-block;
            width: 18px;
            height: 18px;
            vertical-align: middle;
            margin-right: 2px;
        }

            .fenxbox span.iocn i.fs {
                top: -1px;
                background: url(../images/icon_fs.png) no-repeat center center;
            }

            .fenxbox span.iocn i.eye {
                background: url(../images/icon_eye.png) no-repeat center center;
            }

    .fenxbox .btn_yt {
        display: inline-block;
        width: 100px;
        height: 26px;
        line-height: 26px;
        background-color: #fb771f;
        border: 1px solid #f2670a;
        color: #FFFFFF;
        text-align: center;
        border-radius: 3px;
        cursor: pointer;
    }

        .fenxbox .btn_yt i {
            display: inline-block;
            width: 26px;
            height: 26px;
            background: url(../images/icon_sq.png) no-repeat center center;
            vertical-align: middle;
        }

        .fenxbox .btn_yt:hover {
            box-shadow: 0 0 5px #f2670a;
        }

.atv_sign.type02 {
    height: 264px;
}
/* 评论 */
.pl_list1 {
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}

    .pl_list1 > li {
        overflow: hidden;
        clear: both;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e2e2e2;
    }

        .pl_list1 > li .pl_img1 {
            display: block;
            float: left;
            margin-right: 10px;
        }

        .pl_list1 > li .pl_text {
            float: left;
            width: 455px;
        }

.pl_list2 {
    margin-left: 100px;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
    display: none;
}

.pl_text2 a {
    font-size: 14px;
    font-weight: normal;
    font-family: 宋体;
    font-weight: bold;
    color: #3daa62;
}

.pl_text2 span {
    font-size: 13px;
    color: #9C9C9C;
    font-family: 宋体;
    margin-left: 20px;
}

.pl_list2 > li {
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    clear: both;
}

.pl_text2 {
    width: 380px;
    float: left;
}

.pl_list1 > li .pl_img2 {
    display: block;
    float: left;
    margin-right: 10px;
}

.pl_text h2 a {
    font: bold 14px/14px 宋体;
    color: #3daa62;
    height: 14px;
}

.pl_text h2 span {
    font: normal 14px/14px 宋体;
    color: #999999;
    margin-left: 20px;
}

.pl_text p {
    font-size: 14px;
    line-height: 20px;
    font-family: 宋体;
    /*margin-top: 10px;*/
    color: #666;
}

/* .pl_list0 .pl_text {
    width: 455px;
}

.pl_list0 .pl_text2 {
    width: 450px!important;
    font-size: 12px;
    color: #666;
    line-height: 18px;
}

.pl_list0 > li {
    width: 542px;
}

.pl_list0 .huifu_area {
    width: 555px;
}

.pl_list0 .huifu_area textarea {
    width: 555px;
} */

.pl_btn2 {
    float: right;
    font-family: 宋体;
    color: #9C9C9C;
}

.hf_time {
    margin-right: 5px;
}

.pl_btn2 span b {
    font-weight: normal;
    cursor: pointer;
    font-size: 12px;
    color: #3daa62;
    margin-left: 3px;
    margin-right: 3px;
}

.pl_btn2 span em {
    font-style: normal;
    cursor: pointer;
    color: #666;
}

.huifu_area {
    width: 543px;
    clear: both;
    display: none;
}

    .huifu_area textarea {
        width: 531px;
        border: 1px solid #c1c1c1;
        height: 80px;
        padding: 5px;
        resize: vertical;
        margin-top: 10px;
    }

.huifu_area_btn {
    float: right;
}

    .huifu_area_btn span {
        display: inline-block;
        width: 90px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-family: 宋体;
        cursor: pointer;
    }

.btna {
    background: #ff6c0a;
}

.btnb {
    background: #b0b0b0;
}

.selmain div.selectbox.type02 {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    margin-left: 10px;
}

.btn_active {
    display: inline-block;
    width: 120px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #e76712;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: 微软雅黑;
    font-size: 14px;
    text-align: center;
    background-color: #fb771f;
    vertical-align: middle;
    margin-left: 10px;
}

    .btn_active i {
        display: inline-block;
        height: 26px;
        width: 26px;
        vertical-align: middle;
        background: url(../images/center/hmy_icon01.png) no-repeat center center;
    }

    .btn_active:hover {
        box-shadow: 0 0 5px #e76712;
    }

.selmaincont .project_con li .btn_bm {
    position: absolute;
    top: 17px;
    right: 4px;
    display: inline-block;
    width: 78px;
    height: 26px;
    line-height: 26px;
    background-color: #ffcc00;
    border: 1px solid #f7ae48;
    color: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

    .selmaincont .project_con li .btn_bm:hover {
        box-shadow: 0 0 5px #f7ae48;
    }

    .selmaincont .project_con li .btn_bm i {
        position: relative;
        top: -1px;
        display: inline-block;
        width: 26px;
        height: 26px;
        margin-right: 3px;
        background: url(../images/icon_hd.png) no-repeat center center;
        vertical-align: middle;
    }
/*我要报名*/


.wybm_box {
    position: fixed;
    z-index: 12;
    left: 50%;
    top: 50%;
    display: none;
    width: 600px;
    margin: -350px 0 0 -300px;
    border-radius: 5px;
    overflow: hidden;
}

    .wybm_box .wybm_top {
        display: block;
        height: 40px;
        line-height: 40px;
        background-color: #fb771f;
        text-align: center;
        color: #FFFFFF;
        font-size: 18px;
        font-family: "微软雅黑";
    }


        .wybm_box .wybm_top span {
            float: right;
            margin-right: 5px;
            cursor: pointer;
            display: inline-block;
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url(../images/icon_close.png) no-repeat center center;
        }

.wybm_content {
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 650px;
}

    .wybm_content.type02 {
        padding: 20px 20px 0 20px;
    }

    .wybm_content .wybm_info {
        padding: 10px 30px 10px;
        border-bottom: 1px solid #ebebeb;
    }

    .wybm_content h1 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 5px;
        color: #000;
        font-family: "微软雅黑";
    }

    .wybm_content ul li {
        font-size: 12px;
        color: #666666;
    }

    .wybm_content .wybm_info li em {
        font-style: normal;
        color: #ff6c0a;
        font-weight: bold;
    }

    .wybm_content .wybm_input {
        padding: 0 30px 30px;
        border-bottom: 1px solid #ebebeb;
    }

.wybm_input h2 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #000;
    font-family: "微软雅黑";
}

.wybm_input h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #031313;
    margin-top: 10px;
    font-family: "微软雅黑";
}

.wybm_input input {
    width: 350px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    background-color: #fffcf7;
    margin-top: 10px;
    padding: 0 5px;
    color: #545454;
}

.wybm_input h3 span {
    color: #db1010;
    margin-left: 3px;
}

.wybm_input .error {
    color: #db1010;
    margin-left: 10px;
    position: relative;
    *top: -5px;
}

.wybm_content .wybm_btn {
    display: block;
    width: 200px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    margin: 0 5px;
    font-family: "微软雅黑";
    font-size: 16px;
    border: 1px solid #ed6810;
    background-color: #fb771f;
    color: #FFFFFF;
    margin: 25px auto;
}

.contbox .rightbox .btn_bm {
    display: inline-block;
    width: 78px;
    height: 26px;
    line-height: 26px;
    background-color: #ffcc00;
    border: 1px solid #f7ae48;
    color: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

    .contbox .rightbox .btn_bm i {
        position: relative;
        top: -1px;
        display: inline-block;
        width: 26px;
        height: 26px;
        margin-right: 3px;
        background: url(../images/icon_hd.png) no-repeat center center;
        vertical-align: middle;
    }

    .contbox .rightbox .btn_bm:hover {
        box-shadow: 0 0 5px #f7ae48;
    }

.xq_cont .llsc1 {
    background: url(../images/center/sc1.png) no-repeat 18px center;
    padding-left: 20px;
    padding-right: 12px;
    color: #808080;
    display: inline-block;
    width: 40px;
    text-align: right;
    cursor: pointer;
}

    .xq_cont .llsc1.on {
        background: url(../images/center/sc2.png) no-repeat 8px center;
        color: #f86218;
    }

.xm_content .li_nr .nr_ul li a.redw {
    color: #d93838;
    width: 120px;
    font-weight: bold;
}

    .xm_content .li_nr .nr_ul li a.redw:hover {
        color: #d93838;
    }

.xm_content .li_nr .select1 {
    width: 306px;
    height: 28px;
    line-height: 28px;
    border: #ccc solid 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-left: 4px;
}

.zw_table td a.map {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background: url(../images/icon_map.png) no-repeat left center;
    padding-left: 16px;
    color: #076dcc;
    padding-right: 20px;
    margin-left: 30px;
}

.addmore {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #DDD;
    color: #555;
    cursor: pointer;
}

    .addmore:hover {
        background-color: #CCC;
    }

.pl_nub {
    display: block;
    line-height: 1em;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    text-align: right;
    font-family: "微软雅黑";
    font-size: 13px;
    color: #c2c0c0;
}
