﻿/*表单样式-开始*/
.form-control {display: block;width: 100%;height: 36px;padding: 6px 15px;font-size: 14px;line-height: 1.57142857;color: #76838f;background-color: #fff;border: 1px solid #e4eaec;border-radius: 3px;}
textarea.form-control {height: auto}
.form-group {margin-bottom: 20px}
label {display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: 700}
/*表单样式-结束*/

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
}
.met-form .form-control {
	-o-border-radius: 0;
	border-radius: 0;
}
.slick-slide {
	outline: none;
}

.met-banner {
	width: 100%;
	height: 500px;
	margin: 0!important;
	display: table;
	background: #ccc;
}
.met-banner .slick-slide {
	width: 100%;
	height: 500px;
	position: relative;
	text-align:left;
	overflow: hidden;
}
.met-banner .slick-slide:first-child {
	display: block;
}
.met-banner .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持比例，填充容器，可能会裁剪图片 */
}
@media (max-width:991px) {
.met-banner {
	height: 150px;
}
}
.met-banner .banner-text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.met-banner .banner-text .container {
	height: 100%;
	display: table;
	text-align: center;
}
.met-banner .banner-text .container .banner-text-con {
	display: table-cell;
	vertical-align: middle;
}
.met-banner .banner-text.p-1 .container {
	text-align: left;
}
.met-banner .banner-text.p-1 .container .banner-text-con div {
	width: 60%;
	float: left;
}
.met-banner .banner-text.p-2 .container {
	text-align: center;
}
.met-banner .banner-text.p-2 .container .banner-text-con div {
	width: 30%;
	float: right;
	text-align: center;
}
.met-banner .banner-text p {
	font-size: 20px;
	color:#999;
	margin: 20px 0 0;
	text-shadow: none;
}
@media (max-width:991px) {
.met-banner .banner-text p {
	font-size: 30px;
}
.met-banner .banner-text.p-2 .container .banner-text-con div {
	width: 100%;
	float: right;
	text-align: center;
}
}
@media (max-width:767px) {
.met-banner .banner-text .container {
	width: 100%;
}
.met-banner .banner-text p {
	margin-top: 15px;
	font-size: 24px;
}
}
@media (max-width:479px) {
.met-banner .banner-text p {
	margin-top: 10px;
	font-size: 20px;
}
}
.breadcrumb>li+li:before {
	color: #333;
}

.title-box {
	margin: 60px 0 0 0;
	text-align: center;
}
.title-box h2 {
	font-size: 28px;
	font-weight: normal;
	color: #333;
}
.title-box.active h2 {
	color: #fff;
}
.title-box p {
	font-size: 16px;
	color: #91969b;
}
.title-box.active p {
	color: #eee;
}
@media(max-width:767px) {
.title-box {
	margin: 20px 0 0 0;
}
}

/*服务案例-开始*/
.case-background {
	background: center no-repeat #000;
	background-size: cover;
}
.case-box {
	overflow: hidden;
	padding: 40px 0;
}
.case-wraper {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.case-wraper:after {
	display: block;
	content: '';
	clear: both;
}
.case-slide {
	float: left;
	list-style: none;
	margin: 0;
	width: 33%;
	padding: 0 25px;
	text-align: center;
}
.case-slide a {
	display: block;
	overflow: hidden;
	background: #fff;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.case-slide:hover a {
	box-shadow: 0 3px 12px rgba(0,0,0,.05);
}
.case-slide span {
	display: block;
	overflow: hidden;
}
.case-slide img {
	width: 100%;
	height:250px;
	object-fit: cover;
	display: block;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.case-slide:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.case-slide h4 {
	margin: 0;
	padding: 15px 0;
	font-size: 22px;
	font-weight: normal;
	white-space: nowrap;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
.case-slide:hover h4 {
	background: #85B200;
	color: #fff;
}
@media(max-width:1199px) {
.case-slide {
	width: 33%;
	padding: 0 15px;
}
}
@media(max-width:992px) {
.case-slide {
	width: 50%;
}
}
@media(max-width:767px) {
.case-box {
	padding: 10px 0;
}
}
@media(max-width:480px) {
.case-slide {
	width: 100%;
}
}
/*服务案例-结束*/

.about-background {
	background: center #000 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.about-title {
	text-align: left;
}
.about-title h2 {
	color: #fff;
}
.about-box {
	color: #fff;
	margin: 40px 0;
}
.about-link {
	margin: 0 0 60px 0;
}
.about-link a {
	display: inline-block;
	color: #eee;
	font-size: 18px;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	padding: 5px 30px;
	border-radius: 4px;
	border: 1px solid #eee;
}
.about-link a i {
	margin-left: 10px;
	transform: scale(1.2) translateY(1px);
	-moz-transform: scale(1.2) translateY(1px);
	-ms-transform: scale(1.2) translateY(1px);
	-o-transform: scale(1.2) translateY(1px);
	-webkit-transform: scale(1.2) translateY(1px);
}
.about-link a:hover {
	background: #85B200;
	border-color: #85B200;
}

@media(max-width:992px) {
.about-video {
	margin-bottom: 50px;
}
}
.about-video video {
	display: block;
}
.about-video * {
	max-width: 100%;
}
@media(max-width:767px) {
.about-box {
	margin: 10px 0;
}
.about-title, .about-link {
	text-align: center;
	margin: 10px 0 20px 0;
}
.about-video {
	margin: 20px 0;
}
}
.product-background {
	padding: 0 0 50px 0;
}
.product-box {
	overflow: hidden;
}
.product-wraper {
	width: 100%;
	list-style: none;
	padding: 40px 0 0 0;
	margin: 0;
}
.product-wraper:after {
	display: block;
	content: '';
	clear: both;
}
.product-slide {
	float: left;
	list-style: none;
	margin: 0 0 50px 0;
	width: 25%;
	padding: 0 25px;
	text-align: center;
}
.product-slide a {
	display: block;
	overflow: hidden;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.product-slide:hover a {
	box-shadow: 0 3px 12px rgba(0,0,0,.05);
}
.product-slide span {
	display: block;
	overflow: hidden;
}
.product-slide img {
	width: 100%;
	display: block;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.product-slide:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.product-slide h4 {
	margin: 0;
	padding: 15px 0;
	white-space: nowrap;
	overflow: hidden;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	background: #fff;
	display: block;
	text-overflow: ellipsis;
}
.product-slide:hover h4 {
	background: #85B200;
	color: #fff;
}
.product-link {
	text-align: center;
}
.product-link a {
	display: inline-block;
	font-size: 18px;
	background: #fff;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	padding: 7px 30px 5px 30px;
	border-radius: 4px;
	border: 1px solid #fff;
}
.product-link a i {
	margin-left: 10px;
	transform: scale(1.2) translateY(1px);
	-moz-transform: scale(1.2) translateY(1px);
	-ms-transform: scale(1.2) translateY(1px);
	-o-transform: scale(1.2) translateY(1px);
	-webkit-transform: scale(1.2) translateY(1px);
}
.product-link a:hover {
	background: #85B200;
	border-color: #85B200;
	color: #fff;
}
@media(max-width:1199px) {
.product-slide {
	width: 33.333%;
	margin: 0 0 20px 0;
	padding: 0 15px;
}
.product-wraper {
	padding: 30px 0 0 0;
}
.product-link {
	padding: 20px 0 0 0;
}
}
@media(max-width:992px) {
.product-slide {
	width: 33.333%;
}
}
@media(max-width:767px) {
.product-background {
	padding: 0 0 20px 0;
}
.product-box {
	padding: 10px 0 0 0;
}
.product-wraper {
	padding: 0 7.5px;
}
.product-slide {
	width: 50%;
	padding: 0 7.5px;
	margin: 0 0 15px 0;
}
.product-link {
	padding: 5px 0 0 0;
}
}
.info-cut {
}
.info-box {
	overflow: hidden;
	margin: 40px 0 60px 0;
}
.info-wraper {
	width: 10000%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.info-wraper:after {
	display: block;
	content: '';
	clear: both;
}
.info-slide {
	float: left;
	list-style: none;
	margin: 0;
	width: .5%;
	padding: 0 25px;
}
.info-slide span {
	display: block;
}
.info-slide span:after {
	display: block;
	content: '';
	clear: both;
}
.info-slide span h3 {
	float: left;
	font-size: 22px;
	font-weight: normal;
	padding: 10px 25px;
	margin: 0;
	position: relative;
	background: #85B200;
	color: #fff;
}
.info-slide span a {
	float: right;
	margin: 10px 0 0 0;
}
.info-slide span a hr {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin: 12px 0 12px 4px;
	padding: 0;
	background: #888;
	border: none;
	float: left;
}
.info-slide span a:hover hr {
	background: #85B200;
}
.info-slide ol {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
.info-slide li {
	list-style: none;
	margin: 0;
	padding: 25px 30px 20px 30px;
	border-top: 1px solid #e9e9e9;
}
.info-slide li:first-child {
	border-top: none;
}
.info-slide li h4 {
	display: block;
	white-space: nowrap;
	margin: 0;
	font-size: 22px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.info-slide li a:hover {
	color: #85B200;
}
.info-slide li p {
	color: #bbb;
	margin: 10px 0 15px 0;
	height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.info-slide li b {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.info-slide li b:after {
	display: block;
	content: '';
	clear: both;
}
.info-slide li b em {
	float: left;
	color: #999;
}
.info-slide li b strong {
	font-weight: normal;
	float: left;
	margin: 0 10px;
	color: #888;
}
.info-slide li b a {
	float: left;
	margin-right: 10px;
	color: #888;
}
.info-slide li b i {
	float: right;
	font-style: normal;
	margin: 0 5px 0 0;
	color: #999;
}
@media(max-width:1199px) and (min-width:992px) {
.info-slide {
	width: .5%;
	padding: 0 15px;
}
.info-slide li p {
	margin: 10px 0;
}
.info-slide li b i {
	float: none;
	display: block;
	clear: both;
	margin-bottom: 5px;
}
}
@media(max-width:992px) {
.info-slide {
	width: 1%;
}
}
@media(max-width:767px) {
.info-box {
	margin: 10px 0 20px 0;
}
.info-slide {
	width: 1%;
	padding: 0 15px;
}
.info-slide span {
	padding-top: 15px;
}
}
@media(max-width:480px) {
.info-slide li p {
	margin: 10px 0;
}
.info-slide li b i {
	float: none;
	display: block;
	clear: both;
	margin-bottom: 5px;
}
}

/*优秀服务-开始*/
.service-background {
 background: url(../picture/index_bgpic1.png) center center no-repeat;
}
.service-box {
	overflow: hidden;
	padding: 20px 0 30px 0;
}
.service-box ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.service-box ul:after {
	display: block;
	content: '';
	clear: both;
}
.service-box ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 25px;
	width: 25%;
	text-align: center;
}
.service-box ul li a {
	display: block;
	padding: 20px 12px;
}
.service-box ul li a b {
	display: block;
	position: relative;
	background: #eeeeee center no-repeat;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	border-radius: 99px;
	width: 60%;
	margin: 0 auto;
	overflow: hidden;
}
.service-box ul li a:hover b {
	background: #85B200;
	transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
}
.service-box ul li a b img {
	width: 100%;
}
.service-box ul li a b img.icon {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	padding: 10px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.service-box ul li a h3 {
	font-weight: normal;
	font-size: 22px;
	margin: 25px 0 15px 0;
	color: #333;
}
.service-box ul li a p {
	display: block;
	margin: 0;
	height: 50px;
	overflow: hidden;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
@media(max-width:767px) {
.service-box {
	width: 100%;
	padding: 10px 7.5px 20px 7.5px;
}
.service-box ul li {
	width: 50%;
	padding: 0 7.5px;
}
.service-box ul li a {
	padding: 22px 15px;
}
.service-box ul li a h3 {
	margin: 22px 0 10px 0;
}
}
/*优秀服务-结束*/

/*阿姨选择-开始*/
.parent-background {
	background: #000 no-repeat center;
	background-size: cover;
}
.parent-background .row {
	position: relative;
}
.parent-box {
	overflow: hidden;
	padding: 40px 0;
}
.parent-wraper {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.parent-wraper:after {
	display: block;
	content: '';
	clear: both;
}
.parent-slide {
	float: left;
	list-style: none;
	margin: 0;
	width: 33%;
	padding: 0 25px;
}
.parent-slide a {
	display: block;
	background: #fff;
	text-align: left;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}
.parent-slide a span {
	display: block;
	padding: 0;
	overflow: hidden;
}
.parent-slide a img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.parent-slide a:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.parent-slide a h4 {
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin: 25px 30px 0 30px;
}
.parent-slide a b {
	display: block;
	font-weight: normal;
	margin: 15px 30px 0 30px;
	font-size: 14px;
	color: #aaa;
}
.parent-slide p {
    font-size: 16px;
}
.parent-slide a p {
	color: #777;
	overflow: hidden;
	margin: 15px 30px 25px 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
@media(max-width:1199px) {
.parent-slide {
	padding: 0 15px;
}
}
@media(max-width:992px) {
.parent-slide {
	width: 50%;
}
}
@media(max-width:767px) {
.parent-box {
	padding: 10px 7.5px;
}
.parent-slide {
	padding: 0 7.5px;
}
}
@media(max-width:480px) {
.parent-slide {
	width: 100%;
}
}
/*阿姨选择-结束*/