
#recruit .re{
	width:100%;
	height: 480px;
	margin-top: 25px;
	padding-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F1F4F8;
}
#recruit .re1{
	width:1190px;
	height: 451px;
	padding-top: 14px;
	position: relative;
	font-family: Source Han Sans SC;
}
#recruit .re1 .re1_1{
	/* width: 40%; */
}

#recruit .re1 .re1_2 {
	position: absolute;
	left: 12px;
	top: 25px;
	width: 1178px;
	height: 428px;
	border: 1px solid #FFFFFF;
	opacity: 0.92;
}

#recruit .re1 .re1_2 .re1_2_1,.re1_2_2{
	position: absolute;
	right: 12px;
	width: 56.1%;
	text-align: justify;
}
#recruit .re1 .re1_2 .re1_2_1{
	top: 46px;
	color: #2D2D2D;
	font-size: 24px;
	font-weight: 500;
}

#recruit .re1 .re1_2 .re1_2_2{
	top: 97px;
	font-size: 14px;
	font-weight: 400;
	color: #414141;
    line-height: 28px;
}
#recruit .re2{
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	align-items: center;
}
#recruit .re2 .re2_1 ul{
	display: flex;
	font-size:14px;
} 

#recruit .re2 .re2_1 .re2_1_1{
	width: 382px;
	height: 58px;
	line-height: 5px;
	margin-right: 20px;
	position: relative;
	/* background: linear-gradient(-40deg, #670C0D, #BA1A1D); */
	border: 1px solid #D4D8DE;
	display: flex;
	justify-content: center;
	align-items: center;
}

#recruit .re2 .re2_1 .re2_1_1 .re2_1_1_1{
	position: absolute;
	left: 37px;
}

#recruit .re2 .re2_1 .re2_1_1 .re2_1_1_2{
	position: absolute;
	right: 30px;
	width: 15px;
	height: 8px;
	display: inline-block;
	background-image: url(../img/recruit/rShape1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#recruit .re2 .re2_1 .re2_1_1 .re2_1_1_2:before {
	width: 15px;
	height: 8px;
	display: inline-block;
	background-image: url(../img/recruit/rShape2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
 .tab {
        width: 100%;
        /* background: #eee; */
    }

 .tab li {
        float: left;
        padding: 5px 10px;
        cursor: pointer;
    }

  .tab li.active{
        background: linear-gradient(-40deg, #960A0C, #CF161A);
        color: white;
    }

 .tab::after {
        content: ' ';
        display: block;
        clear: both;
    }

 .tab-body {
        position: relative;
        /* margin: 10px; */
    }

 .tab-body li {
        position: relative;

        display: none;
    }

 .tab-body li.active {
        display: block;
    }

/* 移动端 */
#recruit_app{
	padding: 20px 20px 20px 20px;
}
#recruit_app .app_content{
	display: flex;
	padding: 20px 20px 20px 20px;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-image: url(../img/recruit/recruit_bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100% 100%;
	overflow: hidden;
}
#recruit_app .app_desTitle{
	text-align: left;
	margin-top: 10px;
	font-size: 15px;
}
#recruit_app .re2_1_1_2{
	width: 15px;
	height: 8px;
	display: inline-block;
	background-image: url(../img/recruit/rShape2.png);
	background-color: red;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
/* 折叠列表 */
ul {
	list-style-type: none;
	
}
#recruit .re2 .re2_1 ul li,#recruit_app ul li{
	padding: 5px 5px 5px 5px;
	
}

 .accordion {
 	width: 100%;
 	/* max-width: 360px; */
	/* padding: 20px 20px 20px 20px; */
 	margin: 30px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	/* border-bottom: 1px solid #CCC; */
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-sort-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	background: linear-gradient(-40deg, #960A0C, #CF161A);
	color: white;
}

.accordion li.open i {
	color: white;
}
.accordion li.open i.fa-sort-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	font-size: 14px;
	margin-top: 10px;
	border: 1px solid rgb(249,221,221);
 }

.tab-body{
  border: 1px solid #F5DEDE;
}

.re1_2_2 p {
  margin-bottom: 0;
}

