<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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_box{
    padding: 42px 0 20px;
}
.detail_box .title{
    font-size: 40px;
    font-weight: bold;
    font-family: "微软雅黑";
    text-align: center;
    color: #333333;
    line-height: 100%;
    padding-bottom: 38px;
}
.detail_box .detail_list{
    width: 100%;
    padding-left: 20px;
}
.detail_box .detail_list .item{
    width: 375px;
    height: 480px;
    position: relative;
    margin: 0 17px 17px 0;
}
.detail_box .detail_list .item .layer{
    width: 100%;
    height: 123px;
    text-align: center;
    background: rgba(0,0,0,.7);
    position: absolute;
    left: 0;
}
.detail_box .detail_list .t .layer{
    top: 0;
}
.detail_box .detail_list .b .layer{
    bottom: 0;
}
.detail_box .detail_list .item .layer .item_title{
    display: inline-block;
    height: 64px;
    padding: 0 12px;
    font-size: 30px;
    line-height: 64px;
    color: #fff000;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}
.detail_box .detail_list .item .layer .item_intro{
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    margin-top: 20px;
}

.step{
    height: 560px;
    background: url("../images/step_bg.jpg") no-repeat center;
}
.step_box{
    padding-top: 30px;
}
.step_box .title{
    font-size: 40px;
    font-weight: bold;
    font-family: "微软雅黑";
    text-align: center;
    color: #008c8c;
    line-height: 100%;
    padding-bottom:40px;
}
.step_box .step_cont{
    width: 1126px;
    height: 419px;
    margin: 0 auto;
    background: url("../images/step_cont.png") no-repeat center;
    position: relative;
}
.step_box .step_cont .item{
    width: 238px;
    height: 156px;
    overflow: hidden;
    position: absolute;
}
.step_box .step_cont .item .item_title{
    font-size: 24px;
    font-weight: bold;
    font-family: "微软雅黑";
    text-align: center;
    color: #008c8c;
    line-height: 100%;
    margin: 13px 0 10px;
}
.step_box .step_cont .item .text{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.step_box .step_cont .one{
    top: 11px;
    left: 100px;
}
.step_box .step_cont .two{
    top: 114px;
    right: 14px;
}
.step_box .step_cont .three{
    top: 251px;
    left: 105px;
}













/*.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;
}*/







</pre></body></html>