.banner {
	position: relative;
	height: 398px;
}

.banner .banner-item {
    width: 100%;
    height: 100%;
}

.banner .banner-item img {
	width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 0;
}

.header {
  position: relative;
  background-color: #101937;
}

.section1 .section-title {
    line-height: 134px;
}

.section1 .backgroud-image,.section1 .backgroud-image img {
	width: 100%;
}

.section1 .section-box {
  padding-top: 90px;
  padding-bottom: 139px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(images/background_text.jpg);
  height: 469px;
}

.section1 .section-box .section-content {
  text-align: center;
}

.section1 .section-box .section-content p {
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 48px;
}

.section1 .section-box .section-content img {
  margin-top: 24px;
}

.section2 {
	background: #f7f7f7;
}

.section2 .section-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

.section2 .section-content a {
	margin-bottom: 43px;
	border: solid 1px #FFFFFF;
}

.section2 .section-content a:hover {
	box-shadow: 0px 20px 24px 0px 
		rgba(63, 70, 88, 0.35);
	border: solid 1px #2354d5;
}

.section2 .section-content a img {
	width: 574px;
	height: 233px;
}

/*.section2 .section-content a:last-child {*/
/*	margin-bottom: 58px;*/
/*}*/

/*.section2 .section-content a:last-child img {*/
/*	width: 1198px;*/
/*}*/

.section3 {
	padding-bottom: 30px;
}

.section3 .recruitment-detail {
	padding-top: 10px;	
}

.section3 .recruitment-detail .recruitment-post {
	height: 64px;
	background: url(images/background_title.png);
	background-repeat: no-repeat;
}

.section3 .recruitment-detail:first-child .recruitment-post {
	margin-top: 55px;
}

.section3 .recruitment-detail .recruitment-post p {
	font-family: Microsoft YaHei;
	font-size: 30px;
	color: #2354d5;
	line-height: 105px;
	font-weight: bold;
	margin-left: 58px;
	line-height: 44px;
}

.section3 .recruitment-content {
	position: relative;
	margin-left: 60px;
	padding-bottom: 55px;
	margin-top: 70px;
}

.section3 .recruitment-detail div:nth-of-type(2) {
	margin-top: 50px;
}

.section3 .recruitment-content p {
	font-family: AlibabaPuHuiTiR;
	font-size: 28px;
	color: #323232;
}

.section3 .recruitment-content p:first-child {
	font-family: AlibabaPuHuiTiM;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 14px;
}

.section3 .recruitment-content p:last-child {
	font-family: AlibabaPuHuiTiRily;
	font-size: 16px;
	line-height: 48px;
	color: #333333;
	font-weight: bold;
}

.section3 .recruitment-content ul {
	margin-top: 26px;
}

.section3 .recruitment-content ul:first-of-type {
	margin-bottom: 60px;
}

.section3 .recruitment-content li{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 48px;
	color: #333333;
}

.section3 .border-bottom:after {
	content: '';
	position: absolute;
	left: 10%;
	bottom: 0;
	right: auto;
	height: 1px;
	width: 80%;
	background-color: #eaeaea;
}
.section3 .recruitment-detail .border-bottom:last-child:after {
	height: 0;
}

.section4 {
	width: 100%;
	height: 741px;
	background: url(images/backgroung_fldy.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section4 .section-title {
	line-height: 132px!important;
}

.section4 .section-content ul,.section4 .section-content p {
	margin-left: 170px;
	font-size: 16px;
	line-height: 48px;
	color: #333333;
}

.section4 ul {
	margin-top: 90px;
	font-weight: bold;
	margin-bottom: 60px;
}

