
/* ���� */
body {
    background: #fff;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft Yahei;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

img, input {
    border: 0px;
}

ul li {
    list-style: none;
}

em, i {
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.main {
    width: 100%;
    max-width: 700px;
    position: relative;
    margin: 0 auto;
    min-height: 93%;
}

input[type="submit"], input[type="reset"], input[type="button"], button, input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0px;
    outline: none;
    border: 0px;
}

select {
    border: 0px;
    background: none;
    border-radius: 0px;
}

html, body {
    height: 100%;
}

@media (min-width: 1500px) {
    body {
        zoom: 0.9;
    }
}

input[type="button"].btn_blue {
    float: left;
    width: 100%;
    height: 44px;
    background: #00923f;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* header */
header {
    float: left;
    width: 100%;
}

    header img {
        float: left;
        width: 100%;
    }

.pc_logo {
    display: none;
}

@media (min-width: 600px) { /* �����ֻ� */
    .pc_logo {
        display: block;
    }

    .yd_logo {
        display: none;
    }
}

/* footer */
footer {
    float: left;
    width: 100%;
    text-align: center;
    color: #211F23;
    font-size: 14px;
    line-height: 40px;
}

@media (min-width: 600px) { /* �����ֻ� */
    footer {
        font-size: 16px;
    }
}

/* ͨ�� td */
.td_one {
    float: left;
    width: 84%;
    margin-left: 8%;
    padding-top: 2%;
    height: 65%;
}

    .td_one h1 {
        float: left;
        width: 100%;
        color: #00923f;
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
        padding-bottom: 4px;
        padding-top: 10px;
    }

    .td_one p {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }

        .td_one p img {
            float: left;
            width: 100%;
            cursor: pointer;
        }

@media (min-width: 600px) { /* �����ֻ� */
    .td_one {
        padding-top: 13%;
        width: 70%;
        margin-left: 15%;
    }

        .td_one h1 {
            font-size: 18px;
            line-height: 50px;
            padding-bottom: 6px;
        }

        .td_one p {
            padding-bottom: 35px;
        }
}

/* ע�� zc */
.zc_main {
    float: left;
    width: 90%;
    margin-left: 5%;
    min-height: 74%;
}

.zc_one {
    float: right;
    color: #00923f;
    font-size: 14px;
    line-height: 50px;
}

.zc_two {
    float: left;
    width: 100%;
    border-bottom: 2px solid #00469C;
    line-height: 34px;
    margin-bottom: 30px;
}

    .zc_two li {
        float: left;
        width: 44%;
        margin-left: 4%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        background: #707070;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .zc_two .sel {
        background: #00923f;
    }

.zc_three {
    float: left;
    width: 100%;
}

    .zc_three th {
        width: 70px;
        font-weight: normal;
        text-align: left;
        font-size: 14px;
        line-height: 40px;
        padding-bottom: 20px;
    }

    .zc_three td {
        padding-bottom: 20px;
        line-height: 40px;
        position: relative;
    }

        .zc_three td .txt {
            border: 1px solid #9B9B9B;
            width: 96%;
            padding-left: 3%;
            height: 40px;
            font-size: 14px;
            letter-spacing: 1px;
            line-height: 40px;
            border-radius: 5px;
        }

            .zc_three td .txt::-webkit-input-placeholder {
                color: #A1A1A1;
            }

            .zc_three td .txt:-moz-placeholder {
                color: #A1A1A1;
            }

            .zc_three td .txt::-moz-placeholder {
                color: #A1A1A1;
            }

            .zc_three td .txt:-ms-input-placeholder {
                color: #A1A1A1;
            }

        .zc_three td .yzm {
            position: absolute;
            top: 3px;
            right: 5px;
            height: 36px;
        }

        .zc_three td .btn_yzm {
            position: absolute;
            top: 6px;
            right: 8px;
            height: 30px;
            background: #6F6F6F;
            color: #fff;
            font-size: 12px;
            padding: 0px 15px;
            border-radius: 10px;
        }

.zc_four {
    float: left;
    width: 100%;
    padding-top: 20px;
}

@media (min-width: 600px) { /* �����ֻ� */
    .zc_main {
        width: 80%;
        margin-left: 10%;
        min-height: 70%;
    }

    .zc_one {
        font-size: 16px;
        line-height: 60px;
    }

    .zc_two {
        line-height: 40px;
    }

        .zc_two li {
            font-size: 16px;
        }

    .zc_three th {
        font-size: 15px;
        width: 80px;
    }

    .zc_three td .txt {
        font-size: 15px;
    }
}

/* �ϴ���Ƭ mp �ϴ�ͷ�� tx*/
.mp_main, .tx_main {
    float: left;
    width: 90%;
    margin-left: 5%;
    min-height: 74%;
}

.mp_one {
    float: left;
    width: 100%;
    padding: 25px 0px;
    text-align: center;
}

    .mp_one img {
        width: 90%;
    }

.mp_two {
    float: left;
    width: 91%;
    border: 1px solid #00469C;
    border-radius: 7px;
    overflow: hidden;
    padding: 12px 4%;
}

    .mp_two .img {
        float: left;
        width: 100%;
        background: #ECECEC;
        padding: 15px 0;
        text-align: center;
        border-radius: 7px;
    }

        .mp_two .img img {
            width: 85%;
        }

.mp_three {
    float: left;
    width: 100%;
    line-height: 60px;
    font-size: 14px;
    color: #00923f;
}

.mp_four {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

    .mp_four .btn {
        float: left;
        width: 46%;
        height: 42px;
        background: #00923f;
        font-size: 15px;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
    }

    .mp_four .btn_right {
        float: right;
    }

.tx_one {
    float: left;
    width: 99%;
    border: 1px solid #00469C;
    border-radius: 6px;
    padding: 25px 0px;
    text-align: center;
}

    .tx_one h1 {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        font-size: 24px;
    }

    .tx_one h3 {
        float: left;
        width: 100%;
        font-weight: normal;
        font-size: 16px;
        color: #999999;
        padding-bottom: 20px;
    }

    .tx_one p {
        float: left;
        width: 100%;
    }

        .tx_one p img {
            width: 50%;
        }

.tx_two {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #00923f;
}

    .tx_two img {
        width: 100%;
    }

@media (min-width: 600px) { /* �����ֻ� */
    .mp_main, .tx_main {
        width: 80%;
        margin-left: 10%;
    }

    .mp_three {
        font-size: 16px;
        line-height: 70px;
    }

    .mp_four .btn {
        height: 44px;
        font-size: 17px;
    }

    .tx_one {
        padding: 30px 0px;
        padding-bottom: 40px;
    }

        .tx_one h1 {
            padding-bottom: 15px;
            font-size: 35px;
            letter-spacing: 4px;
        }

        .tx_one h3 {
            font-size: 20px;
            padding-bottom: 30px;
        }

    .tx_two {
        font-size: 18px;
        line-height: 60px;
    }
}

/* ������Ϣ xx */
.xx_main {
    float: left;
    width: 90%;
    margin-left: 5%;
    padding-bottom: 15px;
}

.xx_title {
    float: left;
    height: 16px;
    border-left: 6px solid #00923f;
    padding-left: 7px;
    color: #00923f;
    font-family: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}

.xx_one {
    float: left;
    width: 100%;
    margin-bottom: -10px;
}

    .xx_one th {
        width: 75px;
        text-align: right;
        line-height: 36px;
        padding-right: 5px;
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 10px;
        text-align: left;
    }

    .xx_one .txt {
        float: left;
        width: 97%;
        padding-left: 2.5%;
        border: 1px solid #9B9B9B;
        height: 36px;
        line-height: 36px;
        border-radius: 3px;
        font-size: 14px;
    }

    .xx_one td {
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 36px;
        position: relative;
    }

        .xx_one td label {
            float: left;
            margin-right: 20px;
        }

            .xx_one td label input {
                width: 15px;
                height: 15px;
                float: left;
                margin-top: 9px;
                margin-right: 4px;
            }

        .xx_one td select {
            float: left;
            width: 31.3%;
            height: 38px;
            line-height: 38px;
            border: 1px solid #9B9B9B;
            border-radius: 3px;
            font-size: 14px;
            padding-left: 8px;
            -webkit-appearance: none;
            background: url(../images/bg_01.png) no-repeat right center;
            background-size: 15px;
        }

        .xx_one td .sel_city {
            float: left;
            margin-left: 3%;
        }

        .xx_one td .sel_qu {
            float: right;
        }

    .xx_one .txt_yzm {
        width: 55%;
    }

    .xx_one .btn_yzm {
        float: right;
        width: 37%;
        height: 38px;
        background: #008FD9;
        color: #fff;
        font-size: 14px;
        border-radius: 3px;
    }

    .xx_one .txt::-webkit-input-placeholder {
        color: #999999;
    }

    .xx_one .txt:-moz-placeholder {
        color: #999;
    }

    .xx_one .txt::-moz-placeholder {
        color: #999;
    }

    .xx_one .txt:-ms-input-placeholder {
        color: #999;
    }

    .xx_one .btn_next {
        float: left;
        width: 70%;
        height: 40px;
        background: #00469C;
        background-size: 100% auto;
        color: #fff;
        font-size: 15px;
        border-radius: 3px;
        margin: 10px 0px;
    }

    .xx_one .img_tx {
        float: left;
        width: 90px;
        height: 90px;
    }

    .xx_one .btn_tx {
        float: left;
        width: 90px;
        height: 30px;
        background: #00923f;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
    }

@media (min-width: 600px) { /* �����ֻ� */
    .xx_main {
        width: 80%;
        margin-left: 10%;
    }

    .xx_one th {
        padding-bottom: 17px;
        line-height: 40px;
        font-size: 15px;
        width: 70px;
    }

    .xx_one td {
        padding-bottom: 17px;
        line-height: 40px;
    }

    .xx_one .txt {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
}

/* �ʾ����� wj */
.wj_main {
    float: left;
    width: 90%;
    margin-left: 5%;
    min-height: 74%;
}


.wj_one {
    float: left;
    width: 100%;
}

    .wj_one li {
        float: left;
        width: 100%;
        padding-bottom: 15px;
    }

        .wj_one li h1 {
            float: left;
            width: 100%;
            /*height: 34px;*/
            background: #ECF1F8;
            line-height: 34px;
            font-weight: normal;
            color: #00923f;
            font-size: 15px;
            margin-bottom: 10px;
        }

            .wj_one li h1 i {
                margin-right: 10px;
                float: left;
                width: 34px;
                height: 34px;
                background: #00923f;
                color: #fff;
                text-align: center;
                font-size: 20px;
            }


.wj_two {
    margin-top: -10px;
    margin-bottom: 20px;
}

.wj_three {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

    .wj_three th {
        width: 70px;
        line-height: 42px;
        font-weight: normal;
        text-align: left;
        font-size: 15px;
    }

    .wj_three p {
        position: relative;
        float: left;
        width: 99%;
        height: 40px;
        border: 1px solid #00459B;
        background: #ECF1F8;
        border-radius: 5px;
        overflow: hidden;
    }

        .wj_three p .txt {
            float: left;
            width: 100%;
            background: none;
            padding-left: 14px;
            height: 40px;
            line-height: 40px;
            font-size: 15px;
        }

        .wj_three p .img_yzm {
            position: absolute;
            top: 3px;
            right: 3px;
            height: 34px;
            border-radius: 3px;
        }

.wj_one li .txt_desc {
    font-size: 16px;
    line-height: 30px;
    margin-left: 50px;
    width: 81%;
    height: 80px;
}

@media (min-width: 600px) { /* �����ֻ� */
    .wj_main {
        width: 80%;
        margin-left: 10%;
    }

    .wj_one li {
        padding-bottom: 25px;
    }

        .wj_one li h1 {
            /*height: 40px;*/
            line-height: 40px;
            font-size: 18px;
        }

            .wj_one li h1 i {
                height: 40px;
                font-size: 24px;
                width: 40px;
            }

        .wj_one li label {
            font-size: 16px;
            line-height: 24px;
        }

            .wj_one li label input {
                margin-top: 4px;
                width: 18px;
                height: 18px;
            }

        .wj_one li .select {
            font-size: 16px;
            margin-left: 50px;
        }

        .wj_one li p {
            margin-left: 50px;
        }

        .wj_one li .txt_desc {
            font-size: 16px;
            line-height: 30px;
            margin-left: 50px;
            width: 91%;
            height: 80px;
        }
}

/* ��ά���ִ hz */
.hz_main {
    float: left;
    width: 90%;
    margin-left: 5%;
    min-height: 74%;
}

.hz_one {
    float: left;
    width: 91%;
    border: 1px solid #00923f;
    padding: 10px 4%;
    border-radius: 5px;
}

    .hz_one .left {
        float: left;
        width: 60%;
    }

        .hz_one .left h1 {
            float: left;
            width: 100%;
            font-size: 20px;
            line-height: 45px;
        }

        .hz_one .left p {
            float: left;
            width: 100%;
            font-size: 15px;
            line-height: 26px;
        }

    .hz_one .right {
        float: right;
        width: 35%;
    }

        .hz_one .right img {
            max-width: 100%;
        }

.hz_two {
    float: left;
    width: 90%;
    margin-left: 5%;
    font-size: 12px;
    line-height: 40px;
}

.hz_three {
    float: left;
    width: 90%;
    margin-left: 5%;
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 15px;
}

.hz_four {
    float: left;
    width: 90%;
    padding: 15px 5%;
    border-top: 2px solid #00923f;
}

    .hz_four .top {
        font-size: 15px;
        font-weight: bold;
        float: left;
        width: 100%;
        padding-bottom: 5px;
    }

    .hz_four .bottom {
        float: left;
        width: 100%;
        line-height: 22px;
        font-size: 12px;
    }

.hz_five {
    float: left;
    width: 100%;
    padding-top: 10px;
}

    .hz_five p {
        float: left;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        border-radius: 5px;
        margin-bottom: 20px;
        background: #00923f;
        line-height: 40px;
        cursor: pointer;
    }

@media (min-width: 600px) { /* �����ֻ� */
    .hz_main {
        width: 80%;
        margin-left: 10%;
    }

    .hz_one .left h1 {
        font-size: 26px;
        line-height: 60px;
    }

    .hz_one .left p {
        font-size: 18px;
        line-height: 36px;
    }

    .hz_two {
        font-size: 16px;
        line-height: 60px;
    }

    .hz_three {
        font-size: 18px;
        line-height: 34px;
        padding-bottom: 25px;
    }

    .hz_four {
        padding-top: 25px;
    }

        .hz_four .top {
            font-size: 18px;
        }

        .hz_four .bottom {
            font-size: 16px;
            line-height: 30px;
        }
}

/* ������� yq */
.yq_main {
    float: left;
    width: 90%;
    margin-left: 5%;
}

.yq_one {
    float: left;
    width: 100%;
}

    .yq_one li {
        float: left;
        width: 100%;
        border: 1px solid #00923f;
        border-radius: 6px;
        margin-top: 20px;
    }

        .yq_one li .txt_name {
            float: left;
            width: 36%;
            padding-left: 4%;
            background: url(images/bg_03.png) no-repeat right center;
            background-size: auto 60%;
            height: 44px;
            line-height: 44px;
            font-size: 14px;
        }

        .yq_one li .txt_tell {
            float: left;
            width: 56%;
            padding-left: 4%;
            height: 44px;
            line-height: 44px;
            font-size: 14px;
            border-radius: 10px;
        }

input[type="button"].btn_add {
    float: right;
    border: 1px solid #959595;
    color: #00469C;
    height: 36px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 25px;
    background: none;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}

.yq_two {
    float: left;
    width: 93%;
    border: 1px solid #959595;
    padding: 10px 3%;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-top: 30px;
}

    .yq_two .top {
        float: left;
        width: 100%;
        text-align: left;
        line-height: 40px;
        margin-top: -30px;
    }

        .yq_two .top span {
            background: #fff;
            color: #00469C;
            font-size: 17px;
            padding: 0px 15px;
        }

    .yq_two .bottom {
        float: left;
        width: 100%;
        font-size: 13px;
        color: #585757;
        line-height: 22px;
    }

@media (min-width: 600px) { /* �����ֻ� */
    .yq_main {
        width: 80%;
        margin-left: 10%;
    }
}

/* ��������ע�� */
.bz_main {
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    min-height: 72%;
}

    .bz_main .xx_one th {
        color: #00923f;
        width: 50px;
        padding-right: 0;
        padding-bottom: 15px;
    }

    .bz_main .xx_one td .txt {
        border: 1px solid #00923f;
    }

@media (min-width: 600px) { /* �����ֻ� */
    .bz_main {
        width: 80%;
        margin-left: 10%;
    }
}

/* ���� �ȴ�5s */
.tan_deng {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 1000;
}

    .tan_deng h1 {
        float: left;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 18px;
        line-height: 100px;
        font-weight: normal;
        letter-spacing: 4px;
    }

    .tan_deng p {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 50%;
    }

        .tan_deng p img {
            width: 20%;
            opacity: 0.8;
            border-radius: 1000px;
        }

.on_changes {
    width: 90%;
    position: absolute;
    list-style: none;
    background: #FFF;
    border: 1px solid #000;
    display: none;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 42px;
}

    .on_changes li {
        margin: 2px;
        padding: 2px;
    }

        .on_changes li.active {
            background: #CEE7FF;
        }

@media (min-width: 600px) { /* �����ֻ� */
    .on_changes {
        width: 90%;
    }

        .on_changes li {
            margin: 8px;
            padding: 4px;
        }

            .on_changes li.active {
                background: #CEE7FF;
            }
}

@media (min-width:640px) { /* �ֻ� */
    .tan_deng p {
        padding-top: 300px;
    }

        .tan_deng p img {
            width: 100px;
        }
}
.tan_tiShi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}

    .tan_tiShi .nei {
        float: left;
        width: 78%;
        margin-left: 8%;
        position: relative;
        padding: 15px 3%;
        background: #fff;
        border-radius: 6px;
        margin-top: 70%;
    }

    .tan_tiShi .close {
        position: absolute;
        top: -10px;
        right: -10px;
        background: #fff;
        border-radius: 30px;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        color: #000;
        font-size: 16px;
    }

@media (min-width: 600px) { /* 大于手机 */
    .tan_tiShi .nei {
        width: 33%;
        margin-left: 31%;
        margin-top: 18%;
        font-size: 14px;
        line-height: 26px;
        padding: 20px 3%;
    }

    .tan_tiShi .close {
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -15px;
        right: -15px;
    }
}

.wj_ul{ float:left; width:90%; margin-left:5%}
.wj_ul li{ float:left; width:100%; margin-top:15px; margin-bottom:10px;}
.wj_ul .top{ float:left; width:100%; position:relative; background:#EAF1F9; padding:3px 0; line-height:24px; padding-left:10px; color:#00923f; font-size:14px; font-weight:bold}
.wj_ul .top i{ color:red; font-weight:bold; padding-right:4px;}
.wj_ul .bottom{ float:left; width:100%; padding-left:20px; padding-top:5px;}
.wj_ul label{ float:left; width:100%; font-size:14px; line-height:22px; margin-top:8px; position:relative; padding-left:22px}
.wj_ul label input{ position:absolute; top:3px; left:0px; width:15px; height:15px;}