/*主体颜色：#85B200 */
/*----下面需同时有html和bady，否则火狐，谷歌浏览器不支持----*/
html,body {
background: #ffffff;
margin:0;
padding:0;
font-family:Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑",STHeiti,"华文细黑",sans-serif;
font-size:12px;
font-weight:normal;
text-align:left;
} 
/*----移动端导航栏----*/
 .sidenav {height: 100%;width: 0;position: fixed;z-index: 9999;  top: 0; right: 0; background-color: #111; opacity:0.8; overflow-x: hidden;  transition: 0.5s;  padding-top: 60px; text-align:center;}
 .sidenav a {padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px;color: #818181; display: block; transition: 0.3s;}
 .sidenav a:hover{ color: #f1f1f1;}
 .sidenav .closebtn {position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px;}
 @media screen and (max-height: 450px) { 
 .sidenav {padding-top: 15px;} 
 .sidenav a {font-size: 18px;}
  }
/*----向下的箭头-开始，使用方法：<span class="caret"></span>----*/
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
/*----向下的箭头-结束----*/

.margin-right-20 {
	margin-right: 20px!important;
}

/*垂直对齐-开始*/
.vertical-align {
	font-size: 0
}
.vertical-align:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: ""
}
.vertical-align-bottom, .vertical-align-middle {
	display: inline-block;
	max-width: 100%;
	font-size: 14px
}
.vertical-align-middle {
	vertical-align: middle
}
.vertical-align-bottom {
	vertical-align: bottom
}
/*垂直对齐-结束*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


a {
	color: #85B200;
	text-decoration: none
}
a:focus, a:hover {
	color: #4C6600;
	text-decoration: underline
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
img {
	vertical-align: middle
}

.text-center {
	text-align: center
}
ol, ul {
	margin-top: 0;
	margin-bottom: 11px
}
ul ol, ul ul {
	margin-bottom: 0
}

/*内容容器-开始*/
.container {max-width: 100%}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1170px
}
}
@media (min-width:1600px) {
.container {width: 1310px}
}
@media (min-width:1200px) {
.container {padding-left: 25px;padding-right: 25px;}
}
/*内容容器-结束*/

/*导航栏-开始*/
.collapse {
	display: none
}
.met-nav {
	min-height: 100px;
	margin-bottom: 0px;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	position: relative;
	z-index: 1601;
}
.met-nav .container {
	position: relative;
}
.met-nav .navbar-logo {
	height: 100px;
	margin: 0px;
	margin-left: 0px!important;
	padding: 0px;
	display: block;
}
.met-nav .navbar-logo img {
	max-height: 90px;
}
.met-nav .navbar-toggle {
	height: 60px;
	margin-right: 0;
	border: none;
}
.met-nav .nav>li>a {
	color: #2a333c!important;
	font-size:18px;
}
.met-nav .nav>li>a:hover {
	color: #85B200!important;
}
.met-nav .nav li a.active {
	color: #85B200!important;
}
.met-nav .navbar-nav>li>a {
	padding: 7.5px 15px;
}
@media (min-width:768px) {
.met-nav .nav>li>a {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100px;
	line-height: 100px;
}
}
@media (max-width:991px) {
.met-nav .navlist>li {
	margin-left: 10px!important;
}
}
@media (max-width:1199px) {
.met-nav {
	min-height: 80px;
}
.met-nav .nav>li {
	margin: 0!important;
}
.met-nav .nav>li>a {
	height: 80px;
	line-height: 80px;
}
.met-nav .navbar-logo {
	height: 80px;
}
.met-nav .navbar-logo img {
	max-height: 70px;
}
}
@media (max-width:767px) {
.met-nav {
	min-height: 60px;
}
.met-nav .navbar-toggle, .met-nav .navbar-logo {
	height: 60px;
}
.met-nav .navbar-logo img {
	max-width: 130px;
}
.met-nav .navlist>li {
	margin-left: 0px!important;
}
.met-nav .nav>li>a {
	height: auto;
	line-height: 28px;
}
.met-nav .navbar-logo {
	margin-left: 10px!important;
}
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #f3f7f9
}
@media (min-width:768px) {
.navbar {
	border-radius: 3px
}
}
@media (min-width:768px) {
.navbar-header {
	float: left
}
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}
@media (min-width:768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.navbar-collapse.collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important
}
}
.container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}
@media (min-width:768px) {
.container>.navbar-collapse, .container>.navbar-header {
	margin-right: 0;
	margin-left: 0
}
}
.navbar-nav {
	margin: 11px -15px
}
@media (min-width:768px) {
.navbar-nav {
	float: left;
	margin: 0
}
.navbar-nav>li {
	float: left
}
}
@media (min-width:768px) {
.navbar-right {
	float: right!important;
	margin-right:-50px
}
.navbar-right~.navbar-right {
	margin-right: 0
}
}
/*导航栏-结束*/

.breadcrumb {
	padding: 8px 10px;
	margin-bottom: 22px;
	list-style: none;
	background-color: transparent;
	border-radius: 3px
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #85B200;
	content: "/\00a0"
}
.container:after, .container:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
	display: table;
	content: " "
}
.container:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .row:after {
	clear: both
}

/*header样式-开始*/
.head-box {
	background: #85B200;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	position: relative;
	z-index: 1602;
	color: #ddd;
}
.head-box .container {
	position: relative;
}
.head-box hr {
	height: 12px;
	padding: 14px;
	width: 1px;
	background: #444;
	background-clip: content-box;
	float: left;
	margin: 0;
	border: 0;
}
.head-box .head-left {
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
}
.head-box .head-left .head-left-wrapper {
	width: 5990px;
}
.head-box .head-left .head-left-wrapper:after {
	display: block;
	content: '';
	clear: both;
}
.head-box .head-left .head-left-slide {
	float: left;
}
.head-box .head-left a {
	color: #ddd;
}
.head-box .head-left a:hover {
	color: #fff;
}
.head-box .head-left p {
	float: left;
	margin: 0;
}
.head-box .head-left i {
	float: left;
}
.head-box .head-left font {
	float: left;
	padding-right: 10px;
}
.head-box .head-left font hr:first-child {
	background: none;
	padding: 14px 8px;
}
.head-box .head-right {
	position: absolute;
	top: 0;
	right: 25px;
	padding-left: 10px;
}
@media(max-width:1199px) {
.head-box .head-right {
	right: 15px;
}
}
.head-other {
	float: left;
	position: relative;
}
.head-other span {
	float: left;
}
.head-other span a.bookmark {
	cursor: pointer;
}
.head-other span a i {
	padding: 0 6px 0 0;
	font-size: 15px;
	opacity: .95;
}
@media(max-width:992px) {
.head-other span {
	float: none;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 158px;
	line-height: 22px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	border-radius: 1px;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	border: 1px solid #e4eaec;
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.05);
	box-shadow: 0 3px 12px rgba(0,0,0,.05);
}
.head-other span hr {
	display: none;
}
.head-other span a {
	float: none;
	display: block;
	white-space: nowrap;
	color: #333!important;
	padding: 8px 15px;
	margin: 2px 0;
}
.head-other span a i {
	width: 25px;
	color: #333;
}
}
.head-box .head-other a {
	float: left;
	color: #ddd;
}
.head-box .head-other a:hover {
	color: #fff;
}
.head-box .head-right .caret {
	position: relative;
	top: -2px;
}
/*header样式-结束*/

.met-links {
	background: #282828;
	padding: 15px 0px;
	color: #ddd;
}
.met-links a {
	color: #ddd;
}
.met-links a:hover {
	color: #fff;
}
.met-links ol {
	margin-bottom: 0px;
}
.met-links .breadcrumb>li+li:before {
	color: #ddd;
}
.met-links li {
	white-space: nowrap;
}
.met-footnav {
	padding: 40px 0px;
	background: #222;
}
@media (max-width:991px) {
.met-footnav {
	padding: 30px 0;
}
.met-footnav .list {
	margin-bottom: 20px;
}
}
@media (max-width:767px) {
.met-footnav {
	padding: 20px 0;
}
.met-footnav .list {
	margin-bottom: 15px;
}
}
.met-footnav h4 {
	font-size: 18px;
	margin-top: 0px;
	text-shadow: none;
}
.met-footnav h4 a {
	color: #ddd;
	margin-bottom: 4px;
	display: inline-block;
	text-decoration: none;
}
.met-footnav h4 a:hover {
	color: #fff;
}
.met-footnav h4 a:active, .met-footnav h4 a:focus, .met-footnav h4 a:hover {
	text-decoration: none;
}
.met-footnav ul {
	padding: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.met-footnav ul li {
	margin: 13px 0 0 0;
}
.met-footnav ul li a {
	color: #aaa;
	text-decoration: none;
}
.met-footnav ul li a:active, .met-footnav ul li a:focus, .met-footnav ul li a:hover {
	text-decoration: none;
}
.met-footnav ul li a:hover {
	color: #fff;
}
.met-footnav .info b {
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	color: #ddd;
}
.met-footnav .info em {
	display: block;
	font-size: 28px;
	font-style: normal;
}
.met-footnav .info em a {
	color: #eee;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
.met-footnav .info em a:hover {
	color: #fff;
}
.met-footnav .info p {
	color: #aaa;
	border-top: 1px solid #333;
	padding: 10px 0;
}
.met-footnav .info i {
	font-size: 16px;
	color: #999;
	width: 35px;
	height: 35px;
	border: 1px solid #555;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
	border-radius: 3px;
	transition: .3s;
}
.met-footnav .info i:hover {
	color: #fff;
	border-color: #fff;
}
.met-footnav .info span {
	display: block;
}
.met-footnav .info span:after {
	display: block;
	content: '';
	clear: both;
}
.met-footnav .info span a {
	float: left;
	margin-right: 12px;
}
.met-footnav .info a {
}
.met-footnav .info a:hover, .met-footnav .info a:focus {
	text-decoration: none;
}
@media (min-width:992px) {
.info-phone {
	max-width: 260px;
	float: right;
}
.met-footnav .info {
	text-align: left;
}
}
@media (max-width:991px) {
.met-footnav .list, .met-footnav .info {
	text-align: center;
}
.info-phone, .met-footnav .info span {
	display: inline-block;
}
}
footer {
	height: auto;
	background: #222;
	color: #aaa;
	line-height: 1.8;
}
footer .container {
	border-top: 1px solid #282828;
	margin-top: -1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media (max-width:991px) {
footer .container {
	padding-bottom: 40px;
}
}
/*底部导航栏-开始*/
.col-md-2, .col-md-4, .col-md-6, .col-sm-3, .col-xs-12, .col-xs-6 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-xs-12, .col-xs-6 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-6 {
	width: 50%
}
@media (min-width:768px) {
.col-sm-3 {
	float: left
}
.col-sm-3 {
	width: 25%
}
}
@media (min-width:992px) {
.col-md-2, .col-md-4, .col-md-6 {
	float: left
}
.col-md-6 {
	width: 50%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-2 {
	width: 16.66666667%
}
}
/*底部导航栏-结束*/

/* 移动端底部固定菜单 */
.foot_info_met_21_1_bottom{
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left:0;
    z-index: 999;
    width:100%;
	background:#85B200;
}
.foot_info_met_21_1_bottom a.item {
    color:#ffffff;
    padding: 10px;
    display: inline-block;
}
.foot_info_met_21_1_bottom a.item i{
    font-size: 16px;
    display: block;
}
.foot_info_met_21_1_bottom a.item span{
    color:#ffffff;
}
.foot_info_met_21_1_bottom{
    display: none;
}
.foot_info_met_21_1_bottom.iskeshi{
    display: block;
}
.foot_info_met_21_1_bottom .main{
    display: flex;
	text-align:center;
}
.foot_info_met_21_1_bottom .main>div{
    flex:1;
}
@media (max-width:767px){
    .foot_info_met_21_1.hasbottom{padding-bottom: 60px!important}
    .foot_info_met_21_1_bottom{
        display: block;
    }
}

/*移动端导航图标-开始*/
.navbar-toggle {
	position: relative;
	float: right;
	padding: 12px 15px;
}
@media (min-width:768px) {
.navbar-toggle {
	display: none /*电脑端不显示*/
}
}
/*移动端导航图标-结束*/

/*预约服务-开始*/
.feedback-box {
	text-align: center;
	background: #eee;
}
.feedback-cut {
	background: #fff;
	background-clip: content-box;
	margin: 40px 0 60px 0;
	overflow: hidden;
	position: relative;
	padding: 1px 0 0 1px;
}
.feedback-tag {
	position: absolute;
	left: 0;
	top: 0;
}
.feedback-tag font, .feedback-tag span {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	display: block;
	position: relative;
}
.feedback-tag span:before {
	width: 300px;
	height: 40px;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 0;
	background: #be6fe8;
	z-index: 1;
}
.feedback-tag font {
	margin-top: -40px;
	visibility: hidden;
	opacity: 0;
}
.feedback-tag span {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.feedback-tag span i {
	font-style: normal;
	position: relative;
	z-index: 2;
}
.feedback-tag img {
	width: 100%;
	display: block;
}
.feedback-title {
	text-align: left;
	padding: 40px 0 0 80px;
}
.feedback-title b {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	margin: 0 20px 0 0;
}
.feedback-title p {
	display: inline-block;
	color: #91969b;
}
.feedback-title p i {
	font-style: normal;
	color: #f00;
}
.feedback-form {
	display: inline-block;
	padding: 40px 15px 40px 15px;
}
.feedback-form .form-control {
	border: 1px solid #ccc;
	padding: 13px 15px;
	color: #000;
}
.feedback-form input.form-control {
	width: 360px;
	height: 48px;
}
.feedback-form textarea.form-control {
	width: 580px;
}
.feedback-form .form-group {
	position: relative;
	margin-bottom: 30px;
}
.feedback-form .form-group:after {
	display: block;
	content: '';
	clear: both;
}
.feedback-form .form-group>label {
	float: left;
	color: #61656a;
	margin: 0;
	text-align: right;
	width: 200px;
	padding-right: 15px;
}
.feedback-form .form-group>label:not(.ftype_checkbox):not(.ftype_radio) {
	line-height: 48px;
}
.feedback-form .form-group>label.control-label:before {
	content: '：';
	float: right;
}
.feedback-form .form-group>label+div {
	padding-left: 200px;
}
.feedback-form .ftype_button {
	margin: 0;
}
.feedback-form .ftype_button button {
	width: 360px;
	border-radius: 3px;
	padding-top: 11px;
	padding-bottom: 11px;
}
@media(max-width:992px) {
.feedback-form .form-group>label {
	width: 160px;
}
.feedback-form .form-group>label+div {
	padding-left: 160px;
}
.feedback-form textarea.form-control {
	width: 460px;
}
}
@media(max-width:640px) {
.feedback-box {
	text-align: left;
}
.feedback-cut {
	margin: 15px 0;
}
.feedback-title {
	padding-bottom: 0;
}
.feedback-form {
	width: 100%;
}
.feedback-form .form-group>label {
	line-height: 48px;
}
.feedback-form .form-group {
	margin: 0;
}
.feedback-form .form-group>label {
	float: none;
	width: auto;
}
.feedback-form .form-group>label+div {
	padding-left: 0;
}
.feedback-form textarea.form-control, .feedback-form input.form-control {
	width: 100%;
}
.feedback-form .form-group.ftype_button>label {
	display: none;
}
.feedback-form .ftype_button button {
	width: auto;
	margin-top: 15px;
}
}
/*预约服务-结束*/

/*footer的阿姨投诉*/
.weixin_hidden {display:none;}
.weixin_show {background:#FFFFFF;border:#ddd 1px solid;width:200px;height:200px;z-index:9999;display:block;position:absolute;text-align:center;font-size:16px;}