.page_box {
		background-color: #fff;
		margin: 0 auto;
		overflow-x: hidden;
	}

	.pageBox {
		position: relative;
		top: -120px;
	}

	.top_tap_box {
		width: 100%;
		line-height: 60px;
		height: 60px;
		vertical-align: top;
		padding-left: 20px;
		box-shadow: 2px 2px 4px #c1c1c1;
	}

	.top_tap_list {
		font-size: 18px;
		max-width: 1400px;
		width: 100%;
		margin: 0 auto;
	}

	.top_tap_list a {
		text-decoration: none;
		color: #777;
		width: 100px;
		text-align: center;
		display: inline-block;

	}

	.top_tap_box a.auto,
	.top_tap_box a:hover {
		color: #0074e5;
		border-bottom: 4px solid #0074e5;
		height: 60px;
		font-weight: 800;
	}

	.top_bg {
		width: 100vw;
		height: 20vw;
		vertical-align: top;
	}

	.article_content_box {
		max-width: 1400px;
		margin: 0 auto;
		width: 100%;
		padding: 30px 20px 50px;
		overflow: hidden;
	}

	.article_img {
		width: 100%;
		max-width: 1400px;
		margin: 20px auto 0;
	}

	.article_content_box .article_title {
		font-size: 30px;
		color: #0074e5;
		font-weight: bold;
	}


	.article_text {
		font-size: 14px;
		color: #555;
		line-height: 30px;
		margin-top: 10px;
		text-indent: 20px;
	}

	.article_content_li {
		padding: 20px 0;
	}

	@media (max-width:1200px) {
		.article_content_box {
			padding: 30px 1vw 10px;
		}
	}

	@media (max-width:500px) {
		.article_content_box {
			padding: 30px 2vw 10px;
		}

		.top_tap_box {
			display: none;
		}

	}


	/*  第一板块 ------------------------------------------------- */


	.culturalConceptBox {
		display: flex;
		padding-top: 20px;
	}

	._left_list {
		flex: 2;
	}

	._left_list ._left_li {
		border-left: 5px solid #F8F8F8;
		margin-top: 20px;
		color: #999;
		padding: 6px 0 6px 22px;
		line-height: 30px;
		font-size: 16px;
	}

	._left_list ._left_li ._left_li_title {
		font-size: 24px;
		color: #333;
		;
		padding: 0 0 5px 40px;
		background: url('../img/aboutUs/icon_1.png') no-repeat 0 6px;
	}

	._left_list ._left_li:nth-of-type(0) ._left_li_title {
		background-image: url('../img/aboutUs/icon_2.png');
	}

	._left_list ._left_li:nth-of-type(1) ._left_li_title {
		background-image: url('../img/aboutUs/icon_3.png');
	}

	._left_list ._left_li:nth-of-type(2) ._left_li_title {
		background-image: url('../img/aboutUs/icon_4.png');
	}

	._rigth_box {
		flex: 2;
		position: relative;
	}

	._rigth_box ._img {
		width: 100%;
		max-width: 600px;
		padding: 0;
	}

	@media (max-width:780px) {
		.culturalConceptBox {
			display: block;

		}

		._rigth_box ._img {
			max-width: 100%;
		}

	}

	/*  第二板块 ------------------------------------------------- */


	.developmentBox {
		height: 400px;
		background: url(../img/development_img.jpg) no-repeat center center;
		width: 100%;
		background-size: cover !important;
	}

	.development_box {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		/*border: 2px solid #aee;*/
		display: flex;
		position: relative;
	}

	.development_box .development_left_box {
		color: #fff;
		font-size: 30px;
		width: 25vw;
		max-width: 400px;
		line-height: 80px;
		height: 400px;
		overflow: hidden;
		text-align: right;
		padding-top: 136px;
	}

	.development_left_box .article_tap_list {
		position: relative;
		top: 0;
		transition: all 1s;
	}

	.development_box .development_left_box .article_tap_li.auto {
		font-size: 40px;
	}

	.article_content_list {
		flex: 1;
		overflow: hidden;
		padding-left: 12vw;
		height: 350px;
		margin-top: 25px;
		font-size: 18px;
		position: relative;
	}

	.article_content_list .article_content_li {
		color: #fff;
		font-size: 20px;
		padding: 0;
	}

	.article_content_title {
		line-height: 100px;
		color: #fff;
		font-size: 24px;
		left: 10vw;
	}

	.development_box .swiper-next {
		top: 120px;
		position: absolute;
		left: 5vw;
		width: 50px;
		height: 50px;
		z-index: 2;
		left: 5vw;
	}

	.development_box .swiper-next::after {
		position: relative;
		content: '';
		border-left: 2px solid #fff;
		border-top: 2px solid #fff;
		width: 10px;
		height: 10px;
		transform: rotate(45deg);
		display: block;
		left: 20px;
	}

	.development_box .swiper-prev {
		position: absolute;
		top: 180px;
		left: 5vw;
		width: 50px;
		height: 50px;
		z-index: 2;
	}

	.development_box .swiper-prev::after {
		position: relative;
		content: '';
		border-left: 2px solid #fff;
		border-top: 2px solid #fff;
		width: 10px;
		height: 10px;
		transform: rotate(-135deg);
		display: block;
		left: 20px;

	}
	@media (max-width:800px) {
		.development_box  {
			height: 400px !important;
		}
		.development_box .development_left_box {
			width: 21vw;
		}
		.article_content_list {
			padding-left: 15vw;
		}
	}

	@media (max-width:800px) {
		.development_box {
			padding: 0 10px;
		}
		.development_box .development_left_box {
			font-size: 21px;
		}
		.development_left_box .article_tap_list {
			top: -10px;
		}
		.development_box .development_left_box .article_tap_li.auto {
			font-size: 34px;
		}

		.article_content_list {
			height: 50vh;
			margin-top: 30px;
			padding-top: 2vh;
		}
		.article_content_list .swiper-wrapper {
			margin: 30px 0 0 10px;
		}

		.development_box .swiperBox-next {
			left: 2vw;
			top: 20vh;
			height: 5vh;
			width: 5vh;
		}

		.development_box .swiperBox-prev {
			left: 2vw;
			top: 30vh;
			height: 5vh;
			width: 5vh;

		}

		.article_content_title {
			line-height: 6vh;

		}

	}

	/*  第三板块 ------------------------------------------------- */
	.qualification_box {
		background-color: #f8f8f8;
		width: 100%;
		margin: 0 auto;

	}

	.qualification_box ._title {
		text-align: center;
		font-size: 34px;
		font-weight: normal;
		margin-bottom: 1.5%;
		line-height: 60px;
	}


	.qualification_box .tap_list {}

	.qualification_box .tap_list {
		text-align: center;
	}

	.qualification_box .tap_list .tap_li {
		display: inline-block;
		padding: 0 20px;
		font-size: 16px;
		border: 1px solie #eee;
		vertical-align: middle;
		line-height: 45px;
		cursor: pointer;
		padding: 0 5%;
		color: #aaaaaa;
		margin: 0 5px;
		background: #fff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}

	.qualification_box .tap_list .tap_li.auto {
		background: #00a0d9;
		color: #fff;
	}

	.qualification_box .swiperBox {
		position: fixed;
		width: 100%;
		margin-top: 30px;
		left: -100vw;
	}

	.qualification_box .swiperBox.auto {
		position: relative;
		left: 0;
	}

	.developmentBox .swiperBox-next {
		top: 120px;
		position: absolute;
		left: 5vw;
		width: 50px;
		height: 50px;
		z-index: 2;
		left: 5vw;
	}

	.developmentBox .swiperBox-next::after {
		position: relative;
		content: '';
		border-left: 2px solid #fff;
		border-top: 2px solid #fff;
		width: 10px;
		height: 10px;
		transform: rotate(45deg);
		display: block;
		left: 20px;
	}

	.developmentBox .swiperBox-prev {
		position: absolute;
		top: 180px;
		left: 5vw;
		width: 50px;
		height: 50px;
		z-index: 2;
	}

	.developmentBox .swiperBox-prev::after {
		position: relative;
		content: '';
		border-left: 2px solid #fff;
		border-top: 2px solid #fff;
		width: 10px;
		height: 10px;
		transform: rotate(-135deg);
		display: block;
		left: 20px;

	}



	.swiperBox .swiperBox-container {
		width: 100%;
		overflow: hidden;
		padding: 10px 0;

	}

	.swiperBox .swiperBox-container .swiper-wrapper {

		margin: 0 auto;
		/* transform: inherit!important; */

	}

	.swiperBox .swiperBox-container .swiper-wrapper .item {
		width: auto;
		background-color: #fff;
		border-radius: 5px;
		height: 270px;
		text-align: center;
		margin: 0 15px 15px;
	}

	.swiperBox .swiperBox-container .swiper-wrapper .item:hover {
		box-shadow: 0 0 5px 5px #ccc;
	}

	.swiperBox .swiperBox-container .swiper-wrapper .imgBox {
		/* width: 200px; */
		height: 200px;
		margin: 20px auto 0;
		padding: 0 20px;
	}

	.swiperBox .swiperBox-container .swiper-wrapper .item_text {
		line-height: 30px;
		font-size: 16px;
		color: #999;
		max-width: 250px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	@media (max-width:800px) {
		.qualification_box .swiperBox {
			margin-top: 2vw;
		}

		.swiperBox .swiperBox-next,
		.swiperBox .swiperBox-prev {
			display: none;
		}

		.swiperBox .swiperBox-container .swiper-wrapper .item {
			height: 29vw;
			margin: 0 2vw 2vw;
		}

		.swiperBox .swiperBox-container .swiper-wrapper .imgBox {

			height: 20vw;
			margin: 2vw auto 0;
			padding: 0 2vw;
		}

		.swiperBox .swiperBox-container .swiper-wrapper .item_text {
			line-height: 6vw;
		}
	}

	@media (max-width:500px) {
		.qualification_box .tap_list .tap_li {
			line-height: 34px;
			height: 34px;
		}

		.swiperBox .swiperBox-container .swiper-wrapper .item {
			height: 43vw;
		}

		.swiperBox .swiperBox-container .swiper-wrapper .imgBox {

			height: 32vw;
			margin: 2vw auto 0;
			padding: 0 2vw;
		}

		.swiperBox .swiperBox-container .swiper-wrapper .item_text {
			line-height: 8vw;
			font-size: 12px;
			color: #999;
		}

	}


	/*  第四板块 ------------------------------------------------- */
	.recruit_box {
		background-color: #fff;
		width: 100%;
		margin: 0 auto;

	}

	.recruit_box ._title {
		font-size: 30px;
		color: #00c2b3;
		font-weight: bold;
		padding: 10px 0;
	}

	.recruit_box .tap_list {
		text-align: center;
	}

	.recruit_box .tap_list .tap_li {
		font-size: 16px;
		display: inline-block;
		padding: 0 20px;
		border: 1px solie #eee;
		vertical-align: middle;
		line-height: 45px;
		cursor: pointer;
		padding: 0 5%;
		color: #aaaaaa;
		margin: 0 5px;
		background: #fff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background-color: #eee;

	}

	.recruit_box .tap_list .tap_li.auto {
		background: #00c2b3;
		color: #fff;
	}

	.recruit_box .recruit_list {
		padding: 20px 0 0;
		display: none;
	}

	.recruit_box .recruit_list.auto {
		display: block;
		overflow: hidden;
		overflow: hidden;
		width: 1180px;
		margin: 0 auto;

	}


	.recruit_box .recruit_list .recruit_li {
		width: 557px;
		background-color: #fff;
		box-shadow: 0px 1px 7px rgb(0 0 0 / 10%);
		padding: 15px 20px 10px;
		border-radius: 5px;
		font-size: 14px;
		display: inline-block;
		color: #999;
		margin: 0 15px 20px 15px;
		text-align: left;
		vertical-align: top;

	}


	.recruit_li .recruit_title {
		color: #00c2b3;
		font-size: 16px;
		font-weight: 800;
		position: relative;
		display: flex;
	}

	.recruit_li .recruit_title .recruit_limit {
		color: #fc703e;
		/* position: absolute;right: 10px;
								top: 0; */
		font-weight: 400;
	}

	.recruit_text {
		font-size: 16px;
		line-height: 25px;
		padding: 2px 0;
		height: 75px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	@media (max-width:1200px) {
		.recruit_box .recruit_list .recruit_li {
			width: 30vw;
			margin: 0 1vw 20px 1vw;
		}

		.recruit_box .recruit_list.auto {
			width: auto;

		}

	}

	@media (max-width:800px) {
		.recruit_box .recruit_list .recruit_li {
			width: 46vw;
			margin: 0 1vw 20px 1vw;
		}


	}

	@media (max-width:500px) {

		.recruit_box .tap_list {
			display: flex;
			background-color: #eee;
			border-radius: 5px;
			overflow: hidden;
		}

		.recruit_box .tap_list .tap_li {
			margin: 0;
			flex: 1;
			padding: 0;
			text-align: center;

		}

		.recruit_box .recruit_list {
			padding-top: 3vw;
		}

		.recruit_box .recruit_list .recruit_li {
			width: 90vw;
			margin: 0 auto 2vw;
			display: block;
		}
	}

	/*  第五板块 ------------------------------------------------- */
