

/* 轮播 */
.LLL_banner {
	width: 100%;
	/* min-width: 1650px; */
    height: 500px;
	position: relative;
}
.swiper-container {
    width: 100%;
	height: 500px;
}  
.banner {
    position: relative;
    top: 0;
    /* margin: 70px auto; */
    width: 100%;
    height: 500px;
}

.banner .move {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.move ul,
.move ul li {
    position: absolute;
}

.ctrl {
    position: absolute;
    width: 100%;
    bottom: 90px;
    text-align: center;
}

.ctrl .libs {
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #6F6F6F;
    z-index: 50;
	cursor: pointer;
}

.ctrl span.active {
	width: 35px;
	height: 0px;
	border-radius: 8px;
	background-color: #efefef;
	transition: width 0.2s ease-out;
}
div#ctrl2.ctrl{
	bottom: 10px;
}
.ctrl .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-color: #333;
    cursor: pointer;
    font: 30px/58px "宋体";
    opacity: .5;
    color: #fff;
    text-align: center;
}

.ctrl .next {
    top: -230px;
    right: 0;
}

.ctrl .prev {
    top: -230px;
    left: 0;
}

.ctrl .arrow:hover {
    opacity: 1;
}
.swiper-button-prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-pagination-bullet-active{
	background: #e62256 !important;
	border-color: #e62256 !important;
}
.swiper-container-huanjing .swiper-button-prev,.swiper-container-huanjing .swiper-button-next{
	width:36px !important;
	height:36px!important;
	background:rgba(0,0,0,.2);
	border-radius:50%;
	background-size: 13px !important;
	background-repeat: no-repeat !important;
	background-position: 10px 8px !important;
}
.swiper-container-huanjing .swiper-button-prev{
	margin-left: 10px;
}
.swiper-container-huanjing .swiper-button-next{
	margin-right: 10px;
}

/* 表单 */
.LLL_banner .customized {
    position: absolute;
    height: 415px;
    width: 320px;
    top: 20px;
	z-index: 1;
	right:163px;
	background-color: rgba(255, 255, 255, 0.80);
	border-radius: 4px;
	padding: 15px 0;
}
.LLL_banner .customized .immediate_reservation form .form-title h2{
	font-size: 30px;
	color: #e62256;
	letter-spacing: 7.5px;
	margin-top: 10px;
}
.LLL_banner .customized .immediate_reservation form .form-title h2 img {
	height: 35px;
	width: 150px;
}
.LLL_banner .customized form{
	width: 300px;
	margin: 0 auto;
	text-align: center;	
}
.LLL_banner .customized .immediate_reservation form .form-title p {
	font-size: 14px;
	color: #e62256;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.LLL_banner .customized form .form_control {
	text-align: center;
	margin-bottom: 10px;
}
.LLL_banner .customized form .form_control .layui-form-select .layui-edge {
	display: none;
}
.customized form .form_control .layui-input-block .layui-laydate .layui-this {
	background-color: #e62256 !important;
}
.LLL_banner .customized form .time {
	position: relative;
}
.LLL_banner .customized form .time img {
	position: absolute;
    right: 8px;
    height: 20px;
    top: 13px;
}
.LLL_banner .customized form .guanxi {
	position: relative;
}
.LLL_banner .customized form .guanxi img {
	position: absolute;
    right: 4px;
    height: 20px;
	top: 15px;
	z-index: 9;
}
.LLL_banner .customized form .form_control input {
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	box-shadow: 0 2px 4px 0 rgba(231,231,231,0.50);
	height: 45px;
	line-height: 45px;
	width: 300px;
	padding-left: 10px;
	box-sizing: border-box;
}
.LLL_banner .customized form select {
    font-size: 16px;
    color: #999999;
    letter-spacing: 0.17px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-shadow: 0 2px 4px 0 rgba(231,231,231,0.50);
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding-left: 10px;
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
}
.LLL_banner .customized form input[type="submit"] {
	background: #e62256;
	box-shadow: 0 2px 4px 0 #B8B8B8;
	cursor: pointer;
	border:none;
	font-size: 18px;
	width: 300px;
	height: 45px;
	color: #FFFFFF;
	letter-spacing: 3px;
	padding-left: 0;
	margin:10px 0 6px 0;
}
.LLL_banner .customized .phone_number {
	height: 45px;
    width: 300px;
    margin: 0 auto;
}
.LLL_banner .customized .phone_number p img{
	display: inline-block;
	height: 45px;
	width: 100%;
	color: #e62256;
	border-radius: 5px;
}
.LLL_banner .customized .phone_number p {
	height: 45px;
	background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 7px 30px;
	box-sizing: border-box;
	font-size: 23px;
	color: #e62256;
	letter-spacing: 1.15px;
	text-align: justify;
}
.LLL_banner .customized .phone_number p span {
	font-size: 25px;
	color: #e62256;
	letter-spacing: 1.15px;
	text-align: justify;
	margin-right: 20px;
}
.LLL_banner .customized form .layui-form-item .layui-input-block{
	margin-left: 0;
}
/* 表单二 */
.LLL_banner .customized1 {
    position: absolute;
    height: 310px;
    width: 320px;
    top: 124px;
	z-index: 1;
	right:163px;
	background-color: rgba(42, 42, 42, 0.80);
	border-radius: 4px;
	padding: 15px 0;
}
.LLL_banner .customized1 .immediate_reservation form .form-title h2{
	font-size: 30px;
	color: #e62256;
	letter-spacing: 7.5px;
	margin-top: 10px;
}
.LLL_banner .customized1 .immediate_reservation form .form-title h2 img {
	height: 35px;
	width: 150px;
	margin-bottom: 10px;
}
.LLL_banner .customized1 form{
	width: 300px;
	margin: 0 auto;
	text-align: center;	
	margin-top: -8px;
}
.LLL_banner .customized1 .immediate_reservation form .form-title p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.LLL_banner .customized1 form .form_control {
	text-align: center;
	margin-bottom: 10px;
}
.LLL_banner .customized1 form .form_control .layui-form-select .layui-edge {
	display: none;
}
.customized1 form .form_control .layui-input-block .layui-laydate .layui-this {
	background-color: #e62256 !important;
}
.LLL_banner .customized1 form .time {
	position: relative;
}
.LLL_banner .customized1 form .time img {
	position: absolute;
    right: 8px;
    height: 20px;
    top: 13px;
}
.LLL_banner .customized1 form .guanxi {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	box-shadow: 0 2px 4px 0 rgba(231,231,231,0.50);
	height:45px;
}
.LLL_banner .customized1 form .guanxi img {
	position: absolute;
    right: 4px;
    height: 20px;
	top: 15px;
	z-index: 9;
}
.LLL_banner .customized1 form .form_control input {
	background: #FFFFFF;
	opacity: 1;
	z-index:10;
	border: 1px solid #E7E7E7;
	box-shadow: 0 2px 4px 0 rgba(231,231,231,0.50);
	height: 45px;
	/*line-height: 45px;*/
	width: 300px;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 14px
}
.LLL_banner .customized1 form select {
    font-size: 16px;
    color: #999999;
    letter-spacing: 0.17px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-shadow: 0 2px 4px 0 rgba(231,231,231,0.50);
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding-left: 10px;
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
}
.LLL_banner .customized1 form input[type="submit"] {
	background: #e62256;
	/* box-shadow: 0 2px 4px 0 #B8B8B8; */
	border:none;
	cursor: pointer;
	font-size: 18px;
	width: 300px;
	height: 45px;
	color: #FFFFFF;
	letter-spacing: 3px;
	padding-left: 0;
	margin:10px 0 6px 0;
}
.LLL_banner .customized1 .phone_number {
	height: 45px;
    width: 300px;
    margin: 0 auto;
}
.LLL_banner .customized1 .phone_number p img{
	display: inline-block;
	height: 45px;
	width: 100%;
	color: #e62256;
	border-radius: 5px;
}
.LLL_banner .customized1 .phone_number p {
	height: 45px;
	background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 7px 30px;
	box-sizing: border-box;
	font-size: 23px;
	color: #e62256;
	letter-spacing: 1.15px;
	text-align: justify;
	line-height: 30px;
}
.LLL_banner .customized1 .phone_number p span {
	font-size: 25px;
	color: #e62256;
	letter-spacing: 1.15px;
	text-align: justify;
	margin-right: 20px;
}
.LLL_banner .customized1 form .layui-form-item .layui-input-block{
	margin-left: 0;
}
/* 入住流程 */
.checkIn {
	padding-top: 50px;
    height: 500px;
    box-sizing: border-box;
}
.checkIn .check_title {
	box-sizing: border-box;
}
.checkIn ul li {
	float: left;
	width: 212px;
	text-align: center;
}
.checkIn ul li span img {
	display: inline-block;
	height: 129px;
}
.checkIn ul .gt {
	float: left;
	width: 117px;
	height: 125px;
	line-height: 125px;
	text-align: center;
	font-size: 25px;
	color: #999999;
}
.checkIn ul .gt img{
	height: 32px;
}
.checkIn ul li p {
	height: 80px;
    line-height: 80px;
    font-weight: 700;
	font-size: 20px;
	color: #698295;
	text-align: center;
}
.checkIn ul li span {
	font-size: 14px;
	color: #698295;
	text-align: center;
}
/* 乐邻环境 */
.swiper-container-huanjing {
	width: 100%;
	height: 100%;
}
.swiper-container-huanjing .swiper-pagination {
	left: 30px;
	bottom: 80px;
	width: auto;
}

.swiper-container-huanjing .swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.full {
	position: absolute;
	width: 100%;
	top: 0 !important;
}

.full img {
	width: 100%;
}

.slide-1 .preload {
	background: url(/assets/images/index/huanjing1.jpg) no-repeat left top/100% 100%;
}

.slide-2 .preload {
	background: url(/assets/images/index/huanjing2.jpg) no-repeat left top/100% 100%;
}

.slide-3 .preload {
	background: url(/assets/images/index/huanjing3.jpg) no-repeat left top/100% 100%;
}

.slide-4 .preload {
	background: url(/assets/images/index/huanjing4.jpg) no-repeat left top/100% 100%;
}

.homepage-left100 {
	width: 100%;
	position: absolute;
	left: 100%;
	top: 44%;
	z-index: 10;
	transform: translate(-50%, -50%);
}

.homepage-left100 .txt {
	text-transform: uppercase;
	font-size: 48px;
	letter-spacing: 16px;
	line-height: 72px;
}

.txtCenter {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 15px;
}

.txtCenter .txt {
	font-size: 125px;
	letter-spacing: -2px;
	line-height: 115px;
	color: #121212;
	text-align: center;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
}

.whiteTxt {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.whiteTxt .txt {
	font-size: 65px;
	letter-spacing: -2px;
	line-height: 82px;
	color: #ffffff;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
}

.lelin_footer {
	width: 100%;
	height: 0px;
	position: absolute;
	bottom: 0;
	background: #fff;
	opacity: .8;
	z-index: 30;
	line-height: 70px;
	text-indent: 30px;
}
.lelin_footer p{
	position: absolute;
	top:0;
	right: 30px;
	font-size: 20px;
	color: #333;
	letter-spacing: .21px;
}
.lelin_footer p span{
	margin-left: 20px;
}

@media  only screen and (max-width:768px) {
	header,footer {
		position: static;
	}

	.swiper-container-huanjing {
		height: auto;
	}

	.swiper-button-prev,.swiper-button-next,header ul li:not(:first-child) {
		display: none;
	}

	.homepage-left100 .txt {
		font-size: 24px;
		letter-spacing: 8px;
		line-height: 36px;
	}

	.txtCenter .txt {
		font-size: 60px;
		letter-spacing: 0;
		line-height: 55px;
	}

	.whiteTxt .txt {
		font-size: 30px;
		letter-spacing: 0;
		line-height: 40px;
	}

	.swiper-container-huanjing .swiper-pagination {
		bottom: 10px;
	}

	.pcHidden {
		display: block;
	}
}	
.living {
    height: 910px;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	background-color: #F5F5F5;
}
.living ul li{
	width: 386px;
	height: 230px;
	overflow: hidden;	
	position: relative;
	margin: 5px 14px 20px 0;
	float: left;
	border-radius: 4px;
}
.living ul li img{
	width: 100%;
	height: 230px;
	transition: all 0.4s;  
}
.living ul li img:hover{
	transform: scale(1.2);
}
.living ul li p{
	position: absolute;
	width: 100%;
	height: 50px;
	opacity: 0.7;
	background:#333;
	bottom: 0;
	line-height: 50px;
	color: white;
	text-align: center;
	font-size: 16px;
}
/* .living .living_title {
	box-sizing: border-box;
}
.living .toggle_pic ul {
	width: 200px;
	display: inline-block;
	margin-right: 40px;
	float: left;
}
.living .toggle_pic ul li {
	height: 69px;
	width: 200px;
	line-height: 69px;
	margin-bottom: 15px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(204,204,204,0.50);
	border-radius: 2px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0.21px;
}
.hover_class{
	border: 2px solid #e62256;
    color: #fff !important;
    font-weight: 700;
	background-color: #e62256 !important;
	box-sizing: border-box;
}
.living .pic_box {
	display: inline-block;
	float: right;
	height: 489px;
	width: 960px;
	overflow: hidden;
	vertical-align: top;
	position: relative;
}
.living .pic_box .layui-carousel>[carousel-item] img {
	height: auto;
	width: 100%;
}
.living .pic_box .pic_txt {
	position: absolute;
	bottom: 0;
	width: 100%;
    height: 76px;
    line-height: 76px;
    text-align: right;
	opacity: 0.8;
	background: #FFFFFF;
	border-radius: 0px 0px 2px 2px;
}
.living .pic_box .pic_txt p {
	margin-right: 30px;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
}
.living .pic_box .pic_txt p span {
	margin-left: 20px;
	color: #333333;
	letter-spacing: 0.21px;
}
.living .pic_box .toleft2{
	display: inline-block;
    position: absolute;
    font-size: 28px;
    color: red;
	cursor: pointer;
	left: 0;
	top: 0;
    height: 489px;
    line-height: 489px;
    width: 65px;
    text-align: center;
}
.living .pic_box .toright2{
	display: inline-block;
    position: absolute;
    font-size: 28px;
    color: red;
	cursor: pointer;
	right: 0;
	top: 0;
    height: 489px;
    line-height: 489px;
    width: 65px;
    text-align: center;
} */
.hover_class{
	border: 2px solid #e62256;
    color: #fff !important;
    font-weight: 700;
	background-color: #e62256 !important;
	box-sizing: border-box;
}
/* 长者案例 */
.seniors_case {
	padding-top: 30px;
	height: 650px;
	box-sizing: border-box;
	/* background-color: #F5F5F5; */
}
.seniors_case .toggle_case .toggle_ul{
	display: inline-block;
    box-sizing: border-box;
    width: 250px;
    height: 439px;
	margin-right: 40px;
	float: left;
}
.seniors_case .toggle_case .toggle_ul ul li {
	height: 69px;
	width: 100%;
	margin-bottom: 2px;
}
.seniors_case .toggle_case .toggle_ul ul{
	position: relative;
}
.seniors_case .toggle_case .toggle_ul ul li p{
	height: 69px;
	line-height: 69px;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
    background-color: #F0F0F2;
}
.seniors_case .toggle_case .toggle_ul ul .picture1 {
	display: none;
	position: relative;
}
.seniors_case .toggle_case .toggle_ul ul .picture1 img{
	/* height: 297px; */
	width: 250px;
}
.seniors_case .toggle_case .toggle_ul ul .picture1 p {
	position: absolute;
	font-size: 16px;
	font-weight: 600;
	bottom: 0;
	width: 100%;
	color: #fff;
	opacity: 0.7;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #333333;
}

.seniors_case .toggle_case .toggle_ul ul .picture2 {
	display: none;
	position: relative;
}
.seniors_case .toggle_case .toggle_ul ul .picture2 img{
	/* height: 297px; */
	width: 250px;
}
.seniors_case .toggle_case .toggle_ul ul .picture2 p {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	opacity: 0.7;
	background: #333333;
	font-weight: 600;
}

.seniors_case .toggle_case .toggle_ul ul .picture3 {
	display: block;
	position: relative;
}
.seniors_case .toggle_case .toggle_ul ul .picture3 img{
	/* height: 297px; */
	width: 250px;
}
.seniors_case .toggle_case .toggle_ul ul .picture3 p {
	position: absolute;
	bottom: 0;
	font-size: 16px;
	width: 100%;
	color: #fff;
	opacity: 0.7;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #333333;
	font-weight: 600;
}
.seniors_case .toggle_tabs1 {
	display: inline-block;
	vertical-align: top;
	height: 439px;
	float: right;
	width: 880px;
}
.seniors_case .toggle_tabs1 ul {
	margin-right: 0;
	margin-bottom: 20px;
}
.seniors_case .toggle_tabs1 ul li {
	float: left;
	margin-right: 141px;
	font-weight: 600;
}
.seniors_case .toggle_tabs1 ul li:last-child {
	margin-right: 0;
}
.tabs_list #tab333 p img,.tabs_list #tab33 p img,.tabs_list #tab3 p img{
	width: 268px;
	height: auto;
	margin-top: 50px;
	margin-right: 20px;
	border: 1px solid #F1EFEF;
}
.seniors_case .toggle_tabs1 ul li a {
	font-size: 20px;
	color: #333333;
	letter-spacing: 0.21px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
}
.current {
	font-weight:600;
    font-size: 20px;
    background-color: #E50010;
	letter-spacing: 0.21px;
	color: #fff !important;
	height: 50px;
	padding: 0 10px;
}
.seniors_case .toggle_tabs1 .tabs_list h3{
	color: #e62256;
	font-size: 16px;
}
.seniors_case .toggle_tabs1 .tabs_list p {
	font-family: 'Helvetica Neue';
	height: 33px;
	line-height: 33px;
}
.seniors_case .toggle_tabs1 .tabs_list #tab2 img{
	height: 380px;
}
/* .seniors_case .toggle_tabs1 .tabs_list #tab3 img{
	height: 380px;
} */
.seniors_case .toggle_tabs1 .tabs_list ul li {
	float: left;
	margin-right: 20px;
}
.seniors_case .toggle_tabs1 .tabs_list ul li:last-child {
	margin-right: 0;
}
.seniors_case .toggle_tabs1 .tabs_list #tab4 ul li img {
	height: 288px;
	/* width: 204px; */
}
.seniors_case .toggle_tabs2 {
	display: inline-block;
	vertical-align: top;
	height: 439px;
	float: right;
	width: 880px;
}
.seniors_case .toggle_tabs2 ul {
	margin-right: 0;
	margin-bottom: 20px;
}
.seniors_case .toggle_tabs2 ul li {
	float: left;
	margin-right: 141px;
}
.seniors_case .toggle_tabs2 ul li:last-child {
	margin-right: 0;
}
.seniors_case .toggle_tabs2 ul li a {
	font-size: 20px;
	color: #333333;
	letter-spacing: 0.21px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	font-weight: 600;
}
.seniors_case .toggle_tabs2 .tabs_list h3{
	color: #e62256;
	font-size: 16px;
}
.seniors_case .toggle_tabs2 .tabs_list p {
	height: 33px;
	font-family: 'Helvetica Neue';
	line-height: 33px;
}
.seniors_case .toggle_tabs3 {
	display: inline-block;
	vertical-align: top;
	height: 439px;
	float: right;
	width: 880px;
}
.seniors_case .toggle_tabs2 .tabs_list #tab22 img{
	height: 380px;
}
/* .seniors_case .toggle_tabs2 .tabs_list #tab33 img{
	height: 380px;
} */
.seniors_case .toggle_tabs2 .tabs_list ul li {
	float: left;
	margin-right: 20px;
}
.seniors_case .toggle_tabs2 .tabs_list ul li:last-child {
	margin-right: 0;
}
.seniors_case .toggle_tabs2 .tabs_list #tab44 ul li img {
	height: 288px;
}
.seniors_case .toggle_tabs3 ul {
	margin-right: 0;
	margin-bottom: 20px;
}
.seniors_case .toggle_tabs3 ul li {
	float: left;
	margin-right: 141px;
}
.seniors_case .toggle_tabs3 ul li:last-child {
	margin-right: 0;
}
.seniors_case .toggle_tabs3 ul li a {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.21px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
}
.seniors_case .toggle_tabs3 .tabs_list h3{
	color: #e62256;
	font-size: 16px;
}
.seniors_case .toggle_tabs3 .tabs_list p {
	height: 33px;
	line-height: 33px;
	font-family: 'Helvetica Neue';
}
.seniors_case .toggle_tabs3 .tabs_list #tab222 img{
	width: 100%;
}
/* .seniors_case .toggle_tabs3 .tabs_list #tab333 img{
	height: 318px;
} */
.poster-main {
	position: relative;
  
  } 
  .poster-main a, .poster-main img { display: block; width: 100%; height: 100%;cursor: pointer;}
  .poster-main img{ }
  .poster-main .poster-list {
	width: 1000px;
	height: 500px;
  }
  
  .poster-main .poster-list .poster-item {
	width: 200px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
   
  }
  .poster-main .poster-btn {
	position: absolute;
	top: 0;
	cursor: pointer;
	filter: opacity(.5) brightness(1);
  }
  .poster-main .poster-btn:hover{ filter: opacity(1) brightness(2); }
  .poster-item-title{
	  font-size: 18px;
	  text-align: center;
	  line-height: 48px;
	  display: block;
  }
.seniors_case .toggle_tabs3 .tabs_list ul li,
.seniors_case .toggle_tabs2 .tabs_list ul li,
.seniors_case .toggle_tabs1 .tabs_list ul li {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	width: 31%;
	height: 333px;
}
.seniors_case .toggle_tabs3 .tabs_list ul li:last-child {
	margin-right: 0;
}
.seniors_case .toggle_tabs3 .tabs_list #tab444 ul li img,
.seniors_case .toggle_tabs2 .tabs_list #tab44 ul li img，
.seniors_case .toggle_tabs1 .tabs_list #tab4 ul li img {
	height: 100%;
}
.seniors_case .toggle_tabs3 .tabs_list #tab444 .comparaed_photo,
.seniors_case .toggle_tabs2 .tabs_list #tab44 .comparaed_photo,
.seniors_case .toggle_tabs1 .tabs_list #tab4 .comparaed_photo{
	float: left;
	text-align: center;
	font-size: 18px;
	width: 100%;
	margin-top: 15px;
	font-weight: 600;
}
.seniors_case .toggle_tabs3 .tabs_list #tab444 .comparaed_photo>span,
.seniors_case .toggle_tabs2 .tabs_list #tab44 .comparaed_photo>span,
.seniors_case .toggle_tabs1 .tabs_list #tab4 .comparaed_photo>span{
	width: 31%;
	display: inline-block;
	font-weight: 600;
}
.tabs_list>#tab3>div>span,.tabs_list>#tab33>div>span,.tabs_list>#tab333>div>span{
	width: 269px;
	display: inline-block;
	text-align: center;
	margin-top: 230px;
	margin-right: 20px;
	font-size: 15px;
	color: #E50010;
}

/* 养老我们不一样 */
.difference {
	height: 534px;
	background-color: #F5F5F5;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
} 
.difference .diff_list {
	padding-left: 10%;
}
.difference .diff_list .diff_every {
	display: inline-block;
    width: 200px;
	height: 370px;
	background-color: #fff;
    border: 1px solid #e3e2e5;
    margin-right: -1px;
    position: relative;
    vertical-align: top;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
}
.difference .diff_list .diff_every .g-tac {
	text-align: center;
}
.difference .diff_list .diff_every .g-tac p {
	margin-top: 20px;
	font-size: 18px;
}
.difference .diff_list .diff_every .g-tac p span{
	font-size: 40px;
}
.difference .diff_list .diff_every .g-tac .g-mt8 {
    margin-top: 8px;
}
.f4-hr {
    border: none;
    width: 52px;
    height: 1px;
    font-size: 1px;
    background-color: #e3e2e5;
    margin: 22px auto;
}
.f4-h {
    width: 360px;
    position: absolute;
    top: 0;
    right: 0;
	bottom: 0;
	display: none;
    left: 0;
    background-color: #fff;
    padding: 20px;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
}
.f4-h .f4-in {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.21px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e2e5;
}
.f4-h .f4-in img {
	display: inline-block;
	height: 50px;
}
.g-tac .f4-in .f_img{
	width: 50px;
	margin-top: -10px;
}
.f4-h .f4-h-bd{
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.6px;
	text-align: justify;
	line-height: 27px;
	width: 360px;
	margin-bottom: 4px;
	font-family: 'Helvetica Neue';
}
.f4-h a {
	font-size: 16px;
	color: #e62256;
	letter-spacing: 0.17px;
}
.f4-sul li{
	font-size: 15px;
	color: #666666;
	letter-spacing: 0.17px;
	margin-bottom: 23px;
}
.active_now{
	width: 400px !important;
    z-index: 1;
    box-shadow: 0 0 20px 0 rgba(34,33,53,.1);
}
/* 还想知道 */
.know_more_news {
	padding:30px 130px;
	box-sizing: border-box;
}
.know_more_news .question {
	display: inline-block;
	width: 540px;
	box-sizing: border-box;
	/* margin-right: 113px; */
	/* margin-right: 60px; */
}
.know_more_news .question .q_t {
	margin-bottom: 30px;
	position: relative;
}
.know_more_news .question .q_t span {
	display: inline-block;
	height: 32px;
	width: 6px;
	background-color: #e62256;
	position: absolute;
	left: -20px;
}
.know_more_news .question .q_t h2 {
	display: inline-block;
	font-size: 32px;
	color: #333333;
	letter-spacing: 0;
	line-height: 32px;
	vertical-align: top;
}
.know_more_news .question .layui-collapse {
	border: none;
}
.know_more_news .question .layui-colla-item {
	border-top: none;
}
.know_more_news .question .layui-colla-title {
    position: relative;
    height: 45px;
    line-height: 45px;
    color: #333;
    cursor: pointer;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	overflow: hidden;
	border-bottom: 1px solid #DBDBDB;
}
/* .know_more_news .question .layui-colla-title .layui-colla-icon {
	transform: rotate(90deg);
} */
.know_more_news .question .layui-colla-content {
	padding: 10px 0; 
} 
.know_more_news .question .layui-colla-content p{
	letter-spacing: 1px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	font-family: 'Helvetica Neue';
}
.know_more_news .question .layui-colla-content a {
	text-align: right;
	display: block;
	color: #e62256;
    margin: 15px 0 10px 0;
}
/* .rotate{
	position: absolute;
	top:47%;
	right: 20px !important;
	transform: rotate(-90deg) !important;
} */
.know_more_news .news {
	width: 540px;
	position: relative;
}
.know_more_news .news .n_t {
	margin-bottom: 35px;
	position: relative;
}
.know_more_news .news .n_t span {
	display: inline-block;
	height: 32px;
	width: 6px;
	background-color: #e62256;
	position: absolute;
	left: -20px;
}
.know_more_news .news .n_t h2 {
	display: inline-block;
	font-size: 32px;
	color: #333333;
	letter-spacing: 0;
	line-height: 32px;
	vertical-align: top;
}
.know_more_news .news h3{
	font-size: 17px;
	letter-spacing: 3px;
	color: #333333;
	font-weight:bold;
	letter-spacing: 0;
	margin-top: 20px;
	position: relative;
}
.know_more_news .news  h3 a {
	position: absolute;
    right: 0;
    display: inline-block;
	color: #e62256;
	font-size: 14px;
}
.know_more_news .news h3 a span {
	color:#e62256;;
}
.know_more_news .news h3 a span img{
	height: 12px;
}
.know_more_news .news .layui-collapse {
	border: none;
}
.know_more_news .news .layui-colla-title {
	font-family: 'Helvetica Neue';
    position: relative;
    height: 45px;
    line-height: 45px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
	overflow: hidden;
	border-bottom: 1px solid #DBDBDB;
}
/* .know_more_news .news .layui-colla-title .layui-colla-icon {
	transform: rotate(90deg);
} */
.know_more_news .news .layui-colla-title span{
	position: absolute;
	right: 70px;
	top: 0;
}
.know_more_news .news .layui-colla-content {
	padding: 10px 0; 
} 
.know_more_news .news .layui-colla-content p{
	color: #333;
	letter-spacing: 1px;
}
/* 合作伙伴 */
.team  {
	padding:30px 0;
	box-sizing: border-box;
}
.team .team_list ul li {
	float: left;
	height: 81px;
	width: 170px;
	margin-right: 30px;
	margin-bottom: 30px;
}
/* .team .team_list ul li:nth-child(3n) {
	margin-right: 0;
} */
.team .team_list ul li img {
	height: 100%;
	width: 100%;
}
/* 预约 */
.yy-form .main {
	padding-top: 30px;
	box-sizing: border-box;
}
.yy-form {
	height: 354px;
}
.yy-form .fl {
	height: 100%;
	display: inline-block;
	width: 620px;
}
.yy-form .fl p {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.32px;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 36px
}
.yy-form .fl form .form_control input{
	border:none;
	height: 45px;
	width: 300px;
	float: left;
	font-size: 14px;
	/*line-height: 45px;*/
	background: #FFFFFF;
	padding-left: 5px;
	box-sizing: border-box;
	border: 1px solid #E7E7E7;
	box-shadow: 0 2px 4px 0 rgba(231,231,231,0.50);
	padding-left: 15px;
	text-align: left;
}
.yy-form .fl form .form_control:nth-child(2n) {
	margin-right: 0;
}
.yy-form .fl form .form_control select{
	height: 45px;
    width: 300px;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    margin-right: 20px;
    color: #777;
}
.yy-form .fl form .form_control .layui-form-select .layui-edge {
	top: 25px !important;
}
.yy-form .fl form .laydate-box {
    height: 45px;
    width: 300px;
    border: none;
    position: relative;
    margin: 0 auto;
}
.yy-form .fl form .form_control {
	display: inline-block;
	height: 45px;
	width: 300px;
	margin-bottom: 20px;
	margin-right: 15px;
}
.yy-form .fl form .form_control:nth-child(4) {
	position: absolute;
}
.yy-form .fl form .form_control .layui-form-item .layui-input-block {
	margin-left: 4px;
}
.yy-form .fl form .tj {
	text-align: center;
	padding: 0 165px;
}
.yy-form .fl form .tj input {
	background: #e62256;
	box-shadow: 0 2px 4px 0 #B8B8B8;
	cursor: pointer;
	font-size: 18px;
	width: 300px;
	height: 50px;
	color: #FFFFFF;
	letter-spacing: 3px;
	padding-left: 0;
	margin:10px 0 6px 0;
	border: none;
}
.yy-form .fr {
	width: 480px;
	display: inline-block;
}
.yy-form .fr h2 {
	font-size: 24px;
	font-weight: 600;	
	color: #333333;
	letter-spacing: 0.32px;
	margin-bottom: 20px;
	line-height: 36px;
}
.yy-form .fr p{
	font-size: 17px;
	color: #999999;
	letter-spacing: 0.21px;
	font-family: 'Helvetica Neue';
}
.yy-form .fr p:nth-child(3){
	margin: 15px 0;
	background: #FFFFFF;
	box-shadow: 0 1px 4px 0 #B8B8B8;
	border-radius: 2px;
	height: 45px;
	color: #e62256;
	width: 300px;
	font-size: 20px;
	font-weight: 600;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
	line-height: 33px;
}
.yy-form .fr .phone_address{
	margin: 15px 0;
	background: #FFFFFF;
	box-shadow: 0 1px 4px 0 #B8B8B8;
	border-radius: 2px;
	height: 45px;
	color: #e62256;
	width: 300px;
	font-size: 20px;
	font-weight: 600;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
	line-height: 33px;
}
.yy-form .fr .phone_address span{
	margin-right: 20px;
	font-size: 27px;
	color: #e62256;
	letter-spacing: 0;
	text-align: justify;
}
.yy-form .fr p:nth-child(3) span{
	margin-right: 20px;
	font-size: 27px;
	color: #e62256;
	letter-spacing: 0;
	text-align: justify;
}
.yy-form .fr div {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 45px;
	line-height: 45px;
	border-radius: 2px;
}
.yy-form .line {
	display: inline-block;
    height: 248px;
    width: 2px;
    background-color: #979797;
    margin-left: 49px;
    margin-right: 49px;
}
.yy-form .fr div span{
	font-size: 30px;
	color: #e62256;
	letter-spacing: 0;
	text-align: justify;
}
.yy-form .fr img {
	height: 45px;
}
/* 表单样式 */
.wrapper {
	/* background: #50a3a2; */
	/* background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%); */
	/* background: linear-gradient(to bottom right, #000 0%, #000 100%); */
	background: rgba(45, 45, 45, 0.70);
	/* opacity: 0.65; */
	position: absolute;
	top: 63%;
	left: 66%;
	width: 250px;
	height: 400px;
	margin-top: -200px;
	overflow: hidden;
	border-radius: 5px;
	padding: 0 30px;
	z-index:10;
  }
  /* 新闻详情表单 */
	.wrapper_detail{
		background: rgba(5, 5, 5, 0.70);
		/* opacity: 0.65; */
		/* position: static; */
		top: 112%;
		left: 45%;
		width: 250px;
		height: 400px;
		margin-top: -200px;
		overflow: hidden;
		border-radius: 5px;
		padding: 0 30px;
		margin: 0px 6px 0px;
	}
  .wrapper .phone_number,.wrapper_detail .phone_number{
	  background: white;
	  color: #e62256;
	  width: 250px;
	  height: 44px;
	  line-height: 44px;
	  border-radius: 3px;
	  font-size: 20px;
	  margin-top: 5px;
	  font-weight: 600;
	  vertical-align: middle;
  }

  .wrapper.form-success .container h1 {
	-webkit-transform: translateY(85px);
		-ms-transform: translateY(85px);
			transform: translateY(85px);
  }
  .container {
	max-width: 600px;
	margin: 0 auto;
	padding: 40px 0;
	height: 400px;
	text-align: center;
  }
  .container h1 {
	font-size: 40px;
	-webkit-transition-duration: 1s;
			transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-put;
			transition-timing-function: ease-in-put;
	font-weight: 200;
  }
  .container hr{
	  width:100px;
	  margin: 0 auto;
	  font-weight: 600;
  }
  .layui-form {
	padding: 20px 0 !important;
	position: relative;
	z-index: 2;
	margin-top: 10px;
  }
  .layui-form input {
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	outline: 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background-color: rgba(255, 255, 255);
	width: 220px;
	border-radius: 3px;
	padding: 10px 15px;
	margin: 0 auto 15px auto;
	display: block;
	text-align: center;
	font-size: 18px;
	color: black;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	font-weight: 300;
  }
  .layui-form input:hover {
	background-color: rgba(255, 255, 255, 0.6);
	/* border: 1px #e62256 solid; */
  }
  .layui-form input:focus {
	background-color: white;
	width: 220px;
	color: black;
  }
  .layui-form input::-webkit-input-placeholder {
	  color: black;
  }
  .layui-form button {
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	outline: 0;
	background-color: #e62256;
	border: 0;
	padding: 10px 15px;
	color: #fff ;
	border-radius: 3px;
	width: 252px;
	cursor: pointer;
	font-size: 18px;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	margin-bottom: 10px;
  }
  .layui-form button:hover {
	background-color: #f5f7f9;
	color: #e62256;
  }
.bg-bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.bg-bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.15);
	bottom: -160px;
	-webkit-animation: square 25s infinite;
	animation: square 25s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
	left: 10%;
}
.bg-bubbles li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 17s;
	animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 22s;
	animation-duration: 22s;
	background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
	left: 70%;
}
.bg-bubbles li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
	left: 32%;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
	left: 90%;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
}
  @-webkit-keyframes square {
	0% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(-700px) rotate(600deg);
			  transform: translateY(-700px) rotate(600deg);
	}
  }
  @keyframes square {
	0% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(-700px) rotate(600deg);
			  transform: translateY(-700px) rotate(600deg);
	}
  }
  /* 友情链接 */
	.friend_links{
		padding:20px 0 50px;
		/* text-align: center; */
			line-height: 27px;
	}
	.friend_links ul{
		color:#999;
	}
	.friend_links ul a:nth-child(1){
		padding-left: 0px;
	}
	.friend_links ul a{
		color: #999;
		padding:0 11px   0 9px;
		display: inline-block;
		font-size: 17px;
		line-height: 50px;
	}
	
/* 乐邻服务 */
.service_lelin{
	background-color: #F5F5F5;
	padding-top: 30px;
    padding-bottom: 30px;
}
.service_lelin ul li {
    float: left;
    width: 386px;
    height: 290px;
    background: #FFFFFF;
    box-shadow: 0 3px 10px 0 #BDBDBD;
    text-align: center;
    position: relative;
	margin-right: 20px;
	margin-bottom: 50px;
}
.service_lelin ul li:last-child{
    margin-right: 0;
}
.service_lelin ul li .item img {
    width: 100%;
    height: 209px;
}
.service_lelin ul li:hover .f1-h{
   display: block;
}
.service_lelin ul li .item .server_txt{
	height: 80px;	
    padding: 10px 0;
}
.service_lelin ul li .item .server_txt h3 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
	font-family: 'Helvetica Neue';
}
.service_lelin ul li .f1-h{
    position: absolute;
    left: 0;
    background-color: #fff;
    line-height: 24px;
    top: 0;
    display: none;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    filter: Alpha(opacity=0);
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    color: #71717a;
    text-align: left;
    z-index: 2;
    height: 290px;
	font-family: 'Helvetica Neue';
    width: 386px;
    background: #FFFFFF;
    box-shadow: 0 3px 10px 0 #BDBDBD;
}
.service_lelin ul li .f1-h h3 {
	font-weight: 600;
    text-align: center;
    ont-family: PingFang-SC-Bold;
    font-size: 20px;
    color: #333333;
	letter-spacing: 0.21px;
	margin-bottom: 10px;
}
.service_lelin ul li .f1-h p{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.17px;
    text-align: justify;
    line-height: 29px;
}
.service_lelin ul li .f1-h .f1-lnk {
    border-top: 1px solid #e3e2e5;
    position: absolute;
    bottom: 12px;
    left: 20px;
    right: 20px;
    text-align: center;
    font-size: 12px;
}
.service_lelin ul li .f1-h .f1-lnk>span {
    position: relative;
    top: -13px;
    color: #2589ff;
    padding: 0 20px;
    background-color: #fff;
    transition: all .2s linear;
    font-size: 16px;
    color: #E50312;
    letter-spacing: 0.17px;
    text-align: justify;
    margin-bottom: 20px;
}
/* 让养老成为时尚 */
.fashion {
	/* height: 534px; */
	background-color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.w-history-list {
    /* padding-top: 30px; */
    padding-bottom: 30px;
}
.w-history-list ul li {
    float: left;
    width: 285px;
    height: 450px;
    background-color: #fff;
    margin-right: 20px;
    box-shadow: 0 3px 10px 0 #BDBDBD;
}
.w-history-list ul li:hover {
    box-shadow: 0 8px 40px 0 rgba(0,0,0,.1);
}
.w-history-list ul li:last-child {
    margin-right: 0;
}
.w-history-list ul li span img{
    width: 100%;
    height: auto;
}
.w-history-list ul li .b_txt .more{
	color: #e62256;
	margin-left: 210px;
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: 0.17px;
	border:1px solid white;
	padding: 2px;
}
.w-history-list ul li .b_txt .more:hover{
	border:1px solid #e62256;
	padding: 2px;
}
.w-history-list ul li .b_txt h3 {
    text-align: center;
    font-size:22px;
    font-weight: 600;
    color: #000000;
    margin:10px 0 10px 0;
    letter-spacing: 0.54px;
}
.w-history-list ul li .b_txt .line {
    height: 2px;
    width: 255px;
    margin:0 auto;
    background-color: #979797;
}
.w-history-list ul li .b_txt .txt{
    margin-top: 8px;
    font-size: 14px;
    color: #686868;
    letter-spacing: 1.4px;
    text-align: justify;
    line-height: 26px;	
    /* font-family: 'Helvetica Neue'; */
    padding: 0 20px 15px 20px;
}
/* 乐邻里介绍 */
.introduce_index{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
}
.introduce_index img{
	width: 550px;
	height: 353px;
}

.introduce_index .intr{
	width: 550px;
	float: right;	
}
.introduce_index .intr ul{
	margin: 30px 0;
}
.introduce_index .intr ul li{
	height: 100px;
	margin-bottom: 20px;
	position: relative;
}
.introduce_index .intr ul li p{
	font-size: 16px;
	letter-spacing: .2px;	
}
.introduce_index .intr ul li div{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #e62256;
	position: absolute;
	left: -70px;
	top: 0;
}
.introduce_index .intr ul li .yao img{
	width: 80%;
	height: auto;
	margin: 10%;
}
.introduce_index .intr ul li .chizi img{
	width: 70%;
	height: auto;
	margin: 15% 14%;
}
.introduce_index .intr ul li .shu img{
	width: 65%;
	height: auto;
	margin: 19.5%;
}
/* ie低版本placeholder*/
.for_name,.for_phone{
	position:absolute;
	color:#666;
	z-index:10;
	font-size: 16px;
	line-height: 45px;
	/* margin-left: 30%; */
	text-align: center;
	width: 100%;
	display: none;
}
/* 三重医疗 */
.poster-main {
  position: relative;
  top:40px !important;
}
.poster-main a, .poster-main img { 
	display: block; 
	width: 100%; 
	height: 100%;
	margin-top: 60px;
}
.poster-main img{
	width: 100%;
	height: 100%;
 }
.poster-main .poster-list {
  width: auto;
  height: 500px;
}
.poster-main .poster-list .poster-item {
  /* width: 690px !important;
  height: 357px !important; */
  position: absolute;
  left: 0;
  top: 0;
}
.poster-main .poster-btn {
  position: absolute;
  top: 60px !important;
  cursor: pointer;
  filter: opacity(.5) brightness(1);
}
.poster-main .poster-btn:hover{ filter: opacity(1) brightness(2); }
.poster-main .poster-prev-btn {
  left: 0;
  background: url(left.png) no-repeat center center;
}
.poster-main .poster-next-btn {
  right: 0;
  background: url(right.png) no-repeat center center;
}
.poster-item-title{
	background: rgba(50,50,50,0.7);
	color: white;
	display: block;
	padding: 20px 40px 20px 20px;
	text-align: left;
	margin-top: -138px;
	z-index: 10;
	position: absolute;
	width: 630px;
	height:100px;
}
.poster-item-title h3{
	font-size: 28px;
	line-height: 50px;
	letter-spacing: 2.33px;
}
.poster-item-title p{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.15px;
}
/* 24小时*/
.plan{
	background-color:#f5f5f5;
	padding: 40px 0;
	text-align: center;
}
.plan ul.cho,.cognitive ul.cho{
	display: inline-block;
	overflow: auto;
	margin-bottom: 20px;
	height: 100%;
}
ul.navTop_right_li {
	position: absolute;
	padding-top: 8px;
}

ul.navTop_right_li li a {
	border: none !important;
}

ul.navTop_right_li li {
	height: 26px;
	line-height: 26px;
}

ul.navTop_right_li li a:hover {
	color: #e60046 !important;
}
ul.navTop_right_li{
	display: none;
}
#nav_top_header >li:hover ul.navTop_right_li{
	display: block;
}

.to_wenchuang {
	text-align: center;
	width: 114px;
	font-size: 17px;
	margin-top: 10px;
}

.to_wenchuang a {
	color: #5fc2c5;
	text-align: center;
	text-decoration: underline;
}
.cho .active > a{
	color:#fff;
}

.serves_locat_text a{
	color: #333;
}
.plan ul.cho, .cognitive ul.cho {
	display: inline-block;
	overflow: visible;
	margin-bottom: 20px;
	height: 100%;
	/*border-top: solid 1px #a5a7a6;*/
}
.plan ul.cho li:first-child{
	border-top: solid 1px #a5a7a6;
}
.plan ul.cho li .cho li:first-child{
	border-top: solid 1px #a5a7a6;
}
.plan ul.cho li .cho {
	padding-left: 10px;
}
.plan ul.cho li {
	cursor: pointer;
	width: 120px;
	position: relative;
	color: #333;
	border-bottom: solid 1px #a5a7a6;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 0;
	text-align: center;
}
.plan ul.cho li a{
display: block;
	padding: 10px 0;
}
.cho .active a {
	color: #3a949c;
}
.cho a {
	color: #333;
}
.plan ul.cho li:hover ul{
	display: block;
	width: 100%;
	z-index: 2;
}
.plan ul.cho li ul {
	position: absolute;
	display: none;
	left: 120px;
	top: -1px;
	text-align: left;
}
.plan ul.cho li ul li a{
	padding:0;
	color: #333;
}
.plan ul.cho li ul li {
	text-align: left;
	width: 100%;
	padding: 5px 0px;
	font-size: 14px;
	background: rgba(255,255,255,.8);
	padding-left: 9px;
	font-weight: 400;
}
li.active,.cognitive ul.cho li.active{
	 background-color: #f0fcfa;
	 color: white;
}
.menu{text-align: center;line-height: 34px;font-weight: 600}
.menu a{ padding-left: 20px; color: #A6A6A6 }
.menu .cur{ color: hsla(209,100%,74%,1.00); font-weight: bold; font-size: 20px }
h1{ text-align: center; color: hsla(0,0%,78%,1.00); }	
#container { width: 1200px; margin: 0 auto;}
#container li { display: inline-block; list-style-type: none;float: left}
#container div:nth-child(2) li:nth-child(1){
	background-color:rgba(35,35,35,0.69);
}
#container div:nth-child(2) li:nth-child(1) img{
	float: right;
	width: 600px;
	height: 600px;
	position: relative;
}
#container div:nth-child(2) li:nth-child(1) .circle{
	width: 405px;
	height: 405px;
	margin: 97.5px;
	z-index:10;
	border: 3px solid white;
	border-radius: 50%;
	position: absolute;
}
#container div:nth-child(2) li:nth-child(1) .circle p{
	width: 313px;
	height: 200px;
	line-height: 40px;
	color: white;
	font-size: 28px;
	letter-spacing: .3px;
}
#container div:nth-child(3) li img{
	width: 365px;
	height: 249px;
	margin-top: 20px;
}
#container div:nth-child(3) li:nth-child(2){
	margin:0 50px;
}
#container li img {height: 300px;width:300px}
/* 认知症长者的家*/
.cognitive{
	position: relative;  
	padding: 40px 0 195px;
	text-align: center;
	/*background: url(/assets/images/index/huanjing2_1.jpg) no-repeat;*/
	/*background-size: 100% 100%;*/
	/*color:white;*/
}
.cognitive ul.cho li{
	cursor: pointer;
	display: inline;
	float: left;
	width: 150px;
	height: 28px;
	font-size: 20px;
	line-height: 38px;
	letter-spacing: .21px;
	font-weight: 600;
	text-align: center;
	margin: 0 30px;
}
/*首页底部固定*/
.fixed_footer {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
	height: 50px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: linear-gradient(#f63a3a, #cd1111);
}
.fixed_footer .fixed_footer_form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 475px;
	height: 50px;
	margin: 0 60px;
	background: #fff;
	border-radius: 30px;
}
.fixed_footer .layui-form{
	padding:0 !important;
	margin: 0;
}
.fixed_footer .fixed_footer_form .fixed_footer_form_input {
    margin:0;
	padding:0;
	display: inline-block;
	font-family: inherit;
	width: 300px;
	line-height: 50px;
	border: 0 none;
	color: #343434;
	font-size: 24px;
	box-sizing: border-box;
	background: transparent;
	outline: none;
}
.fixed_footer .fixed_footer_form .fixed_footer_form_submit {
	margin:0;
	padding:0;
	font-family: inherit;
	width: 165px;
	line-height: 42px;
	font-size: 26px;
	border: 0 none;
	color: #fff;
	background: linear-gradient(#f63a3a, #cd1111);
	box-sizing: border-box;
	border-radius: 20px;
	cursor: pointer;
	outline: none;
}
.fixed_footer .fixed_footer_font,.fixed_footer .fixed_footer_phone {
	display: flex;
	align-items: center;
	font-size: 22px;
	color: #fff;
}
/* 插件 */
/* slideshow 3 */	
.ss3_wrapper { position:relative; width:100%; height:400px; margin:0 auto; }
.ss3_wrapper .slideshow { position:relative; width:1200px; height:543px; }
.ss3_wrapper .slideshow_item { width:1200px; height:543px; }
.ss3_wrapper .slideshow_item .data, .ss3_wrapper .slideshow_item .thumb { display:none; }	
.ss3_wrapper a.slideshow_prev { position:absolute; left:0px; bottom:-118px; z-index:13; width:50px; height:50px; outline:none;  }
.ss3_wrapper a.slideshow_prev span { display:block; width:50px; height:50px; background:url(/assets/images/index/arrows.png) no-repeat -51px 50%; text-indent:-9999px; }
.ss3_wrapper a.slideshow_next { position:absolute; right:0px; bottom:-118px; z-index:13; width:50px; height:50px; outline:none;  }
.ss3_wrapper a.slideshow_next span { display:block; width:50px; height:50px; background:url(/assets/images/index/arrows.png) no-repeat 1px 50%; text-indent:-9999px; }
.ss3_wrapper .slideshow_paging { position:absolute; bottom:-143px; left:0; width:1100px; height:85px; padding:10px 50px 0 50px; margin:0; z-index:12; background:url(/assets/images/index/trans-black-60.png); font-size:12px; list-style:none; }
.ss3_wrapper .slideshow_paging div{width: 1100px;overflow: hidden;}

.ss3_wrapper .slideshow_paging li { display:block; float:left; margin:0; padding:0; margin-left:93px}
.ss3_wrapper .slideshow_paging a { display:block; float:left; margin:0 0 0 17px; padding:0; color:#ccc; }
.ss3_wrapper .slideshow_paging a.first { margin-left:0; }
.ss3_wrapper .slideshow_paging a img { border:3px solid #111; }
.ss3_wrapper .slideshow_paging a:hover { color:#fff }
.ss3_wrapper .slideshow_paging .activeSlide img { border:3px solid #ddd; }
.ss3_wrapper .slideshow_box { position:absolute; left:0; bottom:-48px; background:url(/assets/images/index/trans-black-60.png); width:1200px;  z-index:10; }
.ss3_wrapper .slideshow_box .data { padding:10px 50px 0 50px; color:#ccc;  width: 1100px;}
.ss3_wrapper .slideshow_box .data h4 { color:#fff; font:bold 18px arial, sans-serif; padding:0; margin:0; }
.ss3_wrapper .slideshow_box .data a { color:#fff; }
.block{
	display: block;
}
	