@charset "UTF-8";
@font-face {
	font-family: "HelveticaNeueMed";
	src: url("../font/HelveticaNeueMed.woff2") format("woff2"),
		url("../font/HelveticaNeueMed.woff") format("woff"),
		url("../font/HelveticaNeueMed.ttf") format("truetype"),
		url("../font/HelveticaNeueMed.eot") format("embedded-opentype"),
		url("../font/HelveticaNeueMed.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
/***************公司简介***************/
.sub-about{
	padding: 80px  0;
	position: relative;
	overflow: hidden;
}
.sub-about .about-left{
	width: 36.66%;
	float: right;
	padding-top: 15px;
}
.sub-about .about-title-en{
	font-family: "HelveticaNeueMed";
	font-size: 36px;
	text-align: left;
	text-transform: uppercase;
	color: #e0dddd;
}
.sub-about .about-title h3{
	font-size: 36px;
	color: #00409a;
	font-weight: normal;
	padding: 5px 0;
}
.sub-about .about-content .about-title{
	margin-top: 0;
}
.sub-about .about-right{
	padding-top: 0;
}
.sub-about-content{
	font-size: 15px;
	line-height: 32px;
	padding: 40px 0 0 0;
}
  
/***************企业文化***************/
.sub-about-title{
	text-align: center;
	font-size: 36px;
	color: #333333;
}
.sub-about-title span{
	display: block;
	clear: both;
	width: 40px;
	height: 2px;
	background: #04449c;
	margin: 28px auto;
}
.culture-bg{
	width: 100%;
	background: url(../images/whbg.jpg) no-repeat left  top;
	padding: 50px 0;
}
.culture-bg .swiper-container{
	margin-top: 35px;
}
.culture-bg .swiper-container .title{
	color: #333333;
	font-size: 18px;
	margin: 20px 0;
	text-align: center;
}
.culture-bg .swiper-container .swiper-slide:hover .title{
	color: #04449c;
}
.culture-bg .pic {
	width: 100%;
	overflow: hidden;
	transition: all 0.6s;
	height: 0;
	padding-bottom: 62.23%;
	overflow: hidden;
	position: relative;
}

.culture-bg .pic img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
}

.culture-bg .pic:hover img {
	transform: scale(1.2);
}
.culture-bg .pic .txt-box{
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 18px;
	background: rgba(4,68,156,.75);
	color: #fff;
	bottom: 0;
	text-align: center;
	padding: 0;
	transition: all .6s;
	opacity: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.culture-bg .pic:hover .txt-box{
	opacity: 1;
}
.culture-bg .pic .txt-box p{
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	width: 80%;
	margin: 0 auto;
}
.culture-bg .swiper-pagination{
	opacity: 0;
}
/***************机构资质***************/
.sub-honor{
	padding: 50px 0;
}
.sub-honor-swiper{
	margin-top: 50px;
	position: relative;
}
#honorSwiper{
	width: 88%;
	margin: 0 auto;
	padding: 10px;
}
#honorSwiper .swiper-slide{
	width: 302px;
}
#honorSwiper img{ 
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}
#honor-prev,
#honor-next{
	width: 28px;
	height: 58px;
	background: none;
	outline: none;
}
#honor-next{ 
	right:0%;
}
#honor-prev{
	left:0%;
}
#honor-prev i,
#honor-next i{
	font-size: 38px;
}
#honor-prev i:hover,
#honor-next i:hover{
	color:#288ce3 ;
}

/***************人才招聘******************/
.sub-recruitment{
	padding-bottom: 40px;
}
.recruitment-list{
	margin-top: 45px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.recruitment-list .list{
	margin-bottom: 1px;
}
.recruitment-list h3{
	width: 100%;
	line-height: 54px;
	background: #f1f1f1 url(../images/zp-plus.png) no-repeat right 24px center;
	font-size: 18px;
	color: #2761b1;
	padding-left: 38px;
	cursor: pointer;
	transition: all .5s ease;
}
.recruitment-list h3.on{
	background: #2761b1 url(../images/zp-jianhao.png) no-repeat right 24px center;
	color: #fff;
	transition: all .5s ease;
}
.recruitment-list ul{
	padding: 30px 62px 42px 36px;
	background: #f8f8f8;
	margin-bottom: 5px;
	display: none;
}
.recruitment-list ul li{
	
}
.recruitment-list ul li .content{
	width: 100%;
	overflow: hidden;
	position: relative;
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}

.recruitment-list ul li .content .bt{
	color: #222222;
	margin-bottom: 15px;
	display: block;
}
.recruitment-list ul li .an{
	display: block;
	width: 153px;
	line-height: 40px;
	margin: 42px auto 0;
	border: 1px solid #2761b1;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	color: #2761b1;
}
.recruitment-list ul li .an:hover{
	background: #2761b1;
	color: #fff;
}
 
@media (max-width:1250px) {
 
	.sub-about .about-content .about-txt{
		margin-top: 30px;
	}
	.sub-about .about-title h3{
		font-size:24px;
	}
	
}
@media (max-width:1200px) {
 
}
@media (max-width:1025px) {
	.sub-about{
		padding: 40px 0;
	}
	.sub-about-content{
		padding-top:20px;
	}
	.about-box .about-right{
		width: 100%!important;
	}
	.sub-about-title{
		font-size: 26px;
	}
	.sub-about-title span{
		margin: 15px auto;
	}
	.culture-bg{
		padding: 30px 0;
	}
	.culture-bg .swiper-container{
		margin-top: 20px;
	}
}
@media (max-width:768px) {
	.sub-about .about-content .about-title{
		margin-top: 10px;
		margin-bottom: 0;
	}
	.sub-about .about-content .about-txt{
		margin-top: 15px;
		font-size: 14px;
		line-height: 22px;
	}
	.recruitment-list h3{
		padding-left: 15px;
	}
	.morethan1025{
		display: none!important;
	}
}
@media (max-width:767px) {
	.sub-about .about-title-en{
		font-size: 30px;
	}
	.sub-about{
		padding: 20px 0;
	}
	.culture-bg{
		padding: 20px 0 0 0;
	}
	.sub-honor{
		padding: 20px 0;
	}
	.sub-honor-swiper{
		margin-top: 30px;
	}
	.culture-bg .swiper-container .title{
		font-size: 14px;
		margin-top: 10px;
	}
	.culture-bg .pic .txt-box{
		font-size: 14px;
		line-height: 22px;
	}
	
	
}
@media (max-width:640px) {
	.sub-about{
		margin: 20px 0;
		position: inherit;
	}
	.about-box{
		padding-top: 0!important;
	}
	.sub-about .about-pic{
		width: 100%;
		margin-bottom: 30px;
	}
	.sub-about .about-content{
		width: 100%;
		height: auto;
		position: inherit;
		top: 0;
		background: none;
	}
	.sub-about .about-content .about-txt{
		width: 100%;
	}
	.sub-about .about-content .about-title {
		font-size: 18px;
		padding-top: 20px;
	}
	.sub-about .about-content .about-line{
		display: none;
	}
	.sub-about .about-title h3,
	.sub-about-title{
		font-size: 20px;
	}
	.sub-about .about-title-en{
		font-size: 26px;
	}
	
	#honor-prev{
		text-align: left;
		width: 22px;
	}
	#honor-prev  i{
		float: left;
		text-align: left;
		margin-left: -10px;
	}
	
	.recruitment-list h3{
		padding-left: 15px;
		font-size: 16px;
		word-break: keep-all;
	}
	.recruitment-list ul{
		padding: 15px;
	}
	.recruitment-list ul li .an{
		margin-top: 20px;
	}

 
}
@media (max-width:480px) {
	.recruitment-list h3{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		background-size: 15px 15px;
		background-position: right 10px center;
		overflow: hidden;
	}
	.recruitment-list h3.on{
		background-size: 15px 15px;
		background-position: right 10px center;
	}
	.recruitment-list ul li .an{
		font-size: 14px;
	}
}
@media (max-width:415px) {
	.recruitment-list h3{
		padding-right: 10%;
	}
}
 