﻿/* 全局样式 */
body {
    font-size: 12px;
}
/*top*/
.top_bg {
    height: 76px;
    /*background: url(../images/top_bg.gif) repeat-x;*/
    overflow: hidden;
    /*border-bottom:1px solid #d0d5d9;*/
    background-color: #f0f4f7;
    margin-top: 10px;
}

.top {
    margin: 0 auto;
    width: 940px;
    background-color: white;
    border: 1px solid #d0d5d9;
    padding: 0 29px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom: 0px;
}

.topPanel {
    width: 100%;
    height: 74px;
    border-bottom: 1px solid #d0d5d9;
}

.logo {
    width: 210px;
    float: left;
    height: 74px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.nav {
    float: left;
    margin-left: 5px;
    width:720px;

}

    .nav ul li {
        float: left;
    }

        .nav ul li a {
            display: block;
            font-family: microsoft yahei,arial;
            font-size: 15px;
            color: #282828;
            float: left;
            margin: 0 4px;
            margin-top: 25px;
            padding: 4px 7px;
            display: inline;
            text-align: right;
        }

.cur {
    color: #fff !important;
    background: #068bd5;
}

.login {
    width: 164px;
    float: left;
    margin-top: 29px;
    color: #848484;
}

    .login a {
        margin: 0 2px;
    }

a, input, textarea {
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    outline: none;
}
/*main*/
.block {
    width: 980px;
    margin: 0 auto;
}

.block_1 {
    height: 260px;
    height: 214px;
    _height: 214px;
    text-align: center;
    background-color: white;
}

.b_title {
    font-family: microsoft yahei,arial;
    font-size: 43px;
    color: #c2a26f;
    letter-spacing: 2px;
    padding-top: 34px;
}

.b_en {
    font-family: arial;
    font-size: 28px;
    color: #3d4445;
}

.b_line {
    background: url(../images/line.gif) no-repeat;
    height: 11px;
    text-align: center;
    margin-top: 10px;
}

.b_info {
    font-family: microsoft yahei,arial;
    font-size: 16px;
    color: #919191;
    line-height: 32px;
    margin-top: 6px;
}

.block_2 {
    height: 353px;
    background: #f6f7f8;
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
}

.b_left {
    width: 323px;
    height: 316px;
    margin-top: 16px;
    float: left;
    background: url(../images/login_bg.gif) no-repeat;
    overflow: hidden;
}

.in1 {
    margin-top: 35px;
    margin-left: 25px;
    padding-left: 60px;
    width: 196px;
    height: 47px;
    background: url(../images/in_bg1.gif) no-repeat;
    border: 0px;
    font-family: microsoft yahei,arial;
    font-size: 14px;
    color: #a0a0a0;
}

.in2 {
    margin-top: 12px;
    margin-left: 25px;
    padding-left: 60px;
    width: 196px;
    height: 49px;
    background: url(../images/in_bg2.gif) no-repeat;
    border: 0px;
    font-family: microsoft yahei,arial;
    font-size: 14px;
    color: #a0a0a0;
}

.in3 {
    margin-top: 12px;
    margin-left: 25px;
    padding-left: 60px;
    width: 196px;
    height: 49px;
    background: url(../images/in_bg3.gif) no-repeat;
    border: 0px;
    font-family: microsoft yahei,arial;
    font-size: 14px;
    color: #a0a0a0;
}

.zc {
    font-family: microsoft yahei,arial;
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 25px;
    margin-left: 25px;
}

.b_right {
    width: 469px;
    float: right;
    margin-top: 20px;
    overflow: hidden;
    font-size: 15px;
}

.btn {
    border: 0px;
    width: 258px;
    height: 55px;
    background: url(../images/btn.gif) no-repeat;
    margin-top: 30px;
    margin-left: 20px;
}

.btn_register {
    border: 0px;
    width: 258px;
    height: 55px;
    background: url(../images/btn_register.gif) no-repeat;
    margin-top: 5px;
    margin-left: 20px;
}

.block_3 {
    height: 353px;
    background-color: white;
    overflow: hidden;
}

.block_left {
    width: 460px;
    float: left;
}

.block_right .title em {
    color: #f6b473;
}

.img {
    margin-top: 35px;
    margin-left: 20px;
}

.block_right {
    width: 515px;
    float: left;
}

.list ul {
    margin-top: 28px;
}

    .list ul li {
        background: url(../images/dot.png) 10px 12px no-repeat;
        font-family: microsoft yahei,arial;
        font-size: 16px;
        line-height: 42px;
        padding-left: 40px;
        color: #565656;
    }

        .list ul li a {
            color: #565656;
            font-family: microsoft yahei,arial;
            font-size: 16px;
        }

.title {
    font-family: microsoft yahei,arial;
    margin-top: 50px;
    font-size: 34px;
    color: #4a4a4a;
    margin-left: 100px;
}

    .title em {
        font-family: microsoft yahei,arial;
        font-size: 22px;
    }

.footer_bg {
    /*height: 236px;*/
    background: #f0f4f7;
    padding-bottom: 10px;
}

.footer {
    /*height: 236px;*/
    /*background: url(../images/logo1.jpg) 0 88px no-repeat;*/
    margin: 0 auto;
    width: 998px;
    text-align: center;
    color: #626262;
    padding-top: 30px;
    font-family: microsoft yahei,arial;
    font-size: 15px;
    background-color: #2e2e2e;
    border: 1px solid #d0d5d9;
    padding-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
}

    .footer a {
        font-family: microsoft yahei,arial;
        font-size: 15px;
        color: #848484;
        margin: 0 5px;
    }

.link {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .link a {
        font-family: microsoft yahei,arial;
        font-size: 15px;
        color: #626262;
    }

.footer img {
    margin-top: 30px;
}

.dot2 {
    background: url(../images/dot2.png) no-repeat;
    width: 14px;
    height: 14px;
    text-align: center;
    margin: -7px auto 0 auto;
}
/*RDX的理财规划书建议*/
.block_a {
    height: 74px;
    width: 980px;
    margin: 0 auto;
    text-align: center;
    font-family: microsoft yahei,arial;
    font-size: 32px;
    color: #353535;
    padding-top: 40px;
}
/*您理财现状的综合评分*/
.block_b {
    height: 45px;
    background: #eaf5ff;
    border-top: 2px solid #99ccff;
    width: 960px;
    margin: 0 auto;
    font-family: microsoft yahei,arial;
    font-size: 22px;
    color: #373737;
    padding-top: 10px;
    padding-left: 20px;
}

.block_b_img {
    width: 980px;
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
    height: 360px;
}

.l11 {
    width: 136px;
    float: left;
    margin-top: 150px;
    margin-left: 200px;
    _margin-left: 100px;
    margin-bottom: 150px;
}

.l1_a {
    font-family: microsoft yahei,arial;
    color: #272727;
    font-size: 18px;
    width: 132px;
}

.l1_b {
    width: 132px;
    height: 30px;
    background: #99ccff;
    display: block;
    font-family: microsoft yahei,arial;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
}

.l1_c {
    width: 132px;
    height: 30px;
    background: #ff6666;
    display: block;
    font-family: microsoft yahei,arial;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
}

.l1_d {
    width: 132px;
    height: 30px;
    background: #99cc99;
    display: block;
    font-family: microsoft yahei,arial;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
}

.l22 {
    width: 150px;
    float: left;
    margin-left: 80px;
}

.l33 {
    width: 136px;
    float: left;
    margin-top: 150px;
    margin-left: 70px;
    margin-bottom: 130px;
}

.f_num {
    font-family: microsoft yahei,arial;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    float: left;
    margin-left: 35px;
    _margin-left: 18px;
    margin-top: 35px;
}

.f_num1 {
    float: left;
    font-size: 14px;
    font-family: microsoft yahei,arial;
    color: #fff;
    margin-top: 80px;
}

.f_bg {
    width: 135px;
    height: 141px;
    background: url(../images/list_f_bg.gif) no-repeat;
    margin: 35px 0px;
}

.block_b_img img {
    margin: 30px 0;
}
/*您理财的目标*/
.block_c {
    width: 905px;
    margin: 0 auto;
    margin-top: 35px;
}

.c_1 {
    height: 40px;
    background: #ffcc99;
    font-family: microsoft yahei,arial;
    color: #fff;
    font-size: 18px;
    padding-top: 12px;
    text-align: center;
}

.c_a {
    width: 227px;
    float: left;
    display: block;
}

.c_b {
    width: 140px;
    float: left;
    display: block;
}

.c_c {
    width: 183px;
    float: left;
    display: block;
}

.c_d {
    width: 224px;
    float: left;
    display: block;
}

.c_e {
    width: 128px;
    float: left;
    display: block;
}

.c_2 {
    padding-bottom: 3px;
    border-bottom: 1px dashed #ddd;
    font-family: microsoft yahei,arial;
    color: #474747;
    font-size: 18px;
    padding-top: 3px;
    text-align: center;
}

.c_3 {
    height: 40px;
    font-family: microsoft yahei,arial;
    color: #474747;
    font-size: 18px;
    padding-top: 12px;
    text-align: center;
    margin-bottom: 30px;
}
/*理财规划*/
.gh {
    width: 909px;
    margin: 0 auto;
}

.gh_1 {
    font-family: microsoft yahei,arial;
    font-size: 18px;
    padding: 0 10px;
    line-height: 32px;
    margin-top: 25px;
}

.gh_2 {
    height: 41px;
    margin-top: 30px;
    background: #3399cc;
    font-family: microsoft yahei,arial;
    font-size: 22px;
    color: #fff;
    padding-top: 12px;
    padding-left: 20px;
}

.gh_3 {
    font-family: microsoft yahei,arial;
    font-size: 18px;
    padding: 0 10px;
    line-height: 32px;
    margin-top: 25px;
    color: #474747;
}
/*现状分析*/
.fx_title {
    height: 35px;
    font-family: microsoft yahei,arial;
    color: #068bd5;
    font-size: 18px;
    background: url(../images/list_line.gif) bottom no-repeat;
    margin-top: 50px;
    padding-left: 30px;
}

.yi {
    margin-top: 20px;
    padding-left: 30px;
}

.yi_1 {
    width: 28px;
    height: 28px;
    background: url(../images/list_yi.gif) no-repeat;
    font-family: microsoft yahei,arial;
    font-size: 18px;
    color: #fff;
    text-align: center;
    float: left;
}

.yi_2 {
    font-family: microsoft yahei,arial;
    font-size: 18px;
    color: #474747;
    float: left;
    margin-left: 5px;
}

.yi_3 {
    margin-top: 10px;
    padding-left: 65px;
    font-family: microsoft yahei,arial;
    font-size: 14px;
    color: #7d7d7d;
    line-height: 32px;
}

.gh em {
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    margin: 0 5px;
    _margin: 0 0px;
    margin-top: 9px;
    overflow: hidden;
}

.gh span {
    display: block;
    float: left;
}

.yi_4 {
    margin-top: 15px;
    margin-left: 70px;
}

.yi_5 {
    margin-top: 20px;
    text-align: center;
    font-family: microsoft yahei,arial;
    font-size: 15px;
    color: #7d7d7d;
}

.yi_6 {
    width: 496px;
    height: 94px;
    background: #fbfbcf;
    float: left;
    margin-top: 25px;
    margin-left: 70px;
    _margin-left: 35px;
}

.yi_6_1 {
    display: block;
    font-family: microsoft yahei,arial;
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
    float: left;
    width: 240px;
    padding-top: 10px;
}

.yi_6_2 {
    display: block;
    font-family: microsoft yahei,arial;
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
    float: left;
    width: 230px;
    padding-top: 10px;
}

.yi_6_3 {
    width: 230px;
    float: left;
    font-family: microsoft yahei,arial;
    font-size: 30px;
    color: #ed4834;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}

.yi_6_4 {
    width: 90px;
    float: left;
    font-family: microsoft yahei,arial;
    font-size: 40px;
    color: #9b9b9b;
    font-weight: bold;
    padding-top: 0px;
}

.yi_6_5 {
    width: 140px;
    float: left;
    font-family: microsoft yahei,arial;
    font-size: 30px;
    color: #ed4834;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}

    .yi_6_5 a {
        font-family: microsoft yahei,arial;
        margin-left: 5px;
        font-size: 14px;
        color: #7d7d7d;
        float: none;
    }

.yi_7 {
    width: 222px;
    height: 94px;
    float: left;
    margin-left: 49px;
    margin-top: 25px;
}

.yi_8 {
    height: 30px;
    font-family: microsoft yahei,arial;
    font-size: 14px;
    color: #ed4834;
    background: #ffe1d6;
    text-align: center;
    padding-top: 5px;
}

.yi_9 {
    height: 51px;
    font-family: microsoft yahei,arial;
    font-size: 29px;
    color: #fff;
    background: #ff6666;
    text-align: center;
    padding-top: 7px;
}

.yi3 {
    width: 768px;
    margin: 0 auto;
    margin-top: 25px;
    #margin-top:25px;
}

.yi_3_title {
    height: 36px;
    background: #ffcc99;
    padding-top: 10px;
    color: #fff;
}

.yi3_1 {
    width: 153px;
    float: left;
    text-align: right;
    font-family: microsoft yahei,arial;
    font-size: 14px;
}

.yi3_2 {
    width: 188px;
    float: left;
    font-family: microsoft yahei,arial;
    font-size: 16px;
    text-align: center;
}

.yi3_3 {
    width: 118px;
    float: left;
    font-family: microsoft yahei,arial;
    font-size: 16px;
    margin-left: 10px;
}

.yi3_4 {
    width: 84px;
    float: left;
    font-family: microsoft yahei,arial;
    font-size: 14px;
    text-align: right;
}

.yi3_5 {
    width: 115px;
    float: left;
    font-family: microsoft yahei,arial;
    font-size: 16px;
    text-align: center;
}

.yi3_6 {
    width: 60px;
    float: left;
    font-family: microsoft yahei,arial;
    font-size: 16px;
    text-align: center;
}

.yi_3_line {
    border-bottom: 1px dashed #ddd;
    padding-top: 8px;
    color: #474747;
    padding-bottom: 3px;
}

.yi3_1a {
    width: 223px;
    float: left;
    text-align: center;
    font-family: microsoft yahei,arial;
    font-size: 18px;
}

.yi3_2a {
    width: 118px;
    float: left;
    font-family: microsoft yahei,arial;
    font-size: 18px;
}

.yi3_3a {
    width: 128px;
    float: left;
    font-family: microsoft yahei,arial;
    font-size: 18px;
}

.yi3_4a {
    width: 124px;
    float: left;
    font-family: microsoft yahei,arial;
    font-size: 18px;
    text-align: center;
}

.yi3_5a {
    width: 105px;
    float: left;
    font-family: microsoft yahei,arial;
    font-size: 18px;
}

.yi3_6a {
    width: 60px;
    float: left;
    font-family: microsoft yahei,arial;
    font-size: 18px;
}

.yi_3_bg {
    background: #fbfbcf;
    padding-top: 5px;
    color: #474747;
    padding-bottom: 5px;
}
/*理财建议*/
.lc_1 {
    font-family: microsoft yahei,arial;
    color: #068bd5;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 50px;
}

.lc_2 {
    font-family: microsoft yahei,arial;
    color: #474747;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 50px;
}

.lc_3 {
    margin-left: 50px;
    margin-top: 20px;
}

    .lc_3 ul li {
        background: url(../images/dot.png) 10px 10px no-repeat;
        padding-left: 40px;
        font-family: microsoft yahei,arial;
        font-size: 16px;
        color: #7d7d7d;
        line-height: 36px;
    }

.lc_4 {
    font-family: microsoft yahei,arial;
    color: #474747;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 50px;
}

.lc_5 {
    width: 769px;
    margin: 0 auto;
    height: 95px;
    background: #f6f6f6;
    margin-top: 20px;
    padding-top: 15px;
}

.lc_a {
    display: block;
    width: 300px;
    float: left;
    line-height: 40px;
    padding-left: 30px;
}

    .lc_a a, .lc_b a {
        font-family: microsoft yahei,arial;
        font-size: 16px;
        color: #7d7d7d;
    }

.lc_b {
    display: block;
    width: 300px;
    float: left;
    line-height: 40px;
    padding-left: 30px;
}
/*紧急备用金*/
.cw_1 {
    font-family: microsoft yahei,arial;
    font-size: 18px;
    padding: 0 10px;
    line-height: 32px;
    margin-top: 25px;
    color: #474747;
}

.cw_yi {
    margin-top: 40px;
    padding-left: 30px;
}

.cw_2 {
    font-family: microsoft yahei,arial;
    font-size: 16px;
    color: #474747;
    margin-left: 50px;
    margin-top: 15px;
}

.cw_yi1 {
    margin-top: 20px;
    padding-left: 30px;
}

.cw_left {
    width: 476px;
    float: left;
    margin-top: 30px;
    margin-left: 50px;
    _margin-left: 20px;
}

.cw_right {
    float: left;
    margin-top: 20px;
    margin-left: 0px;
}

.cw_a {
    width: 102px;
    height: 38px;
    float: left;
    background: #ffcc99;
    font-family: microsoft yahei,arial;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.cw_b {
    width: 119px;
    height: 38px;
    float: left;
    background: #f2f2f2;
    font-family: microsoft yahei,arial;
    color: #474747;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.cw_table {
    padding-top: 3px;
    clear: both;
}

.cw_a1 {
    width: 102px;
    height: 38px;
    float: left;
    background: #ffcc99;
    font-family: microsoft yahei,arial;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.cw_b1 {
    width: 119px;
    height: 38px;
    float: left;
    background: #f2f2f2;
    font-family: microsoft yahei,arial;
    color: #8b8b8b;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.cw_3 {
    font-family: microsoft yahei,arial;
    font-size: 18px;
    padding: 0 10px;
    line-height: 42px;
    margin-top: 15px;
    color: #474747;
}

.cw_title {
    height: 35px;
    font-family: microsoft yahei,arial;
    color: #068bd5;
    font-size: 18px;
    background: url(../images/list_line.gif) bottom no-repeat;
    margin-top: 30px;
    padding-left: 30px;
}

.cw_6 {
    width: 766px;
    margin: 0 auto;
    margin-top: 40px;
}

.cw_7 {
    height: 35px;
    background: #99ccff;
    font-family: microsoft yahei,arial;
    font-size: 18px;
    padding-top: 10px;
    color: #fff;
}

.cw_8 {
    margin-left: 151px;
    _margin-left: 101px;
    float: left;
}

.cw_9 {
    margin-left: 350px;
    _margin-left: 290px;
    float: left;
}

.cw_10 {
    border-bottom: 1px dashed #ddd;
    font-family: microsoft yahei,arial;
    font-size: 16px;
    padding-top: 10px;
    color: #474747;
    clear: both;
}

.cw_11 {
    float: left;
    width: 100px;
    text-align: center;
}

.cw_12 {
    float: left;
    width: 200px;
    text-align: center;
}

.cw_13 {
    float: left;
    width: 400px;
    text-align: center;
}

.cw_14 {
    height: 90px;
    border-bottom: 1px dashed #ddd;
    font-family: microsoft yahei,arial;
    font-size: 16px;
    padding-top: 10px;
    color: #474747;
    clear: both;
}

.cw_4 {
    font-family: microsoft yahei,arial;
    font-size: 16px;
    padding: 0 20px;
    line-height: 42px;
    margin-top: 15px;
    color: #474747;
}

.cw_5 {
    font-family: microsoft yahei,arial;
    font-size: 16px;
    padding: 0 40px;
    line-height: 42px;
    margin-top: 15px;
    color: #474747;
}

.cw_a12 {
    width: 112px;
    height: 38px;
    float: left;
    background: #ffcc99;
    font-family: microsoft yahei,arial;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.cw_b12 {
    width: 159px;
    height: 38px;
    float: left;
    background: #f2f2f2;
    font-family: microsoft yahei,arial;
    color: #8b8b8b;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.cw_a2 {
    width: 112px;
    height: 38px;
    float: left;
    background: #ffcc99;
    font-family: microsoft yahei,arial;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.cw_b2 {
    width: 159px;
    height: 38px;
    float: left;
    background: #f2f2f2;
    font-family: microsoft yahei,arial;
    color: #474747;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.cw_a3 {
    width: 95px;
    height: 45px;
    float: left;
    background: #ffcc99;
    font-family: microsoft yahei,arial;
    color: #fff;
    font-size: 16px;
    _font-size: 14px;
    text-align: center;
    padding-top: 5px;
}

.cw_b3 {
    width: 89px;
    height: 38px;
    float: left;
    background: #f2f2f2;
    font-family: microsoft yahei,arial;
    color: #474747;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.cw_a13 {
    width: 95px;
    height: 45px;
    float: left;
    background: #f2f2f2;
    font-family: microsoft yahei,arial;
    color: #8b8b8b;
    font-size: 15px;
    text-align: center;
    padding-top: 5px;
}

.cw_b13 {
    width: 159px;
    height: 38px;
    float: left;
    background: #f2f2f2;
    font-family: microsoft yahei,arial;
    color: #8b8b8b;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}

.cw_a14 {
    width: 135px;
    height: 45px;
    float: left;
    background: #f2f2f2;
    font-family: microsoft yahei,arial;
    color: #8b8b8b;
    font-size: 15px;
    text-align: center;
    padding-top: 5px;
}

.lc_41 {
    font-family: microsoft yahei,arial;
    color: #474747;
    font-size: 18px;
    margin-top: 25px;
    margin-left: 50px;
}

.KeFuDiv {
    position: absolute;
    height: 160px;
    width: 118px;
}

.top1 {
    height: 19px;
    background: url(../images/top1.gif) 0 5px no-repeat;
    font-size: 14px;
    padding-left: 15px;
}

    .top1 a {
        font-size: 14px;
        color: #2b96c4;
        font-family: microsoft yahei,arial;
        display: block;
        width: 64px;
        height: 23px;
        text-align: center;
    }

.class {
    height: 19px;
    font-size: 14px;
    padding-left: 15px;
    margin-top: 8px;
    _margin-top: 4px;
}

    .class a {
        font-size: 14px;
        height: 25px;
        display: block;
        width: 64px;
        height: 23px;
        color: #2b96c4;
        background: #d8ecf5;
        font-family: microsoft yahei,arial;
        text-align: center;
    }

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*填写信息*/
.main_wrap {
    width: 980px;
    margin: auto;
    overflow: hidden;
    text-align: left;
}

    .main_wrap b, .main_wrap strong {
        font-weight: normal;
    }

.step_tip {
    margin: 15px 0;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #4d4d4d;
}

    .step_tip b {
        font-size: 18px;
        font-weight: bold;
        color: #272727;
        padding-right: 10px;
    }

.step_num {
    white-space: nowrap;
    width: 980px;
    height: 100px;
    overflow: hidden;
    background: url(../images/step_cbg.jpg) left 17px repeat-x;
}

    .step_num li {
        float: left;
        display: block;
        width: 137px;
        overflow: hidden;
        text-align: center;
    }

        .step_num li i {
            display: inline-block;
            width: 50px;
            height: 50px;
            background-position: left top;
            background-repeat: no-repeat;
        }

    .step_num .s01 i {
        background: url(../images/num_01.jpg);
    }

    .step_num .s02 i {
        background: url(../images/num_02.jpg);
    }

    .step_num .s03 i {
        background: url(../images/num_03.jpg);
    }

    .step_num .s04 i {
        background: url(../images/num_04.jpg);
    }

    .step_num .s05 i {
        background: url(../images/num_05.jpg);
    }

    .step_num .s06 i {
        background: url(../images/num_06.jpg);
    }

    .step_num .s07 i {
        background: url(../images/num_07.jpg);
    }

    .step_num li b {
        display: block;
        height: 20px;
        line-height: 20px;
        color: #9b9a9a;
        overflow: hidden;
        margin-top: 5px;
        font-size: 12px;
        font-weight: normal;
    }

    .step_num .on i {
        background-position: left bottom;
    }

    .step_num .on b {
        color: #068bd5;
    }

    .step_num .sbg {
        background: url(../images/step_lbg.jpg) left 17px no-repeat!important;
        width: 6px;
        height: 50px;
    }

    .step_num .ebg {
        float: right;
        background: url(../images/step_rbg.jpg) right 17px no-repeat!important;
        width: 6px;
        height: 50px;
    }

.form_wrap {
    display: block;
    overflow: hidden;
    position: relative;
    width: 980px;
}

    .form_wrap .form_ico {
        background: url(../images/ico_arror.jpg) right 36px no-repeat;
        width: 89px;
        position: absolute;
        top: 0;
        left: 0;
        float: left;
        overflow: hidden;
    }

    .form_wrap i {
        display: block;
        width: 56px;
        height: 56px;
        overflow: hidden;
        background-repeat: no-repeat;
        margin-top: 18px;
        margin-left: 12px;
    }

    .form_wrap .i_s1 {
        background: url(../images/ico_step1.jpg);
    }

    .form_wrap .i_s2 {
        background: url(../images/ico_step2.jpg);
    }

    .form_wrap .i_s3 {
        background: url(../images/ico_step3.jpg);
    }

    .form_wrap .i_s4 {
        background: url(../images/ico_step4.jpg);
    }

    .form_wrap .i_s5 {
        background: url(../images/ico_step5.jpg);
    }

    .form_wrap .i_s6 {
        background: url(../images/ico_step6.jpg);
    }

    .form_wrap .i_s7 {
        background: url(../images/ico_step7.jpg);
    }

    .form_wrap .form_con {
        border: 1px solid #dcdcdc;
        min-height: 300px;
        float: right;
        width: 850px;
        margin-bottom: 30px;
        overflow: hidden;
        padding: 20px;
        font-size: 15px;
        color: #888686;
    }

.form_con h2 {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px dotted #cecece;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #2f2e2e;
}

.form_con h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
    color: #888686;
    font-weight: normal;
}

    .form_con h3 i {
        float: left;
        margin: 0;
        padding: 0;
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        background: url(../images/num_bg.jpg) center center no-repeat #ffc500;
        width: 17px;
        line-height: 16px;
        margin-top: 4px;
        height: 17px;
        overflow: hidden;
        text-align: center;
        margin-right: 5px;
        font-style: normal;
        font-size: 12px;
        color: #fff;
    }

    .form_con h3 span {
        font-size: 14px;
        color: #f00;
    }

.form_con h4 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #2f2e2e;
}

.form_con .total_num {
    display: block;
    position: relative;
    height: 1px;
}

    .form_con .total_num ul {
        position: absolute;
        right: 0;
        top: 0;
        border: 1px solid #e5dfcc;
        padding: 10px;
        background-color: #fff3cc;
        font-size: 14px;
        line-height: 30px;
    }

    .form_con .total_num b {
        font-weight: normal;
    }

.form_con .input_text_tit {
    display: block;
    padding-left: 23px;
}

    .form_con .input_text_tit strong {
        width: 176px;
        height: 20px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 0px;
        margin-right: 58px;
        font-size: 14px;
        display: inline-block;
        color: #b4b4b4;
    }

.form_con .input_wrap {
    display: block;
    padding-left: 23px;
}

    .form_con .input_wrap input {
        width: 164px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        margin-bottom: 15px;
        margin-right: 15px;
        font-size: 15px;
        overflow: hidden;
        display: inline-block;
        color: #888686;
    }

    .form_con .input_wrap select {
        width: 174px;
        height: 30px;
        border: 1px solid #ffc500;
        margin-bottom: 15px;
        margin-right: 15px;
        font-size: 15px;
        overflow: hidden;
        display: inline-block;
        color: #888686;
    }

    .form_con .input_wrap .w_2x {
        width: auto;
        min-width: 260px;
        _width: 260px;
    }
    /*.form_con .input_wrap .w_2x{ width:auto; min-width:550px;_width:550px;}*/
    .form_con .input_wrap b {
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        _height: 30px;
        _line-height: 22px;
    }

    .form_con .input_wrap .w_4 {
        min-width: 80px;
        _width: 80px;
        text-align: right;
    }

    .form_con .input_wrap .ico_add {
        display: inline-block;
        font-size: 30px;
        font-family: Arial;
        font-weight: normal;
        color: #068bd5;
        text-align: left;
        width: 33px;
        margin-top: -2px;
    }

    .form_con .input_wrap .sub_input {
        display: none;
    }

    .form_con .input_wrap .on {
        display: inline-block;
    }

.form_con .checkbox_wrap {
    display: block;
    padding-left: 23px;
}

    .form_con .checkbox_wrap label {
        position: relative;
        min-width: 134px;
        _width: 144px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #7ec5ed;
        border-radius: 3px;
        background: url(../images/ico_unselect.jpg) 10px 4px no-repeat #7ec5ed;
        color: #fff;
        font-size: 15px;
        margin-bottom: 15px;
        margin-right: 15px;
        overflow: hidden;
        display: inline-block;
        padding-left: 35px;
        _padding-left: 30px;
        padding-right: 5px;
    }

    .form_con .checkbox_wrap .on {
        background: url(../images/ico_select.jpg) 10px 4px no-repeat #068bd5;
    }

    .form_con .checkbox_wrap input {
        position: absolute;
        top: 8px;
        left: -100px;
    }

.form_con .nobg label {
    background-image: none!important;
}

.form_con .nobg .on {
    background-image: none!important;
}

.form_con .nobg input {
    position: absolute;
    top: 8px;
    left: 10px!important;
}

.form_con .long {
    width: auto!important;
}

.form_con .checkbox_wrap2 {
    display: block;
    padding-left: 23px;
}

    .form_con .checkbox_wrap2 .select_wrap {
        overflow: hidden;
        display: inline-block;
        background: url(../images/ico_unselect.jpg) 10px 4px no-repeat #7ec5ed;
        border: 1px solid #7ec5ed;
        border-radius: 3px;
        color: #fff;
        margin-bottom: 15px;
        margin-right: 15px;
    }

        .form_con .checkbox_wrap2 .select_wrap .select_input {
            display: none;
            overflow: hidden;
            padding-right: 5px;
        }

    .form_con .checkbox_wrap2 .select_input input, .form_con .checkbox_wrap2 .select_input select {
        width: 100px;
        margin-top: 5px;
        font-size: 15px;
        float: left;
        display: inline-block;
        color: #888686;
    }

    .form_con .checkbox_wrap2 .select_input b {
        margin-top: 5px;
        padding: 0 5px;
        height: 20px;
        float: left;
        display: inline-block;
    }

    .form_con .checkbox_wrap2 label {
        float: left;
        position: relative;
        min-width: 134px;
        _width: 144px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        overflow: hidden;
        display: inline-block;
        padding-left: 35px;
        _padding-left: 30px;
        padding-right: 5px;
    }

    .form_con .checkbox_wrap2 .on {
        background: url(../images/ico_select.jpg) 10px 4px no-repeat #068bd5;
    }

        .form_con .checkbox_wrap2 .on .select_input {
            display: inline-block;
        }

    .form_con .checkbox_wrap2 label input {
        position: absolute;
        top: 8px;
        left: -100px;
    }

.form_con .nobg2 .select_wrap {
    background-image: none!important;
}

.form_con .nobg2 .on {
    background-image: none!important;
}

.form_con .nobg2 label input {
    position: absolute;
    top: 8px;
    left: 10px!important;
}

.form_con .error_info {
    color: #f00!important;
}

.form_con .result {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
}

    .form_con .result span {
        display: inline-block;
        width: 240px;
        padding-top: 280px;
        margin: 30px 10px;
    }

    .form_con .result .doing {
        background: url(../images/ico_doing.jpg) no-repeat;
    }

    .form_con .result .doing_ok {
        background: url(../images/ico_doing_ok.jpg) no-repeat;
    }

    .form_con .result .ok_doing {
        background: url(../images/ico_ok_doing.jpg) no-repeat;
    }

    .form_con .result .ok {
        background: url(../images/ico_ok.jpg) no-repeat;
        width: 200px;
    }

.form_wrap .form_foot {
    float: right;
    width: 890px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

/*按钮*/
.btn2 {
    display: inline-block;
    line-height: 180%;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background-color: #c2c2c2;
    font-weight: 600;
    color: #fff!important;
    border: none;
    box-shadow: none;
    padding: 0 5px;
    margin: 0 5px;
    *padding: 0;
    *margin: 0;
    *width: 80px;
}

    .btn2:hover {
        background-color: #9d9b9b;
    }

.btn_blue {
    background-color: #068bd5;
}

    .btn_blue:hover {
        background-color: #0372af;
    }

.btn_yellow {
    background-color: #ffc500;
}

    .btn_yellow:hover {
        background-color: #d4a504;
    }

.btn_red {
    background-color: #d60808;
}

    .btn_red:hover {
        background-color: #a50505;
    }

.btn_green {
    background-color: #33ac0d;
}

    .btn_green:hover {
        background-color: #248307;
    }

/*颜色*/
.c_blue {
    color: #068bd5!important;
}

    .c_blue a {
        color: #068bd5!important;
    }

.c_yellow {
    color: #ffc500!important;
}

    .c_yellow a {
        color: #ffc500!important;
    }

.c_red {
    color: #d60808!important;
}

    .c_red a {
        color: #d60808!important;
    }

.c_green {
    color: #33ac0d!important;
}

    .c_green a {
        color: #33ac0d!important;
    }

.c_blow {
    color: #cd8405!important;
}

    .c_blow a {
        color: #cd8405!important;
    }

.sub_title {
    color: #666!important;
    font-size: 13px;
    text-indent: 2em;
}

/*通用*/
.inline_b {
    display: inline-block!important;
    _display: inline!important;
    _zoom: 1!important;
    vertical-align: middle;
    padding-left: 0!important;
}

.clear_fix {
    height: 0px!important;
    border: none!important;
    display: block;
    overflow: hidden;
    clear: both;
}

/*图表*/
.all_stat {
    overflow: hidden;
    width: 560px;
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}

    .all_stat b {
        display: block;
        margin-bottom: 5px;
        height: 30px;
        text-align: center;
    }

    .all_stat span {
        display: block;
        color: #fff;
        height: 30px;
        line-height: 30px;
    }

    .all_stat .c_top {
        text-align: center;
        width: 140px;
        height: 80px;
        display: inline-block;
        overflow: hidden;
    }

        .all_stat .c_top span {
            background-color: #99cc99;
        }

    .all_stat .c_left {
        text-align: center;
        width: 140px;
        float: left;
        height: 70px;
        display: inline-block;
        overflow: hidden;
        position: absolute;
        top: 108px;
        left: 0;
    }

        .all_stat .c_left span {
            background-color: #99ccff;
        }

    .all_stat .c_con {
        background: url(../images/y_bg.jpg) center center no-repeat;
        text-align: center;
        line-height: 140px;
        font-size: 40px;
        font-weight: bold;
        color: #FFF;
        width: 140px;
        height: 140px;
        display: inline-block;
        overflow: hidden;
    }

        .all_stat .c_con b {
            margin-left: 10px;
            margin-right: 3px;
            display: inline-block;
        }

        .all_stat .c_con span {
            font-size: 16px;
            display: inline-block;
        }

    .all_stat .c_right {
        text-align: center;
        width: 140px;
        float: right;
        height: 70px;
        display: inline-block;
        overflow: hidden;
        position: absolute;
        top: 108px;
        right: 0;
    }

        .all_stat .c_right span {
            background-color: #ff6666;
        }

    .all_stat .c_bottom {
        text-align: center;
        width: 140px;
        height: 70px;
        margin-top: 10px;
        display: inline-block;
        overflow: hidden;
    }

        .all_stat .c_bottom span {
            background-color: #ffc200;
        }

#chart0-1-1 {
    height: 100px;
}

#chart0-1-2 {
    height: 100px;
}

#chart0-2-1 {
    height: 100px;
}

#chart0-2-2 {
    height: 100px;
}

#chart1-2 {
    width: 330px;
    height: 232px;
    margin-top: 20px;
}

#chart3-2 {
    width: 783px;
    height: 356px;
}

#chart3-3 {
    width: 330px;
    height: 232px;
    margin-top: 20px;
}

#chart3-4 {
    width: 330px;
    height: 232px;
    margin-top: 40px;
}

.cw_51 {
    font-family: microsoft yahei,arial;
    font-size: 16px;
    padding: 0 40px;
    line-height: 22px;
    margin-top: 5px;
    color: #474747;
}


.HeadImg {
    height: 250px;
    position: relative;
    overflow: hidden;
}

    .HeadImg a img {
        width: 100%;
    }

    .HeadImg .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        text-align: center;
    }

        .HeadImg .dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 4px;
            text-indent: -999em;
            border: 2px solid #006dc0;
            border-radius: 6px;
            cursor: pointer;
            opacity: .4;
            -webkit-transition: background .5s, opacity .5s;
            -moz-transition: background .5s, opacity .5s;
            transition: background .5s, opacity .5s;
        }

            .HeadImg .dots li.active {
                background: #006dc0;
                opacity: 1;
            }

.block_2 .rightBG {
    background: url(/Content/images/Rbg1.jpg) 100px center no-repeat;
    height: 300px;
}

.b_right1 {
    width: 550px;
    float: right;
    margin-top: 20px;
    overflow: hidden;
    font-size: 15px;
}

    .b_right1 .title {
        margin-top: 10px;
        margin-left: 0px;
    }

        .b_right1 .title em {
            color: #f6b473;
        }

    .b_right1 .list ul li {
        line-height: 30px;
        background: url(../images/dot.png) 10px 8px no-repeat;
    }

.titleOver {
    margin-left: 0px;
}

.block_left .titleInfo {
    font-family: microsoft yahei,arial;
    font-size: 16px;
    line-height: 42px;
    padding-left: 40px;
    color: #565656;
    padding-top: 15px;
}

.block_left .title em {
    color: #f6b473;
}

.block_my {
    background-color: white;
}

    .block_my .block .title_right {
        width: 515px;
        float: right;
    }

        .block_my .block .title_right em {
            color: #f6b473;
        }

    .block_my .block ul li {
        display: block;
        height: 100px;
        padding: 10px 0;
    }

        .block_my .block ul li h3 {
            width: 800px;
            float: right;
            line-height: 30px;
            padding-top: 30px;
        }

        .block_my .block ul li.a {
            background: url(/Content/images/Head1.jpg) 0 center no-repeat;
        }

        .block_my .block ul li.b {
            background: url(/Content/images/Head2.jpg) 0 center no-repeat;
        }

        .block_my .block ul li.c {
            background: url(/Content/images/Head3.jpg) 0 center no-repeat;
        }

.b_right1 .title {
    padding-bottom: 20px;
    width: 400px;
    background: url(/Content/images/split.jpg) 0 bottom repeat-x;
}

.block_right .title {
    padding-bottom: 20px;
    width: 400px;
    background: url(/Content/images/split.jpg) 0 bottom repeat-x;
}

.b_right1, .block_right .list ul {
    margin-top: 5px;
}

.block_left .title {
    padding-bottom: 20px;
    width: 300px;
    background: url(/Content/images/split.jpg) 0 bottom repeat-x;
}

.service {
    border: 1px solid #D0D5D9;
    margin-bottom: 10px;
    padding: 10px 0 5px 0;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top:7px;
}

    .service ul {
    }

        .service ul li {
            float: left;
            margin-right: 15px;
            width: 150px;
            text-align: center;
        }

            .service ul li a {
                color: #999999;
            }

                .service ul li a:hover {
                    text-decoration: none;
                }

            .service ul li img {
                margin: 0 auto;
            }

            .service ul li.first {
                margin-top: 10px;
                width: 110px;
            }

.listInfo {
    border: 1px solid #D0D5D9;
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #989898;
    padding-bottom:0px;
}

    .listInfo a {
        color: #989898;
    }

    .listInfo .listLeft {
        width: 450px;
        float: left;
    }

.listLeft .head {
    height: 40px;
    background: url(/Content/images/line.jpg) 0 40px no-repeat;
    padding-bottom: 10px;
}

.listLeft .content {
    margin-top: 15px;
}

    .listLeft .content .cLeft {
        float: left;
        width: 200px;
    }

        .listLeft .content .cLeft img {
            width: 200px;
            height: 165px;
        }

    .listLeft .content .cRight {
        float: right;
        width: 230px;
        line-height: 1.8em;
        font-size: 14px;
    }

        .listLeft .content .cRight em {
            color: #edb0ad;
        }

a.color1 {
    color: #edb0ad;
}

.listInfo .listRight {
    width: 450px;
    float: right;
}

.listRight .head {
    height: 40px;
    background: url(/Content/images/line.jpg) 0 40px no-repeat;
    padding-bottom: 10px;
    position: relative;
}

    .listRight .head .more {
        position: absolute;
        right: 5px;
        bottom: 15px;
    }

.listRight .content {
    margin-top: 15px;
}



.listRight .content {
}

    .listRight .content ul li {
        background: url(/Content/images/gt_point1.gif) 0 center no-repeat;
        line-height: 25px;
        padding-left: 15px;
    }

        .listRight .content ul li a {
        }

.artnethead {
    background: url(/Content/images/line1.jpg) 0 38px repeat-x;
}

.Partners {
    width: 910px;
    margin: 0 auto;
}

    .Partners ul li {
        width: 165px;
        float: left;
        padding: 8px;
        text-align: center;
    }

        .Partners ul li img {
            width: 160px;
            height: 80px;
            border: 2px solid #dddddd;
        }
