.top_banner {
	width: 100%;
  margin-top: 144px;
  position: relative;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	height: 443px;
	background: url('../../pic/bgbanner/royallee-page-bg.png') no-repeat center top;
	background-size: 100% auto; /* 宽度100%，高度自动 */
}
.top_banner .top_bg{width: 80%;}
.top_banner .top_bg .top_title{font-family: Poppins;
font-size: 72px;
font-weight: bold;
line-height: normal;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #FFFFFF;}
.top_banner .top_bg .breadcrumb{margin-top: 0px;width: 100%;}
.top_banner .top_bg .breadcrumb li{color: #FFFFFF}
.top_banner .top_bg .breadcrumb li a{color: #FFFFFF}
.top_banner .top_bg .breadcrumb li .current{font-family: Poppins;
font-weight: 700;
font-size: 16px;color: #FFFFFF}
 /* 分隔符样式 */
.top_banner .top_bg .breadcrumb li:not(:last-child)::after {
            content: "/";
            margin: 0 8px;
            color: #FFFFFF;
        }
        
        .top h2{width: 100%;font-family: Poppins;
font-size: 36px;
font-weight: bold;
line-height: normal;
text-align: center;
letter-spacing: 0em;
font-variation-settings: "opsz" auto;
color: #373737;}
        .top h3{font-family: Poppins;
font-size: 28px;
font-weight: bold;
line-height: normal;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #373737;}
.top h4{font-family: Poppins;
font-size: 24px;
font-weight: 500;
line-height: normal;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #222222;}
        .top h5{width: 100%;font-family: Poppins;
font-size: 16px;
font-weight: normal;
line-height: normal;
letter-spacing: 0em;
color: #515151;}
.view .txt{font-family: Poppins;
font-size: 20px;
font-weight: 500;
line-height: normal;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #222222;}
        .txt{font-family: Poppins;
font-size: 16px;
font-weight: normal;
line-height: normal;
letter-spacing: 0em;
color: #515151;}
.view{display: flex;}
        .view .icon{width: 45px;} 
        .view .txt{flex: 1;font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: normal;
letter-spacing: 0em;

color: #373737;}
        .view .txt .font-green{font-size: 20px;font-weight: 500;
line-height: normal;
letter-spacing: 0em;color: #02645A}
        
.technique_top_banner {
	top: 146px;
	position: relative;
	height: 443px;
}

.technique_top_bg {
	top: 190px;
	height: 443px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url('../../../pic/bgbanner/healthcare.png') no-repeat center center;
	color: #FFFFFF;
}

.technique_top_bg .technique_title {
height: 108px;
opacity: 1;

font-family: Poppins;
font-size: 72px;
font-weight: bold;
line-height: normal;
text-align: center;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #FFFFFF;
}

.technique_content {
	margin-top: 180px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* display: inline-block; */
}

.section_heal_content{
	margin-top: 200px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.heal_content{
	width:80%;
	display: inline-block;
}

.heal_content .heal_content_banner{
	float:left;
	width:50%;
}

.heal_content .heal_content_info{
	
	padding-top:60px;
	float:right;
	width:50%;
	display: block;
}

.heal_content .heal_content_info .title{
	

width: 446px;
height: 140px;
opacity: 1;

font-family: Poppins;
font-size: 42px;
font-weight: 600;
line-height: normal;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #2C2C2C;}
	
.heal_content .heal_content_info .detail{
width: 100%;
height: 176px;
opacity: 1;
top:220px;
font-family: Poppins;
font-size: 16px;
font-weight: 500;
line-height: normal;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #2C2C2C;
	}

	.section_heal_cate{
		/* background: #F7F7F7; */
		margin:60px 0;
		display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
		padding:25px;
		
	}
.techniques_list {
	
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: inline-block;
}

.techniques_list li {
	display: inline-block;
	width: calc(25% - 25px);
	height: 350px;
	margin-right: 20px;
	border-radius: 50%;
	padding-top: 20px;
	vertical-align: top;
	text-align: center;
	margin-left:auto;margin-right:auto;
}


.techniques_list li .img_bg{
	width:130px;
	height:130px;
	background: #F7F7F7;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-left:auto;margin-right:auto;
}


.techniques_list li img {
	margin: auto;
	width: 80px;
	height: 80px;
}

.techniques_list li .technology-title {
	height: 36px;
	opacity: 1;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	color: #02645A;;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left:auto;margin-right:auto;
	padding: 0 3px;
}

.techniques_list li .technology-txt {
	font-family: Poppins;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	margin-top: 15px;
	font-variation-settings: "opsz" auto;
	color: #373737;
	font-variation-settings: "opsz" auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-left:auto;margin-right:auto;
}

.section_environment{
	position: relative;
	width:100%;
	
	margin-bottom:60px;
	display: flex;
		flex-direction: column;
	justify-content: center;
	/* align-items: center; */
}

#section_detail .environment_detail{
	width:100%;
	display: flex;
		flex-direction: column;
	justify-content: center;
	align-items: center
	
}
.environment_detail .environment_list{
	
	
	letter-spacing: 0em;

font-variation-settings: "opsz" auto;
}
.environment_detail ul{
	vertical-align: top;
	
}
.environment_detail .environment_list .environment_item{
	width:49.8%;
	display: inline-block;
	vertical-align: top;
	height:540px;
}
#environment_itemid_4{margin-left:-2px;}
.environment_detail ul .tips_content{
	position: relative;
	display: flex;
		flex-direction: column;
	justify-content: center;
	height:540px;
	padding-left:80px;
	text-align: left;
}
.tips_title{
opacity: 1;
padding-bottom:30px;
width: 80%;
	height: auto;
font-family: Poppins;
font-size: 42px;
font-weight: bold;
line-height: normal;
letter-spacing: 0em;	
color: #132141;
}
#environment_itemid_6 .tips_title{}
 .tips_txt{
width: 80%;
	height: auto;
font-family: Poppins;
font-size: 16px;
font-weight: normal;
line-height: normal;
letter-spacing: 0em;
color: #132141;
}

.tips_link {  
	/* position: absolute; */
	width: 158px;
height: 20px;
opacity: 1;


font-size: 20px;
font-weight: 500;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 0em;
text-decoration: underline;

font-variation-settings: "opsz" auto;
color: #2C2C2C;
	bottom:10px;
}  

.tips_link:hover { 
	font-style: italic;
	text-decoration: underline; 
    color: #D58A11; 
}
.section_environment .swiper-container, .section_environment .swiper-container .swiper-wrapper, 
        .section_environment .swiper-container .swiper-slide{width: 100%;position: relative}
        .section_environment .swiper-container .swiper-slide img{width: 100%;}
.banner-btn-prev, .banner-btn-next {
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 85px;
	height: 85px;
	
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	z-index: 99;
	overflow: visible;
}

.banner-btn-prev {
	background: #FFFFFF;
	left: 0;
}
.banner-btn-next {
	background: #0D6157;
	right: 0;
}
.banner-btn-prev img, .banner-btn-next img{width: 25px; height: 22px;}

.beyond-sec{padding: 60px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}
.beyond-sec .top{width: 80%;}
.beyond-sec .content{width: 80%;margin-top: 20px;}
 /* Tab 容器样式 */
.beyond-sec .content .tabs-container {
            width: 100%;
            margin: 0 auto;
        }
        
.beyond-sec .content .tabs-header {
            display: flex;
           border-bottom: 1px solid rgba(2, 100, 90, 0.9686);
        }
        
.beyond-sec .content  .tab-item {
            padding: 12px 24px;
            cursor: pointer;
         font-family: Poppins;
font-size: 20px;
font-weight: 500;
line-height: normal;
text-align: center;
letter-spacing: 0em;
	
font-variation-settings: "opsz" auto;
color: #222222;
            border-bottom: none;
          
        }
        
.beyond-sec .content  .tab-item.active {
            background:  rgba(2, 100, 90, 0.9686);
            font-family: Poppins;
font-size: 20px;
font-weight: bold;
line-height: normal;
letter-spacing: 0em;
	
color: #FFFFFF;
           
        }
        
.beyond-sec .content  .tab-content {
            display: none;
            padding: 20px;
          
            background: white;
        }
        
.beyond-sec .content .tab-content.active {
            display: flex;
        }
        .beyond-sec .content .tab-content .left{width: 55%;}
         .beyond-sec .content .tab-content .left  .list .item{margin-bottom: 15px;}
        .beyond-sec .content .tab-content .left  .list .item .view .font-green{margin-bottom: 7px;}
        .beyond-sec .content #tab2 .left, .beyond-sec .content #tab3 .left, .beyond-sec .content #tab4 .left{padding-right: 60px;}
        .beyond-sec .content .tab-content .right{flex: 1;min-width: 200px;}
        /* Swiper 容器样式 */
.beyond-sec .content .swiper-container {
            width: 100%;
          
        }
        
.beyond-sec .content  .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
           width: 100%;
        }
 .beyond-sec .content  .swiper-slide img{width: 100%;}       



@media only screen and (max-width:768px) {
	.technique_top_banner{
		height:auto;
		top:130px;
	}
	.technique_top_bg{
		height:auto;
	}
	.technique_top_bg .technique_title{
	font-size:30px;
		height:90px;
	}
	.technique_top_bg .technique_tips {
		height:30px;
     }

  .section_heal_cate { 
    margin: 20px 0;
}
.techniques_list li{
	display:block;
     	margin-right: 0px;
     	width:100%;
     }
     
     .section_environment {margin-bottom:20px}
 .environment_detail .environment_list .environment_item {
    width: 100%;
    display: block;height:auto;margin-bottom:20px;padding:10px;background: #F7F7F7;}
     	.environment_detail .environment_list .environment_item img ,.environment_detail .environment_list #environment_itemid_1 img{width:100%;height:auto;}
     	.environment_detail .environment_list #environment_itemid_1{width: 100%}
     	
     	.environment_detail ul .tips_content {width:90%;height:auto;padding-left:10px;padding-right:10px;}
 	.tips_title{width: 100%; font-size: 18px;}
     	.tips_txt{width:100%;height:auto;}
.top h2{font-size: 20px;}
.top h3{font-size: 18px;}
.top h4{font-size: 16px;}
.top_banner{margin-top: 130px;height: auto;}
.top_banner .top_bg{width: 100%;}
.top_banner .top_bg .top_title{font-size: 20px;padding: 10px;}

     .banner-btn-prev, .banner-btn-next{width: 45px; height: 45px;}
 	
 	.beyond-sec{padding: 20px 0;}
 	.beyond-sec .top{width: 95%;}
 	.beyond-sec .content{width: 100%;}
 	.beyond-sec .content .tabs-header{display: block;}
 	.beyond-sec .content .tab-item.active,.beyond-sec .content .tab-item{font-size: 18px;padding: 7px 8px;}
 	.beyond-sec .content .tab-content.active{display: block;}
 	.beyond-sec .content .tab-content.active .left{width: 100%;}
.beyond-sec .content #tab2 .left, .beyond-sec .content #tab3 .left, .beyond-sec .content #tab4 .left {
    padding-right: 0;
}
     
}