/* CSS Document */

html {
    font-size: 12px;
    color: #404040;
    font-family: SimSun;
}

body, button, ul, li, ol, p, dl, dd, h1, h2, h3, h4, h5, h6, img, iframe, form, input {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 0;
}

body {
    background: #f5f5f5;
}

/****返回首页按钮***/
.grayBtn {
    width: 240px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    letter-spacing: 2px;
    font-size: 20px;
    background: #C0C0C0;
    color: white;
    cursor: pointer;
}

    .grayBtn:hover {
        background: #B9AFAF;
    }

/*.top_logo {
    width: 1004px;
    margin: 0 auto;
}*/

.top_line {
    background: #fe8f33;
    height: 5px;
    width: 100%;
}

.zhuce_c {
    width: 1004px;
    margin: 25px auto;
    height: 490px;
    height: auto;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background: #FFFFFF;
}

.zhuce_pd {
    padding: 10px 45px;
}

.zhuce_top {
    border-bottom: 1px dashed #e0e0e0;
    line-height: 50px;
    font-size: 20px;
    color: #3d3d3d;
}

.zcs_topl {
    float: left;
    padding-left: 330px;
    padding-top: 80px;
}

.zcs_topr {
    float: left;
    padding-left: 20px;
    padding-top: 100px;
    color: #464646;
    font-size: 24px;
}

.zcs_h {
    clear: both;
    margin-top: 125px;
    height: 85px;
    line-height: 85px;
}

.zcs_shouye {
    float: left;
    padding-left: 250px;
}

.zcs_xuexiao {
    float: left;
    padding-left: 20px;
}


/*切换按钮*/
.regType {
    padding-bottom: 25px;
    float: right;
    margin-right: 17%;
    margin-top: 3%;
}

    .regType p {
        float: left;
        margin-left: 20px;
        width: 70px;
        height: 26px;
        line-height: 28px;
        text-align: center;
        font-size: 15px;
        color: #888;
        font-weight: bold;
        border-bottom: 3px solid #D9D9D9;
        cursor: pointer;
    }

    .regType .activeP {
        border-bottom: 3px solid #4DADE5;
    }
.content{
    overflow:hidden;
}
.phonewjBtn, .emailwjBtn {
    width:240px;
    padding: 16px 0;
    text-align:center;
    color: #fff;
    background-color: #5EC0FF;
    font-size: 18px;
    cursor: pointer;
    margin:30px auto;
}
    .phonewjBtn:hover, .emailwjBtn:hover {
        background-color: #4DADE5;
    }