﻿
/* 
 * @description: 猪管网
 * @author: fuge.wu (2014-9-5 14:44:19) 
 * @update: fuge.wu (2014-9-5 14:44:19) 
*/

@charset "utf-8";

/* base */
body {
    font: 14px/1.5 \5b8b\4f53,tahoma,Arial;
    color: #666;
    font-family: Microsoft YaHei;
    background-color: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, input {
    font-size: 14px;
    font-weight: normal;
}

address, cite, code, em, th {
    font-weight: normal;
    font-style: normal;
}

input, select, textarea {
    outline: 0;
    vertical-align: middle;
}

/* public */
.fb {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.t_center {
    text-align: center;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.clear {
    zoom: 1;
}

    .clear:after {
        content: '';
        display: block;
        clear: both;
    }

.hied {
    display: none;
}

.yahei {
    font-family: Microsoft YaHei;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.max_w {
    width: 100%;
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.arial {
    font-family: arial;
}

.inline_block {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/* font link */
a {
    text-decoration: none;
    color: #666;
}

    a:hover {
        text-decoration: none; /*color:#dd4b39;*/
    }

/* font color */
.white, .white a {
    color: #fff;
}

.gray, .gray a {
    color: #999;
}

.gray_6 {
    color: #666;
}

.gray_d, .gray_d a {
    color: #333;
}

.red {
    color: #ff4848;
}

.red_d {
    color: #dd4b39;
}

.green {
    color: #69991d;
}

.red_l {
    color: #ea5b3d;
}

.red1 {
    color: #df4c3a;
}

.b_red {
    border-radius: 3px;
    margin-right: 10px;
    height: 30px;
    line-height: 28px;
    cursor: pointer;
    padding: 0 18px;
    border: none;
    background-color: #dd4b39;
    cursor: pointer;
    background-image: -moz-linear-gradient(top, #dd4b39, #dd4b39);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dd4b39), color-stop(1, #dd4b39));
    ;
    color: #ffffff;
}


/* font size */
.f11 {
    font-size: 11px;
}

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f30 {
    font-size: 30px;
}

.f40 {
    font-size: 40px;
}

.st {
    font-family: "宋体";
}


/* box */
.box5 {
    height: 5px;
}

.box10, .box20, .box30 {
    overflow: hidden;
    clear: both;
}

.box10 {
    height: 10px;
}

.box20 {
    height: 20px;
}

.box30 {
    height: 30px;
}

.border {
    border: 1px solid #e9e9e9;
}


/*2015.7.15*/
.w50 {
    width: 48%;
}

.b_bold {
    font-weight: bold;
}

.t_link {
    width: 20%;
    padding: 55px 0px 0px;
}

    .t_link li {
        line-height: 30px;
        list-style: none;
        text-align: left;
        position: relative;
        width: 110px;
        text-align: right;
        color: #df4c3a;
    }

        .t_link li span {
            display: inline-block;
            color: #333333;
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .t_link li i {
            display: inline-block;
            height: 10px;
            width: 10px;
            margin-right: 5px;
            vertical-align: middle;
        }

.t_con {
    width: 75%;
    margin-right: 2%;
}

    .t_con .tit {
        padding: 20px 0px;
    }

.t_chart {
    height: 190px;
}

.t_charts {
    height: 195px;
}

/*2015-10-8*/
.question {
    padding: 20px 20px 20px 25px;
    margin-top: 20px;
    border-left: 1px solid #ddd;
}

.q_query {
    height: 40px;
    border: 1px solid #fd583c;
    border-radius: 3px 0px 0px 3px;
    margin: 20px 0px;
    position: relative;
    overflow: hidden;
}

    .q_query input.text {
        padding: 0px 6px;
        line-height: 40px;
        color: #666666;
        border: none;
    }

    .q_query .submit {
        background: #fd583c;
        width: 80px;
        padding: 0px;
        height: 40px;
        border: 1px solid #fd583c;
        position: absolute;
        right: 0px;
    }

.q_list {
    height: 520px;
    overflow: auto;
    overflow-x: hidden;
}

    .q_list dl {
        padding: 20px 0px;
        border-bottom: 1px dashed #dddddd;
    }

    .q_list dt {
        background: url(../Images/Public/question.png) no-repeat 0px 3px;
        padding-left: 30px;
        color: #fd583c;
    }

    .q_list dd {
        background: url(../Images/Public/question.png) no-repeat 0px -30px;
        line-height: 25px;
        padding-top: 10px;
        padding-left: 30px;
    }

.body {
    background: #f5f6f7;
}

.height850 {
    min-height: 850px;
}

.height800 {
    height: 810px;
}

.height900 {
    height: 998px;
}

.height360 {
    height: 370px;
}

.height976 {
    height: 976px;
}

.box15 {
    height: 15px;
}

.wrapp {
    overflow: hidden;
    *zoom: 1;
    margin: 0px 20px 0px 0px;
}

.container, .sidebar {
    background-color: #fff;
    padding: 12px 20px;
    border: 1px solid #ddd;
    position: relative;
}

.sidebar {
    float: right;
    width: 218px;
}

.container {
    margin-right: 280px;
}

.row_fluid {
    overflow: hidden;
    margin-bottom: 20px;
}

.w_pubb {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    position: relative;
}

.w_pub {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    position: relative;
}

.wp_top {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.wp_logo {
    padding: 18px 0px 0px 12px;
    margin-right: 38px;
}

/*.wpn_lf {
    min-width: 641px;
}*/

.wpl_nav a {
    display: inline-block;
    background: #f5f6f7;
    height: 22px;
    line-height: 22px;
    min-width: 34px;
    padding: 0px 7px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-right: 10px;
    color: #aaaaaa;
    text-align: center;
}

    .wpl_nav a.cur {
        background: #ffffff;
        border: 1px solid #ff5640;
        color: #ff5640;
        font-weight: bold;
    }

    .wpl_nav a.white {
        background: #ffffff;
    }

    .wpl_nav a:hover {
        background: #ffffff;
    }

.wpl_query {
    height: 39px;
    border: 1px solid #fd583c;
    border-radius: 3px 0px 0px 3px;
    margin: 15px 0px 0px;
    position: relative;
    overflow: hidden;
}

    .wpl_query input.text {
        width: 90%;
        padding: 0px 6px;
        height: 39px;
        line-height: 39px;
    }

    .wpl_query .submit {
        background: #fd583c url(../Images/Public/main02.png) no-repeat center 0px;
        width: 80px;
        padding: 0px;
        height: 39px;
        border: 1px solid #fd583c;
        position: absolute;
        right: 0px;
    }

.wp_user {
    position: absolute;
    right: 12px;
}

.wpu_img {
    margin: -2px 16px 0px 0px;
    position: relative;
}

    .wpu_img img {
        width: 83px;
        height: 83px;
        border-radius: 40px;
    }

    .wpu_img i {
        display: inline-block;
        background: #4fc958;
        width: 15px;
        height: 15px;
        border: 2px solid #ffffff;
        border-radius: 20px;
        position: absolute;
        right: 5px;
        bottom: 0px;
    }

.wpu_info {
    padding-top: 0px;
}

    .wpu_info span {
        display: block;
        background: url(../Images/Public/main03.png) no-repeat;
        padding-left: 20px;
    }

    .wpu_info .wp_tit {
        background: none;
        font-family: Microsoft YaHei;
        padding: 0px;
        padding-bottom: 8px;
    }

    .wpu_info .jf {
        background-position: 0px 3px;
        color: #999;
    }

    .wpu_info .hz {
        background-position: 0px -50px;
        margin-top: 2px;
        color: #999;
    }

.p_tit {
    padding-bottom: 14px;
    border-bottom: 1px solid #ebebeb;
    color: #666666;
    position: relative;
}

    .p_tit a.moree {
        position: absolute;
        right: 0px;
        top: 10px;
        font-size: 12px;
        color: #999999;
    }

    .p_tit .p_nav {
        padding-left: 50px;
    }

        .p_tit .p_nav a {
            margin-right: 2%;
            padding-bottom: 17px;
        }

            .p_tit .p_nav a.cur {
                border-bottom: 2px solid #ff5640;
                color: #ff5640;
            }

.p_main {
    padding: 10px 0px 0px;
}

    .p_main li {
        line-height: 44px;
        border-bottom: 1px dashed #e6e6e6;
    }

        .p_main li:last-child {
            border: none;
            padding: 0px;
        }

        .p_main li span {
            color: #999999;
            float: right;
        }

        .p_main li a:hover {
            color: #ff4848;
        }

.p_ph li i {
    display: inline-block;
    margin-right: 5px;
    font-style: normal;
}

    .p_ph li i.cur {
        background: #ff5640;
        line-height: 0px;
        padding: 8px 2px;
        border-radius: 3px;
        color: #ffffff;
    }

.p_ph li span {
    float: right;
}

    .p_ph li span strong {
        color: #ff0000;
    }

.p_class {
    background: url(../Images/Public/li_class.gif) repeat-x 0 bottom;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

    .p_class li {
        float: left;
        display: inline;
        border: 1px solid #ddd;
        margin: 0px 8px 0px 0px;
        padding: 0px 7px;
        line-height: 26px;
        border-radius: 5px 5px 0 0;
    }

        .p_class li.end {
            margin-right: 0px;
        }

        .p_class li:last-child {
            margin-right: 0px;
        }

        .p_class li a {
            display: block;
        }

    .p_class .current {
        border-bottom: 1px solid #fff;
    }

        .p_class .current a {
            color: #ff5640;
        }

.p_tip {
    background: url(../Images/Public/main04.png) no-repeat;
    width: 240px;
    height: 74px;
    margin-bottom: 5px;
}

    .p_tip .pt_tip {
        display: inline-block;
        padding-top: 15px;
        color: #ffffff;
        font-weight: bold;
    }

.yellow {
    color: #ffea00;
}

.p_list {
    margin: 28px 0px 40px 0px;
}

    .p_list a {
        display: inline-block;
    }

        .p_list a:last-child {
            margin: 0px;
        }

        .p_list a:hover .pm_circle, .p_list a.cur .pm_circle {
            background: #ff7866 url(../Images/Public/main05.png) no-repeat;
            border-color: #ff7866;
        }

    .p_list .pm_circle {
        display: inline-block;
        background: url(../Images/public/main05.png) no-repeat;
        width: 75px;
        height: 75px;
        border: 2px solid #dddddd;
        border-radius: 50px;
        margin: 0px auto;
    }

    .p_list .pm_dpts, .p_list a:hover .pm_dpts, .p_list a.cur .pm_dpts {
        background-position: 15px 13px;
    }

    .p_list .pm_rsts, .p_list a:hover .pm_rsts, .p_list a.cur .pm_rsts {
        background-position: -100px 15px;
    }

    .p_list .pm_fmts, .p_list a:hover .pm_fmts, .p_list a.cur .pm_fmts {
        background-position: -205px 15px;
    }
    .p_list .pm_sccts, .p_list a:hover .pm_sccts, .p_list a.cur .pm_sccts {
        background-position: center;
        display: inline-block;
        background: url(MainHome/images/menuIcon/sccts_03.png) center no-repeat;
        width: 75px;
        height: 75px;
        border: 2px solid #dddddd;
        border-radius: 50px;
        margin: 0px auto;
    }

    .p_list .pm_dnts, .p_list a:hover .pm_dnts, .p_list a.cur .pm_dnts {
        background-position: -332px 15px;
    }

    .p_list .pm_gzmyts, .p_list a:hover .pm_gzmyts, .p_list a.cur .pm_gzmyts {
        background-position: -426px 15px;
    }

    .p_list .pm_mzmyts, .p_list a:hover .pm_mzmyts, .p_list a.cur .pm_mzmyts {
        background-position: -542px 15px;
    }

    .p_list .pm_fzmyts, .p_list a:hover .pm_fzmyts, .p_list a.cur .pm_fzmyts {
        background-position: -640px 15px;
    }

    .p_list a p {
        padding-top: 7px;
        line-height: 20px;
    }

        .p_list a p span {
            display: block;
        }

.p_conn {
    padding: 30px 0px 21px 8px;
}

    .p_conn a {
        display: inline-block;
        background: url(../Images/Public/main05.png) no-repeat 0px -125px;
        padding-left: 35px;
        margin: 0px 2%;
    }

.p_cha {
    padding: 35px 0px;
}

.p_chart {
    padding-top: 30px;
}

    .p_chart .echart {
        height: 343px;
    }

.t_pos {
    position: relative;
}

.pc_tit {
    padding-bottom: 10px;
    position: relative;
    color: #999;
}

    .pc_tit .pct_rt {
        position: absolute;
        right: 0px;
    }

    .pc_tit .pct_lff {
        position: absolute;
        left: 50%;
        top: 100px;
        margin: 0px 0px 0px -25px;
        text-align: center;
        color: #666;
    }

    .pc_tit .pct_rtt {
        position: absolute;
        left: 50%;
        top: 100px;
        margin: 0px 0px 0px -25px;
        text-align: center;
        color: #666;
    }

        .pc_tit .pct_lff strong, .pc_tit .pct_rtt strong {
            display: block;
        }

.p_charts {
    /*height: 260px;*/
     height: 320px;
    position: relative;
}

.p_name {
    background: url(../Images/Public/main05.png) no-repeat 0px -218px;
    padding-left: 40px;
    border: none;
    color: #999;
}

.p_table table td {
    text-align: center;
}

    .p_table table td.pbor {
        padding-right: 20px;
        border-right: 1px solid #e6e6e6;
    }

.pt_span a {
    display: inline-block;
    background: url(../Images/Public/main05.png) no-repeat 0px -218px;
    width: 97px;
    height: 36px;
    padding-top: 60px;
    border: 3px solid #ff5640;
    border-radius: 60px;
    text-align: center;
}

    .pt_span a.nfb {
        background-position: 30px -288px;
    }

    .pt_span a.nxd {
        background-position: -122px -282px;
    }

    .pt_span a.jys {
        background-position: -295px -678px;
    }

    .pt_span a.nmsc {
        background-position: -390px -675px;
    }

.li_bor1 {
    background: url(../Images/Public/li_class1.png) repeat-x 0 bottom;
    position: relative;
    height: 40px;
}

    .li_bor1 li {
        float: left;
        margin-left: 10px;
        display: inline;
        border-bottom: none;
        line-height: 38px;
    }

        .li_bor1 li a {
            display: block;
            min-width: 90px;
            border: 1px solid #dddddd;
            border-bottom: none;
            border-radius: 5px 5px 0 0;
        }

    .li_bor1 .current a {
        border: 1px solid #e6e6e6;
        font-weight: bold;
        color: #ff5640;
    }

    .li_bor1 .current a {
        border: 1px solid #ff5640;
        border-bottom: 1px solid #fff;
    }

.t_date {
    position: absolute;
    right: 0px;
}

    .t_date .m_search .time {
        line-height: 20x;
        height: 20px;
        border-radius: 3px;
        font-size: 14px;
        color: #999;
    }

    .t_date .m_search .time {
        background-position: 100px -321px;
        line-height: 20x;
    }

    .t_date .p_btnn a {
        padding: 6px 20px;
    }

.tab_list td, .tab_list th {
    padding: 10px 2%;
    border-bottom: 1px solid #e6e6e6;
}

.tab_list th {
    font-weight: bold;
}

.tab_list .tbl_td {
    display: block;
    width: 20%;
    margin: 0px auto;
    padding-right: 10px;
    text-align: left;
}

.w_tip {
    background: #ff5640;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
}

.padding20 {
    padding: 20px;
}

.f50 {
    font-size: 50px;
}

.pt_ble {
    background: #fff8ed;
    padding: 10px 0px;
    border: 1px solid #ebebeb;
}

    .pt_ble td span {
        display: block;
        color: #999;
    }

.p_w30 {
    width: 34%;
}

    .p_w30 table td {
        padding: 10px 0px;
    }

    .p_w30 .boline td {
        padding-top: 20px;
        border-top: 1px solid #ebebeb;
    }

.p_w70 {
    width: 65%;
}

.pw_btn a {
    display: inline-block;
    background: url(../Images/Public/main05.png) no-repeat;
    padding: 8px 15px 8px 50px;
    border: 1px solid #ff5640;
    border-radius: 3px;
    margin: 0px 5px;
    font-weight: bold;
}

    .pw_btn a.cz {
        background: #ff5640 url(../Images/Public/main05.png) no-repeat;
        background-position: -313px -300px;
        color: #ffffff;
    }

    .pw_btn a.qx {
        background-position: -446px -302px;
    }

    .pw_btn a.cz1 {
        background-position: -552px -300px;
        color: #ff5640;
    }

    .pw_btn a.qx1 {
        background-position: -652px -300px;
        border: 1px solid #dddddd;
        color: #dddddd;
    }

.pw_con {
    padding-bottom: 20px;
}

    .pw_con .pwc_p {
        line-height: 25px;
    }

.p_btnn a {
    display: inline-block;
    background: #ff5640;
    padding: 10px 30px;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
}

.pw_con .pt_bl {
    padding-top: 5px;
    border-top: 1px solid #ebebeb;
    color: #999;
}

.tc_btn {
    padding: 30px 0;
}

    .tc_btn a {
        display: inline-block;
        background: url(../Images/Public/main05.png) no-repeat;
        height: 40px;
        line-height: 40px;
        padding: 0 28px 0 58px;
        border: 1px solid #ff5640;
        border-radius: 3px;
        margin: 0 10px;
        color: #ff5640;
        font-weight: bold;
    }

        .tc_btn a:hover {
            background: #ff5640 url(../Images/Public/main05.png) no-repeat;
            color: #fff;
        }

        .tc_btn a.tb_sq {
            background-position: 15px -407px;
        }

        .tc_btn a.tb_jd {
            background-position: -505px -403px;
        }

        .tc_btn a.tb_hk {
            background-position: -225px -406px;
        }

        .tc_btn a.tb_mx {
            background-position: -346px -407px;
        }

        .tc_btn a:hover.tb_sq {
            background-position: -427px -403px;
        }

        .tc_btn a:hover.tb_jd {
            background-position: -100px -409px;
        }

        .tc_btn a:hover.tb_hk {
            background-position: -579px -369px;
        }

        .tc_btn a:hover.tb_mx {
            background-position: -645px -403px;
        }

.f38 {
    font-size: 38px;
}

.f60 {
    font-size: 60px;
}

.pw_gress {
    background: #eeeeee;
    width: 70%;
    height: 10px;
    border-radius: 5px;
    margin: 20px auto;
}

    .pw_gress .pwg_ess {
        display: inline-block;
        background: #ff5640;
        height: 10px;
        float: left;
        border-radius: 5px;
    }

.pw_xy {
    width: 175px;
    height: 140px;
    padding-top: 30px;
    border: 4px solid #dddddd;
    border-radius: 90px;
    margin: 20px 0px 0px 10%;
    text-align: center;
    position: relative;
}

    .pw_xy strong {
        display: block;
    }

    .pw_xy span {
        display: inline-block;
        padding: 0px 5px;
        border: 1px solid #ff5640;
        border-radius: 10px;
        color: #ff5640;
        margin-top: -15px;
    }

    .pw_xy .pwx_zi {
        background: #fff;
        position: absolute;
        top: -30px;
        right: 50px;
        color: #ddd;
        padding: 0px 10px 0px 20px;
    }

.tip {
    left: 50%;
    position: relative;
    margin-left: -250px;
}

    .tip .tip_lf {
        background: url(../Images/Public/lf.png) no-repeat;
        width: 14px;
        height: 34px;
    }

    .tip .tip_mid {
        background: url(../Images/Public/mid.png);
        height: 34px;
        line-height: 34px;
        padding-right: 10px;
    }

    .tip .tip_rt {
        background: url(../Images/Public/rt.png) no-repeat;
        width: 14px;
        height: 34px;
    }

    .tip .tip_mid p {
        background: url(../Images/Public/main05.png) no-repeat 0px -466px;
        padding-left: 40px;
    }

.pw_t td {
    vertical-align: top;
    position: relative;
}

.pw_t i {
    cursor: pointer;
    display: inline-block;
    background: url(../Images/Public/main05.png) no-repeat -6px -523px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

.tsm {
    display: none;
    border: 1px solid #dddddd;
    padding: 2px 10px;
    position: absolute;
    left: 50%;
    margin-left: -380px;
    margin-top: -5px;
    background: #fff8ed;
}

.t_shenhe span {
    display: inline-block;
    background: url(../Images/Public/main05.png) no-repeat;
    padding-left: 35px;
}

    .t_shenhe span.sh_suc {
        background-position: 0px -556px;
    }

    .t_shenhe span.sh_fail {
        background-position: 0px -582px;
    }

    .t_shenhe span.sh_time {
        background-position: -196px -578px;
        padding-left: 30px;
        margin-left: -10px;
    }

.t_option a {
    display: inline-block;
    background: url(../Images/Public/main05.png) no-repeat;
    padding: 0px 10px 0px 28px;
    border: 1px solid #ff5640;
    border-radius: 3px;
    color: #ff5640;
}

    .t_option a.zf {
        background-position: 3px -651px;
    }

    .t_option a.qy {
        background-position: 3px -616px;
    }

.p_line td {
    border-right: 1px solid #ebebeb;
}

    .p_line td:last-child {
        border-right: none;
    }

.newlist li {
    border: none;
    line-height: 20px;
    margin: 10px 0px 20px;
}

    .newlist li i {
        display: inline-block;
        margin-right: 10px;
        font-style: normal;
        font-size: 12px;
    }

        .newlist li i.cur {
            background: #ff5640;
            line-height: 0px;
            padding: 8px 2px;
            border-radius: 30px;
            color: #ffffff;
        }

    .newlist li span {
        color: #ff5640;
        float: none;
    }

    .newlist li dt {
        margin-right: 10px;
    }

    .newlist li dd {
        padding-top: 5px;
        color: #999999;
    }

        .newlist li dd strong {
            font-weight: normal;
            display: block;
            color: #666666;
            font-size: 14px;
        }

.nlist {
    padding: 0px;
    padding-bottom: 30px;
    margin-top: -8px;
}

    .nlist li {
        line-height: 50px;
        border-bottom: 1px solid #ebebeb;
        position: relative;
    }

        .nlist li a:hover {
            color: #ff5640;
        }

        .nlist li:last-child {
            border-bottom: 1px solid #ebebeb;
        }

        .nlist li span {
            position: absolute;
            right: 0px;
        }

            .nlist li span a {
                display: inline-block;
                background: url(../Images/Public/main05.png) no-repeat;
                padding-left: 20px;
                margin: 0px 10px;
                color: #999;
            }

                .nlist li span a.view {
                    background-position: -150px -742px;
                }

                .nlist li span a.chat {
                    background-position: -207px -744px;
                }

        .nlist li i {
            display: inline-block;
            background: url(../Images/Public/main05.png) no-repeat;
            width: 30px;
            height: 26px;
            vertical-align: middle;
        }

            .nlist li i.jing {
                background-position: -5px -760px;
            }

            .nlist li i.hot {
                background-position: -78px -760px;
            }

.q_search {
    height: 39px;
    padding: 0px;
    margin: 19px 0px;
}

    .q_search input.text {
        padding: 0px 6px;
        line-height: 39px;
        border: none;
    }

    .q_search .submit {
        background: #fd583c;
        width: 60px;
        padding: 0px;
        height: 40px;
        border: 1px solid #fd583c;
        position: absolute;
        right: 0px;
    }

.wp_log {
    padding: 8px 0px;
    position:;
    text-align: center;
}

    .wp_log span {
        display: block;
        padding-top: 5px;
    }

.wpn_lf {
    min-width: 641px; /*margin-top:15px;*/
}
/*.wpn_lf table{width:92%;}*/

/*.jifen{padding:0px 0px 5px 12px;position:relative;}
.jifen a{position:absolute;right:-20px;top:35px;background:url(../images/main05.png) no-repeat -273px -753px;width:78px;height:32px;line-height:32px;padding-left:20px;border:1px solid #ff5640;border-radius:3px;color:#ff5640;text-align:center;}*/

.w90 {
    width: 90%;
}

.pad10 {
    padding: 16px 0px 23px;
}
/*pages 分页*/
.Pages {
    margin: 5px 0px;
    padding-bottom: 32px;
}

    .pages a {
        display: inline-block;
        padding: 4px 10px;
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        margin: 0px 2px;
        color: #666666;
    }

        .pages a:hover, .pages a:hover, .pages a.cur {
            background: #ff5640;
            border-color: #ff5640;
            color: #ffffff;
        }

    .pages span {
        display: inline-block;
        margin-left: 5px;
        color: #999999;
    }

        .pages span.p_tz input {
            background: #f7f8fa;
            width: 50px;
            height: 28px;
            line-height: 28px;
            _height: 26px;
            _line-height: 26px;
            border: 1px solid #dbdbdb;
            border-radius: 5px;
            margin: 0px 8px;
            text-align: center;
            vertical-align: top;
        }

        .pages span.p_tz a {
            background: #eeeeee;
            margin-left: 10px;
        }

            .pages span.p_tz a:hover {
                background: #eeeeee;
                border-color: #dbdbdb;
                color: #666666;
            }

        .pages span.p_page {
            display: inline-block;
            line-height: 30px;
            padding-left: 10px;
            vertical-align: middle;
        }

.pt_span1 {
    padding-top: 50px;
    margin: 0px auto;
    text-align: center;
    padding-left: 80px;
}

    .pt_span1 a {
        margin-right: 100px;
        display: inline-block;
        background: #ff5640 url(/Images/Public/newicon.png) no-repeat 0px 0px;
        min-width: 110px;
        height: 60px;
        line-height: 60px;
        padding-left: 50px;
        border-radius: 3px;
        color: #fff;
    }

        .pt_span1 a.jys {
            background-position: 8px 12px;
        }

        .pt_span1 a.nmsc {
            background-position: 12px -54px;
            margin-left: 15%;
            margin-right: 0px;
        }

.p_lb p {
    margin-top: 3px;
}

/*2015-10-29*/
.wp_log {
    padding: 8px 0px;
    position:;
    margin-left: -10px;
    text-align: center;
}

    .wp_log span {
        display: block;
        padding-top: 5px;
    }

.wpn_lf {
    /*margin-left: -20px;*/
}

.jifen {
    position: relative;
}

    .jifen a {
        display: inline-block;
        background: url(/Images/Public/main05.png) no-repeat -273px -753px;
        width: 78px;
        height: 32px;
        line-height: 32px;
        padding-left: 20px;
        border: 1px solid #ff5640;
        border-radius: 3px;
        color: #ff5640;
        text-align: center;
    }

.w90 {
    width: 90%;
}

.pad10 {
    padding: 16px 0px 23px;
}
/*2015-11-03*/
.wap{margin:0px;position:relative;background:#fafafa;padding:0px;}
.wap .row_fluid{margin:0px;}
.w229{width:190px;}
.container1 ,.sider{background-color:#fafafa;padding:12px 20px;position:relative;}
.container1{background:#fff;border-left:1px solid #dddddd;margin-left:232px;padding:30px;}
.new_menu li{padding-left:30px;line-height:40px;}
.new_menu li a{display:inline-block;background:url(/Images/Public/new_icon.png) no-repeat;padding-left:30px;font-size:16px;}
.new_menu li a.ion1{background-position:0px 9px;}
.new_menu li a.ion2{background-position:0px -40px;}
.new_menu li a.ion3{background-position:0px -91px;}
.new_menu li a.ion4{background-position:0px -141px;}
.new_menu li a.ion5{background-position:0px -191px;}
.new_menu li a.ion6{background-position:0px -241px;}
.new_menu li.current a,.new_menu li:hover a{color:#ff5640;}
.new_menu li.current a.ion1,.new_menu li:hover a.ion1{background-position:-180px 10px;}
.new_menu li.current a.ion2,.new_menu li:hover a.ion2{background-position:-180px -40px;}
.new_menu li.current a.ion3,.new_menu li:hover a.ion3{background-position:-180px -90px;}
.new_menu li.current a.ion4,.new_menu li:hover a.ion4{background-position:-180px -140px;}
.new_menu li.current a.ion5,.new_menu li:hover a.ion5{background-position:-180px -190px;}
.new_menu li.current a.ion6,.new_menu li:hover a.ion6{background-position:-180px -240px;}
.new_list{margin-top:-13px;}
.new_list td{padding-top:46px;}
.new_list td a{display:inline-block;width:70px;position:relative;}
.new_list td a i{display:inline-block;background:url(/Images/Public/nicon1.png) no-repeat ; width:27px; height:27px; position:absolute;bottom:20px;right:-10px;}
.new_list td a i.adgz{background-position:0px 0px;}
.new_list td a i.adwgz{background-position:0px -62px;}
.new_list td a i.ygz{background-position:0px -122px;}
.new_list td a:hover i.ygz{background-position:0px -62px;}
.new_list td a img{width:70px;display:block;}
.new_list  a span{display:block;padding-top:6px;text-align:center;}


/*2015-11-18 */
.wmin_height{min-height:705px;}
.noboradius{border-radius:0px;}
.gray_a{color:#aaa;}
.nconnect{width:1000px;background:#ebebeb;margin:0px auto;overflow:hidden}
.nconnect p{line-height:21px;}
.box_shadow{background:#fff;-webkit-box-shadow:0 0 1px 1px #e3e3e3;-moz-box-shadow:0 0 1px 1px #e3e3e3;box-shadow:0 0 1px 1px #e3e3e3;overflow:hidden}
.w722{width:73.2%;}
.w254{width:253px;}
.nmain{padding:10px 10px;overflow:hidden;}
.npad10{padding:10px 15px 10px 10px;}
.npad15{padding:15px;}
.nconnect textarea{width:100%;height:101px;padding:10px;border:1px solid #bbbbbb;resize:none;}
.nconnect input.text{border:1px solid #ff5640;width:83%;height:30px;padding:0px 1%;color:#333;}
.nconnect input.text1{width:82%;}
.nc_pub{position:relative;}
.nc_pub .ipd_ftxt{display:inline-block;position:absolute;top:20px;left:20px;}
.nc_btn{position:relative;margin-top:5px;}
.nc_btn label{display:inline-block;background:url(../Images/Public/icon_1118_1.png) no-repeat -8px -99px;padding-left:25px;margin-top:5px;}
.nc_btn span{display:block;float:right}
.ncb_btn a{display:inline-block;background:#ffc2ba;height:30px;line-height:30px;padding:1px 28px;border-radius:3px;color:#fff;vertical-align:middle;}
.ncb_btn a.cur{background:#ff5640;}
.remainText{font-size:10px;color:#ddd}
.W_face_radius{width:60px;height:60px;border-radius:50%;}
.WB_innerwrap .nameBox{padding:3px 0px 5px;border-bottom:1px solid #ebebeb;}
.user_atten{margin:10px 0 0 3px;}
.user_atten li{float:left;width:72px;border-right:1px solid #ebebeb;text-align:center;}
.user_atten li.end{border-right:none;}
.user_atten li strong{display:block;}
.user_atten li span{display:block;background:url(../Images/Public/icon_1118_1.png) no-repeat 0px 0px;padding-left:20px;font-size:12px;color:#999;}
.user_atten li span.s_txt1{background-position:15px -1px;}
.user_atten li span.s_txt2{background-position:-63px -1px;}
.user_atten li span.s_txt3{background-position:-140px 0px;}
.wb_title{padding-bottom:12px;border-bottom:1px solid #ebebeb;position:relative;}
.wb_title a{display:inline-block;position:absolute;right:0px;top:5px;}
.wbc_con{position:relative;overflow:hidden}
.wb_con{margin-top:15px;}
.wb_con dl {padding:13px 0px}
.wb_con dl dt{margin:2px 10px 0px 0px;}
.wb_title a{background:url(../Images/Public/icon_1118_1.png) no-repeat 0px -40px;padding-left:30px;}
.wb_con dl dt i{display:inline-block;width:18px;height:18px;margin-right:5px;font-style:normal;}
.wb_con dl dt i.cur{background:#ff5640;color:#fff;border-radius:10px;text-align:center;}
.wb_con dl dd span{display:block;}
.wb_detail{margin-left:70px;position:relative;}
.wb_info{position:relative;}
.wb_info .ficon_arrow{display:inline-block;background:url(../Images/Public/icon_1118_1.png) no-repeat -5px -70px;width:20px;height:20px;position:absolute;right:0px;}
.wb_time{padding:1px 0 2px;}
.WB_media_a_mn{margin:0px 0 0 -6px;}
.WB_media_a_mn li{float:left;width:80px;height:80px;margin:6px 0 0 6px;cursor:pointer;}
.wb_handle{border-top:1px solid #ebebeb;padding:10px 0px;margin-top:5px;}
.wb_handle a{display:inline-block;width:49%;border-right:1px solid #ebebeb;text-align:center;}
.wb_handle a.end{border-right:none;}
.wb_handle a i{display:inline-block;background:url(../Images/Public/icon_1118_1.png) no-repeat 0px 0px;width:22px;height:18px;margin-right:8px; vertical-align:top;}
.wb_handle a i.zan{background-position:0px -3px;}
.wb_handle a i.pl{background-position:-73px -2px;}
.wb_link{padding:10px 0px;}
.wb_link a{width:auto;border:none;}
.bg_gray{background:#f5f6f7;border-top:1px solid #ebebeb;}
.wb_del{margin-bottom:10px;position:relative;}
.wb_del .ncb_btn{position:absolute;right:0px;}
.wb_del .ipdx{position:absolute;left:10px;top:15px}
.wb_pl{padding:10px 0px;border-top:1px solid #ebebeb;}
.wbt_img{width:32px;margin:3px 0px 0px 0px;}
.wbt_con{margin-left:42px;}
.wb_tip a{width:auto;border-right:1px solid #ebebeb;padding:0px 10px;color:#999;} 
.wb_tip a.end{padding-right:0px;border-right:0px;}
.wb_tip a.zan{display:inline-block;background:url(../Images/Public/icon_1118_1.png) no-repeat 0px -1px;padding-left:25px;}
.wb_hfpl{background:#fff;padding:0px 15px 5px;margin-top:10px;}
.wb_hfpl .wb_feed{padding-bottom:10px;}
.wb_hfpl .wb_del{border-bottom:1px solid #ebebeb;padding:15px 0px;}
.wb_reply{border-radius:3px;border-top:none;-webkit-box-shadow:0 0 1px 1px #eeeeee;-moz-box-shadow:0 0 1px 1px #eeeeee;box-shadow:0 0 1px 1px #eeeeee;margin-top:10px;}
.wb_reply dd{margin-left:92px;}
.wb_reply dt{margin-top:1px;}
.wb_repeat .wb_face img{width:32px;margin-left:15px;}
.bot{background:url(../Images/Public/icon_1118_2.png) repeat-x;padding:20px 0px;margin-top:10px;}
.wb_nav{padding:0px 10px;}
.wb_nav li{padding:15px 10px;border-bottom:1px solid #ebebeb;font-weight:bold;}
.wb_nav li.end{border-bottom:none;}
.wb_nav li a{color:#999999;}
.wb_nav li a.cur{color:#666666;}
.wb_repad{padding:6px 10px;margin-bottom:10px;}
.wb_img li{float:left;margin:0px 14px 15px 0px}
.wb_img li.end{margin-right:0px;}
.wb_img1{margin-top:-5px;}
.wb_img1 li{float:left;margin:9px 6px 5px 8px}
.wb_img1 li.end{margin-right:0px;}
.wb_img1 li a{width:auto}
.wb_pic{border-top:none;-webkit-box-shadow:0 0 1px 1px #eeeeee;-moz-box-shadow:0 0 1px 1px #eeeeee;box-shadow:0 0 1px 1px #eeeeee;margin-top:10px;position:relative;}
.wb_arow{height:20px;}
.wb_pic .S_sq{height:30px;position:absolute;right:10px;top:5px;color:#bbbbbb;}
/*焦点图*/
/* zoombox */
.zoombox {
	width:603px;height:468px;
}
.zoompic {
	width:603px;
	height:394px;
}
.sliderbox {
	height:70px;
	overflow:hidden;
	margin:18px 0 0 0;
}
.sliderbox .arrow-btn {
	width:20px;
	height:50px;
	background:url(../Images/Public/icon_1118_arow.png) no-repeat;
	cursor:pointer;margin-top:2px;
}
.sliderbox #btn-left {
	float:left;
	background-position:0 0;
}
.sliderbox #btn-left.dasabled {
	background-position:0 0px;
}
.sliderbox #btn-right {
	float:right;
	background-position:right 0px;
}
.sliderbox #btn-right.dasabled {
	background-position:right 0px;
}
.sliderbox .slider {
	float:left;
	height:60px;
	width:552px;
	position:relative;
	overflow:hidden;
	margin:0px 0 0 5px;
	display:inline;
}
.sliderbox .slider ul {
	position:absolute;
	left:0;
	width:999em;
}
.sliderbox .slider li {
	float:left;
	width:61px;
	height:56px;
	text-align:center;
}
.sliderbox .slider li img {
	border:solid 2px #f5f6f7;
}
.sliderbox .slider li.current img {
	border:solid 2px #ff5640;
}
.wb_repeat{position:relative;}
.wb_icon_arrow{display:inline-block;background:url(../Images/Public/icon_1118_icon.png) no-repeat;width:11px;height:7px;position:absolute;top:-7px;}
.wb__icon_1{left:166px;}
.wb__icon_2{right:188px;}
.wb_hfarow{position:relative;}
.wb__icon_3{background:url(../Images/Public/icon_1118_icon1.png) no-repeat;right:20px;}
/*alert*/
.alert_pop{display:none;padding:20px 0px;position:relative;background-color:#FFF;border-radius:3px;position:absolute;left:50%;top:0%;margin:-50px 0px 0px -120px;z-index:777;}
.alert_pop .alert_btn{margin:15px 0px 10px;}
.alert_pop .alert_btn a{display:inline-block;padding:6px 28px;border:1px solid #bbbbbb;border-radius:3px;margin:0px 5px;}
.alert_pop .alert_btn a.cur{background:#ff5640;border-color:#ff5640;color:#fff;}
.alert_pop i{display:inline-block;background:url(../Images/Public/alercz.png) no-repeat;width:26px;height:28px;margin-right:10px;vertical-align:middle;}
.alert_pop i.unkonw{background-position:0px 0px;}
.alert_pop i.fbsuc{background-position:0px -94px;}
.alert_pop i.fbfail{background-position:0px -48px;}
.alert_pad{padding:30px 0px;}
.w262{width:262px;}
.w169{width:169px;}
.wb_content{position:relative;}
.alert_box{margin:-130px 0px 0px 185px;}
.alert_box1{margin:-130px 0px 0px 105px;}
.alert_box2{margin:0px 0px 0px 105px;}
.alert_box:before,.alert_box:after{content:"";display:block;border-width:20px;position:absolute; bottom:-30px;left:130px; border-style:solid dashed dashed;border-color:#fff transparent transparent;font-size:0;line-height:0;}
.alert_box:after{bottom:-23px;border-color:#FFF transparent transparent;}
/*pages 分页*/
.fenye{margin:10px 0px;text-align:left;}
.fenye a{display:inline-block;padding:6px 12px;border:1px solid #dddddd;border-radius:3px;margin:0px 2px;color:#666666;}
.fenye a:hover,.fenye a:hover,.fenye a.cur{background:#ff5640;border-color:#ff5640;color:#ffffff;}
.fenye span{margin-left:5px;color:#999999;}
.fenye span.p_tz input{width:30px;background:#ebebeb;border:1px solid #dddddd;line-height:32px;border-radius:5px;padding:0px;margin:0px 8px;text-align:center;vertical-align:top;}
.fenye span.p_tz a{background:#ebebeb;margin-left:10px;}
.fenye span.p_tz a:hover{background:#ebebeb;border-color:#dddddd;color:#666666;}
.fenye span.p_page{display:inline-block;line-height:30px;padding-left:10px;vertical-align:middle;}
/*悬浮*/
.xf_conn{width:228px;background:#fff5d6;padding:20px 15px;border:1px solid #ff9f40;position:fixed;left:50%;top:60px;margin:0px 0px 0px 236px}
.xf_conn p a{padding-left:10px;}
.xf_close{position:absolute;right:15px;top:5px;}
.wb_tab{background:none;border-bottom:1px solid #bbbbbb;margin:0px;padding:0px;}
.wb_tab a{padding:5px 28px;width:auto;border-right:none;}
.wb_tab a.cur{border-bottom:2px solid #ff5640;color:#ff5640;}
.nc_img{margin-top:10px;}
.nc_tupian{background:#fff;position: relative; padding: 10px 10px 0px;-webkit-box-shadow:0 0 1px 1px #e3e3e3;-moz-box-shadow:0 0 1px 1px #e3e3e3;box-shadow:0 0 1px 1px #e3e3e3;}
.nc_tupian em.arrow1{position: absolute; left:30px; top:-16px; width: 0; height: 0; font-size: 0; border-width: 8px;border-style: dashed dashed solid dashed; border-color: transparent transparent #e3e3e3 transparent;}
.nc_tupian em.arrow2{position: absolute; left:30px; top:-14px; width: 0; height: 0; font-size: 0; border-width: 8px; border-style: dashed dashed solid dashed; border-color: transparent transparent #FFF transparent;}
.nc_tit{position:relative;padding:0px 10px;}
.nc_tit .ficon_arrow1{border:1px solid #fff;display:inline-block;background:url(../Images/Public/icon_1118_1.png) no-repeat -5px -70px;width:20px;height:20px;position:absolute;right:-5px;}
.drag_pic_list{margin:10px 0px 0px 0px;}
.drag_pic_list li{width:120px;height:140px;float:left;display:block;margin:0 3% 20px 10px;position:relative;cursor:pointer;}
.drag_pic_list li p{display:none;position:absolute;filter:alpha(opacity=60); opacity:0.6;width:140px;height:140px;top:0px;line-height:20px;}
.drag_pic_list li p a.ico_delpic{display:inline-block;background:url(../Images/Public/nicon.png) no-repeat;width:11px;height:15px;position:absolute;right:5px;top:15px;}
.drag_pic_list li.add a{display:inline-block;background:url(../Images/Public/nicon3.png) no-repeat center 30px;width:140px;background-position: -10px -9px;height:140px;border:2px solid #ebebeb;}
/*2015-12-02 Start*/
.no_padd{padding:10px 20px;}
.gray_b{color:#bbb;}
.mar105{margin-left:105px;}
.wp_form .wpf_trol{padding:0px 10px;margin-bottom:16px;}
.wp_form .wpf_trol label{display:inline-block;width:100px;line-height:33px;text-align:right;}
.wp_form .wpf_trol input.text{width:258px;height:33px;padding:0px 10px;border:1px solid #bbbbbb;color:#666}
.wp_form .wpf_trol input.btn{background:#dddddd;height:35px;padding:0px 15px;border:none;border-radius:3px;margin-left:5px;cursor:pointer;color:#666666;}
.wp_form .wpf_trol .w_txt{padding-left:15px;}
.wp_form .m_w246 {width:246px;}
.wp_form .m_w246 ul{width:278px;}
.wp_form .m_sel{margin-left:-1px;height:35px;}
.wp_form  .m_select{background-position:right -295px;height:33px;line-height:33px;padding:0px 24px 0px 8px;border:1px solid #bbb;margin:0px 5px;z-index:none;}
.wp_form .m_select ul {background:#fff}
.wp_form .m_select ul li{padding:3px 0  px 3px 8px;border:solid #fff;border-width:1px 0px 1px 0px;}
.wp_form .m_select ul li:hover,.wp_form .m_select ul li.current{background:#eeeeee;border:solid #dddddd;border-width:1px 0px 1px 0px;color:#666666;}
.wp_form  .m_select h2{color:#aaa;}
.wp_form  .m_select h2.cur{color:#333;}
.pub_tip i{display:inline-block;background:url(../Images/Public/form_icon.png)no-repeat 0px 0px;width:16px;height:16px;margin-right:10px;vertical-align:middle;}
.pub_tip i.icon{background-position:-4px -1px;}
.wbf_address{margin-bottom:0px;}
.infos{padding-top:5px;}
.li_txt li.first{margin-left:110px;}
.li_txt li.current a{color:#ff5640}
.li_txt .lit_span{position:absolute;left:0px;top:5px;}
.t_cons{padding:0px 10px 0px 20px;}
.t_cons .new_list td{padding-top:20px;}
.t_cons .new_list a span{min-height:40px;}
.t_cons .new_list td a i{bottom:40px;right:10px;}
.t_cons .new_list td a p:hover i.ygz{background-position:0px -122px;}
.t_cons .new_list td a{width:90px;}
.t_cons .new_list td a img{text-align:;}
.t_cons .new_list td a span{margin-left:-20px;}
.wp_szcon{width:796px;margin:0px auto;}
.wp_szcon .w_con{padding:20px 65px 0px 72px;}
.wp_szcon .w_con p{padding-bottom:0px;line-height:30px;}
.wp_szcon .w_con p a{text-decoration:underline;}
.wp_szcon .w_con input.m_text{width:258px;}
.wp_szcon .w_con .m_time{background-position:248px -323px;border-color:#bbb;font-size:14px;}
.wp_szcon .w_con .btnn{margin:18px 0px 60px -10px;}
.wp_szcon .w_con .btnns{margin:35px 0px 60px 65px;}
.wp_szcon  .slider {min-width:60%;display:inline;height:100px;position:relative;}
.wp_szcon .sil_bor{	border-bottom:3px solid #ddd;width:760px;position:absolute;top:16px;left:2px;}
.wp_szcon  .slider ul {position:;left:0px;top:0px;height:90px;}
.wp_szcon  .slider li {float:left;min-width:96px;margin-left:-3px;position:relative;cursor:pointer;}
.wp_szcon .slider li  span{display:block;background:#fff;width:30px;height:30px;line-height:30px;border:2px solid #ebebeb;border-radius:50%;margin-left:5px;font-size:24px;font-family:arial;color:#dddddd;font-weight:bold;text-align:center;}
.wp_szcon .slider li  .cur{background:#ff5640;border-color:#ff5640;color:#fff;}
.wp_szcon .slider li  .sel{background:#ebebeb;border-color:#ebebeb;color:#fff;}
.wp_szcon .slider li .nc_img{position:absolute;background:#fff;top:35px;left:-18px;z-index:22;min-width:80px;padding:5px 5px;border:1px solid #efefef;border-radius:5px;text-align:center;}
.wp_szcon .slider li .nc_tupian{background:none;box-shadow:none;padding:0px;}
.wp_szcon .nc_tupian em.arrow1{top:-22px;}
.wp_szcon .nc_tupian em.arrow2{top:-20px;}
/*alert*/
.pop_alert{display:none;background:#ffffff;position:fixed;top: 50%; left: 50%; margin: -160px 0 0 -280px; z-index:11;border-radius:5px;}
.pop_alert .pc_atit{position:relative;height:50px;}
.pop_alert .p_con{padding:0px 50px 35px;}
.pop_alert p a{text-decoration:underline;}
.pop_alert .pc_atit .p_close{display:inline-block;background:url(../Images/Public/form_icon.png) no-repeat 0px -90px; width:25px;height:35px;vertical-align:middle;position:absolute;right:15px;top:10px;}
.pop_alert .pc_alert i{display:inline-block;background:url(../Images/Public/alercz.png) no-repeat 0px -92px; width:26px;height:35px;margin-right:10px;vertical-align:middle;}
.pop_alert .pc_alert i.icon{background-position:0px -132px;}
.pop_alert .p_btn{padding:20px 0px 50px;margin:0px 50px;}
.pop_alert .p_btn a{display:block;background:#ff5640;border-radius:3px;}
.pw320{width:320px;margin: -120px 0 0 -160px;}
.pw520{width:520px;}
/*button*/
.btnn{margin:35px 0px 60px 0px;}
.btnn input.btn{background:none;width:122px;padding:10px 0px;border:1px solid #bbbbbb;border-radius:3px;margin:0px 10px;cursor:pointer;}
.btnn input.cur{background:#ff5640;border-color:#ff5640;color:#fff;}
.margin30{margin-left:-10px;}
.margin100{margin-left:105px;}
/* input placeholder css */
::-webkit-input-placeholder { color:#aaa; }
::-moz-placeholder { color:#aaa; } /* firefox 19+ */
:-ms-input-placeholder { color:#aaa; } /* ie */
input:-moz-placeholder { color:#aaa; }
/*2015-12-02 End*/


/*2016-6-27*/
.text_line{text-decoration:underline;}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;}
.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.p_tit1 a{margin-right:20px;}
.p_tit1 a.cur{border-bottom:1px solid #ff4848;color:#ff4848;}
.p_conn1{margin-left:45px;}
.p_conn1 a{display:inline-block;background:url(../images/icon2016627.png) no-repeat 0px 0px;padding-left:35px;}
.p_rt{position:absolute;right:0px;top:5px;}
.tp_sz{position:absolute;left:50%;margin-left:-65px;z-index:333;top:50px;text-align:center;width:130px;}
.c_yellow{color:#ffd040;}
.tp_charts{width:130px;height:130px;margin:0px auto;}
.tp_tit{margin-top:-10px;}
.t_nav1 a{display:inline-block;padding:15px 60px 15px 0px;}
.t_nav1 a.cur{color:#ff5640;}
.t_zbts span{display:inline-block;margin:0px 20px;}
.t_zbts span i{display:inline-block;width:12px;height:12px;margin-right:10px;vertical-align:middle;}
.tb_green{background:#a0c138;}
.tb_yellow{background:#ffd040;}
.tb_red{background:#ff5640;}
.t_ybdl dl{background:url(../images/icon20160628.png) no-repeat;padding-bottom:30px;padding-left:10px;}
.t_ybdl dl.icon1{background-position:10px 42px;}
.t_ybdl dl.icon2{background-position:0px -76px;margin-top:60px;}
.t_ybdl dl.icon3{background-position:0px -140px;padding-left:60px;}
.t_ybdl dl.icon4{background-position:0px -255px;padding-left:60px;margin-top:60px;}

.ty_lf{position:absolute;left:50%;width:165px;top:80px;margin-left:-275px;z-index:1;}
.ty_rt{position:absolute;right:50%;top:80px;margin-right:-285px;z-index:1}
.ty_tit{position:absolute;left:50%;top:198px;margin-left:-45px;z-index:2}
/*.highcharts-data-labels{display:none;}*/
#ybChart{min-width:400px; max-width: 400px; height:260px; margin: 0 auto}
/*2016-6-30 css*/
.sid_rt{position:absolute;right:20px;width:258px;}
.sid_main{margin-right:280px;}
.sid_main .container{margin:0px;}

/*资讯样式begin*/
#outer {width:260px;
/*margin:130px auto;*/
float:left; 
/*margin-top:-15px;
margin-left:-20px;*/
}
.tabCarousel {
overflow:hidden;zoom:1;background:#fff;
/*border-left:1px solid #eee; 
border-right:1px solid #eee;
border-top:1px solid #eee;*/
}
.tabCarousel li {float:left;height:40px;	cursor:pointer;	line-height:40px;width:45%;text-align: center; font-size:18px;}
.tabCarousel li.current {color:red; border-bottom:2px solid red}
.contentUl {
	/*border:1px solid #eee;*/
	border-top-width:0;}
.contentUl ul {line-height:25px;display:none;	margin:0 20px;}
.swiper-container{
	  height:320px;
      padding-top:15px;
}
.swiper-button-prev{
	/*background-color:#a3a5a8;*/
	background-image: url(../Images/Information/pre.png);
	 opacity: 0.7;  
	 width:25px;
	 height:40px;
}
.swiper-button-next{
	/*background-color:#a3a5a8;*/
	background-image: url(../Images/Information/next.png);
	 opacity: 0.5;  
	 width:25px;
	 height:40px;
}
.margin_r {
    float: left;
    margin-top: -98px;
    margin-left: 298px;
}
/*资讯样式end*/

.blod {
     font-size: 13px;
}
