.banner{
    background: url(https://static.xjwtqx.com/pc/job/job01.jpg) center no-repeat;
    height: 600px;
    margin-top: -50px;
}
.title-left{
    padding-left: 12px;
    border-left: 5px solid #1E9FFF;
    margin-bottom: 15px;
}
.title-left h2{
    font-size: 28px;
    font-weight: 700;
    color: #383838;
    padding-bottom: 8px;
    line-height: 1;
}
.title-left p{
    font-size: 16px;
    color: #666;
    line-height: 1.2;
    text-transform:uppercase;
}

.model-full{
    position: relative;
}
.model-full img{
    width: 100%;
}
.model-full .model-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.45);
    padding: 60px 20px 0;
    cursor:pointer;
    overflow: hidden;
}
.model-full .model-content .order{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
}
.model-full .model-content h4{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.model-full .model-content .more{
    position: absolute;
    left: -30px;
    bottom: 60px;
    color: #fff;
}
.model-full .model-content .more i{
    font-size: 25px;
}
.model-full .model-content:hover{
    background: rgba(0,0,0,.75);
    transition: all .45s ease;
}
.model-full .model-content:hover .order{
    color: #1F9FFF;
    transition: all .45s ease;
}
.model-full .model-content:hover .more{
    left: 20px;
    transition: all .45s ease;
}

.guarantee{
    padding: 80px 0 80px;
    background: #201F24;
    position: relative;
}
.guarantee:before{
    content: '';
    background: url(https://static.xjwtqx.com/pc/baoming/signup-bg.jpg) center center / cover no-repeat fixed;
    filter: blur(5px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
}
.guarantee-left .guarantee-content{
    padding: 50px 30px 0;
    width: 100%;
}
.guarantee-content .guarantee-content-item{
    margin-bottom: 15px;
    padding: 20px 15px 25px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(150,150,150,.45);
}
.guarantee-content .guarantee-content-item:hover{
    margin-left: 20px;
    transition: all .45s ease;
}
.guarantee-content .guarantee-content-item dt{
    float: left !important;
    color: #fff;
}
.guarantee-content-item dt{
    padding-right: 12px;
    margin-top: 8px;
}
.guarantee-content-item .layui-icon{
    font-size: 52px;
    color: #1F9FFF;
}
.guarantee-content-item h5{
    font-size: 18px;
    line-height: 1.8;
    color: #383838;
		font-weight: 700;
}
.guarantee-content-item p{
    font-size: 14px;
    line-height: 1.4;
    color: #585858;
}
.guarantee-right{
    padding: 50px 60px;
    margin: 30px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.45);
}
.guarantee-right h3{
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    color: #383838;
    margin-bottom: 20px;
}


.mesh-line{
    display: block;
    width: 392px;
    height: 50px;
    margin: 30px auto 0;
    border-top: 1px solid #444444;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
}
.mesh-line>.line{
    height: 80px;
    margin-left: 196px;
    margin-top: -30px;
    border-left: 1px solid #444444;
}
.job-box.layui-tab>.layui-tab-title li.layui-this:after{
    content: none;
}
.job-box.layui-tab>.layui-tab-title{
    height: auto;
}
.job-box.layui-tab>.layui-tab-title li{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    transition: all .2s;
    -webkit-transition: all .2s;
    height: 55px;
    line-height: 55px;
    width: 180px;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    background: #1E9FFF;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
}
.job-box.layui-tab>.layui-tab-title li.layui-this{
    background: #FF5722;
}
.job-box .layui-tab-item{
    padding: 35px 30px;
    background: #e2e2e2;
}
.service-item{
    padding: 30px;
    background: #fff;
    overflow: hidden;
}
.job-box .layui-col-xs6,.job-box .layui-col-xs7,.job-box .layui-col-xs5,.job-box .layui-col-xs4{
    padding: 6px;
}
.job-box .layui-col-xs4 .service-item{
    height: 203px;
}
.service-item .order{
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #009688;
}
.service-item .service-item-info{
    margin-left: 65px;
}
.service-item .service-item-info h4{
    font-size: 18px;
    color: #383838;
    line-height: 1.8;
		font-weight: 700;
    margin-bottom: 6px;
}
.service-item .service-item-info p{
    font-size: 15px;
    color: #686868;
    line-height: 1.4;
}



























