@charset "utf-8";
/******************************************************

 概况：样式表主入口文件
 
 ******************************************************/

/* 全局 */
@import 'main.css';

/* 公共 */
@import 'public.css';

/* 头部 */
@import 'header.css';

/* 底部 */
@import 'footer.css';
/******************头部导航条*******************/
#header {
	background-color: white;
	height: 60px;
	padding-left:10px;
	line-height: 60px;
}
.header .left {
	float: left;
}
.header .left img {
	width: 40px;
	height: 40px;
	margin: 10px 10px 0 0;
	float: left;
}
.header .left h2 {
	font-size: 20px;
	float: left;
	color: #666666;
}
.header .right {
	float: right;
}
.header .right .menu {
	float: right;
}
.header .right .menu h3 {
	color: #666666;
	font-size: 20px;
	padding-right: 22px;
	margin-right: 25px;
	background: url(../images/icon-01.png) no-repeat center right;
}
.header .right .search {
	float: right;
	margin-right: 20px;
}
#search_btn {
	width: 50px;
	height: 40px;
	background: url(../images/icon-search.png) no-repeat center center;
	border: none;
	margin-top: 10px;
}
.header .right .menu_list {
	background-color: white;
	padding: 0 20px;
	margin: 2px -10px 0 0;
	position: absolute;
	right:10px;
	top: 61px;
	z-index: 99;
	display: none;
}
.header .right .menu_list li {
	line-height: 30px;
	width: 100px;
	text-align: center;
}
.header .right .menu_list li a {
	color: #333;
	font-size: 15px;
}
/*****************轮播图*******************/
#banner {
	width: 100%;
}
.swiper-wrapper a {
	width: 100%;
}
/*************导航分类***************/
.nav {
	padding: 10px;
}
.nav ul {
	overflow: hidden;
	margin: 10px 0;
}
.nav ul li {
	float: left;
	width:20%;
	text-align: center;
	margin: 10px 0;
}
.nav ul li a img {
	width: 50%;
	/*height: 50%;*/
}
.nav ul li a p {
	text-align: center;
	font-size: 14px;
}
/*************目的地导航***************/
.place_nav {
	background-color: white;
}
.place_nav ul {
	overflow: hidden;
}
.place_nav ul li {
	float: left;
	width: 50%;
}
.place_nav ul li a {
	display: block;
	padding: 15px 0;
	border: solid 1px #eaeaea;
	border-bottom: none;
	border-left: none;
}
.place_nav ul li dl {
	width:160px;
	margin:0 auto;
}
.place_nav ul li dl dt {
	float:left;
	width:80px;
}
.place_nav ul li dl dt img {
	    width: 100%;
    display: block;
    height: 60px;
}
	
.place_nav ul li dl dd {
	padding-left:90px;
}
.place_nav ul li dl dd strong {
	display: block;
    height: 40px;
    line-height: 20px;
    /* font-size: 20px; */
    font-weight: normal;
    overflow: hidden;
}
.place_nav ul li dl dd font {
	display:block;
	font-size:12px;
	line-height:16px;
	height:25px;
}
/************10点热卖*********/
.hot_sell {
	background: white;
	padding-top: 20px;
	border-bottom:#eaeaea 1px solid;
}
.hot_sell h2 {
	color: #fb7a4b;
	font-size: 24px;
	text-align: center;
	margin-bottom: 25px;
	margin-top:5px;
}
.hot_sell ul {
	overflow: hidden;
	background:#f9f9f9
}
.hot_sell ul li {
	float: left;
	width:33.33%;
	background:#fff;
}
.hot_sell ul li a {
	display: block;
	padding:15px 10% 5px 10%;
	border: solid 1px #eaeaea;
	border-bottom: none;
	border-right: none;
	text-align: center;
}
.hot_sell ul li a span {
	display:block;
	height:20px;
	line-height:20px;
	padding-top:8px;
}
.hot_sell ul li a img {
	width:100%;
	height:80px;
	border-radius:5px;
}
.hot_sell ul li a h3 {
	font-size: 18px;
	text-align: left;
	color: #FB7A4B; /*max-width: 198px; margin: 0 auto;*/
}
.hot_sell ul li a p {
	font-size: 14px;
	text-align: left;
	color: #666666;
	height:44px;
	margin-bottom:6px;
	line-height:22px;
	overflow:hidden; 
	/*max-width: 198px; margin: 0 auto;*/
}
.hot_sell ul li:first-child a {
	padding: 0px;
}
.hot_sell ul li:first-child .gray_bg {
	padding:15px;
}
.hot_sell ul li:first-child .gray_bg h3 {
	font-size: 18px;
	text-align: left;
	color: #FB7A4B;
	height: 50px;
	overflow: hidden;
}
.hot_sell ul li:first-child p {
	text-align: right;
	font-size: 16px;
	color:#666666;
	height:60px;
	line-height:30px;
}
.hot_sell ul li:first-child p span {
	font-size: 18px;
	color: #ff7466;
	font-weight:bold;
}
.hot_sell ul li:first-child button {
	clear:left;
	margin-top: 20px;
	width: 80%;
	height: 30px;
	border: none;
	background-color: #FF7466;
	border-radius: 5px;
	color: #F9F9F9;
	font-weight: 600;
}
/***********主题导航************/
.theme {
	background-color: white;
	margin-bottom:8px;
	border-bottom:#eaeaea 1px solid
}
.theme .tittle {
	padding: 0 20px;
	height: 60px;
	line-height:66px;
	overflow: hidden;
}
.theme .tittle h2 {
	font-size: 24px;
	text-align:center;
}
.theme ul {
	overflow: hidden;
}
.theme ul li {
	float: left;
	width: 33.33%;
}
.theme ul li a {
	display: block;
	padding:20px 0;
	border: solid 1px #eaeaea;
	border-bottom: none;
	border-right: none;
	text-align: center;
}
.theme ul li a img {
	width:40%;
}
.theme ul li a h3 {
	font-size: 18px;
}
.theme ul li a p {
	color: #666666;
	margin-bottom: 5px;
}
/*************热门目的地**************/
.hot_place {
	background-color: white;
	padding:10px;
	margin-bottom:8px;
	border-top:#eaeaea 1px solid;
	border-bottom:#eaeaea 1px solid;
	padding-bottom:15px;
}
.hot_place h2 {
	text-align: center;
	line-height:60px;
	font-size: 24px;
	color:#666
}
.hot_place .place {
	overflow: hidden;
}
.hot_place .place li {
	float: left;
	width: 33.33%;
}
.hot_place .place li a {
	display: block;
	margin:7px;
	overflow: hidden;
	text-align: center;
}
.hot_place .place li a p {
	color: white;
}
.hot_place .place li a img {
	width: 100%;
	border-radius: 5px;
}
.hot_place .rec {
	overflow: hidden;
}
.hot_place .rec dt {
	float: left;
	width: 50%;
}
.hot_place .rec dd {
	float: left;
	width: 25%;
	margin-top:5px;
}
.hot_place .rec a {
	display: block;
	margin:5px;
}
.hot_place .rec a img {
	width: 100%;
}
/*********公司包团**********/
.groud {
	background-color: white;
	/*margin-bottom:8px;*/
/*	border-bottom:#eaeaea 1px solid;
	border-top:#eaeaea 1px solid;*/
	padding-top:10px;
	/*padding-bottom:10px;*/
}
.groud .tittle {
	border-bottom: solid 1px #eaeaea;
	padding-top: 10px;
	margin-bottom: 5px;
}
.groud .tittle h2 {
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color:#666;
}
.groud .tittle ul {
	margin-bottom: 10px;
	text-align: center;
}
.groud .tittle ul li {
	display: inline-block;
	margin:0 8px;
}
.groud .tittle ul li a {
	color: #666666;
	font-size: 16px;
}
.groud .box {
	overflow: hidden;
	padding-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
}
.groud .box li {
	border: 1px dotted #CCC;
	width: 49.3%;
	font-size: 14px;
    height: 300px;
	/*overflow:scroll*/
}
.groud .box li {
	float: left;
	width:50%;
}
.groud .box li a {
	/*display: block;*/
	/*margin:10px;*/
}
.groud .box li a img {
	width: 100%;
	border-radius: 3px;
	height:110px;
}
.groud .box li a h3 {
	    width: 100%;
   /* padding-top: 5px;*/
    height: 54px;
    line-height: 18px;
    font-weight: normal;
    display: block;
     overflow: hidden; 
    font-size: 15px;
	padding-left: 5px;
    padding-right: 5px;

}
.groud .box li a p {
	float: left;
	font-size: 16px;
	color:#ff720a;
	font-weight:bold;
}
/***********海岛旅游**********/
.island {
	background-color: white;
	margin-bottom:8px;
	border-bottom:#eaeaea 1px solid;
	padding-bottom:10px;
	border-top:#eaeaea 1px solid;
	padding-top:10px;
}
.island h2 {
	text-align: center;
	line-height: 40px;
	color:#666;
	font-size: 24px;
	padding-bottom:15px;
	border-bottom: solid 1px #eaeaea;
	margin-bottom: 5px;
}
.island ul {
	overflow: hidden;
	padding:7px;
}
.island ul li {
	float: left;
	width: 25%;
}
.island ul li a {
	display: block;
	margin: 10px;
	text-align: center;
}
.island ul li a img {
	width: 100%;
	border-radius:3px;
}
.island ul li a p {
	font-size: 16px;
}
/***********目的地选项卡************/
.travel {
	margin-bottom: 20px;
	border-top:#eaeaea 1px solid;
}
.travel .tittle {
	height: 53px;
	line-height: 50px;
	background-color: white;
}
.travel .tittle ul:after {
	content: "";
	display: block;
	clear: both;
}
.travel .tittle ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	border-bottom: 3px solid #f9f9f9;
}
.travel .tittle ul li.active {
	border-color:#F93;
}
.travel .tittle ul li.active h2 {
	color: #F93;
}
.travel .tittle ul li h2 {
	font-size: 16px;
	font-weight:normal;
}
.travel .wrap {
}
.travel .wrap section {
	padding:8px;
	display:none;
}
.travel .wrap section .item {
	background:#fff;
	overflow:hidden;
	margin:0 0 8px 0;
	padding:15px 8px;
}
.travel .wrap section .item a {
	display:block;
}
.travel .wrap section .item .pic {
	float:left;
	width: 35%;
	padding-top:5px;
}
.travel .wrap section .item .pic img {
	width:100%;
	border-radius:3px;
}
.travel .wrap section .item .info {
	padding-left:90px;
}
.travel .wrap section .item .info div {
	float: right;
    width: 75%;
}
.travel .wrap section .item .info h3 {
	font-size:18px;
	line-height:25px;
	color:#000;
	font-weight:normal;
}
.travel .wrap section .item .info p {
	font-size:15px;
	line-height:20px;
	color:#666
}
.travel .wrap section .item .info dl {
	overflow:hidden;
	height:20px;
}
.travel .wrap section .item .info dl dt {
	float:left;
	font-size:15px;
	color:#fa4729;
	font-weight:bold;
}
.travel .wrap section .item .info dl dd {
	float:right;
}
.travel .wrap section .more {
	padding:10px;
}
.travel .wrap section .more a {
	display:block;
	background:#F60;
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:10px 0;
	border-radius:5px;
}
.groud .box li p {
	    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    /* height: 18px; */
	
	
}