.corporateCulture2{
	margin: 140px 0;
}
.corporateCulture2 .page_title h3{
	margin-bottom: 58px;
}
.corporateCulture2_main{
	display: flex;
	justify-content: space-between;
}
.corporateCulture2_box{
	width: 49%;
	border-radius: 8px;
	background-color: #fff;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.corporateCulture2_box>img{
	opacity: 0;
	transition: all ease-out .3s;
}
.corporateCulture2_text{
	position: absolute;
}
.corporateCulture2_text .change{
	display: none;
}
.corporateCulture2_text img{
	max-width: 66px;
}
.corporateCulture2_text h5{
	font-size: 28px;
	color: #22e5e5;
	margin: 46px 0 45px 0;
	transition: all ease-out .3s;
}
.corporateCulture2_text h5 span{
	font-weight: normal;
	margin-left: 30px;
	position: relative;
}
.corporateCulture2_text h5 span:before{
	position: absolute;
	content: "";
	width: 3px;
	height: 20px;
	background: #22e5e5;
	left: -17px;
	top: 30%;
}
.corporateCulture2_text p{
	font-size: 14px;
	color: #424242;
	transition: all ease-out .3s;
}
.corporateCulture2_box:hover>img{
	opacity: 1;
}
.corporateCulture2_box:hover h5,.corporateCulture2_box:hover p{
	color: #fff;
}
.corporateCulture2_box:hover h5 span:before{
	background: #fff;
}
.corporateCulture2_box:hover .original{
	display: none;
}
.corporateCulture2_box:hover .change{
	display: inline-block;
}
.corporateCulture3{
	position: relative;
}
.corporateCulture3 .page_title h3{
	margin-bottom: 48px;
}
.corporateCulture3_img,.corporateCulture3_text{
	width: 50%;
}
.corporateCulture3_img{
	border-radius: 8px;
	overflow: hidden;
}
.corporateCulture3 .gallery-thumbs{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.corporateCulture3 .gallery-thumbs .swiper-wrapper{
	width: auto;
	border-bottom: 1px solid #d9d9d9;
}
.corporateCulture3 .gallery-thumbs .swiper-slide{
	width: 110px;
	text-align: center;
	margin-right: 0!important;
	padding: 0 0 13px 0;
	box-sizing: border-box;
	cursor: pointer;
}
.corporateCulture3 .gallery-thumbs .swiper-slide span{
	font-size: 15px;
	color: #424242;
}
.corporateCulture3 .gallery-thumbs .swiper-slide-thumb-active{
	border-bottom: 1px solid #1fcccc;
}
.corporateCulture3 .gallery-thumbs .swiper-slide-thumb-active span{
	color: #1fcccc;
}
.corporateCulture3 .gallery-top {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.corporateCulture3 .gallery-top .swiper-slide{
	display: flex;
	background: #fff;
	border-radius: 8px;
}
.corporateCulture3_text{
	padding: 95px 0 0 89px;
	box-sizing: border-box;
}
.corporateCulture3_text h3{
	font-size: 32px;
	color: #1fcccc;
	margin-bottom: 34px;
}
.corporateCulture3_text p{
	font-size: 18px;
	color: #424242;
}
.corporateCulture3 .swiper-buttons{
	margin: auto;
	bottom: 55px;
	left: calc(50% + 89px);
	position: absolute;
	z-index: 1;
	display: flex;
}
.corporateCulture3 .swiper-button-next,.corporateCulture3 .swiper-button-prev{
	position: relative;
}
.corporateCulture3 .swiper_public_btn .swiper-next{
	margin-left: 10px;
}
.corporateCulture4{
	margin: 140px 0;
}
.corporateCulture4 .swiper-wrapper{
	display: flex;
	justify-content: space-between;
}
.corporateCulture4 .swiper-slide{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	transition: all ease-out .4s;
}
.corporateCulture4 .swiper-slide:not(.active){
	width: 20.8%;
	overflow: hidden;
}
@media only screen and (min-width: 1024px){
	.corporateCulture4 .swiper-slide:not(.active):before{
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		top: 0;
		left: 0;
	}
}
.corporateCulture4 .swiper-slide img{
	min-height: 449px;
	object-fit: cover;
}
.corporateCulture4 .swiper-slide.active{
	width: 35%;
}
.corporateCulture4 .swiper-slide p{
	position: absolute;
	bottom: 30px;
	left: 18px;
	font-size: 20px;
	color: #fff;
}
.corporateCulture5{
	position: relative;
}
.corporateCulture5 .gallery-top .swiper-slide{
	position: relative;
}
.corporateCulture5_text{
	position: absolute;
	width: 1200px;
	left: calc((100% - 1200px)/2);
	top: 12%;
	display: flex;
}
.corporateCulture5_text .page_title h4{
	color: rgba(255,255,255,0.2);
}
.corporateCulture5_text .page_title h3{
	color: #fff;
}
.corporateCulture5 .swiper_tabTitle{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.corporateCulture5 .swiper-buttons{
	position: absolute;
	bottom: 200px;
	left: 57%;
	z-index: 1;
	display: flex;
}
.corporateCulture5_text .page_title,.corporateCulture5_right{
	width: 50%;
	text-align: left;
}
.corporateCulture5_right{
	padding: 0 11%;
	box-sizing: border-box;
}
.corporateCulture5_right h3{
	font-size: 90px;
	color: rgba(255,255,255,0.25);
}
.corporateCulture5_right h5{
	font-size: 32px;
	color: #fff;
	margin-bottom: 60px;
}
.corporateCulture5_right p{
	font-size: 18px;
	color: #fff;
}
.corporateCulture5 .gallery-thumbs .swiper-slide{
	margin-right: 0!important;
	padding: 32px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 16.66%!important;
	border-top: 0.5px solid rgba(255,255,255,0.3);
	border-right: 0.5px solid rgba(255,255,255,0.3);
	cursor: pointer;
}
.corporateCulture5 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	background: #1fcccc;
}
.corporateCulture5 .gallery-thumbs .swiper-slide:last-child{
	border-right: 0;
}
.corporateCulture5 .gallery-thumbs .swiper-slide span{
	color: #fff;
	font-size: 18px;
}
.corporateCulture5 .gallery-thumbs .swiper-slide span:first-child{
	font-weight: bold;
}
.corporateCulture5 .swiper_public_btn svg{
	border-color: #ccc;
}
.corporateCulture5 .st0{
	stroke: #ccc;
}
@media only screen and (max-width: 1720px){
	.corporateCulture5 .swiper-buttons{
		bottom: 150px;
		left: 58%;
	}
}
@media only screen and (max-width: 1600px){
	.corporateCulture2,.corporateCulture4{
		margin: 120px 0;
	}
	.corporateCulture2 .page_title h3{
		margin-bottom: 44px;
	}
	.corporateCulture2_text img{
		max-width: 58px;
	}
	.corporateCulture2_text h5{
		margin: 33px 0 32px 0;
		font-size: 24px;
	}
	.corporateCulture3 .gallery-thumbs .swiper-slide{
		width: 100px;
		padding: 0 0 10px 0;
	}
	.corporateCulture3 .gallery-thumbs{
		margin-bottom: 32px;
	}
	.corporateCulture3_text{
		padding: 78px 0 0 66px;
	}
	.corporateCulture3_text h3{
		font-size: 28px;
		margin-bottom: 26px;
	}
	.corporateCulture3_text p{
		font-size: 15px;
	}
	.corporateCulture3 .swiper-buttons{
		bottom: 60px;
		left: calc(50% + 66px);
	}
	.corporateCulture4 .swiper-slide img{
		min-height: 412.45px;
	}
	.corporateCulture4 .swiper-slide p{
		font-size: 16px;
		bottom: 20px;
	}
	.corporateCulture5_text{
		width: 1100px;
		left: calc((100% - 1100px)/2);
		top: 10%;
	}
	.corporateCulture5_right{
		padding: 0 8%;
	}
	.corporateCulture5_right h3{
		font-size: 68px;
	}
	.corporateCulture5_right h5{
		font-size: 25px;
		margin-bottom: 44px;
	}
	.corporateCulture5_right p{
		font-size: 15px;
	}
	.corporateCulture5 .gallery-thumbs .swiper-slide{
		padding: 24px;
	}
	.corporateCulture5 .gallery-thumbs .swiper-slide span{
		font-size: 15px;
	}
	.corporateCulture5 .swiper-buttons{
		bottom: 156px;
		left: 57%;
	}
}
@media only screen and (max-width: 1366px){
	.corporateCulture5_right h5{
		margin-bottom: 40px;
	}
	.corporateCulture5 .swiper-buttons{
		bottom: 112px;
		left: 58%;
	}
}
@media only screen and (max-width: 1024px){
	.corporateCulture2, .corporateCulture4{
		margin: 80px 0;
	}
	.corporateCulture2{
		margin-top: 60px;
	}
	.corporateCulture2 .page_title h3{
		margin-bottom: 30px;
	}
	.corporateCulture2_main{
		flex-wrap: wrap;
	}
	.corporateCulture2_box{
		width: 100%;
	}
	.corporateCulture2_box:first-child{
		margin-bottom: 20px;
	}
	.corporateCulture2_box>img{
		opacity: 1;
	}
	.corporateCulture2_text h5,.corporateCulture2_text p{
		color: #fff;
	}
	.corporateCulture2_box .original{
		display: none;
	}
	.corporateCulture2_box .change{
		display: inline-block;
	}
	.corporateCulture2_text h5 span:before{
		background: #fff;
	}
	.corporateCulture2_text img{
		max-width: 35px;
	}
	.corporateCulture2_text h5 {
		margin: 25px 0 15px 0;
		font-size: 17px;
	}
	.corporateCulture2_text h5 span{
		margin-left: 20px;
	}
	.corporateCulture2_text h5 span:before{
		width: 2px;
		height: 16px;
		left: -10px;
		top: 26%;
	}
	.corporateCulture2_text p{
		font-size: 13px;
	}
	.corporateCulture3 .page_title h3{
		margin-bottom: 30px;
	}
	.corporateCulture3 .gallery-top .swiper-slide{
		flex-wrap: wrap;
	}
	.corporateCulture3_img, .corporateCulture3_text{
		width: 100%;
	}
	.corporateCulture3_text{
		padding: 20px;
	}
	.corporateCulture3_text h3 {
		font-size: 20px;
		margin-bottom: 18px;
	}
	.corporateCulture3_text p {
		font-size: 13px;
	}
	.corporateCulture3 .swiper-buttons {
		bottom: 100px;
		left: auto;
		right: 20px;
	}
	.corporateCulture3 .swiper-buttons{
		bottom: 66px;
	}
	.corporateCulture4_main{
		flex-wrap: wrap;
	}
	.corporateCulture4 .swiper-slide img{
		min-height: inherit;
	}
	.corporateCulture4 .swiper-slide:not(.swiper-slide-active):before{
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		top: 0;
		left: 0;
	}
	.corporateCulture4_swiper .swiper-button-next,
	.corporateCulture4_swiper .swiper-button-prev{
		color: #fff;
		background: #1fcccc;
		width: 28px;
		height: 28px;
		border-radius: 50%;
	}
	.corporateCulture4_swiper .swiper-button-next:after,
	.corporateCulture4_swiper .swiper-button-prev:after{
		font-size: 12px;
		font-weight: bold;
		
	}
	.corporateCulture4 .swiper-slide p{
		font-size: 13px;
		bottom: 12px;
		left: 12px;
	}
	.corporateCulture5_text{
		width: 84%;
		left: 8%;
		
	}
	.corporateCulture5_text .page_title{
		display: none;
	}
	.corporateCulture5_right{
		width: 100%;
		padding: 0;
	}
	.corporateCulture5_right h5{
		font-size: 24px;
	}
	.corporateCulture5_right p{
		font-size: 14px;
	}
	.corporateCulture5 .swiper-buttons {
		bottom: 10%;
		left: 8%;
	}
	.corporateCulture5 .swiper_public_btn svg{
		width: 28px;
	}
}