/* CSS Document */
*{
	color:#333333;
	margin:0;
	padding:0;
	}
	body *{
		box-sizing: border-box;
	}
ul,li{
	list-style-type:none;
	}	
 img{
	border:0 none;
	vertical-align: middle;
	}
h1,h2,h3,h4,h5,h6{
	/*font-size:14px !important;*/
	margin: 0 !important;
	}	
	p{
		margin: 0 !important;
	}
body,input,select,button,textarea{
	color:#333;
	font-size:14px;
	font-family:"微软雅黑";
	}		
button{
	cursor:pointer;
	}	
i,em,cite{
	font-style:normal;
	}	
a, a:link{
	color: inherit;
	text-decoration:none;
	}	
a:visited{}
a:active, a:hover{
	text-decoration:none;
	}	
a:focus{
	outline:none;
	}
.mg{ margin:0 auto;}

.fl{ float:left}

.fr{ float:right}
	
.over{ overflow:hidden;}

input{ vertical-align:middle;}


/*#menu{position: fixed; right: 1%; top: 40%; z-index: 70;}
#menu li{position: relative;width: 90px; height: 20px; margin: 10px 0; overflow: hidden; cursor: pointer;}
#menu li .mh{position: absolute; left: 0; top: -3px; width: 70px; color: #FFFFFF; text-align: center;}
#menu li a{ display:block; font-size: 0px; width: 10px; height: 10px;background:#fff; border-radius: 50%; float: right;}
#menu li:hover a{ border: 5px solid rgba(31,61,73,0.8);}
#menu li.active a{ border: 5px solid rgba(31,61,73,0.8); }*/
@keyframes navbg{
	0%{left: 0;}
	50%{left: -50%;}
	100%{left: -100%;}
}
.nav_left{
	width: 262px;
	height: 100%;
	background: url(../images/left_bg.png) no-repeat;
	background-size: 100% 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 99;
}
.nav_left .bg1{
	position: absolute;
	top: 0;
	left: 0;
	 animation: navbg 40s linear infinite;
	-webkit-animation: navbg 40s linear infinite;
	-moz-animation: navbg 40s linear infinite;
}
.nav_left .logo{
	width: 100%;
	height: 20%;
	margin-top: 20px;
	position: relative;
}
.nav_left .logo img{
	width: auto;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.navList{
	width:100%;
	height: 40%;
	margin-top: 5%;
}
.navList ul{
	height: 100%;
}
.navList li{
	width: 100%;
	height:12%;
	text-align: center;
	position: relative;
}
.navList li a{
	display: block;
	font-size: 16px;
	color: #ebbb41;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 50%;
}
.navList li i,.navList li em{
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
}
.navList li i{
	background: url(../images/navl.png) no-repeat center center;
	left: -25px;
}
.navList li em{
	background: url(../images/navr.png) no-repeat center center;
	right: -25px;
}
.navList li:hover i{
	left: 25px;
	opacity: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
}
.navList li:hover em{
	right: 25px;
	opacity: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
}
.navList li:hover{
	background-color: rgba(126,26,22,0.8);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}
.navList li:hover a{
	color: #f8e5ab;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}

.zixun{
	width:100%;
	height: 28%;
	background-color: rgba(126,26,22,0.8);
	background-image: url(../images/huabian.png);
	background-repeat: no-repeat;
	background-position: center bottom;  
	background-size: auto 20%; 
	position: absolute;
	bottom: 0;
	padding-top: 6%;
}
.zixun .top{
	width: 100%;
	height: 32px;
}
.zixun .top a{
	display: block;
	width: 110px;
	line-height: 32px;
	margin: 0 10px;
	background: url(../images/qq-icon.png) no-repeat left center;
	padding-left: 40px;
	font-size: 16px;
	color: #f8e5ab;
	float: left;
}
.zixun .bom{
	width: 190px;
	height: 60%;
	margin: 6% auto 0;
}
.zixun .bom > img{
	width: 80px;
	height: auto;
	float: left;
}
.zixun .bom p{
	width: 100px;
	float: right;
	font-size: 16px;
	color: #f8e5ab;
	line-height: 22px;
}

.kxwzbs{
    width: 100%;
    height: 47px;
    text-align: center;
    float: left;
    margin-top: 10px;
}
.kxwzbs img{
    width: 127px;
    height: 47px;
}


#demo{width:100%; height: 100%;}
.section{
	width: calc(100% - 262px) !important;
	width: -moz-calc(100% - 262px) !important;
	width: -webkit-calc(100% - 262px) !important;
	height: 100%;
	float: right;
}
.section1{
	background-color:#d3d4cf;
	text-align: center;
	overflow: hidden;
	} 
	.section1 .bda{width: 100%; height: 100%; position: relative; overflow: hidden;}
	.section1 .tempWrap{height: 100%;}
	.nivo-controlNav{position: absolute; bottom: 70px; z-index: 20;width: 100%; text-align: center;}
	.nivo-controlNav a{width: 50px; height: 8px; margin: 0 5px; display: inline-block; background: #fff; font-size: 0;}
	.nivo-controlNav a.active{background: #841d18;}
	
.section2
{
    background: url(../images/about.jpg) no-repeat;
    background-size: 100% 100%;
}
.about{
	width: 70%;
	height: 75%;
	background: url(../images/aboutbg_icon.jpg) #fff no-repeat left top;
	padding: 12px;
	margin-left: 10%;
	transform: scale(0);
	opacity: 0;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	position: relative;
}
.about_box{
	width: 90%;
	height: 80%;
	/*background: #ccc;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-top: 80px;
}
.about_text{
	width: 40%;
	float: left;
}
.about_title{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #777;
}
.about_title h2{
	margin: 0;
	padding: 0;
	font-size: 24px;
	text-align: center;
	color: #212224;
	line-height: 30px;
	font-weight: bold;
}
.about_title span{
	display: block;
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 18px;
}
.about_text p{
	width: 100%;
	padding: 14px 0 20px;
	font-size: 16px;
	line-height: 20px;
	height: 156px;
	overflow: hidden;
}
.about_text a{
	width: 150px;
	line-height: 30px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff !important;
	background: #4ba000;
	transition: 0.5s;
	display: block;
}
.about_text a:hover{
	background: #356907;
}

.aboutImg_box{
	float: right;
	width: 60%;
	height: 100%;
	overflow: hidden;
	padding-left: 40px; 
}
.aboutImg_box img{
	width: 100%;
}


.section3{
   background: url(../images/22.jpg) no-repeat;
  background-size: 100% 100%;
}
.hotel{
	width: 70%;
	height: 82%;
	padding: 12px;
	margin-left: 10%;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	position: relative;
}
.hotel_title{
	width: 100%;
	height: 116px;
	background: url(/public/images/case_title.png) no-repeat center;
	line-height: 80px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.content_box{
	width: 99%;
	overflow: hidden;
}
.content_box li{
	width: 270px;
	height: 370px;
	border: 1px solid #fff;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	margin: 5px 7px;
	float: left;
}
.caseimg{
	width: 100%;
	height: 245px;
	overflow: hidden;
}
.caseimg img{
	width: 100%;
}
.text_box{
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,1);
	transition: 0.5s;
}
.content_box li:hover .text_box{
	background: rgba(6,120,86,0.8);
	width: 100%;
	height: 100%;
}
.case_info{
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0;
	padding: 10px;
}
.case_info h3{
	font-size: 18px;
	color: #4ba000;
	transition: 0.3s;
}
.case_info p{
	font-size: 12px;
	color: #999;
	transition: 0.5s;
}
.case_info img{
	margin: 10px 0;
}
.text_box a{
	display: block;
	width: 160px;
	height: 36px;
	border: 1px solid #fff;
	opacity: 0;
	transition: 0.5s;
	text-align: center;
	line-height: 36px;
	color: #fff !important;
	margin: 0;
}
.insidePic{
	height: 200px !important;
}
.content_box li:hover .text_box a{
	color: #000;
	margin: 120px 55px 0;
	opacity: 1
}
.content_box li .text_box a:hover{
	color: #4ba000 ;
	background: #fff;
}
.content_box li:hover h3{
	color: #fff;
}
.content_box li:hover p{
	color: #fff;
}
.hotel >a{
	width: 128px;
	height: 32px;
	border-radius: 16px;
	border: 1px solid #fff;
	color: #fff !important;
	display: block;
	line-height: 32px;
	text-align: center;
	position: absolute;
	top: 96%;
	transition: 0.5s;
}
.hotel >a:hover{
	background: #fff;
	color: #4ba000 !important;
}
.hotel .prev{
	left: 30%;
}
.hotel .next{
	left: 56%;
}



.section4
{
  background: url(../images/11.jpg) no-repeat;
  background-size: 100% 100%;
}
.news_box{
	width: 70%;
	height: 65%;
	margin-left: 7%;
}
.news_titile h2{
	font-size: 24px;
	color: #4ba000;
	font-weight: bold;
	width: 100%;
	text-align: center;
	line-height: 36px;
}
.news_titile span{
	font-size: 12px;
	line-height: 16px;
	color: #4ba000;
	width: 100%;
	display: block;
	text-align: center;
}
.newscontent_box {
	padding-top: 2%;
	overflow: hidden;
}
.news_list{
	float: left;
	width: 48%;
	margin: 1%;
}
.news_list .newsimg{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.newsimg img{
	width: 100%;
	transition: 0.3s;
}
.news_text{
	width: 100%;
	height: 60px;
	padding: 10px;
	background: #fff;
}
.news_text h3{
	font-size: 18px;
	color: #212224;
	line-height: 24px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.news_text p{
	font-size: 12px;
	color: #444;
	line-height: 18px;
	transition: 0.5s;
}
.news_text p a{
	color: inherit;
}
.news_list:hover p{
	color: #4ba000;
}
.news_list:hover img{
	transform: scale(1.05);
}


.section5
{
    background: url(../images/33.jpg) no-repeat;
    position: relative;
}
.contact_us{
	width: 80%;
	height: 80%;
	margin-left: 5%;
}
.us_content{
	width: 100%;
	height: 80%;
	margin-top: 2%;
	background-color: #f3f3f3;
	opacity: 0;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-ms-transition: 1s;
}
.us_content .us_top{
	width: 100%;
	height: 210px;
	padding-top: 20px;
}
.us_content .us_top .hd{
	width: 460px;
	height: 30px;
	margin: 0 auto;
	border-bottom: 1px solid #EBEBEB;
	position: relative;
}
.us_content .us_top .hd li{
	width: 100px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #EBEBEB;
	background-color: #fff;
	color: #8e8e8e;
	border-radius: 5px;
	position: absolute;
	bottom: -15px;
}
.us_content .us_top .hd li{
	left: 180px;
}

.us_content .us_top .hd li.on{
	border: 1px solid #c52115;
	background-color: #c52115;	
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
}
.us_content .us_top .hd li.on a{
	color: #fff;
}
.us_content .us_top .bad{
	width: 860px;
	height: 60px;
	margin: 45px auto 0;
}
.us_content .us_top .bad li{
	float: left;
	width: 33%;
	height: 60px;
	border-right: 1px solid #EBEBEB;
	padding-left: 60px;
	padding-right: 12px;
	padding-top: 10px;
}
.us_content .us_top .bad li:last-child{
	border-right: 0;
}
.us_content .us_top .bad li:first-child{
	background: url(../images/addr.png) no-repeat 10px center;
}
.us_content .us_top .bad li:nth-child(2){
	background: url(../images/tel.png) no-repeat 10px center;
}
.us_content .us_top .bad li:last-child{
	background: url(../images/Contacts.png) no-repeat 10px center;
}
.us_content .us_top .bad li h3,
.us_content .us_top .bad li p{
	color: #138400;
	font-size: 12px;
}
.us_content .us_top .bad li h3{
	line-height: 40px;
	font-weight: 100;
}
.us_content .us_top .bad li p{
	margin-top: 5px;
}
.us_content .map{
	width: 100%;
	height: calc(100% - 210px);
	background: #efece8;
}
.foot{
	width: 100%;
	line-height: 40px;
	text-align: center;
	background: rgba(171,43,37,0.8);
	color: #f8edd6;
	position: absolute;
	bottom: 0;
}

@media screen and (max-height: 800px){
	.hotel .title{height: 150px;}
	.hotel .title p{font-size: 16px; line-height: 25px;}
	.ph_content {width: 100%;height: 35%;}
}
@media screen and (max-width: 1400px){
	.news_list .newsimg{
		height: 100px;
	}
	.news_text p a:nth-child(2){
		display: block;
		overflow: hidden;
		height: 22px;
	}
}





