/*电子发烧友讲师招募首页css文件*/

@charset "utf-8";

#page_banner{
    height: 460px;
    width: 100%;
    background: url(../images/apply.jpg) no-repeat top center #EBEDEA;
    display: block;
    cursor: pointer;
}

.banner_box{
    display: block;
    cursor: pointer;
    padding-top: 100px;
}
.banner_box h2{
    font-size: 38px;
    color: #000;
    font-weight: 100;
}
.banner_box p{
    padding: 20px 0;
    font-size: 22px;
}
.banner_box ul{
    display: block;
    width: 350px;
}
.banner_box  li{
    width: 170px;
    float: left;
    line-height: 20px;
    color:#0384E2;
    line-height: 30px;
}
.banner_box  span{
    color: #000;
}
.banner_box  span{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-top: -10px;
    vertical-align: auto;
}
.apply_button{
    display: block;
    border: none;
    border: 2px solid #0384E2;
    border-radius: 4px;
    color: #0384E2;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    width: 150px;
    height: 38px;
    line-height: 38px;
}
.apply_button:hover{
    color: #fff;
    background: #0384E2;
}
#page_bodyer{
    margin-top: 40px;
}
.qualification{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    line-height: 24px;
}
.qualification li{
    clear: both;
}
.bgblue{
    color: #fff;
    background-color: #0384E2;
    font-weight: normal;
    margin-top: 8px;
}
.bet{

    display: block;
    float: left;
    width: 19%;
    *width: 18%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;

}
.line_left{
    border: 1px solid #CCC;
    display: block;
    width: 40%;
    float: left;
    margin-top: 12px;
    overflow: hidden;
    height: 0;
}
.line_right{
    border: 1px solid #CCC;
    display: block;
    width: 40%;
    float: right;
    margin-top: 12px;
    overflow: hidden;
    height: 0;
}
.study{
    position: relative;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 55px;
}
.study li{
    width: 25%;
    float: left;
    text-align: center;
}
.study p{
    display: block;
    width: 235px;
    margin: 0 auto;
    background-color: #313131;
    font-size: 16px;
    color: #fff;
    padding: 6px 0;
}

.advantages{
    /*margin-top: 315px;*/
    margin-bottom: 55px;
}
.qualification .apply_button{
    margin-left: auto;
    margin-right: auto;
}
.four_advantages{

    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 55px;
}
.four_advantages ul{
    display: block;
    margin: 0 100px;
}
.four_advantages li{
    width: 50%;
    float: left;
}
.four_advantages .img_box{
    float: left;
    width: 120px;
    height: 120px;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #EFEFEF;
}
.four_advantages img{
    vertical-align: middle;

}
.four_advantages p{
    display: inline-block;
    width: 310px;
    margin-left: 14px;

}
.four_advantages .bold{
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
}
.prod{
    margin-top: 40px;
}
.story{
    background: url(../images/apply_24.jpg) no-repeat center center #E8E6E7;
    width: 100%;
    height: 545px;

}
.story_content{
    display: block;
    width: 700px;
    line-height: 24px;
    color: #999;
    float: right;
}
.story h1{
    font-size: 28px;
    color: #000;
    font-weight: normal;
    padding-top: 28px;
    padding-bottom: 14px;
}
.story p{
    text-indent: 32px;
}

#page_bodyer .top{
    margin-top: 18px;
    text-align: right;
}
.bg_red{
    background-color: #E8E7E8;
    margin-left: -60px;
}
#page_footer{
    margin-top: 0px;
}
.right{
    margin-right: -28px;
}

