* {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Microsoft Yahei;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

img, input {
    border: 0px;
}

ul li {
    list-style: none;
}

em, i {
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.main {
    margin: 0 auto;
}


.banner, .banner img {
    display: block;
    width: 100%;
}

.dl_main {
    min-height: 100vh;
    border-bottom: 25px solid #3c863f;
}

.dl_ul {
    margin: 0 auto;
    width: 94%;
    max-width: 460px;
    padding-top: 150px;
}

    .dl_ul li {
        margin-bottom: 30px;
    }

    .dl_ul .txt {
        border: 2px solid #B0B1B3;
        border-radius: 5px;
        overflow: hidden;
        display: block;
        padding-left: 75px;
        height: 52px;
        line-height: 52px;
        font-size: 16px;
        width: 100%;
        outline: none;
    }

    .dl_ul .txt_hao {
        background: url(/denglu/images/t1.png) no-repeat 25px center;
    }

    .dl_ul .txt_pwd {
        background: url(/denglu/images/t2.png) no-repeat 25px center;
    }

    .dl_ul .btn {
        width: 100%;
        height: 52px;
        line-height: 52px;
        border-radius: 5px;
        background: #3c863f;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 6px;
        outline: none;
        cursor: pointer;
    }

        .dl_ul .btn:hover {
            background: #3c863f;
        }


.cz_main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
}

.cz_info {
    display: block;
    width: 100%;
    background: url(/denglu/images/cz2.png) no-repeat top center;
    background-size: 100% 100%;
    height: 460px;
    padding-top: 60px;
}

    .cz_info h1 {
        text-align: center;
        color: #E60012;
        font-size: 180px;
        line-height: 260px;
        letter-spacing: 5px;
    }

    .cz_info h2 {
        text-align: center;
        color: #000;
        font-size: 60px;
        font-weight: bold;
    }

@media screen and (min-width: 768px) and (max-width: 992px) { /* 平板 */
    .cz_info {
        height: 350px;
    }

        .cz_info h1 {
            font-size: 100px;
            line-height: 160px;
        }

        .cz_info h2 {
            font-size: 40px;
        }
}

@media (max-width: 767px) { /* 手机 */
    .cz_info {
        height: 250px;
    }

        .cz_info h1 {
            font-size: 50px;
            line-height: 90px;
        }

        .cz_info h2 {
            font-size: 24px;
        }
}

.yq_bc {
    float: left;
    width: 100%;
    height: 40px;
    text-align: center;
}

    .yq_bc p {
        position: fixed;
        bottom: 10px;
        left: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 1%;
    }

        .yq_bc p .btn {
            background: #DDB027;
            width: 120px;
            height: 40px;
            color: #fff;
            font-size: 17px;
            border-radius: 6px;
            color: #0D3828;
            letter-spacing: 2px;
        }
