
.container {
	width: 1100px;
	padding: 50px 0;
}

/* banner */
.swiper-container {
	width: 100%;
	height: 680px;
}
.swiper-slide span {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-pagination {
	bottom: 30px!important;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: none;
	border: 1px solid #fff;
	cursor: pointer;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #fff;
}

.index-head {
	text-align: center;
}
.index-head h2 {
	margin-bottom: 0;
	font-size: 30px;
	line-height: 40px;
}
.index-head p {
	font-size: 14px;
	line-height: 20px;
	color: #999;
}


/* 推荐车型 */
.car-show-list {
	font-size: 0;
}
.car-show-list .item {
	display: inline-block;
	margin: 20px 20px 20px 0;
	width: 260px;
	overflow: hidden;
}
.car-show-list .row-last {
	margin-right: 0;
}
.car-show-list .item a {
	position: relative;
	display: block;
	width: 260px;
	height: 241px;
	padding: 5px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.car-show-list .item span {
	display: block;
	height: 179px;
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	transition: all ease-in .3s;
	overflow: hidden;
}
.car-show-list .item img {
	width: 100%;
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
.car-show-list .item dl {
	margin-bottom: 0;
	padding: 10px 10px 20px 10px;
	background: rgba(255,255,255,.8);
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
.car-show-list .item h3 {
	margin-bottom: 10px;
	line-height: 45px;
	font-size: 18px;
	color: #333;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px dotted #263c5f;
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
.car-show-list .item dd {
	margin-bottom: 0;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
.car-show-list .item a:hover {
	border-color: #193157;
	text-decoration: none;
}
.car-show-list .item a:hover span {
	height: 229px;
}
.car-show-list .item a:hover img {
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	transform: scale(1.6);
}
.car-show-list .item a:hover dl {
	background: #193157;
	-webkit-transform: translate3d(0,-145px,0);
	-moz-transform: translate3d(0,-145px,0);
	transform: translate3d(0,-145px,0);
}
.car-show-list .item a:hover h3 {
	color: #fff;
}
.car-show-list .item a:hover dd {
	color: #f1f1f1;
}

/* 景点介绍 */
.index-summary {
	background: #193157;
}
.index-summary .index-head h2 {
	color: #fff;
}
.summar-inner {
	margin-top: 40px;
	overflow: hidden;
}
.summar-infor {
	float: left;
	width: 680px;
	padding: 83px 30px 0 55px;
	background: url(../images/summar-bg.png) top left no-repeat;
	color: #999;
	text-indent: 2em;
	overflow: hidden;
}

.summar-thumb {
	float: left;
	margin-top: 40px;
	width: 350px;
	padding: 10px;
	background: #f1f1f1;
	overflow: hidden;
}
.summar-thumb img {
	display: block;
	width: 100%;
	overflow: hidden;
}

.index-more {
	margin-top: 50px;
}
.index-more a {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #999;
	line-height: 40px;
	text-align: center;
	color: #999;
}
.index-more a:hover {
	background: #999;
	color: #333;
	text-decoration: none;
}


/* 旅游线路 */
.view-list {
	font-size: 0;
}
.view-list .item {
	position: relative;
	display: inline-block;
	margin: 20px 20px 20px 0;
	width: 260px;
	height: 252px;
}
.view-list .row-last {
	margin-right: 0;
}
.view-list .item a {
	position: absolute;
	display: block;
	height: 252px;
	border: 1px solid #ddd;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	transition: all ease-in .3s;
	background: #fff;
}
.view-list .item span {
	display: block;
	height: 182px;
	overflow: hidden;
}
.view-list .item img {
	width: 100%;
}
.view-list .item h3 {
	margin: 10px;
	height: 50px;
	line-height: 25px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
}
.view-list .item p {
	margin: 10px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	height: 70px;
	color: #666;
	border-top: 1px dotted #ddd;
	overflow: hidden;
}
.view-list .item a:hover {
	height: 342px;
	z-index: 2;
	text-decoration: none;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}

/* 旅游指南 */
.index-guide {
	background: #F0F0F2;
}
.guide-inner {
	margin-top: 30px;
}

/* 底部 */
.footer {
	text-align: center;
	line-height: 30px;
	color: #666;
}











