.animated{
	opacity: 0;
}
/*banner*/
.banner {
	width: 100%;
	height: 520px;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	overflow: hidden;
}
.banner .inner {
	width: 1400px;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.banner .banner_border {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0;
	position: absolute;
	inset: 0;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.banner.fix .banner_border {
	border-width: 60px 60px 0px;
}
.banner .banner_text {
	position: relative;
	z-index: 3;
}
.banner .banner_text h2 {
	color: #fff;
	font-size: 48px;
	line-height: 1.1;
	font-weight: bold;
}

/*main*/
.main{
	padding: 4.375% 0 10.2%;
}
.main .inner {
	width: 1400px;
}
.main .select-box{
	position: relative;	
	margin-bottom:26px;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	display: -webkit-flex; /* Safari */display: flex;flex-direction:row;flex-wrap:wrap;align-items:center; justify-content:flex-start; 
}
.main .select-box select{
	font-size: 16px;
	color: #333;
	padding: 0 22px;
	 width: 240px;
	height: 38px;
	line-height: 36px;
	border-radius:5px;
	border: #a1a1a1 solid 1px; background-image: url(../images/recruit_select_tri.png); background-repeat: no-repeat; background-position: 95% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	
}
.main .select-box select:last-child{ margin-left: 10px;}
.main .select-box select.rotate{background-image: url(../images/recruit_select_tri1.png);}
.main .select-box img{
	width: auto;
	height: 0.3em;
	position: absolute;
	right: 1.3em;
	top: 50%;
	margin-top: -0.15em;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
}
.main .select-box img.rotate{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.main .table-box{
	font-size: 18px;
}
.main .thead-box{
	background-color: #fafafa;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content:space-between;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content:space-between;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content:space-between;
	flex-direction: row;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	height: 4.44em;
}
.main .line-box{
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content:space-between;
	-o-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content:space-between;
	flex-direction: row;
	-webkit-transition: background-color 0.3s,border-color 0.3s;
	-moz-transition: background-color 0.3s,border-color 0.3s;
	-ms-transition: background-color 0.3s,border-color 0.3s;
	-o-transition: background-color 0.3s,border-color 0.3s;
	transition: background-color 0.3s,border-color 0.3s;
	height: 6.56em;
}
.main .tbody-box.active .line-box,.main .line-box:hover{
	border-color: #b71b30;
	background-color: #b71b30;
}
.main .column{
	color: #333;
	padding: 0 3.5%;
	line-height: 1.6666;
}
.main .tbody-box.active .line-box .column,.main .line-box:hover .column{
	color: #fff;
}
.main .column:nth-child(1){
	width: 35%;
}
.main .column:nth-child(2){
	width: 28%;
}
.main .column:nth-child(3){
	width: 27%;
}
.main .column:nth-child(4){
	width: 10%;
}
.main .line-box .tri{
	width: 0.7em;
	background-repeat: no-repeat;
	background-image: url(../images/recruit_table_tri_bg.png);
	background-size: 100% auto;
	background-position: center top;
	vertical-align: middle;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
}
.main .tbody-box.active .line-box .tri,.main .line-box:hover .tri{
	background-position: center bottom;
}
.main .tbody-box.active .line-box .tri{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.main .detail-box{
	background-color: #fafafa;
	padding: 2.786% 0 3.14%;
	display: none; position: relative; padding-bottom: 130px;
}
.main .detail-box .box{
	width: 50%;
	padding: 0 3.5%;
	float: left;
}
.main .detail-box h5{
	color: #333;
	font-weight: normal;
	font-size: 1.56em;
	margin-bottom: 0.36em;
}
.main .detail-box p,.main .detail-box .box{
	font-size: inherit;
	color: #000;
	padding-left: 1.5em;
	line-height: 1.666;
}
.main .detail-box p span,.main .detail-box .box span{
	margin-left: -1.5em;	
}
.main .detail-box .mail{
	display: block;
	font-size: 18px;
	color: #fff;
	background-color: #b71b30;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-top-right-radius: 30px; position: absolute;
	left: 3.5%; /*bottom: 60px;*/bottom: 40px;
}
.tip{color: #666;font-size: inherit;line-height: 1.666;position: absolute;
	/*left: 3.5%; bottom: 20px;*/ left: 15%; bottom: 40px;}
.search-box1{display: -webkit-flex; /* Safari */display: flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start; justify-content:flex-start;  }
.tab-box{display: -webkit-flex; /* Safari */display: flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start; justify-content:flex-start; margin-bottom: 16px; }
.tab-box.last{ margin-bottom: 36px;}
.select_text{ color: #333; font-size: 20px; line-height: 38px; margin-right: 22px; }
.tab_a{ width: 90%; display: -webkit-flex; /* Safari */display: flex;flex-direction:row;flex-wrap:wrap;align-items:center; justify-content:flex-start;}
.tab_a a{ display: inline-block;color: #333; font-size: 16px;height: 38px;
	line-height: 36px;
	border-radius:5px;
	border: #a1a1a1 solid 1px; width: 140px; text-align: center; margin-right: 10px; margin-bottom: 10px;}
.tab-box.last .tab_a a{ width:123px;}
.tab_a a.active{ background-color:#b71b30; color: #fff;}

.search-box{ width:490px; margin-bottom: 26px;
	font-size: 16px;
	color: #333;
	padding: 0 42px 0 22px;
	height: 38px;
	line-height: 36px;
	border-radius:5px;
	border: #a1a1a1 solid 1px; position: relative;}
.search-box input{ position: absolute; left:22px; top: 0; width:86%;font-size:16px;height: 36px;line-height: 34px; background-color:transparent;}
.search-box img{ 
	width: auto;
	height:14px;
	position: absolute;
	right: 19px;
	top: 50%;
	margin-top: -7px;
}
.search-none{ display: none; color: #666; font-size: 16px; line-height: 2; text-align: center; width: 100%; height:300px; }
.kg{ display:inline-block; width: 36px;}
@media only screen and (max-width:1600px) {/*X0.8*/
	/*banner*/
	.banner.fix .banner_border {
		border-width: 48px 20px 0;
	}

	.banner .banner_text h2 {
		font-size: 38px;
	}
	/*main*/
	.main .select-box{
		font-size:16px;
	}
	.main .select-box{	margin-bottom:20px;}
	.main .select-box select{
	font-size: 16px;
	}
	.select_text{  font-size: 18px; }
	.main .table-box{
		font-size: 16px;
	}
	.main .thead-box{

		height: 4em;
	}
	.main .line-box{
		height: 5em;
	}
	.main .detail-box{ padding-bottom:150px;}
	.main .detail-box h5{
		font-size:22px;
		margin-bottom: 0.36em;
	}
	.main .detail-box p,.main .detail-box .box{
		font-size: inherit;
		color: #000;
		padding-left: 1.5em;
		line-height: 1.666;
	}
	.main .detail-box p span,.main .detail-box .box span{
		margin-left: -1.5em;	
	}
	.main .detail-box .mail{
		font-size: 16px;
		width: 120px;
		height: 40px;
		line-height: 40px;
		bottom: 36px;

	}
	.tip{left: 15%; bottom: 36px;}
	
	.search-box{ width:491px;}
	.search-none{ height:200px; }
}

@media only screen and (max-width:1440px) {
	/*banner*/
	.banner {
		height: 410px;
	}

}
@media only screen and (max-width:1366px) {
	.tip{left:16%; bottom: 36px;}
}
@media only screen and (max-width:1280px) {
	.tip{left:17%;}
	.search-none{ height:100px; }

}
@media only screen and (max-width:1151px) {

	.tab_a{ width:86%;}

}
@media only screen and (max-width:1024px) {/*X0.5*/
	/*banner*/
	.banner {
		height: 280px;
	}
	.banner.fix .banner_border {
		border-width: 30px 20px 0px;
	}
	.banner .banner_text h2 {
		font-size: 2.8rem;
	}

	
	/*main*/
	.main{
		padding: 50px 0 100px;
	}

	.main .select-box{
	margin-bottom:12px;
}
.main .select-box select{width: 120px; background-size: 8px auto;
	font-size: 1.3rem;
	padding: 0 10px;
	 
	height: 32px;
	line-height: 30px;
	border-radius:5px;
}
	.main .select-box select:last-child{ margin-left: 5px;}
	.select_text{ font-size:1.5rem; margin-right: 10px;}
	.main .select-box img{
		height: 0.3em;
		right: 1.3em;
		margin-top: -0.15em;
	}

	.main .table-box{
		font-size: 1.4rem;
	}
	.main .thead-box{
		height: 40px;
	}
	.main .line-box{
		height:auto; padding: 15px 0;
		-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
	}
	.main .line-box:hover{
		border-bottom: 1px solid rgba(0,0,0,0.1);
		background-color:#fff;
		color:#333;
	}
	.main .column{
		color: #333;
		padding: 0 8px;
		line-height: 1.4;
	}
	.main .line-box:hover .column{
		color: #333;
	}
	.main .line-box .tri{
		width:16px;
	
	}
	.main .line-box:hover .tri{
		background-position: center top;
	}

	.main .detail-box{
	
		padding: 2.786% 0 3.14%; padding-bottom: 80px;

	}
	.main .detail-box .box{
		width: 50%;
		padding: 0 8px; margin-bottom: 20px;
		
	}
	.main .detail-box h5{
		font-size: 1.9rem;
		margin-bottom: 10px;
	}
	.main .detail-box p,.main .detail-box .box{
		font-size:1.4rem;
		padding-left: 1.5em;
		line-height: 1.666;
	}
	.main .detail-box p span,.main .detail-box .box span{
		margin-left: -1.5em;	
	}
	.main .detail-box .mail{	
		font-size:1.4rem; left: 8px;	
		width: 120px;
		height: 40px;
		line-height: 40px;

		border-top-right-radius: 0.8333em;
		bottom: 20px;
	}
	.tip{font-size:1.4rem;line-height: 1.666; bottom: 20px;}
	
	.tab-box{ margin-bottom: 10px; }
	.tab-box.last{ margin-bottom: 18px;}
	.select_text{ font-size: 1.5rem; line-height: 32px; margin-right: 10px;}
	
	.tab_a a{ font-size: 1.3rem;height: 32px;
		line-height: 32px;
		width:100px;  margin-right:5px; margin-bottom: 5px;}
	.tab-box.last .tab_a a{ width:90px;}
	
	.search-box{ width:244px; margin-bottom:12px;
		font-size: 1.3rem;
		padding: 0 20px 0 10px;
		height: 32px;
		line-height: 30px;
		border-radius:5px;}
	.search-box input{ left:10px; font-size:1.3rem;height: 30px;line-height: 30px; }
	.search-box img{ 
		height:9px;
		right: 10px;
		margin-top: -4.5px;
	}
	.search-none{ font-size: 1.3rem;height:auto; }
	.kg{ width: 30px;}
}
@media only screen and (max-width:860px){
		.tip{ left: 20%;}
}
@media only screen and (max-width:768px){

	.main .detail-box .box{ width:100%;}
	.main .table-box{ font-size:1.2rem;}
	.main .detail-box{padding-bottom:60px;}
	.main .detail-box h5{ font-size:1.5rem;}
	.main .detail-box p,.main .detail-box .box{ font-size:1.2rem;}
	.tip{font-size:1.2rem;}
	
}
@media only screen and (max-width:767px){
	.main .line-box .tri{ width:8px;}
	.main .column:nth-child(4){ width: 5%; padding: 0;}
	.main .column:nth-child(3){ width: 20%;}
	.main .column:nth-child(2){ width: 36%;}
	.main .column:nth-child(1){ width: 39%;}
	.main .detail-box{ padding-bottom:80px;}
	.main .detail-box .mail{ bottom:40px;}
	.tip{ left: 8px; bottom: 15px;}
.tab_a{ width: 80%;}
	
}
@media only screen and (max-width:414px) {
	.banner {
		height: 300px;
	}
	.tab_a{ width:78%;}
	
}
@media only screen and (max-width:374px) {
	.main .select-box select{ width:100px;}
	.tab_a{ width:74%;}
	.search-box{ width:206px;}
}




