
.w1400{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
}
.wow{
	visibility: hidden;
}
.ispc{
	display: block !important;
}
.ismob{
	display: none !important;
}
a:hover{
	color: #fccb01;
}

/* 工具类 */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 991px) and (min-width: 768px){
	.visible-sm {
	    display: block !important;
	}
	.hidden-sm {
	    display: none !important;
	}
}
@media (max-width: 767px){
	.visible-xs {
	    display: block !important;
	}
	.hidden-xs {
	    display: none !important;
	}
}
@media (max-width: 1199px) and (min-width: 992px){
	.visible-md{
    	display: inline-block !important;
	}
	.hidden-md{
    	display: none !important;
	}
}
@media (min-width: 1200px){
	.visible-lg{
    	display: inline-block !important;
	}
	.hidden-lg{
		display: none !important;
	}
}



.recruit-list {
    font-size: 0;
    margin-top: 0px;
    margin-bottom: 50px;
    border: 1px solid #dedede;
    padding-bottom: 5px;
}
.recruit-list li{
	position: relative;
}
.recruit-list li:after{
	content: '';
	display: block;
	position: absolute;
    width: 93.4%;
	height: 1px;
	background-color: #dedede;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.recruit-list .list-tit{
	background-color: #0a4f8a;
	padding: 0 10%;
	line-height: 66px;
}
.recruit-list span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
	width: calc(25% - 16px);
	line-height: 1.5;
}
.recruit-list .list-tit span:first-child,
.recruit-list .li-tit span:first-child{
	width: auto;
}
.recruit-list li .li-tit span{
	font-size: 16px;
	color: #262e37;
}
/*.recruit-list li .li-tit span:last-child{
	color: #159c52;
}*/
.li-tit{
	line-height: 70px;
	padding: 0 10%;
}
.li-con {
    padding: 0 4.2666666666666665%;
    background-color: #f1f9ff;
    margin: 0 auto;
    width: 93.4%;
    padding-bottom: 45px;
    display: none;
    box-sizing: border-box;
}
.li-con-top{
	padding: 34px 15px;
	border-bottom: 1px solid #4c545c;
}
.li-con-top span{
	display: inline-block;
	font-size: 14px;
	color: rgba(255,255,255,.6);
	padding: .75em 0;
	width: 25%;
}
.li-con-top span em{
	display: inline-block;
	font-style: normal;
	color: rgba(255,255,255,1);
}
.li-con-fot {
    padding: 22px 50px 44px;
    border-bottom: 1px solid #dedede;
}
.li-con-fot .li-con-tit{
	font-size: 16px;
	color: #1061a7;
}
.li-con-fot .li-con-desc{
	font-size: 14px;
	color: #262e37;
	line-height: 2;
	padding-top: 1em;
}
.rec-more{
	font-size: 14px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fcce01;
	color: #262e37;
	margin: 30px 0 0 15px;
}

/*人才理念*/
.talent-a{
	padding-top: 80px;
}
.talent-a h2{
	margin-bottom: 20px;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}
.talent-a .txt{
	width: 60%;
	padding-left: 17%;
	font-size: 16px;
	color: #dfe8f0;
	line-height: 1.8;
	text-align: justify;
}
.talent-a .txt p span{
	color: #fbcf0d;
}
.talent-a .txt p.p1{
	margin-top: 15px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.talent-a .txt:before{
	content: "";
	position: absolute;
	width: 20%;
	height: 3px;
	background: #fbcf0d;
	left: 0;
	top: 15px;
}
.talent-b{
	margin-top: -10%;
	width: 100%;
	overflow: hidden;
}
.talent-b img{
	position: relative;
	width: 100%;
}
.talent-c{
	padding: 155px 0 120px;
}
.talent-c-a .txt{
	width: 57%;
	font-size: 15px;
	line-height: 1.8;
}
.talent-c-a .txt h2{
	margin-bottom: 10px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 3;
}
.talent-c-a .txt .line{
	margin-bottom: 36px;
	width: 50px;
	height: 3px;
	background: #fcce01;
}
.talent-c-a .txt p{
	margin-bottom: 15px;
	color: #dfe8f0;
	text-align: justify;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.talent-c-a .img{
	position: absolute;
	top: 0;
	right: 0;
	width: 36.8%;
}
.talent-c-b{
	margin-top: 77px;
	padding: 50px 20px;
	width: 84%;
	background: #fcce01 url(../img/bg19.jpg) no-repeat right bottom;
	box-sizing:border-box;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.talent-c-b li{
	float: left;
	width: 20%;
	height: 120px;
	text-align: center;
	border-right: 1px solid #e3bf20;
	box-sizing:border-box;
}
.talent-c-b li:last-child{
	border: none;
}
.talent-c-b li .box{
	margin: 0 auto;
	max-width: 150px;
}
.talent-c-b li .box h2{
	margin-bottom: 20px;
	font-size: 48px;
	color: #262e37;
	line-height: 1;
}
.talent-c-b li .box p{
	font-size: 15px;
	color: #262e37;
	line-height: 1.8;
}
.talent-c-c{
	margin-top: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 2;
}
.talent-c-c span{
	color: #fcce01;
}
.history{
	padding: 90px 0 160px;
}
.history-tit{
	width: 84.58333333333333vw;
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto;
}
.history-box{
	width: 84.58333333333333vw;
	margin: 4.1vw auto 0;
	text-align: center;
	position: relative;
}
.history-box .imgs .img1{
	width: 17.1875vw;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
} 
.history-box .imgs .img2{
	width: 36.45833333333333vw;
	float: center;
}
.history-box .text{
	position: absolute;
	width: 28vw;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	text-align: left;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
}
.history-box .year{
    font-size: 38vw;
    line-height: 39vw;
	color: #303943;
	font-family:HelveticaNeueLTCYR-Bd,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.history-box .imgs{
	width: 46.66666666666667vw;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.yearbox .year{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.yearbox .swiper-slide{
	position: relative;
    height: 34vw;
    overflow: hidden;
}
.history-box .control{
	max-width: 100%;
	margin-top: 54px;
}
.history-box .swiper-pagination{
	margin-top: 50px;
	position: static;
	max-width: 100%;
}
.history-box .swiper-pagination-bullet{
	width: auto;
	color: rgba(255,255,255,.3);
	font-size: 13px;
	height: auto;
	line-height: 2;
	padding: 0 11px 15px;
	position: relative;
	cursor: pointer;
	background: transparent;
	top: 0;
	margin: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	outline: none;
}
.history-box .swiper-pagination-bullet:after{
	content: '';
	display: block;
	position: absolute;
	width: calc(100% - 4px);
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	background: transparent;
}
.history-box .swiper-pagination-bullet-active{
	color: #fff;
}
.history-box .swiper-pagination-bullet-active:after{
	background-color: #fcce01;
}
.history-box .swiper-button-prev,
.history-box .swiper-button-next{
	width: 0.4rem;
	height: 0.6rem;
	background-size: 100% 100%;
}
.history-box .swiper-button-prev{
	left: -0.3rem;
}
.history-box .swiper-button-next{
	right: -0.3rem;
}
/*新闻详情*/
.newsinfo{
	background: #343e48;
	color: #fff;
	padding: 50px 50px;
}
.newsinfo .tit{
	text-align: center;
	font-size: 34px;
	line-height: 1.5;
}
.newsinfo .time{
	text-align: center;
    margin-top: 14px;
    font-size: 18px;
}
.newsinfo .con {
    margin-top: 30px;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    padding-bottom: 82px;
    border-bottom: 1px solid #505860;
}
.newsinfo .con p{
 	color: rgba(255,255,255,.8) !important;
}
.newsinfo .con img{
	max-width: 100%;
}
.newsinfo .pagin {
    padding: 20px 0;
}
.newsinfo .pagin .left {
    width: 70%;
    float: left;
}
.newsinfo .pagin .left a{
    display: block;
    font-size: 18px;
    color: rgba(255,255,255,.6);
    background: no-repeat left center;
    transition: all .5s ease-in;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newsinfo .pagin .left a:hover{
	color: rgba(255,255,255,1);
}
.newsinfo .pagin .return {
    vertical-align: middle;
    float: right;
    display: inline-block;
    font-size: 18px;
    color: #262e37;
    background-color: #fcce01;
    width: 169px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    border-radius: 10px;
}

/*应聘表单*/
.recruitdtl {
    width: 100%;
    padding: 90px 0 100px;
    background: #262e37;
    overflow: hidden;
}
.recruitdtl-box{
    max-width: 1400px;
    margin: 0 auto;
    /*background: #262e37;*/
}
.applay-tb{
    width: 960px;
    margin: 0 auto;
    color: #fcce01;
}
.applay-tb .spred {
    font-size: 18px;
    font-family: Arial;
    color:#F00;
    margin-left: 12px;
}
.applay-tb {
    border:0;
    border-width: 0 0 1px 1px;}
.applay-tb  td {
    padding: 8px 6px;
    border:0;
    border-width:1px 1px 0 0;
    font-size: 14px;
}
.applay-tb  td {
    line-height: 1.8;
}
.applay-tb .applay-input{
    width: 200px;
    height:34px;
    padding: 8px 10px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #2d3640;
    box-shadow: 2px 2px 2px #2d3640 inset;
    background: #2d3640;
    font-size: 14px;
    box-sizing:border-box;
}
.applay-tb select.applay-input{
    height: 34px;
    width: 200px;
    -webkit-appearance: none;
}
.applay-tb textarea.applay-input{
    width: 840px;
    height: 100px;
    box-sizing:border-box;
}
.applay-tb .applay-input.code{
    width: 90px;
    margin-right: 8px;
}
.applay-tb .submit{
    width: 150px;
    height: 35px;
    background: #fcce01;
    font-size: 16px;
    color: #262e37;
    cursor: pointer;
    border: none;
}
/*.applay-tb .error {
    border-color: #fcce01;
}*/
.code-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    display: none;
    z-index: 99;
}
.code-bg img{
	display: block;
	margin: auto;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 200px;
}
.zanwu{
	color: #FFF;
}