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{
	line-height:54px;
	float:left;
	position:relative;
	left:-50%;
	top:0;
	display:block;
	cursor:pointer;
	padding-right:20px;
	background-image:url(../images/icon_down.png);
	background-repeat:no-repeat;
	background-position:right 24px;
	background-size:12px auto;
}
#col_nav_up{
	display:none;
	background-image:url(../images/icon_up.png);
	background-repeat:no-repeat;
	background-position:right 24px;
	background-size:12px auto;
}
.top_nav_m .col_nav h2{
	line-height:54px;
	float:left;
	position:relative;
	left:-50%;
	top:0;
	display:none;
}
.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--*/
.bnr{
	margin-top:54px;
}
.banner{
	background:url(../images/ny-bnr-1.jpg) no-repeat;
	min-height:416px;
	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/ny-bnr-2.jpg) no-repeat;
	min-height:416px;
	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/ny-bnr-3.jpg) no-repeat;
	min-height:416px;
	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/ny-bnr-4.jpg) no-repeat;
	min-height:416px;
	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---*/

/*--内页地址--*/
.ny_add{
	width:100%;
	background-color:#5d5d5d;
	display:none;
}
.ny_add p{
	width:1200px;
	margin:0 auto;
	color:#cccccc;
	font-size:14px;
	line-height:32px;
}
.ny_add p a{
	color:#cccccc;
	font-size:14px;
	line-height:32px;
	display:inline;
}
.ny_add p a:hover{
	color:#fff;
}
.ny_add p span{
	color:#fff;
	font-size:14px;
	line-height:32px;
	display:inline;
}
.ny_add p span a{
	color:#fff;
	font-size:14px;
	line-height:32px;
	display:inline;
}
/*--内页导航--*/
.ny_nav{
	position:fixed;
	left:0;
	top:54px;
	width:100%;
	z-index:9998;
	display:none;
}
.ny_nav ul{
	width:30%;
	background-color:#fff;
	margin:0 auto;
	box-shadow: 0px 1px 2px 0px rgba(102, 102, 102, 0.5);
}
.ny_nav ul li{
	width:100%;
	box-shadow: 0px 1px 2px 0px rgba(102, 102, 102, 0.2);
}
.ny_nav ul li a{
	font-size:14px;
	line-height:32px;
	color:#4d4d4d;
	text-align:center;
	border-left:2px solid #999999;
	border-right:2px solid #999999;
}
.ny_nav ul li a:hover{
	color:#00803c;
	border-left:2px solid #00803c;
	border-right:2px solid #00803c;
}
.ny_nav ul li a.active{
	color:#00803c;
	border-left:2px solid #00803c;
	border-right:2px solid #00803c;
}
/*--内页子导航--*/
.ny_son_nav{
	width:100%;
	padding:8px 0;
	border-bottom:1px solid #dedede;
}
.ny_son_nav ul{
	width:96%;
	margin:0 2%;
}
.ny_son_nav ul li{
	float:left;
}
.ny_son_nav ul li a{
	font-size:12px;
	line-height:24px;
	color:#4d4d4d;
	padding:0 16px;
	border-left:3px solid #999999;
}
.ny_son_nav ul li a:hover{
	color:#00803c;
	border-left:3px solid #00803c;
}
.ny_son_nav ul li a.active{
	color:#00803c;
	border-left:3px solid #00803c;
}
/*--内页内容--*/
.ny_main{
	width:96%;
	margin:0 auto;
	padding-bottom:16px;
}
.ny_main p{
	width:100%;
	font-size:14px;
	line-height:24px;
	text-indent:2em;
	color:#0d0d0d;
	margin:12px 0;
}
.ny_main p o:p{
	width:100%;
}
.ny_main p o:p img{
	width:100%;
}
.ny_main p img{
	width:100%;
}
.ny_main img.img01{
	width:100%;
}
.ny_main img.img02{
	width:46%;
	margin:0 2%;
	float:left;
}
.ny_main img.img03{
	width:46%;
	margin:0 2%;
	float:right;
}
.ny_main img.img04{
	width:46%;
	margin:0 2%;
	float:left;
	margin-top:18px;
}
.ny_main img.img05{
	width:46%;
	margin:0 2%;
	float:right;
	margin-top:18px;
}
/*--视频展示--*/
.ny_main iframe.tv{
	width:1200px;
	height:675px;
	margin-top:16px;
}
/*-- 地图--*/
.ny_main iframe.map{
	width:100% !important;
	height:432px !important;
	margin-top:16px;
}
/*--联系方式--*/
.ny_main p.contact{
	width:290px;
	margin:16px auto 0;
	text-indent:0;
}
/*--联系方式表单--*/
.ny_main form{
	width:90%;
	margin:16px auto 0;
}
.ny_main form .input input{
	width:90%;
	height:41px;
	border:1px solid #ddd;
	text-indent:10px;
	margin-bottom: 10px;
	float:left;
}
.ny_main form .input textarea{
	width:90%;
	height:88px;
	border:1px solid #ddd;
	text-indent:10px;
	margin-bottom: 10px;
	float:left;
}
.ny_main form .input span{
	float:left;
}
.ny_main form .submit input{
	width:90%;
	height:41px;
	line-height:41px;
	background:#b3b3b3;
	color:#fff; 
	border:0;
	font-size:16px;
	cursor:pointer;
	transition:all 0.5s;
}
.ny_main form .submit input:hover{
	background-color:#00853d;
	transition:all 0.5s;
}

/*--总台大厅--*/
.ny_main img.zt_img{
	width:100%;
	margin-top:16px;
}
.ny_main .zongtai_list{
	width:100%;
	margin-top:16px;
}
.ny_main .zongtai_list li{
	float:left;
	width:48%;
	margin-right:4%;
	text-align:center;
	margin-bottom:20px;
}
.ny_main .zongtai_list li:nth-child(2n){
	margin-right:0;
}
.ny_main .zongtai_list li img{
	width:100%;
	height:auto;
}
/*--福缘风景--*/
.ny_main .fenjing_list{
	width:100%;
	margin-top:16px;
}
.ny_main .fenjing_list li{
	float:left;
	width:32%;
	margin-right:2%;
	text-align:center;
	margin-bottom:20px;
}
.ny_main .fenjing_list li:nth-child(3n){
	margin-right:0;
}
.ny_main .fenjing_list li img{
	width:100%;
	height:auto;
}
/*--客房展示--*/
.ny_main .room_list{
	width:100%;
	margin-top:16px;
}
.ny_main .room_list li{
	width:100%;
	height:100%;
	margin-bottom:12px;
	background-color:#fff;
	/*background-image:url(../images/room_icon_01.png);
	background-repeat:no-repeat;
	background-position:-36px center;*/
	transition:all 0.2s;
	-moz-transition:all 0.2s; /* Firefox 4 */
	-webkit-transition:all 0.2s; /* Safari and Chrome */
	-o-transition:all 0.2s; /* Opera */
	position:relative;
	overflow:hidden;
	z-index:1000;
}
.ny_main .room_list li .img_box{
	float:left;
	width:60%;
	z-index:2000;
	position:relative;
}
.ny_main .room_list li .img_box img{
	width:100%;
	height:auto;
}
.ny_main .room_list li .img_box .btn_box{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2001;
	background-color: rgba(0, 128, 60,0.4);
	opacity:1;
	transition:all 0.2s;
}
.ny_main .room_list li .img_box .btn_box span{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	width:100px;
	height:100px;
	z-index:8888;
	cursor:pointer;
	background-color: rgba(255, 255, 255,0.9);
	box-shadow: 0px 2px 8px 0px rgba(26, 26, 26, 0.5);
	  -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
	transition:all 0.5s;
}
.ny_main .room_list li .img_box .btn_box span h1{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	width:20px;
	height:80px;
	font-size:20px;
	line-height:20px;
	color:#00803c;
	z-index:1002;
	  -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
	transition:all 0.5s;
}


.ny_main .room_list li .tit_box{
	width:40%;
	z-index:888;
	float:left;
}
.ny_main .room_list li .tit_box1{
	right:0;
	top:0;
	opacity:0;
	transition:all .5s;
	text-align:center;
	display:none;
}
.ny_main .room_list li .tit_box1 h1{
	font-size:18px;
	color:#231815;
	line-height:58px;
	margin-top:60px;
}
.ny_main .room_list li .tit_box1 h2{
	font-size:14px;
	color:#999999;
	line-height:14px;
	margin-bottom:100px;
}
.ny_main .room_list li .tit_box1 h3{
	font-size:14px;
	color:#999999;
}
.ny_main .room_list li .tit_box1 h3 span{
	font-family:"宋体";
	font-size:24px;
	color:#00803c;
}
.ny_main .room_list li .tit_box2{
	opacity:1;
	transition:all .5s;
	text-align:left;
}
.ny_main .room_list li .tit_box2 h1{
	font-size:12px;
	color:#999999;
	padding:16px 0 0 16px;
}
.ny_main .room_list li .tit_box2 h1 span{
	font-family:"宋体";
	font-size:20px;
	color:#00803c;
	line-height:20px;
}
.ny_main .room_list li .tit_box2 p{
	font-size:12px;
	color:#999999;
	line-height:20px;
	text-indent:0;
	padding:10px 0 0 16px;
	margin:0;
}
.ny_main .room_list li .tit_box2 h2{
	position:absolute;
	right:16px;
	top:16px;
	font-size:14px;
	width:18px;
	color:#00803c;
	line-height:16px;
	overflow:hidden;
}
.ny_main .room_list li .tit_box2 h3{
	position:absolute;
	right:16px;
	top:16px;
	font-size:20px;
	width:20px;
	color:#00803c;
	line-height:24px;
}
.ny_main .room_list li:hover{
	background-position:right center;
	box-shadow: 0px 2px 8px 0px rgba(26, 26, 26, 0.5);
	transition:all 0.5s;
}
.ny_main .room_list li:hover .img_box .btn_box{
	opacity:1;
	transition:all 0.2s;
}
.ny_main .room_list li:hover .img_box .btn_box span{
	transform: rotate(225deg); 
	transition:all 0.5s;
}
.ny_main .room_list li:hover .img_box .btn_box span h1{
	transform: rotate(-225deg); 
	transition:all 0.5s;
}
.ny_main .room_list li:hover .tit_box1{
	right:0;
	top:-100%;
	opacity:0;
	transition:all 0.5s;
}
.ny_main .room_list li:hover .tit_box2{
	right:0;
	top:0;
	opacity:1;
	transition:all .5s;
	
}
/*--新闻列表--*/
.ny_main .news_list{
	width:100%;
	margin-top:16px;
}
.ny_main .news_list>li{
	float:left;
	width:31%;
	margin-right:3.5%;
	margin-bottom:36px;
	transition:all 0.5s;
}
.ny_main .news_list>li:hover{
	box-shadow: 0px 2px 8px 0px rgba(26, 26, 26, 0.5);
	transition:all 0.5s;
}
.ny_main .news_list>li:nth-child(3n){
	margin-right:0;
}
.ny_main .news_list>li .img{
	width:100%;
}
.ny_main .news_list>li .img img{
	width:100%;
	height:auto;
}
.ny_main .news_list>li .news_text{
	background-color:#fff;
	padding:16px;
}
.ny_main .news_list>li .news_text>a{
	font-size:20px;
	color:#323232;
	line-height:28px;
	height:56px;
	transition:all 0.5s;
}
.ny_main .news_list>li .news_text a:hover{
	color:#00803c;
	transition:all 0.5s;
}
.ny_main .news_list>li .news_text ul{
	width:100%;
	padding:40px 0 10px;
}
.ny_main .news_list>li .news_text ul li{
	float:left;
	font-size:18px;
	line-height:18px;
	color:#858585;
}
.ny_main .news_list>li .news_text ul li a{
	font-size:18px;
	line-height:18px;
	color:#858585;
}
.ny_main .news_list>li .news_text ul li.left{
	padding-left:36px;
	background-image:url(../images/news_icon_time.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:18px 18px;
}
.ny_main .news_list>li .news_text ul li.right{
	float:right;
}
.ny_main .news_list>li .news_text ul li.right a{
	padding-left:36px;
	background-image:url(../images/news_icon_eye.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:30px 18px;
	transition:all 0.5s;
}
.ny_main .news_list>li .news_text ul li.right a:hover{
	background-image:url(../images/news_icon_eye1.png);
	transition:all 0.5s;
}
/*--新闻详情页--*/
.ny_main .news_main{
	width:100%;
	margin-top:32px;
}
.ny_main .news_main .tit{
	width:100%;
	font-size:24px;
	font-weight:bold;
	line-height:48px;
	color:#0d0d0d;
	text-align:center;
}
.ny_main .news_main .time{
	width:100%;
	font-size:14px;
	line-height:28px;
	color:#999999;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #999999;
	margin-bottom:24px;
}
.ny_main .news_main .text{
	width:100%;
}
.ny_main .news_main .text img{
	text-align:center;
}
.ny_main .news_main .text p{
}
.ny_main .news_main .back{
	width:100%;
	margin-top:16px;
}
.ny_main .news_main .back a{
	width:100%;
	font-size:16px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background-color:#b3b3b3;
	transition:all 0.5s;
}
.ny_main .news_main .back a:hover{
	background-color:#00853d;
	transition:all 0.5s;
}
/*--底部翻页--*/
.fenye{ width:100%; height:auto; overflow:hidden; clear:both; padding-top:20px;}
.pagesnow a{ width: 37px; height:34px; background:#333; color:#fff; font-size:14px; line-height:34px; float:left; margin-right:7px; text-align:center;}
.pages a{ width: 37px; height:34px; background:#e6e6e6; color:#666; font-size:14px; line-height:34px; float:left; margin-right:7px; text-align:center;}
.pages a:hover{ background:#333; color:#fff;}
.pagean{ width:72px; height: 34px; margin-right:7px; float:left; background: #e6e6e6; line-height: 34px; text-align: center;}
.pagean a:hover{ width: 72px; height:34px; background:#333; color:#fff; font-size:14px; line-height:34px; float:left; margin-right:7px; text-align:center;}
/*--底部翻页--*/

/*--footer-starts---*/
.footer{
	width:100%;
	background:url(../images/footer_bg.jpg) 0 0 no-repeat;
	background-position:center;
	padding-top:30px;
	padding-bottom:16px;
	margin-bottom:48px;
}
.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;
}



