img{
	vertical-align:middle;
}
/*轮播图*/
#banner{
	width:100% !important;
	z-index:1;
	position:relative;
}
#banner .bd{
	width:100% !important;
	z-index:1;
	height:auto;}
#banner .bd ul{
	width:100% !important;
	margin:0px;
}
#banner .bd ul li{
	width:100% !important;
	text-align:center;
}
#banner .bd ul li img{
	max-width:100%;
	margin:0px;
	display:inline-block;
	vertical-align:middle;
}
#banner .bd ul li a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
#banner .hd{
	position:absolute;
	bottom:8px;
	z-index:10;
	text-align:center;
	width:100%;
}
#banner .hd ul{
	width:100%;
	text-align:center;
}
#banner .hd li{
	display:inline-block;
	width:11px;
	text-align:center;
	height:11px;
	margin:0 8px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	color:transparent;
	background:#f8f5f0;
	border:1px solid #aaa;
	position:relative;
	behavior:url(PIE.htc);
}
#banner .hd li.on{
	border-color:#1ed4af;
}
#banner:hover{
	cursor:pointer;
}
/*顶部*/
header{
	height:90px;
	background:#fff;
	position:relative;
	z-index:1000;
}
.logo{
	height:90px;
	line-height:90px;
	margin-right:50px;
}
/*导航条*/
nav li{
	float:left;
	width:110px;
	position:relative;
	text-align:center;
}
.navTit{
	display:block;
	line-height:90px;
	font-size:16px;
}
.navBox{
	position:absolute;
	top:90px;
	left:0px;
	width:100%;
	z-index:1000;
	display:none;
}
.navBox a{
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	background:#1ed4af;
	margin-bottom:1px;
	color:#fff;
	font-size:15px;
}
nav li:hover .navBox{
	display:block;
}
nav li:hover .navTit{
	background:#1ed4af;
	color:#fff;
}
nav li.on .navTit{
	background:#1ed4af;
	color:#fff;
}
.head_sea{
	margin-top:30px;
}
.head_from{
	position:absolute;
	top:90px;
	right:0px;
	background:#fff;
	width:500px;
	height:100px;
	display:none;
	-webkit-box-shadow:2px 4px 4px #99ffeb;
	-moz-box-shadow:2px 4px 4px #99ffeb;
	box-shadow:2px 4px 4px #99ffeb;
	behavior:url(PIE.htc);
}
.head_from form{
	position:relative;
}
.head_from form input[type="text"]{
	width:370px;
	height:40px;
	border:1px solid #1ed4af;
	padding:0 15px;
	margin-left:20px;
	font-size:15px;
}
.head_from form input[type="submit"]{
	width:80px;
	height:42px;
	border:0px;
	outline:none;
	background:#1ed4af;
	position:absolute;
	left:400px;
	top:0px;
	font-size:16px;
	color:#fff;
}
.head_from .tr{
	line-height:42px;
}
.head_from .tr span{
	color:#1ed4af;
	font-size:16px;
	margin-right:20px;
}
.head_from .tr span:hover{
	cursor:pointer;
}
/*标题*/
.indTit{
	padding:20px 0px;
}
.indTit i{
	display:inline-block;
	width:18px;
	height:17px;
}
.indTit i.tit1{
	background:url(../images/tit1.png) left top no-repeat;
}
.indTit i.tit2{
	background:url(../images/tit2.png) left top no-repeat;
}
.indTit span{
	font-size:30px;
	font-weight:bold;
	color:#1ed4af;
	font-family:"Arial";
	padding:0 10px;
	letter-spacing:1px;
	text-transform:uppercase;
	vertical-align:middle;
}
.indTit p{
	color:#0dc39e;
	font-size:16px;
	line-height:1;
}
.indTit b{
	display:inline-block;
	vertical-align:middle;
	width:62px;
	height:3px;
	background-color:#0dc39e;
}
/*旅游路线*/
.ind_route{
	background:#f7f8f9;
}
.ind_route dt{
	width:600px;
	height:366px;
	overflow:hidden;
	float:left;
}
.ind_route dt img{ max-width:100%; max-height:100%;}


.ind_route dd{
	width:540px;
	height:296px;
	overflow:hidden;
	padding:40px 30px 30px;
}
.ind_route dd .name{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	line-height:1.6;
	margin-bottom:15px;
}
.routeText{
	font-size:15px;
	line-height:28px;
	max-height:112px;
	overflow:hidden;
}
.route_view{
	border-top:1px dashed #ddd;
	margin-top:15px;
	line-height:60px;
	background:url(../images/tour3.png) left center no-repeat;
	padding-left:30px;
	color:#06b28f;
	font-size:16px;
}
.route_more{
	display:inline-block;
	height:34px;
	line-height:34px;
	border:1px dashed #06b28f;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:0 22px;
	font-size:16px;
	color:#06b28f;
	margin-top:10px;
}
.ind_route dl a:hover{
	color:#06b28f;
}
.ind_route dl a:hover .name{
	color:#06b28f;
}
/*关于我们*/
.indAbout{
	margin-top:30px;
	background:url(../images/about1.jpg) center no-repeat;
	padding:20px 0px 40px;
}
.aboutCont{
	width:1080px;
	margin:0 auto;
}
.aboutCont p{
	font-size:15px;
	line-height:30px;
	color:#000;
}
.aboutMore{
	display:inline-block;
	width:184px;
	height:44px;
	color:#fff;
	background:#06b28f;
	font-size:16px;
	line-height:44px;
	vertical-align:middle;
}
.aboutTit{
	font-size:0px;
	padding-bottom:20px;
}
.aboutTit p{
	font-size:25px;
	color:#000000;
}
.aboutTit i{
	display:inline-block;
	vertical-align:middle;
	width:62px;
	height:3px;
	background-color:#000;
}
/*旅游景点*/
.tour1{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0px 0px 10px #999;
	-moz-box-shadow:0px 0px 10px #999;
	box-shadow:0px 0px 10px #999;
	position:relative;
	behavior:url(PIE.htc);
	overflow:hidden;
	float:left;
	width:378px;
}
.tour2{
	width:822px;
}
.tour2 li{
	float:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0px 0px 10px #999;
	-moz-box-shadow:0px 0px 10px #999;
	box-shadow:0px 0px 10px #999;
	position:relative;
	behavior:url(PIE.htc);
	overflow:hidden;
	margin-left:20px;
	margin-bottom:20px;
	width:254px;
	height:217px;
}
.tour2 li .img{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	height:175px;
	width:254px;
}
.tour2 li .img img{
	max-width:100%;
	max-height:100%;
}
.tour2 li.img img{
	width:100%;
}
.tour2 li .text{
	padding:10px 10px;
	line-height:22px;
	font-size:16px;
	color:#000;
	max-height:44px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.indNews{
	background:#f9f9f9;
	margin-top:15px;
	padding-bottom:35px;
}
.newsLeft{
	border:1px solid #333333;
	width:344px;
	overflow:hidden;
}
.newsLeft a{
	display:block;
	width:100%;
	height:100%;
}
.newsLeft a img{
	width:100%;
}
.newsList{
	width:440px;
	margin:0 28px;
	float:left;
}
.newsTit{
	border-bottom:1px solid #aaa;
	line-height:44px;
}
.newsTit a{
	margin-right:35px;
	font-size:18px;
	color:#000;
	padding:0 10px;
	border-bottom:3px solid #06b28f;
	display:inline-block;
	line-height:44px;
	position:relative;
	top:2px;
	border-color:transparent;
}
.newsTit a.on{
	border-bottom:3px solid #06b28f;
	color:#06b28f;
}
.newsImg{
	padding:15px 0px;
	border-bottom:1px dashed #ddd;
	margin-bottom:10px;
}
.newsImg a{
	display:block;
}
.newsImg a img{ width:100px; height:90px;}
.newsImg .text{
	width:325px;
	margin-left:15px;
}
.newsImg .text p{
	font-size:16px;
	line-height:28px;
	color:#333333;
	margin-bottom:13px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 52px;
}
.newsImg .text .date{
	color:#aaa;
}
.newsUl li{
	line-height:38px;
	font-size:15px;
}
.newsUl li a{
	color:#333;
	display:block;
	width:100%;
}
.newsUl li a span.fl{
	width:340px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.answer{
	background:url(../images/news6.png) center top no-repeat;
	width:320px;
	height:460px;
	padding:19px;
	float:right;
}
.answer_tit{
	font-size:22px;
	font-weight:bold;
	color:#09c59f;
	background:url(../images/news3.png) center bottom no-repeat;
	padding-bottom:18px;
}
/*底部*/
footer{
	background:#08be99;
	color:#fff;
	padding:10px 0px;
	font-size:14px;
	line-height:26px;
}
footer a{
	color:#fff;
}
.footer_nav a{
	display:inline-block;
	line-height:14px;
	border-left:1px solid #fff;
	padding:0 15px;
}
.footer_nav a:first-child{
	border-left:0px;
}
.answer_cont li{
	border-bottom:1px dashed #ddd;
	padding:10px 0px;
}
.answer_cont li .tit{
	background:url(../images/news4.png) left 6px no-repeat;
	padding-left:30px;
	color:#09b895;
	font-size:16px;
	line-height:26px;
	margin-bottom:10px;
}
.answer_cont{
	padding-top:8px;
}
.answer_cont li .text{
	background:url(../images/news5.png) left 2px no-repeat;
	padding-left:30px;
	font-size:14px;
	line-height:22px;
}
.page{
	background:#f2f2f2;
	padding-bottom:25px;
}
.breadmenu{
	padding:25px 0px;
}
.breadmenu a{
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 60px;
	font-size:18px;
	color:#000;
}
.breadmenu a.on{
	background:#09b895;
	color:#fff;
}
.page1{
	background:url(../images/page1.png) center top no-repeat;
	padding-top:28px;
}
.page2{
	background:url(../images/page3.png) center bottom no-repeat;
	padding-bottom:28px;
}
.page3{
	background:url(../images/page2.png) center bottom repeat-y;
	padding-bottom:15px;
}
/*公司简介*/
#about{
	padding:40px 140px;
}
#about p{
	font-size:16px;
	line-height:36px;
	color:#000;
	padding:0 100px;
}
#about h1{
	font-size:28px;
	font-weight:bold;
	margin:25px 0px;
	color:#000;
}
#about img{
	margin:10px 0px;
}
/*新闻列表*/
#news{
	padding:0 200px;
}
#news .newsUl li .fl{
	width:700px;
}
#news .newsUl li{
	line-height:48px;
}
.flip{
	font-size:0px;
	margin-top:20px;
}
.flip a{
	display:inline-block;
	height:30px;
	border:1px solid #ddd;
	padding:0 14px;
	line-height:30px;
	font-size:15px;
	border-left:0px;
}
.flip a:first-child{
	border-left:1px solid #ddd;
}
.flip a.on{
	background:#0ecaa4;
	color:#fff;
	border-color:#0ecaa4
}
#news_del{
	padding:0 120px;
}
#news_del .title h1{
	font-size:24px;
	font-weight:bold;
	color:#0ecaa4;
	line-height:1.6;
	margin-bottom:10px;
}
#news_del .title p{
	font-size:15px;
	font-weight:normal;
	color:#666;
	background:#f5f5f5;
	line-height:56px;
}
#news_del .title p a{
	font-size:15px;
	color:#666;
}
#news_del .title p span{
	margin:0 15px;
}
#news_del .cont{
	padding:20px;
	font-size:15px;
	line-height:2;
}
#news_del .cont p{
	font-size:15px;
	line-height:2;
}
#news_del .cont img{
	max-width:100%;
	margin:10px 0px;
}
.flip1{
	border-top:1px solid #ddd;
	line-height:40px;
}
.flip1 a{
	font-size:15px;
	width:400px;
}
#route .flip{
	margin-top:30px;
}
/*旅游攻略*/
#tour{
	padding-top:20px;
}
#tour li{
	float:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0px 0px 10px #999;
	-moz-box-shadow:0px 0px 10px #999;
	box-shadow:0px 0px 10px #999;
	position:relative;
	behavior:url(PIE.htc);
	overflow:hidden;
	margin-left:36px;
	margin-bottom:36px;
	width:254px;
	height:220px;
}
#tour li .img{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	height:175px;
	width:254px;
}
#tour li .img img{
	max-width:100%;
	max-height:100%;
}
#tour li .text{
	padding:10px 10px;
	line-height:22px;
	font-size:16px;
	color:#000;
	max-height:44px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.jobUl li{
	line-height:50px;
	margin:0 30px;
	width:540px;
	border-bottom:1px dashed #ddd;
	float:left;
}
/*联系我们*/
#contact{
	padding:20px 100px;
}
.contact_text{
	width:350px;
}
.contact_text h1{
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}
.contact_text p{
	font-size:16px;
	line-height:2;
}
.contact_text img{
	margin-top:14px;
}




















