@charset "utf-8";

body{
}
.show_btn{
    cursor: pointer;
}

.banner{
    width: 100%;
    height: 580px;
    position: relative;
    overflow: hidden;
}
.banner .banner_box{
    width: 1920px;
    height: 580px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.banner .banner_box .banner_apply{
    width: 370px;
    height: 232px;
    position: absolute;
    top: 217px;
    left: 1091px;
}
.banner .banner_box .banner_apply input{
    width: 100%;
    height: 60px;
    padding-left: 75px;
    font-size: 18px;
    position: absolute;
    left: 0;
}
.banner .banner_box .banner_apply .user{
    top: 0;
}
.banner .banner_box .banner_apply .tel{
    top: 70px;
}
.banner .banner_box .banner_apply .submit_btn{
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
}


.detail{
    height: 540px;
    background: url("../images/detail_bg.jpg") no-repeat center;
}
.detail_box{
    padding-top: 40px;
}
.detail_box .title{
    height: 42px;
    font-size: 40px;
    font-weight: bold;
    font-family: "微软雅黑";
    text-align: center;
    color: #333333;
    line-height: 42px;
    padding-bottom: 38px;
    overflow: hidden;
}
.detail_box .title .shj{
    display: inline-block;
    width: 299px;
    height: 42px;
    line-height: 100%;
    background: url("../images/shj.png") no-repeat center;
    margin-bottom: -5px;
    padding: 0 3px;
}
.detail_box .detail_list{
    padding-left: 70px;
}
.detail_box .detail_list .item{
    width: 322px;
    margin-right: 50px;
}
.detail_box .detail_list .item .img{
    width: 322px;
    height: 326px;
    margin-bottom: 10px;
}
.detail_box .detail_list .item p{
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    text-align: center;
}













/*.show_layer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 9999;
    display: none;
}
.show_layer .show_box{
    width: 500px;
    height: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -250px;
    background: url("../images/show_apply.jpg") no-repeat center;
}
.show_layer .show_box .close_btn{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.show_layer .show_box .form{
    width: 398px;
    margin: 106px auto 0;
}
.show_layer .show_box .form input{
    width: 100%;
    height: 60px;
    padding-left: 80px;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 12px;
}
.show_layer .show_box .submit_btn{
    width: 398px;
    height: 56px;
    margin: 33px auto 0;
    cursor: pointer;
}*/







