body{
	background-color:#f8f8f8;	
}
/*--top-starts--*/
#top {
	position:relative;
}
/*--banner-Part-starts-Here --*/
/*--m-top-nav-starts--*/
.top_nav_m{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:54px;
	background-color:#fff;
	box-shadow: 0px 1px 2px 0px rgba(102, 102, 102, 0.5);
	z-index:9999;
}
.top_nav_m .main_box{
	width:96%;
	margin:0 2%;
}
.top_nav_m .btn_m1,
.top_nav_m .btn_m2{
	float:right;
}
.top_nav_m .btn_m1{
	padding:18px 0 0;
}
.top_nav_m .btn_m1 li{
	width:24px;
	height:2px;
	margin-bottom:6px;
	background-color:#a0a0a0;
}
.top_nav_m .btn_m2{
	display:none;
	position:relative;
}
.top_nav_m .btn_m2 li{
	width:24px;
	height:2px;
	background-color:#a0a0a0;
	position:absolute;
	right:0;
	top:26px;
}
.top_nav_m .btn_m2 li.left{
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
.top_nav_m .btn_m2 li.right{
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg); 	/* Opera */
}
#nav_m{
	display:none;
	position:fixed;
	right:0;
	top:54px;
	z-index:9999;
	background-color:rgba(0,128,60,0.9);
	width:40%;
	height:100%;
	overflow:auto;
}
#nav_m li{
	width:100%;
	margin:0;
}
#nav_m li a{
	width:100%;
	height:40px;
	text-align:center;
	color:#fff;
	line-height:40px;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
#nav_m li a:active{
	background-color:#6ac610;
}
.top_nav_m .col_nav{
	position:absolute;
	left:50%;
}
.top_nav_m .col_nav h1{
	height:44px;
	float:left;
	position:relative;
	left:-50%;
	top:5px;
	display:none;
}
.top_nav_m .col_nav h2{
	line-height:54px;
	float:left;
	position:relative;
	left:-50%;
	top:0;
}
.top_nav_m .logo_m{
	float:left;
}
.top_nav_m .logo_m a{
	height:44px;
	margin-top:5px;
}
.top_nav_m .logo_m a img{
	height:100%;
	width:auto;
}
.top_nav_m .wxyd{
	float:right;
	font-size:12px;
	color:#231815;
	line-height:54px;
	padding-left:32px;
	margin-right:18px;
	background-image:url(../images/top_nav_icon_wx.png);
	background-position:0 17px;
	background-repeat:no-repeat;
	background-size:24px 20px;
	cursor:pointer;
}
/*--top-nav-ends--*/

/*--banner-starts--*/
#ny_banner{
	display:none;
}
.bnr{
	margin-top:54px;
}
.banner{
	background:url(../images/bnr-1.jpg) no-repeat;
	min-height:600px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-position:center;
}
.banner1{
	background:url(../images/bnr-2.jpg) no-repeat;
	min-height:600px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-position:center;
}
.banner2{
	background:url(../images/bnr-3.jpg) no-repeat;
	min-height:600px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-position:center;
}
.banner3{
	background:url(../images/bnr-4.jpg) no-repeat;
	min-height:600px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-position:center;
}
/*------------------ Slider Part starts Here----------*/
.callbacks_container {
  	position: relative;
  	float: left;
  	width: 100%;
}
.callbacks {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	margin: 0;
}
.callbacks li {
  	position: absolute;
 	width: 100%;
  	left: 0;
  	top: 0;
}
.callbacks_nav {
  	position: absolute;
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 95.8%;
	left: 80%;
  	opacity: 0.7;
  	z-index: 3;
  	text-indent: -9999px;
  	overflow: hidden;
  	text-decoration: none;
  	height: 30px;
  	width: 30px;
  	background: transparent url("../images/arrow.png") no-repeat left top;
	display: none;
}
.callbacks_nav:active {
  	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 16.4%;
}
.rslides {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	margin: 0;
}
.rslides li {
  	-webkit-backface-visibility: hidden;
  	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}
.rslides img {
  	height: auto;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 101%;
	z-index: 999;
	left: 0%;
	width: 100%;
	text-align: center;
	margin: 0;
	display:none;
	padding: 0;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border:none;
	background:#000;
}
.callbacks_here a:after{
	background:rgba(6, 107, 195, 0.85);
}
ul.callbacks_tabs.callbacks2_tabs {
	display: block;
}
/*--Slider-Part-Ends-Here--*/	
/*--banner-Part-Ends-Here --*/

/*--ewm-starts---*/
#ewm_box{
	background-color:rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
	z-index:10000;
	display:none;
	}
#ewm{ 
	width: 220px;
    height: 260px;
    border: 5px solid #eeeeee;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -115px;
    z-index: 1004;
}
#ewm .img img{
	width: 100%;
    height:auto;
    display: block;
	}
#ewm .t{
	padding: 10px 0px;
    color: #666;
    font-weight: bold;
    background: #eeeeee;
    text-align: center;
	}		
/*--ewm-ends---*/

/*--about-starts---*/
.about{
	width:100%;
	background:url(../images/about_bg.jpg) 0 0 no-repeat;
	background-position:center;
	background-size:auto 100%;
}
.about ul{
	width:100%;
}
.about ul li{
	float:left;
}
.about ul li.left{
	width:50%;
	margin-top:30px;
}
.about ul li.left img{
	width:100%;
}
.about ul li.right{
	width:50%;
	margin-top:30px;
}
.about ul li.right img{
	width:100%;
	height:auto;
}
.about ul li.right p{
	font-size: 16px;
  	color:#808080;
  	line-height:32px;
	width:90%;
	margin:24px auto 0;
	text-indent:2em;
	overflow:hidden;
}


/*--about-nav---*/
.about_nav{
	width:100%;
	height:78px;
	background-color: rgba(0, 138, 60,0.3);
	margin-top:30px;
}
.about_nav ul{
	box-sizing:border-box;
	height:78px;
	border-bottom:1px solid #6b917d;
	background-image:url(../images/about_border_bg.png);
	background-position:left bottom;
	background-repeat:no-repeat;	
}
.about_nav ul li{
	box-sizing:border-box;
	width:25%;
	height:100%;
	text-align:center;
	background-image:url(../images/about_border_bg.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.about_nav ul li a{
	font-size: 16px;
  	color: rgb(77, 77, 77);
  	line-height:22px;
	margin-top:20px;
}
.about_nav ul li a span{
	font-size: 12px;
  	color: rgb(128, 128, 128);
  	text-transform: uppercase;
  	line-height:18px;
	display:block;
}
.about_nav ul li:hover{
	box-shadow: 0px 2px 4px 0px rgba(1, 53, 13, 0.7);
}
/*--about-Ends---*/

/*--room-starts---*/
.room_bg{
	width:100%;
	background:url(../images/room_bg.jpg) 0 0 no-repeat;
	background-position:center;	
	background-size:auto 100%;
}
.room{
	width:100%;
	padding:30px 0;
}
.room .title{
	width:96%;
	margin:0 2%;
}
.room .title h1{
	float:left;	
	font-size: 24px;
  	color: rgb(35, 24, 21);
  	font-weight: bold;
	line-height:24px;
}
.room .title h1 span{
	background-color:#009947;
 	width: 24px;
  	height: 4px;
	display:block;
	margin:16px 0;
}
.room .title p{
	float:right;
	width:80%;	
	font-size:12px;
  	color:#808080;
	line-height:24px;
}
.room .col{
	width:100%;
}
.room .col li{
	width:46%;
	margin:0 2%;
	float:left;
	border-bottom:1px solid #1f9958;
}
.room .col li.right{
	float:right;
}
.room .col li .img_box{
  	background-color: rgb(53, 51, 39);
  	box-shadow: inset 1px 1.732px 8px 0px rgba(50, 50, 50, 0.6);
 	width: 100%;
	height:auto;
	position:relative;
}
.room .col li .img_box img{
	width:100%;
	height:auto;
}
.room .col li .img_box h1{
  	background-color: rgba(35, 24, 21,0.8);
  	width:100%;
  	height:32px;
	color:#fff;
	line-height:32px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
}
.room .col li .wz_box{
	width:100%;
	text-align:center;
	padding-top:10px;
}
.room .col li .wz_box h1{
  	font-size: 16px;
	font-weight: bold;
  	
	color: rgb(51, 51, 51);
	line-height:28px;
}
.room .col li .wz_box h2{
  	font-size: 12px;
  	
	color:#00803c;
	line-height:12px;
}
.room .col li .wz_box h3{
  	font-size: 12px;
  	
	color:#666666;
	line-height:24px;
	margin-bottom:14px;
}
/*--room-Ends---*/

/*--food-starts---*/
.food_bg{
	width:100%;
	background:url(../images/food_bg.jpg) 0 0 no-repeat;
	background-position:center;
	background-size:auto 100%;
}
.food_box{
	width:100%;
	padding:30px 0;
}
.food{
  width: 380px;
  margin:0 auto;
  padding:50px 80px;
}
.food h1{	
	font-size: 24px;
  	color:#fff;
  	font-weight: bold;
	line-height:24px;
}
.food h1 span{
	background-color:#009947;
 	width: 24px;
  	height: 4px;
	display:block;
	margin:16px 0;
}
.food p{
	width:200px;
	height:38px;
	margin:16px auto;
	text-align:center;
}
.food p a{
	width:200px;
	height:38px;
	font-size: 16px;
  	color:#00803c;
  	line-height:38px;
	background-image:url(../images/food_btn_bg.png);
	background-repeat:no-repeat;
	background-size:100%;
	text-align:center;
	
}
/*--food-Ends---*/

/*--news-starts---*/
.news_bg{
	width:100%;
	background:url(../images/news_bg.jpg) 0 0 no-repeat;
	background-position:center;
	background-size:auto 100%;
}
.news{
	width:100%;
	padding:30px 0;
}
.news .title{
	width:100%;	
}
.news .title h1{
	float:left;	
	font-size: 24px;
  	color: rgb(35, 24, 21);
  	font-weight: bold;
	line-height:24px;
}
.news .title h1 span{
	background-color:#009947;
 	width: 24px;
  	height: 4px;
	display:block;
	margin:16px 0;
}

.news ul{
	width:100%;
}
.news ul li{
	float:left;
	width:46%;
	margin:0 2%;
}
.news ul li h5{
	float:left;	
	font-size: 24px;
  	color: rgb(35, 24, 21);
  	font-weight: bold;
	line-height:24px;
}
.news ul li h5 span{
	background-color:#009947;
 	width: 24px;
  	height: 4px;
	display:block;
	margin:16px 0;
}

.news ul li.right{
	float:right;
}
.news ul li .img_box{
	width:100%;
}
.news ul li .img_box img{
	width:100%;
	height:auto;
}
.news ul li .img_box video{
	width:100%;
	height:auto;
}
.news ul li h1{
	font-size: 18px;
	font-weight:400;
  	color: #fff;
	line-height:36px;
	text-align:center;
	background-color: rgba(35, 24, 21,0.7);
}
.news ul li a:hover h1{
	background-color: rgba(35, 24, 21,0.9);
}

.news ul li h2{
	font-size: 18px;
  	color: #858585;
	line-height:18px;
	padding-left:36px;
	background:url(../images/news_icon_time.png) 0 0 no-repeat;
}
.news ul li p{
	font-size: 18px;
  	color: #666666;
	line-height:26px;
	text-indent:2em;
	margin-top:20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*--news-ends---*/

/*--footer-starts---*/
.footer{
	width:100%;
	background:url(../images/footer_bg.jpg) 0 0 no-repeat;
	background-position:center;
	padding-top:30px;
	padding-bottom:16px;
}
.footer p{
	font-size: 12px;
  	color: rgb(51, 51, 51);
  	line-height:18px;
  	text-align: center;
	margin:12px 0;
}
.footer p a{
	font-size: 12px;
  	color: rgb(51, 51, 51);
  	line-height:18px;
	display:inline;
}
.footer p a:hover{
	font-size: 12px;
  	color:#00803c;
  	line-height:18px;
	display:inline;
}
.footer p img{
	width:50px;
	margin:0 auto;
}
.footer .footer_ewm{
	width:172px;
	margin:0 auto;
}
.footer .footer_ewm img{
	width:100%;
	height:auto;
	box-shadow: 0px 2px 6px 0px rgba(26, 30, 0, 0.4);
}
.footer .footer_ewm p{
	font-size: 12px;
  	color: rgb(255, 255, 255);
	line-height:36px;
	text-align:center;
}
.copyright{
	width:100%;
	height:72px;
	background-color: rgba(0, 0, 0,0.6);
	margin-top:-72px;
}
.copyright ul{
	width:100%;
}
.copyright ul li{
	width:100%;
	font-size: 12px;
  	color: rgb(242, 248, 255);
  	line-height:24px;
	text-align:center;
}
.copyright ul li a{
	font-size: 12px;
  	color:#efbb03;
  	line-height:24px;
	display:inline;
}
.copyright ul li img{
	margin:18px 0 0 18px;
}
/*--footer-ends---*/

/*--bottom-nav---*/
#bottom_nav{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:48px;
	background-color:#fff;
	box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.5);
	z-index:9999;
	text-align:center;
}
#bottom_nav li{
	float:left;
	width:25%;
	font-size:12px;
	line-height:12px;
	color:#4d4d4d;
	cursor:pointer;
}
#bottom_nav li img{
	width:20px;
	height:20px;
	margin:6px auto 4px;
}






/*--media-quaries-starts-here--*/
/*@media (max-width:1440px){
.banner,.banner1,.banner2{
	min-height:666px;
}	
}
@media (max-width:1366px){
.banner, .banner1, .banner2 {
    min-height: 666px;
}
}
@media (max-width:1280px){
.banner, .banner1, .banner2 {
    min-height: 666px;
}
}
@media (max-width:1024px){
.banner, .banner1, .banner2 {
    min-height: 408px;
}
}
@media (max-width:768px){
.banner, .banner1, .banner2 {
    min-height: 305px;
}
}
@media (max-width:640px){
.banner, .banner1, .banner2 {
    min-height: 255px;
}
.callbacks_tabs a:after {
    height: 10px;
    width: 10px;
}
.callbacks_tabs {
    top: 99%;
}
}
@media (max-width:320px){
.banner, .banner1, .banner2 {
    min-height: 125px;
}
.callbacks_tabs a:after {
    height: 8px;
    width: 8px;
}
.callbacks_tabs {
    top: 93%;
}
}*/
/*--media-quaries-end-here--*/