@import url(./iconfont/iconfont.css);

html {
	font-family: HarmonyOS Sans SC;
}

header {
	width: 100%;
}

.finger {
	cursor: pointer;
}

/* 全局 */
.my_container {
	width: 1410px;
	margin: auto;
	position: relative;
}


.header {
	/* margin: 10px 0; */
	padding: 0 5%;
	/* width: 90%; */
	width: 100%;
	height: 100px;
	position: relative; 
	z-index: 5;
	background: rgba(255, 255, 255, 1);
	box-sizing: border-box;
}

/* 添加吸顶样式 */
/*.header.sticky {*/
/*	position: fixed;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 120px;*/
/*	z-index: 1000;*/
/*	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
/*	transition: all 0.3s ease;*/
/*	margin: 0;*/
/*	box-sizing: border-box;*/
/*}*/

.header.sticky .nav {
	/*width: 90% !important;*/
}

/* 为了防止内容跳动，添加占位符样式 */
.header-placeholder {
	display: none;
	height: 116px;
	/* 与header高度相同 */
}

.header-placeholder.active {
	display: block;
}


.nav {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;

}


.nav_logo img {
	height: 70px;
}

.nav_list {
	margin-left: auto;
	display: flex;
	align-items: center;
	height: 100%;
	color: rgba(50, 50, 50, 1);
	font-size: 17px;
	gap: 50px;
	font-family: HarmonyOS Sans SC;
}

.nav_first_li {
	height: 100%;
	padding: 0 15px;
	text-align: center;
	display: flex;
	align-items: center;
}

.nav_first_li>a {
	display: block;
	height: 100%;
	width: 100%;
	font-size: 16px;
	line-height: 100px;
	position: relative;
}

.nav_first_li>a::after {
	content: '';
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #1E90FF;
	transition: width 0.3s ease;
}

.nav_first_li>a:hover::after {
	width: 100%;
}

.nav_first_li>a:hover {
	text-decoration: none;
	color: rgba(30, 144, 255, 1);
	background: none;
}


.is-active>a {
	text-decoration: none;
	color: rgba(30, 144, 255, 1);
	background: none;
}

.is-active>a::after {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 50%;
	/* transform: translateX(-50%); */
	height: 2px;
	background-color: #1E90FF;
	/* transition: width 0.3s ease; */
}


.nav_first_li>img {
	width: 24px;
	height: 24px;
}

.nav_first_li>div {
	display: flex;
	align-items: center;
	gap: 5px;
}

.nav_first_li>div img {
	width: 24px;
	height: 24px;
}

.nav_first_li>div span {
	font-size: 16px;
	line-height: 1;
	margin-left: 5px;
}


.nav_first_li>a {
	display: block;
	height: 100%;
	width: 100%;
	font-size: 16px;
	line-height: 100px;
}


.session_less {
	margin-top: 60px;
}


.session_bg {
	position: relative;
}

.session_bg img {
	width: 100%;
	height: 500px;
	position: relative;
}

.session_bg .session_bg_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	z-index: 1;
	color: #fff;

}

.session_bg .session_bg_text span {
	font-size: 48px;
	font-weight: 700;
	line-height: 56.26px;
	letter-spacing: 0px;
}

.session_bg .session_bg_text p {
	margin-top: 10px;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 31.82px;
	text-transform: uppercase;
}

.session_content_silder_text {
	display: flex;
	align-items: center;
	color: rgba(6, 63, 140, 1);
	font-size: 24px;
    margin-left: 10px;
    margin-top: 18px;
}

.session_content_silder_text img {
	margin-right: 10px;
	width: 14px;
	height: 17.5px;
}

.session_content_silder{
    margin-left: 360px;
}

.session_content_silder_content {
	/*display: flex;*/
	/*overflow-x: auto;*/
	/*overflow-y: hidden;*/
	/*scroll-behavior: smooth;*/
	/*cursor: grab;*/
	/*-ms-overflow-style: none;*/
	/*scrollbar-width: none;*/
	/*user-select: none;*/
	/*position: relative;*/
	/*top: -120px;*/
	/*padding-left: 361px;*/
}

.session_content_silder_news a,
.session_content_silder_content a{
    margin-left: 10px;
}

.session_content_silder_news a>div{
    border-radius: 8px;
}

.session_content_silder_content .session_content_silder_img {
	width: 100%;
	/*height: 242px;*/
	overflow: hidden;
	border-radius: 8px;
	position: relative;

}

.session_content_silder_img .session_content_silder_img_bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	transition: transform 0.7s ease;
	transform-origin: center;
}

.session_content_silder_img .session_content_silder_img_icon {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.session_news_silder {
	width: 100%;
	margin-left: 300px;
}

.session_content_silder_news {
	/*display: flex;*/
	/*overflow-x: auto;*/
	/*overflow-y: hidden;*/
	/*scroll-behavior: smooth;*/
	/*cursor: grab;*/
	/*-ms-overflow-style: none;*/
	/*scrollbar-width: none;*/
	/*user-select: none;*/
	/*padding-left: 300px;*/
	/*position: relative;*/
	/*top: -120px;*/
}

/* 隐藏滚动条但保持功能 */
.session_content_silder_news::-webkit-scrollbar {
	display: none;
}

/* 拖动时的样式 */
.session_content_silder_news.dragging {
	cursor: grabbing;
}

.session-product-list {
	position: relative;
	top: -120px;
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*justify-content: center;*/
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px 60px;
	max-width: 1200px;
	margin: 0 auto;
	/*padding: 20px 0;*/
}


.session-product-list .session-product-list-item {
	width: 100%;
	max-width: 570px;
	border-radius: 5px;
	overflow: hidden;
}

.session-product-list-item .session-product-list-item-img {
	width: 100%;
	/*height: 300px;*/
}

.session-product-list-item .session-product-list-item-content {
	background: rgba(239, 239, 239, 1);
	padding: 20px 24px 20px 24px;
}

.session-product-list-item-content-title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	color: rgba(6, 63, 140, 1);

}

.session-product-list-item-content-title .session-p-i-1 {
	width: 8px;
	height: 10px;
}

.session-product-list-item-content-title img:first-child {
	margin-right: 10px;
}

.session-product-list-item-content-title span {
	flex: 1;
	font-size: 15px;
	font-weight: 500;
	padding-left: 0;
}

.session-product-list-item-content-title img:last-child {
	margin-left: auto;
}

.session-product-list-item-content-p {
	padding-left: 18px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 15.24px;
	color: rgba(21, 10, 5, 1);
	margin-top: 20px;
}




.session-show-more {
	width: 19px;
	height: 4px;
}

/* 隐藏滚动条 */
.session_content_silder_content::-webkit-scrollbar {
	display: none;
}

/* 拖动状态样式 */
.session_content_silder_content.dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.session_news_item {
	/*width: 300px;*/
	/*min-width: 300px;*/
	height: 150px;
	/*padding: 20px 24px 20px 24px;*/
	padding: 20px 24px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(233, 233, 233, 1);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	position: relative;
	border-radius: 0;
	flex-shrink: 0;
}

.session_news_item .session_news_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*margin-top: 20px;*/
}

.session_news_title .session_news_date {
	color: rgba(153, 153, 153, 1);
	font-size: 12px;
	font-weight: 400;
}

.session_news_title .session_news_badge {
	width: 68px;
	height: 22px;
	opacity: 1;
	border-radius: 1px;
	background: rgba(30, 144, 255, 1);;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2px 10px 2px 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
}

.session_news_item .session_news_content {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 500;
	color: #555;
}

.session_news_item .session_news_item_footer {
	position: absolute;
	bottom: 30px;
}

/* 只为第一个元素设置圆角 */
/*.session_content_silder_news a:first-child .session_news_item {*/
/*	border-radius: 5px 0px 0px 5px;*/
/*}*/

/*.session_content_silder_news a:last-child .session_news_item {*/
/*	border-radius: 0px 5px 5px 0px;*/
/*}*/

.session_footer {
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 18.75px;
	color: rgba(0, 60, 137, 1);
	margin-top: -60px;

}

.session_footer img {
	margin-left: 15px;
	width: 57px;
	height: 5.01px;
}

.session_footer_img {
	background: url("../image/show-more@2x.png") no-repeat center center;
	background-size: 100% 100%;
	width: 57px;
	height: 7px;
	margin-left: 15px;
}

.session_footer:hover {
	color: rgba(30, 144, 255, 1);
}

.session_footer:hover .session_footer_img {
	background: url("../image/Frame-35-hover.png") no-repeat center center;
	background-size: 100% 100%;
}




.banner {
	width: 100%;
	/*height: 100vh;*/
	margin-top: -116px;
}

.swiper-wrapper,
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.index_container .swiper-slide img {
	width: 100%;
	height: 100%;
	z-index: -1;
}



.swiper_val {
	position: absolute;
	left: 12.5%;
	top: 30%;
	transform: translateY(-50%);
	color: #fff;
	font-weight: 500;
	text-align: left;
}

.swiper_val p:nth-child(1) {
	font-size: 2.575rem;
	margin-bottom: 1.5625rem;
}

.swiper_val p:nth-child(2) {
	font-size: 2.575rem;
	margin-bottom: 1.875rem;
}

.footer {
	padding: 50px 0;
	background: rgba(239, 239, 239, 1);
}

.footer_main {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.footer_main dt {
	font-family: HarmonyOS Sans SC;
	margin: 15px 0;
	font-size: 18px;
	color: rgba(0, 60, 137, 1);
	line-height: 21.1px;
}

.footer_main dd {
	font-size: 13px;
	line-height: 15.24px;
	margin: 10px 0;
	color: rgba(21, 10, 5, 1);
}

.footer_main dd,
.footer_main dd a{
    color: #555;
}

/* Footer 主体各部分样式 */
.footer_main_1,
.footer_main_2,
.footer_main_3,
.footer_main_5 {
	/* width: 174px; */
}

.footer_main_1 dd,
.footer_main_1 dt,
.footer_main_2 dd,
.footer_main_2 dt,
.footer_main_3 dd,
.footer_main_3 dt,
.footer_main_5 dd,
.footer_main_5 dt {
	cursor: pointer;
}

.footer_main_3 dt {
	margin-top: 15px;
	margin-bottom: 5px;
}

.footer_main_3_1 {
	display: flex;
	justify-content: space-between;
}

.footer_main_6 {
	margin-top: 15px;
	width: 173px;
	height: 173px;
}

.footer_main_6 img {
	width: 100%;
	height: 100%;
}

.footer_logo img {
	height: 67px;
}

.beian {
	text-align: center;
	padding: 25px 0;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
}

.beian p {
	display: inline-block;
	max-width: 1410px;
	color: rgba(21, 10, 5, 1);
}

.nav_list {
	display: flex !important;
}
 

/* 搜索按钮和输入框容器 */
.search-btn {
	position: relative;
	cursor: pointer;
	min-width: 24px;
	width: 24px;
	transition: all 0.3s ease;
	/* overflow: hidden; */
}

/* 搜索输入框 */
.search-input {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 300px;
	padding: 5px 0;
	border: none;
	border-bottom: 2px solid transparent;
	outline: none;
	font-size: 16px;
	opacity: 0;
	transition: all 0.3s ease;
	background: transparent;
	pointer-events: none;
	transform-origin: right;
	transform: translateY(-50%) scaleX(0);
}

.search-input::placeholder{
    color: rgba(194, 194, 194, 1);
    font-weight: 300;
}

/* 展开状态的容器 */
.search-btn.active {
	width: 300px;
}

/* 展开状态的输入框 */
.search-btn.active .search-input {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(-50%) scaleX(1);
	border-bottom-color: rgba(0, 0, 0, 0.19);
}

/* 搜索图标 */
.search-btn img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}

.search-btn.active img {
	transform: translateY(-50%) translateX(5px);
}

.session_content_silder_img_bg:hover {
	transform: scale(1.5);
}




.about_banner {
	position: relative;
}

.about_banner .main_header_bg_menban {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
}

.about_session_1 {
	display: flex;
	align-items: center;
	margin-top: 100px;
	/* width: 100%; */

}
 

.about_session_1_img_1 {
	width: 760px;
	/*height: 648px;*/
}



.about_s1_title h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
}

.about_s1_title img {
	width: 144px;
}

.about_s1_p_1 {
	margin-top: 35px;
	font-size: 24px;
	font-weight: 400;
}

.about_s1_p_2 {
	font-size: 13px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
}

.about_s1_p_2 p {
	margin-top: 20px;

}

.about_s1_type {
	margin-top: 50px;
	display: flex;
	text-align: center;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 400;
}

.about_s1_type img {
	width: 24px;
	height: 24px;
}

.about_s1_type div {
	display: flex;
}

.about_s1_type div p {
	margin-left: 14px;
}

.about_s1_num {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	margin-top: 35px;
}

.about_s1_num_item_number {
	display: flex;
	align-items: center;
}

.about_s1_num_item_number p {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 500;
	color: rgba(38, 39, 41, 1);
	margin-right: 10px;
}

.about_s1_num_item_number img {
	width: 13px;
	height: 48px;
}

.about_s1_num_item {
	text-align: center;
}

.about_s1_num_item_text {
	font-size: 14px;
	font-weight: 400;
	color: rgba(38, 39, 41, 1);
}

.about_session_silder {
	margin: 123px 0 60px;
}

.about_session_silder .swiper-container {
	overflow: hidden;
	width: 100%;
}

.about_session_silder .swiper-wrapper {
	display: flex;
	flex-direction: row;
}

.about_session_silder .swiper-slide {
	/*width: 100%;*/
	width: max-content;
	height: 291px;
	border-radius: 10px;
	margin: 0 10px;
	background: #f9f9f9;
	flex-shrink: 0;
	border-radius: 10px;
	overflow: hidden;
}

.about_session_silder .swiper-slide img{
    width: auto;
    height: 100%;
}

.about_session_2 .about_s2_bg {
	width: 100%;
	/*height: 800px;*/
	background: url('../image/qywh_bg.jpg') no-repeat center center;
	background-size: cover;
}

.about_session_2 .about_s2_title_container {
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 1200px; */
	gap: 222px;
	margin: 60px auto;
}

.about_session_2 .about_s2_title h2 {
	font-size: 48px;
	line-height: 1;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.about_session_2 .about_s2_title img {
	width: 96px;
}

.about_session_2 .about_s2_title_container p {
	font-size: 15px;
	font-weight: 400;
	line-height: 2.2;
	color: rgba(102, 102, 102, 1);
}

.about_session_2 .about_s2_bg_img {
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #fff;
	padding: 50px 0;
}

.about_session_2 .about_s2_bg_img_left_1 {
	position: relative;
	/*top: 160px;*/
	width: 470px;
}

.about_s2_content .about_s2_bg_img_line {
	width: 192px;
	position: relative;
	top: -20px;
	margin-top: 10px;
}

.about_s2_content h2 {
	font-size: 48px;
	font-weight: 700;
}

.about_s2_content .about_s2_bg_img_line_2 {
	margin-top: 40px;
	width: 42px;
	height: 29px;
}

.about_s2_content p {
	font-size: 24px;
	font-weight: 500;
	margin-top: 15px;
	display: flex;
	align-items: center;
}

.about_s2_content p b{
    width: 156px;
    margin-right: 23px;
    line-height: 1.2;
}

.about_s2_content .a_s2_p {
	font-size: 15px;
	font-weight: 400;
	opacity: 0.9;
}

.about_s2_content .a_s2_p-t {
	margin: 15px 0 15px 0;
	font-size: 28px;
	font-weight: 400;
}




.about_session_3 {
	padding: 100px 0;
	background: rgba(243, 244, 249, 1);
	overflow: hidden;
}

.about_s3_title h2 {
	font-size: 48px;
	font-weight: 400;
}

.about_s3_bg_img_line {
	width: 192px;
	position: relative;
	top: -20px;
	margin-top: 10px;
}

.about_s3_step {
	display: flex;

}

.about_s3_step_item {
	font-size: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
	color: rgba(38, 39, 41, 0.6);
}

.about_s3_content_item {
	margin: 0 20px;
}

.about_s3_content_item_date {
	font-size: 13px;
	font-weight: 300;
}

.about_s3_header {
	display: flex;
	justify-content: space-between;
}

.about_s3_step_item_active {
	color: rgba(38, 39, 41, 1);
}

.show_arrow {
	display: block;
}

.no_show_arrow {
	display: none;
}

.about_s3_swiper_container {
	position: relative;
	height: 367px;
}

.about_session_3_swiper {
	/*width: 100vw !important;*/
	position: absolute;
}


.about_s3_swiper_container .swiper-container {
	overflow: hidden;
	width: 100%;
}

.about_s3_swiper_container .swiper-wrapper {
	display: flex;
	flex-direction: row;
	margin-top: 30px;
}

.about_s3_swiper_container .swiper-slide {
	/*width: 650px !important;*/
	height: 227px;
	opacity: 1;
	flex-shrink: 0;
	border-radius: 16px;
	margin-right: 20px;
}

.about_s3_swiper_container .swiper-slide:nth-child(4n+1) {
	background: url('../image/Rectangle2@2x.png') no-repeat;
	background-size: 100% 100%;
}

.about_s3_swiper_container .swiper-slide:nth-child(4n+2) {
	background: url('../image/Rectangle3@2x.png') no-repeat;
	background-size: 100% 100%;
}

.about_s3_swiper_container .swiper-slide:nth-child(4n+3) {
	background: url('../image/Rectangle4@2x.png') no-repeat;
	background-size: 100% 100%;
}

.about_s3_swiper_container .swiper-slide:nth-child(4n+4) {
	background: url('../image/Rectangle1@2x.png') no-repeat;
	background-size: 100% 100%;
}

.s3_swiper_item {
	padding: 40px;
}

.s3_swiper_item img {
	width: 371px;
}

.s3_swiper_item h2 {
	font-size: 65px;
	font-weight: 500;
	color: rgba(37, 30, 52, 1);
}

.s3_swiper_item p {
	margin-top: 80px;
	font-size: 15px;
	font-weight: 500;
	color: #555;
}






.about_session_4 {
	background: #fff;
	padding: 100px 0;
}

.about_session_4 h2 {
	font-size: 48px;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 50px;
}

.about_session_4 h4 {
	font-size: 15px;
	color: #555;
	font-weight: 400;
	margin-bottom: 79px;
}

.about_session_4 .swiper-container {
	overflow: hidden !important;
	width: 100% !important;
}

.about_session_4 .swiper-wrapper {
	display: flex;
	flex-direction: row;
}

.about_session_4_img_swiper img {
	/* margin: 0 20px; */
	height: 42px;
}








.about_session_5 {
	background: rgba(243, 244, 249, 1);
	width: 100%;
	/* overflow: hidden; */
}

.about_session_5 .ab_s5_btn_group {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 50px;  
}

.ab_s5_btn_group .ab_s5_btn {
	margin: 0 0 13px 0;
	box-sizing: border-box;
	width: 201px;
	height: 60px;
	font-size: 20px;
	color: rgba(38, 39, 41, 1);
	font-weight: 400;
	background-color: #fff;
	padding: 14px 35px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ab_s5_btn_group .ab_s5_btn span{
    font-size: 24px;
    margin-right: 10px;
}

.about_session_5 {
	width: 100%;
	overflow: hidden;
}

.about_session_5 .ab_s5_content {
	display: flex;
	width: 70%; 
}

.about_session_5 .ab_s5_btn_isactive {
	background: rgba(30, 144, 255, 1);
	color: #fff;
}

.ab_s5_btn_group .ab_s5_btn:hover {
	background: rgba(30, 144, 255, 1);
}

.ab_s5_content .ab_s5_content_list1,
.ab_s5_content_list2 {
	transition: all 0.3s ease;
}



.about_session_5 .about_s5_container {
	display: flex;
	padding: 100px 0 100px 0;
	box-sizing: border-box;
}

.about_session_5 .ab_s5_content .ab_s5_content_list1,
.about_session_5 .ab_s5_content .ab_s5_content_list2 {
	padding: 0 0 40px 0;
	width: 100%;
	overflow: hidden;
}

.about_session_5 .ab_s5_content .ab_s5_content_list1 .swiper-container, 
.about_session_5 .ab_s5_content .ab_s5_content_list2 .swiper-container {
	padding: 0 20px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.about_session_5 .ab_s5_content .ab_s5_content_list1 .swiper-wrapper ,
.about_session_5 .ab_s5_content .ab_s5_content_list2 .swiper-wrapper {
	display: flex;
	flex-direction: row;
}

/*.about_session_5 .ab_s5_content .ab_s5_content_list1 .swiper-slide,*/
/*.about_session_5 .ab_s5_content .ab_s5_content_list2 .swiper-slide {*/
/*	width: 280px !important;*/
/*	height: 370px;*/
/*	background: #fff;*/
/*	border-radius: 4px; */
/*	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
/*	flex-shrink: 0; */
/*}*/

.about_session_5 .ab_s5_content .ab_s5_content_list1 .swiper-slide     img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_session_5 .ab_s5_content .ab_s5_content_list2 .swiper-slide 	img {
	width: 100%;
	height: auto;
}

.about_session_5 .ab_s5_content .ab_s5_content_list1 .swiper-button-next,
.about_session_5 .ab_s5_content .ab_s5_content_list1 .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-top: -20px;
	text-align: center;
	top: 50%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.about_session_5 .ab_s5_content .ab_s5_content_list2 .swiper-button-next,
.about_session_5 .ab_s5_content .ab_s5_content_list2 .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-top: -20px;
	text-align: center;
	top: 50%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}



.about_session_5 .ab_s5_content .ab_s5_content_list1 .swiper-button-next, 
.about_session_5 .ab_s5_content .ab_s5_content_list2 .swiper-button-next {
	right: 5%;
}

.about_session_5 .ab_s5_content .ab_s5_content_list1 .swiper-button-next:after,
.about_session_5 .ab_s5_content .ab_s5_content_list2 .swiper-button-next:after,
.about_session_5 .ab_s5_content .ab_s5_content_list1 .swiper-button-prev:after,
.about_session_5 .ab_s5_content .ab_s5_content_list2 .swiper-button-prev:after{
	font-size: 20px;
	color: #333;
}




/* 列表公共样式 */
main {
	/* min-height: 1000px; */
	padding: 100px 0;
	/* box-sizing: border-box; */
	width: 100%;
}

.main_header_bg {
	position: absolute;
	z-index: -1;
	height: 656px;
	width: 100%;
	overflow: hidden;
}

.main_header_bg_img_container {
	position: relative;
	height: 100%;
	width: 100%;
}

.main_header_bg_img_container img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_header_bg_menban {
	bottom: 0;
	height: 200px !important;
}

.main_title {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	/* margin-top: 70px; */
}

.main_list {
	display: flex;
	gap: 55px;
	flex-wrap: wrap;
	margin: 30px 0;
}

.main_list a {
	text-decoration: none;
	/* width: 100%; */
	/* display:  block; */
}

.main_search_input {
	/*margin: 60px 0;*/
	box-sizing: border-box;
	/*padding: 30px 40px;*/
	background-color: #F0F0F0FF;
	display: flex;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 15px;
}

.main_search_input img {
	height: 38px;
}


.main_search_input input {
	/*width: 100%;*/
	border: none;
	height: 38px;
	padding: 0 15px;
}

.main_search_input input::placeholder{
    color: rgba(153, 153, 153, 1);
    font-weight: 300;
}

/* tabs */
.main_tabs {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	margin: 60px 0;
	width: 100%;
	/*overflow-y: hidden;*/
	/*overflow-x: auto;*/
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE 和 Edge */
}
.main_tabs::-webkit-scrollbar {
	display: none; /* Chrome、Safari */
  }

.main_tabs_container {
	display: flex;
	gap: 40px;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	-webkit-overflow-scrolling: touch;
	padding-bottom: 25px; /* 为底部边框留出空间 */
	margin-bottom: -25px; /* 抵消padding-bottom */
}

.main_tabs_item {
	font-size: 16px;
	font-weight: 400; 
	color: rgba(255, 255, 255, 1);
	padding: 5px 10px;
	position: relative;
	white-space: nowrap; /* 防止文字换行 */
	display: inline-block;  
	/* display: flex; */
	/* text-align: center; */
}

.main_tabs_item a {
	text-decoration: none;
	color: #fff;
}

.main_tabs_item div {
	display: inline-block; /* 让div宽度由内容决定 */
}

.main_tabs_item:not(.main_tabs_item_active):hover {
	background-color: rgba(240, 240, 240, 0.2);
}

.main_tabs_item_active {
	color: rgba(30, 144, 255, 1) !important;
	position: relative;
	top: -10px;
	font-weight: 700;
}

.main_tabs_item_active a {
	color: rgba(30, 144, 255, 1) !important;
}

.main_tabs_item_active::after {
	content: '';
	position: absolute;
	left: 10px;
	bottom: -20px;
	width: calc(100% - 20px);
	height: 2px;
	background-color: rgba(30, 144, 255, 1);
	text-align: center;
}

/* 解决方案 */
.main_title_solution {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.main_title_solution h1 {
	flex: auto;
}

.main_title_solution p {
	font-size: 16px;
	font-weight: 400;
	flex: 2;
}







/* 媒体中心 */
.meta_center_list_item {
	width: 450px;
	/* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); */
}

.meta_center_list_item_img img {
	width: 100%;
	/*height: 276px;*/
	border-radius: 8px 8px 0 0;
}

.meta_center_list_item_main {
	padding: 10px 20px 10px 20px;
	background-color: #fff;
}

.meta_center_list_item_content {
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.meta_center_list_item_arrow {
	width: 8px;
	height: 10px;
	position: absolute;
	left: -20px;
	top: 33%;
}

.meta_center_list_item_section {
    font-size: 13px;
    font-weight: 400;
    color: rgba(21, 10, 5, 1);
}

.meta_center_list_item_section p {
    font-weight: 500;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* 限制显示的行数 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #555;
    font-weight: 400;
}

.meta_center_list_item_title {
	font-size: 16px;
	font-weight: 500;
	color: rgba(6, 63, 140, 1);overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2; /* 限制显示的行数 */
display: -webkit-box;
-webkit-box-orient: vertical;
}

.meta_center_list_item_tag {
	background-color: rgb(230, 230, 230);
	padding: 3px 10px 3px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	width: 64px;
	height: 19px;
	font-size: 11px;
	font-weight: 400;
	white-space: nowrap;
	color: rgba(61, 89, 109, 1);
}

.meta_center_list_item_btn img {
	width: 22px;
	height: 12px;
}

.meta_center_list_item_btn {
	border: 1px solid rgba(61, 89, 109, 1);
	margin: 10px 0 13px 20px;
	box-sizing: border-box;
	width: max-content;
	height: 50px;
	border-radius: 2px;
	font-size: 16px;
	color: rgba(38, 39, 41, 1);
	font-weight: 400;
	background-color: #fff;
	padding: 14px 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.meta_center_list_item_btn:hover {
	border: 1px solid rgba(30, 144, 255, 1);
	background-color: rgba(30, 144, 255, 1);
	color: #fff;
}

.meta_center_list_item_btn:hover img {
    filter: invert(1000%); /* 完全反转颜色 */
}

.meta_detail_crumb {
	color: #fff;
	display: flex;
	align-items: center;
	margin-top: 60px;
}

.meta_detail_crumb span,
.meta_detail_crumb img {
	margin-right: 20px;
	font-size: 16px;
	font-weight: 400;
}

.meta_detail_crumb img {
	width: 4px;
	height: 8px;
}

.meta_detail_content {
	margin-top: 24px;
	background-color: #fff;
	/*height: 500px;*/
	padding: 60px 94px 60px 94px;
	border-radius: 5px;
}

.meta_detail_btn {
	display: flex;
	text-align: center;
	justify-content: center;
	gap: 40px;
}

.meta_detail_btn_item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 148px;
	height: 59px;
	border-radius: 2px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(239, 239, 239);
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 60, 137, 1);
}




/* 技术支持 */
.technology_list_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	/*justify-content: space-around;*/
	justify-content: center;
	width: 447px;
	height: 280px;
	background-color: #fff;
	border: 1px solid rgba(61, 89, 109, 1);
	text-align: center;
	border-radius: 8px;
	padding: 30px 10px;
	box-sizing: border-box;
}

.technology_list_item_title h2 {
	font-size: 18px;
	font-weight: 500;
	color: rgba(21, 10, 5, 1);
}

.technology_list_item_date {
	display: flex;
	align-items: center;
	justify-content: center;
    margin: 24px 0;
}

.technology_list_item_date p {
	color: rgba(61, 89, 109, 1);
	font-size: 15px;
	/* line-height: 17.58px; */
	font-weight: 400;
	margin-left: 20px;
}

.technology_list_item_icon {
	width: 16px;
	height: 16px;
}

.technology_list_item_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.technology_list_item_btn img {
	margin-left: 10px;
}

.technology_list_item_btn_item {
	display: flex;
	align-items: center;
	justify-content: center;
	/*padding: 10px 22px 10px 22px;*/
	border-radius: 8px;
	border: 1px solid rgba(61, 89, 109, 1);
	width: 95px;
	height: 43px;
	color: rgba(61, 89, 109, 1);
	font-size: 15px;
	font-weight: 400;
}

.technology_list_item_btn_item:hover {

	border: 1px solid rgba(30, 144, 255, 1);
	background-color: rgba(30, 144, 255, 1);
	color: rgba(21, 10, 5, 1);

}

.technology_layer_content {
	padding: 20px;
	font-weight: 500;
}

.technology_layer_content h2 {
	margin-bottom: 20px;
}

.technology_layer_content_date {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 10px 0;
	/* justify-content: center;  */
}

.technology_layer_content div {
	margin-bottom: 10px;
}

.technology_layer_btn_item {
	width: 90%;
	margin-top: 20px;
}


.laypage {
	text-align: center;

}

.layui-laypage a,
.layui-laypage span {
	font-size: 16px !important;
}

.layui-laypage .layui-laypage-curr em {
	color: rgba(21, 10, 5, 1);
}









/* 解决方案列表项样式 */
.solution_list_item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 430px;
	height: 430px;
	border-radius: 8px;
}

.solution_list_item_img {
	overflow: hidden;
}

.solution_list_item_img img {
	width: 100%;
	height: 450px;
	transition: transform 0.3s ease;
	object-fit: cover;
}

.solution_list_item:hover .solution_list_item_img img {
	transform: scale(1.1);
}

.solution_list_item_main {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	transition: all 0.3s ease;
	height: 80px;
	/* 初始高度 */
	box-sizing: border-box;
	color: #333;
}

.solution_list_item_arrow {
	background: url("../image/solution-up.png") no-repeat center center;
	width: 16px;
	height: 16px;
}

.solution_list_item:hover .solution_list_item_arrow {
	background: url("../image/solution-down.png") no-repeat center center;
}

.solution_list_item:hover .solution_list_item_main {
	height: auto;
	min-height: 50px;
	/* hover时的高度 */
	background-color: rgba(30, 144, 255, 0.8);
	color: #fff;
}

.solution_list_item:hover .solution_list_item_arrow {
    filter: grayscale(50%) brightness(150%);
/* 兼容旧版浏览器 */
-webkit-filter: grayscale(50%) brightness(150%);
}

.solution_list_item_title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.solution_list_item_content {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s ease;
	visibility: hidden;
}

.solution_list_item:hover .solution_list_item_content {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.solution-up {
	display: block;
	transition: opacity 0.3s ease;
}

.solution-down {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.solution_list_item:hover .solution-up {
	display: none;
}

.solution_list_item:hover .solution-down {
	display: block;
	opacity: 1;
}


/* 产品详情 */
.product_detail {
	z-index: 20;
	display: flex;
	gap: 20px; 
	margin-bottom: 170px;
}

.product_detail_select_container {
	width: 26.5%;
}
.product_detail_select {
	/* width: 360px; */
	width: 100%;
	/* height: 438px;  */
	border-radius: 5px;
	background-color: #fff;
	padding: 20px;
	font-size: 20px;
	box-sizing: border-box;
}

.product_detail_select_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product_detail_select_title a{
    cursor: pointer;
}

.product_detail_select_title img {
	width: 12px;
	height: 11px;
}

.layui-panel {
	margin: 20px 0;
	background-color: rgb(235, 235, 235);
}

.layui-menu {
	background-color: rgb(235, 235, 235);
}

.product_commend {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: rgba(0, 60, 137, 1);
}


.product_detail_content {
	width: 70%;
	flex: 1;
	flex-shrink: 0;
	background-color: #fff;
	height: 100%;
	border-radius: 5px;
	background: rgb(255, 255, 255);
	padding: 20px 150px;
	box-sizing: border-box;
}

.product_detail_form {
	padding: 20px;
}

.product_detail_form_title {
	font-size: 20px;
	font-weight: 500;
}

.contact_inp input,
.contact_inp textarea {
	height: 45px;
	line-height: 45px;
	margin: 10px 0;
	padding: 0 16px;
	/* width: calc(100% - 52px); */
	width: 100%;
	border: none;
	box-sizing: border-box;
	background: rgb(250, 250, 250);
	box-shadow: 0px 0px 2px rgb(0, 0, 0);
}

.contact_inp textarea {
	resize: none;
	height: 80px;
}

.contact_form_bn {
	/* width: calc(100% - 52px); */
	height: 48px;
	border-radius: 5px;
	background: rgb(195, 217, 78);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	color: rgba(21, 10, 5, 1);
}

.pd_header {
	display: flex;
	align-items: center;
	gap: 20px;
}

.pd_title , .pd_content_title{
	font-size: 48px;
	font-weight: 500;
	color: rgba(6, 63, 140, 1);
	text-align: center;
	margin-bottom: 40px;
}

.pd_content div {
	margin: 40px 0;
}

.pd_content_img {
	display: flex;
	margin-top: 60px;
}


.pd_content_img .swiper { 
	margin: 0;;
}

.pd_content_img .mySwiper2 {
	width: 660px;
	height: 400px;
	object-fit: cover;
	border-radius: 5px 0px 0px 5px;
	margin-right: 5px;
}

.pd_content_img .mySwiper {
	
	/* */
	
}

.pd_content_img .mySwiper .swiper-wrapper {
	flex-direction: column;
	width: 218px;
	height: 135px; 
}

.pd_content_img .mySwiper .swiper-slide {
	width: 100% !important;
	height: 100%; 
	object-fit: cover;
	margin-bottom: 5px;
}

.pd_content_img .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lang_btn a{
    display: flex;
    align-items: center;
}

/* 2025-06-19 */
.lang_btn:hover,
.lang_btn a:hover{
    color: rgba(30, 144, 255, 1);
}

.lang_btn:hover img,
.lang_btn a:hover img{
    transform: translateY(-60000px);
    filter: drop-shadow(rgba(30, 144, 255, 1) 0 60000px)
}

.session-product-list .session-product-list-item p{
    overflow: hidden; /* 隐藏超出容器的文本 */
    white-space: nowrap; /* 保持文本在一行内显示 */
    text-overflow: ellipsis; /* 文本溢出时显示省略号 */
    color: #555;
}

header{
	position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 0;
    box-sizing: border-box;
}

.layui-table th{
    background-color: #f8f8f8;
}

.swiper-container .layui-icon{
    display: none;
}

@media (max-width: 500px){
    .pages ul li a{
        min-width: 30px !important;
        line-height: 20px !important;
    }
}

.meta_detail_content img,
.meta_detail_content video{
    max-width: 100% !important;
}

.meta_detail_content,
.meta_detail_content *{
    text-wrap-mode: wrap !important;
}

.beian{
    position: relative;
}

.totop{
    display: block;
    width: 20px;
    height: 20px;
    padding: 10px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 13px rgba(0,0,0,0.2);
    /*position: absolute;*/
    position: fixed;
    /*top: 50%;*/
    bottom: 15vh;
    right: 6vw;
    z-index: 9999999;
    /*transform: translateY(-50%);*/
    cursor: pointer;
    
}

.layui-menu .layui-menu-item-checked, .layui-menu .layui-menu-item-checked2{
    background-color: transparent !important;
}

.layui-menu .layui-menu-item-checked div, .layui-menu .layui-menu-item-checked2 div{
    color: rgba(30, 144, 255, 1);
}

.layui-menu .layui-menu-item-checked::after, .layui-menu .layui-menu-item-checked2::after{
    display: none;
}




