.introduction {
	background: linear-gradient(to bottom, #16346A,#050B20);
	padding: 106px 160px 0px 160px;
}

.introduction .left h1 {
	font-size: 50px;
	color: #ffffff;
	margin-bottom: 26px;
	margin-top: 0;
}

.introduction .left p {
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	margin: 0;
	line-height: 1.84;
}

.introduction .box {
	background: rgba(0, 160, 228, 0.53);
	border-radius: 10px;
	padding: 20px;
	margin-top: 50px;
}

.introduction .box h5 {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 0;
}

.introduction .box h6 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.25;
	margin: 0;
}

.introduction .w48 {
	margin-top: 20px;
}

.culture {
	border-top: 70px solid #050B20;
	background: url(https://weboss.yuansl.cn/jiashengyou/images/about/2.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.cultureBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1500px;
	margin: auto;
}

.culture .iTitle {
	width: 200px;
	height: 160px;
	background: transparent;
}

.culture .right {
	position: relative;
	padding: 60px 0px;
}

.culture .right::after {
	content: "";
	width: 200%;
	height: 100%;
	background: rgba(26, 51, 118, 0.8);
	position: absolute;
	top: 0;
	left: 55px;
}

.culture .right .box {
	display: flex;
	align-items: center;
	margin-bottom: 70px;
	position: relative;
	z-index: 2;
}

.culture .right .box:last-child {
	margin: 0;
}

.culture .right .box img {
	width: 110px;
	height: 110px;
	margin-right: 25px;
}
.culture .right .box .icon1{
	width: 110px;
	height: 110px;
	margin-right: 25px;
	background: url(https://weboss.yuansl.cn/jiashengyou/images/about/3.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}
.culture .right .box .icon1:hover{
	background: url(https://weboss.yuansl.cn/jiashengyou/images/about/33.png) no-repeat;
	background-size: cover;
	animation: scrols 1s;
}
.culture .right .box .icon2{
	width: 110px;
	height: 110px;
	margin-right: 25px;
	background: url(https://weboss.yuansl.cn/jiashengyou/images/about/4.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.culture .right .box .icon2:hover{
	background: url(https://weboss.yuansl.cn/jiashengyou/images/about/44.png) no-repeat;
	background-size: cover;
	background-size: cover;
	animation: scrols 1s;
}
.culture .right .box .icon3{
	width: 110px;
	height: 110px;
	margin-right: 25px;
	background: url(https://weboss.yuansl.cn/jiashengyou/images/about/5.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}
.culture .right .box .icon3:hover{
	background: url(https://weboss.yuansl.cn/jiashengyou/images/about/55.png) no-repeat;
	background-size: cover;
	background-size: cover;
	animation: scrols 1s;
}

@keyframes scrols {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.culture .right .box .info{
	flex:1;
}
.culture .right .box .info h4 {
	font-size: 30px;
	color: #ffffff;
}

.culture .right .box .info p {
	font-size: 20px;
	color: #ffffff;
}

.honor {
	background: url(https://weboss.yuansl.cn/jiashengyou/images/about/6.png) #050B20 no-repeat center center;
	background-size: 100%;
	background-position-y: -90px;
}

.honor .title {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-bottom:165px;
}

.honor .swiper-container {
	max-width: 1500px;
	margin: auto;
}

.swiperBox {
	max-width: 1500px;
	margin: auto;
	position: relative;
	top: 35px;
}

.honor .swiper-slide {
	text-align: center;
}

.honor .swiper-button-prev {
	width: 42px;
	height: 42px;
	background-image: url(https://weboss.yuansl.cn/jiashengyou/images/index/prev.png);
	background-size: cover;
	position: absolute;
	left: -75px;
	top: 50%;
	margin-top: -21px;
}

.honor .swiper-button-prev:hover {
	background-image: url(https://weboss.yuansl.cn/jiashengyou/images/index/prevHover.png);
}

.honor .swiper-button-next {
	width: 42px;
	height: 42px;
	background-image: url(https://weboss.yuansl.cn/jiashengyou/images/index/next.png);
	background-size: cover;
	position: absolute;
	right: -75px;
	top: 50%;
	margin-top: -21px;
}

.honor .swiper-button-next:hover {
	background-image: url(https://weboss.yuansl.cn/jiashengyou/images/index/nextHover.png);
}

.honor .bg {
	background: linear-gradient(180deg, #153772 0%, rgba(40, 104, 216, 0) 100%);
	height: 74px;
	width: 100%;
}

.structure {
	background: linear-gradient(138deg, #000911 0%, #013C7F 100%);
	padding: 10px 20px;
}

.environment {
	background: #000911;
	padding-bottom: 30px;
}

.environment .imgBox {
	max-width: 1600px;
	margin: auto;
}

.imgBox {
	display: flex;
	align-items: center;
	gap: 10px;
}
.imgBox .left{
	flex: 1;
	display: flex;align-items: center;
	justify-content: center;
	gap: 20px;
}
.imgBox .left img {
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.3s;
}
.imgBox .left img:hover{
	transform: scale(1.1);
	transition: all 0.3s;
}
.imgBox .left img:last-child {
	margin: 0;
}

.imgBox .right .rows {
	margin-bottom: 10px;
}

.imgBox .right .rows img {
	display: inline-block;
	width: 32%;
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.imgBox .right .rows img:hover{
	transform: scale(1.1);
	transition: all 0.3s;
}
.imgBox .right .rows img:last-child {
	margin-right: 0;
}

.imgBox .right .rows2 img {
	display: inline-block;
	width: 48.65%;
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.3s;
}
.imgBox .right .rows2 img:hover{
	transform: scale(1.1);
	transition: all 0.3s;
}
.imgBoxs .rows{
	display: flex;
	align-items: center;
	gap:5px;
    flex-flow: wrap;
    justify-content: space-between;
}
.imgBoxs .rows img{
	width: 49%;
}
.imgBoxs .rows2{
	margin:1.5% 0;
}
.imgBoxs .rows2 img{
	width: 100%;
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {

	.introduction {
		padding: 10px;
	}

	.introduction .flex {
		flex-flow: wrap;
	}

	.introduction .left h1 {
		text-align: center;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.introduction .left p {
		font-size: 14px;
		margin-top: 10px;
	}

	.introduction .box {
		margin-top: 10px;
	}

	.introduction .box h5 {
		font-size: 18px;
	}

	.introduction .box h6 {
		font-size: 12px;
	}

	.culture {
		border-top: 20px solid #050B20;
	}

	.cultureBox {
		padding: 0px 20px;
	}

	.culture .iTitle {
		width: 80px;
		height: 80px;
		padding: 20px 0px;
	}

	.culture .iTitle .inner {
		top: 15px;
		font-size: 14px;
	}

	.culture .iTitle .outer {
		top: 20px;
		font-size: 20px;
	}

	.culture .iTitle::after {
		content: "";
		bottom: 20px;
		width: 60px;
		height: 4px;
	}

	.culture .right {
		width: 70%;
		padding: 15px 0px;
	}

	.culture .right .box {
		margin-bottom: 40px;
	}

	.culture .right .box .info h4 {
		font-size: 16px;
	}

	.culture .right .box .info p {
		font-size: 12px;
	}

	.w48 {
		width: 100% !important;
	}

	.swiperBox,
	.honor .swiper-container {
		max-width: 750px;
	}

	.honor .swiper-button-prev {
		left: 20px;
	}

	.honor .swiper-button-next {
		right: 20px;
	}

	.honor .bg {
		height: 40px;
	}

	.honor .swiper-slide img {
		width: 210px;
		height: 162px;
	}

	.honor .title {
		margin-bottom: 30px;
		padding: 0px 45px;
	}

	.iTitle {
		height: 80px;
		padding: 20px 0px;
	}

	.en .iTitle .inner,.cn .iTitle .inner {
		top: 15px;
		font-size: 14px;
	}
	
	.en .iTitle .outer,.cn .iTitle .outer {
		top: 20px;
		font-size: 20px;
	}

	.iTitle::after {
		content: "";
		bottom: 20px;
		width: 60px;
		height: 4px;
	}
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) and (max-width: 991px) {

	.introduction {
		padding: 10px;
	}

	.introduction .flex {
		flex-flow: wrap;
	}

	.introduction .left h1 {
		text-align: center;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.introduction .left p {
		font-size: 14px;
		margin-top: 10px;
	}

	.introduction .box h5 {
		font-size: 18px;
	}

	.introduction .box h6 {
		font-size: 12px;
	}

	.culture {
		border-top: 20px solid #050B20;
	}

	.cultureBox {
		padding: 0px 20px;
	}

	.culture .iTitle {
		width: 80px;
		height: 80px;
		padding: 20px 0px;
	}

	.culture .iTitle .inner {
		top: 15px;
		font-size: 14px;
	}

	.culture .iTitle .outer {
		top: 20px;
		font-size: 20px;
	}

	.culture .iTitle::after {
		content: "";
		bottom: 20px;
		width: 60px;
		height: 4px;
	}

	.culture .right {
		width: 60%;
		padding: 15px 0px;
	}

	.culture .right .box {
		margin-bottom: 40px;
	}

	.culture .right .box .info h4 {
		font-size: 16px;
	}

	.culture .right .box .info p {
		font-size: 12px;
	}

	.w48 {
		width: 100% !important;
	}

	.swiperBox,
	.honor .swiper-container {
		max-width: 750px;
	}

	.honor .title {
		margin-bottom: 30px;
		padding: 0px 45px;
	}

	.honor .bg {
		height: 40px;
	}

	.honor .swiper-button-prev {
		left: 20px;
	}

	.honor .swiper-button-next {
		right: 20px;
	}

	.honor .swiper-slide img {
		width: 210px;
		height: 162px;
	}

	.iTitle {
		height: 80px;
		padding: 20px 0px;
	}

	.en .iTitle .inner,.cn .iTitle .inner {
		top: 15px;
		font-size: 14px;
	}
	
	.en .iTitle .outer,.cn .iTitle .outer {
		top: 20px;
		font-size: 20px;
	}

	.iTitle::after {
		content: "";
		bottom: 20px;
		width: 60px;
		height: 4px;
	}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) and (max-width: 1199px) {

	.environment .imgBox {
		max-width: 980px;
		margin: auto;
	}
	.imgBox .right .rows img{
		width: 31%;
	}
	.imgBox .right .rows2 img{
		width: 48%;
	}
	.swiperBox,
	.honor .swiper-container {
		max-width: 750px;
	}

	.honor .swiper-button-prev {
		left: 20px;
	}

	.honor .swiper-button-next {
		right: 20px;
	}

	.introduction {
		padding: 10px;
	background: linear-gradient(to bottom, #16346A, #16346A);
	}

	.introduction .flex {
		flex-flow: wrap;
	}

	.introduction .left h1 {
		text-align: center;
		font-size: 20px;
	}

	.introduction .left p {
		font-size: 14px;
		margin-top: 10px;
	}

	.introduction .box h5 {
		font-size: 18px;
	}

	.introduction .box h6 {
		font-size: 12px;
	}

	.honor .bg {
		height: 40px;
	}

	.honor .title {
		margin-bottom: 30px;
		padding: 0px 45px;
	}

	.w48 {
		width: 100% !important;
	}
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
	.introduction {
		padding: 106px 60px 0px 60px;
	background: linear-gradient(to bottom, #16346A,#050B20);
	}
}

@media (min-width:1024px) and (max-width:1400px) {
	.cultureBox {
		max-width: 980px;
	}

	.environment .imgBox {
		max-width: 1200px;
		margin: auto;
	}
	.imgBox .right .rows2 img{
		width: 48%;
	}
	.swiperBox,
	.honor .swiper-container {
		max-width: 980px;
	}
}

@media (min-width:1400px) and (max-width:1600px) {
	.cultureBox {
		max-width: 1200px;
	}

	.introduction {
		padding: 106px 100px 0px 100px;
	background: linear-gradient(to bottom, #16346A,#050B20);
	}
}


@media (min-width:1400px) and (max-width:1700px) {

	.environment .imgBox {
		max-width: 1400px;
		margin: auto;
	}

	.swiperBox,
	.honor .swiper-container {
		max-width: 1200px;
	}
}