/**
 * author: 孙泽龙
 * startTime: 2025年8月1日
 * endTime: 2025年12月21日
 */
/*公共样式*/
/* 整体滚动条 */
        ::-webkit-scrollbar {
            width: 12px;
        }

        /* 滚动条轨道 */
        ::-webkit-scrollbar-track {
            background: #ddd; 
        }
        
        /* 滚动条滑块 */
        ::-webkit-scrollbar-thumb {
            background: #999; 
            border-radius: 6px;
        }

        /* 悬停时改变颜色 */
        ::-webkit-scrollbar-thumb:hover {
            background: #666; 
        }
/* 蒙灰 */
.maydiv {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #444;
	opacity: .5;
	position: fixed;
	z-index: 8;
}

.Tindex25 {
	text-indent: 35px;
	color: #767676;    
	line-height: 30px;
}

.red {
	color: #f00;
}

.ft16 {
	font-size: 16px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.mr-t10 {
	margin-top: 10px;
}
.mr-t20 {
	margin-top: 20px;
}

.mr-t30 {
	margin-top: 30px;
}
.mr-t50 {
	margin-top: 50px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	border: 0;
}

embed {
	width: 100%;
	margin-bottom: -7px
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

ol {
	list-style-type: decimal;
	/* 默认值，显示数字 */
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 基础样式 */

body {
	line-height: 1.6;
	color: #333;
	overflow-x: hidden;
	width: 100%;
	position: relative;
}

a {
	text-decoration: none;
	color: #333;
}

ul li {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.dn {
	display: none
}

.features .container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	padding: 10px 0;
}

/* 导航栏 */
header {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 1rem;
	margin: auto;
	border-bottom: 2px solid #f3f3f3;
}

header .header-titles {
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
}

header .mui-active {
	border-bottom: 3px solid #9b7a66 !important;
	padding-bottom: 10px;
	font-weight: bold;
	color: #9b7a66;
}

/* header .mui-active a{color: #0066cc;} */
header .nav-links {}

/* header .imgs{width: 400px;} */
header .logo {
	margin: 10px;
	/*width: 100px;*/
	height: 80px;
	float: left;
}

header .arr {
	width: 50px;
	height: 50px;
	display: none;
	float: right;
}

header .nav-links li {
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	font-size: 18px;
	‌cursor: pointer;font-weight: bold;
}

header .nav-links li:hover {
	color: #9b7a66;
	cursor: pointer !important;
	border-bottom: 3px solid #9b7a66
}

header .nav-links .addWeChat {
	background-color: #9b7a66;
	color: #fff;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
}

header .nav-links .addWeChat:hover {
	background-color: #fff;
	color: #9b7a66;
}


/* 横幅区域 */
.banner {
	background-color: #0066cc;
	color: white;
	padding: 80px 0;
	text-align: center;
}

.banner h1 {
	font-size: 48px;
	margin-bottom: 20px;
}

.banner p {
	font-size: 20px;
	margin-bottom: 30px;
}

.btn {
	display: inline-block;
	background-color: #ff6600;
	color: white;
	padding: 12px 30px;
	border-radius: 5px;
	font-weight: bold;
	transition: background-color 0.3s;
}

.btn:hover {
	background-color: #e65c00;
}

/* 主要内容区域 */
/* .features {
	margin: 30px 0;
} */

.section-title {
	text-align: center;
	margin-bottom: 50px;
}

.section-title h2 {
	font-size: 32px;
	color: #9b7a66;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.feature-card {
	text-align: center;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
}

.feature-card:hover {
	transform: translateY(-10px);
}

.feature-icon {
	font-size: 40px;
	color: #0066cc;
	margin-bottom: 20px;
}

/* 关于我们部分 */
.about {
	padding: 30px 0;
	margin-bottom: 300px;
}

/* 产品服务 */
.features {
	overflow: hidden;
	/* width: 1200px; */
	/* margin: 30px auto; */
	margin-top: 30px auto;
}

.features .title {
	text-align: center;
	color: #9b7a66;
	font-size: 28px;
	padding: 20px 0;
	/* padding-bottom: 20px; */
}


.features .serverContent .titles {
	padding: 20px 0;
	color: #6b6b6b;
	font-size: 24px;
}

.preload {
	width: 128px;
	height: 128px;
	background-image: url('../img/preload.png');
	position: absolute;
	z-index: 99;
	left: 50%;
	margin-left: -64px;
	top: 17%;
}

.mydivs {
	padding: 30px 0;
}

.about-text {
	flex: 1;
}

.about-text h2 {
	color: #555;
}

.about-text p {
	/* padding-top: 20px; */
	text-indent: 35px;
	color: #767676;
	line-height: 35px;
}

.about-image {
	flex: 1;
	border-radius: 5px;
	overflow: hidden;
}

.about-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* 怡康养老块样式 */
.retirement {
	background-color: #9b7a66;
}

.retirement .title {
	color: #fff;
	font-size: 2rem;
	text-align: center;
	padding: 30px 0 15px 0;
}

.retirement .retirementHome {
	padding-top: 30px;
	/* padding: 0 30px; */
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.retirement .retirementHome .rows {
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	color: #fff;
	font-size: 28px;
}

.retirement .retirementHome .items {
	text-align: center;
}

.retirement .retirementHome .name {
	font-size: 24px;
	color: #fff;
	padding: 30px 0;
}

/* 联系我们 */
.lxwm {
	width: 80%;
	margin: auto;
}

.lxwm .lxwm_pc {
	font-size: 16px;
	padding: 20px 0;
}

.lxwm .lxwm_pc .lxwm_div {
	width: 1000px;
	height: 500px;
	margin: auto;
	border: 1px solid #9b7a66;
	border-radius: 5px;
	display: none;
	position: relative;
	z-index: 9;
	background-color: #fff;
}

.lxwm .lxwm_pc .lxwm_div .close {
	border: none;
	padding: 10px 20px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	border-radius: 50%;
	position: absolute;
	right: -25px;
	top: -25px;
}

.lxwm .lxwm_pc .lxwm_div .infoP {
	border-right: 1px solid #9b7a66;
	height: 350px;
	padding-right: 100px;
	margin-top: 50px;
	text-align: center;
	color: #9b7a66;
	padding-top: 150px;
	padding-left: 50px;
}

.lxwm_pc .lxwm_div .lxbg {
	width: 330px;
	height: 330px;
	background: url('./../img/lxwm/qrBg.png') 0 0 no-repeat;
	margin: 50px 100px 15px 100px;
}

.lxwm_pc .lxwm_div .lxSpan {
	margin-left: 100px;
}

.lxwm .lxwm_pc .lxwm_div .icon1,
.icon2,
.icon3 {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.lxwm .lxwm_pc .lxwm_div .icon1 {
	background-image: url(./../img/lxwm/icon_1.png);
}

.lxwm .lxwm_pc .lxwm_div .icon2 {
	background-image: url(./../img/lxwm/icon_2.png);
}

.lxwm .lxwm_pc .lxwm_div .icon3 {
	background-image: url(./../img/lxwm/icon_3.png);
}

.lxwm .lxwm_pc .lxwm_div .ewmbg {
	margin-left: 45px;
	margin-top: 45px;
}

.lxwm .lxwm_pc .lxwm_div span {
	padding-right: 20px;
}

.lxwm .lxwm_p {
	padding-top: 13px;
	font-size: 14px;
	color: #9b7a66;
}

.lxwm .lxwm_pc .kufu-btn {
	border: none;
	background-color: #0066cc;
	color: #fff;
	padding: 3px 5px;
	border-radius: 5px;
	margin: 0 10px;
}

.lxwm .mapCon {
	height: 500px;
	margin-top: 20px;
}

.lxwm .mapCon .BMap_bubble_content {
	font-size: 12px;
}

.BMap_pop {
	top: 70px !important;
}


.lxwm .gsjs {
	display: flex;
	margin: 15px 0;
}

.lxwm .gsjs img {
	padding-right: 20px;
}

.lxwm .gsjs .gsjsContent {
	font-size: 15px;
	color: #6b6b6b
}

/* 招聘 */
.lxwm .zpNumber {
	overflow: hidden;
	padding-top: 30px;
}

.lxwm .zpNumber .iphone,
.email {
	width: 48px;
	height: 48px;
	display: inline-block;
	margin-top: 10px;
}

.lxwm .zpNumber .iphone {
	background-image: url(./../img/iphone.png);
	background-size: 80%;
	/* 图片将拉伸以填充整个元素 */
	background-repeat: no-repeat;
	/* 确保不重复 */
}

.lxwm .zpNumber .email {
	background-image: url(./../img/email.png);
	background-size: 80%;
	/* 图片将拉伸以填充整个元素 */
	background-repeat: no-repeat;
	/* 确保不重复 */
}

.lxwm .zpNumber p {
	font-size: 14px;
	padding-top: 5px;
}

.lxwm .zpNumber p a {
	padding: 0 10px;
}

.lxfs {
	position: fixed;
	right: 0;
	top: 60%;
}

.lxfs .lxfsDiv {
	border: 1px solid #9b7a66;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: -1px;
}

.lxfs .lxfsDiv .iphoneIcon,
.wechatIcon {
	width: 48px;
	height: 48px;
	display: inline-block;
	cursor: pointer;
}

.lxfs .lxfsDiv .nav_menu-item {
	display: inline-block;
	position: relative;
}

.lxfs .lxfsDiv .nav_menu-item:hover .nav_submenu {
	display: block;
}

.lxfs .lxfsDiv .nav_submenu {
	position: absolute;
	right: 50px;
	padding: 5px;
	z-index: 12;
	top: 0px;
	display: block;
	background-color: #fff;
	border: 1px solid #9b7a66;
	/* width: 235px; */
}

.lxfs .lxfsDiv .iphoneIcon {
	background-image: url("./../img/iphicon.png");
	background-size: 100% 100%;
	/* 图片将拉伸以填充整个元素 */
	background-repeat: no-repeat;
	/* 确保不重复 */
}

.lxfs .lxfsDiv .wechatIcon {
	background-image: url("./../img/wechat.png");
	background-size: 100% 100%;
	/* 图片将拉伸以填充整个元素 */
	background-repeat: no-repeat;
	/* 确保不重复 */
}

.lxfs .lxfsDiv .iphNum,
.ewms {
	display: none;
}

.lxfs .lxfsDiv .iphoneIcon:hover .iphNum {
	position: absolute;
	background: #fff;
	right: 48px;
	/* padding: 10px; */
	z-index: 12;
	top: 0px;
	display: block;
	border: 1px solid #9b7a66;
	color: #9b7a66;
}

.lxfs .lxfsDiv .wechatIcon:hover .ewms {
	background-image: url("./..img/ewm.png");
	background-repeat: no-repeat;
	/* 确保不重复 */
	position: absolute;
	right: 48px;
	width: 112px;
	height: 112px;
	display: inline-block;
	padding: 5px;
	background: #fff;
	border: 1px solid #9b7a66
}

/* 页脚 */
footer {
	background-color: #9b7a66;
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 5px 10px;
}

footer .footer-content .footerItems {
	font-size: 12px;
	text-align: left;
}

footer #footerEwm p {
	padding: 5px 0;
	color: #fff;
	font-size: 12px;
}

footer #footerEwm img {
	padding: 20px 0 0;
}

footer .footerList {
	display: flex;
	padding: 10px 0;
	overflow: hidden;
}

footer .footerLi {
	display: inline-block;
	float: left;
	;
	text-align: center;
	color: #fff;
	font-size: 12px;
	width: 30%;
}

footer .footerLi:first-child {
	text-align: left;
	width: 70%;
}

footer .footerLi a {
	color: #fff;
}

footer .footerLi span {
	color: #9b7a66;
}

footer .footerLi p {
	line-height: 30px;
}

footer .copyright {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #444;
	color: #aaa;
	overflow: hidden;
	width: 100%;
}

footer .copyright a {
	color: #fff;
}

/* ====================================轮播图开始=====================================
  /* 轮播图容器 */
  .carousel {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: relative;
      margin: auto;
  	margin-top: 20px;
  }
  .carousel-inner {
      display: flex;
      transition: transform 0.5s ease-in-out;
  }
  .carousel-item {
      min-width: 100%;
      height: 100%;
  }
  .carousel-item img{width: 100%;height: auto;}
  .carousel-control {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
  }
  .carousel-control.left {
      left: 10px;
  }
  .carousel-control.right {
      right: 10px;
  }
  
  
/* 轮播2 */
.lunbotu {
	margin: 0 auto;
	width: 100%;
	height: 37.5rem;
	margin-top: 10px;
	position: relative;
}

.lunbotu img {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	display: none;
	width: 100%;
	height: 37.5rem;
}

.lunbotu .bl {
	display: block;
}

.lunbotu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.switch span {
	width: 40px;
	height: 60px;
	display: inline-block;
	background-color: rgba(0, 0, 0, .5);
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	display: none;
	cursor: pointer;
}

.switch #tl {
	top: 50%;
	margin-top: -30px;
}

.switch #tr {
	top: 50%;
	right: 0;
	margin-top: -30px;
}

.lunbotu .dot {
	position: absolute;
	overflow: hidden;
	padding: 5px 20px;
	border-radius: 10px;
	bottom: 0;
	left: 50%;
	/* left: 45%; */
	margin-left:-60px;
	margin-bottom: 10px;
}

.dot li {
	float: left;
	display: inline-block;
	width: 20px;
	height: 10px;
	background-color: #fff;
	border-radius: 50px;
	margin: 0 5px;
	cursor: pointer;
}

.dot .xb_cr {
	background-color: #f10215;
}

/* ====================================轮播图结束===================================== */
/* 地图显示 添加一块显示 */
.mapstyle {
		position: absolute;
		border: 1px solid #f2f2f2;
		width: 315px;
		/* height: 140px; */
		top: 43%;
		left: 52%;
		background-color: #fff;
		padding: 15px;
		font-size: 14px;
		font-weight: bold;
	}
.characteristic{
	
}

.characteristic .lists {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	text-align: center;
}
.characteristic .lists .texts{text-align: center;
	color: #9b7a66;
	font-weight: bold;
}
.characteristic .lists img{
	height: 230px;width: 300px;
}

/* 招贤纳士 */
.borders {
	padding: 20px;
	border: 1px solid #fff;
	margin: 20px 0
}

.borders:hover {
	border-radius: 25px;
	border: 0.01rem solid #9b7a66;
	box-shadow: 0 0 0.5rem 0 #9b7a66;
}

.borders h2,
h3 {
	color: #9b7a66;
	font-size: 18px;
}

.borders h2 {
	padding-bottom: 20px;
}

.borders p {
	padding: 10px 0;
	color: #6b6b6b;
}

.borders .JobRequirements {
	padding-left: 15px;
}

.borders .JobRequirements li {
	color: #6b6b6b;
	font-size: 14px;
	padding: 5px 0;
}

.zxns .items {
	color: #9b7a66;
	font-size: 16px;
	width: 250px;
}

.zxns .remark {
	padding: 20px;
	font-size: 16px;
	color: #9b7a66;
}

.zxns .remark .downloadLink {
	color: #0066cc;
	font-size: 14px;
	padding: 20px 0;
	display: block;
}

/* 返回顶部 */
#scrollToTopBtn {
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 65px;
}

#scrollToTopBtn img {
	vertical-align: middle;
	padding: 5px 0;
}

/* 弹窗 */
.popupWindow {
	background-color: #fff;
	width: 500px;
	height: 470px;
	margin: auto;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -250px;
	overflow: hidden;
	display: none;
	z-index: 9;
}

.popupWindow .title {
	text-indent: 30px;
	font-size: 18px;
	color: #9b7a66;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #9b7a66;
	width: 100%;
}

.popupWindow .ewm {
	width: 398px;
	height: 228px;
	text-align: center;
	margin: auto;
	margin-top: 80px;
}

.popupWindow .close {
	position: absolute;
	right: 0;
	font-size: 32px;
	font-weight: bold;
	background: none;
	border: none;
	padding: 0px 15px;
	color: #9b7a66;
}

.popupWindow .wechatNumber {
	height: 50px;
	line-height: 50px;
	background-color: #f2f2f2;
	margin: 15px 0;
}


.footerItems {
	margin: auto;
	padding-bottom: 20px;
	overflow: hidden;
}

.footerItems p {
	/* text-align: center; */
	font-size: 12px;
	color: #fff;
	padding: 5px 0;
}

footer .gw {
	background-image: url("./../img/gw.png");
	vertical-align: middle;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
}

/* 产品服务 */
.productService .serverImg {
	margin: auto;
	max-width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.productService .serverImg img {
	max-width: 200px;
	height: auto;
	margin-right: 20px;
  width:200px;
	height:200px;
}

.productService .serverContent p {
	margin: 5px 0;
	text-align: left;
	text-indent: 30px;
}

.productService .serverItem {
	margin: auto;
	width: 1200px;
	max-width: 100%;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	box-sizing: border-box;

}

.productService .serverContent p {
	margin: 5px 0;
	text-align: left;
	text-indent: 30px;
	color: #6b6b6b;
	font-size: 14px;
	line-height: 30px;
}

.image-container {
	position: relative;
	display: inline-block;
	margin: 10px;
}

.zoomed-image {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
		height:150px;
  width:150px;
}

.footerUl {
	overflow: hidden;
}

.footerUl li {
	float: left;
}

/* 双击拨打电话，手型央视 */
.phone-number {
	cursor: pointer;
}

#infoPopup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.clickable-text {
	cursor: pointer;
	color: #0066cc;
}

/* 
* 媒体查询
*  
*/

@media (min-width: 1200px) {
.llyytp{display: block;}
.lhyypic{display: none;}
	.banners{margin-top:20px}
.characteristic .lists {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	text-align: center;
}
	header .header-titles {
		margin: 0 auto;
		overflow: hidden;
		width: 1180px;
	}

	#zoomedImage img {
		width: 150%;
		height: 150%;
	}

	.lxwm_app {
		display: none;
	}

	embed {
		height: 220px;
		margin-bottom: -7px;
	}

	footer .footerLi:first-child {
		text-align: left;
		width: 70%;
		padding-left: 300px;
		font-size: 15px;
	}
}

@media handheld and (min-width:769px),
screen and (max-width:1199px) {
	.banners{margin-top:20px}
	.lhyypic{text-align: center;}
	.llyytp{display: none;}
	header .nav-links li {width: 80px;font-weight: bold;}
	header .logo {
			margin: 10px 0;
			 width: 150px; 
			line-height: 200px;
			float: left;
			vertical-align: middle;
		}

	/* embed{height: 227px;margin-bottom: -7px;} */
	embed {
		height: 220px
	}

	footer .footerLi:first-child {
		padding-left: 150px;
		font-size: 15px;
	}

	.preload {
		top: 10% !important;
	}
	.characteristic .lists {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		text-align: center;
	}
	/* 怡康养老变化 */
	.retirement .retirementHome {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.characteristic .lists img{
		width: 400px;
		height: 280px;
	}
	header .header-titles {
		margin: 0 auto;
		overflow: hidden;
		width: 742px;
	}

	#lb {
		height: 20rem;
	}

	#lb img {
		height: 20rem;
	}

	.lxfs {
		display: none;
	}

	.zxnss {
		padding: 20px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.borders {
		padding: 20px;
		margin: 20px 0;
		border-radius: 25px;
		border: 0.01rem solid #9b7a66;
		box-shadow: 0 0 0.5rem 0 #9b7a66;
	}

	/* 产品服务 */
	.productService .serverItem {
		margin: auto;
		max-width: 80%;
	}

	.productService .serverItem {
		/* 	flex-direction: column;
		text-align: center; */

		margin: auto;
		max-width: 90%;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}

	.productService .serverImg img {
		margin-bottom: 20px;
		max-width: 350px;
		margin: auto;
		margin-right: 15px;
		width:300px;height:300px;
	}

	.lxwm_app {
		display: none;
	}
}

@media handheld and (min-width:481px),
screen and (max-width:768px) {
	.carousel-item img{margin-top: 70px;}
	header .header-titles {
		width: 100%;
		position: fixed;
		background-color: #fff;
		border-bottom: 1px solid #f2f2f2;
		z-index: 11;
	}
	.lhyypic{text-align: center;}
	/*.llyytp{display: none;}*/
	header .arr {
		display: block;
		margin: 10px 15px;
		float: right;
	}

	header .nav-links {
		display: none;
		height: 45px;
		line-height: 45px;
	}

	header .nav-links {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 104;
	}

	header .nav-links li {
		display: block;
		background-color: #fff;
		width: 100%;
		height: 50px;
		line-height: 50px;font-weight: bold;
	}

	header .logo {
		margin: 10px 0;
		/* width: 50px; */
		height: 50px;
		float: left;
		vertical-align: middle;
	}

	.features {
		/* padding-top: 30px; */
		padding-top: 100px;
		margin: 0;
	}

	#lb {
		height: 20rem;
		margin-top: 90px;
	}

	#lb img {
		height: 20rem;
	}

	#turn {
		display: none;
	}

	#xb {
		display: none;
	}

	.features-grid {
		display: block;
	}

	.feature-card {
		margin: 1rem 0;
	}

	.footer .footer-content li {
		display: block;
		width: 100%;
	}

	.footer .footer-content li a {
		display: inline-block;
	}

	.footer .footer-content li:last-child {
		text-align: center;
		margin-left: 0;
	}

	.copyright a {
		font-size: 12px;
	}

	/* 怡康养老变化 */
	#footerItems {
		display: none;
	}

	/* 怡康养老变化 */
	.retirement .retirementHome {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	#footerEwm {
		display: block !important;
		margin-bottom: 50px;
		text-align: center;
		margin: auto;
		width: 80%
	}

	/* 
	.footerItems {
		display: none;
	} */
	.lxwm {
		width: 90%;
		margin-bottom: 20px;
	}

	.lxwm .mapCon {
		height: 350px;
		margin-top: 20px;
	}

	/* 联系我们 */
	.lxwm_pc {
		display: none;
	}

	.lxwm_app {
		display: block;
	}
	
	/* .BMap_bubble_content{font-size: 12px;} */
	.lxwm .mapCon .BMap_pop {
		top: -60px !important;
	}

	.preload {
		top: 3% !important;
	}

	/* 招聘--手机端显示不同 */
	.borders {
		padding: 20px;
		margin: 20px 0;
		border-radius: 25px;
		border: 0.01rem solid #9b7a66;
		box-shadow: 0 0 0.5rem 0 #ff7171;
		/* width: 36%; */
	}

	/* 手机端隐藏 */
	.lxfs {
		display: none;
	}

	.zxnss {
		padding: 10px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	/* 产品服务 */
	.productService .serverItem {
		margin: auto;
		max-width: 80%;
	}

	.productService .serverItem {
		flex-direction: column;
		text-align: center;
	}

	.productService .serverImg img {
		margin-bottom: 20px;
		margin-right: 0;
		max-width: 300px;
		margin: auto;
	} 

	/* 隐藏添加微信 */
	#addWeChat {
		display: none;
	}

	embed {
		/* height: 252px; */
		height: 222px;
	}

	footer .footerLi:first-child {
		padding-left: 50px;
		font-size: 14px;
	}
	
	
	.characteristic .lists img{
		width: 300px;
		height: 220px;
	}
	
	.banners{margin-top:80px}
	
	.mapstyle {
		position: absolute;
		border: 1px solid #f2f2f2;
		width: 315px;
		top: 55%;
		left: 15%;
		background-color: #fff;
		padding: 15px;
		font-size: 10px;
	}
}


@media handheld and (min-width:360px),
screen and (max-width:480px) {

	/* 隐藏添加微信 */
	#addWeChat {
		display: none;
	}
	.lhyypic{text-align: center;}
	header .header-titles {
		width: 100%;
		position: fixed;
		background-color: #fff;
		border-bottom: 1px solid #f2f2f2;
		z-index: 11;
	}

	header .arr {
		display: block;
		margin: 10px 15px;
		float: right;
	}

	header .nav-links {
		display: none;
		height: 45px;
		line-height: 45px;
	}

	header .nav-links {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1004;
	}

	header .nav-links li {
		display: block;
		background-color: #fff;
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #f2f2f2;font-weight: bold;
	}

	header .logo {
		margin: 10px 0;
		/* width: 50px; */
		height: 50px;
		float: left;
		vertical-align: middle;
	}

	#zoomedImage img {
		width: 150%;
		height: 150%;
	}

	#lb {
		height: 8rem;
	}

	#lb img {
		height: 12rem;
	}

	#turn {
		display: none;
	}

	#xb {
		display: none;
	}

	.features-grid {
		display: block;
	}

	.feature-card {
		margin: 1rem 0;
	}

	.footer .footer-content li {
		display: block;
		width: 100%;
	}

	.footer .footer-content li a {
		display: inline-block;
	}

	.footer .footer-content li:last-child {
		text-align: center;
		margin-left: 0;
	}

	.copyright a {
		font-size: 12px;
	}

	/* 怡康养老变化 */
	.retirement .retirementHome {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0px;
		/* gap: 30px; */
	}

	#footerItems {
		display: none;
	}

	.lxwm {
		width: 90%;
	}

	.lxwm .mapCon {
		height: 280px;
		margin: 20px 0;
	}

	.lxwm .mapCon .BMap_pop {
		top: -60px !important;
	}

	.lxwm .lxwm_pc {
		display: none;
	}

	.lxwm .lxwm_app {
		display: block;
	}

	.lxwm .lxwm_pc {
		display: none;
	}

	.preload {
		top: 3% !important;
	}

	/* 招聘--手机端显示不同 */
	.borders {
		padding: 20px;
		margin: 20px 0;
		border-radius: 25px;
		border: 0.01rem solid #9b7a66;
		box-shadow: 0 0 0.5rem 0 #9b7a66;
		/* width: 27%; */
	}

	/* 手机端隐藏 */
	.lxfs {
		display: none;
	}

	.productService .serverImg img {
		width:300px;
		height:300px;
	}

	.productService .serverItem {
		margin: auto;
		max-width: 100%;
	}

	.lunbotu .dot {
		margin-bottom: -50px;
		left: 33%;
	}

	embed {
		height: 233px;
		/* margin-bottom: -8px; */
	}

	/* embed{height: 227px;margin-bottom: -8px;} */
	footer .footerLi:first-child {
		padding-left: 10px;
	}
	
	.characteristic .lists {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		text-align: center;
	}
	
	.characteristic .lists img{
		width: 90%;
		height: auto;
	}
	
	.carousel-control{display: none;}
	/* 地图显示 添加一块显示 */
	.mapstyle {
		position: absolute;
		border: 1px solid #f2f2f2;
		width: 235px;
		top: 55%;
		left: 15%;
		background-color: #fff;
		padding: 15px;
		font-size: 10px;
	}
	footer .copyright {
		text-align: center;
		padding: 0px;
		border-top: 1px solid #444;
		color: #aaa;
		overflow: hidden;
		width: 100%;
	}
}

/* http://192.168.13.165/  ipconfig 本地IP */
/* 选项卡布局 */
	.tabs {
		width: 100%;
		margin: 20px auto;
		height: auto;
		overflow: hidden;
	}

	.tabs .tabs_item {
		height: 36px;
	}

	.tabs .tabs_block {
		height: auto;
	}

	.tabs .list_item {
		float: left;
		width: 25%;
		height: 36px;
		line-height: 36px;
		font-size: 26px;
		cursor: pointer;
	}

	.tabs .list_item.active {
		color: #FFF;
		background-color: #F60
	}

	.tabs .tabs_block {
		width: 100%;
		position: relative;
	}

	.tabs .list_block {
		display: none;
		float: left;
		width: 100%;
		height: auto;
		font-size: 14px;
		background-color: #F4F4F4
	}

	.tabs .list_block.show {
		display: block;
	}