/*位置*/
.wz_Box{
	width: 100%;
	min-width: 1200px;
	background-color: #f7f7f7;
	padding: 50px 0 40px;
}
.wz_box{
	width: 1200px;
	margin: 0px auto;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wz_title{
	position: relative;
}
.wz_title p{
	font-size: 28px;
	color: #cd0000;
	position: absolute;
	top: 0;
	left: 0;
}
.wz_title h2{
	font-size: 50px;
	color: #f2f2f2;
	text-indent: 25px;
}
.wz_div{
	display: flex;
	align-items: center;
}
.wz_div a{
	font-size: 14px;
	color: #666;
}
.wz_div a:last-child{
	color: #cd0000;
}
.wz_div span{
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

/*新闻轮播*/
.xw_box{
	width: 100%;
	min-width: 1200px;
	background-color: #f7f7f7;
	padding: 44px 0 76px;
}
.xw_lunbo{
	width: 1200px;
	height: 497px;
	background-color: #fff;
}
.xw_box .swiper-pagination{
	width: 1200px;
	margin: 25px auto 0;
/* 	display: flex;
	justify-content: center;
	left: 50%;
	margin-left: -600px; */
}
.xw_box .swiper-pagination span{
	margin: 0 5px;
	opacity: 1;
	background-color: #666;
}
.xw_box .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #cd0000;
}

/*招聘选项*/
.zp_tab{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.zp_tab a{
	width: 398px;
	line-height: 48px;
	text-align: center;
	background-color: #b6b6b6;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.zp_tab_style{
	background-color: #cd0000 !important;
}


.zw_list{
	width: 1200px;
	margin: 0 auto;
	display: none;
}
.zw_show{
	display: block;
}
/*职位搜索*/
.ss_box{
	width: 1200px;
	margin: 33px auto 40px;
}
.ss_box form{
	display: flex;
	align-items: center;
	border: 1px solid #cd0000;
}
.ss_box form p{
	width: 114px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #333;
	border-right: 1px solid #ccc;
}
.ss_box form input{
	width: 891px;
	padding-left: 34px;
	font-size: 16px;
	color: #333;
}
.ss_box form button{
	width: 158px;
	line-height: 48px;
	font-size: 20px;
	color: #fff;
	text-align: right;
	padding-right: 20px;

	border: 0;
	background: url(../images/ss.png) 26px 12px;
	background-color: #cd0000;
	background-repeat: no-repeat;
	/* background-position: left 26px center; */
}

/*职位列表*/
.lb_tab{
	width: 1180px;
	line-height: 50px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #f3f3f3;
	display: flex;
	align-items: center;
}
.lb_tab p{
	width: 348px;
	font-size: 16px;
	color: #333;
}
.lb_tab p:nth-child(2){
	width: 186px;
}
.lb_tab p:nth-child(3){
	width: 223px;
}
.lb_tab p:nth-child(4){
	width: 197px;
}

.lb_ul{
	width: 1200px;
	margin: 0 auto;
}
.lb_up{
	height: 77px;
	display: flex;
	align-items: center;
	position: relative;
}
.lb_up label{
	width: 330px;
	font-size: 14px;
	color: #0011eb;
	display: flex;
	align-items: center;
}
.lb_up label input{
	margin-right: 10px;
}
.lb_up p{
	width: 166px;
	font-size: 14px;
	color: #333;
}
.lb_up p:nth-child(3){
	width: 208px;
}
.lb_up p:nth-child(4){
	width: 175px;
}
.lb_up div{
	width: 18px;
	height: 9px;
	position: absolute;
	top: 39px;
	right: 16px;
}
.lb_base{
	border: 1px solid #ccc;
	padding: 0 35px;
	position: relative;
	display: none;
}
.lb_base:before{
	position: absolute;
	top: -8px;
	left: 56px;
	content: "";
	width: 13px;
	height: 8px;
	background-image: url(../images/ny3_111.png);
	background-repeat: no-repeat;
	background-position: center;
}
.lb_base_title{
	font-size: 14px;
	color: #333;
	padding: 20px 0 10px;
}
.lb_base_list{
	margin-bottom: 25px;
}
.lb_base_list p{
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.lb_base .lb_btn{
	display: block;
	width: 174px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 10px;
	margin: 20px auto 17px;
	border: 0;
	background-color: #cd0000;
}
.lb_qx{
	margin: 20px 0;
	display: inline-block;
	font-size: 14px;
	color: #333;
}
.lb_qx input{
	margin-right: 10px;
}
.lb_page{
	display: flex;
	justify-content: center;
	margin: 0 0 40px;
}
.lb_page li{
	line-height: 32px;
	padding: 0 10px;
	border: 1px solid #999;
	font-size: 14px;
	color: #999;
	margin: 0 3px;
}
.lb_page li a{
	color: inherit;
}
.lb_page_style{
	color: #cd0000 !important;
	border: 1px solid #cd0000 !important;
}

/*简历投递*/
.td_box{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 11;
	display: none;
}
.td_centent{
	width: 560px;
	height: 480px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -215px;
	margin-left: -280px;
}
.td_title{
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
	line-height: 45px;
	background-color: #666;
}
.td_form{
	display: block;
	width: 415px;
	height: 362px;
	margin: 0 auto;
	padding: 23px 0 0;
	position: relative;
}
.td_one{
	/*display: flex;*/
	float: left;
	align-items: center;
	margin-bottom: 15px;
}
.td_one p{
	float: left;
	width: 80px;
	margin-right: 10px;
	font-size: 14px;
	color: #333;
	text-align: right;
}
.td_one p span{
	color: #cd0000;
}
.td_one input{
	width: 320px;
	border: 1px solid #ccc;
	line-height: 32px;
	padding-left: 10px;
	height: 32px;
	float: left;
}
.td_tow label{
	width: 70px;
	/*display: flex;*/
	float: left;
	align-items: center;
	margin: 0 30px 0 0;
}
.td_sc{
	font-size: 14px;
	color: #0005e5;
}
.td_btn{
	width: 112px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #cd0000;
	border: 0;
	border-radius: 10px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -56px;
}



.swiper-pagination7{
	text-align: center;
	width: 100%;

}
.swiper-pagination7 .swiper-pagination-switch{
width: 9px;
height: 9px;
border-radius: 50%;
behavior: url(pie/PIE.htc);
display: inline-block;
}
.swiper-pagination7 .swiper-active-switch{
	background-color: #cd0000 !important;
}