﻿@charset "utf-8";
/* Public */
body {
    font-family: 微软雅黑,Arial,Helvetica,sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    min-width: 1200px;
}

.autoHeight, .autoaddheight {
    font: 0px/0px sans-serif;
    clear: both;
    display: block;
    height: 0px;
}

img {
    border: none;
}

input {
    font-family: Arial,Helvetica,sans-serif;
}

ul, li, dl, dt, dd, form, p, b, i, input, h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-style: normal;
}

b {
    font-weight: normal;
}

u {
    clear: both;
    display: block;
    height: 0px;
    _font: 0px/0px sans-serif;
}

/* Fonts */
.txtindent {
    text-indent: 2em;
}

.tit10 {
    -webkit-text-size-adjust: none;
    font-size: 10px;
    font-weight: normal;
}

.tit10b {
    -webkit-text-size-adjust: none;
    font-size: 10px;
    font-weight: bold;
}

.tit11 {
    -webkit-text-size-adjust: none;
    font-size: 11px;
    font-weight: normal;
}

.tit11b {
    -webkit-text-size-adjust: none;
    font-size: 11px;
    font-weight: bold;
}

.tit12 {
    font-size: 12px;
    font-weight: normal;
}

.tit12b {
    font-size: 12px;
    font-weight: bold;
}

.tit14 {
    font-size: 14px;
    font-weight: normal;
}

.tit14b {
    font-size: 14px;
    font-weight: bold;
}

.tit16 {
    font-size: 16px;
    font-weight: normal;
}

.tit16b {
    font-size: 16px;
    font-weight: bold;
}

.tit18 {
    font-size: 18px;
    font-weight: normal;
}

.tit18b {
    font-size: 18px;
    font-weight: bold;
}

.tit20 {
    font-size: 20px;
    font-weight: normal;
}

.tit20b {
    font-size: 20px;
    font-weight: bold;
}

.tit24 {
    font-size: 24px;
    font-weight: normal;
}

.tit24b {
    font-size: 24px;
    font-weight: bold;
}

.tit28 {
    font-size: 28px;
    font-weight: normal;
}

.tit28b {
    font-size: 28px;
    font-weight: bold;
}

.tit30 {
    font-size: 30px;
    font-weight: normal;
}

.tit30b {
    font-size: 30px;
    font-weight: bold;
}

.tit36 {
    font-size: 36px;
    font-weight: normal;
}

.tit36b {
    font-size: 36px;
    font-weight: bold;
}
/* Standard colors */
.red {
    color: #E10000;
}

.gray {
    color: #666666;
}

.gray1 {
    color: #646464;
}

.gray2 {
    color: #333333;
}

.gray3 {
    color: #969696;
}

.blue {
    color: #0078C8;
}

.blue1 {
    color: #0082E9;
}

.blue2 {
    color: #009AD3;
}

.yellow {
    color: #ff9900;
}

.green {
    color: #6EBE00;
}

.black {
    color: #000000;
}

.white {
    color: #ffffff;
}

/*.orange {
    color: #F07D0F;
}*/
.orange {
    color:#d13840;
}
/* Float */
.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.txtCenter {
    text-align: center;
}

.f_L {
    float: left;
}

.f_R {
    float: right;
}

.f_C {
    margin: 0px auto;
}
/* Link */
a {
    text-decoration: none;
   /* color: #1062A9;*/
   color: #333;
}

    a:hover {
        text-decoration: underline;
        color: #d93932;
    }

.under_line {
    text-decoration: underline;
}

.under_noline {
    text-decoration: none !important;
}
/* The initial framework */
/* padding margin*/
.pad_t5 {
    padding-top: 5px;
}

.pad_r5 {
    padding-right: 5px;
}

.pad_b5 {
    padding-bottom: 5px;
}

.pad_l5 {
    padding-left: 5px;
}

.pad_t10 {
    padding-top: 10px;
}

.pad_r10 {
    padding-right: 10px;
}

.pad_b10 {
    padding-bottom: 10px;
}

.pad_l10 {
    padding-left: 10px;
}

.pad_t15 {
    padding-top: 15px;
}

.pad_r15 {
    padding-right: 15px;
}

.pad_b15 {
    padding-bottom: 15px;
}

.pad_l15 {
    padding-left: 15px;
}

.pad_t20 {
    padding-top: 20px;
}

.pad_r20 {
    padding-right: 20px;
}

.pad_b20 {
    padding-bottom: 20px;
}

.pad_l20 {
    padding-left: 20px;
}

.mar_b5 {
    margin-bottom: 5px;
}

.mar_r5 {
    margin-right: 5px;
}

.mar_l5 {
    margin-left: 5px;
}

.mar_t5 {
    margin-top: 5px;
}

.mar_t10 {
    margin-top: 10px;
}

.mar_r10 {
    margin-right: 10px;
}

.mar_b10 {
    margin-bottom: 10px;
}

.mar_l10 {
    margin-left: 10px;
}

.mar_t15 {
    margin-top: 15px;
}

.mar_r15 {
    margin-right: 15px;
}

.mar_b15 {
    margin-bottom: 15px;
}

.mar_l15 {
    margin-left: 15px;
}

.mar_t20 {
    margin-top: 20px;
}

.mar_r20 {
    margin-right: 20px;
}

.mar_b20 {
    margin-bottom: 20px;
}

.mar_l20 {
    margin-left: 20px;
}

.mar_t4 {
    margin-top: 4px;
}

.pad_t3 {
    padding-top: 3px;
}

.mar_t30 {
    margin-top: 30px;
}

.body_bg {
    background: #f5f5f5;
}

.pt_img {
    display: block;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
.login_top {
    padding:25px 0;
}
    .login_top .logo-base {
        display: inline-block;
        height: 44px;
        width: 446px;
        background: url(/Content/images/logo_wa.png) no-repeat 50% 50%;
    }
  .login_top .logo-pipe {
    font-size: 14px;
    margin: 0 5px;
    color: #999; }
  .login_top .logo-slogan {
    font-size: 16px; }
  .login_top .logo-base,
  .login_top .logo-pipe,
  .login_top .logo-slogan {
    vertical-align: middle; }

.login_tR {
    float: right;
    color: #999;
    line-height:24px;
    zoom: 1;
}

.login_tR_link a {
    color: #1663a6;
}

.login_tR_link b {
    font-weight:normal;
    padding: 0 5px;
}

.login_mian {
    position:relative;
    width:100%;
}

.login_mL {
    float: left;
    width: 650px;
    height: 310px;
    margin:80px 0 0 0;
}

    .login_mL a {
        display:block;width:100%;height:310px;
    }

.login_mR {
    float: right;
    width: 372px;
    padding:80px 80px 0;
}

.login_mR_a {
    border:1px solid #ddd;
    box-shadow:0 0 4px 0 rgba(0,0,0,0.3);
}
.login_mR_hd {padding:17px 30px;background:#f5f5f5;border-bottom:1px solid #ddd;font-size:16px;color:#333;font-weight:bold;}
.login_mR_bd {padding:20px 30px;}

    .login_mRa_sr li {
        margin-bottom:10px;
    }
    .login_mRa_sr li label{
        display:block;font-size:14px;color:#333;padding:5px 0;
    }

        .login_mRa_sr li input {

            display:block;
            width:100%;
            padding:5px 10px;
            height:34px;
            line-height: 22px;
            background: transparent;
            color: #333;
            border:1px solid #ddd;
            font-family: 微软雅黑;
            -webkit-box-sizing:border-box;
            -moz-box-sizing:border-box;
            box-sizing:border-box;
        }

            .login_mRa_sr li input:focus {
                color: #333333;
            }

.login_mRa_ts {
    padding: 0px 0 20px 0px;
    zoom: 1;
    font-size: 14px;
    color: #999;
}
.login_mRa_ts input {vertical-align: -2px;margin: 0 8px 0 0;}

.login_mRa_btn {
    height: 36px;
    line-height: 36px;
    background: #f08300;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    display: block;
    border: 0px;
    width:100%;
    cursor: pointer;
    font-family:\5FAE\8F6F\96C5\9ED1;
}

    .login_mRa_btn:hover {
        color: #fff;
        text-decoration: none;
        opacity:0.9;
    }

.login_mRa_lk {
    padding: 10px 0;
    zoom: 1;
}

    .login_mRa_lk a {
        color: #1663a6;
        font-size: 12px;
    }

.login_mR_b {
    padding: 20px 0 0 0;
    zoom: 1;
}

    .login_mR_b img {
        display: block;
        margin: 10px auto;
    }

    .login_mR_b p {
        font-size: 14px;
        color: #333333;
        padding: 0 0 0 40px;
    }

        .login_mR_b p a {
            color: #003399;
            margin: 0 0 0 20px;
        }

.pt_top {
    /*height: 55px;*/
    padding: 35px 70px 0;
    zoom: 1;
}

.pt_top_link {
    color: #899BA6;
    text-align: right;
}

    .pt_top_link a {
        color: #899BA6;
        font-size: 12px;
        margin: 0 10px;
    }

.login_tR_linka a {
    font-size: 12px;
    color: #fff;
    margin: 0 10px;
}

/* login footer */
.page-footer {padding:10px 0;text-align:center;}
.page-footer p {margin:12px 0;color:#666;}
.page-footer p a,
.page-footer p b {margin:0 3px;} 
.page-footer p a {color:#666;}
.page-footer p b {font-weight:normal;color:#ddd;}
.page-footer p span {margin:0 10px;}


.pt_mian {
    padding: 120px 0 0 0;
    zoom: 1;
}

    .pt_mian ul {
        padding: 0 0 90px 0;
        zoom: 1;
    }

    .pt_mian li {
        width: 143px;
        text-align: center;
        margin: 0 68px 0 0;
        float: left;
    }

        .pt_mian li img {
            margin: 0 auto 20px;
            display: block;
        }

        .pt_mian li a {
            font-size: 18px;
            color: #fff;
        }

.pt_menu {
    float: left;
    height: 40px;
    padding: 0 0 0 50px;
    zoom: 1;
}

    .pt_menu li {
        height: 40px;
        line-height: 40px;
        float: left;
        margin: 0 30px 0 0;
    }

        .pt_menu li a {
            font-size: 16px;
            color: #899BA6;
        }

            .pt_menu li a:hover {
                color: #fff;
            }

.ptm_main_L {
    width: 118px;
    float: left;
    background: #F4F9FD;
    border: 1px solid #ECEDEF;
    border-radius: 2px;
    min-height: 745px;
}

/*.ptm_main_R {
    margin: 0 0 0 125px;
}*/

.ptm_main_L li a {
    display: block;
    height: 94px;
    text-align: center;
    border-bottom: 1px solid #ECEDEF;
    font-size: 12px;
    color: #1D5B77;
    overflow: hidden;
}

    .ptm_main_L li a i {
        display: block;
        background-image: url(../images/ico.png);
        background-repeat: no-repeat;
        width: 29px;
        height: 27px;
        margin: 18px auto 16px;
    }

.ptm_mL_ico1 {
    background-position: 0 -18px;
}

.ptm_mL_ico2 {
    background-position: -34px -18px;
}

.ptm_mL_ico3 {
    background-position: -68px -18px;
}

.ptm_mL_ico4 {
    background-position: -102px -18px;
}

.ptm_mL_ico5 {
    background-position: -136px -18px;
}

.ptm_mL_ico6 {
    background-position: -170px -18px;
}

.ptm_mL_ico7 {
    background-position: -204px -18px;
}

.ptm_mL_ico8 {
    background-position: 0 -50px;
}

.ptm_mL_ico9 {
    background-position: -34px -50px;
}

.ptm_mL_ico10 {
    background-position: -204px -50px;
}
.ptm_mL_icozhinan {
    background-image: url(../images/zhinan.png) !important;
}
.ptm_mL_icoextract {
    background-image: url(../images/extract.png) !important;
}

.ptm_mRbg {
    background: #fff;
    border-radius: 2px;
    height: auto;
    min-height: 745px;
    border: 1px solid #ECEDEF;
}

.ptm_footer {
    text-align: center;
    padding: 15px 0;
    zoom: 1;
    color: #3D3D3D;
}

    .ptm_footer a {
        color: #3D3D3D;
        font-size: 12px;
        margin: 0 5px;
    }

.ptm_mR_tit {
    background: #F4F9FD;
    height: 44px;
    border-bottom: 1px solid #ECEDEF;
    line-height: 44px;
    font-size: 16px;
    color: #3D3D3D;
    padding: 0 25px;
    zoom: 1;
}

.ptm_mRpad {
    padding: 20px;
    zoom: 1;
}

.leave-cat-lv {
    background: url(../images/leve01.png) 0 0 no-repeat;
    height: 21px;
}

.leave02 {
    background-position: 0 -22px;
}

.leave03 {
    background-position: 0 -44px;
}

.leave-cat-lv span {
    float: left;
    display: block;
    width: 99px;
    line-height: 22px !important;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

    .leave-cat-lv span.first {
        width: 100px;
    }

    .leave-cat-lv span.middle {
        width: 106px;
    }

    .leave-cat-lv span.last {
        width: 90px;
    }

.ptm_mR_mulu {
    height: 36px;
    line-height: 36px;
    border: 1px solid #ECEDEF;
    background: #F4F9FD;
    padding: 0 18px;
    font-size: 16px;
    color: #000000;
}

.ptm_mR_upload {
    float: right;
    height: 36px;
    line-height: 36px;
    background: #29AAE4;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    width: 158px;
    display: block;
    text-align: center;
    margin: 4px 0 0 0;
}

    .ptm_mR_upload:hover {
        color: #fff;
        text-decoration: none;
    }

.ptm_mR_cplist {
    padding: 25px 70px 0;
    zoom: 1;
}

.ptm_mR_cpls {
    height: 36px;
}

.ptm_mR_cpls_a {
    float: right;
    width: 84px;
    height: 36px;
    line-height: 36px;
    background: #29AAE4;
    border-radius: 2px;
    text-align: center;
    color: #fff;
}

    .ptm_mR_cpls_a:hover {
        color: #fff;
        text-decoration: none;
    }

    .ptm_mR_cpls_a span {
        position: relative;
        padding: 0 15px 0 0;
    }

        .ptm_mR_cpls_a span i {
            display: block;
            background: url(../images/ico.png) -48px 0 no-repeat;
            width: 8px;
            height: 5px;
            position: absolute;
            top: 50%;
            right: 0;
            margin: -2px 0 0 0;
        }

.ptm_mR_cpls_b {
    float: right;
    height: 32px;
    border: 2px solid #29AAE4;
    width: 310px;
    padding: 0 10px;
    position: relative;
}

    .ptm_mR_cpls_b input {
        border: 0;
        width: 100%;
        height: 32px;
        line-height: 32px;
        *float: left;
    }

.ptm_mR_cpls_bs {
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 12px;
    color: #61A7D1;
    padding: 0 0 0 18px;
}

    .ptm_mR_cpls_bs i {
        display: block;
        background: url(../images/ico.png) -29px 0 no-repeat;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -7px 0 0 0;
    }

.ptm_mR_cpcon {
    padding: 20px 0 0 0;
    zoom: 1;
}

    .ptm_mR_cpcon li {
        float: left;
        width: 222px;
        margin: 0 15px 0 0;
    }

.ptm_mR_cpc_box {
    border: 1px solid #E6E6E6;
    width: 220px;
    margin: 0 10px 15px 0;
    float: left;
}

    .ptm_mR_cpc_box a img {
        display: block;
    }

.ptm_mR_cpc_bt {
    padding: 0 0 8px 0;
    zoom: 1;
}

.ptm_mR_cpc_bta {
    font-size: 12px;
    color: #666666;
    padding: 6px 14px 0;
    /*height:24px;*/
    line-height: 24px;
    display: block;
}

.ptm_mR_cpc_btb {
    padding: 0 5px;
    zoom: 1;
    margin: 5px 0 0 0;
}

    .ptm_mR_cpc_btb a {
        display: block;
        border: 1px solid #fff;
        background: #fff;
        height: 26px;
        line-height: 26px;
        padding: 0 6px;
        color: #666666;
        float: left;
        /*margin: 0 15px 0 0;*/
        border-radius: 2px;
    }

        .ptm_mR_cpc_btb a span {
            position: relative;
            padding: 0 0 0 20px;
        }

        .ptm_mR_cpc_btb a:hover {
            border: 1px solid #ECEDEF;
            background: #F4F9FD;
            color: #2A657F;
        }

.ptm_mR_bjico {
    display: block;
    background: url(../images/ico.png) -62px 0 no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -8px 0 0 0;
}

.ptm_mR_scico {
    display: block;
    background: url(../images/ico.png) -82px 0 no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -8px 0 0 0;
}
.pt_registered { margin:0% auto;}

.pt_rssetp {
    background:#fff;
    height:58px;
    line-height:58px;
    border-bottom:2px solid #ddd;
}

.pt_rssetp li {
    width: 240px;
    text-align:center;
    font-size:16px;
    color: #999;
    float: left;
}
.pt_rssetp li:first-child { margin-left:240px;display:inline;}
.pt_rssetp li b {display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;background:#ccc;color:#fff;vertical-align:middle;margin-right:10px;border-radius:50%;}
.pt_rssetp li i {font-style:normal;vertical-align:middle;}
.pt_rssetp li.current {color:#f08300;height:58px;border-bottom:2px solid #f08300;margin-bottom:-2px;}
.pt_rssetp li.current b {background:#f08300;}

.pt_rsmain {
    padding: 25px;
    background: #fff;
    zoom: 1;
}

.pt_rsmL_title {font-size:18px;color:#333;margin:0 0 40px -100px;}

.pt_rsmL {
    padding: 20px 0 0 280px;
}

.pt_rsmL td {
    padding: 0 10px 0 0;
    height: 54px;
    color: #323232;
    font-size: 14px;
}

    .pt_rsmL td span {
        color: #DB3700;
    }

.pt_rsmL_input {
    width:300px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #D2D2D2;
    padding: 0 10px;
    outline:0;
}

    .pt_rsmL_input:focus {
        border: 1px solid #E10000;
    }

.pt_rsmL_text {
    height: 33px;
    color: #E10000;
    font-size: 12px;
    line-height: 14px;
    float: left;
    width: 250px;
    padding: 5px 0 0 0;
    margin: 0 0 0 10px;
}

    .pt_rsmL_text a {
        color: #009BE0;
    }

.pt_rsmL_zq {
    display: block;
    background: url(../images/ico.png) -102px 0 no-repeat;
    width: 16px;
    height: 16px;
    float: left;
}

.pt_rsmL_fcode {
    width: 165px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #969696;
    font-weight: bold;
    display: block;
    background: url(../images/fcode.jpg) 0 0 no-repeat;
}

.pt_rsmL_ckb {
    vertical-align: -2px;
    margin: 0 5px 0 0;
}

.pt_rsmL_tjbnt {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    width: 322px;
    text-align: center;
    display: block;
    background: #C8C8C8;
    border-radius: 2px;
}

    .pt_rsmL_tjbnt:hover {
        color: #fff;
        text-decoration: none;
    }

.pt_chenggong {
    height: 34px;
    line-height: 34px;
    border: 1px solid #29AAE4;
    border-radius: 2px;
    background: #fff;
    color: #009BE0;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 305px;
    margin: 35px auto 0;
}

.pt_cg_a {
    font-size: 26px;
    font-weight: bold;
    color: #FF8C00;
    text-align: center;
    margin: 0 0 10px 0;
}

.pt_cg_b {
    font-size: 14px;
    color: #323232;
    text-align: center;
}

.ptm_main_L li.ptm_main_Lli a {
    background: #fff;
}

.ptm_msetup_ts {
    height: 60px;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    background: #fff;
    padding: 0 0 0 65px;
    zoom: 1;
    position: relative;
}

    .ptm_msetup_ts td {
        line-height: 18px;
    }

    .ptm_msetup_ts i {
        background: url(../images/ico.png) -122px -50px no-repeat;
        width: 32px;
        height: 26px;
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        margin: -13px 0 0 0;
    }

.ptm_msetup_con {
    border: 1px solid #ECECEC;
    border-radius: 2px;
    background: #fff;
    padding: 10px 20px;
    zoom: 1;
    min-height: 725px;
    /*margin:5px 0 0 0;*/
}

.ptm_msc_tit {
    border-bottom: 2px solid #d13840;
    height: 34px;
    line-height: 34px;
}

.ptm_msc_tit_a {
    font-size: 14px;
    font-weight: bold;
    color: #323232;
}

.ptm_msc_tit_b {
    font-size: 12px;
    color: #646464;
}

.ptm_msc_tit_c {
    height: 12px;
    border: 1px solid #C8C8C8;
    padding: 1px;
    width: 124px;
    position: relative;
    margin: 10px 0 0 0;
}

    .ptm_msc_tit_c i {
        display: block;
        background: #0096E4;
        height: 12px;
    }

    .ptm_msc_tit_c em {
        font-style: normal;
        position: absolute;
        top: 3px;
        right: 3px;
        color: #646464;
        font-size: 12px;
        line-height: 8px;
    }

.ptm_msc_user {
    height: 101px;
    margin: 12px 0 0 0;
}

.ptm_msc_uL {
    width: 106px;
    height: 101px;
    position: relative;
}

    .ptm_msc_uL i {
        display: block;
        background: url(../images/user_img.png) 0 0 no-repeat;
        width: 106px;
        height: 101px;
        position: absolute;
        top: 0;
        left: 0;
    }

.ptm_msc_uR {
    margin: 0 0 0 106px;
    padding: 8px 0 0 0;
    zoom: 1;
}

.ptm_msc_uRc {
    height: 90px;
    background: #EBF5FF;
    padding: 0 0 0 20px;
}

.ptm_msc_uRcLa {
    font-size: 26px;
    color: #323232;
}

.ptm_msc_uRcLb {
    font-size: 16px;
    color: #646464;
}

.ptm_msc_authstatus { line-height:35px;  }
.ptm_msc_authstatus span { padding:0 8px;}
.autherror { color:red; padding:0px;}

.ptm_msc_uRcR_tishi { color:#5c5c5c; margin-top:6px; margin-bottom:7px;}
.auth_reply_btn {  border-radius:4px; padding:7px 14px; color:#fff; letter-spacing:1px; font-size:14px; }

.auth_reply_btn_o {background:#d13840; cursor:pointer;}

.auth_reply_btn_c { background:#ccc;}

.ptm_msc_uRcR {
    padding: 12px 20px 0 0;
    zoom: 1;
}

    .ptm_msc_uRcR td {
        font-size: 14px;
        color: #646464;
        text-align: center;
        padding: 0 20px;
    }

        .ptm_msc_uRcR td p {
            font-size: 24px;
            color: #323232;
        }

.ptm_msc_project {
    margin: 12px 0 0 0;
}

    .ptm_msc_project li {
         margin: 0 0 10px 0;
        /*min-height: 40px;*/
        *float: left
    }

.ptm_msc_ptit {
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    zoom: 1;
    background: #F0F0F0;
    cursor: pointer;
}

.ptm_msc_ptL {
    font-size: 12px;
    color: #323232;
    font-weight: bold;
    float: left;
}

.ptm_msc_ptR {
    float: right;
    display: block;
    color: #009BE0;
}

    .ptm_msc_ptR em {
        font-style: normal;
    }

    .ptm_msc_ptR span {
        display: none;
    }

.ptm_msc_project li.ptm_msc_pli .ptm_msc_ptR em {
    display: none;
}

.ptm_msc_project li.ptm_msc_pli .ptm_msc_ptR span {
    display: block;
}

.ptm_msc_project li.ptm_msc_pli .ptm_msc_ptit {
    background: #fff;
}

.ptm_msc_project li.ptm_msc_pli .ptm_msc_pma {
    display: block;
}

.ptm_msc_pma {
    padding: 10px 0;
    zoom: 1;
    display: none;
    border-top: 1px solid #E6E6E6;
}

    .ptm_msc_pma td {
        padding: 8px 10px 8px 0;
        color: #323232;
        font-size: 12px;
    }

.ptm_msc_pma_input {
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #C8C8C8;
    /*color:#C8C8C8;*/
}

    .ptm_msc_pma_input:focus {
        color: #323232;
    }

.ptm_msc_pma_dx input {
    vertical-align: -2px;
}

.ptm_msc_pma_dx span {
    padding: 0 15px 0 5px;
    color: #646464;
    font-size: 12px;
}

.ptm_msc_pma_textarea {
    border: 1px solid #C8C8C8;
    padding: 5px;
    height: 50px;
    width: 640px;
    font-size: 12px;
}

.ptm_msc_pma_bc {
    height: 20px;
    border: 1px solid #29AAE4;
    background: #29AAE4;
    line-height: 20px;
    width: 48px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    float: left;
    display: block;
    border-radius: 2px;
}

.ptm_msc_pma_gb {
    height: 20px;
    border: 1px solid #29AAE4;
    background: #fff;
    line-height: 20px;
    width: 48px;
    text-align: center;
    font-size: 12px;
    color: #29AAE4;
    float: left;
    display: block;
    border-radius: 2px;
}

.ptm_msc_pma_pxz {
    width: 900px;
}

    .ptm_msc_pma_pxz a {
        height: 24px;
        line-height: 24px;
        border: 1px solid #C8C8C8;
        display: block;
        padding: 0 25px 0 10px;
        zoom: 1;
        position: relative;
        float: left;
        color: #323232;
        font-size: 12px;
        margin: 0 10px 10px 0;
    }

        .ptm_msc_pma_pxz a:hover {
            color: #323232;
            text-decoration: none;
        }

        .ptm_msc_pma_pxz a i {
            display: block;
            background: url(../images/ico.png) -140px 0 no-repeat;
            width: 15px;
            height: 15px;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
        }

.ptm_msc_pma_pl {
    border: 1px solid #C8C8C8;
    padding: 20px 10px 10px 20px;
    zoom: 1;
    margin: 10px 0 0 0;
    width: 792px;
}

    .ptm_msc_pma_pl a {
        display: block;
        height: 24px;
        line-height: 24px;
        background: #F0F0F0;
        border: 1px solid #C8C8C8;
        padding: 0 10px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
        color: #323232;
    }

        .ptm_msc_pma_pl a:hover {
            border: 1px solid #29AAE4;
            background: #29AAE4;
            color: #fff;
            text-decoration: none;
        }

.ptm_msc_pma_logo {
    height: 78px;
    width: 78px;
    border: 1px solid #C8C8C8;
    position: relative;
    display: inline-table;
    vertical-align:bottom;
}

    .ptm_msc_pma_logo a {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        height: 26px;
        line-height: 26px;
        color: #fff;
        background: #4C4C4C;
    }

.ptm_msc_pma_pad {
    padding: 0 30px;
    zoom: 1;
    overflow: hidden;
}

.ptm_mscpma_ptext {
    border-bottom: 1px dotted #969696;
    font-size: 12px;
    color: #646464;
    line-height: 24px;
    padding: 0 0 15px 0;
    zoom: 1;
}

    .ptm_mscpma_ptext span {
        color: #E10000;
        font-weight: bold;
    }

.ptm_mscpma_pimg {
    padding: 25px 0;
    zoom: 1;
}

    .ptm_mscpma_pimg dd {
        width: 280px;
        padding: 0 21px;
        zoom: 1;
        float: left;
    }

.ptm_mscpma_pi_a {
    width: 278px;
    border: 1px solid #C8C8C8;
    height: 196px;
    border-radius: 2px;
    background: #E6E6E6;
    position: relative;
}

    .ptm_mscpma_pi_a td {
        padding: 0;
    }

.ptm_mscpma_pi_bnt {
    width: 236px;
    border: 1px solid #29AAE4;
    height: 34px;
    line-height: 34px;
    border-radius: 2px;
    color: #29AAE4;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 20px auto 0;
}

    .ptm_mscpma_pi_bnt:hover {
        color: #fff;
        background: #29AAE4;
        text-decoration: none;
    }

.ptm_mscpma_pib {
    margin: 20px auto 0;
    padding: 0 8px;
    zoom: 1;
    float: left;
    width: 260px;
}

    .ptm_mscpma_pib a {
        width: 116px;
        border: 1px solid #29AAE4;
        height: 34px;
        line-height: 34px;
        border-radius: 2px;
        color: #29AAE4;
        font-size: 14px;
        text-align: center;
        display: block;
    }

        .ptm_mscpma_pib a:hover {
            color: #fff;
            background: #29AAE4;
            text-decoration: none;
        }

.ptm_mscpma_pi_a i {
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 278px;
    height: 196px;
    text-align: center;
    line-height: 196px;
}

.ptm_mscpma_pi_a p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 278px;
    height: 196px;
    text-align: center;
    line-height: 196px;
}

.ptm_mscpma_pi_a s {
    background: url(../images/tg_img.png) 0 0 no-repeat;
    width: 97px;
    height: 98px;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
}

.ptm_mscpma_poffice {
    padding: 25px 0;
    zoom: 1;
}

    .ptm_mscpma_poffice dd {
        width: 150px;
        height: 114px;
        float: left;
        padding: 0 5px;
    }

.ptm_mscpma_po_a {
    width: 148px;
    height: 112px;
    border: 1px solid #C8C8C8;
    border-radius: 2px;
    position: relative;
    background: #E6E6E6;
}

    .ptm_mscpma_po_a td {
        padding: 0;
    }

    .ptm_mscpma_po_a i {
        background-color: #000;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 148px;
        height: 26px;
        text-align: center;
        line-height: 26px;
    }

.ptm_mscpma_poa_v {
    width: 108px;
    height: 26px;
    line-height: 26px;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ptm_mscpma_poa_va {
    text-align: center;
}

    .ptm_mscpma_poa_va a {
        color: #fff;
    }

.ptm_mscpma_poa_v a {
    color: #fff;
}

    .ptm_mscpma_poa_v a:hover, .ptm_mscpma_poa_va a:hover {
        color: #FF7800;
    }

.ptm_mscpma_po_bnt {
    width: 236px;
    border: 1px solid #29AAE4;
    height: 34px;
    line-height: 34px;
    border-radius: 2px;
    color: #29AAE4;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 0 20px 6px;
}

    .ptm_mscpma_po_bnt:hover {
        color: #fff;
        background: #29AAE4;
        text-decoration: none;
    }

.ptm_mscpma_pua {
    padding: 0 0 20px 0;
    zoom: 1;
}

    .ptm_mscpma_pua dd {
        float: left;
        padding: 0 7px;
        zoom: 1;
    }

.ptm_mscpma_pua_v {
    text-align: center;
    width: 120px;
}

    .ptm_mscpma_pua_v p {
        width: 101px;
        height: 101px;
        position: relative;
        margin: 0 auto;
    }

        .ptm_mscpma_pua_v p i {
            width: 101px;
            height: 101px;
            position: absolute;
            top: 0;
            left: 0;
            background: url(../images/mb_101.png) 0 0 no-repeat;
        }

.ptm_mscpma_pua_vm {
    border: 1px solid #C8C8C8;
    background: #F0F0F0;
    height: 121px;
    width: 770px;
    padding: 12px 0;
}

    .ptm_mscpma_pua_vm dd {
        float: left;
        padding: 0 60px;
        zoom: 1;
        text-align: center;
        width: 120px;
    }

        .ptm_mscpma_pua_vm dd p {
            width: 79px;
            height: 79px;
            position: relative;
            margin: 0 auto;
        }

    .ptm_mscpma_pua_vm p {
        cursor: pointer;
    }

        .ptm_mscpma_pua_vm p i {
            width: 79px;
            height: 79px;
            position: absolute;
            top: 0;
            left: 0;
            background: url(../images/use_79.png) 0 0 no-repeat;
        }

    .ptm_mscpma_pua_vm dd p a {
        width: 79px;
        height: 79px;
        background: url(../images/add_link.png) 0 0 no-repeat;
        display: block;
    }

        .ptm_mscpma_pua_vm dd p a:hover {
            background: url(../images/add_hover.png) 0 0 no-repeat;
        }

.pt_zzf {
    width: 616px;
    border: 1px solid #C8C8C8;
    background: #FFFFFF;
    position: absolute;
    z-index: 51;
    top: 100px;
    position: fixed;
    left: 50%;
    margin: 0 0 0 -309px;
}

.pt_zzf_tit {
    font-size: 14px;
    color: #323232;
    height: 42px;
    line-height: 42px;
    background: #EBF5FF;
    position: relative;
    padding: 0 15px;
    font-weight: bold;
}

    .pt_zzf_tit i {
        width: 19px;
        height: 18px;
        position: absolute;
        top: 5px;
        right: 5px;
        background: url(../images/ico.png) -161px -50px no-repeat;
        cursor: pointer;
    }

.pt_zzf_ca {
    border-bottom: 1px solid #E6E6E6;
    padding: 25px 0;
    zoom: 1;
}

    .pt_zzf_ca td {
        padding: 10px 10px 10px 0;
        font-size: 14px;
        color: #323232;
    }

.pt_zzf_cainput {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #D2D2D2;
}

.pt_zzf_cabnt {
    padding: 15px 50px 0 0;
    zoom: 1;
}

    .pt_zzf_cabnt a {
        float: right;
        padding: 0 12px;
        zoom: 1;
        height: 20px;
        border: 1px solid #009BE0;
        line-height: 20px;
        background: #fff;
        border-radius: 2px;
        color: #009BE0;
        margin: 0 0 0 10px;
        display: block;
    }

        .pt_zzf_cabnt a:hover {
            color: #fff;
            background: #009BE0;
        }

.m_head_img {
    width: 100px;
    height: 100px;
    border: 0;
    border-radius: 50px;
}

.c_head_img {
    width: 80px;
    height: 80px;
    border: 0px;
    border-radius: 40px;
}

.dialog_mask {
    width: 100%;
    height: 100%;
    _height: 9999px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


.ptm_mR_cpls_aul {
    position: absolute;
    top: 37px;
    left: 0;
    border: 1px solid #29aae4;
    border-bottom: 0;
    width: 82px;
    border-radius: 2px;
    z-index: 1000;
}

    .ptm_mR_cpls_aul a {
        display: block;
        height: 36px;
        line-height: 36px;
        background: #fff;
        border-bottom: 1px solid #29aae4;
        width: 82px;
        color: #29aae4;
        text-align: center;
    }

        .ptm_mR_cpls_aul a:hover {
            background: #29aae4;
            color: #fff;
            text-decoration: none;
        }

.ptm_mR_cpls_abox {
    position: relative;
    width: 84px;
    float: right;
}

.ptm_mscpma_pib .uploadify {
    width: 122px;
    height: 32px;
    border: 1px solid #29aae4;
    color: #29aae4;
    background: #fff;
    text-align: center;
    line-height: 34px;
    float: left;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
}

    .ptm_mscpma_pib .uploadify .swfupload {
        margin-left: -60px;
    }

    .ptm_mscpma_pib .uploadify:hover {
        background: #29aae4;
        color: #fff;
    }

.ptm_mscpma_pib .uploadify-queue {
    display: none;
}

    .ptm_mscpma_pib .uploadify-queue .cancel {
        display: none;
    }

.ptm_mscpma_pimg .ptm_mscpma_pi_bnt {
    margin: 0 auto;
}

.ptm_msc_pma_logo .uploadify {
    position: absolute;
    bottom: 0px;
}

.ptm_msc_pma_logo .uploadify-queue {
    display: none;
}

.ptm_msc_pma_logo .uploadify-button {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #000;
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
}

    .ptm_msc_pma_logo .uploadify:hover, .ptm_msc_pma_logo .uploadify-button:hover {
        color: #0096e4;
    }

.ptm_mscpma_poffice .uploadify-button {
    margin-top: -31px;
    border: 1px solid #29aae4;
    border-radius: 2px;
    color: #29aae4;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ptm_mscpma_poffice .uploadify:hover .uploadify-button {
    color: #fff;
    background: #29AAE4;
    text-decoration: none;
    text-underline: none;
    opacity: 0;
    filter: alpha(opacity=0);
}


.pro_imglink { display:block; width:100%; height:220px; overflow-y:hidden;}
.pro_title {    height: 48px;
    overflow-y: hidden;
    word-wrap: break-word;}
.pro_status { float:right; line-height:26px; color:#666666; padding:0 8px;}
.green { color:green;}
.blue { color:#29aae4;}
.red { color:red;}
.caohuang { color:#E19D36;}




/************index_1 start**************/
.zs_w1200{
	margin:0 auto;
	width:1200px;
}
.zs_relative{
	position:relative;
}
.zs_nav{
	height:34px;
	line-height:34px;
	position:relative;
}
.zs_nav_L{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	display:block;
}
.zs_nav_R{
	text-align:right;
	color:#D7D7D6;
}
.zs_nav_R a{
	font-size:12px;
	color:#666666;
	padding:0 10px;
}
.zs_nav_R a span{
	position:relative;
	padding:0 0 0 20px;
}
.zs_nav_R a span i{
	display:block;
	background-image:url(../images/ico.png);
	background-repeat:no-repeat;
	width:16px;
	height:12px;
	position:absolute;
	top:2px;
	left:0;
}
.zs_nav_ico1{
	background-position:0 0;
}
.zs_nav_ico2{
	background-position:-18px 0;
}
.zs_nav_ico3{
	background-position:-36px 0;
}
.zs_menu{
	height:64px;
	background:#F2503B;
}
.zs_menu ul{
	margin:0 0 0 193px;
}
.zs_menu ul li{
	float:left;
}
.zs_menu ul li a{
	display:block;
	height:60px;
	line-height:60px;
	border-bottom:4px solid #F2503B;
	padding:0 26px;
	font-size:16px;
	color:#FFFFFF;
}
.zs_menu ul li a:hover{
	border-bottom:4px solid #262626;
	text-decoration:none;
	background:#F46A58;
}
.zs_banner{
	background-repeat:no-repeat;
	background-position:center top;
	height:372px;
	position:relative;
	overflow:hidden;
	z-index:4px;
}
.zs_banner li a{
	display:block;
	height:372px;
}
.zs_banner li a img{
	display:none;
}
.zs_banner_list{
	position:absolute;
	bottom:15px;
	left:50%;
}
.zs_banner_list dl{
	position:relative;
	right:50%;
}
.zs_banner_list dl dd{
	width:5px;
	height:5px;
	margin:0 5px;
	background:#333333;
	float:left;
	cursor:pointer;
}
.zs_banner_list dl dd.zs_banner_gl{
	background:#F2503B;
}
.zs_main{
	padding:30px 0 35px;
}
.zs_main_L{
	width:820px;
}
.zs_main_R{
	width:352px;
}
.zs_main_tit{
	color:#000000;
	font-size:18px;
	height:24px;
	line-height:24px;
}
.zs_main_tit span{
	color:#ABABAB;
	font-size:14px;
}
.zs_main_a{
	border:1px solid #E5E5E5;
	background:#FDFDFD;
	border-radius:5px;
}
.zs_main_b{
	border:1px solid #E5E5E5;
	border-radius:5px;
	padding:30px 0;
}
.zs_main_b ul{
	margin:0 0 0 12px;
}
.zs_main_b li{
	float:left;
	width:201px;
}
.zs_mb_box{
	border-right:1px solid #E5E5E5;
	padding:0 20px;
	width:160px;
	margin:24px 0 0 0;
}
.zs_mb_ba{
	text-align:center;
	font-size:20px;
	color:#FF8C00;
}
.zs_mb_bb{
	font-size:14px;
	color:#333333;
	text-align:center;
	overflow:hidden;
	height:22px;
	line-height:22px;
}
.zs_mb_bc{
	font-size:12px;
	line-height:20px;
	color:#ABABAB;
	height:60px;
	overflow:hidden;
}
.zs_main_c{
	border:1px solid #E5E5E5;
	border-radius:5px;
	height:296px;
}
.zs_main_d{
	border:1px solid #E5E5E5;
	border-radius:5px;
	padding:40px 250px 30px 40px;
	zoom:1;
	position:relative;
}
.zs_mdimg{
	position:absolute;
	top:40px;
	right:30px;
}
.zs_main_d  li{
	padding:0 0 12px 0;
}
.zs_main_d  li a{
	display:block;
	padding:0 0 0 40px;
	position:relative;
	font-size:14px;
	color:#656565;
	height:20px;
	overflow:hidden;
}
.zs_main_d  li a img{
	position:absolute;
	top:50%;
	left:0;
	margin:-9px 0 0 0;
}
.zs_mR_box{
	border:1px solid #E5E5E5;
	border-radius:5px;
	padding:25px 40px;
	zoom:1;
}
.zs_mR_box ul{
	padding:0 0 20px 0;
	*padding:0 0 16px 0;
	zoom:1;
}
.zs_mR_box li{
	padding:0 0 10px 0;
	zoom:1;
	font-size:14px;
	color:#909090;
	*float:left;
}
.zs_mR_box li a{
	font-size:14px;
	color:#909090;
	float:left;
	height:20px;
	overflow:hidden;
	width:220px;
}
.zs_mR_bmore{
	height:16px;
	border-top:1px dashed #E5E5E5;
	position:relative;
}
.zs_mR_bm_bg{
	background:#fff;	
	padding:0 0 0 18px;
	height:32px;
	float:right;
	margin:-16px -20px 0 0;
}
.zs_mR_bm_bg a{
	display:block;
	height:32px;
	line-height:32px;
	background:#F5F5F5;
	border-radius:5px;
	font-size:12px;
	color:#656565;
	width:100px;
	text-align:center;
}
.zs_mR_pp{
	padding:20px 0;
	zoom:1;
}
.zs_mR_pp ul{
	padding:0;
}
.zs_mR_pp li{
	height:28px;
	line-height:28px;
	padding:0 0 0 24px;
	position:relative;
	font-size:14px;
	color:#656565;
}
.zs_mR_pp li i{
	background:url(../images/ico.png) -54px 0 no-repeat;
	width:13px;
	height:13px;
	position:absolute;
	top:50%;
	left:0;
	margin:-6px 0 0 0;
}
.zs_mR_ppbtn{
	height:66px;
	background:#F0F0F0;
}
/************index_1 end**************/
.zs_banner514{
	background-repeat:no-repeat;
	background-position:center top;
	height:514px;
	position:relative;
	overflow:hidden;
	z-index:4px;
}
.zs_banner514 li a{
	display:block;
	height:514px;
}
.zs_banner514 li a img{
	display:none;
}
.zs_background{
	background:#F5F5F5;
}
.zsw_title{
	font-size:40px;
	color:#333333;
	text-align:center;
	padding:65px 0 40px 0;
	zoom:1;
}
.zsw_title span{
	color:#999999;
}
.zsw_pplist{
	padding:0 0 40px 0;
	zoom:1;
}
.zsw_pplist li{
	width:300px;
	float:left;
}
.zsw_ppl_a{
	background:url(../images/pp_bg.png) 0 0 no-repeat;
	width:200px;
	height:224px;
	margin:0 auto;
}
.zsw_ppl_b{
	font-size:20px;
	color:#FF8C00;
	text-align:center;
}
.zsw_ppl_c{
	font-size:14px;
	color:#333333;
	text-align:center;
}
.zsw_ppl_d{
	font-size:14px;
	color:#656565;
	line-height:24px;
}
.zsw_ppl_bor{
	padding:0 44px;
	border-right:1px solid #E3E3E3;
	min-height:190px;
}
.zsw_ppllist_bnt{
	font-size:16px;
	color:#fff;
	background:#0065C9;
	width:172px;
	text-align:center;
	height:46px;
	line-height:46px;
	display:block;
	border-radius:5px;
	margin:0 auto 80px;
}
.zsw_ppllist_bnt:hover{
	color:#fff;
	text-decoration:none;
}
.zsw_news{
	border-bottom:1px solid #E4E4E4;
	padding:50px 22px 0 22px;
	zoom:1;
}
.zsw_news_a{
	width:535px;
}
.zsw_news_a li{
	border-bottom:1px dashed #CCCCCC;
	height:50px;
}
.zsw_news_a li a{
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#656565;
}
.zsw_news_a li a img{
	vertical-align:-4px;
	margin:0 15px 0 0;
}
.zsw_information_a{
	width:267px;
	padding:0 86px 0 21px;
	zoom:1;
}
.zsw_information_b{
	width:267px;
	border-left:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;
	padding:0 96px 0 89px;
	zoom:1;
}
.zsw_information_c{
	width:267px;
	padding:0 19px 0 86px;
	zoom:1;
}
.zsw_info{
	padding:0;
	border:0;
}
.zsw_info ul{
	padding:15px 0 10px 0;
	zoom:1;
}
.zsw_info li a{
	width:214px;
}
.zsw_weixin{
	height:82px;
	background:#F5F5F5;
	position:relative;
	margin:180px 0 0 0;
}
.zsw_weixin img{
	position:absolute;
	bottom:28px;
	left:50%;
	margin:0 0 0 -85px;
}
.zsw_footer{
	padding:16px 0 24px 0;
	zoom:1;
	background:#262626;
	text-align:center;
	color:#878787;
	line-height:28px;
	font-size:14px;
}
.zsw_footer a{
	color:#878787;
	font-size:14px;
}
.zsw_footer a:hover{
	color:#fff;
}
.zs_zy_banner{
	height:256px;
	background:url(../images/zy_banner.jpg) center top no-repeat;
}
.zs_logistics_pp{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
	padding:35px 13px 0;
	zoom:1;
}
.zs_logistics_pp li{
	padding:0 6px 35px;
	zoom:1;
	float:left;
	width:186px;
}
.zs_lpp_a{
	font-size:12px;
	color:#656565;
	background:#F7F7F7;
	line-height:20px;
	padding:5px 15px;
	zoom:1;
	overflow:hidden;
	height:40px;
}
.zs_knowledge{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
	zoom:1;
	padding:30px 1px 20px;
}
.zs_knowledge li{
	padding:0 39px;
	width:194px;
	float:left;
}
.zs_knowledge_tit{
	padding:0 0 15px 0;
	border-bottom:1px dashed #E5E5E5;
}
.zs_knowledge_tit a{
	color:#752B07;
	font-size:14px;
}
.zs_knowledge dl{
	padding:15px 0 10px 0;
	zoom:1;
}
.zs_knowledge dd{
	height:30px;
	position:relative;
	padding:0 0 0 12px;
	zoom:1;
}
.zs_knowledge dd a{
	display:block;
	font-size:14px;
	height:30px;
	line-height:30px;
	color:#656565;
}
.zs_knowledge dd  i{
	position:absolute;
	top:50%;
	left:0;
	width:3px;
	height:3px;
	background:#F68B14;
	margin:-1px 0 0 0;
}
.zs_mR_tool{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
	zoom:1;
	background:#FDFDFD;
	padding:26px 26px 18px 26px;
}
.zs_mR_tool_a{
	color:#656565;
	font-size:14px;
	text-align:center;
	height:34px;
	line-height:34px;
}
.zs_mR_tool_a span{
	position:relative;
	padding:0 0 0 40px;
}
.zs_mR_tool_a span i{
	width:36px;
	height:33px;
	display:block;
	background:url(../images/ico.png) 0 -29px no-repeat;
	position:absolute;
	top:50%;
	left:0;
	margin:-16px 0 0 0;
}
.zs_mR_tool_b{
	border-top:1px solid #E5E5E5;
	height:68px;
}
.zs_mR_tool_bL{
	width:148px;
	float:left;
	height:68px;
	line-height:68px;
	text-align:center;
}
.zs_mR_tool_bL a{
	font-size:14px;
	color:#656565;
}
.zs_mR_tool_bL span{
	padding:0 0 0 40px;
	position:relative;
}
.zs_mR_tool_bL span i{
	background-image:url(../images/ico.png);
	background-repeat:no-repeat;
	width:36px;
	height:33px;
	display:block;
	position:absolute;
	top:50%;
	left:0;
	margin:-16px 0 0 0;
}
.zs_mR_tbico1{
	background-position:-41px -29px;
}
.zs_mR_tbico2{
	background-position:-82px -29px;
}
.zs_mR_tbico3{
	background-position:-123px -29px;
}
.zs_mR_tbico4{
	background-position:-164px -29px;
}
.zs_zy_banner1{
	height:256px;
	background:url(../images/zy_banner1.jpg) center top no-repeat;
}
.zs_story_text{
	height:38px;
	line-height:38px;
	border-bottom:1px dashed #E5E5E5;
	padding:0 0 0 20px;
	position:relative;
	font-size:14px;
	color:#F2503B;
}
.zs_story_text i{
	background:url(../images/ico.png) -94px 0 no-repeat;
	width:8px;
	height:11px;
	position:absolute;
	top:50%;
	left:5px;
	margin:-5px 0 0 0;
}
.zs_story_text span{
	font-size:12px;
	color:#ABABAB;
}
.zs_main_xb{
	border:1px solid #E5E5E5;
	border-radius:5px;
	padding:30px 0;
}
.zs_main_xb ul{

}
.zs_main_xb li{
	float:left;
	width:270px;
}
.zs_mxb_box{
	border-right:1px solid #E5E5E5;
	padding:0 30px;
	width:218px;
	margin:24px 0 0 0;
}
.zs_mxb_ba{
	text-align:center;
	font-size:20px;
	color:#FF8C00;
}
.zs_mxb_bb{
	font-size:14px;
	color:#333333;
	text-align:center;
	overflow:hidden;
	height:22px;
	line-height:22px;
}
.zs_mxb_bc{
	font-size:12px;
	line-height:20px;
	color:#ABABAB;
	height:60px;
	overflow:hidden;
}
.zs_line{
	border-top:1px dashed #E5E5E5;
	margin:35px 32px 0;
	height:35px;
}
.weixin_Rtext{
	font-size:12px;
	color:#ABABAB;
	line-height:20px;
	margin:0 0 0 118px;
}
.zs_main_nav{
	margin:0 0 0 4px;
}
.zs_main_nav li{
	float:left;
}
.zs_main_nav li a{
	display:block;
	height:38px;
	line-height:38px;
	border-bottom:3px solid #fff;
	padding:0 10px;
	zoom:1;
	font-size:18px;
	color:#000000;
}
.zs_main_nav li a:hover{
	border-bottom:3px solid #F2503B;
	text-decoration:none;
}
.zs_main_nav li span{
	height:38px;
	line-height:38px;
	border-bottom:3px solid #fff;
	font-size:14px;
	color:#ABABAB;
	display:block;
}
.zs_article li{
	float:none;
	width:auto;
}
.zs_article dl{
	padding:15px 0;
}
.new_con_header{
	line-height: 40px;
	text-align: center;
	padding-bottom:10px;
}
.new_con_header h1{
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.new_con_header span{
	padding:0px 27px;
	color: #666;
}
.new_con_info p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-indent: 20px;
}

/*forget*/
.account-box {margin:5% 0; min-height:350px; font-family: "Microsoft YaHei","微软雅黑",Helvetica,Arial,Tahoma!important;}
.account-box h3 {font-weight:normal;color:#666;font-size:16px;margin-bottom:2em;}
.account-box .fa-correct {display:inline-block;width:42px;height:42px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTM4N0VBNzhDMDNGMTFFNjk3ODRBNUM3RjJDRUNCMUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTM4N0VBNzlDMDNGMTFFNjk3ODRBNUM3RjJDRUNCMUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMzg3RUE3NkMwM0YxMUU2OTc4NEE1QzdGMkNFQ0IxRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMzg3RUE3N0MwM0YxMUU2OTc4NEE1QzdGMkNFQ0IxRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrHVuBIAAAQeSURBVHjazJl/TE1hGMffTmWKIr+GxdZMaMLYZKGEmn+MlY3Nv9aW1Ri22Jg/aGFjEzZi/vIH8ys/F9EvElMUG6P8aobJH2jK7+v77D7HHq9765xzT937bN9u73vOuedznvd9n/O8z43weDzKiuVWLNe7+kEzoQxoGpQIjYAGQuHQF+gd1AI1QdVQPfRNObAwB6AElQutgOJs3u8TdBI6CDXaudCwce4U6BJ0H8pzAEk2CFoFNUDl0AzXPApP9sdHEbSGh1TaR+g6dBN6BL2COqDfUCwUDyVDqVCmj4ej83ZDhZDHMSggx/NQTdUO1UB7ocs25lwktAgqYGhpNNfvOgIFZAo+LkLDRPcDKB+6oQIz8nAJD/1naAIvPHuggJyFj0ooSgzRNmg79FO5YwZ7sg16Y3uOApKerg4ayl1d0DIe5qCZoUGSB09pkPNLM08EFdJXeNoFTRbDnQ3I233MNBii9RHtExTepIm9WhzbCsjyPoYkwGcQOecJNNKXR3eI9j2oOAiQV6Eh3KYYvOQfUA5FC8VFBfDmryBAxmr9L3SP5omDVwB5KwQgd3K/F5RXeo44oSREIDfqiymNUzOy9+TRUIM0QTNEu6KP5qYtSBNUJhy1IQZJ526BEiLwZ6I48DiEIKM5hRxAa4g8OlwcfBlCwx3HkGSJhmgoTnp9ZVPZnKic5kDc63NSY4mKsLBXoic7zomv4jk9D3rdi5BKz/jJo52iHeNnCCJFexzvKON7EVJn+Uqg7aJjjH42wtVzTv2UTdhAIMnGiv/bDc5STEvyc9FK6IIN2EAhySaJ/58avA8ybY6vK+DV75zlW4F1A1LxG9O0JgKtEh1ZWDz+9vpWYN2CJIYs0a42eOtrLqhRWrpnB7bWJUjFr/XRYjtUY2BYqUZ0VpyU38OX+INNcAlS8d7ftDKKqeYwl4oDi3lb4gTWDcjpMrOHHfqbOMOrtTwFTNsP2LAAYJ1C0j33iXadySUXzibxNqACxHoLX2zCnhF9RQ4hFd8zVbQL/9vcwatUuzwiTiqGVzMswubwq5VqpJsdQqZrG8qj7FGf+/p14gVAeUCZhfkq61ItDiHpIc/zPclaobU9lXSSuYxormAqYi3V4q2bls6Q8n4U7Ju7q5TQFHjIq66Lu2I5Pm5Q9gq/VhYOfec1AfmDndJsp+yoP6niCgbF2cYAISkEHeBFq6yMnF8PwbMUFmZrSQt9cQOHJHrFhdt8LVIB9xw/qIRs5eGuslx29OFZ2krvUd7aux5b3/K0MEvjbSIzj+FULYmTnSx+Ret2mMNSR7fzxMavIikcyNNdmqM1HLvrnZQdu7M7vAUh7xxT3t+R7FonX5vG31Vv9cIIBzerY9GmcC60QHl/2knkHa25WaQH+cBznGJsJWdYTh5Q/RFgAOtgP0sxf4AXAAAAAElFTkSuQmCC) no-repeat center center;margin-bottom:1em;}
.form-group {padding:0 0 25px 90px;*zoom:1;}
.form-group:after {content:"\0020";display:block;height:0;clear:both;overflow:hidden;}
.form-group p { color:#f60; line-height:36px; text-indent:20px; float:left;}
.form-group .controls-cnt {font-size:14px;line-height:36px;color:#333;}
.form-group .controls-label {float:left;width:90px;height:36px;line-height:36px;text-align:right;margin-left:-100px;font-size:14px;}
.form-group .controls-label .required {color:#f08300;}
.form-group input,
.form-group button { display:inline-block; float:left;}
.form-group select { height:40px; text-indent:5px; line-height:40px; margin:0; padding:0;  vertical-align: middle; padding:8px 10px\9;  }	
.form-control { font-family: "Microsoft YaHei","微软雅黑",Helvetica,Arial,Tahoma!important; 
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc; 
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:200px;
    padding:6px 10px;
}
.form-control:focus {
    border-color: #f90;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.form-control:-moz-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}

.btn {color:#fff; font-family: "Microsoft YaHei","微软雅黑",Helvetica,Arial,Tahoma!important;
    -moz-user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
	height: 32px;
    font-weight: normal;
    line-height:32px;
    text-align: center;
    vertical-align: middle;
    padding:0 16px;
    white-space: nowrap;}
.btn-orange {  background-color: #f90;}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active{  background-color: #f60;}
.btn-gray {background-color:#F2F2F2; margin-left:10px; border:1px solid #ccc;  border-radius: 4px; color:#666;
    cursor: pointer;
    font-size: 14px;
	height: 36px;
    font-weight: normal;
    line-height:34px;
    padding:0 16px;
    text-align: center; vertical-align: middle; }
.btn-gray:hover, .btn-gray:focus, .btn-gray:active { background-color: #ddd; }
.vcodeimg {    border: 1px solid #ddd;    float: left;    height: 38px;    margin:0 10px;    width: 100px; display:inline-block;}
.passwordgz { width:300px;  margin-left:10px;  color:#f60; line-height:20px; float:left; }	
.passwordgz li:before { content:"◇ " ;}
.passwordgz li { text-indent:10px; }
.passwordcg { text-align:center;}


/* 仿淘宝拖动验证QapTcha */
.QapTcha{float:left;width:222px;}
.QapTcha .clr{clear:both;}
.QapTcha .bgSlider{width:220px;height:34px;float:left;border:1px solid #ddd;background-color:#7ac23c;z-index:101;position:relative;}
.QapTcha .bgMasks{width:220px;height:34px;background-color:#e8e8e8;z-index:102;position:absolute;top:0;right:0;}
.QapTcha .Slider{width:34px;height:34px;border:none;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJCAYAAADkZNYtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTcwNTYzQ0NCQUIwMTFFNjk5ODlCOUM1NzU2NEU3RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTcwNTYzQ0RCQUIwMTFFNjk5ODlCOUM1NzU2NEU3RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNzA1NjNDQUJBQjAxMUU2OTk4OUI5QzU3NTY0RTdEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNzA1NjNDQkJBQjAxMUU2OTk4OUI5QzU3NTY0RTdEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrEDUwAAABDSURBVHjaYpw5c+Z/BgYGRgZMgCHOBBX4j0UxhjgTLgls4kz4TEIXZyJkNbI4EyFPIYszEasQ2RlEBR8TsQpBACDAABVaE91h18t+AAAAAElFTkSuQmCC) no-repeat center center;cursor:pointer;position:relative;top:0;left:0;z-index:104;}
.QapTcha .TxtStatus{width:220px;margin-top:2px;text-align:center;font-family:Verdana;font-size:10px;clear:both;position:absolute;top:0;left:0;z-index:103;display:inline-block;border:none;cursor:pointer;line-height:30px;}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm){
    .QapTcha .TxtStatusFont{background:-webkit-gradient(linear,left top,right top,color-stop(0,#4d4d4d),color-stop(.4,#4d4d4d),color-stop(.5,#fff),color-stop(.6,#4d4d4d),color-stop(1,#4d4d4d));-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation:slidetounlock 3s infinite;-webkit-text-size-adjust:none;}
}
@-webkit-keyframes slidetounlock{
    0%{background-position:-160px 0}
    100%{background-position:160px 0}
}
.QapTcha .dropSuccess{color:#4e8b37;-webkit-animation:none;background:-webkit-gradient(linear,left top,right top,color-stop(0,#fff),color-stop(.4,#fff),color-stop(.5,#fff),color-stop(.6,#fff),color-stop(1,#fff));-webkit-background-clip:text;}
.QapTcha .dropError{color:#000}
.QapTcha .SliderSuccess{background:transparent url('../images/taobao_ok.png') no-repeat;}
