* {
    margin: 0px;
    padding: 0px;
    font-family: 'microsoft yahei';
    font-weight: normal;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img,
iframe {
    _display: block;
    display: block;
    border: 0;
    outline: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #e63430;
}

i,
em {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
button,
select {
    border: 0;
    outline: none;
    resize: none;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #fff;
    color: #333;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #333 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #333 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #333 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #333 !important;
}

ol,
ul {
    list-style: none;
}

body {
    background: #fff;
    color: #222;
    min-width: 1200px;
    margin: auto;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.maina-color {
    color: #e63430;
}

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text_three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.w_1200 {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: hidden;
}

.stepflex {
    display: block;
    border-top: 5px solid #ccc;
    text-align: center;
    margin: 30px auto 80px auto;
    width: 480px;
}

.stepflex dl {
    float: left;
    position: relative;
    width: 160px;
    top: -5px;
    border-top: 5px solid #ccc;
    font-size: 12px;
}

.stepflex dl .s-num {
    position: relative;
    margin: -15px auto 0;
    color: #fff;
    font-weight: 700;
    width: 23px;
    height: 23px;
    background-image: url(../images/step2013.png);
    line-height: 23px;
}

.stepflex dl .s-text {
    color: #ccc;
    margin-top: 5px;
}

.stepflex dl.doing {
    border-top-color: #e63430;
}

.stepflex dl.doing .s-num {
    background-position: -23px 0;
}

.stepflex dl.doing .s-text {
    color: #e63430;
}

.stepflex dl.done {
    border-top-color: #f08583;
}

.stepflex dl.done .s-num {
    background-position: -46px 0;
}

.index_a {
    background-color: #f5f5f5;
    padding-bottom: 40px;
    min-height: 900px;
}

.index_nav {
    padding: 20px 0px;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.index_nav h2 {
    font-size: 15px;
    color: #999;
    line-height: 44px;
}

.index_nav h2 span {
    margin-right: 40px;
    font-size: 20px;
    color: #333;
}

.index_nav h2 span.active {
    color: #e63430;
}

.index_nav h2 span.active a {
    color: #e63430;
}

.index_nav .search_box {
    margin-right: 40px;
}

.index_nav .search_box input {
    width: 280px;
    border: 1px solid #f5f5f5;
    padding: 10px;
    height: 44px;
    line-height: 44px;
    float: left;
}

.index_nav .search_box .search_btn {
    width: 44px;
    height: 44px;
    display: inline-block;
    background-color: #e63430;
}

.index_nav .search_box .search_btn img {
    width: 22px;
    margin: 11px auto;
}

.index_nav .add_tjkc {
    padding: 10px 0px;
    display: inline-block;
    font-size: 18px;
}

.index_nav .add_tjkc img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.index_nav .fh_btn {
    width: 80px;
    border: 1px solid #eee;
    text-align: center;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 20px;
}

sup {
    cursor: pointer;
    display: block;
}

sup input[type="checkbox"],
sup input[type="radio"] {
    opacity: 1;
    width: 22px;
    height: 22px;
    z-index: 10;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

sup input {
    display: block;
    background: url("../images/wty.png") no-repeat left center;
    background-size: 22px 22px;
}

sup input:checked {
    background: url("../images/yty_1.png") no-repeat left center;
    background-size: 22px 22px;
    color: #666;
}

.btn_button {
    clear: both;
}

.btn_button a {
    margin-right: 20px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0px 40px;
    text-align: center;
}

.btn_button .maina_btn {
    background-color: #e63430;
    color: #fff;
}

.btn_button .mainb_btn {
    background-color: #e63430;
    color: #fff;
}

.btn_button .mainc_btn {
    background-color: #fff;
    color: #666;
    border: 1px solid #eee;
}

.btn_button .maind_btn {
    background-color: #fdae32;
    color: #fff;
}

.btn_button .main_btn {
    background-color: #fff;
    border: 1px solid #e63430;
    color: #e63430;
}

.btn_button .mainz_btn {
    background-color: #aaaaaa;
    color: #fff;
}

.pager {
    margin: 60px 0 20px;
    font-family: arial;
    height: auto;
    overflow: hidden;
}

.pager .list {
    text-align: center;
    width: 380px;
    margin: auto;
}

.pager .list a {
    float: left;
    display: block;
    margin: 1px;
    width: 35px;
    height: 35px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    text-decoration: none;
    line-height: 35px;
    font-size: 12px;
}

.pager .list a:hover {
    border: 1px solid #e63430;
    background: #fff;
    color: #e63430;
}

.pager .list span {
    float: left;
    display: block;
    margin: 1px;
    width: 35px;
    height: 35px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    line-height: 35px;
    cursor: default;
}

.pager .list span.current {
    border: 1px solid #e63430;
    background: #e63430;
    color: #fff;
}

.pager a.next,
.pager a.prev {
    padding: 0 10px;
    width: 60px;
}

.pager a.noprev {
    padding: 0 10px;
    width: 60px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    color: #999;
}

.pager a.nonext {
    padding: 0 10px;
    width: 60px;
    border: 1px solid #f0f0f0;
    background-color: #fcfcfc;
    color: #999;
}

.hyzx_left {
    height: auto;
    overflow: hidden;
    width: 180px;
    float: left;
    background-color: #fff;
    padding: 12px 0px 20px 20px;
    margin-bottom: 40px;
}

.hyzx_left h2 {
    padding: 20px 0px;
    font-size: 18px;
    color: #323232;
}

.hyzx_left ul {
    margin-bottom: 20px;
}

.hyzx_left ul li {
    font-size: 16px;
    color: #646464;
    margin-bottom: 20px;
    display: block;
}

.hyzx_left ul li a {
    padding-left: 20px;
}

.hyzx_left ul li.active a {
    color: #e63430;
    border-left: 2px solid #e63430;
    padding-left: 20px;
}

.center_xx {
    background-color: #fff;
    padding: 0px 40px 40px;
    width: 990px;
    *width: 910px;
    float: right;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
    min-height: 632px;
}

.center_xx .title {
    font-size: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0px 20px;
    margin-bottom: 40px;
    height: auto;
    overflow: hidden;
}

.center_xx .title span.tit {
    float: left;
    margin-right: 20px;
}

.center_xx .title span.fr {
    font-size: 16px;
    color: #e63430;
    padding: 5px 0px 0px;
}

.center_xx .title .ddzt_tab {
    font-size: 14px;
    color: #666;
    float: left;
}

.center_xx .title .ddzt_tab li {
    float: left;
    padding: 4px 20px;
    cursor: pointer;
}

.center_xx .title .ddzt_tab li b {
    color: #e63430;
}

.center_xx .title .ddzt_tab li.hover {
    color: #fff;
    background-color: #e63430;
    cursor: pointer;
}

.center_xx .title .ddzt_tab li.hover b {
    color: #fff;
}

.center_xx .user_xx {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0px;
}

.center_xx .user_xx img {
    width: 80px;
    margin-right: 20px;
    float: left;
}

.center_xx .user_xx h2 {
    padding: 20px 0px;
    font-size: 14px;
    height: auto;
    overflow: hidden;
}

.center_xx .user_xx h2 span {
    font-size: 18px;
}

.center_xx .user_xx h2 a {
    color: #e63430;
    margin-left: 20px;
}

.center_xx .user_accounts {
    margin-top: 20px;
}

.center_xx .user_accounts ul li {
    background-color: #f9fbf8;
    padding: 20px 40px;
    float: left;
    margin-right: 20px;
}

.center_xx .user_accounts ul li h4 {
    margin-bottom: 20px;
}

.center_xx .user_accounts ul li h4 span {
    color: #e63430;
}

.center_xx .user_accounts ul li .btn_button a {
    height: 40px;
    line-height: 40px;
}

.center_xx .xgmm {
    text-align: center;
}

.center_xx .xgmm .user_info {
    margin: auto;
}

.center_xx .bor_top {
    border-top: 1px solid #f0f0f0;
    padding-top: 40px;
}

.center_xx .xxtx_list h2.xx_tit {
    font-size: 18px;
    margin-bottom: 30px;
}

.center_xx .xxtx_list li {
    padding-bottom: 20px;
    margin: 0px 0px 20px 0px;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.center_xx .xxtx_list li .news_li {
    display: block;
    font-size: 13px;
    color: #666;
}

.center_xx .xxtx_list li .news_li img {
    width: 64px;
    height: 64px;
    margin-right: 20px;
    float: left;
}

.center_xx .xxtx_list li .news_li .wz_img {
    width: 100px;
    height: 70px;
}

.center_xx .xxtx_list li .news_li .news_tit {
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    position: relative;
}

.center_xx .xxtx_list li .news_li .news_tit h2 {
    font-size: 16px;
    color: #323232;
    float: left;
    width: 508px;
}

.center_xx .xxtx_list li .news_li .news_tit .date {
    float: right;
    color: #999;
    font-size: 12px;
}

.center_xx .xxtx_list li .news_li .news_tit .date.maincolor {
    color: #e63430;
    font-size: 16px;
}

.center_xx .xxtx_list li .news_li .news_tit .btn_button {
    position: absolute;
    right: 0px;
    top: 0px;
}

.center_xx .xxtx_list li .news_li .news_tit .btn_button a {
    height: 28px;
    line-height: 28px;
    margin-right: 0px;
    margin-left: 20px;
    width: 120px;
    padding: 0px;
}

.center_xx .xxtx_list li .news_li p span {
    font-size: 15px;
    color: #333;
}

.center_xx .xxtx_list li .news_li .price {
    color: #e63430;
}

.center_xx .xxtx_list li .news_li sup {
    padding: 20px 0px;
    float: left;
    margin-right: 20px;
}

.center_xx .xxtx_list .btn_button {
    text-align: center;
}

.center_xx .xxtx_list .btn_button a {
    margin-right: 0px;
    width: 160px;
}

.center_xx .jf_zh {
    margin: 0px auto 20px;
    padding: 40px;
    height: auto;
    overflow: hidden;
    background-color: #f9f9f9;
    position: relative;
}

.center_xx .jf_zh p {
    font-size: 18px;
    float: left;
    padding: 5px 0px;
}

.center_xx .jf_zh p span {
    color: #e63430;
}

.center_xx .jf_zh .btn_button {
    position: absolute;
    right: 40px;
}

.center_xx .jf_zh .btn_button a {
    margin-right: 0px;
    width: 140px;
    height: 34px;
    line-height: 34px;
    margin-left: 20px;
    padding: 0px;
}

.center_xx .zhcz .step-cont {
    padding: 10px 0px 40px;
    border-bottom: 0px;
}

.center_xx .zhcz .step-cont h4 {
    margin-top: 20px;
}

.center_xx .zhcz .step-cont .zhzh_input {
    width: 360px;
    border: 1px solid #f0f0f0;
    height: 48px;
    line-height: 48px;
    padding: 0px 10px;
}

.center_xx .zhcz .step-cont .zhzh_input input {
    margin-left: 15px;
    font-size: 16px;
    width: 290px;
}

.center_xx .zhcz .step-cont .btn_button {
    margin-top: 40px;
}

.center_xx .zhcz .step-cont .btn_button a {
    width: 360px;
}

.center_xx .wdjf_list dl {
    clear: both;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    height: auto;
    overflow: hidden;
}

.center_xx .wdjf_list dl dt,
.center_xx .wdjf_list dl dd {
    width: 33.33%;
    float: left;
    padding: 0px 20px;
    margin: 20px 0px;
}

.center_xx .wdjf_list dl dt {
    padding-left: 40px;
}

.center_xx .wdjf_list dl dd {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.center_xx .wdjf_list dl dd .price {
    color: #e63430;
}

.center_xx .wdjf_list dl dd span {
    color: #666;
}

.center_xx .wdjf_list dl:first-child {
    background-color: #f9f9f9;
    border-top: 1px solid #f0f0f0;
}

.center_xx .wdjf_list dl:first-child dt,
.center_xx .wdjf_list dl:first-child dd {
    color: #333;
    font-size: 16px;
}

.user_information {
    width: 100%;
    line-height: 50px;
    display: inline-block;
    margin-bottom: 40px;
}

.user_information h4 {
    margin-bottom: 20px;
    font-size: 18px;
}

.user_information .user_info_tx {
    width: 320px;
    float: right;
    text-align: center;
}

.user_information .user_info_tx img {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 50px;
}

.user_information .user_info {
    width: 550px;
}

.user_information .user_info li {
    margin-bottom: 15px;
}

.user_information .user_info li label {
    width: 100px;
    font-size: 14px;
    line-height: 48px;
    float: left;
    color: #333;
}

.user_information .user_info li select {
    border: 1px solid #dedede;
    width: 121px;
    padding: 5px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
}

.user_information .user_info li input.w_400,
.user_information .user_info li textarea.w_400 {
    border: 1px solid #dedede;
    width: 394px;
    padding: 5px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
}

.user_information .user_info li textarea.w_400 {
    height: 180px;
}

.user_information .user_info li .bt_span {
    color: #e63430;
    width: 10px;
    display: inline-block;
}

.user_information .user_info li .file_input {
    width: 140px;
    height: 140px;
    display: inline-block;
    background-image: url(../images/file.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #dedede;
}

.user_information .user_info li .file_input input {
    opacity: 0;
    width: 140px;
    height: 140px;
    display: block;
}

.user_information .user_info li .user_info_radio {
    width: 398px;
    float: left;
    margin-right: 10px;
}

.user_information .user_info li .user_info_radio sup {
    width: 80px;
    display: inline-block;
}

.user_information .btn_button a {
    width: 394px;
    margin-right: 0px;
    margin-top: 20px;
}

.news_xq {
    margin-bottom: 40px;
}

.news_xq h2.tit {
    font-size: 18px;
    text-align: center;
}

.news_xq .date {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #999;
}

.bor_bottom {
    border-bottom: 2px solid #000;
}

.header_top {
    position: relative;
    height: 40px;
    padding: 40px 0px;
    overflow: visible;
}

.header_top .logo.black {
    display: block;
    line-height: 54px;
    margin-top: -20px;
}

.header_top .logo.black span {
    font-size: 18px;
    margin-left: 30px;
}

.header_top .logo.black span b {
    color: #e63430;
}

.header_top .nav_fr span {
    padding: 0px 0px 0px 40px;
}

.header_top .nav_fr span b {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    background-image: url(../images/arrow_d.png);
}

.header_top span.active a {
    color: #e63430;
}

.login_boxli {
    padding: 80px 0px;
}

.login_boxli .login_left {
    line-height: 28px;
}

.login_boxli .login_left h2 {
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 80px;
}

.login_boxli .login_left h2 span {
    color: #666;
    font-size: 24px;
}

.login_boxli .login_left p {
    margin-bottom: 20px;
}

.login_boxli .login_left p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.login_boxli .login_left .more_btn {
    background-color: #e63430;
    font-size: 12px;
    color: #fff;
    padding: 5px 20px;
}

.box2 {
    background-color: #f3f8f9;
}

.user_box {
    border-bottom: 1px solid #eee;
    position: relative;
    margin-right: 20px;
    padding-bottom: 40px;
    padding-top: 20px;
}

.user_box .user {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 20px;
}

.user_box .user img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.user_box .user span {
    background-color: #ffe9e9;
    color: #e63430;
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    right: 0px;
    left: 0px;
    text-align: center;
    border-radius: 30px;
}

.user_box .user_hd {
    height: auto;
    overflow: hidden;
    font-size: 12px;
    padding-left: 60px;
}

.user_box .user_hd h2 {
    font-size: 16px;
    padding: 0px;
    margin: 5px 0px;
}

.login_box {
    width: 100%;
    background-color: #eeeeee;
    background-image: url(../images/login_img_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* -moz-background-size: 100% 100%; */
    min-height: 950px;
    height: auto;
}

.login_box .w_1200 .index_b {
    padding: 40px;
    margin-top: 80px;
}

.login_box .w_1200 .index_b .login_tab {
    border-bottom: 1px solid #f0f0f0;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0px auto 24px;
}

.login_box .w_1200 .index_b .login_tab li {
    float: left;
    text-align: center;
}

.login_box .w_1200 .index_b .login_tab li span {
    padding: 15px 0px;
    display: inline-block;
}

.login_box .w_1200 .index_b .login_tab li.hover span {
    border-bottom: 2px solid #e63430;
}

.login_box .w_1200 .index_b .forget-box {
    width: 340px;
}

.login_box .w_1200 .index_b .forget-box label {
    width: 100%;
}

.login_box .w_1200 .index_b .forget-box .yzm_tx {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    height: 44px;
    line-height: 44px;
    width: 170px;
}

.login_box .w_1200 .index_b .forget-box .yzm_tx img {
    margin-left: 0px;
}

.login_box .w_1200 .text-center {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.login_box .w_1200 .text-center a {
    color: #e63430;
}

.index_b {
    padding: 80px 40px;
    background-color: #fff;
    margin-top: 40px;
}

.index_b .user_information {
    width: 500px;
    margin: auto;
    display: block;
}

.ts {
    display: block;
    clear: both;
    margin-bottom: 20px;
}

.ts img {
    display: inline-block;
    vertical-align: text-top;
    margin-top: 2px;
    margin-right: 15px;
}

.forget-box {
    width: 446px;
    margin: auto;
    min-height: 260px;
}

.forget-box ul li {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    float: left;
}

.forget-box ul li .ts {
    font-size: 12px;
    margin-top: 10px;
    float: left;
    color: #999;
    margin-bottom: 0px;
}

.forget-box ul li .ts img {
    margin-top: 0px;
}

.forget-box ul li label {
    width: 446px;
    border: 1px solid #ddd;
    height: 48px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    float: left;
}

.forget-box ul li label input {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    padding-left: 44px;
}

.forget-box ul li label .ionc {
    width: 18px;
    margin: 15px 15px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.forget-box ul li label.w_240 {
    width: 260px;
}

.forget-box ul li .mail {
    position: absolute;
    right: -90px;
    top: 10px;
}

.forget-box ul li .mail span {
    color: #e63430;
}

.forget-box ul li .yzm_tx {
    width: 186px;
    display: inline-block;
}

.forget-box ul li .yzm_tx .yaming {
    width: 88px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.forget-box ul li .yzm_tx span {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}

.forget-box ul li .yzm_tx .yangh {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.forget-box ul li .yzm_tx .yzm_num {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #f5f5f5;
    height: 48px;
    border: 1px solid #ddd;
    line-height: 46px;
    border-left: 0px;
}

.forget-box .mmcg {
    overflow: hidden;
    color: #e63430;
}

.forget-box .mmcg img {
    margin-right: 20px;
}

.forget-box .mmcg h4 {
    font-size: 18px;
    margin-bottom: 6px;
    height: auto;
    overflow: hidden;
}

.forget-box .mmcg h4 p {
    font-size: 14px;
    color: #999;
}

.forget-box .mmcg h4 p a {
    color: #e63430;
}

.forget-box .login_jzmm {
    margin-bottom: 20px;
    clear: both;
    height: auto;
    overflow: hidden;
}

.forget-box .login_jzmm a {
    font-size: 12px;
    text-decoration: underline;
}

.forget-box .btn_button a {
    width: 100%;
}

.manin_tk {
    top: 200px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    position: fixed;
    z-index: 99999;
    padding: 40px 40px 40px;
    text-align: center;
    background-color: #fff;
}

.manin_tk img {
    margin: auto;
}

.main_tk {
    position: relative;
}

.main_tk .colse {
    position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
    text-align: center;
    top: 0px;
    background-color: #b2b2b2;
    display: inline-block;
    color: #fff;
}

.main_tk .colse img {
    margin: auto;
}

.main_tk:after {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 999;
}

.step-cont {
    border-bottom: 1px solid #f0f0f0;
    margin: 0px 40px 0px;
    padding: 40px 0px;
}

.step-cont h4 {
    color: #323232;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

.step-cont h4 span a {
    font-size: 14px;
    color: #e63430;
}

.step-cont .list-cont {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.step-cont .dz_name {
    float: left;
    position: relative;
    border: 1px solid #ddd;
    height: 22px;
    line-height: 22px;
    padding: 5px 10px;
    width: 120px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-right: 20px;
    color: #333;
}

.step-cont .dz_name.item_selected,
.step-cont .dz_name:hover {
    border: 2px solid #e63430;
    padding: 4px 10px;
}

.step-cont .dz_name.item_selected b {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(../images/selected-icon.png) no-repeat;
}

.home_top {
    padding: 20px 0px;
    font-size: 12px;
}

.home_top a {
    margin-right: 8px;
}

.home_top a span {
    color: #333;
}

.home_top a:hover span {
    color: #e63430;
}

.home_top span {
    margin-left: 15px;
    color: #999;
}

.home_top span:first-child {
    margin-left: 0px;
}

.footer_bottom {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 40px 0;
    font-size: 12px;
    background-color: #ffffff;
    color: #959aa0;
}

.footer_bottom .copyright_nav a {
    color: #666;
    padding: 10px 20px;
    display: inline-block;
    font-size: 12px;
    position: relative;
}

.footer_bottom .copyright_nav a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #ccc;
    display: inline-block;
    top: 12px;
    right: 0px;
}

.footer_bottom .copyright_nav a:last-child:after {
    width: 0px;
}

.kcgl_list {
    background-color: #fff;
    padding-bottom: 40px;
}

.kcgl_list .tit dd {
    font-size: 16px;
    height: auto !important;
}

.kcgl_list .zjgl_dl dd {
    height: auto;
    width: 20%;
}

.kcgl_list .w10 {
    width: 12%;
}

.kcgl_list .w20 {
    width: 20%;
}

.kcgl_list .w25 {
    width: 25%;
}

.kcgl_list .w15 {
    width: 15%
}

.kcgl_list dl {
    padding: 30px 0px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.kcgl_list dl dd {
    height: 88px;
    display: inline-block;
    width: 32%;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    float: left;
}

.kcgl_list dl dd h2 {
    font-size: 14px;
    text-align: left;
    padding: 0px 40px;
}

.kcgl_list dl dd .kc_img img {
    width: 100%;
    height: 88px;
}

.kcgl_list dl dd .kc_img2 img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.kcgl_list dl dd span.maincolor,
.kcgl_list dl dd span.maincolor a {
    color: #e63430;
}

.kcgl_list dl dd .kc_cz_btn span {
    margin: 0px 10px;
}

.kcgl_list dl dd .kc_cz_btn span a {
    text-decoration: underline;
}

.kcgl_box {
    width: 1200px;
    background-color: #fff;
    padding: 60px;
}

.kcgl_box .btn_button {
    margin-top: 40px;
    text-align: center;
}

.kcgl_box .btn_button a {
    margin-right: 0px;
    width: 560px;
    margin-left: 120px;
}

.kcgl_box .select_fb {
    width: 680px;
}

.kcgl_box .select_fb li {
    line-height: 48px;
    position: relative;
    margin-bottom: 20px;
}

.kcgl_box .select_fb li span.name {
    display: inline-block;
    position: absolute;
    left: 0px;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
}

.kcgl_box .select_fb li .complaint_lxfs {
    margin-left: 120px;
    margin-bottom: 0px;
    position: relative;
    border: 1px solid #f0f0f0;
}

.kcgl_box .select_fb li .complaint_lxfs input {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0px 10px;
}

.kcgl_box .select_fb li .complaint_lxfs select {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0px 10px;
}

.kcgl_box .select_fb li .complaint_lxfs textarea {
    padding: 8px;
    width: 100%;
    display: inline-block;
    height: 170px;
    font-size: 16px;
}

.kcgl_box .select_fb li .complaint_lxfs span.pp {
    padding-left: 20px;
}

.kcgl_box .select_fb li .complaint_lxfs em.fr {
    position: absolute;
    top: 0px;
    right: -40px;
    text-align: center;
}

.kcgl_box .select_fb li .kcfm_img {
    margin-left: 120px;
    margin-bottom: 0px;
    position: relative;
}

.kcgl_box .select_fb li .kcfm_img img {
    height: 180px;
    width: 560px;
}

.kcgl_box .select_fb li .kcfm_img em.fr {
    position: absolute;
    right: -40px;
    bottom: 0px;
}

.kcgl_box .select_fb li .kcfm_img em.fr a {
    color: #e63430;
    text-decoration: underline;
}

.kcgl_box .select_fb li .file_input {
    width: 560px;
    display: inline-block;
    background-image: url(../images/file.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    border: 1px solid #dedede;
}

.kcgl_box .select_fb li .file_input input {
    opacity: 0;
    width: 100%;
    height: 120px;
    display: block;
}

.kcgl_box .select_fb li .file_input .text_span {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.kcgl_box .xxtx_list li {
    padding-bottom: 20px;
    margin: 0px 0px 20px 0px;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.kcgl_box .xxtx_list li .news_li {
    display: block;
    font-size: 13px;
    color: #666;
}

.kcgl_box .xxtx_list li .news_li .news_tit {
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    position: relative;
}

.kcgl_box .xxtx_list li .news_li .news_tit h2 {
    font-size: 16px;
    color: #323232;
    float: left;
    width: 508px;
}

.kcgl_box .xxtx_list li .news_li .news_tit .date {
    float: right;
    color: #999;
    font-size: 12px;
}

.kcgl_box .xxtx_list li .news_li p span {
    font-size: 15px;
    color: #333;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 200px;
    left: 50%;
    margin-left: -300px;
    width: 680px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    padding: 40px 40px 40px;
}

.reveal-modal .reveal_ts {
    text-align: center;
    font-size: 12px;
}

.reveal-modal .reveal_ts img {
    margin: 0px auto 20px;
}

.reveal-modal .reveal_ts h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.reveal-modal .reveal_ts .price b {
    color: #e63430;
}

.reveal-modal .reveal_ts .sp_box img {
    width: 100%;
}

.reveal-modal .btn_button {
    clear: both;
    margin-left: 130px;
}

.reveal-modal .btn_button a {
    height: 34px;
    line-height: 34px;
}

.reveal-modal .btn_button .colse {
    width: 120px;
    background-color: #b3b3b3;
    margin-left: 20px;
    color: #fff;
}

.person-box {
    background-color: #fff;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 58px;
    right: -20px;
    width: 140px;
    height: auto;
    z-index: 2;
    visibility: hidden;
    padding: 5px 0px 5px;
}

.person-box a {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
}

.person-box a:last-child {
    background-color: #f6f6f6;
}

.txgz {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    height: 380px;
    overflow-y: scroll;
}

/*# sourceMappingURL=main.css.map */
