body,
html {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: 'Microsoft YaHei', sans-serif;
}

.banner {
	width: 100%;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.wrap{
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}

.bannerimg_home {
	height: 100vh;
	align-items: center;
	background-image: url('../img/home_banner_0328.jpg');
}

.bannerimg_about {
	height: 100vh;
	align-items: flex-start;
	background-image: url('../img/about_banner.jpg');
}

.bannerimg_sleep {
	height: 100vh;
	align-items: flex-start;
	background-image: url('../img/sleep_banner.jpg');
}
.bannerimg_product{
	min-height: 100vh;
	align-items: flex-start;
	background-image: url('../img/product_banner.jpg');
	padding-bottom:5rem;
}
.bannerimg_service{
	height: 100vh;
	align-items: flex-start;
	background-image: url('../img/service_banner.jpg');
}
.bannerimg_news{
	height: 100vh;
	align-items: flex-start;
	background-image: url('../img/news_banner.jpg');
}
.bannerimg_contact{
	height: 100vh;
	align-items: flex-start;
	background-image: url('../img/contact_banner.jpg');
}

/*面包屑*/
.breadnav_box{
	min-height: 3rem;
	border-bottom: solid 1px #eee;
}
.breadnav_box_detail{
	margin-top:81px;
}
.breadnav_box .el-breadcrumb__item{
	font-size: 1.2rem;
	line-height: 3rem; /* 2025年2月11日 睡眠管理2页面 调小文字 */
	font-weight: 100;
}
.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link {
    color: #666666;
    font-weight: normal;
    text-decoration: none;
    transition: var(--el-transition-color);
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
    color: #135ba9;
    cursor: text;
    font-weight: normal;
}

.slogan-row {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	text-align: center;
	color: #333;
}

.slogan-text {
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
	/* 移除默认 margin */
	display: inline-block;
	text-indent: 2.5rem;
}

.slogan-text-zh {
	/* 调整字母间距 */
	letter-spacing: 2.5rem;
}

.slogan-text-en {
	/* 调整字母间距 */
	word-spacing: 2.5rem;
}

.slogan-title {
	display: block;
	color: white;
	font-size: 4.5rem; /*2025年2月14日 二级页面slogan 6.5->4.5*/
	letter-spacing: 0.5rem;
	padding-top: 30vh;
	margin-bottom: 3.5rem;
}

.slogan-content {
	font-size: 2.5rem;
	color: white;
	font-weight: lighter;
	text-align: center;
	margin: 0;
	/* 移除默认 margin */
	display: inline-block;
}

.slogan-black {
	color: black;
}

.slogan-content-letter {
	letter-spacing: 1.2rem;
}

.slogan-content-word {
	word-spacing: 1.2rem;
}

.menu-box{
    background-color: white;
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    /* overflow: hidden; */
    border-bottom: 1px solid #a6a6a6;
}
.home-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* Center align items horizontally */
	/* background-color: transparent; */
	background-color: white;
	width: 100%;
	height: 80px;
	/* overflow: hidden; */
	/* Hide overflow content */
	transition: background-color 0.5s ease;
	transition-delay: 0.2s;
	color: white;
	font-size: 1.25rem;
	font-family: 'Microsoft YaHei', sans-serif;
}

.home-menu .el-menu-item {
	/*color: white;*/
	color: #333333;
	font-size: 1.25rem;
	font-family: 'Microsoft YaHei', sans-serif;
}

/* 默认隐藏二级菜单 */
.el-submenu {
  display: none;
  position: absolute;
  background-color: #ffffffE6;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 100;
  left: 0;
  top: 100%;
}
.el-submenu .el-menu-item a{
    text-decoration:none;
    font-size:1rem;
    padding:0 0.5rem;
}

/* 鼠标悬浮在一级菜单项时显示二级菜单 */
.home-menu .el-menu-item:hover .el-submenu {
  display: block;
}

/* 可选：为二级菜单添加动画效果 */
.el-submenu {
  transition: all 0.3s ease;
}

.logo img {
	width: 150px;
	height: auto;
	/*margin-right: 3rem;*/
	/* Space between logo and menu items */
	margin-top: 0.4rem;
}

.home-menu.scrolled {
	background-color: rgba(0, 0, 0, 0.85);
	transition: background-color 0.5s ease;
	transition-delay: 0.2s;
}

.menu_small_box {
	display: none;
}

.menu-items {
	display: flex;
	flex-grow: 1;
	/* Allow the menu items to take the remaining space */
	justify-content: center;
	/* Center the menu items */
}

.el-menu--horizontal.el-menu {
	border-bottom: none;
	background-color: transparent;
	width: 70%;
	height: 100%;
	/* Ensure the menu covers full width */
	padding: 0;
	/* Remove default padding */
}

.right-menu {
	display: flex;
	align-items: center;
	width: auto;
}

.right-menu .togglemenu {
	display: none;
}
.box_center{
	/*width: 80%; 2025-2-8 外侧包裹宽度设置为1200px */
	width: 1200px;
	margin:0 auto;
}
.solutions {
	/*width: 80%; 2025-2-8 外侧包裹宽度设置为1200px */
    width: 1200px;
	/* 2025年2月10日 首页
	min-height: 580px;*/
	min-height: 450px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	/* 允许在小屏幕上换行 */
	margin: 0 auto;
	/* 2025年2月10日 首页改
	margin-bottom: 7rem; */
	margin-bottom: 100px;
}

.solutions-btm {
	/* 2025年2月10日 首页注释
	margin-bottom: 12rem; */
}

.solutitle {
	display: block;
	text-align: left;
	width: 100%;
	font-size: 3rem;
	font-weight: 600;
	margin: 0 auto;
	position:relative;
	padding-top: 100px;
    padding-bottom: 80px;
    /* 2025年2月10日 首页注释
    min-height: 13rem;
    line-height: 15rem;
    */
}
.solutitle-lspd{
    padding-top: 50px;
    padding-bottom: 30px;
}
.solutitle-little-min{
	min-height: 2rem;
	line-height: 3rem;
	margin-top: 0rem; /*2025年2月13日 睡眠管理-失眠 5->0 */
}
.solutitle-pd0{
    padding-top:0;
    padding-bottom:0;
}
.solutitle-80p {
	width: 1200px;
}

.solutitle-letter {
	letter-spacing: 0.3rem;
}

.solutitle-word {
	word-spacing: 0.3rem;
}

.titlecolor {
	color: #135ba9;
}

.titletab {
	vertical-align: super;
	margin-left: 1%;
	width: 1.5rem;
	height: 1.5rem;
}
.title_more{
	font-size: 1.2rem;
	font-weight: 100;
	color: #666666;
	position: absolute;
	right: 0; /* 右侧对齐 */
}
.title_more a{
	text-decoration: none; /* 去掉下划线 */
	color: #666666;
}

.shadow-box {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
}
.shadow-box-light {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
}
.solution {
	height: auto;
	flex: 0 1 31%;
	/* 每个子项占30%的宽度 */
	background-size: cover;
	background-position: center;
	position: relative;
	color: white;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	transition: background-color 0.3s;
	/* 添加过渡效果 */
	cursor: pointer;
}

/* .solution h2 {
	margin: 0;
	font-size: 1.5rem;
}

.solution p {
	margin: 0;
	font-size: 1rem;
} */

.solution-culture{
	align-items: flex-start;
	display: block;
	text-align: center;
	grid-template-rows: auto auto 10rem;
}
.solution-culture img{
	width:10rem;
	height:auto;
	margin: 0 auto;
}
.culture-title{
	color:black;
	font-size: 2rem;
	display: block;
	margin-top: 1rem;
}
.culture-content{
	color:#787878;
	font-size: 1.2rem;
	/*max-width: 100vw;*/
	display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 1rem;
}

.flex-img-box-container{
	width:70%;
}
.flex-img-box {
	color:#414141;
	overflow: hidden; /* 清除浮动 */
	margin-top: 5rem;
}
.flex-img-box .flex-title{
	color:#135ba9;
	font-weight: 500;
	/* 2025年2月11日 睡眠管理2级页 调小
	font-size: 3.5rem;
	line-height: 8rem; */
	font-size: 2.5rem;
    line-height: 5rem;
}
.flex-img-box p{
	margin: 0;
	text-align: justify;
	/* 2025年2月11日 睡眠管理2级 调小
	font-size: 2.2rem;
	line-height: 5rem;
	margin-bottom: 2rem;*/
	font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
.flex-img-box-letter {
	letter-spacing: 0.2rem;
}

.flex-img-box-word {
	word-spacing: 0.2rem;
}
.flex-img-box img{
	float: right; /* 图片靠左浮动 */
	margin-left: 2rem;
	margin-bottom: 1rem; /* 图片下方与文字的间距 */
	max-width: 50%; /* 控制图片的最大宽度，防止图片过大 */
	width: 40%;
	height: auto; /* 保持图片比例 */
}
.flex-img-box-title{
	display: block;
	text-align: center;
	width: 100%;
	font-weight: 400;
	color: black;
	letter-spacing: 0.3rem;
	word-spacing: 0.3rem;
	/* 2025年2月11日 睡眠管理2级 调小
	min-height:20rem;
    line-height: 20rem;
    font-size: 3.5rem;*/
	    min-height: 10rem;
        /*line-height: 10rem;*/
        padding-top: 8rem;
        font-size: 2.5rem;
}
.offset-box-pd-bottom{
	padding-bottom:5rem;
}
.offset-box-pd-bottom-middle{
	padding-bottom:35rem;
}
.offset-box-imgcontent{
	flex: 0 1 80%;
	position: relative;
	background-color: white;
	/*margin-top: -20rem; 2025年2月20日 暂停 注释*/
	min-height: 30rem; /*2025年2月13日 睡眠管理-失眠 35->30 */
	left: 0vw;
	display: flex;
	gap:5%; /*2025年2月13日 睡眠管理-失眠 3->5 */
}
.offset-box-middle{
	margin-top: -30rem; /*2025年3月5日 睡眠暂停*/
}
.offset-box-imgcontent .imgcontent-img-box{
	width:45%;
	min-height:30rem; /*2025年2月11日 睡眠管理2级 60->35 */
	height:auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.offset-box-imgcontent .imgcontent-box{
	flex:0 1 32%;
	min-height:10rem;
	height:auto;
	/* 2025年2月13日 睡眠管理-失眠 调小
	padding: 5rem;
	font-size: 2.5rem;
	line-height: 4rem; */
	padding: 4rem;
    font-size: 1.3rem;
    line-height: 3rem;
	color:#333333;
}
.offset-box-listcontent{
	color:#333333;
	/* 2025年2月11日 睡眠管理2级 调小
	font-size: 2rem;
	padding-left: 3rem; */
	font-size: 1.3rem;
    padding-left: 2rem;
    padding-top: 2rem;
}
.offset-box-listcontent span{
	display:block;
	margin-bottom: 1rem; /* 2025年2月11日 睡眠管理2级 2->1 */
}
.offset-box-ul{
	list-style: auto;
	/* 2025年2月13日 睡眠管理-暂停 调整间距
	width: 65%;
	padding-top: 5rem;
	padding-left: 5rem; */
	width: 55%;
    padding-top: 3rem;
    padding-left: 3rem;
}
.offset-box-listcontent .list-li{
	font-size: 1.5rem; /* 2025年2月13日 睡眠管理-暂停 3->1.5 */
	margin-bottom: 2rem;
}
.offset-box-after{
	margin-top:20rem;
}
.offset-box-after .solutitle{
	height: 10rem;
}

.solution-imgitem {
    text-decoration: none;
    /*  2025年2月10日 首页注释
    margin-top: 5rem;
    min-height: 40rem; */
}

.sleep-snore-reason-1{
	background-image: url('../img/sleep-snore-reason1.jpg');
}
.sleep-snore-reason-2{
	background-image: url('../img/sleep-snore-reason2.jpg');
}
.sleep-snore-reason-3{
	background-image: url('../img/sleep-snore-reason3.jpg');
}
.sleep-snore-reason-4{
	background-image: url('../img/sleep-snore-reason4.jpg');
}
.sleep-snore-reason-5{
	background-image: url('../img/sleep-snore-reason5.jpg');
}
.sleep-snore-reason-6{
	background-image: url('../img/sleep-snore-reason6.jpg');
}

.disflow{
	display: flow;
}
.no_hand{
	cursor: auto;
}
.solution-text-order{
		
	}
.solution-img-order{
		
	}
.solution-btn-order{
	}
.solution-full{
	width: 100%;
	min-height: 45rem; /* 2025年2月11日 睡眠管理2级 75->45 */
	background-size: cover;
	background-position: center;
	position: relative;
	color: white;
	overflow: hidden;
}
.solution-full-bgcolor{
	background-color: #135ba990;
}
.solution-autoh{
	min-height: auto;  /*2025年2月17日 产品中心-呼吸机 35->auto */
}

.content-inner {
    width: 1200px;       /* 子容器宽度为父容器的80% */
    margin: 0 auto;   /* 水平居中 */
}
.content-half{
	max-width: 50%;
}
.solution-half {
	flex: 0 1 48%;
	gap: 3rem;
	margin-top: 7rem;
	/* 2025年2月11日 走进拓顺 注释
	min-height: 32.5rem;*/
	display: block;
	min-height: 250px;
}
.solution-half-img {
	width: 100%;
	height: auto;
}
.solution-clearmg{
	margin-top: 0rem;
}
.solution-quarter{
	flex:0 1 23%;
	gap:1%;
}

.solufulltitle{
	display: block;
	text-align: left;
	width: 100%;
	/*line-height: 20rem;*/
	min-height: 10rem;
	font-size: 3.5rem;
	font-weight: 400;
	color: black;
	letter-spacing: 0.3rem;
	word-spacing: 0.3rem;
	margin-top: 7rem; /* 2025年2月14日 睡眠管理-暂停 10->7 */
}
.solufulltitle-min{
	min-height:4rem; /* 2025年2月11日 睡眠管理2级 8->4 */
	line-height: 4rem; /* 2025年2月11日 睡眠管理2级 8->4 */
	font-size: 2.5rem; /* 2025年2月11日 睡眠管理2级 3.5->2.5 */
	padding-top: 8rem;
	width: 80%; /* 2025年2月13日 睡眠管理-失眠 新增 */
}
.solufulltitle-bold{
	font-weight: bold;
	height:8rem;
	line-height: 8rem;
	font-size: 2.5rem; /* 2025年2月13日 睡眠管理-失眠 3.5->2.5*/
	padding-top: 8rem;
}
.solufulltitle-littletop {
    font-weight: bold;
    height: 8rem;
    line-height: 8rem;
    font-size: 3.5rem;
    padding-top: 5rem; /* 2025年2月13日 睡眠管理-暂停 10->5*/
}
.soluboxtitle {
	display: block;
	text-align: left;
	/*min-height: 13rem;*/
	min-height: 7rem;
	width: 100%;
	line-height: 7rem; /*2025年2月11日 走进拓顺 15->7 */
	font-size: 2.5rem;
	font-weight: 600;
	color: black;
}
.soluboxtitle-letter{
    letter-spacing: 0.3rem;
}
.soluboxtitle-word{
    word-spacing: 0.3rem;
}
.soluboxtitle-mtl {
    min-height: 0rem; /*2025年2月13日 睡眠管理-失眠 8->0 */
    line-height: 3rem;
    margin-top: 2rem;
    font-size:2.5rem; /*2025年2月13日 走进拓顺 3.5->2.5 */
}
.soluboxtitle-mtl-min{
	line-height: 5rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	min-height: 5rem;
	font-size:2.5rem; /*2025年2月13日 睡眠管理-失眠 2.5 */
}
.mtl-5r{
	min-height: 5rem;
}
.articletitle {
	height: 5rem;
	line-height: 5rem;
}

.solubox-title-sm {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
	display: block;
	margin-top: 1rem; /* 2025年2月11日 睡眠管理 */
}

.solubox-content {
	width: 100%;
	min-height: 15%;
	color: #333333;
	font-size: 1.2rem;
	line-height: 3rem;
	text-align: justify;
	margin-top: 0rem; /*2025年2月11日 睡眠管理 3->0 */
}
.solubox-content .second-title{
	font-size: 2.5rem;
	margin-top: 5rem;
}
.solubox-content .p_topspace{
	margin-top: 8rem;
	padding-bottom:5rem;
}
.content-txt2{
	/* 2025年2月13日 睡眠管理-失眠 修改
	font-size: 2rem;
	line-height: 3.5rem; */
	font-size: 1.2rem;
    line-height: 2rem;
	font-weight: 400;
	text-align: left;
}
.flex-rowlist-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-rowlist-box span {
    flex: 0 1 30%;
}
.flex-gray-divbox{
	gap:2%;
}
.flex-gray-divitem{
	background-color: #f4f4f4;
	flex: 0 1 23%;
	min-height: 12rem;
	margin-top: 2rem; /* 2025年2月11日 睡眠管理2级打鼾 6->2 */
	color: #666666;
}
.flex-grayitem-img{
	display: block;
	margin: 0 auto;
	width: 80%;
	height: auto;
	margin-top: 3rem;
}
.gray-divitem-title{
	line-height: 5rem;
	min-height: 5rem;
}
.gray-divitem-half{
	flex:0 1 47%;
	font-weight: 400;
	line-height: 2.5rem; /*2025年2月13日 睡眠管理-暂停 4->2.5 */
}
.gray-divitem-letter{
	letter-spacing: 0.1rem;
}
.gray-divitem-word{
	word-spacing: 0.1rem;
}
.grayitem-title{
	display:block;
	text-align: center;
	color: #333333;
	font-size: 1.8rem; /* 2025年2月11日 睡眠管理2级打鼾 2.5->1.8 */
	min-height: 3rem; /* 2025年2月14日 睡眠管理2级暂停 5->3 */
	padding-top: 2rem;
	padding-bottom: 1rem;
	width: 70%;
	margin: 0 auto;
}
.title-204{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.grayitem-content{
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 1.2rem; /* 2025年2月11日 睡眠管理2级打鼾 2->1.2 */
	text-align: justify;
	padding-bottom: 2rem;
}

.flex-shadow-divbox{
	gap:2%;
}
.flex-shadow-divitem{
	flex: 0 1 23%;
	background-color: white;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
	min-height: 12rem;
	margin-bottom: 2rem;
	color: #666666;
}
.flex-transparnet-divitem {
    flex: 0 1 23%;
    background-color: transparent;
    min-height: 12rem;
    margin-bottom: 2rem;
    color: white;
	text-align: center;
	padding-top: 5rem;
}
.transitem-img{
	display: block;
	margin: 0 auto;
	width: 60%;
	height: auto;
	margin-bottom: 2rem;
}
.flex-3-divitem
{
    /* 2025年2月13日 睡眠管理-失眠 调大间距
	flex: 0 1 32%;
	min-height: 35rem; */
	flex: 0 1 30%;
    min-height: 25rem;
}
.shadowitem-title{
	display:block;
	text-align: left;
	color: #135ba9;
	font-size: 2rem;  /*2025年2月13日 睡眠管理-失眠 2.3->2 */
	font-weight: bold;
	min-height: 3rem; /*2025年2月13日 睡眠管理-失眠 4->3 */
	padding-top: 2rem;
	width: 80%;
	margin: 0 auto;
}
.shadowitem-title-minwidth{
	width: 70%; /*2025年2月13日 睡眠管理-失眠 60->70 */
	margin-left: 10%;
	min-height: 8rem;
}
.shadowitem-content{
	display: block;
	width: 80%;
	margin: 0 auto;
	/* 2025年2月13日 睡眠管理-失眠 调小
	font-size: 2rem;
	line-height: 4rem;*/
	font-size: 1.1rem;
    line-height: 2rem;
	font-weight: 400;
	text-align: center;
	padding-bottom: 2rem;
}
.flex-ullist-box{
	display:flex;
	flex-wrap: wrap;
	gap:5%;
	padding: 0;
	list-style: outside;
	margin-left: 2rem;
}
.flex-ullist-box li::marker {
        color: #135ba9; /* 圆点颜色设置 */
    }
.flex-ullist-item{
	flex:0 1 98%;
	text-align: left;
}

.box-offset{
	flex: 0 1 40%;
	/* 2025年2月18日 走进拓顺-公司介绍 修改
	margin-top: 7rem;
	min-height: 32.5rem; */
	margin-top: 0rem;
    min-height: 25rem;
	display: block;
    transform: scaleY(0.8); /* 高度缩小到 90% */
    left: -2.5vw;
    background-color: white;
	box-shadow: 0 0px 25px rgba(0, 0, 0, 0.2);
}
.box-offset .soluboxtitle{
	margin-top: 10%;
	height: 10rem;
	line-height: 12rem;
	transform: scaleX(0.8);
}
.box-offset .soluboxtitle .solubox-title-sm{
	font-size: 3rem;
	font-weight: 600;
	color:#333333;
}
.box-offset .solubox-content{
	transform: scaleX(0.8);
	font-size: 1.5rem;
	line-height: 3rem;
	color:#666666;
	margin-bottom: 5rem;
}

/*中文间隔*/
.solubox-let-spa{
	letter-spacing: 2px;
}
/*英文间隔*/
.solubox-wd-spa{
	word-spacing: 2px;
}
.solufull-content{
    /* 2025年2月11日 睡眠管理2级 调小
	font-size: 2.5rem;
	line-height: 5rem;*/
	font-size: 1.3rem;
    line-height: 2rem;
}
.solu-gray-content-mid{
    color: #666666;
	font-size: 1.3rem; /*2025年2月14日 睡眠管理-暂停 2.5->1.3 */
	margin-bottom: 0rem; /*2025年2月14日 睡眠管理-暂停 5->0 */
}
.solution-content {
	width: 100%;
	height: 3rem;
	background: rgba(0, 0, 0, 0.3);
	/* 半透明背景 */
	padding: 20px;
	text-align: center;
	transition: height 0.3s, font-size 0.3s;
	/* 添加过渡效果 */
}
.solution-content-blue {
	/* background: rgba(0, 0, 255, 0.3); */
	background-color: #135ba995;
}
.solution-cb-title{
	font-size: 1.5rem;
	/*line-height: 6rem; 2025年3月5日 英文睡眠二级页面*/
	min-height: 6rem;
}

.solution:hover .solution-content {
	min-height: 25%;
	/* 悬浮时改变高度 */
}

.solution-bg-1 {
	background-image: url('../img/solution-bg-1new.png');
}

.solution-bg-2 {
	background-image: url('../img/solution-bg-2new.png');
}

.solution-bg-3 {
	background-image: url('../img/solution-bg-3new.png');
}

.about-img-1 {
	background-image: url('../img/about-1.jpg');
}

.about-img-2 {
	background-image: url('../img/about-2.jpg');
}

.about-introimg{
	flex: 0 1 60%;
	gap: 3rem;
	/*margin-top: 7rem; 2025年2月18日 公司介绍 注释*/
	min-height: 20rem;
	background:url('../img/about-intro-img1.jpg') no-repeat center center;
}
.product_whole_box{
    width: 100%;
    height: 80vh;
    margin-bottom: 50px;
    background-color: #e5e7e8;
    /* 浏览器不支持的时候显示 */
    background-image: linear-gradient(135deg, #fbfcfd, #e5e7e8);

}
.product_whole {
	width: 100%;
	height: 80vh;
	display: flex;
	gap: 2%;
	justify-content: center;
	/* 2025年2月10日 首页注释,增加外层box
	margin-bottom: 50px;
	background-color: #e5e7e8;*/
	/* 浏览器不支持的时候显示 */
	/* background-image: linear-gradient(135deg, #fbfcfd, #e5e7e8); */
}

.box_honor {
	height: 100vh;
	min-height:700px;
	background-image: url('../img/about-honor.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-bottom:100px;
}

.box_culture {
	height: auto;
	min-height:100vh;
	background-image: none;
	background-color: #eeeeee;
	background-position: center;
	flex-wrap: wrap; /* 允许换行 */
	justify-content: space-around; /* 子项在一行内均匀分布 */
}
.box_culture_title{
	/* 2025年2月18日 公司介绍 注释
	height: 20vh;
	line-height: 15vh;*/
	background-color: #eeeeee;
}
.title-center{
	color:#333333;
	font-size: 4rem;
	text-align: center;
}

.box_cert {
	height: auto;
	min-height:100vh;
	background-image: none;
	background-color: #eeeeee;
	background-position: center;
	display: flex;
	flex-wrap: wrap; /* 允许换行 */
	justify-content: space-around; /* 子项在一行内均匀分布 */
}
.box_cert_main img{
	width:60%;
	height:auto;
	margin-bottom: 5rem;
}
.box_cert_other{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap; /* 允许换行 */
}
.box_cert_other img{
	flex:0 1 28%;
	gap: 5%;
	margin-top: 2rem;
	margin-bottom: 5rem;
}

.pro_describe {
	display: flex;
	flex: 0 0 auto;
	position: relative;
	flex-basis: 45%;
	/* 设置初始宽度为 40% */
	max-width: 45%;
	/* 防止元素宽度超过 40% */
	flex-shrink: 0;
	/* 不缩小 */
	box-sizing: border-box;
	/* 让 padding 包含在 width 内 */
	padding-top: 15vh;
	/* background: yellow; */
}

.pro_desc_flexbox{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 50px;
}

/* 2025年2月10日 首页注释
.pro_describe::before {
	content: '';
	display: inline-block;
	width: 10%;
} */

.pro_describe_theme {
	/* font-family: 'AlibabaPuHuiTi-Medium'; */
	font-size: 2.5rem;
	/*margin-bottom: 60px;*/
	display: block;
	text-align: left;
}
.pro_describe_theme_en{
    font-size: 3.5rem;
}

.pro_describe_point {
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	display: block;
	margin-bottom: 5px;
	/*min-height: 58px;*/
}

.pro_describe_more {
	background-color: #4ec1ec;
	display: block;
	font-size: 24px;
	color: white;
	border-radius: 50px;
	width: 230px;
	height: 92px;
	line-height: 92px;
	text-align: center;
	user-select: none;
	cursor: pointer;
	text-decoration: none;
}

.desc_more_bdwhite {
	display: block;
	border:solid 1px white;
	font-size: 3rem;
	color: white;
	width: 20rem;
	height: 6rem;
	line-height: 6rem;
	text-align: center;
	user-select: none;
	cursor: pointer;
	/* 2025年2月12日 睡眠管理一级页 修改
	position: absolute;
	bottom: 15rem;*/
	position: relative;
    margin-top: 5rem;
    text-decoration:none;
}

.pro_describe_more-a {
	color: black;
	font-size: 1.5rem;
	width: 15rem;
	height: 3rem;
	line-height: 3rem;
	text-decoration:none;
	/* 2025年2月11日 睡眠管理一级页 注释
	position: absolute;
	bottom: 2rem; */
}

.product_whole .picture {
	width: 45%;
	/* background: green; */
	display: flex;
	align-items: center;
}

.product_whole .picture img {
    width: auto;
    height: auto;
    max-height: 80%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* 更多产品 */
.product_more_box {
	display: inline-block;
	width: 48%;
}

.mbleft {
	margin: 0 18.5%;
	margin-right: 1.5%;
}

.mbright {
	margin-left: 1.5%;
}

.product_more {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	height: 90%;
	/*margin-bottom: 50px;*/
	background-color: #e5e7e8;
	/* 浏览器不支持的时候显示 */
	background-image: linear-gradient(315deg, #fbfcfd, #e5e7e8);
}

.product_more .pro_describe {
	display: flex;
	flex: 0 0 auto;
	position: relative;
	flex-basis: 55%;
	/* 设置初始宽度 */
	max-width: 55%;
	/* 防止元素宽度超宽 */
	flex-shrink: 0;
	/* 不缩小 */
	box-sizing: border-box;
	/* 让 padding 包含在 width 内 */
	padding-top: 10vh;
	padding-bottom: 25vh;
	/* background: yellow; */
}

.product_more .pro_describe::before {
	content: '';
	display: inline-block;
	width: 15%;
}

.product_more .pro_describe_theme {
	/* font-family: 'AlibabaPuHuiTi-Medium'; */
	font-size: 1.5rem;
	margin-bottom: 60px;
	display: block;
	text-align: left;
	color:#000000;
}

.product_more .pro_describe_point {
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	display: block;
	color:#000000;
	/*min-height: 35px;*/
}

.product_more .pro_describe_more {
	background-color: #4ec1ec;
	display: block;
	font-size: 20px;
	color: white;
	border-radius: 30px;
	width: 150px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	user-select: none;
	position: absolute;
	bottom: 50px;
	cursor: pointer;
}

.product_more .picture {
	width: 45%;
	/* background: green; */
	display: flex;
	align-items: center;
}

.product_more .picture img {
	width: 90%;
	height: auto;
    margin: 0 auto;
}

/* Company Info */
.companyinfo {
	display: flex;
	width: 100%;
	height: 265px;
	background-image: url('../img/company_bg.png');
	background-size: cover;
	background-position: center;
	justify-content: center;
}

.companyinfo .infobox {
	display: block;
	width: 18%;
	text-align: center;
	color: white;
}

.infonum {
	display: block;
	font-size: 72px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.superscript {
	vertical-align: super;
	font-size: 0.5em;
	line-height: 0;
}

.infodesc {
	display: block;
	font-size: 25px;
}

/* partners */
.partner-box {
	width: 100%;
	min-height: 150px;
	margin-bottom: 7rem;
	gap: 2%;
	/* 子项之间的间距 */
}

.partner-item {
	flex: 0 1 23%;
	/* 4个一行，减去gap的影响 */
	height: 280px;
	transition: filter 0.3s ease;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/* 不重复背景图 */
	background-position: center;
	/* 居中显示背景图 */
	filter: grayscale(100%);
	/* 默认灰色 */
	cursor: pointer;
	/* 鼠标悬停时显示手型光标 */
	margin-top: 3rem;
	border-radius: 38px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
	/* 可选：添加阴影提升层次感 */
	overflow: hidden;
}

/* 鼠标悬停时显示彩色 */
.partner-item:hover {
	filter: grayscale(0%);
	transform: scale(1.05);
	/* 放大5% */
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
	/* 增强阴影效果 */
}

.partner-bg-1 {
	background-image: url('../img/partner-1.png');
}

.partner-bg-2 {
	background-image: url('../img/partner-2.png');
}

.partner-bg-3 {
	background-image: url('../img/partner-3.png');
}

.partner-bg-4 {
	background-image: url('../img/partner-4.png');
}

.partner-bg-5 {
	background-image: url('../img/partner-5.png');
}

.partner-bg-6 {
	background-image: url('../img/partner-6.png');
}

.partner-bg-7 {
	background-image: url('../img/partner-7.png');
}

.partner-bg-8 {
	background-image: url('../img/partner-8.png');
}

/* 分页 */
.pagination-box{
	display: flex;
	justify-content: center;
	padding: 3rem 0rem;
}

.detail-height{
    min-height:500px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
.detail-content{
    font-size:1rem;
    line-height:1.5rem;
    /*text-indent:2rem;*/
}
.detail-content img{
    max-width:90%;
    height:auto;
}
.detail-title{
    text-align:center;
    font-size:1.8rem;
    font-weight:400;
    line-height: 2.5rem;
}
.detail-pagelink{
    display:flex;
    justify-content: space-between;
    padding-bottom:1rem;
    font-size: 14px;
    color: gray;
    flex-wrap: wrap;
}
.detail-pagelink a {
    color:darkblue;
    text-decoration: none;
}

/* footer */
.footer {
	min-height: 300px;
	width: 100%;
	background-color: #212121;
	padding-top: 75px;
	color: white;
}

.footer_box {
	width: 1200px;
	margin: 0 auto;
	/* border: solid 1px #4ec1ec; */
	border-bottom: solid 1px #383838;
	display: flex;
	justify-content: space-around;
}

.menulist_box {
	width: 55%;
	flex-basis: 55%;
	/* 设置初始宽度为 40% */
	min-width: 55%;
	display: inline-flex;
	background-image: linear-gradient(to bottom,
			transparent 15%,
			#383838 15%,
			#383838 75%,
			transparent 75%);
	background-position: 100% 0;
	/* 右侧对齐 */
	background-repeat: no-repeat;
	background-size: 1px 100%;
	/* 宽度为1px，高度100% */
	/* background-color: green; */
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
	/* 允许在小屏幕上换行 */
}

.menulist {
	display: inline-block;
	text-align: center;
}

.menulist span {
	font-size: 18px;
}

.menulist ul {
	margin: 0;
	padding: 35px 0;
	list-style: none;
	font-size: 14px;
}

.menulist ul li {
	margin-bottom: 20px;
}

.menulist label {
	display: none;
}

.service_info {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 4%;
	/* 设置初始宽度为 40% */
	min-width: 45%;
	justify-content: space-around;
}

.service_info .svc_text span {
	display: block;
	text-align: left;
	font-size: 20px;
	margin-bottom: 10px;
}

.service_info .svc_text label {
	display: block;
	text-align: left;
	font-size: 16px;
	margin-bottom: 40px;
}

.svc_wechat {
	display: inline-block;
	text-align: center;
}

.svc_wechat img {
	width: 150px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.svc_wechat span {
	font-size: 20px;
	line-height: 40px;
}

/* copyright */
.copyright {
	display: block;
	width: 100%;
	min-height: 90px;
	text-align: center;
}

.copyright span {
	font-size: 14px;
	line-height: 80px;
	font-weight: lighter;
	text-align: center;
}

/* public */
.fadeintext {
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fadeintext.show {
	opacity: 1;
	transform: translateY(0);
}

.fadeinslow {
	transition: opacity 3s ease-out, transform 2s ease-out;
}

.scaleimg {
	transform: scale(0.8);
	transition: transform 1s ease-out;
}

.scaleimg.show {
	transform: scale(1);
}

.font_white {
	color: white;
}

.pc-show{
	display:block;
}
.pc-hide{
	display:none;
}
.scale:hover{
	transform: scale(1.05); /* 悬停缩放效果 */
	transition: transform 0.3s ease; /* 平滑过渡效果 */
}

.flex-box{
	display:flex;
	gap:2%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-item-center{
	align-items: center;
}
.overfl-vsb{
	overflow: visible;
}
.fw400{
	font-weight: 400;
}
.color-white{
    color:white;
}
.color-black{
	color:black;
}
.color-666{
	color:#666;
}
.txt-left{
	text-align: left;
}
.txt-center{
	text-align: center;
}
.fw-bold{
	font-weight: bold;
}
.menu-link{
    text-decoration: none;
    cursor: pointer;
    color:white;
}
.color-deepgray{
	color:#333333;
}
.a-none{
    text-decoration:none;
}
.mg-top-space{
	margin-top: 5rem;
}
.mg-top-middle{
	margin-top: 5rem; /*2025年2月13日 睡眠管理-失眠 12->5 */
}
.mg-btm-50{
    margin-bottom:50px;
}
.pd-bottom{
	padding-bottom:5rem;
}
.pd-bottom-more{
	padding-bottom:10rem;
}
.mg-top-clr{
    margin-top:0;
}
.mg-btm-clr{
    margin-bottom:0;
}
.pd-bottom-clr{
    padding-bottom:0;
}

.bg-clear{
	background-color: transparent;
	background-image: none;
}
.bg-white{
	background-color: white;
}
.bg-white80{
	background-color: #ffffff80;
}
.bg-lightgray{
	background-color: #f4f4f4;
}
.bg-cyan{
	background-color:#d6e3eb;
}
