.banner_case{
	/*margin-top:88px;*/
}
.swiper-container{
	width: 100%;
	height: 580px;
	
	position: relative;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:15px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #905821;
}
.bannerimg {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:9999;
}
.zxzw-container {
	height: 528px;
    background-attachment: fixed;
    width: 100%;
    overflow:hidden;

}
.zxzw-container  h2{
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	margin:30px 0;
}
.job-card {
    width: 382px;
	height: 160px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    float: left;
}
.job-card:hover{
	box-shadow: 0 0 10px #cdcdcd;
}
.job-card:nth-child(4n){
	margin-right:0px;
}
.job-card .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:16px 24px;

}
.job-card .job-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.job-card .job-details {
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom:16px;
    text-indent: 24px;
}
.job-card .job-salary {
    font-size: 18px;
	color: #0253C7;

}
.job-card .unit .company-logo {
	display: block;
    width: 33px;
	height: 33px;
	background: #FFFFFF;
	border-radius:50%;
	border: 1px solid #F1F1F1;
}
.job-card .unit .company-name{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	margin-left: 10px;
}
.job-card .unit{
	display: flex;
	align-items: center;
	justify-content: left;
	height: 66px;
    margin:0 25px;
}
.more-link {
    display: block;
    text-align: center;
    margin: 20px 0 30px 0;
    text-decoration: none;
    font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}
.more-link:hover{
	font-weight: bold;
	transition: all 0.3s;
	color: #ffffff;

}



.tab-container {
    /*background: url(../images/xydt-bg.png) no-repeat center;*/
    /*background-size: cover;*/
    height: 478px;
    /*margin-top: -20px;*/
    overflow:hidden;
}
.tab-container .width1560{
	width: 1560px;
}
.tab-container .header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 10px;
    margin: 63px auto 0;
    width: 500px;
}
.tab-container .header a {
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    height: 50px;
}
.tab-container .header a.active {
    color: #0253C7;
    position:relative;
}
.tab-container .header a.active::after{
	content: '';
	position: absolute;
	left: 30%;
	bottom: 0px;
	width: 44px;
	height: 6px;
	background: linear-gradient( 90deg, #0253C7 0%, rgba(2,83,199,0.2) 100%);
	border-radius: 0px 0px 0px 0px;
}
.tab-container .content {
    display: none;
}
.tab-container .article {
	display: block;
   	width: 48%;
	height: 140px;
    border-bottom: 1px solid #D9D9D9;
    float: left;
}
.tab-container .article:nth-child(2n){
	float: right;
}
.tab-container .article .box{
	padding: 15px 20px;
	overflow:hidden;
	display: flex;
}
.tab-container  .article .box .img {
    width: 133px;
    height: 110px;
}
.tab-container  .article .box .img img{
	width: 133px;
    height: 110px;
    object-fit: cover;
    overflow:hidden;
}
.tab-container .article:hover{
	background: #FFFFFF;
	box-shadow: 0px 4px 50px 0px rgba(0,0,0,0.25);
	border-bottom: 1px solid #fff;
	transition: all 0.3s linear;
}
.tab-container  .article:hover .box .img img{
	transform: scale(1.08);
    transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
}
.tab-container .article:hover  h3{
	color: #0253C7;
	transition: all 0.3s;
	font-weight: bold;
}
.tab-container  .article .box div.con{
	flex: 1;
	margin-left: 20px;
}
.tab-container .article h3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 21px;
}
.tab-container .article p {
    font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 16px;
	margin-top: 10px;
}




.rctj-container .header {
    text-align: center;
  	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 26px;
	color: #333333;
   	margin:40px 0 30px 0;
}
.rctj-container .candidates {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.rctj-container .candidate {
   	width: 252px;
	height: 251px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.rctj-container .candidate .img  {
    width: 80px;
    height:80px;
    border-radius: 50%;
    overflow:hidden;
    margin:35px auto 0;
    background-color: blue;
}
.rctj-container .candidate .img  img{
	width: 80px;
    height:80px;
    object-fit: cover;
}

.rctj-container .candidate .education{
	display: flex;
	align-items: center;
	justify-content: center; 
	font-size: 14px;
	color: #999999;
}
.rctj-container .candidate .education span{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	padding: 0 10px;
}
.rctj-container .candidate h3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	padding: 10px 0;
    font-size: 18px;
    text-align: center;
}
.rctj-container .candidate p {
    font-size: 14px;
    color: #666;
    text-align: center;
}
.rctj-container .candidate a {
    font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #0253C7;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.rctj-container .more1 {
    text-align: center;
    margin-top: 20px;
}
.rctj-container .more1 a {
    font-family: Microsoft YaHei, Microsoft YaHei;
	font-size: 18px;
	color: #0253C7;
}


.yzqy-container .header {
    text-align: center;
  	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 26px;
	color: #333333;
    margin: 40px 0 0px 0;
}




.picMarquee-left{ overflow:hidden; position:relative; max-width: 1920px; margin:0 auto; }
.picMarquee-left .bd{    }

.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{  float:left; _display:inline;text-align:center;  }
.picMarquee-left .bd ul li {
	width:220px; 
	height:150px;
}
.picMarquee-left .bd ul li .pic{ text-align:center;  width:220px; height:88px;margin-top: 25px;}
.picMarquee-left .bd ul li .pic img{ width:220px; height:88px; display:block;  }
.picMarquee-left .bd ul li:hover .pic{  background: #FFFFFF;
box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.25);
border-radius: 0px 0px 0px 0px;}




.flash4{
	width:1560px;
	height:250px;
	margin:30px auto;
	position:relative;
}
.flash4 ul li{
	width:203px;
	height:250px;
	position:relative;
	overflow:hidden;
	float:left;
	margin-left:9px;
	cursor: pointer;
}
.flash4 ul li:nth-child(1){
	margin-left:0px;
}
.flash4 ul li .imgTop{
	width: 100%;
   height:250px;
}
.flash4 ul li .imgTop img.tm{
	opacity:1;
}
.flash4 ul li .imgCon{
	width:446px;
	height:250px;
}
.flash4 ul li .imgCen{
	width:446px;
	height:50px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	font-size:20px;
	line-height:50px;
	position:absolute;
	left:0px;
	bottom:45px;
	text-indent:20px;
	display:none;
}
.flash4 ul li .imgBot{
	width:446px;
	height: 50px;
	background: linear-gradient( 90deg, rgba(0,0,0,0.2) 0%, rgba(102,102,102,0.1) 100%);
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow:hidden;
}
.flash4 ul li .imgBot a{
	display: block;
	width: 88%;
	margin-left: 2.5%;
}
.flash4 ul li.active .imgBot a{
	margin-left: 5%;
}
.flash4 ul li .imgBot .bt_1{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
}

.flash4 ul li .imgBot p.bt_2{
	display:none;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
}
.flash4 ul li.active .imgBot p.bt_2{
	display: block;
} 
.flash4 ul li .imgBot p.bt_2 span{
	font-size:14px;
	color:#fff;
	padding-right:30px;
	/*background:url(../images/part2_icon.png)no-repeat left center;*/
	padding-left:10px;
}

.flash4 ul li.first{
	width:446px;
	
}
.flash4 ul li.fast{
	position:absolute;
	right:0px;
	bottom:0px;
}

.xyfg-container .header{
	text-align: center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	margin:40px 0 30px 0;
}
.xyfg-container .more1 {
    text-align: center;
    margin-top: 20px;
}
.xyfg-container .more1 a {
   font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #0253C7;
}

.more1 a:hover{
	font-weight: bold;
}




.picMarquee-left3{
    width: 1560px;
    overflow: hidden;
    position: relative;
    display: none;
}

.picMarquee-left3 .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}



.picMarquee-left3 .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picMarquee-left3 .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left3 .bd ul li .pic {
    text-align: center;
}

.picMarquee-left3 .picList li{
	width: 325px;
	float: left;
}
.picMarquee-left3 .picList li .imgTop{
	width: 100%;
	height: 219px;
}
.picMarquee-left3 .picList li .imgBot{
	width: 100%;
}


.picMarquee-left3 .bd ul li .bt_1 {
    padding-top: 10px;
    font-size: 16px;

}
.picMarquee-left3 .bd ul li:hover .bt_1{
	color: #0253C7;
}