.news_banner{
    width: 100%;
    height: 300px;
    background: url('../images/banner5.jpg') no-repeat;
    background-size: 100% 120%;
}
.news_banner .banner_bg{
    height: 100%;
    /* background:rgba(0,0,0,0.5); */
    position: relative
}
.banner_bg .banner-cont{
    position: absolute;
    left: 235px;
    top: 95px;
}
.banner-cont h3{
    font-size:44px;
    font-weight:300;
    color: #fff;
    letter-spacing: 5px;
}
.banner-cont span{
    display:block;
    width: 208px;
    height: 1px;
    background: #fff;
    margin: 11px 0;
}
.banner-cont p{
    font-size:34px;
    color: #fff;
    font-weight:300;
    letter-spacing: 3px;
}

.apply_wrap{}
.apply_wrap h3{
    text-align: center;
    font-size: 1.25em;
    color: #1fb6d8;
    letter-spacing: 6px;
    margin-bottom: 60px;
    margin-top: 100px;
    font-weight: normal;
}
.apply{
    margin: 0 350px;
    overflow: hidden;
    font-size: 14px;
    color: #888888;
    margin-bottom: 30px;
}
.apply_left{
    float: left;
}
.apply_wrap input{
  border:none;
  border-bottom: 1px solid #F0F0F0;
  margin-left: 22px;
  width: 200px;
  padding-left:10px;
  
} 
input{
    outline:none;
}
input::-webkit-input-placeholder{
    color:#CCCCCC;
}
.apply_right{
    float: right;
}

.apply_wrap .line{
    height: 6px;
    margin-top: 50px;
    margin-bottom: 40px;
    width: 100%;
    background: url(../images/line1366.png) no-repeat;
}
.code{
    margin-left:350px;
    overflow: hidden;
}
.code label{
    float: left;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}
.code input{
    float: left;
    border: 1px solid #F0F0F0;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
}
.code span{
    float: left;
    width: 86px;
    height: 34px;
}
.code span img{
    width: 100%;
    height: 100%;
}

.submit_btn input{
    padding: 0;
    display: block;
    background: none;
    border: none;
    width: 150px;
    height: 44px;
    outline: none;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    background-color: #1fb6d8;
    margin-top: 30px;
    border-radius: 2px;
    margin: 60px auto 102px;

}
.submit_btn input:hover{
    text-decoration: none;
    background-color: #0072a6;
}


.present_wrap{
    
}
.present_wrap h3{
    font-size:34px;
    font-weight:400;
    color:rgba(85,85,85,1);
    text-align: center;
    margin-top: 80px;
    margin-bottom: 15px;
}
.present_wrap p{
    color: #888;
    font-size: 16px;
    letter-spacing: 10px;
    text-align: center;
    margin-bottom: 60px;
}
.present{
    width: 28%;
    overflow: hidden;
    margin: 0 auto 60px;
}
.present label{
    float: left;
    font-size: 14px;
    color: #888;
}
.present input{
    float: left;
    border:none;
    border-bottom: 1px solid #F0F0F0;
    margin-left: 22px;
    width: 267px;
    outline:none;
    padding-left:10px;
}
.present #validateCode{
    width: 200px;
}
.present img{
    float: left;
    width: 70px;
    height: 25px;
    cursor: pointer;
    margin-top: -5px;
    margin-left:10px;
}
.present_check{
    width: 28%;
    margin: auto;
    font-size: 14px;
    color: #888;
    overflow: hidden;
}

.present_check input[type='checkbox']{
    float: left;
    margin-right: 10px;
}



@media screen and (max-width: 1920px) and (min-width: 1500px){
    .news_banner{
        height: 422px;
        background: url('../images/banner5.jpg') no-repeat;
        background-size: 100% 120%;
    }
    .banner_bg .banner-cont{
        top: 155px;
        left: 270px;
    }
    .banner-cont h3{
        font-size: 62px;
    }
    .banner-cont span{
        width: 255px;
    }
    .banner-cont p{
        font-size: 50px;
    }

    .apply{
        /* margin: 0 505px 30px; */
        width: 50%;
        margin: auto;
        margin-bottom: 30px;
    }
    .code{
        width: 50%;
        margin: auto;
    }
    .apply_wrap .line{
        width: 100%;
        background: url(../images/line1920.png) no-repeat;
        background-size: 100% 100%;
    }
    
}

@media screen and (min-width: 1921px){
    .news_banner{
        height: 563px;
        background: url('../images/banner_1920.png') no-repeat;
        background-size: 100% 100%;
    }
    .banner_bg .banner-cont{
        top: 195px;
        left: 355px;
    }
    .banner-cont h3{
        font-size: 85px;
    }
    .banner-cont span{
        width: 345px;
    }
    .banner-cont p{
        font-size: 66px;
    }

    .apply{
        /* margin: 0 505px 30px; */
        width: 45%;
        margin: auto;
        margin-bottom: 50px;
    }
    .code{
        width: 45%;
        margin: auto;
    }
    .apply_wrap .line{
        width: 100%;
        background: url(../images/line2560.png) no-repeat;
        background-size: 100% 100%;
    }
    .apply_wrap input{
        width: 350px;
    }
    .submit_btn input{
        width: 150px;
    }
}

.mobile_block{
    display: none;
}