@font-face {
	font-family: 'SourceHanSans';
	src: url('/www/fonts/SourceHanSansCN-ExtraLight.otf') format('opentype');
	font-weight: normal;
}

@font-face {
	font-family: 'SourceHanSansCN-Regula';
	src: url('/www/fonts/SourceHanSansCN-Regular.otf') format('opentype');
	font-weight: normal;
}

body {
	background-color: #f2f2f2;
}

a:hover {
	text-decoration: none;
}

/* pc 头部轮播 */
.swiper_one {
	height: 100vh;
}

.swiper-container {
	width: 100%;
	/* height: 750px; */
	/* margin: 20px auto; */
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 250px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* 自定义滚动条样式 */
.swiper-scrollbar {
	width: 45% !important;
	/* 滚动条宽度为容器的80% */
	height: 4px !important;
	/* 滚动条高度6px */
	left: 50% !important;
	transform: translateX(-50%) !important;
	/* 水平居中 */
	/* /* background: rgba(0, 0, 0, 0.1) !important; */
	border-radius: 3px !important;
	bottom: 40px !important;
	/* 距离底部10px */
}

.swiper-scrollbar-drag {
	background: #005eb8;
	border-radius: 3px !important;
	height: 100% !important;
}

.scrollbar1 .swiper-scrollbar-drag {
	background: white;
}

.swiper-button-next.swiper-button-white {
	background-image: url("/www/new/img/right_white.png");
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
}

.swiper-button-prev.swiper-button-white {
	background-image: url("/www/new/img/left_white.png");
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
}


.swiper-button-next.swiper-button-black {
	background-image: url("/www/new/img/right_black.png");
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
}

.swiper-button-prev.swiper-button-black {
	background-image: url("/www/new/img/left_black.png");
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
}


.swiper-scrollbar-drag:hover {
	background: blue !important;
}

.pc_video {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.pc_video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 保持比例填充，可能会裁剪 */
	/* 或者使用 object-fit: contain; 完整显示视频，可能有黑边 */
}


/* 视频添加样式 start*/
/* 视频播放按钮样式 */
.pc_video {
	position: relative;
	overflow: hidden;
}

.video-play-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 10;
	transition: opacity 0.3s ease;
}

.video-play-btn:hover {
	background: rgba(0, 0, 0, 0.8);
}

.play-icon {
	font-size: 4rem;
	color: white;
	margin-bottom: 1rem;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.video-play-btn p {
	color: white;
	font-size: 1.2rem;
	margin: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* 微信浏览器视频优化 */
video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 移动端适配 */
@media (max-width: 767px) {
	.play-icon {
		font-size: 3rem;
	}

	.video-play-btn p {
		font-size: 1rem;
	}
}

/* 视频添加样式 end*/

.pc_image_banner {
	width: 100%;
	height: 100%;
	position: relative;
}

.pc_image_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .swiper_one .pc_image_banner img {
	width: 100%;
	height: calc(100% - 144px);
	object-fit: cover;
} */

.swiper_one .pc_image_banner>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.banner_link_btn:hover {
	text-decoration: none;
	cursor: pointer;
}


#next1,
#prev1 {
	top: 55% !important;
}

#next1 {
	right: 40px;
}

#prev1 {
	left: 40px;
}


/* 企业新闻板块 */
.news-section {
	width: 100%;
	padding: 100px 0;
	background-color: #eeeeee;
}

.news_section_title {
	font-family: "SourceHanSans";
}

.news-section .more_btn {
	width: 160px;
	height: 43px;
	border: solid 1px #000;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	margin-top: 38px;
	margin-left: 5px;
	border-radius: 10px;
	cursor: pointer;
	font-family: "SourceHanSansCN-Regula";
	transition: all 0.2s;
}

.news-section .more_btn:hover {
	background-color: #005eb8;
	color: white;
	border-color: #005eb8;
}

/* 时间轴样式 */
.time_line_item {
	display: flex;
	margin-bottom: 26px;
	cursor: pointer;
}

.time_line_item:last-child .time_line_style {
	display: none;
}

.time_line_l {
	font-size: 29px;
	background-color: #eeeeee;
}

.time_line_l h3 {
	padding-top: 3px;
	box-sizing: border-box;
	padding-bottom: 26px;
	font-family: "SourceHanSans";
}

.time_line_style {
	width: 1px;
	height: 60px;
	background-color: #d9d9d9;
	margin-left: 60px;
}

.time_line_r {
	margin-left: 130px;
}

.time_line_r p {
	font-family: "SourceHanSans";
}

/* 匠心产品区域 */

.product-section .title_wrap {
	width: 100%;
	background-color: white;
}

.title_wrap {
	padding-top: 80px;
	padding-bottom: 80px;
}

.title_wrap h3 {
	font-family: "SourceHanSans";
}

.swiper_two {
	height: 100vh;
}

.title_content {
	width: 85%;
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translateX(-50%);
	z-index: 10;
}

/* .swiper_two .pd_title {
	position: absolute;
	left: 0px;
	left: 20vh;
	top: 100px;
	font-family: "SourceHanSans";
	z-index: 10;
} */


.swiper_two .pd_title {
	font-family: "SourceHanSans";
}


.swiper_two .swiper-scrollbar {
	bottom: 6% !important;
}



#next2 {
	right: 40px;
}

#prev2 {
	left: 40px;
}

/* 产品展示区域 */
.product_showcase {
	width: 100%;
	/* background-color: #e5e5e5; */
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url("/www/new/img/pd_bg.png");
	background-size: 100% 100%;
}

.product_item1 {
	width: 100%;
	background-color: white;
	padding: 40px 40px 0;
	box-sizing: border-box;
	cursor: pointer;
}

.product_item1 h3 {
	font-family: 'SourceHanSansCN-Regula';
}

.product_item1 .product_img {
	text-align: right;
	/* margin-top: 30px; */
}

.product_item1 .product_img img {
	display: inline-block;
	width: 358px;
	height: 256px;
	object-fit: contain;
	transition: all 0.3s;
}

.product_item1:hover .product_img img {
	transform: scale(1.1);
}


.product_item2 {
	width: 100%;
	background-color: white;
	padding: 40px 30px 40px;
	box-sizing: border-box;
	margin-top: 40px;
	cursor: pointer;
}

.product_item2 h3 {
	font-family: "SourceHanSansCN-Regula";
}

.product_item2 .product_img {
	text-align: center;
	margin-top: 40px;
}

.product_item2 .product_img img {
	display: inline-block;
	width: 100%;
	height: 160px;
	object-fit: contain;
	transition: all 0.3s;
}

.product_item2:hover .product_img img {
	transform: scale(1.1);
}

/* 走进欧姆龙 */
.about-section {
	width: 100%;
}

.about-section .title_wrap {
	width: 100%;
	background-color: #eeeeee;
}

.swiper_three .banner_link_btn {}




#next3,
#prev3 {
	top: 50% !important;
}

#next3 {
	right: 20px;
}

#prev3 {
	left: 20px;
}


.about-section .el-icon-arrow-right {
	/* font-size: 22px; */
}


.group_buy {
	background-color: #f2f2f2;
	padding-top: 86px;
}

.group_buy .row {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 52px;
	margin-left: -20px;
	margin-right: -20px;
}

.group_buy_item {
	display: flex;
	border-right: 1px solid #d9d9d9;
	align-items: center;
}

.group_buy_item:last-child {
	border-right: none;
	padding-left: 50px;
	box-sizing: border-box;
}

.group_buy_item_l {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.group_buy_item_l h3 {
	font-family: "SourceHanSans";
}

.group_buy_btn {
	width: 160px;
	height: 40px;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	/* font-size: 22px; */
	text-align: center;
	color: #000;
	border-radius: 10px;
	margin-top: 40px;
	margin-left: 5px;
	cursor: pointer;
	transition: all 0.2s;
}

.group_buy_btn:hover {
	background-color: #005eb8;
	color: white;
	border-color: #005eb8;
}


.group_buy_item_r {
	width: 50%;
	text-align: center;
}

.group_buy_item_r img {
	width: 302px;
	height: 260px;
	object-fit: contain;
}

.welfare_qr_section {
	width: 100%;
	padding-top: 117px;
	padding-bottom: 105px;
}

.welfare_qr_wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.welfare_qr_l h1 {
	text-align: center;
	font-family: "SourceHanSans";
}

.welfare_qr_l h6 {
	text-align: center;
	margin-top: 20px;
	font-family: "SourceHanSans";
}

.welfare_qr_r {
	margin-left: 142px;
}

.welfare_qr_r img {
	width: 120px;
	/*box-shadow: 7px 17px 38px 0px rgba(63, 63, 63, 0.2);*/
}

.service-support-section {
	width: 100%;
	background-color: #003153;
	height: 450px;
	display: flex;
	align-items: center;
}

.service-support-section .row {
	display: flex;
	align-items: center;
}

.service_support_l {}

.service_support_l h2 {
	/* font-size: 60px; */
	color: white;
	font-family: "SourceHanSans";
}

.service_support_l_btn {
	width: 160px;
	height: 40px;
	border: 1px solid white;
	/* margin: auto; */
	margin-top: 33px;
	border-radius: 10px;
	/* font-size: 21px; */
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-left: 0px;
	transition: all 0.2s;
}

.service_support_l_btn:hover {
	background-color: #005eb8;
	color: white;
	border-color: #005eb8;
}


.service_support_items {
	display: flex;
}

.service_support_item {
	text-align: center;
	position: relative;
	width: 25%;
	cursor: pointer;
}

.service_support_item img {
	display: inline-block;
	height: 40px;
}

.service_support_item h4 {
	color: white;
	text-align: center;
	margin-top: 32px;
	font-family: "SourceHanSans";
}

.service_support_item .line {
	width: 1px;
	height: 40px;
	background-color: #d9d9d9;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}



.experience-cooperation-section {
	width: 100%;
	height: 460px;
	display: flex;
	align-items: center;
	background-color: #f2f2f2;
}

.experience-cooperation-section .row {
	display: flex;
	align-items: center;
}



.experience-cooperation_l h2 {
	font-family: "SourceHanSans";
}

.experience-cooperation_items {
	display: flex;
}


.experience-cooperation_item {
	text-align: center;
	position: relative;
	width: 25%;
	cursor: pointer;
}


.experience-cooperation_item img {
	display: inline-block;
	height: 50px;
}

.experience-cooperation_items h4 {
	color: #333;
	text-align: center;
	margin-top: 32px;
	font-family: "SourceHanSans";
}

.experience-cooperation_item .line {
	width: 1px;
	height: 54px;
	background-color: #464646;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


/* 关注欧姆龙 */
.follow-omron-section {
	width: 100%;
	height: 460px;
	background-color: #e2e2e2;
	display: flex;
	align-items: center;
}

.follow-omron-section .row {
	display: flex;
	align-items: center;
}


.follow_omron_l h2 {
	font-family: "SourceHanSans";
}

.follow_omron_l h2:last-child {
	margin-left: 57px;
	margin-top: 20px;
}

.fllow-omrom-codes {
	display: flex;
	justify-content: space-between;
}


.code_item {
	text-align: center;
	margin-left: 30px;
}

.code_item img {
	height: 120px;
	display: inline-block;
}


.code_item p {
	text-align: center;
	line-height: 36px;
	margin-top: 40px;
	font-family: "SourceHanSans";
}

.footer-links-section {
	padding: 120px 0 80px;
	background-color: #eeeeee;
}

.links_item {}


.links_group {
	margin: auto;
}

.links_group_item {
	margin: auto;
	margin-bottom: 30px;
}

.links_title a {
	color: #003252;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 20px;
	display: inline-flex;
	font-family: "SourceHanSans";
}

.links_group_item a {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 36px;
	font-family: "SourceHanSans";
}

.links_title {
	margin-bottom: 30px;
}

.white_btn {
	border: 1px solid #fff !important;
	color: #fff !important;
}

.white_btn:hover {
	border: 1px solid #005eb8 !important;
	color: #fff !important;
}

.black_btn {
	border: 1px solid #000 !important;
	color: #000 !important;
}

.black_btn:hover{
	border: 1px solid #005eb8 !important;
	color: #fff !important;
}


/* 手机视频start */
.mb_video {
	width: 100%;
	height: 100%;
}


.video-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.play-button {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	/* transform: translate(-50%, -50%); */
	background: rgba(0, 0, 0, 0);
	z-index: 1;
	border: none;
}



/* 手机视频end */


/* 移动端适配 */
@media (max-width: 767px) {

	/* 手机端搜索样式 */
	.swiper_one {
		height: 12rem;
	}

	.mb_image_banner {
		width: 100%;
		height: 100%;
	}

	.mb_image_banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.banner_link_btn {
		width: 100px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: .1rem;
		position: absolute;
		left: 50%;
		bottom: 10%;
		font-size: .22rem;
		transform: translateX(-50%);
		font-family: "SourceHanSansCN-Regula";
	}



	#next1 {
		right: 4px;
	}

	#prev1 {
		left: 4px;
	}

	#next1,
	#prev1 {
		top: 49.5% !important;
	}

	.swiper-scrollbar {
		bottom: 10px !important;
	}

	.title_wrap h3 {
		font-family: "SourceHanSans";
		text-align: center;
	}

	.title_wrap {
		padding-top: .6rem;
		padding-bottom: .6rem;
	}

	.swiper_three {
		height: auto;
	}


	#next3 {
		right: 4px;
	}

	#prev3 {
		left: 3px;
	}
	
	#next3, #prev3 {
	    top: 64% !important;
	}

	/* .about-section .el-icon-arrow-right {
		font-size: .22rem;
	} */

	.news_section_title {
		text-align: center;
		font-family: "SourceHanSans";
		margin-bottom: .6rem;
	}

	.news-section {
		width: 100%;
		padding: .6rem 0 0;
		background-color: #eeeeee;
	}

	.news-section .more_btn {
		width: 130px;
		height: 30px;
		border: solid 1px #003252;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #003252;
		font-size: .22rem;
		border-radius: .1rem;
		margin: 0rem auto 0.6rem;
		cursor: pointer;
		font-family: "SourceHanSansCN-Regula";
	}

	.time_line_r {
		margin-left: 0.8rem;
	}

	.time_line_style {
		width: 1px;
		height: 1.1rem;
		background-color: #d9d9d9;
		margin-left: 0.9rem;
	}

	.time_line_item {
		margin-bottom: .4rem;
	}

	.time_line_item:last-child {
		margin-bottom: .6rem;
	}


	.swiper_two {
		height: auto;
	}


	.swiper_one .pc_image_banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.mb_video {
		width: 100%;
		height: 100%;
	}

	#next2 {
		right: 4px;
	}

	#prev2 {
		left: 4px;
	}
	
	/* 匠心产品 */
	.title_content {
	    width: 85%;
	    position: absolute;
	    left: 50%;
	    top: .6rem;
	    transform: translateX(-50%);
	    z-index: 10;
		text-align: center;
	}

	.product_showcase {
		width: 100%;
		background-color: #e1e1e1;
		padding-top: .6rem;
		padding-bottom: .6rem;
		padding-left: .2rem;
		padding-right: .2rem;
	}

	.product_showcase .col-xs-6 {
		padding-right: .1rem;
		padding-left: .1rem;
	}


	.product_item1 {
		width: 100%;
		background-color: white;
		padding: .2rem;
		box-sizing: border-box;
		border-radius: .2rem;
	}

	.product_item1 .product_img img {
		width: 100%;
		height: 1.6rem;
		object-fit: contain;
	}

	.product_item1 .product_img {
		text-align: center;
		margin-top: .4rem;
	}

	.product_item2 {
		width: 100%;
		background-color: white;
		padding: .2rem;
		box-sizing: border-box;
		margin-top: .3rem;
		border-radius: .2rem;
	}

	.product_item2 .product_img {
		text-align: center;
		margin-top: .4rem;
	}

	.product_item2 .product_img img {
		width: 100%;
		height: 1.6rem;
		object-fit: contain;
	}

	.group_buy {
		padding-top: .6rem;
	}

	.group_buy .row {
		border-bottom: 1px solid #d9d9d9;
		padding-bottom: 0.1rem;
	}

	.group_buy_btn {
		width: 130px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		/* font-size: 22px; */
		text-align: center;
		border-radius: 8px;
		margin-top: .0rem;
		cursor: pointer;
		margin-left: 0;
	}


	.group_buy_item_r img {
		width: 3.2rem;
		height: 3rem;
		object-fit: contain;
	}

	.group_buy_item {
		margin-bottom: .6rem;
		flex-direction: column;
		align-items: center;
	}

	.group_buy_item_l {
		display: flex;
		flex-direction: column;
		width: 50%;
		align-items: center;
	}
	
	.group_buy_item_r{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.group_buy_item:last-child {
		padding-left: 15px;
		margin-top: .6rem;
	}

	.welfare_qr_section {
		width: 100%;
		padding-top: .6rem;
		padding-bottom: .6rem;
	}
	
	.welfare_qr_wrap {
	    display: flex;
		flex-direction: column;
	}
	

	.welfare_qr_r {
		margin-left:0;
		margin-top: .4rem;
	}
	
	.welfare_qr_l h6 {
	    text-align: center;
	    margin-top: .2rem;
		margin-bottom: 0rem;
	    font-family: "SourceHanSans";
	}

	/* 服务与支持 */
	.service-support-section {
		height: auto;
		padding: 0.6rem 0;
		/* 40px ÷ 50px = 0.8rem (最小屏幕) */
		flex-direction: column;
	}

	.service-support-section .row {
		display: block;
		align-items: unset;
	}

	.service_support_l {
		text-align: center;
		margin-bottom: 0.6rem;
		/* 30px ÷ 50px = 0.6rem */
	}

	.service_support_l h2 {
		font-size: 0.64rem !important;
		/* 32px ÷ 50px = 0.64rem */
		margin-bottom: 0;
	}

	.service_support_l_btn {
		margin: 0.2rem auto 0;
		/* 20px ÷ 50px = 0.4rem */
		width: 130px;
		/* 140px ÷ 50px = 2.8rem */
		height: 30px;
		/* 38px ÷ 50px = 0.76rem */
		line-height: 30px;
		font-size: 0.22rem;
		/* 14px ÷ 50px = 0.28rem */
		border-radius: 8px;
	}

	.service_support_items {
		width: 100%;
		/* padding: 0 0.4rem; */
		flex-wrap: wrap;
		/* 20px ÷ 50px = 0.4rem */
	}

	.service_support_item {
		width: 50%;
		padding: 0.3rem 0;
		/* 20px ÷ 50px = 0.4rem */
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: left;
		padding: .2rem;
		margin-bottom: .4rem;
	}

	.service_support_item:last-child {
		border-bottom: none;
	}

	.service_support_item img {
		height: 0.6rem;
		margin-bottom: .2rem;
		/* 40px ÷ 50px = 0.8rem */
		/* margin-right: 0.3rem; */
		/* 15px ÷ 50px = 0.3rem */
		flex-shrink: 0;
	}

	.service_support_item h4 {
		margin: 0;
		font-size: 0.32rem;
		/* 16px ÷ 50px = 0.32rem */
		flex: 1;
	}

	.service_support_item .line {
		display: none;
	}

	/* 体验与合作 */
	.experience-cooperation-section {
		height: auto;
		padding: 0.6rem 0;
		/* 40px ÷ 50px = 0.8rem */
		flex-direction: column;
		background-color: #f8f8f8;
	}

	.experience-cooperation-section .row {
		display: block;
		align-items: unset;
	}

	.experience-cooperation_l {
		text-align: center;
		margin-bottom: 0.6rem;
		/* 30px ÷ 50px = 0.6rem */
	}

	.experience-cooperation_l h2 {
		font-size: 0.64rem !important;
		/* 32px ÷ 50px = 0.64rem */
		margin-bottom: 0;
		color: #333;
	}

	.experience-cooperation_items {
		padding: 0 0.4rem;
		/* 20px ÷ 50px = 0.4rem */
		gap: 0.4rem;
	}

	.experience-cooperation_item {
		width: 50%;
		padding: 0 0.5rem 0;
		/* 25px ÷ 50px = 0.5rem */
		/* border: 1px solid #e0e0e0; */
		border-radius: 0.16rem;
		/* 8px ÷ 50px = 0.16rem */
		/* background: white; */
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		/* box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.1); */
		/* 2px 8px */
	}

	.experience-cooperation_item img {
		height: 0.8rem;
		/* 40px ÷ 50px = 0.8rem */
		margin-bottom: .2rem;
		/* 15px ÷ 50px = 0.3rem */
		flex-shrink: 0;
	}

	.experience-cooperation_items h4 {
		margin: 0;
		font-size: 0.32rem;
		/* 16px ÷ 50px = 0.32rem */
		flex: 1;
		color: #333;
	}

	.experience-cooperation_item .line {
		display: none;
	}

	/* 关注欧姆龙 */
	.follow-omron-section {
		height: auto;
		padding: .6rem 0;
		flex-direction: column;
		text-align: center;
	}

	.follow-omron-section .row {
		display: block;
		align-items: unset;
	}

	.follow_omron_l {
		margin-bottom: .6rem;
	}

	.follow_omron_l h2 {
		margin: 0;
		line-height: 1.2;
		font-weight: 500;
	}

	.follow_omron_l h2:last-child {
		margin-left: 0;
		margin-top: 0.2rem;
	}

	.fllow-omrom-codes {
		/* flex-direction: column; */
		/* gap: 0.8rem; */
		/* align-items: center; */
		flex-wrap: wrap;
	}

	.code_item {
		width: 32%;
		max-width: 220px;
		padding: 0rem;
		/* background: #f8f9fa; */
		border-radius: 6px;
		border: 1px solid #dee2e6;
		transition: all 0.3s ease;
		margin-left: 0;
		margin-bottom: .3rem;
	}

	/* .code_item:hover {
		transform: translateY(-1px);
		border-color: #007bff;
		background: #ffffff;
	} */

	.code_item img {
		height: 1.3rem;
		width: auto;
		display: block;
		margin: 0 auto;
	}

	.code_item p {
		line-height: 1.2;
		margin-top: 0.2rem;
		color: #666;
		text-align: center;
		font-family: "SourceHanSansCN-Regula";
	}

	/* 底部链接 */
	.footer-links-section {
		padding: .6rem 0 .6rem;
		background-color: #eeeeee;
	}

	.links_item {
		margin-bottom: 0;
		padding: 0 .2rem;
	}

	.links_title {
		margin-bottom: 0;
		text-align: center;
	}

	.links_title a {
		color: #333;
		border-bottom: none;
		padding-bottom: 0.2rem;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-weight: 600;
	}

	.links_logo {
		text-align: center;
		margin-bottom: 0.4rem;
	}

	.links_logo img {
		width: 2.2rem;
	}

}


/* 平板适配 */
@media (min-width: 768px) and (max-width: 991px) {
	.service-support-section {
		height: auto;
		padding: 50px 0;
	}

	.service_support_l h2 {
		font-size: 42px !important;
		margin-bottom: 20px;
		text-align: center;
	}

	.service_support_l {
		margin-bottom: 30px;
	}

	.service_support_l_btn {
		margin-top: 25px;
		margin: auto;
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}

	.service_support_items {
		flex-wrap: wrap;
		gap: 20px;
		padding: 0 15px;
	}

	.service_support_item {
		width: calc(50% - 10px);
		padding: 25px 15px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.05);
	}

	.service_support_item img {
		height: 50px;
		margin-bottom: 15px;
	}

	.service_support_item h4 {
		font-size: 18px;
		margin-top: 15px;
	}

	.service_support_item .line {
		display: none;
	}

	/* 体验与合作 */
	.experience-cooperation-section {
		height: auto;
		padding: 50px 0;
		background-color: #f8f8f8;
	}

	.experience-cooperation_l {
		text-align: center;
		margin-bottom: 40px;
	}

	.experience-cooperation_l h2 {
		font-size: 42px !important;
		margin-bottom: 0;
		color: #333;
	}

	.experience-cooperation_items {
		justify-content: center;
		gap: 30px;
		padding: 0 20px;
	}

	.experience-cooperation_item {
		width: 200px;
		padding: 30px 20px;
		border: 1px solid #e0e0e0;
		border-radius: 12px;
		background: white;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	.experience-cooperation_item:hover {
		transform: translateY(-5px);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	}

	.experience-cooperation_item img {
		height: 50px;
		margin-bottom: 20px;
	}

	.experience-cooperation_items h4 {
		font-size: 18px;
		margin: 0;
		color: #333;
	}

	.experience-cooperation_item .line {
		display: none;
	}

	/* 关注欧姆龙 */
	.follow-omron-section {
		height: auto;
		padding: 1.1rem 0;
		flex-direction: row;
		align-items: center;
	}

	.follow_omron_l {
		margin-bottom: 0;
		text-align: left;
	}

	.follow_omron_l h2 {
		margin: 0;
		line-height: 1.3;
		font-weight: 600;
		text-align: center;
	}

	.follow_omron_l h2:last-child {
		margin-left: 25px;
		margin-top: 12px;
		text-align: center;
		margin-bottom: .2rem;
	}

	.fllow-omrom-codes {
		flex-direction: row;
		align-items: center;
	}

	.code_item {
		width: 100%;
		max-width: 220px;
		padding: 0.4rem;
		/* background: #f8f9fa; */
		border-radius: 6px;
		border: 1px solid #dee2e6;
		transition: all 0.3s ease;
		height: 3.2rem;
	}

	.code_item:hover {
		transform: translateY(-1px);
		border-color: #007bff;
		background: #ffffff;
	}

	.code_item img {
		width: auto;
		display: block;
		margin: 0 auto;
	}

	.code_item p {
		line-height: 1.2;
		margin-top: 0.5rem;
		color: #666;
		text-align: center;
	}
}