﻿body {
    font-family: "微软雅黑";
    font-size: 14px;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

input, button {
    outline: none;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    /*background: url(../images/01.png) no-repeat;*/
    position: relative;
}

.banner_box {
    width: 100%;
    margin: 0 auto;
}

    .banner_box img {
        width: 100%;
        display: block;
    }

.nav_bar {
    width: 100%;
    height: 45px;
    display: block;
    background: #004593;
}

    .nav_bar .nav_box {
        width: 994px;
        margin: 0 auto;
    }

        .nav_bar .nav_box a {
            width: 130px;
            line-height: 45px;
            font-size: 16px;
            display: block;
            float: left;
            color: #fff;
            text-align: center;
        }

            .nav_bar .nav_box a.active {
                background: #f27707;
            }

.content_bar {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.item_bar {
    width: 880px;
}

    .item_bar .list_Li {
        padding-top: 50px;
    }

        .item_bar .list_Li .subtitle {
            height: 18px;
            line-height: 17px;
            font-size: 18px;
            font-weight: 600;
            border-left: 3px solid #f27707;
            color: #f27707;
            text-indent: 5px;
        }

        .item_bar .list_Li .list_content {
            padding-top: 15px;
            box-sizing: border-box;
        }

            .item_bar .list_Li .list_content p {
                line-height: 26px;
                font-size: 16px;
                color: #333;
                padding-left: 20px;
                position: relative;
            }

                .item_bar .list_Li .list_content p span {
                    padding-left: 9px;
                }

                .item_bar .list_Li .list_content p i {
                    width: 4px;
                    height: 4px;
                    background: #3f368d;
                    display: block;
                    border-radius: 50%;
                    margin: 10px 0px;
                    position: absolute;
                }

                .item_bar .list_Li .list_content p a {
                    color: #f27707;
                    padding-left: 5px;
                }

.list_content li {
    width: 278px;
    float: left;
    border: 1px dashed #f27707;
    margin-right: 20px;
    text-align: center;
    border-radius: 3px;
}

    .list_content li span, .list_content li strong {
        display: block;
    }

    .list_content li strong {
        font-size: 18px;
        font-weight: 600;
        color: #f27707;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .list_content li span {
        height: 15px;
        line-height: 15px;
        font-size: 12px;
        color: #666;
    }

    .list_content li .box {
        height: 120px;
        position: relative;
    }

.item_bar .list_Li .list_content li p {
    font-size: 14px;
}

.list_content li .box div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.list_content li:nth-child(3n) {
    margin-right: 0px;
}

.suspend_bar {
    width: 180px;
    position: fixed;
    top: 340px;
    right: 50%;
    margin-right: -595px;
    border-radius: 3px;
    padding-bottom: 6px;
}

    .suspend_bar .box {
        background: #004593;
        padding-bottom: 6px;
    }

    .suspend_bar .dot {
        width: 8px;
        height: 8px;
        display: block;
        background: #fff;
        border-radius: 50%;
        margin: 0 auto;
    }

    .suspend_bar .img_logo {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 16px;
    }

.suspend__content {
    width: 168px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    padding: 15px 0px;
}

    .suspend__content span {
        line-height: 20px;
        font-size: 12px;
        display: block;
        text-align: center;
        color: #004593;
    }

.suspend_bar img {
    margin: 0 auto;
    display: block;
}

.suspend_btn {
    width: 168px;
    height: 40px;
    font-size: 14px;
    margin: 0 auto;
    background: #fff;
    display: block;
    margin-top: 6px;
    text-align: center;
    border-radius: 3px;
}

    .suspend_btn span {
        line-height: 40px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        position: relative;
        padding-right: 12px;
        color: #004593;
    }

        .suspend_btn span i {
            width: 7px;
            height: 12px;
            position: absolute;
            right: 0px;
            top: 50%;
            transform: translate(0%,-50%);
            display: block;
            background: url(../images/icon_skip.png) no-repeat;
        }
/**/
.footer_bar {
    width: 100%;
    background: #071021;
    padding: 50px 0px;
}

    .footer_bar p {
        font-size: 12px;
        color: #8b95a6;
        text-align: center;
    }
/**/
.register_page {
    width: 680px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 165px;
}

    .register_page p {
        font-size: 16px;
        text-align: center;
        color: #40388f;
    }

    .register_page .register_box {
        margin-top: 30px;
        box-shadow: 0px 0px 15px -2px #9b9fc7;
        padding: 38px 0px;
        background: #fff;
        border-radius: 10px;
    }

.register_box .title_nav {
    margin: 0 auto;
    text-align: center;
}

    .register_box .title_nav a {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 600;
        display: inline-block;
        margin: 0 42px;
        color: #aeaeae;
    }

        .register_box .title_nav a.active {
            color: #f27707;
            border-bottom: 2px solid #f27707;
        }

.register_box .from_box {
    width: 480px;
    margin: 0 auto;
    padding-top: 16px;
}

    .register_box .from_box .from_list {
        width: 478px;
        border: 1px solid #9b9fc7;
        border-radius: 3px;
        margin-top: 24px;
    }

        .register_box .from_box .from_list label {
            width: 70px;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            color: #686ea4;
            float: left;
            padding-left: 20px;
        }

        .register_box .from_box .from_list .int_box {
            padding-left: 90px;
        }

            .register_box .from_box .from_list .int_box input {
                width: 100%;
                height: 50px;
                box-sizing: border-box;
                padding: 0 28px;
                border: none;
                color: #3f368d;
            }

.forget_password_btn {
    text-align: right;
    padding-top: 12px;
}

    .forget_password_btn a {
        line-height: 20px;
        font-size: 14px;
        display: inline-block;
        border-bottom: 1px solid #686ea4;
        color: #686ea4;
    }

.register_box .from_box .from_btn {
    padding-top: 24px;
}

    .register_box .from_box .from_btn button {
        width: 100%;
        height: 50px;
        font-size: 16px;
        color: #fff;
        background: #f27707;
        border: 1px solid #f27707;
        border-radius: 3px;
    }

        .register_box .from_box .from_btn button.login_btn {
            letter-spacing: 8px;
        }

.register_box .from_box .from_list .code_box {
    padding-right: 102px;
    position: relative;
}

    .register_box .from_box .from_list .code_box .btn {
        width: 102px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        text-align: center;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 0px;
        background: none;
    }

.register_box .from_box .protocol {
    padding-top: 24px;
    color: #999;
}

    .register_box .from_box .protocol a {
        color: #9b9fc7;
    }

.personal_data_page {
    width: 780px;
    margin: 0 auto;
    margin-top: 88px;
    margin-bottom: 80px;
    box-shadow: 0px 0px 15px -2px #9b9fc7;
}

    .personal_data_page .subnav {
        width: 780px;
    }

        .personal_data_page .subnav a {
            width: 260px;
            height: 54px;
            line-height: 54px;
            font-size: 16px;
            float: left;
            text-align: center;
            border-top: 1px solid #f0f0f0;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
            color: #777;
        }

            .personal_data_page .subnav a i {
                width: 18px;
                height: 54px;
                background: url(../images/ico1.png) no-repeat;
                display: block;
                position: absolute;
                right: -18px;
                top: 0px;
                z-index: 1;
            }

            .personal_data_page .subnav a.active {
                background: #f27707;
                color: #fff;
                border-top: 1px solid #f27707;
                border-bottom: 1px solid #f27707;
            }

                .personal_data_page .subnav a.active i {
                    background: url(../images/ico1-1.png) no-repeat;
                }

            .personal_data_page .subnav a:nth-child(1) {
                width: 248px;
                border-left: 1px solid #f0f0f0;
            }

            .personal_data_page .subnav a.active:nth-child(1) {
                border-left: 1px solid #f27707;
            }

            .personal_data_page .subnav a:nth-child(2) {
                width: 266px;
            }

            .personal_data_page .subnav a:nth-child(3) {
                width: 264px;
                border-right: 1px solid #f0f0f0;
            }

            .personal_data_page .subnav a.active:nth-child(3) {
                border-right: 1px solid #f27707;
            }

.personal_data_box {
    border: 1px solid #f0f0f0;
    border-top: none;
    padding: 30px 0px;
}

    .personal_data_box p {
        padding-left: 68px;
        font-size: 16px;
        color: #3f368d;
        padding-bottom: 21px;
    }

.perfect_From_box {
    margin: 0px 65px;
    box-sizing: border-box;
}

    .perfect_From_box.item_bar {
        width: auto;
    }

    .perfect_From_box .list_li {
        margin-top: 15px;
    }

        .perfect_From_box .list_li span {
            width: 90px;
            height: 38px;
            line-height: 38px;
            font-size: 16px;
            float: left;
            color: #666;
        }

        .perfect_From_box .list_li .right {
            padding-left: 90px;
        }

            .perfect_From_box .list_li .right input, .perfect_From_box .list_li .right select {
                width: 496px;
                padding: 0 24px;
                font-size: 16px;
                display: block;
                height: 38px;
                border: 1px solid #f0f0f0;
                box-sizing: border-box;
            }

            .perfect_From_box .list_li .right select {
                margin-bottom: 12px;
                outline: inherit;
                background-color: transparent;
            }

        .perfect_From_box .list_li .province_box select {
            width: 243px;
            color: #333;
            display: block;
            float: left;
            margin-right: 10px;
        }

        .perfect_From_box .list_li .right li {
            height: 20px;
            line-height: 20px;
            float: left;
            margin: 9px 0px;
        }

        .perfect_From_box .list_li .right input {
            color: #666;
        }

            .perfect_From_box .list_li .right input.int_radio {
                width: 18px;
                height: 18px;
                float: left;
                margin-top: 2px;
            }

            .perfect_From_box .list_li .right input::-webkit-input-placeholder {
                color: #b6b6b6;
            }

        .perfect_From_box .list_li .right li label {
            font-size: 16px;
            color: #b6b6b6;
            padding-left: 10px;
        }

        .perfect_From_box .list_li .right li.active label {
            color: #6256c6;
        }

        .perfect_From_box .list_li .radio_list_box li {
            margin-right: 34px;
        }

        .perfect_From_box .list_li .checkbox_list_box li {
            margin-right: 10px;
        }

        .perfect_From_box .list_li .right .checkbox_list_box li.active label {
            color: #6256c6;
        }

        .perfect_From_box .list_li .right .sex_list_box li {
            margin-right: 126px;
        }

.perfect_btn {
    text-align: center;
    padding-top: 36px;
}

    .perfect_btn a {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        display: inline-block;
        background: #f27707;
        color: #fff;
        border-radius: 3px;
        margin: 0 12px;
    }

.personal_data_box .item_bar .list_Li .list_content p {
    padding-bottom: 0px;
}

.personal_data_box p.tips_p {
    padding-left: 0px;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
    margin-top: 26px;
}

.perfect_From_box.item_bar .list_Li .subtitle {
    color: #f27707;
    border-left: 3px solid #f27707;
}

.perfect_From_box.item_bar .list_Li .list_content p a {
}

.upload_bar {
    padding: 40px 0px;
}

    .upload_bar .box {
        width: 295px;
        float: left;
        background: #f9f9f9;
        margin-right: 58px;
        border: 1px dashed #999;
        padding: 24px 30px;
        box-sizing: border-box;
        border-radius: 6px;
    }

        .upload_bar .box.right_box {
            margin-right: 0px;
        }

        .upload_bar .box p {
            padding: 0px;
            font-size: 14px;
            color: #7b73c1;
            text-align: center;
        }

        .upload_bar .box .sTitle {
            margin: 0 auto;
            padding-bottom: 10px;
        }

            .upload_bar .box .sTitle span {
                font-size: 16px;
                color: #6256c6;
            }

            .upload_bar .box .sTitle i {
                height: 24px;
                float: left;
                display: block;
                margin-right: 12px;
            }

    .upload_bar .upload_video .sTitle {
        /*width: 100px;*/
    }

    .upload_bar .upload_word .sTitle {
        /*width: 104px;*/
    }

    .upload_bar .upload_video .sTitle i {
        width: 24px;
        background: url(../images/icon_upload_video.png) no-repeat;
    }

    .upload_bar .upload_word .sTitle i {
        width: 28px;
        background: url(../images/icon_upload_word.png) no-repeat;
    }

.personal_data_box .item_bar .list_Li .list_content p.j_c {
    font-weight: 500;
}

.personal_data_box p.j_d {
    padding-left: 0px;
}

.file_Progress .file_title span {
    line-height: 26px;
    font-size: 12px;
    display: block;
    color: #999;
    padding-right: 30px;
    display: inline-block;
}

.file_Progress .file_title i {
    width: 10px;
    height: 10px;
    display: block;
    float: right;
    background: url(../images/icon_delete.png) no-repeat;
    margin-top: 8px;
}

.file_Progress .progress_box {
    width: 233px;
    height: 4px;
    background: #dbdbdb;
    border-radius: 20px;
    overflow: hidden;
}

    .file_Progress .progress_box .bar {
        height: 4px;
        background: #6256c6;
        border-radius: 20px;
    }

.file_Progress progress {
    height: 4px;
}

    .file_Progress progress::-webkit-progress-bar {
        background-color: #d7d7d7;
    }

    .file_Progress progress::-webkit-progress-value {
        background-color: #6256c6;
    }



.file_Progress .progress_text {
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.personal_data_box .abnormal_box p {
    padding-left: 0px;
    color: #666;
}

    .personal_data_box .abnormal_box p.redText {
        color: #c42323;
        padding-bottom: 10px;
    }

    .personal_data_box .abnormal_box p strong {
        font-weight: 600;
    }

/**/
.result_title {
    width: 162px;
    height: 45px;
    padding: 64px;
    margin: 0 auto;
}

    .result_title img {
        display: block;
    }

.result_list_bar.item_bar {
    width: 558px;
    margin: 0 auto;
    padding-bottom: 24px;
}

    .result_list_bar.item_bar .list_Li {
        width: 558px;
        margin: 0 auto;
        padding-top: 0px;
        background: #f9f9f9;
        border: 1px dashed #999;
        padding: 30px 48px;
        box-sizing: border-box;
        border-radius: 4px;
        margin-bottom: 20px;
    }

        .result_list_bar.item_bar .list_Li .subtitle {
            color: #3f368d;
            border-left: 3px solid #3f368d;
        }

        .result_list_bar.item_bar .list_Li .info_box {
            font-size: 16px;
            line-height: 30px;
            padding-left: 40px;
            padding-top: 10px;
            color: #333;
        }

        .result_list_bar.item_bar .list_Li .result_div {
            color: #7671a4;
            text-align: center;
            padding-top: 15px;
        }

            .result_list_bar.item_bar .list_Li .result_div span {
                font-size: 22px;
                margin-bottom: 10px;
                display: block;
            }

        .result_list_bar.item_bar .list_Li .result_div {
            font-size: 16px;
        }

        .result_list_bar.item_bar .list_Li .comment_list li {
            font-size: 12px;
            color: #666;
            padding-top: 10px;
        }

            .result_list_bar.item_bar .list_Li .comment_list li strong {
                font-weight: 600;
            }

.consult_page {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0px;
}

    .consult_page .t_p {
        font-size: 16px;
        color: #3f368d;
    }

    .consult_page .item_bar .list_Li .subtitle {
    }

        .consult_page .item_bar .list_Li .subtitle span {
            color: #333;
        }

    .consult_page .consult_list li {
        margin-top: 30px;
    }

        .consult_page .consult_list li .picture {
            width: 180px;
            height: 120px;
            float: left;
        }

            .consult_page .consult_list li .picture img {
                width: 180px;
                height: 120px;
                display: block;
            }

        .consult_page .consult_list li .li_right {
            padding-left: 200px;
        }

            .consult_page .consult_list li .li_right p {
                font-size: 16px;
                font-weight: 600;
                color: #333;
            }

                .consult_page .consult_list li .li_right p a {
                    color: #3f368d;
                    font-weight: 500;
                    text-decoration: underline;
                }

                .consult_page .consult_list li .li_right p.address_p {
                    padding-top: 72px;
                }

    .consult_page .consult_list .operation_video_ul li {
        width: 278px;
        float: left;
        margin-left: 20px;
    }

        .consult_page .consult_list .operation_video_ul li video, .consult_page .consult_list .operation_video_ul li span {
            display: block;
        }

        .consult_page .consult_list .operation_video_ul li video {
            width: 278px;
            height: 498px;
        }

        .consult_page .consult_list .operation_video_ul li span {
            width: 278px;
            font-size: 16px;
            color: #333;
            line-height: 16px;
            padding-top: 20px;
            text-align: center;
        }

        .consult_page .consult_list .operation_video_ul li:nth-child(1) {
            margin-left: 0px;
        }

    .consult_page .item_bar .list_Li .list_content p a {
        color: #f27707;
    }

    .consult_page .item_bar .list_Li .list_content video {
        width: 880px;
        height: 536px;
        margin: 0 auto;
    }

.case_list li {
    padding-top: 20px;
}

    .case_list li .picture, .case_list li .picture img {
        width: 180px;
        height: 120px;
    }

    .case_list li .picture {
        float: left;
    }

        .case_list li .picture img {
            display: block;
        }

    .case_list li .li_right {
        padding-left: 200px;
    }

        .case_list li .li_right p {
            height: 90px;
            line-height: 30px;
            font-size: 16px;
            color: #555;
        }

        .case_list li .li_right a {
            font-size: 16px;
            color: #3f368d;
            text-decoration: underline;
        }

#agreement {
    margin: 20px;
}

    #agreement h1 {
        font-size: 18px;
        text-align: center;
    }

.qrcode {
    width: 116px;
}

.qrtext {
    font-size: 14px;
    color: #004593;
    text-align: center;
    font-weight: 600;
}

.upload_bar .box .sTitle {
    position: relative;
}

    .upload_bar .box .sTitle .file {
        width: 100%;
        height: 25px;
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
        cursor: pointer;
    }


    .comment_content{
  width: 780px;
  margin: 0 auto;
}
.comment_header{
  padding: 70px 0px 40px 0px;
}
.comment_header .tab_menu{
  float: right;
}
.comment_header .tab_menu a{
  width: 128px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  float: left;
  margin-left: 25px;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 15px -2px #9b9fc7;
  border-radius: 30px;
  color: #999;
  position: relative;
}
.comment_header .tab_menu a i{
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #c42323;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 5px;
  left: 92px;
}
.comment_header .tab_menu a.active{
  background: #f27707;
  color: #fff;
}
.comment_header .lef_expert_info{
  float: left;
  background: #f27707;
  padding: 0px 15px;
  border-radius: 30px;
}
.comment_header .lef_expert_info span,.comment_header .lef_expert_info i{
  display: block;
}
.comment_header .lef_expert_info span{
  height: 44px;
  line-height: 44px;
  color: #fff;
  padding-left: 33px;
  position: relative;
}
.comment_header .lef_expert_info .icon{
  width: 24px;
  height: 28px;
  background: url(../images/img/icon1.png)  no-repeat;
  position: absolute;
  top: 50%;
  left: 0px;
  transform:translate(0%,-50%);
}
.comment_list_form{
  width: 780px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 15px -2px #9b9fc7;
}
.comment_list_form table{
  width: 780px;
}
.comment_list_form table tr{
  border-bottom: 1px solid #ebebeb;
}
.comment_list_form table th{
  background: #f8f8fb;
  font-weight: bold;
}
.comment_list_form table th,.comment_list_form table td{
  height: 55px;
  text-align: center;
  color: #666;
  font-size: 14px;ß
}
.comment_list_form table td a.not{
  color: #c42323;
}
.comment_list_form table td a.already{
  color: #12a248;
}
.hide{
  display: none;
}



.page-normal {
  text-align: center;
  padding: 25px 0px;
}
.page-normal a{
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 14px;
  border:1px solid #ebebeb;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  color: #c5c5c5;
  margin: 0 5px;
}
.exhibition_bar{
  width: 780px;
  box-shadow: 0px 0px 15px -2px #9b9fc7;
  margin: 0 auto;
  margin-top: 72px;
  padding-bottom: 20px;
  margin-bottom: 56px;
}
.exhibition_bar .title{
  width: 112px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: #f27707;
  border-bottom-right-radius: 20px;
  text-align: center;
  color: #fff;
}
.exhibition_bar .box{
  width: 720px;
  margin: 0 auto;
  padding-top: 20px;
}
.exhibition_bar .box p{
  padding-bottom: 10px;
  color: #666;
  font-size: 16px
}
.exhibition_image_text{
  width: 720px;
 
  /*overflow-y: scroll;*/
  margin-top: 20px;
}
.score_bar .score_box{
  width: 720px;
  margin: 0 auto;
}
.score_box .score_title{
  padding-top: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  color: #666;
}
.score_box .score_title .right{
  float: right;
  color: #f27707;
}
.score_table table{
  width: 720px;
}
.score_table .list_box ul {
  float: right;
}
.score_table .list_box ul li{
  float: left;
  padding-left: 15px;
}
.serial_number{
  width: 36px;
}
.score_table table tr{
  border-bottom: 1px solid #ebebeb;
}
.score_table table td{
  font-size: 12px;
  color: #666;
}
.serial_number span{
  width: 24px;
  height: 24px;
  font-size: 12px;
  text-align: center;
  background: #ebebeb;
  border-radius: 50%;
  display: block;
  color: #999;
}
.second_column{
  width: 150px;
}
.score_table .list_box {
  padding: 15px 0px;
}
.score_table .list_box ul li input{
  width: 18px;
  height: 18px;
  float: left;
  margin: 3px 0px;
}
.score_table .list_box ul li label{
  line-height: 24px;
  padding-left: 5px;
}
.score_btn_bar{
  text-align: center;
  padding-top: 20px;
}
.score_btn_bar a{
  width: 198px;
  height: 38px;
  line-height: 38px;
  border:1px solid #f27707;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  color: #f27707;
  border-radius: 4px;
}
.score_btn_bar a.submit_btn{
  background: #f27707;
  color: #fff;
}
.comment_bar{
  padding-top: 20px;
}
.comment_bar textarea{
  width: 720px;
  border:1px solid #ddd;
  padding: 15px;
  box-sizing: border-box;
  outline: inherit;
  background: #f9f9f9;
  resize: none;
}
.comment_bar textarea::-webkit-input-placeholder{
  color:#999;
}
