@charset "utf-8";
body {
    background-color: #EFF5F8;
    overflow-x: hidden;
    overflow-y: auto;
}

@media screen and (max-width:1020px) {
    body {
        overflow-x: scroll !important;
    }
}

.headerfixed {
    background-color: #1183d8;
}

.menufixed {
    background-color: #1183d8;
    box-shadow: 0px 3px 8px #000;
    -moz-box-shadow: 0px 3px 8px #000;
    -webkit-box-shadow: 0px 3px 8px #000;
    filter: progid: DXImageTransform.Microsoft.Shadow(color='#000000', Direction=120, Strength=5);
}

#online {
    position: fixed;
    right: 0;
    top: 300px;
    cursor: pointer;
    z-index: 999;
    opacity: 0.8;
}

#onlinefb {
    position: fixed;
    right: 0;
    top: 418px;
    cursor: pointer;
    z-index: 999;
    opacity: 0.8;
}

#onlineline {
    position: fixed;
    right: 0;
    top: 461px;
    cursor: pointer;
    z-index: 999;
    opacity: 0.8;
}

#back {
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.cleardiv {
    clear: both;
    height: 1px;
}

.line_in {
    height: 30px;
    background: url(../images_newindex/line.jpg) bottom center no-repeat;
    margin: 10px 0px;
}

.money {
    float: right;
    font-weight: bold;
    color: #C00;
    font-family: Arial;
}

.nomargin {
    margin: 0px !important;
}

.redfont {
    color: #F30;
    font-weight: bold;
}

.pointpic {
    position: absolute;
    top: -3px;
    right: 0px;
    z-index: 99;
}

#layout {
    width: 1020px;
    overflow: visible;
    margin: auto;
    margin-top: 97px;
    position: relative;
}

header {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 1920px;
    overflow: visible;
    margin-left: -450px;
    height: 55px;
    background: #1183d8;
}

header div {
    width: 1020px;
    margin-left: 450px;
    position: relative;
}

header span {
    float: right;
    margin-top: 10px;
}

header span img {
    position: relative;
    top: 5px;
}

.header_link {
    font-size: 12px;
    color: #EEE;
    margin-right: 10px;
    margin-left: 2px;
    padding: 3px;
}


/*header span a:hover{border-bottom:2px solid #F90;}*/

.hdad {
    position: absolute;
    top: 6px;
    left: 270px;
    font-size: 13px;
    color: #DFECF0;
}

nav {
    z-index: 990;
    position: fixed;
    top: 55px;
    width: 1920px;
    height: 42px;
    margin-left: -450px;
    background: #1183d8;
}

nav ul {
    margin-left: 450px;
}

nav li {
    float: left;
    width: calc(1020px / 9);
    margin: 0px;
}

nav li>a {
    display: block;
    width: 100%;
    text-align: center;
    background: #1183d8;
    font-size: 18px;
    padding-top: 12px;
    height: 12px;
    color: white;
    font-family:  Microsoft JhengHei;
    text-decoration: none;
    letter-spacing: 1px;
}

nav li>a:hover {
    background: #E3EFF2;
    color: black;
    padding-top: 12px;
    height: 27px;
    border-bottom: 3px solid #F90;
}

#sec_admenu {
    position: relative;
}

#ad_f5 {
    width: 1920px;
    height: 369px;
    margin-left: -450px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
}

#f5_banner {
    width: 9650px;
    height: 369px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#f5_menu {
    position: relative;
    top: 340px;
    left: 1250px;
}

#f5_menu span {
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: inline-block;
    margin: 7px;
    background: url(../images_newindex/bullet.png) top left no-repeat;
}

#menu {
    width: 202px;
    height: 589px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: url(../images_newindex/bg_white.png) repeat;
    border: 1px solid #CCC;
    border-top: none;
}

#menu h3 {
    display: block;
    width: 130px;
    padding-bottom: 5px;
    font-size: 18px;
    font-family:  Microsoft JhengHei;
    font-weight: bold;
    letter-spacing: 2px;
    color: #188adf;
    border-bottom: 1px solid #ccc;
    margin-top: 25px;
    margin-left: 15px;
    margin-bottom: 7px;
}

#menu ul {
    margin-left: 8px;
}

#menu li {
    font-size: 16px;
    font-family:  Microsoft JhengHei;
    color: #004080;
    display: inline-block;
}

#menu a.pg_lk {
    display: block;
    padding: 5px;
    color: #555;
}

#menu a.pg_lk:hover {
    background: white;
    color: #F60;
}

#menu span.pg_lk2 {
    display: block;
    width: 130px;
    padding-bottom: 5px;
    font-size: 18px;
    font-family:  Microsoft JhengHei;
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom: 1px solid #ccc;
    margin-top: 17px;
    margin-left: 15px;
    margin-bottom: 7px;
}

#menu span.pg_lk2 a {
    color: #188adf;
}

#menu span.pg_lk2 a:hover {
    color: #f60;
}

#menu span.pg_lk2:hover {
    border-color: #f60;
}

#subb {
    display: block;
    width: 1100px;
    height: 240px;
    margin: auto;
}

#search,
#spe_link {
    display: inline-block;
    vertical-align: top;
}

#search {
    margin-left: 204px;
    width: 564px;
    height: 215px;
    border: 3px solid #09c;
    background-color: #e9f7ff;
}

#search_menu ul.tabs {
    height: 24px;
    margin-left: 15px;
}

#search_menu ul.tabs li {
    float: left;
    line-height: 24px;
    margin-top: 10px;
    padding-left: 6px;
    overflow: hidden;
    position: relative;
    background: url(../images_newindex/sch_selc.jpg) center left no-repeat;
}

#search_menu ul.tabs li a {
    padding: 0 20px;
    color: black;
    text-decoration: none;
    font-size: 12pt;
    font-family:  Microsoft JhengHei;
    letter-spacing: 5px;
    text-align: right;
}

#search_menu ul.tabs li a:hover {
    color: #1183d8;
}

#search_menu ul.tabs li.active {
    height: 24px;
    background: url(../images_newindex/sch_selc_b.jpg) center left no-repeat;
}

#search_menu ul.tabs li.active a {
    color: #1183d8;
}

#search_menu ul.tabs li.active a:hover {
    color: #1183d8;
}

#search_con {
    float: left;
    width: 530px;
    height: 178px;
    padding-left: 10px;
    background-color: #e9f7ff;
    font-size: 16px;
}

#spe_link {
    width: 230px;
    height: 220px;
    margin-left: -4px;
    border: 1px solid #ccc;
    border-top: 0px;
    border-left: 0px;
    background: white;
}

#spe_link h2 {
    display: block;
    width: 231px;
    font-size: 18pt;
    line-height: 37pt;
    text-align: center;
    font-family:  Microsoft JhengHei;
    color: white;
    letter-spacing: 2px;
    background: #09c;
    margin-bottom: 5px;
}

#spe_link>div {
    display: block;
    width: 241px;
    height: 74px;
    text-align: center;
}

#spe_link>div>a>span strong {
    font-size: 28px;
    font-weight: 800;
    text-align: cente;
    color: #fff;
    line-height: 40px;
}

#spe_link>div>a>span em {
    font-size: 22px;
    font-weight: 600;
    text-align: cente;
    color: #fff;
}

#spe_link a {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 2px;
    color: #333;
    font-family:  Microsoft JhengHei;
    margin-top: 10px;
    margin-left: 7px;
}

#spe_link a:hover {
    font-weight: bold;
    color: black;
    border-bottom: 1px solid black;
}

#spe_link a.spe_sabre:hover {
    border-bottom: none;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=70);
}

#thre_blk {
    margin: 0px;
}

#thre_blk a {
    display: inline-block;
    margin-right: 10px;
}

#thre_blk a:hover {
    border-color: #09f;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=70);
}

article {
    margin-top: 25px;
}

article div {
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
    position: relative;
}

article .area {
    width: 156px;
    padding: 0px 7px;
    margin-right: 0px !important;
    margin-top: 39px;
    height: 350px;
    background: #fff;
    overflow: visible;
    border: 1px solid #CCC;
    border-top: 0px;
}

article .area span {
    font-size: 18pt;
    display: block;
    height: 34px;
    border-bottom: 10px solid #32a7ff;
    width: 951px;
    background: url(../images_newindex/area_bg.jpg) left bottom no-repeat;
    margin-top: -44px;
    margin-left: -8px;
    margin-bottom: 10px;
    padding-left: 50px;
    white-space: nowrap;
}


article .area span.long {
    font-size: 18pt;
    display: block;
    height: 34px;
    border-bottom: 10px solid #32a7ff;
    width: 951px;
    background: url(../images_newindex/area_bg.jpg) left bottom no-repeat;
    margin-top: -44px;
    margin-left: -8px;
    margin-bottom: 10px;
    padding-left: 34px;
    white-space: nowrap;
}

article .area span a {
    font-size: 18pt;
    font-family:  Microsoft JhengHei;
    letter-spacing: 6px;
    color: white;
    line-height: 34px;
    margin-left: -5px;
}

article .area span a:hover {
    background: inherit;
    font-weight: bold;
    line-height: 30px;
}

article .area h1 {
    font-size: 18pt;
    font-family:  Microsoft JhengHei;
    letter-spacing: 6px;
    color: white;
    display: block;
    height: 34px;
    line-height: 40px;
    border-bottom: 10px solid #32a7ff;
    width: 951px;
    background: url(../images_newindex/area_bg.jpg) left bottom no-repeat;
    margin-top: -44px;
    margin-left: -8px;
    margin-bottom: 10px;
    padding-left: 55px;
}

article .area p {
    font-size: 9pt;
    line-height: 18px;
    color: #333;
}

article .area a {
    display: inline-block;
    width: 72px;
    text-align: center;
    margin-top: 5px;
    font-size: 9pt;
    line-height: 17pt;
    color: #333;
}

article .area a:hover {
    background: #DFECF0;
}

article .area .pglkhm {
    color: #1f8cdf;
    border-bottom: 2px solid #1f8cdf;
    font-size: 18px;
    padding: 2px 12px;
    font-family:  Microsoft JhengHei;
    margin-left: 28px;
}

article .area .pglkhm:hover {
    background: white;
    font-weight: bold;
}

article .area .ex {
    margin: 7px 30px 0px 0px;
    font-size: 9pt;
    line-height: 18px;
    color: #333;
    width: 90px;
    text-align: left;
}

article .area .ff {
    margin: 7px 30px 0px 0px;
    font-size: 9pt;
    line-height: 18px;
    color: #333;
    width: 150px;
    text-align: center;
}

article .area .ex:hover {
    background: #DFECF0;
}

article .area .gz {
    margin: 7px 30px 0px 0px;
    font-size: 9pt;
    line-height: 18px;
    color: #333;
    width: 90px;
    text-align: left;
}

article .area .gz:hover {
    background: #DFECF0;
}

article .area_left {
    width: 282px;
    margin-left: -4px !important;
    margin-top: 39px;
}

article .details {
    width: 280px;
    margin: auto;
}

.mosaic-block .mosaic-overlay span {
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family:  Microsoft JhengHei;
}

.mosaic-block .mosaic-overlay h2 {
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
    line-height: 24px;
    padding-top: 10px;
    text-align: center;
    font-family:  Microsoft JhengHei;
}

.mosaic-block .mosaic-overlay p {
    font-size: 13px;
    line-height: 21px;
    font-family:  Microsoft JhengHei;
    color: white;
    padding: 10px;
}

.mosaic-block .mosaic-overlay a {
    color: white;
    text-decoration: none;
}

.mosaic-block {
    position: relative;
    overflow: hidden;
    width: 302px;
    height: 350px;
}

.mosaic-backdrop {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: none;
}

.mosaic-overlay {
    display: none;
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
}

.bar2 .mosaic-overlay {
    bottom: -110px;
    width: 282px;
    height: 150px;
    opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=80);
}

.bar2 .mosaic-overlay:hover {
    opacity: 0.90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=90);
}

article .area_center {
    width: 392px;
    margin-top: 39px;
}

article .area_center span {
    display: inline-block;
    position: relative;
    background: white;
    width: 191px;
    height: 170px;
    vertical-align: top;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    float: left;
}

article .area_center span:hover {
    position: relative;
    bottom: 5px;
    font-weight: bold;
    box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    filter: progid: DXImageTransform.Microsoft.Shadow(color='#000000', Direction=120, Strength=3);
}

article .center_link {
    display: block;
    width: 191px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    font-family:  Microsoft JhengHei;
    text-align: center;
}

article .center_link:hover {
    color: #06f;
}

article .center_top {
    margin-bottom: 10px;
}

article .center_right {
    margin-right: 10px;
}

article .area_right {
    width: 140px;
    margin-right: 0px !important;
    margin-top: 39px;
    position: relative;
}

article .area_right:hover {
    position: relative;
    bottom: 5px;
    box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    filter: progid: DXImageTransform.Microsoft.Shadow(color='#000000', Direction=120, Strength=3);
}

article .area_right p {
    display: block;
    width: 140px;
    height: 30px;
    z-index: 2;
    position: absolute;
    top: 245px;
    text-align: center;
    font-size: 16px;
    color: red;
    font-family:  Microsoft JhengHei;
    font-weight: bold;
    line-height: 34px;
}

article .area_right .right_spe {
    display: block;
    width: 140px;
    height: 60px;
    padding-top: 15px;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-size: 16px;
    color: white;
    font-family:  Microsoft JhengHei;
    line-height: 22px;
}

article .area2 {
    width: 156px;
    padding: 0px 7px;
    margin-right: 10px !important;
    margin-left: 0px;
    height: 200px;
    background: #fff;
    overflow: visible;
    border: 1px solid #CCC;
    border-top: 0px;
}

article .area2 span {
    display: block;
    width: 172px;
    height: 45px;
    margin-left: -8px;
    margin-bottom: 5px;
    background: #32a7ff;
}

article .area2 .ex {
    margin: 7px 30px 0px 0px;
    font-size: 9pt;
    line-height: 18px;
    color: #333;
    width: 150px;
    text-align: center;
}

article .area2 span a {
    font-size: 18pt;
    width: 172px;
    line-height: 34px;
    letter-spacing: 5pt;
    color: white;
    font-family:  Microsoft JhengHei;
}

article .area2 span a:hover {
    font-weight: bold;
    line-height: 30px;
    background-color: inherit;
}

article .area2 h1 {
    display: block;
    width: 172px;
    margin-left: -8px;
    margin-bottom: 5px;
    background: #32a7ff;
    font-size: 18pt;
    line-height: 45px;
    text-align: center;
    letter-spacing: 6pt;
    color: white;
    font-family:  Microsoft JhengHei;
}

article .area2 p {
    font-size: 9pt;
    line-height: 14pt;
    color: #333;
}

article .area2 a {
    display: inline-block;
    width: 72px;
    text-align: center;
    margin-top: 5px;
    font-size: 9pt;
    line-height: 14pt;
    color: #333;
}

article .area2 a:hover {
    background: #DFECF0;
}

article .area3 {
    width: 156px;
    padding: 0px 7px;
    margin-right: 10px !important;
    margin-left: 0px;
    height: 200px;
    background: #fff;
    overflow: visible;
    border: 1px solid #CCC;
    border-top: 0px;
}

article .area3 span {
    display: block;
    width: 172px;
    height: 45px;
    margin-left: -8px;
    margin-bottom: 5px;
    background: #32a7ff;
}

article .area3 span a {
    font-size: 18pt;
    width: 172px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 2pt;
    color: white;
    font-family:  Microsoft JhengHei;
}

article .area3 span a:hover {
    font-weight: bold;
    line-height: 30px;
    background-color: inherit;
}

article .area3 h1 {
    display: block;
    width: 172px;
    height: 45px;
    margin-left: -8px;
    margin-bottom: 0px;
    background: #32a7ff;
    font-size: 18pt;
    line-height: 45px;
    text-align: center;
    letter-spacing: 6pt;
    color: white;
    font-family:  Microsoft JhengHei;
}

article .area3 p {
    font-size: 9pt;
    line-height: 14pt;
    color: #333;
}

article .area3 a {
    display: inline-block;
    width: 72px;
    text-align: center;
    margin-top: 4px;
    font-size: 9pt;
    line-height: 12pt;
    color: #333;
}

article .area3 a:hover {
    background: #DFECF0;
}

article .area4 {
    width: 156px;
    padding: 0px 7px;
    margin-right: 10px !important;
    margin-left: 0px;
    height: 200px;
    background: #fff;
    overflow: visible;
    border: 1px solid #CCC;
    border-top: 0px;
}

article .area4 span {
    display: block;
    width: 172px;
    height: 45px;
    margin-left: -8px;
    margin-bottom: 5px;
    background: #32a7ff;
}

article .area4 span a {
    font-size: 18pt;
    width: 172px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 2pt;
    color: white;
    font-family:  Microsoft JhengHei;
}

article .area4 span a:hover {
    font-weight: bold;
    line-height: 30px;
    background-color: inherit;
}

article .area4 h1 {
    display: block;
    width: 172px;
    height: 45px;
    margin-left: -8px;
    margin-bottom: 0px;
    background: #32a7ff;
    font-size: 18pt;
    line-height: 45px;
    text-align: center;
    letter-spacing: 6pt;
    color: white;
    font-family:  Microsoft JhengHei;
}

article .area4 p {
    font-size: 9pt;
    line-height: 14pt;
    color: #333;
}

article .area4 a {
    display: inline-block;
    width: 72px;
    text-align: center;
    margin-top: 4px;
    font-size: 9pt;
    line-height: 12pt;
    color: #333;
}

article .area4 a:hover {
    background: #DFECF0;
}

article .area4 .ex {
    margin: 7px 30px 0px 0px;
    font-size: 9pt;
    line-height: 18px;
    color: #333;
    width: 150px;
    text-align: center;
}

article .area_block4 {
    height: 200px;
    margin-right: 0px !important;
    position: relative;
}

article .area_block4 span {
    display: inline-block;
    position: relative;
    background: white;
    vertical-align: top;
    width: 198px;
    height: 200px;
    margin-right: 6px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

article .area_block4 span:hover {
    font-weight: bold;
    position: relative;
    bottom: 5px;
    box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    filter: progid: DXImageTransform.Microsoft.Shadow(color='#000000', Direction=120, Strength=3);
}

article .area_block4 .bk4_margin {
    margin: 0px;
}

article .block_link {
    display: block;
    width: 198px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    font-family:  Microsoft JhengHei;
    text-align: center;
}

#down_bx {
    width: 1020px;
    height: 300px;
    margin-top: 30px;
}

#down_bx div {
    float: left;
    display: block;
    margin-right: 8px;
}

#bank5 {
    width: 184px;
    height: 298px;
    background: white;
    margin-right: 10px;
    border: 1px solid #09C;
}

#bank5 h3 {
    font-family:  Microsoft JhengHei;
    color: white;
    font-size: 18pt;
    line-height: 37pt;
    text-align: center;
    background: #09c;
    letter-spacing: 2px;
}

#bank5 a {
    display: block;
    width: 176px;
    height: 30px;
    margin-left: 4px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 30px;
    color: #333;
}

#bank5 a:hover {
    color: #006AD5;
}

#bank5 a img {
    position: relative;
    top: 8px;
    margin: 0px 6px;
}

#bank6 {
    width: 184px;
    height: 298px;
    background: white;
    margin-right: 10px;
    border: 1px solid #09C;
}

#bank6 h3 {
    font-family:  Microsoft JhengHei;
    color: white;
    font-size: 18pt;
    line-height: 37pt;
    text-align: center;
    background: #09c;
    letter-spacing: 2px;
}

#bank6 a {
    display: block;
    width: 176px;
    height: 30px;
    margin-left: 4px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 30px;
    color: #333;
}

#bank6 a:hover {
    color: #006AD5;
}

#bank6 a img {
    position: relative;
    top: 8px;
    margin: 0px 6px;
}

#bank7 {
    width: 184px;
    height: 298px;
    background: white;
    margin-right: 10px;
    border: 1px solid #09C;
}

#bank7 h3 {
    font-family:  Microsoft JhengHei;
    color: white;
    font-size: 18pt;
    line-height: 37pt;
    text-align: center;
    background: #09c;
    letter-spacing: 2px;
}

#bank7 a {
    display: block;
    width: 176px;
    height: 30px;
    margin-left: 4px;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 30px;
    color: #333;
}

#bank7 a:hover {
    color: #006AD5;
}

#bank7 a img {
    position: relative;
    top: 8px;
    margin: 0px 6px;
}

#bank8 {
    width: 184px;
    height: 298px;
    background: white;
    margin-right: 10px;
    border: 1px solid #09C;
}

#bank8 h3 {
    font-family:  Microsoft JhengHei;
    color: white;
    font-size: 18pt;
    line-height: 37pt;
    text-align: center;
    background: #09c;
    letter-spacing: 2px;
}

#bank8 a {
    display: block;
    width: 176px;
    height: 25px;
    margin-left: 4px;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 25px;
    color: #333;
}

#bank8 a:hover {
    color: #006AD5;
}

#bank8 a img {
    position: relative;
    top: 8px;
    margin: 0px 6px;
}

#dn_ticket h3,
#dn_tours h3 {
    display: block;
    width: 295px;
    margin-left: -1px;
    background: #EFF5F8;
    font-family:  Microsoft JhengHei;
    font-size: 18pt;
    line-height: 35.5pt;
    letter-spacing: 2px;
    padding-left: 15px;
    border-bottom: 5px solid #09c;
}

#dn_ticket,
#dn_tours {
    width: 308px;
    height: 299px;
    background: white;
    border-right: 1px solid #09c;
    border-left: 1px solid #09c;
    border-bottom: 1px solid #09c;
}

#dn_ticket div,
#dn_tours div {
    width: 300px;
    margin: auto;
}

#dn_ticket img,
#dn_tours img {
    margin: 10px;
}

#dn_ticket p,
#dn_tours p {
    font-size: 10pt;
    line-height: 17pt;
    letter-spacing: 1px;
    color: #333;
}

.dn_img {
    float: left;
}

.dn_rt {
    float: left;
    display: block;
    width: 160px;
}

.dn_title {
    display: block;
    padding: 3px 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12pt;
    color: black;
    letter-spacing: 1px;
    border-bottom: 1px solid white;
}

.dn_title:hover {
    color: #06F;
    border-bottom: 1px solid #06f;
}

.dn_link {
    color: #333;
    font-size: 10pt;
    line-height: 17pt;
    letter-spacing: 1pt;
}

.dn_money {
    color: #C00 !important;
    font-weight: bold;
    font-family: Arial;
    float: right;
}

.dn_all {
    color: #06C;
}

.dn_all:hover {
    border-bottom: 1px solid #06c;
}

.dn_dn span {
    display: block;
    width: 290px;
    height: 24px;
    margin: auto;
}

.dn_dn a {
    color: #333;
    font-size: 11pt;
    letter-spacing: 1px;
}

.dn_dn a:hover {
    color: #06c;
}

#fb_bx {
    width: 180px;
    height: 300px;
    background: none;
    position: relative;
}

#fb-root {
    position: absolute;
    top: 0px;
}

footer {
    width: 1920px;
    margin-top: -20px;
    margin-left: -450px;
    padding-bottom: 20px;
    background: white;
}

#hot_link {
    background: white;
}

#hot_link h2 {
    background: #EFF5F8;
    padding-left: 450px;
    font-family:  Microsoft JhengHei;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 10px;
    color: black;
    border-bottom: 5px solid #999;
}

#hot_link span {
    display: block;
    width: 1020px;
    margin-left: 450px;
    border-bottom: 1px solid #DFECF0;
}

#hot_link p {
    font-size: 16px;
    line-height: 30px;
    padding: 8px 0px;
    font-family:  Microsoft JhengHei;
    color: #006AD5;
    font-weight: bold;
    letter-spacing: 1px;
}

#hot_link a {
    color: #333;
    font-weight: normal;
    padding: 0px 8px;
}

#hot_link a:hover {
    color: black;
    font-weight: bold;
}

#about_head {
    padding-left: 715px;
    font-family:  Microsoft JhengHei;
    background: #1183d8;
    color: white;
}

#about_head span {
    display: inline-block;
    width: 130px;
    padding-left: 35px;
    height: 70px;
    vertical-align: top;
    margin-right: 20px;
}

#about_head p {
    display: block;
    margin-top: 23px;
    font-size: 22px;
    letter-spacing: 3px;
}

#about_head a {
    display: block;
    margin-top: 23px;
    color: white;
    font-size: 22px;
    letter-spacing: 3px;
}

.tellnum {
    font-size: 16px !important;
    padding-top: 0px !important;
    letter-spacing: 0px !important;
}

.about_ic_1 {
    background: url(../images_newindex/about_icon_1.png) left center no-repeat;
}

.about_ic_2 {
    background: url(../images_newindex/about_icon_2.png) left center no-repeat;
}

.about_ic_3 {
    background: url(../images_newindex/about_icon_5.png) left center no-repeat;
}

.about_ic_4 {
    background: url(../images_newindex/about_icon_4.jpg) left center no-repeat;
}

#about {
    width: 1020px;
    padding-left: 450px;
    padding-top: 15px;
    white-space: nowrap;
}

#about span {
    display: inline-block;
    vertical-align: top;
}

#about_left {
    margin-top: 15px;
    margin-left: 0px;
}

#about_left img {
    margin-bottom: 20px;
}

#about_left p {
    text-align: center;
    font-family:  Microsoft JhengHei;
    color: #333;
    font-size: 14px;
    line-height: 26px;
}

#about_right {
    text-align: center;
    margin-left: 10px;
    margin-top: 8px;
    color: #333;
}

#about_right a {
    font-size: 13px;
    line-height: 26px;
    font-family:  Microsoft JhengHei;
    color: #333;
}

#about_right a:hover {
    color: #06F;
    font-weight: bold;
}

#about_right img {
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 5px;
}

#about_right p {
    font-size: 16px;
    letter-spacing: 1px;
    font-family:  Microsoft JhengHei;
}

#about_right p.text_left {
    text-align: left !important;
    line-height: 30px;
}

#about_right p.text_right {
    text-align: right !important;
    line-height: 30px;
}

/* ??®ç½©?????? */
.overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

/* å½?è·³è??çª???§å®¹ */
.popup {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 50vw;
    height: 25vh;
}

@media screen and (max-width: 768px) {
    .popup {
        width: 90vw;
        height: 70vh;
        font-size: 3rem;
    }
}

.popup-content {
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: inherit;
}