.subnav li{width: 150px;}
.subnav li + li + li + li + li{border-right: 1px #fff solid;}
.subnav li + li + li + li + li + li{border-right: 0;}

/*******inquiry_visual_box*******/
.inquiry_visual_box{
  margin-top: 20px;
  height: 315px;
}
.inquiry{
  width: 220px;
  height: 315px;
  background: #F4F4F4;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: left;
}
.inquiry .inquiry_title{
  text-align: center;
  background: #EDECEB;
  height: 50px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  
}
.inquiry .inquiry_title p{
  padding-top: 10px;
  line-height: 1.8;
}
.route,.to,.from{margin: 30px 0;}
.route select,.from select,.to select{width: 80px;height: 20px;}
.route label,.from label,.to  label{
  margin-right: 24px;
  font-size: 15px;
}
.route label{margin-right: 10px;}
.route span,.from span,.to span{
  display: inline;
  margin: 0 10px 0 0;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  -webkit-transform:scale(0.91);
  background: #C7C7C7;
  padding: 2px 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.inquiry_btn{
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  color: #113E60;
  background: #EFD050;
  font-size: 15px;
  line-height: 1.8;
  width: 147px;
  height: 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 2px #C1AD5C solid;
  border-width: 0 0 2px 0;
  cursor: pointer;
}
.inquiry_btn:hover{background: #F3DA73;}
.visual{
  width: 725px;
  height: 315px;
  position: relative;}
/*banner_slideshow*/
#banner_slideshow{
	width: 725px;
	height: 315px;
	z-index: 1;
	position: absolute;
}
#banner_slideshow img{
    width: 725px;
    height: 315px;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#banner_nav { 
	list-style: none;
	position: absolute;
	left: 585px;
	width: 140px; 
	height: 315px; 
	z-index: 2; 
	background: #EDECEB;
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	opacity: 0.7;
	filter:alpha(opacity=70);
}
#banner_nav li { 
	width: 140px; 
	text-align: center;
}
#banner_nav a {
    line-height: 60px;
    width: 140px; 
    height: 62px;
	display: block; 
	color: #000;
	font-size: 15px;
	border-bottom: 1px #C4C4C4 solid;
	-o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#banner_nav li.activeSlide a{
	background: #EFD050;
}
.first{
	border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
}
a.last{
	border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	border-bottom: 0;
}
#banner_nav img { 
	border: none; 
	display: block; 
}
/*******hualien_route_map*******/
.travel_spot{padding-bottom: 0;}
.hualien_route_map{
	width: 100%;
	height: 443px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.hualien_route_map img{
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
.spot{
	position: absolute;
	background: #3B8C5C;
	z-index: 2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 142px;
	-o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.spot:hover{background: #34714D;}
.spot p{
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.5px;
}
.spot a{
	display: block;
	padding: 10px 15px;
}
.spot1{
	top: 290px;
	right: 50px;
}
.spot2{
	top: 240px;
	right: 50px;
}
.spot3{
	top: 170px;
	right: 50px;
}
.spot4{
	top: 120px;
	right: 50px;
}
.spot5{
	top: 60px;
	right: 50px;
}
.spot6{
	top: 355px;
	left: 22px;
}
.spot7{
	top: 280px;
	left: 22px;
}
.spot8{
	top: 238px;
	left: 22px;
}.spot9{
	top: 170px;
	left: 22px;
}
.not{background: #658751;}
.not:hover{background: #4E6B3E;}
/*ticket search*/
.wrong_ticket_search{
	margin: 0 auto;
	background: #D64B15;
	text-align: center;
	width: 255px;
	height: 35px;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 30px;
}
.ticket_search_title,.ticket_search_value,.ticket_route_title,.ticket_route{
	border-bottom: 6px #F4F4F4 solid;
}
.ticket_ps{ 
	margin: 30px;
	color: #747474;
}
.ticket_search_box{
	width: 670px;
	color: #113E60;
	font-size: 15px;
}
.ticket_search_title,.ticket_route_title{font-weight: bold;}
.ticket_search_title{
    line-height: 60px;
	width: 140px;
	height: 60px;
	background: #FDE3A5;
}
.ticket_search_value{
	width: 530px;
	line-height: 60px;
	height: 60px;
	text-align: center;
	background: #F2EBDA;
}
.ticket_route_title{line-height: 295px;}
.ticket_route,.ticket_route_title{
	height: 295px;
}
.ticket_route ul{
	display: inline-block;
	margin: 0 15px;
}