html{font-size:24px}
*{margin:0;padding:0;-webkit-tap-highlight-color:transparent;-webkit-appearance:none}
body,html{width:100%;max-width:640px;min-width:320px;margin:0 auto;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;color:#969696;background-color:#fff;}
body{font-size:1rem;}
a img{border:0;border-radius: 5px;}
li,p,ul{display:block;list-style:none;padding:0;margin:0}
p{line-height:1.4rem; }
img{padding:0;margin:0}
input{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;padding:0;margin:0;outline:0}
textarea{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif}
a{outline:0;text-decoration:none}
a:link{text-decoration:none}
.w96{width:96%;margin:0 auto;}
.headphone{line-height:1.5; font-size:20px;color:#c0976b; text-align:right}
.headphone a{ color:#c0976b}
.logo img{width:100%}
.banner img{width:100%}
.tit{position:relative;text-align:center;color:#c0976b;font-size:1.2rem;font-weight:bold;margin:5% 0;border-bottom:1px solid #c0976b;padding-bottom:3%;}
.tit:before{position:absolute;left:50%;bottom:-0.75rem;margin-left:-0.4rem;content:"";border:0.8rem solid transparent;border-top:0.4rem solid #fff;z-index:1;}
.tit:after{position:absolute;left:50%;bottom:-1.4rem;margin-left:-0.4rem;content:"";border:0.8rem solid transparent;border-top:1rem solid #c0976b;}
.tit span:after{position:absolute;left:50%;bottom:-1rem;margin-left:-0.65rem;content:"";width:2rem;height:1.2rem;background-color:#fff;}
.part_7 span{color:#ff0734;}
.part_7 p{font-size:0.9rem;}
.part_7 ul{background-color:#ebebeb;padding:4% 0 3%;overflow:hidden;margin-top:3%;}
.part_7 ul li{display:-webkit-box;display:flex;justify-content:center;-webkit-box-pack:center;clear:both;margin-bottom:0.5rem;overflow:hidden;}
.part_7 ul li:last-child{margin-bottom:0;}
.part_7 ul li label{display:block;margin-right:3%;}
.part_7 ul li span{position:relative;top:0.2rem;}
.part_7 ul li:not(:last-child)  input{width:60%;display:block;border:1px solid #ccc;height:30px;line-height:30px;box-sizing:border-box;}
.part_7 ul li  textarea{width:60%;height:3rem;border:1px solid #ccc;display:block;}
.part_7  li:last-child input{display:block;text-align:center;border:0;background:#c0976b;color:#fff;font-size:0.9rem;height:1.8rem;line-height:1.8rem;border-radius:0.2rem;}
.text-center {
    text-align: center;
}
.red{color:red}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}

#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.rel {
	width: 100%;
	height: 100%;
	position: relative;
}

.pic {
	width: 100%;
}

.pic img {
	width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	width:30px;
	height:30px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	transform: rotate(180deg);
}

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

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '';
	background: url(../images/btns.png) no-repeat center;
	background-size: 30px;
	width:30px;
	height:30px;
}

.wrap {
	width: 100%;
	max-width: 750px;
	position: relative;
	margin: 0 auto;
	height: 100%;
}

.flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.flex_center {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

img {
	max-width: 100%;
}

.hover-effect,
.hover-effect img {

	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hover-effect img {
	width: 100%;
}

.hover-effect:hover img {
	width: 100%;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	backface-visibility: hidden;
}

.hover-transform img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;

}

.hover-transform:hover img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

/******* 状态 ******/

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.hidden {
	overflow: hidden
}

.vertical_middle {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.vertical_top {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

.container {
	padding-left: 5px;
	padding-right: 5px;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.b-r10 {
	border-radius: 10px;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.tophf {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2222;
    text-align: center;
}
.tophf1 {
    width: 100%;
}
.header {
	padding-top: 30px;
	padding-bottom: 30px;
}

.headNavbar ul {
	flex-wrap: wrap;
	justify-content: space-between;
}

.headNavbar li {
	width: 24.5%;
	background: #c0976b;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;

}

.headNavbar li a {
	color: #fff;
}

.index-banner .swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.index-banner .swiper-slide-active img,
.index-banner .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1, 1);
}

.index-service {
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.index-service .items {
	width: 25%;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 5px;
}

.index-service .items p {
	color: #333333;
	padding: 10px 0;
}

.index-carebox {
	margin: 20px 0;
	background-color: #fff;
	padding-top: 20px;
}

.index-carebox .title {
	font-size: 18px;
	color: #c0976b;
	box-sizing: border-box;
	padding: 10px 0;
}

.index-carebox .title i {
	transform: rotate(45deg);
	margin: 0 5px;
}

.index-carebox .title p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	box-sizing: border-box;
	padding: 10px 0;
}

.index-carebox .careboxitem {
	width: 100%;
	flex-wrap: wrap;
}

.index-carebox .careboxitem .items {
	width: 33.33%;
	box-sizing: border-box;
	padding: 10px 4vw;

}

.index-carebox .careboxitem .items p {
	font-size: 14px;
	font-weight: 400;
	color: #696969;
	line-height: 2;
}

.index-carebox .text {
	background-color: #c0976b;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	padding: 6vw 5vw;
	position: relative;
}

.index-carebox .text:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #fff;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -18%);
}

.index-carebox .text .phone {
	background: #FFFFFF;
	border-radius: 32px;
	display: block;
	 
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	box-sizing: border-box;
	padding: 2vw 0;
	margin: 2vw auto;
}

.index-carebox .text .phone a {
	color: #986025;
}

.index-carebox .text img {
	width: 18px;
	margin-right: 5px;
}

.index-meal {
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}

.index-meal .title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	box-sizing: border-box;
	padding: 20px 0;
	line-height:25px;
}
.index-meal .title h2{
	 
	color: #bb7b35;
	 
}
.index-meal .title img{
	height:25px;
	margin-right:5px;
}
.index-meal .text {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 0 20px;
}

.index-meal .setswt {
	justify-content: center;
	width: 100%;
	padding: 10px 0;
}

.index-meal .setswt a {
	font-size: 14px;
	background: #986025;
	color: #fff;
	box-sizing: border-box;
	padding: 5px 10px;
	border-radius: 2px;
	margin: 0 10px;
}

.index-meal .setswt a:last-child {
	background: #FFA550;
}

.index-meal .setswt img {
	height: 18px;
	margin-right: 5px;
}

.inxdingdian{
	margin:20px 0;
	padding:0 20px
}}

.index-shebei{
	background-color:#fff;
	box-sizing: border-box;
	
}
.index-shebei .title{
	font-size:18px;
	color: #333333;
	padding-top:20px;
}
.index-shebei .title p{
	color: #999999;
	font-size:14px;
	padding:10px 0;
}
.pageenvironment{
    width:100%;
   
    
}
.pageenvironment .nodes{
    font-size:12px;
    line-height:2;
}
.pageenvbox{
     margin:20px 0;
    overflow: hidden;
    width:100%;
    position: relative;
}
.pageenvironment img{
    width:100%;
}
.blog-single-foot{
    font-size:14px;
}
.blog-single-foot p{
    padding:10px 0;
}
.blog-single-foot a{
    color:#333;
}
.hponerex{
    box-sizing:border-box;
    padding:10px 10px 30px 10px;
    background:#fff;
}
.hponerex a{
    display: block;
    width:100%;
    background:url(../images/rexbg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding:25px 0;
}
.hponerex a p{
    font-size:16px;
font-weight: 600;
color: #FFFFFF;
padding:10px 0;
}
.hponerex a button{
    border:none;
    background: #8B1B20;
border-radius:20px;
font-size:14px;
color:#fff;
box-sizing:border-box;
padding:10px 15px;
}
.hponerex a button img{
    width:15px;
    margin-right:5px;
}
.inshebei .texts{
    box-sizing:border-box;
    padding:10px;
    font-size:12px;
    font-weight: 400;
    color: #666666;
    line-height:2;
}
.inshebei ul{
	justify-content: space-between;
	flex-wrap: wrap;
}
.inshebei ul li{
	 
	width:50%;
	box-sizing: border-box;
	
	padding:10px;
}
.inshebei ul li a{
	display: block;
	position: relative;
}
.inshebei ul li p{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background-color: rgba(0,0,0,0.6);
	font-size: 12px;
	text-align: center;
	color:#fff;
	box-sizing: border-box;
	padding:10px 0;
}

 
.m-foot {  
    width: 100%;
    overflow: hidden;
    background: rgba(204,204,204,0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999999;
}
.m-foot a {
    display: block;
    float: left; 
    width: 24%;
    margin:6px 0.5%;border-radius:4px;
    text-align: center;
   background:#c0976b;color:#fff;
    padding: 10px 0;
}
.footer{margin:4% 0 16% 0;clear:both;background-color:#e6e6e6;text-align:center;font-size:0.9rem;padding:4% 0;color:#868686;}
@media only screen and (max-width:640px){html{font-size:18px}}
@media only screen and (max-width:375px){html{font-size:17px}}
@media only screen and (max-width:360px){html{font-size:16px}}
@media only screen and (max-width:320px){html{font-size:14px}}