/**
 * index.css
 * */
.banner-section {
	position: relative;
	height: 460px;
	z-index: 8;
}

.banner-section>.banner {
	min-width: 1200px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-section>.banner .page-arrow{
	display: none;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background-color: rgba(0,0,0,.5);
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section>.banner .page-arrow.prev{
	left: 0;
  background-image: url(../imgs/arrow_left.png);
}

.banner-section>.banner .page-arrow.next{
	right: 0;
  background-image: url(../imgs/arrow_right.png);
}

.banner-section>.banner .page-arrow.prev:hover{
	background-image: url(../imgs/arrow_left2.png);
}

.banner-section>.banner .page-arrow.next:hover{
  background-image: url(../imgs/arrow_right2.png);
}

.banner-section>.banner .hd{
	position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 20px;
  overflow: hidden;
  z-index: 1;
}

.banner-section>.banner .hd ul{
	width: 100%;
  height: 20px;
  overflow: hidden;
  zoom: 1;
  text-align: center;
}

.banner-section>.banner .hd ul li{
	display: inline-block;
	margin: 0 2px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background: #999;
	border-radius: 50%;
	cursor: pointer;
}

.banner-section>.banner .hd ul li.on{
	background: #0E92F4;
}

.banner-section>.banner .bd{
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-section>.banner .bd ul li{
	width: 100%;
	height: 460px;
	zoom: 1;
	background-color: rgba(0,0,0,0);
	background-position: center;
	background-repeat: no-repeat;
}
.banner-section>.banner .bd ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

.banner-section>.class-panel {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 240px;
	padding: 10px 20px;
	border-radius: 3px;
	margin-left: -600px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	box-sizing: border-box;
}

.banner-section>.class-panel>ul li {
	padding: 8px 0;
	border-bottom: 1px dashed #eee;
}

.banner-section>.class-panel>ul li>h4 {
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../imgs/icon.png);
	background-repeat: no-repeat;
}

.banner-section>.class-panel>ul li>.outbound {
	background-position: 0 0;
}

.banner-section>.class-panel>ul li>.inbound {
	background-position: 0 -30px;
}

.banner-section>.class-panel>ul li>.around {
	background-position: 0 -60px;
}

.banner-section>.class-panel>ul li>.other {
	background-position: 0 -90px;
}

.banner-section>.class-panel>ul li>p {
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
}

.banner-section>.class-panel>ul li>p a {
	display: inline-block;
	margin-right: 5px;
	white-space: nowrap;
}

.banner-section>.class-panel>ul li:last-child {
	border-bottom: 0;
}

.hot-section>.section-head {
	height: 60px;
}

.hot-section>.section-head>h2 {
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	background-image: url(../imgs/icon.png);
	background-repeat: no-repeat;
	background-position: 0 -118px;
}

.hot-section>.section-head>.more {
	float: right;
	height: 24px;
	line-height: 24px;
	margin-top: 18px;
}

.hot-section>.section-head>.more>.plus {
	color: #bfbfbf;
	font-weight: bold;
	font-size: 16px;
}

.hot-section>.section-head>.more:hover>.plus {
	color: #0E92F4;
}

.hot-section>.section-body .media-list-1 {
	max-height: 270px;
	margin-left: -10px;
	margin-right: -10px;
}

.hot-section>.section-body .media-list-1>li {
	float: left;
	width: 285px;
	height: 100%;
	margin: 0 10px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hot-section>.section-body .media-list-1>li>.media {
	display: block;
	position: relative;
	width: 100%;
	height: 210px;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hot-section>.section-body .media-list-1>li>.media>img {
	display: block;
	width: 100%;
	height: 210px;
	transition: all .3s ease-out 0s;
}

.hot-section>.section-body .media-list-1>li>.media>.title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
}

.hot-section>.section-body .media-list-1>li>.cont {
	padding: 0 10px;
	color: #bfbfbf;
}

.hot-section>.section-body .media-list-1>li>.cont .price {
	padding-top: 8px;
	line-height: 24px;
}

.hot-section>.section-body .media-list-1>li>.cont .price span {
	color: #ff762c;
}

.hot-section>.section-body .media-list-1>li>.cont .price strong {
	font-size: 16px;
}

.hot-section>.section-body .media-list-1>li>.cont .fromcity {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}

.hot-section>.section-body .media-list-1>li>.cont .btn {
	float: right;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	margin-top: 15px;
	background-color: #0E92F4;
	text-align: center;
	color: #fff;
}

.hot-section>.section-body .media-list-1>li>.cont .btn:hover {
	opacity: 0.9;
}

.hot-section>.section-body .media-list-1>li:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.hot-section>.section-body .media-list-1>li:hover>.media>img {
	transform: scale(1.2, 1.2);
}

.dest-section {
	/*max-height: 600px;*/
    padding-bottom: 5px;
	margin-top: 10px;
	/*overflow: hidden;*/
}

.dest-section>.section-head h2 {
	height: 48px;
	line-height: 48px;
	border-bottom: 2px solid #eee;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	text-align: center;
}

.dest-section>.section-head>.tabs {
	position: relative;
	/*height: 30px;*/
	margin-top: -2px;
	text-align: center;
}

.dest-section>.section-head>.tabs>li {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	padding: 0 15px;
	border-radius: 0 0 3px 3px;
	box-sizing: border-box;
}

.dest-section>.section-head>.tabs .more-box {
	float: right;
	line-height: 30px;
	padding-right: 0;
}

.dest-section>.section-head>.tabs>a.more .plus{
	color: #bfbfbf;
  font-weight: bold;
  font-size: 16px;
}

.dest-section>.section-head>.tabs>a.more:hover .plus{
	color: #0E92F4;
}

.dest-section>.section-head>.tabs>li.on {
	border-top: 2px solid #0975c6;
	background-color: #0E92F4;
	color: #fff;
}
.dest-section>.section-head>.tabs>li.on a{
	color: #fff;
}

.dest-section>.section-body {
	margin-top: 20px;
}

.dest-section>.section-body .section-picture {
	float: left;
	width: 285px;
	height: 500px;
	background-color: #bfbfbf;
}

.dest-section>.section-body .section-picture>img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

.dest-section>.section-body .bd {
	float: right;
	width: 915px;
	max-height: 520px;
	margin: -10px -10px -10px 0;
	overflow: hidden;
}

.dest-section>.section-body .media-list-2>li {
	float: left;
	width: 285px;
	height: 240px;
	margin: 10px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.dest-section>.section-body .media-list-2>li a {
	display: block;
	padding: 5px;
	display: block;
	position: relative;
	width: 275px;
	height: 170px;
}

.dest-section>.section-body .media-list-2>li a>img {
	display: block;
	width: 275px;
	height: 100%;
}

.dest-section>.section-body .media-list-2>li a>.title {
	padding: 6px 10px 0 10px;
	height: 24px;
	line-height: 24px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.dest-section>.section-body .media-list-2>li a>.other {
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	color: #bfbfbf;
}

.dest-section>.section-body .media-list-2>li a>.other .price {
	float: left;
	width: 80px;
	line-height: 24px;
}

.dest-section>.section-body .media-list-2>li a>.other .price span {
	color: #ff762c;
}

.dest-section>.section-body .media-list-2>li a>.other .price strong {
	font-size: 16px;
}

.dest-section>.section-body .media-list-2>li a>.other .fromcity {
	height: 24px;
	line-height: 24px;
	margin-left: 90px;
	text-align: right;
	font-size: 12px;
}

.dest-section>.section-body .media-list-2>li a:link>.title {
	color: #333;
}

.dest-section>.section-body .media-list-2>li a:hover>.title {
	color: #0E92F4;
}

.dest-section>.section-body .media-list-2>li a:visited>.title {
	color: #A21280;
}

.dest-section>.section-body .media-list-2>li:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.ad-section {
	display: block;
	width: 1200px;
	height: 120px;
	margin-top: 20px;
}

.ad-section>img {
	display: block;
	width: 1200px;
	height: 120px;
}

.box-1 {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.box-1>.box-head {
	height: 55px;
	padding: 0 20px;
}

.box-1>.box-head>h2 {
	float: left;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

.box-1>.box-head>.sub-title {
	position: relative;
	float: left;
	padding-left: 10px;
	margin: 8px 0 0 8px;
	color: #999;
	font-size: 12px;
}

.box-1>.box-head>.sub-title p {
	height: 18px;
	line-height: 18px;
}

.box-1>.box-head>.sub-title .en {
	color: #bfbfbf;
}

.box-1>.box-head>.sub-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 1px;
	height: 12px;
	font-size: 0;
	background-color: #ddd;
}

.box-1>.box-head>.more {
	float: right;
	height: 24px;
	line-height: 24px;
	margin-top: 15px;
}

.box-1>.box-head>.more>.plus {
	color: #bfbfbf;
	font-weight: bold;
	font-size: 16px;
}

.box-1>.box-head>.more:hover>.plus {
	color: #0E92F4;
}

.box-1>.box-body {
	padding: 0 20px 20px 20px;
}

.box-contact {
	float: left;
	width: 380px;
	height: 335px;
	margin-right: 20px;
}

.box-contact .box-body {
	color: #666;
	line-height: 22px;
	max-height: 260px;
	overflow: hidden;
}

.box-contact .box-body img {
	width:200px;
	height: 120px;
	margin-bottom: 10px;
	float: left;
  margin-right: 10px;
}

.box-news {
	float: left;
	width: 380px;
	height: 335px;
}

.box-news>.box-list {
	padding: 0 20px 10px 20px;
}

.box-news>.box-list>li {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: url(../imgs/list_dot.png) no-repeat left center;
}

.box-news>.box-list>li .time {
	float: right;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: #bfbfbf;
}

.box-news>.box-list>li:hover {
	background-image: url(../imgs/list_dot_hover.png);
}

.box-custom {
	float: right;
	width: 400px;
}

.box-custom .box-body {
	height: 265px;
	padding: 0 20px;
}

.box-custom .box-body .form-row {
	margin-top: 15px;
}

.box-custom .box-body .form-row .form-text {
	display: block;
	width: 360px;
	height: 36px;
	line-height: 20px;
	padding: 7px;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	box-sizing: border-box;
	resize: none;
}

.box-custom .box-body .form-row .form-text.other{
	height: 76px;
	line-height: 20px;
}

.box-custom .box-body .form-row .form-text:hover {
	border-color: #999;
}

.box-custom .box-body .form-row .form-text:focus {
	border-color: #0E92F4;
}

.box-custom .box-body .form-row .form-col-1 {
	float: left;
	width: 110px;
}

.box-custom .box-body .form-row .form-col-2 {
	float: right;
	width: 235px;
}

.box-custom .box-body .btn-submit {
	display: block;
	width: 175px;
	height: 36px;
	line-height: 36px;
	border: 0;
	border-radius: 3px;
	margin: 20px auto;
	background-color: #0E92F4;
	text-align: center;
	color: #fff;
}

.box-custom .box-body .btn-submit:hover {
	opacity: 0.9;
}

.box-custom .box-body .btn-submit:active {
	opacity: 1;
	background-color: #0a84de;
}

.box-custom .box-body .btn-disabled {
	opacity: 0.3;
	cursor: not-allowed;
	pointer-events: none;
}
