﻿@charset "UTF-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

body {
    background-color: #f2f2f2;
    margin: 0px;
    font-family: "微軟正黑體", "Verdana";
}

#wrapper {
    width: 100%;
    min-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    /*background-color: #35424f;*/
    background: url(../images/wrapper_bg.jpg) repeat;
}

header {
    width: 100%;
    min-width: 1280px;
    height: 693px;
    box-sizing: border-box;
}

/*========================nav========================*/

nav {
    width: 100%;
    min-width: 1280px;
    height: 125px;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background: url(../images/nav_bg.png) repeat;
    position: absolute;
    top: 0;
    z-index: 999;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2), 0px 3px 5px 0 rgba(0, 0, 0, 0.19);
}

#nav_tool {
    width: 1280px;
    height: 125px;
    margin: auto;
}

#tool_top {
    width: 1280px;
    height: 75px;
    float: left;
}

#nav_link {
    float: right;
    margin: 40px 15px;
    position: relative;
}

#nav_link a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    /*line-height: 12px;*/
    letter-spacing: 2px;
}

#nav_link a:hover {
    color: #00deff;
}

/*member*/
#member_area {
    background-image: url(../images/member_area.png);
    width: 120px;
    height: 120px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    margin-bottom: -125px;
    margin-right: -25px;
    padding: 25px 10px 20px;
    box-sizing: border-box;
    display: none;
}

#member_area hr {
    margin: 5px 0;
}

#member_area .member_area_c {
    font-size: 14px;
    width: auto;
    line-height: 25px;
    text-align: center;
    color: #000;
}

#member_area .member_area_c a {
    color: #000;
    letter-spacing: 1px;
}

#member_area .member_area_c a:hover {
    color: #00deff;
}

.nav_arealink {
    width: auto;
    height: 42px;
    float: left;
    padding: 10px;
    margin: 0 7px;
    box-sizing: border-box;
    letter-spacing: 1px;
    border-bottom: solid 3px #8f8f8f;
    line-height: 30px;
    transition: .2s;
}

.nav_arealink:hover {
    border-bottom: solid 3px #e7318c;
}

.nav_arealink a {
    color: #fff;
}

.pink {
    border-bottom: solid 3px #e7318c;
}

.nav_areaspace {
    width: 12px;
    height: 50px;
    float: left;
    color: #fff;
}

#logo {
    width: 130px;
    height: 60px;
    margin: 15px;
    float: left;
}

#main_nav {
    float: left;
    margin: 5px 30px 5px 0;
    font-size: 14px;
    letter-spacing: 4px;
}

#main_nav li {
    display: inline-block;
    padding: 3px 10px;
    cursor: pointer;
    color: #fff;
}


/*========================nav_tool(總覽)======================*/

.navTool {
    margin: 0;
    padding: 0;
}

.navTool .main_navTool {
    width: 800px;
    height: auto;
    overflow: hidden;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background: url(../images/nav_bg2.png) repeat;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 10px 15px 10px;
    font-size: 13px;
    box-shadow: 0px 2px 1px 2px rgba(30, 30, 30, 0.2), 0px 2px 1px 1px rgba(100, 100, 100, 0.1);
}

.main_navTool_area {
    width: 16%;
    height: auto;
    margin: 25px 15px 0 0;
    float: left;
    letter-spacing: 0px;
}

.area_section {
    width: 140px;
    height: 30px;
    float: left;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.area_country {
    width: 130px;
    height: 30px;
    float: left;
    line-height: 30px;
    font-size: 15px;
    margin-left: 20px;
}

.area_section_pic {
    width: 13px;
    height: 13px;
    margin-top: 0px;
    float: left;
    padding-right: 5px;
}

.area_section_pic2 {
    width: 13px;
    height: 13px;
    margin-top: 0px;
    float: right;
    padding-right: 5px;
}

.navTool_line {
    width: 1%;
    height: 426px;
    margin: 5px 10px;
    float: left;
}

.navTool .main_navTool_city:hover {
    text-shadow: none;
    color: #000;
}

.navTool .cancel_button {
    display: block;
    position: absolute;
    right: 20px;
    bottom: -5px;
    z-index: 10000;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.recommendation {
    width: 78%;
    min-height: 100px;
    float: left;
    letter-spacing: 0px;
    margin: 50px 0 15px;
    padding-bottom: 26px;
    border-bottom: solid 1px #8f8f8f;
}

.recommendation_tool {
    margin-top: 5px;
    width: 100%;
    min-height: 25px;
    float: left;
    line-height: 25px;
    font-size: 15px;
    border-bottom: solid 1px #8f8f8f;
}

.recommendation_tool img {
    margin-right: 10px;
}

.recommendation_space {
    width: 60%;
    height: 25px;
    float: left;
}

.recommendation_space2 {
    width: 15px;
    height: 170px;
    float: left;
}

.go_area {
    width: 185px;
    height: 55px;
    float: right;
    background-color: #0096e0;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    margin: 10px 5px;
}

.go_area a {
    display: block;
    color: #fff;
}

.recommendation2 {
    margin-top: 15px;
    width: 78%;
    height: 162px;
    float: left;
    letter-spacing: 0px;
}

.recommendation_pic {
    width: 296px;
    height: 162px;
    float: left;
    background-color: #000;
}


/*========================banner========================*/

a img {
    border: none;
}

#abgne_fade_pic {
    float: left;
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

#abgne_fade_pic a.ad {
    position: absolute;
    /* 讓圖片疊在一起 */
    float: left;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#abgne_fade_pic a img {
    height: 700px;
    overflow: hidden;
}

#abgne_fade_pic .control {
    position: absolute;
    bottom: 30px;
    left: 45%;
    text-align: center;
}

#abgne_fade_pic .control span {
    display: inline-block;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 10px;
    background-color: #fff;
    cursor: pointer;
}

#abgne_fade_pic .control .on {
    background-color: #fff100;
}


/*========================search========================*/

#search {
    width: 100%;
    min-width: 1280px;
    height: 85px;
    float: left;
    background-color: #48667e;
    padding-top: 8px;
    box-sizing: border-box;
}

#search_tool {
    width: 860px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#search_tool2 {
    width: 1280px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
}

#search_tool2 a {
    text-decoration: none;
    color: #fff;
    margin-right: 4px;
    margin-left: 4px;
}

#search_tool2 a:hover {
    text-decoration: none;
    color: #fff21f;
}

.search_date {
    width: 140px;
    height: 34px;
    margin-right: 5px;
    background-color: #FFF;
    float: left;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}

.search_area {
    width: 200px;
    height: 34px;
    margin-right: 5px;
    background-color: #FFF;
    float: left;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}

.search_area span {
    float: right;
    padding: 0 8px;
}

.search_pink {
    background-color: #e30d78;
    color: #FFF;
}

.search_pink a {
    display: block;
    color: #fff;
}


/*========================content========================*/

#content {
    width: 100%;
    min-height: auto;
/*    background-color: #35424f;*/
    float: left;
    padding-bottom: 20px;
}

#content_center {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
    height: auto;
    background-color: #35424f;
}

#jumpLite {
    width: 1280px;
    height: 317px;
    margin-top: 12px;
    box-sizing: border-box;
    background-color: #FFF;
}

/*
#jump {
    width: 1280px;
    height: 317px;
    margin-top: 12px;
    display: -webkit-flex;
    display: flex;
    padding: 8px;
    box-sizing: border-box;
    background-color: #FFF;
    align-self: center;
    align-items: center;
}

#jump li p {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 300px;
    padding: 0 300px 0 2px;
    box-sizing: border-box;
    background-image: url(../images/jump_title_bg.png);
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 16px;
}

#jump li {
    flex: 1;
    transition: all .5s;
    height: 100%;
    box-shadow: -1px 0px 2px #000000;
    position: relative;
}

#jump li:hover {
    flex: 5;
}

#jump li:first-child {
    background: url(../images/jump_pic01.jpg) center center;
    background-size: cover;
}

#jump li:nth-child(2) {
    background: url(../images/jump_pic02.jpg) center center;
    background-size: cover;
}

#jump li:nth-child(3) {
    background: url(../images/jump_pic03.jpg) center center;
    background-size: cover;
}

#jump li:nth-child(4) {
    background: url(../images/jump_pic04.jpg) center center;
    background-size: cover;
}

#jump li:nth-child(5) {
    background: url(../images/jump_pic05.jpg) center center;
    background-size: cover;
}

#jump li:nth-child(6) {
    background: url(../images/jump_pic01.jpg) center center;
    background-size: cover;
}

#jump li:nth-child(7) {
    background: url(../images/jump_pic02.jpg) center center;
    background-size: cover;
}
*/

#timelimit {
    width: 610px;
    height: 257px;
    float: left;
    padding: 9px 7px 7px 7px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-right: 12px;
    background-color: #FFF;
}

#time_title {
    width: 610px;
    height: 20px;
    float: left;
    color: #434343;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 2px 
}

.timelimit_pic {
    width: 194px;
    height: 168px;
    float: left;
}

.timelimit_pic2 {
    width: 597px;
    height: 46px;
    /*background-image: url(../images/time_bg.jpg);*/
    background-repeat: no-repeat;
    margin-top: 6px;
    float: left;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffff00;
    padding: 10px 0;
    box-sizing: border-box;
}

.time_space {
    width: 7px;
    height: 168px;
    float: left;
}

#Popular_recommendation {
    width: 433px;
    height: 257px;
    float: left;
    margin-top: 10px;
    margin-right: 12px;
    background-color: #FFF;
    padding: 9px 7px 7px 7px;
    box-sizing: border-box;
}
#Popular_title {
    width: 433px;
    height: 20px;
    float: left;
    color: #434343;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 2px
}
#Popular_menu {
    width: 419px;
    height: 25px;
    float: left;
    background-color: #eaeaea;
    color: #000;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 9px;
}
#Popular_menu .active {
    color: #e7318c;
    position: relative;
}
#Popular_menu .active:after {
    content: url(../images/arrow02.png);
    width: 8px;
    height: 7px;
    position: absolute;
    bottom: 1px;
    left: 44%;    
}
.Popular_menu_pic {
    width: 166px;
    height: 186px;
    float: left;
}
.Popular_menu_list {
    width: 253px;
    height: 186px;
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
}
.Popular_menu_list_content {
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    padding-left: 8px;
}
#travel_club {
    width: 213px;
    height: 257px;
    float: left;
    margin-top: 10px;
    background-color: #FFF;
    padding: 9px 7px 7px 7px;
    box-sizing: border-box;
}
#travel_club_title {
    width: 199px;
    height: 20px;
    float: left;
    color: #434343;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 2px
}
.travel_club_pic {
    width: 199px;
    height: 207px;
    float: left;
}
.travel_club_control {
    text-align: center;
    float: left;
    margin-left: 12%;
}

.travel_club_control span {
    display: inline-block;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 5px 10px 0px 10px;
    background-color: #c9c9c9;
    float: left;
    cursor: pointer;
}

.travel_club_control .travel_club_on {
    background-color: #fff100;
    float: left;
}
#SpecialEvent {
    width: 535px;
    height: 316px;
    float: left;
    background-color: #FFF;
    margin-top: 12px;
    margin-right: 12px;
    border:solid #e5e5e5 1px;
    box-sizing: border-box;
    padding: 6px;
    position:relative; 
}
.SpecialEvent_left {
    width: 408px;
    height: 302px;
    float: left;
}
#SpecialEvent_right {
    width: 120px;
    height: auto;
    position: absolute;
    z-index: 2;
    right: -1px;
    top: 6px;
    box-sizing: border-box;
}
.SpecialEvent_rightlist {
    background: url(../images/SpecialEvent_rightlist_bg.jpg) no-repeat;
    background: linear-gradient(rgb(246, 246, 246), rgb(223, 223, 223));
    width: 120px;
    height: 38px;
    float: left;
    font-size: 14px;
    color: #313131;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.SpecialEvent_rightlist:hover {
	width: 124px;
    height: 38px;
    background: #25303a;
    color: #fff;
    border-left: solid 4px #e30d78;
    margin-left: -4px;
}
#GTour_Auditorium {
    width: 410px;
    height: 316px;
    float: left;
    margin-top: 12px;
    background-color: #FFF;
    padding: 9px 0px 7px 0px;
    margin-right: 12px;
    box-sizing: border-box;
}
#GTour_Auditorium_title {
    width: 410px;
    height: 20px;
    float: left;
    color: #434343;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 3px
}
#GTour_Auditorium_pic {
    width: 410px;
    height: 222px;
    float: left;
}
#GTour_Auditorium_tourname {
    width: 410px;
    font-size: 16px;
    color: #434343;
    line-height: 16px;
    float: left;
    margin-top: 9px;
    margin-bottom: 8px;
}
#GTour_Auditorium_time {
    width: 200px;
    font-size: 16px;
    color: #434343;
    line-height: 16px;
    float: left;
    margin-top: 8px;
    margin-left: 7px;
}
#GTour_Auditorium_location {
    width: auto;
    font-size: 16px;
    color: #434343;
    line-height: 22px;
    float: right;
}
#GTour_Auditorium_map_icon {
    width: auto;
    float: right;
    margin-top: 5px;
    margin-right: 8px;
}
#index_FB {
    width: 311px;
    height: 316px;
    float: left;
    background-color: #FFF;
    margin-top: 12px;
}

/*===================lectures================*/

#lectures_content {
    width: 1280px;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0px 10px 10px 10px;
    overflow: hidden;
}
.lectures_tour_Frame {
    width: 410px;
    height: 280px; 
    float: left;
    margin-bottom: 7px; 
}
.lectures_tour {
    width: 410px;
    height: 280px;
    box-sizing: border-box;
    float: left;
}
.lectures_tourpic {
    width: 410px;
    height: 222px;
}
.lectures_tourtitle {
    font-size: 16px;
    width: 410px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #434343;
    margin-top: 8px;
}
.lectures_tourtime {
    font-size: 16px;
    width: auto;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #434343;
    margin-left: 9px;
    float: left;
    margin-top: 15px;
}
.lectures_tour_map_icon {
    width: auto;
    float: right;
    margin-top: 9px;
    margin-right: 8px;
}
.lectures_tourlocation {
    width: auto;
    font-size: 16px;
    color: #434343;
    line-height: 22px;
    float: right;
    margin-left: 5px;
}
.lectures_tour_hover {
    width: 410px;
    height: 222px;
    background-color: rgba(0,0,0,0.8);
    z-index: 3;
    float: left;
    position: absolute;
    opacity:0;
    transition: opacity 0.5s;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    box-sizing: border-box;
    padding: 140px 0 0 12px;
}
.lectures_tour_hover:hover {
    opacity:1; /*滑鼠滑入時，透明度變1*/
}
.lectures_tour_divide {
    width: 15px;
    height: 280px;
    float: left;
}

/*===================exhibition================*/

#exh_content {    
    width: 1280px;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}

#exh_banner {
    width: 1280px;
    height: 530px;
    position: relative;
    margin-bottom: 20px;
}

#exh_banner a.ad {
    position: absolute;
    /* 讓圖片疊在一起 */
    float: left;
}

#exh_banner a img {
    height: 530px;
    overflow: hidden;
}

#exh_banner .control {
    position: absolute;
    bottom: 10px;
    left: 45%;
    text-align: center;
}

#exh_banner .control span {
    display: inline-block;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 10px;
    background-color: #fff100;
    cursor: pointer;
}

#exh_banner .control .on {
    background-color: #ababab;
}

#exh_aside {
    width: 285px;
    height: auto;
    padding: 10px 25px 10px 30px;
    box-sizing: border-box;
    float: left;
}

.exh_search {
    width: 230px;
    height: 30px;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    overflow: hidden;
}
.exh_search .search {
    height: 30px;
    width: 85%;
    float: left;
    padding: 10px;
}

.exh_search .submit {
	background: #cecece;
    outline: none;
    border: none;
    width: 15%;
    float: left;
    padding: 5px 0;
    cursor: pointer;
}

.exh_search_area {
    width: 230px;
    height: auto;
    padding: 10px 0;
}

.exh_search_area a{
    font-size: 13px;
    color: #434343;
    line-height: 24px;
}

.exh_search_area a:hover {
    color: #e4007f;
}

.exh_aside_banner {
    width: 230px;
    padding: 10px 0;
}

.exh_aside_banner span {
    display: block;
    padding: 5px 0;
}

.aside_shadow {
    background: url(../images/aside_shadow.png) no-repeat;
    width: 30px;
    height: 763px;
    float: left;
}

.exh_itinerary {
    width: 965px;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
}

.exh_itinerary_title {
    width: 100%;
    height: 40px;
    background: url(../images/exh_itinerary_title.jpg) repeat;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.exh_box {
    width: 450px;
    height: 300px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    float: left;
    margin-bottom: 30px;
}

.exh_box:nth-child(2n+1) {
    margin-left: 30px;
}

.exh_box_pic {
    width: 450px;
    height: 256px;
    position: relative;
}

.exh_box_picmark {
    width: 100%;
    height: 94px;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    line-height: 30px;
    padding: 60px 15px 10px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    transition: .5s;
    background: url(../images/picmark_02.png) repeat-x; 
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.85) 50%) repeat;
}

.exh_box_pic:hover .exh_box_picmark {
    height: 72%;
    overflow: hidden;
}

.exh_box_txt {
    width: 450px;
    height: 44px;
    color: #434343;
    font-size: 20px;
    line-height: 30px;
    padding: 5px 15px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exh_box_txt a {
    color: #434343;
}

/*===================group_list================*/

#list_content {
    width: 1280px;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 125px 12px 10px 12px;
    overflow: hidden;
}

.list_tool {
    background: url(../images/DepartureList_bg.jpg) no-repeat;
    width: 1236px;
    height: 269px;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 120px 0 0 340px;
}

.reminding_txt {
    font-size: 14px;
    color: #434343;
    line-height: 20px;
}

.list-search_tool {
    padding: 5px 55px;
    overflow: hidden;
}

.list-select {
    width: 100px;
    height: 30px;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    margin-left: 15px;
    float: left;    
}

.list-date {
    width: 150px;
    height: 30px;
    background: #fff;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    border-radius: 5px;
    float: left;
    margin-left: 15px;
    overflow: hidden;
    position: relative;
}

.list-date img {
    vertical-align: middle;
}

.list-date .date {
    border: none;
    width: 80%;
    height: 30px;
}

.list_search {
    width: 200px;
    height: 30px;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    overflow: hidden;
    margin-left: 15px;
    float: left;
}

.list_search .search {
    height: 30px;
    width: 85%;
    float: left;
    padding: 10px;
}

.list_search .submit {
    background: #cecece;
    outline: none;
    border: none;
    width: 15%;
    float: left;
    padding: 5px 0;
    cursor: pointer;
}

.list_table_tool {
    width: 1236px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.list_table_tool hr {
    margin: 3px 0;
}

.table_title {
    background: #626262;
    color: #fff;
    font-size: 16px;
    height: 42px;
    line-height: 36px;
}

.group_name {
    text-align: left;
    padding: 10px 0;
    font-size: 15px;
    cursor: inherit;
}

.group_name a { 
    color: #345b75;
}

.group_name a:hover { 
    color: #4c82b7;
}

.group_mark {
    text-align: left;
    border: solid 1px #dcdcdc;
    padding: 5px;
    font-size: 14px;
    color: #313131;
}

/*===================trip_introduction================*/
#introduction_content {
    width: 1280px;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    /*padding: 125px 5px 10px 5px;*/
    padding: 0 5px 10px 5px;
    overflow: hidden;
    margin-top: 155px;
}

.introduction_title {
    width: 1080px;
    min-height: 115px;
    background: url(../images/introduction_title_bg.jpg) no-repeat center bottom;
    margin: 20px auto;
}

#rightMenu {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -200px;
    z-index: 9998;
}

#rightMenu a { 
    display:block; 
    background-color: rgba(255, 255, 255, 0.5); 
    padding: 10px 25px 10px 10px;
    right: -15px;
    position: relative;
    transition: all .5s;
    color: #172734;
    font-size: 13px;
    text-align: center;
}

#rightMenu a:hover { 
    right:0;
    background-color: rgba(255, 255, 255, 0.7); 
    box-shadow:2px 2px 4px rgba(0, 0, 0, 0.3);
}

#rightMenu a:first-child {
    border-top-left-radius: 15px; 
}

#rightMenu a:last-child { 
    border-bottom-left-radius: 15px;
}

#rightMenu a:last-child:hover {
    box-shadow: none;
}

.introduction_title h2 {
    font-size: 25px;
    font-weight: bold;
    width: 640px;
    margin: 0 auto;
    padding: 15px 0;
    color: #434343;
    letter-spacing: 2px;
    text-align: center;
    border-bottom: solid 1px #626262;
}

.travel_title_tool {
    width: 800px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
    text-align: center;
}

.travel_title_tool a {
    padding: 0 20px;
    display: inline-block;
}

#introduction_tourFeatures_content {
    width: 1270px;
    height: auto;
    margin-bottom: 60px;
    overflow: hidden;
}

#TourFeatures_content img {
    border:0;
    display:block;
}

.introduction_flight_info {
    width: 800px;
    height: auto;
    margin: 0 auto 60px;
    color: #434343;
    overflow: hidden;
}

#introduction_content h3 {
    width: 216px;
    height: 62px;
    margin: 0 auto 40px;
}

.flight_info_tool {
    font-size: 16px;
    line-height: 30px;
    color: #434343;
    font-family: "微軟正黑體", Verdana;
    letter-spacing: 1px;
    border: solid 1px #b5b5b5;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3px;
    box-sizing: border-box;
}

.flight_info_tool .txt_align {
    text-align: left;
    padding-left: 10px;
}

.flight_info_note {
    width: 790px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    color: #434343;
    font-family: "微軟正黑體", Verdana;
}

.flight_info_note_title {
    width: 69px;
    height: 60px;
    background-color: #e5e5e5;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    float: left;
    margin-top: 5px;
}

.flight_info_note_content {
    font-size: 13px;
    line-height: 23px;
    width: 690px;
    margin-left: 25px;
    box-sizing: border-box;
    float: left;
}

.introduction_map {
    width: 1270px;
    text-align: center;
    margin: 0 auto 60px;
}

.introduction_tourDetail {
    width: 1210px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    color: #434343;
    margin-bottom: 50px;
}

.introduction_daysTool {
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.introduction_daysInfo {
    font-size: 25px;
    margin-bottom: 30px;
}

.introduction_daysInfo:after {
    content: "";
    clear: both;
    display: block;
}

.introduction_daysInfo_img {
    vertical-align: middle;
    margin-right: 20px;
    float: left;
}

.introduction_daysInfo_title {
    float: left;
    width: 1100px;
}

.introduction_daysArea {
    margin-bottom: 50px;
    line-height: 24px;
}

.introduction_foodHotel {
    width: 100%;
    line-height: 40px;
    margin-bottom: 50px;
}

.introduction_foodHotel img {
    vertical-align: top;
    margin: 5px 10px 5px 0;
}

.introduction_foodHotel .txt_bold {
    font-size: 18px;
    font-weight: bold;
    width: 60px;
    vertical-align: top;
}

.introduction_foodHotel .txt_area {
    width: 300px;
    line-height: 21px;
    padding-right: 10px;
}

.introduction_foodHotel .txt_hotel {
    font-family: "Arial","微軟正黑體";
    line-height: 24px;
}

.introduction_PSNote {
    /*width: 595px;*/
    width: 100%;
    height: auto;
    background: #fcfcf4;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 30px;
}

.introduction_PSNote:last-child {
    margin-left: 20px;
}

.introduction_PSNote li:before {
    content: ".";
    display: inline-block;
    line-height: 28px;
    vertical-align: bottom;
    margin-left: 5px;
}

.introduction_notice {
    width: 1140px;
    height: auto;
    margin: 0 auto 60px;
    overflow: hidden;
}

.introduction_notice div {
    width: 160px;
    height: 80px;
    margin: 0 15px 40px 15px;
    float: left;
}

.PS_icon01 {
    background: url(../images/ps_icon01.png);
}
.PS_icon01:hover {
    background: url(../images/ps_icon01_h.png);
}
.PS_icon02 {
    background: url(../images/ps_icon02.png);
}
.PS_icon02:hover {
    background: url(../images/ps_icon02_h.png);
}
.PS_icon03 {
    background: url(../images/ps_icon03.png);
}
.PS_icon03:hover {
    background: url(../images/ps_icon03_h.png);
}
.PS_icon04 {
    background: url(../images/ps_icon04.png);
}
.PS_icon04:hover {
    background: url(../images/ps_icon04_h.png);
}
.PS_icon05 {
    background: url(../images/ps_icon05.png);
}
.PS_icon05:hover {
    background: url(../images/ps_icon05_h.png);
}
.PS_icon06 {
    background: url(../images/ps_icon06.png);
}
.PS_icon06:hover {
    background: url(../images/ps_icon06_h.png);
}
.PS_icon07 {
    background: url(../images/ps_icon07.png);
}
.PS_icon07:hover {
    background: url(../images/ps_icon07_h.png);
}
.PS_icon08 {
    background: url(../images/ps_icon08.png);
}
.PS_icon08:hover {
    background: url(../images/ps_icon08_h.png);
}
.PS_icon09 {
    background: url(../images/ps_icon09.png);
}
.PS_icon09:hover {
    background: url(../images/ps_icon09_h.png);
}
.PS_icon10 {
    background: url(../images/ps_icon10.png);
}
.PS_icon10:hover {
    background: url(../images/ps_icon10_h.png);
}
.PS_icon11 {
    background: url(../images/ps_icon11.png);
}
.PS_icon11:hover {
    background: url(../images/ps_icon11_h.png);
}
.PS_icon12 {
    background: url(../images/ps_icon12.png);
}
.PS_icon12:hover {
    background: url(../images/ps_icon12_h.png);
}


/*========================index_sky========================*/

#sky_nav {
    width: 100%;
    min-width: 1280px;
    height: 75px;
    background: url(../images/sky_nav_bg.jpg) repeat;
    position: absolute;
    top: 0;
    z-index: 999;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2), 0px 3px 5px 0 rgba(0, 0, 0, 0.19);
}

#sky_nav_tool {
    width: 1280px;
    height: 75px;
    margin: auto;
}

#sky_logo {
    width: 130px;
    height: 60px;
    margin: 5px 15px;
    float: left;
}

#sky_nav_link {
    float: right;
    margin: 25px 15px 15px;
}

#sky_nav_link a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    line-height: 12px;
    letter-spacing: 2px;
}

#sky_nav_link a:hover {
    color: #00deff;
}

.search-bar {
    width: 100%;
    position: relative;
}

#sky_nav_link .search-bar {
    width: auto;
    margin: 10px 5px;
    float: right;
}

#sky_nav_link .search-bar input[type="text"] {
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    background: none;
    width: 0;
    position: relative;
    top: -6px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    -moz-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

#sky_nav_link .search-bar button {
    position: relative;
    color: #fff;
    font-size: 16px;
    border: 0;
    background: none;
    width: auto;
    margin-left: 9px;
}

#sky_nav_link .search-bar button:hover {
    color: #00deff;
}

#sky_nav_link .search-bar.open input[type="text"] {
    width: 150px;
    border-color: #00deff;
    color: #fff;
    -moz-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

#sky_content {
    width: 1280px;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 75px;
    margin: 0 auto;
    overflow: hidden;
}

.sky_DM {
    width: 100%;
    height: auto;
    line-height: 0;
}

#footinfo_QR {
    float: right;
    margin: 0 20px;
}


/*========================footer========================*/

#footer {
    width: 100%;
    min-width: 1280px;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    background-image: url(../images/footer_bg.jpg);
    background-repeat: repeat;
}

#footer_menu {
    background-color: rgba(16, 25, 34, 0.4);
    width: 100%;
    height: 48px;
    font-size: 14px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.5px;
}

#footer_menu a {
    color: #fff;
}

.footer_menu_center {
    width: 1280px;
    margin: 0 auto;
}

#footinfo {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 1280px;
    height: auto;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
}

#footinfo_left {
    color: #fff;
    font-size: 14px;
    float: left;
    line-height: 28px;
    letter-spacing: 0.5px;
    width: auto;
}

#footinfo_right {
    color: #fff;
    font-size: 14px;
    float: right;
    line-height: 28px;
    letter-spacing: 0.5px;
    width: auto;
}

#footer_logo {
    float: left;
    margin-top: 145px;
}

#foot_icon {
    float: right;
    margin-top: 55px;
}

#foot_icon span {
    padding: 0px 5px;
}

.form-search__field {
    padding-right: 10px;
    width: 100%;
}

.form-search__control, .form-search__field {
    display: table-cell;
    vertical-align: top;
}

.soft-field {
    box-sizing: border-box;
    appearance: none;
    font-family: azo-sans-web,arial,helvetica,sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2.3rem;
    border: 1px solid #d6efec;
    border-radius: 10px;
    padding: 2px 8px;
    width: 100%;
    height: 30px;
}

.form-search__control {
    width: 21px;
}

.icon-button--lg {
    background-size: 29px;
    width: 29px;
    height: 29px;
}

.soft-field:focus, .soft-field:hover {
    border-color: #35ad9f;
}
.icon-button--hoverable:focus, .icon-button--hoverable:hover {
    filter: brightness(75%);
}
.soft-field:focus {
    outline: none;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,.1);
}

.flight_info_tool .txt_align {
    text-align: left;
    padding-left: 10px;