.about-submain {
	padding-bottom: 60px;
}

/* culture */
.about-submain .culture-sect {
	margin-bottom: 80px;
}

.culture-sect .title {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 54px;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	vertical-align: top;

}

.culture-sect h4 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26px;
	color: rgba(153, 153, 153, 1);
	vertical-align: top;
	text-transform: uppercase;

}

.culture-sect p {

	margin-top: 30px;

	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 36px;
	color: rgba(44, 44, 44, 1);
	text-align: left;
	vertical-align: top;

}

.culture-sect .col-lg-7 {
	border-radius: 20px;
	overflow: hidden;
}

.about-submain .culture-sect .col-lg-5 {
	padding-top: 40px;
}


.culture-sect .icon {
	width: 64px;
	height: 64px;

}

.culture-sect .image-container-right {
	width: 100%;
	padding-right: 40px;
}

.culture-sect .mt60 {
	margin-top: 60px;
}

.culture-sect .mb140 {
	margin-bottom: 140px;
}

.scroll-wrap {
	position: absolute;
	height: 100%;
	overflow-y: auto;
}

.scroll-right-wrap {
	position: absolute;
	height: 100%;
	overflow-y: auto;
	right: 0
}

.culture-sect .swiper-button-next,
.culture-sect .swiper-container-rtl .swiper-button-prev,
.swiper-imglist .swiper-button-next,
.swiper-imglist .swiper-container-rtl .swiper-button-prev {
	width: 60px;
	height: 60px;
	opacity: 1;
	border-radius: 4px 16px 4px 4px;
	background: rgba(0, 160, 150, 0.8);

}

.culture-sect .swiper-button-prev,
.culture-sect .swiper-container-rtl .swiper-button-next,
.swiper-imglist .swiper-button-prev,
.swiper-imglist .swiper-container-rtl .swiper-button-next {
	width: 60px;
	height: 60px;
	opacity: 1;
	border-radius: 4px 16px 4px 4px;
	background: rgba(0, 160, 150, 0.8);
}

.culture-sect .swiper-button-next:after,
.culture-sect .swiper-button-prev:after,
.swiper-imglist .swiper-button-next:after,
.swiper-imglist .swiper-button-prev:after {
	font-size: 24px;
	color: #fff;
}

/* Elegance */
.pcase {
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

.pcase .pcase-item {
	width: 31.7%;
	margin-bottom: .44rem;
	box-shadow: 0px 8px 16px 0px rgba(192, 192, 192, 0.1);
	cursor: pointer;
	margin-bottom: 48px;
}

.pcase-item .pcase-txt {
	padding: 22px 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);

}

.pcase-item .pcase-txt .ellipsis {
	/* text-align: center; */
	/* font-size: .22rem; */
	/* color: #222222; */
	line-height: 30px;
	font-weight: 600;
	margin-bottom: .22rem;
	transition: all .5s;



	/** 文本1 */
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 36px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	vertical-align: top;

}

.pcase .pcase-item:last-child:nth-child(3n + 2) {
	margin-right: calc((100% - 31.7%) / 2);
}

.pcase .scale-img .image-container,
.pcase .scale-img {
	border-radius: 20px 20px 0 0;
}
.pcase .scale-img {
	position: relative;
    height: 0px;
    padding-bottom: 56%;
}

.pcase img.image-container{
	display: block;
    position: absolute;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
}

/* honor */
.honor-sect {
	display: flex;
}

.category-list {
	width: 20%;
	position: sticky;
	top: 160px;
	/* height: 100vh; */
}

.category-list ul {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-radius: 20px 0px 0px 0px;
	background: rgba(245, 245, 245, 1);
}

.category-list ul li {
	color: rgba(44, 44, 44, 1);
	padding: 18px 0 18px;
	position: relative;
	border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.category-list ul li a {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 44px;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	vertical-align: top;
}

.category-list ul li a:hover,
.category-list ul li.active a {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 44px;
	color: rgba(0, 160, 150, 1);
	text-align: left;
	vertical-align: top;
}

.honor-list {
	width: 78%;
	padding-left: 2%;
	overflow-y: auto;
	/* 添加垂直滚动条 */
}

.honor-list ul {
	list-style: none;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.honor-list ul li {
	float: left;
	margin-top: 10px;
}

.honor-list ul li img {
	cursor: zoom-in;
}

.image-text-container {
	width: 31.333333%;
	background-color: #fff;
	margin-right: 2%;
	margin-bottom: 20px;
	/* background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16); */
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-text-container img {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
}

/* 放大图像的覆盖层 */
.overlay {
	/* display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9); */
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99;
	width: 100%;
	height: 100%;
	display: none;
}

/* 关闭按钮 */
.close-btn {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close-btn:hover,
.close-btn:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 放大的图像 */
.expanded-img {
	margin: auto;
	display: block;
	width: 60%;
	max-width: 700px;
}

.imgbox {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}




/* subsidiary-sect    */
/* .subsidiary-sect .item{
	width: 100%;
max-width: 100%;
display: flex;
padding: 14px 0;
box-sizing: border-box;
overflow: hidden;
background-color: #fff;
} 
 
.item .img {
  width: 58%;
padding: 50px 0;
position: relative;
} 

.item .content {
  width: 66%;
background: rgb(247,248,250,1);
padding-top: 50px;
padding-bottom: 50px;
}
.item .content .title{
width: 100%;
height: 100%;
background-color: #fff;
display: flex;

align-items: flex-start;
flex-direction: column;
padding: 40px 10%;


}
.item .content .title h1{
	
	font-size: 36px;
	font-weight: 700;
	line-height: 45px;
	color: rgba(44, 44, 44, 1);
	
	}
.row .item img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover; 

}
.item .img{
	margin-right: -20%;
    margin-left: 120px;
}
.item .img-container {
position: relative;
width: 100%; 
overflow: hidden;
background: url(../images/subsidiary-bg.png) no-repeat;
padding:  0px 16px 16px 0;
border-radius: 20px;
    background-position: right 30px;
	background-size: 90% 90%;
}
.item .img-container img{
border-radius: 20px;

}
.row .item:nth-child(2n) .img{
margin-left: -20%;
}
.row .item:nth-child(2n+1) .img{
margin-right: -20%;
}
.row .item:nth-child(2n+1) .content{
  padding-left: 20%;
}
.row .item:nth-child(2n) .content{
  padding-right: 20%;
display: flex;
justify-content: flex-end;
}
.row .item:nth-child(2n){
  display: flex;
flex-direction: row-reverse;

}
.row .item:nth-child(2n+1){
 display: flex;
}

.row .item:nth-child(2n) .t-b-wrap {
  width: fit-content;
}

.row .item:nth-child(2n) .content .title {
	height: 100%;
}

.xq-box {
max-width:100%;
margin: 0;
}
.page-pad {
  padding: 0 120px;
} 
.title .ellipsis3{
	margin: 16px 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 32px;
	color: rgba(102, 102, 102, 1);
	text-align: left;
	vertical-align: top;
	
	} */
.item {
	width: 100%;
	max-width: 100%;
	flex: initial;
	display: flex;
	margin: 0 0 35px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	padding-top: 50px;
}

.item a {
	overflow: hidden;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	margin-right: -20%;
	/* margin-left: 120px; */

}

.item .img {
	width: 50%;
	padding: 36px 0 0;
	position: relative;
	margin-right: -20%;
	
}

.row .item img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; 
	
	}

	.item .img-container {
	position: relative;
	width: 100%; 
	overflow: hidden;
	background: url(../images/subsidiary-bg.png) no-repeat;
	padding:  0px 16px 48px 0;
	border-radius: 20px;
		background-position: right 30px;
		background-size: 90% 90%;
		height: 100%;
	}
	.item .img-container img{
	border-radius: 20px;
	
	}

.item .content {
	width: 70%;
	background: rgb(247, 248, 250);
	border: none;
	/* padding-top: 90px; */
	padding-left: 24%;
	display: flex;
    align-items: center;

}

.row .item:nth-child(2n) .img {
	margin-left: -20%;
	margin-right: 120px;
}

.row .item:nth-child(2n+1) .img {
	margin-right: -20%;
	margin-left: 120px;
}

.row .item:nth-child(2n+1) .content {
	padding-top: 90px;
	padding-left: 25%;
}

.row .item:nth-child(2n) .content {
	padding-top: 90px;
	padding-right: 25%;
	display: flex;
	justify-content: flex-start;
	padding-left: 120px;
}

.row .item:nth-child(2n) a {
	display: flex;
	flex-direction: row-reverse;

}

.row .item:nth-child(2n+1) a {
	display: flex;
}

.row .item:nth-child(2n) .t-b-wrap {
	width: fit-content;
}

.row .item:nth-child(2n) .content .title {
	height: auto;
}

.item .title {

	display: flex;
	flex-direction: column;
}

.title .ellipsis3 {
	margin: 16px 0;
	/* font-size: 16px; */
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 32px;
	color: rgba(102, 102, 102, 1);
	text-align: left;
	vertical-align: top;

}

.item .content .title h1 {

	font-size: 36px;
	font-weight: 700;
	line-height: 45px;
	color: rgba(44, 44, 44, 1);

}

.content {

	border-radius: 0;
}





/*icon-text */
.icon-text {
	display: inline-flex;
	padding: 10px 0;
	align-items: center;
}

.icon-text .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;

}


.icon-text span {
	padding-left: 10px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
}
.category-phone {
	display: none;
}
/* honor */

.searchable-select {
	cursor: pointer;
    padding: 6px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 30px;
    box-sizing: border-box;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    position: relative;
    outline: none;
}

.searchable-select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none; /* 移除默认样式 */
    -moz-appearance: none;
    appearance: none;
    pointer-events: all; /* 确保点击事件传递 */
}

.searchable-select::after {
    content: '\25BC'; /* 下拉箭头符号 */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #495057; /* 箭头颜色 */
    pointer-events: none; /* 确保箭头不干扰点击事件 */
}




@media (max-width: 1200px) {
	.item .content .title h1 {
		font-size: 24px;
	}
}	

@media (max-width: 992px) {
	/* .con-revert.culture-sect{
		display: none;
	}
	.culture-sect-mobile{
		display: block;
	}
	.culture-sect-mobile .col-lg-12,.culture-sect-mobile .col-lg-5,.culture-sect-mobile .col-lg-7{
		padding-left: 0;
		padding-right: 0;
		margin-right: 0;
	} */
	.about-submain .culture-sect {
		margin-bottom: 60px;
	}
	.culture-sect .title {
		font-size: 20px;
		line-height: 34px;
	}
	.culture-sect h4 {
		font-size: 16px;
	}
	.culture-sect p {
		font-size: 16px;
		margin-top: 5px;
	}
	.about-submain .culture-sect .col-lg-5 {
		padding-top: 0px;
	}
	
	
}
@media (max-width: 899px) {
	/* honor */
	ul.flex-container {
		padding: 0;
	}

	.image-text-container {
		padding: 0px;
		width: 100%;
		
	}

	.category-list{
		display: none;
	}
	.category-phone {
		position: relative;
		display: block;
	}
	.honor-list {
		width: 100%;
		padding-left: 0;
		overflow-y: auto;
	}

	.honor-sect {
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	/* pcase */
	.pcase .pcase-item {
		width: 100%;
		margin-bottom: 20px;
	
	}
	.pcase-item .pcase-txt .ellipsis {
    line-height: 30px;
    font-size: 16px;
	}
	/* aboutSubsidiary */
	.item {
		padding-top: 0px;
	}
	.item a {
		flex-direction: column;
	}
	.item .img {
		width: 100%;
		margin-left: 0px;
	}
	.item .img-container {
		height: 100%;
		padding-bottom: 16px;
	}
	.item .content {
		width: 100%;
		padding: 0 15px;
		padding-bottom: 15px;
	}
	.item .content .title h1 {
		font-size: 24px;
	}
	
}