.wel-tit-tip {overflow: hidden;width: 100%;}
.wel-tit-tip .item{position: relative;}
.wel-tit-tip .item a {display: block;height: 100%;transition: .5s ease-in-out;}
.wel-tit-tip .owl-prev, .wel-tit-tip .owl-next {width: 40px;height: 40px;border-radius: 50%;border: 1px solid #ffffff;border-color: rgba(255, 255, 255, 0.1);z-index: 5;position: absolute;top: 0;bottom: 0;margin: auto;text-indent: -999px;overflow: hidden;}
.wel-tit-tip .owl-prev.disabled, .wel-tit-tip .owl-next.disabled {opacity: .6;cursor: auto;}
.wel-tit-tip .owl-prev:before, .wel-tit-tip .owl-next:before {display: none;}
.wel-tit-tip .owl-prev {left: 45px;background: url(../images/i8.png) no-repeat center;background-size: 100%;}
.wel-tit-tip .owl-next {right: 45px;background: url(../images/i9.png) no-repeat center;background-size: 100%;}
.wel-tit-tip .words {width:100%;font-size: 20px;color: #ffffff;line-height: 40px;text-align: center;transition: .5s ease-in-out;position: absolute;bottom: 0px}
.wel-tit-tip .images {width:100%;height: 100%;overflow: hidden;position: relative;margin: 0 auto;}


/**
 *	飘窗和浮动广告
 *	v1.0.1
 *	author: zhangzj;
 **/

.move-list {
    list-style-type: none;
}

.close {
    position: absolute;
    top: 0;
    left:200px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat;
}
.move-item {
	overflow:hidden;
}

.pl {
    position: fixed;
    left: 15px;
}

.pr {
    position: fixed;
    right: 15px;
}

.hidden {
    display: none;
}

.float-img {
	z-index: 1000;
	position: absolute;
	left: 2px;
	top: 43px;
	overflow:hidden;
}

/*招聘*/
.reculist{ width: 100%; height: auto;}
.reculist li{ border: 1px solid #dedede; padding:15px 20px; margin-bottom: 15px;}
.rectitle { width: 100%;line-height: 50px;}
.rextitle{ font-size: 20px;font-weight: bold; color: #2F79C5;width:85%;display: inline-block;}
.rectitleicon{ float: left;font-size: 30px;font-weight: bold; color: #f00; margin-right:12px;}
.rectitleicon:hover{ color: #f00; cursor: pointer; font-size: 35px; font-weight:bold;}
.recbo{color: #999; font-size: 15px; margin-left:30px;}
.recbo span{ margin: 0px 10px;}
.recconc{ border-top: 1px solid #dedede;padding-top: 15px; display: none;}
.recconc.on{ display: block; }