body{
    background-color: #fff;
}

.main{
    position: relative;
    width: 100%;
}

/* detail */
.main_detail{
	position: relative;
    width: 100%;
    padding-bottom: 50px;
}

.center_detail{
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

.detail_line{
	width: 100%;
	height: 2px;
	display: block;
	background-color: #006ae5;
}

.content_detail{
	padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
    height: 400px;
}

.content_detail>img{
	width: 100%;
	height: 100%;
}

.title_detail{
	font-size: 30px;
	color: #0052d1;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	margin: 60px 0 46px;
}

/* 查看更多 */
.btn-wraper{
	position: relative;
	width: 100%;
	height: 84px;
    margin-top: -30px;
}

.btn{
	position: absolute;
	width: 200px;
	height: 84px;
	left: 50%;
	top: 30px;
	margin-top: -30px;
	margin-left: -100px;
	margin-bottom: 40px;
	background: url(/zhphone/public/images/btn.png) no-repeat center;
	opacity: 0;
	animation: shanshuo 2s linear 0.7s infinite both;
    -webkit-animation: shanshuo 2s linear 0.7s infinite both;
}

.btn-wraper>a{
	position: absolute;
	display: block;
	height: 84px;
	width: 200px;
	line-height: 84px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	left: 50%;
	margin-left: -100px;
}

.btn_detail{
	position: relative;
    padding: 66px 0 142px;
    z-index: 2;
    margin-top: -200px;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
}

.btn_detail>img{
    width: 172px;
    height: 62px;
    position: absolute;
    left: 50%;
    margin-left: -86px;
    top: 80%;
}

/* 头部swiper开始 */
.swiper_nav_container{
    position: fixed;
    top: 100px;
    z-index: 2;
    width: 100%;
}

.header_swiper{
    height: 70px;
    padding: 0 64px;
    box-sizing: border-box;
    position: relative;
    background-color: #e3e3e3;
}

.swiper-slide>a{
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #5d5d5d;
    font-size: 22px;
}

.swiper-slide-active>a{
    /*width: 169px;*/
    height: 70px;
    background-color: #d7000f;
    color: #fff;
    border-radius: 10px;
}
/* 头部swiper结束 */

.recruit{
    /* margin-top: 242px; */
    padding: 182px 30px 70px;
}

.cshhrzm{
  padding-top: 182px;
}

.qdhz{
  padding-top: 182px;
}

.title{
    font-size: 36px;
    font-weight: bold;
    color: #003893;
    text-align: center;
    margin-top: 60px;
    /*line-height: 36px;*/
    margin-bottom: 60px;
}

.recruit_item{
    width: 580px;
    height: 160px;
    padding: 0 36px 0 48px;
    font-size: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: url(/zhphone/public/images/zpbj_03.png) no-repeat center;
}

.recruit_icon{
    width: 53px;
    height: 53px;
    margin-top: 54px;
    /* background: url(/zhphone/public/images/recruit-icon.png) no-repeat center;
    background-size: 100%; */
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
}

.position{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    word-wrap: break-word;
    word-break: normal;
    line-height: 34px;
    width: 330px;
    margin-top: 62px;
}

.posiMargin{
  margin-top: 46px;
}

/* .arrow_right{
    width: 13px;
    height: 24px;
    margin-top: 45px;
    display: inline-block;
    vertical-align: middle;
    background: url(/zhphone/public/images/arrow-right.png) no-repeat center;
    background-size: 100%;
} */