/*html{filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
.h-right .h-icon{
    color: #efefef;
}
.carousel{
    /*padding-top:.8rem;*/
    /*padding-bottom:.8rem;*/
    background: #D3101A;
    position: relative;
}
.carousel:after{
    content:'';
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
    top:50%;
    background:#f2f2f2;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
}
.carousel-banner{
    border-radius: .5rem;
    overflow: hidden;
}
.nav-box{
    background:#f2f2f2;
    margin-bottom:0;
}
.nav{
    padding: 1.8rem 0 .5rem;
}
.nav .nav-item{
    display: block;
    text-align: center;
}
.nav .nav-item .nav-icon{
    display: inline-block;
    font-size: 2.2rem;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.2rem;
    /*background-color: #000;*/
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.nav .nav-item p{
    font-size: 1.15rem;
    color: #383838;
    line-height: 1.6;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

/*
.nav li:first-child .nav-icon{
    background-image: linear-gradient(to right,#72C1FF,rgba(72,171,249,.65));
    box-shadow: 0 0 .8rem rgba(66,165,253,.65);
}
.nav li:nth-child(2) .nav-icon{
    background-image: linear-gradient(to right,#FFC69B,rgba(250,162,100,.85));
    box-shadow: 0 0 .8rem rgba(250,162,100,.85);
}
.nav li:nth-child(3) .nav-icon{
    background-image: linear-gradient(to right,#67D69B,rgba(58,194,122,.85));
    box-shadow: 0 0 .8rem rgba(58,194,122,.85);
}
.nav li:nth-child(4) .nav-icon{
    background-image: linear-gradient(to right,#FF9595,rgba(255,113,113,.85));
    box-shadow: 0 0 .8rem rgba(255,113,113,.85);
}
.nav li:nth-child(5) .nav-icon{
    background-image: linear-gradient(to right,#9DADFC,rgba(118,139,245,.8));
    box-shadow: 0 0 .8rem rgba(118,139,245,.8);
}
.nav li:nth-child(6) .nav-icon{
    background-image: linear-gradient(to right,#71EDAF,rgba(52,203,125,.8));
    box-shadow: 0 0 .8rem rgba(52,203,125,.8);
}
.nav li:nth-child(7) .nav-icon{
    background-image: linear-gradient(to right,#E8A2FF,rgba(202,105,235,.85));
    box-shadow: 0 0 .8rem rgba(202,105,235,.85);
}
.nav li:nth-child(8) .nav-icon{
    background-image: linear-gradient(to right,#C4F086,rgba(143,209,60,.85));
    box-shadow: 0 0 .8rem rgba(143,209,60,.85);
}
*/


/*火热报名*/
.hot-signup-box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.hot-signup-box .hot-onsite{
    position: absolute;
    left: 0;
    width: 14rem;
    height: 14rem;
    background: #e0e0e0;
    border-radius: .5rem;
    box-shadow: 1rem 1rem 1.5rem rgba(0,0,0,.25);
    overflow: hidden;
    z-index: 2;
}
.hot-signup-box .hot-signup{
    width: 85%;
    height:18rem;
    padding: 2rem 1rem 2rem 11.5rem;
    background: #f2f2f2;
    border-radius: .5rem;
    overflow: hidden;
}
.hot-signup-box .hot-signup h2{
    font-size: 1.6rem;
    font-weight: 700;
    color:#484848;
    padding-bottom:1rem;
}
.hot-signup-box .hot-signup p{
    font-size: 1.05rem;
    color:#666;
    line-height: 1.6;
}
.hot-signup-box .hot-signup .hot-btn{
    position: absolute;
    right:5rem;
    bottom:2rem;
}
.form-signUp{
    padding: 0 1.5rem;
    background: #fff;
    position: relative;
}
.form-signUp:before {
    position: absolute;
    top: -.7rem;
    left: -.7rem;
    content: '';
    width: 8rem;
    height: 8rem;
    background-size:cover;
    background-image: url(https://xjwtm.oss-cn-beijing.aliyuncs.com/index/sprite.png);
    /*background: url(https://xjwtpc.oss-cn-beijing.aliyuncs.com/index/sprite.png) no-repeat;*/
    /*background-position: 0 -100px;*/
    /*background-size: contain;*/
}

/*最新动态*/
.dynamic{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: .5rem 0;
}
.dynamic .dynamic-title{
    width: 18%;
    font-size: 2rem;
    line-height: 1.2;
    font-style: italic;
    font-weight: bold;
    color: #C00F18;
}
.dynamic .dynamic-list{
    width: 81%;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #C00F18;
    overflow: hidden;
}
.dynamic .dynamic-list i{
    font-weight: bold;
    font-style: normal;
}
/*special*/
.special .special-item{
    display: inline-block;
    padding-top: 1.8rem;
    padding-right: 0;
    padding-bottom: 1.8rem;
    padding-left: .8rem;
    width: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain !important;
}
.special li:first-child .special-item{
    background-color: #dcfee3;
    background-image: url(https://xjwtsem.oss-cn-beijing.aliyuncs.com/index/sepcialIcon01.png);
}
.special li:nth-child(2) .special-item{
    background-color: #dfe3fe;
    background-image: url(https://xjwtsem.oss-cn-beijing.aliyuncs.com/index/sepcialIcon02.png);
}
.special li:nth-child(3) .special-item{
    background-color: #BEE8FB;
    background-image: url(https://xjwtsem.oss-cn-beijing.aliyuncs.com/index/sepcialIcon02.png);
}
.special li:nth-child(4) .special-item{
    background-color: #FCC9BB;
    background-image: url(https://xjwtsem.oss-cn-beijing.aliyuncs.com/index/sepcialIcon02.png);
}
.special h2{
    font-size: 2.2rem;
    font-weight: bold;
    color: #383838;
    line-height: 1.2;
    margin-bottom: .5rem;
}
.special p{
    font-size: 1.25rem;
    color: #686868;
    line-height: 1.2;
}
/*就业保障*/
.jobBox{
    padding-bottom: 1.5rem;
}
.tags{
    padding-bottom: .8rem;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
}
.tags-box{
    padding-left: .3rem;
    padding-right: .3rem;
    border: 1px solid #f2f2f2;
    border-top: 0;
}
.tags .active{
    background: #fff;
    color: #0380C9;
}
.tags li{
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    line-height: 2;
    padding: .5rem 0;
    background: #f2f2f2;
}
/*春节氛围*/
.spring-top,.spring-bottom{
    position: fixed;
		left:0;
		pointer-events:none;
    z-index: 9999;
}
.spring-top{
    top: 0;
    right:0;
}
.spring-bottom{
		width:10rem;
    bottom: 6rem;
}
.spring-top img,.spring-bottom img{
    width: 100%;
}
/*春节氛围 end*/





