@import url("reset.css");


*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	word-wrap: break-word;/*英文換行*/
	word-break: normal;/*英文換行*/
	font-family:"微軟正黑體", "新細明體",Arial, Helvetica, sans-serif;
	color:#000;
	overflow: auto;
	background-color: #FFF;

}

#wrapper{
	width:100%;
	max-width: 1920px;
	min-width:1200px;
	margin:0 auto;
	
	position: relative;
	
}

header{
	width:100%;
	height: 650px;
}

header h1{
	display: block;
	width: 680px;
	height: 500px;
	text-indent: -9999px;
	
	background: url(../images/maintop.png) no-repeat top left;
	background-size: cover;
	
	position: absolute;
	top:75px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	
	z-index: 88;
     
}


header .slider_container {
	width:100%;
	height:auto;
	position:relative;
}

header .slider_container div { /* -- 圖片輪播部分 -- */
	width:100%;
	height:auto;
	overflow:hidden;
	
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
	
	-webkit-animation: round 10s linear infinite;
            animation: round 10s linear infinite;
}



@-webkit-keyframes round { /* 100%/10s=10%/1s */
    10% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 5秒靜止*/
    }
    60% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 5-6秒淡出*/
    }
}
@keyframes round {
    10% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 5秒靜止*/
    }
    60% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 5-6秒淡出*/
    }
}

header .slider_container div:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

header .slider_container div:nth-child(2) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
}



/*---- 第一段 ----*/


.area001{
	width:100%;
	padding-top: 55px;
	background: url(../images/bk0101.jpg) no-repeat top center;
	background-size: 100%;
	background-color: #f39800;
	overflow: auto;
}

.area001 h2{
	display: block;
	width: 500px;
	height:180px;
	background: url(../images/title001.png) no-repeat top center;
	background-size: cover;
	text-indent: -9999px;
	margin: 0 auto;

	
}


.area001 section{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 80px;
	border-radius: 30px;
	border:#f39800 3px dotted;
	
	overflow: auto;
	
}


.area001 section:nth-of-type(1){
	background: url(../images/bk01021.jpg) no-repeat bottom left;
	background-size: 320px 250px;
	background-color: #FFF;
	margin-bottom: 50px;
}

.area001 section:nth-of-type(2){
	background: url(../images/bk0102.jpg) no-repeat top right;
	background-size: 320px 250px;
	background-color: #FFF;
	margin-bottom: 80px;
}

.area001 section:nth-of-type(1) img{
	float: left;

}
.area001 section:nth-of-type(1) .text{
	width: 784px;
	float: right;
}

.area001 section:nth-of-type(1) .text h3{
	width: 100%;
	height: 110px;
	text-indent: -9999px;
	background: url(../images/tt0101.jpg) no-repeat top left;
	background-size: cover;
	margin-bottom: 10px;
}


.area001 section:nth-of-type(2) .text{
	width: 100%;
}

.area001 section:nth-of-type(2) .text h3{
	width: 100%;
	height: 54px;
	text-indent: -9999px;
	background: url(../images/tt0102.png) no-repeat top left;
	background-size:780px 54px;
	background-position: 25px 0;
	margin-bottom: 10px;
}



.area001 .txt-content{
	margin-bottom:20px;
	overflow: auto;
}

.area001 .txt-content .text p{
	color: #000;
	font-size: 18px;
	line-height: 32px;
	
}

.area001 section:nth-of-type(2) .text p{
	padding:0 25px;
	
}

.area001 .pic-content{
	clear: both;
}

.area001 .pic-content img{
	border:#999 1px solid;
	margin: 0 28px;
}


/*---- 第二段 ----*/


.area002{
	width:100%;
	padding-top: 55px;
	background: url(../images/bk02.gif);
	overflow: auto;
}


.area002 h2{
	display: block;
	width: 550px;
	height:240px;
	background:url(../images/title00201.png)top center;
	background-size: cover;
	text-indent: -9999px;
	margin: 0 auto;

	
}


.area002 .sopts{
	width: 1200px;
	margin: 0 auto 50px auto;
	overflow: auto;
	padding: 0 50px;
}

.area002 .spot-box{
	width: 520px;
	height: 590px;
	display: inline-block;
	vertical-align: top;
	padding:95px 20px 30px 20px;
	
	margin-right: 60px;
	margin-bottom: 30px;
}


.area002 .spot-box:nth-of-type(2),
.area002 .spot-box:nth-of-type(4){
	margin-right: 0;
}

.area002 .spot-box:nth-of-type(1){
	background:url(../images/tts0101.jpg) no-repeat top center;
	background-size: 100%;
	background-color: #FFF;
}

.area002 .spot-box:nth-of-type(2){
	background:url(../images/tts0102.jpg) no-repeat top center;
	background-size: 100%;
	background-color: #FFF;
}

.area002 .spot-box:nth-of-type(3){
	background:url(../images/tts0103.jpg) no-repeat top center;
	background-size: 100%;
	background-color: #FFF;
}

.area002 .spot-box:nth-of-type(4){
	background:url(../images/tts0104.jpg) no-repeat top center;
	background-size: 100%;
	background-color: #FFF;
}


.area002 .spot-box img{
	border-radius:10px;
	margin-bottom: 10px;
}

.area002 .spot-box p{
	color:#000;
	font-size: 18px;
	line-height: 32px;
}



/*---- 第三段 ----*/


.area003{
	width:100%;
	padding-top: 55px;
	overflow: auto;
}


.area003 h2{
	display: block;
	width: 920px;
	height:140px;
	background:url(../images/title00202.png)top center;
	background-size: cover;
	text-indent: -9999px;
	margin: 0 auto;

	
}


.area003 section{
	width:1100px;
	margin: 0 auto;
}


.area003 section h3{
	display: block;
	width:100%;
	height: 335px;
	text-indent: -9999px;
}

.area003 section:nth-of-type(1) h3{
	background:url(../images/tt0201.jpg) no-repeat top left,
		       url(../images/pic0301.jpg) no-repeat top left;
	
	background-size: 330px 335px,cover;
}

.area003 section:nth-of-type(2) h3{
	background:url(../images/tt0202.jpg) no-repeat top right,
		       url(../images/pic0304.jpg) no-repeat top left;
	
	background-size: 330px 335px,cover;
}

.area003 section div{
	width:100%;
	padding: 30px 40px;
	overflow: auto;
	clear: both;
}

.area003 section div img{
	border-radius:10px;
	
}

.part01{

}

.part01 h4{
	width:330px;
}

.part01 .hotel-txt-l01{
	width: 440px;
	float: left;
	
}

.part01 img{
	float:right;
}

.part02 h4{
	width:380px;
	
}

.part02 .hotel-txt-r01{
	width:565px;
	float:right;
}


.part02 img{}

.part03 h4{
	width:360px;
}

.part03 .hotel-txt-r02{
	width: 530px;
	float:right;
	
}

.part04 .hotel-txt-l02{
	width:472px;
	float:left;
}
.part04 img{
	float: right;
	margin-left: 10px;
	
}


.part01 .hotel-txt-l01,
.part02 .hotel-txt-r01,
.part03 .hotel-txt-r02,
.part04 .hotel-txt-l02{
	font-size: 18px;
	line-height: 32px;
	padding: 0;
	
}

.part01 h4,.part02 h4,.part03 h4,.part04 h4{
	display: block;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	padding:0 20px;
	margin-bottom: 30px;
	
	background: url(../images/ttbk.gif) repeat-x left bottom;
	
}


/*---- 第四段 ----*/


.area004{
	width:100%;
	padding-top: 55px;
	overflow: auto;
	margin-bottom:50px;
}


.area004 h2{
	display: block;
	width: 720px;
	height:160px;
	background:url(../images/title003.png)top center;
	background-size: cover;
	text-indent: -9999px;
	margin: 0 auto;
	margin-bottom: 30px;

	
}


.area004 section{
	width:1200px;
	margin: 0 auto;
	padding: 0 50px;
	
}


.area004 section h4{
	width:100%;
	height: 40px;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	background-color: #dddddd;
	margin-bottom: 30px;
}


.price-area{
	text-align: center;
}

.price-list{
	margin-bottom: 30px;
}

.price-left{
	margin-right: 40px;
}

.price-right{}

.price-list .date{
	font-size: 24px;
	font-family: Arial Black," sans-serif";
	line-height: 30px;
	margin-right: 20px;
}

.price-list .price{
	font-size: 18px;
	line-height: 30px;
	
}


.price-list .price span{
	font-size: 30px;
	font-family: Arial Black," sans-serif";
	color:#ff0000;
	
}

.price-left,.price-right,.date,.price{
	display: inline-block;
	vertical-align: middle;
}

.price-ps{
	line-height:40px;
	font-size: 18px;
	margin-bottom: 30px;
}


.air-time{
	text-align: center;
	margin-bottom: 30px!important;
	overflow: auto;
}

.air-time p{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}


.tour-list{
	margin-top:30px;
}

.day-box{
	width: 100%;
	min-height: 140px;
	border:#f39800 1px solid;
	margin-bottom: 30px;
}

.day-box .day{
	width: 200px;
	height: 140px;
	text-align: center;
	vertical-align:middle;
	color: #FFF;
	font-size: 30px;
	font-weight: 600;
	background-color: #f39800;
}

.day-box .route{
	width: 893px;
	height:70px;
	font-size:24px;
	padding:5px 20px;
	border-bottom:#f39800 1px solid;
}

.day-box .fh{
	width: 893px;
	height:70px;
	vertical-align:middle;
}

.day-box .fh .food,
.day-box .fh .hotel{
	width:50%;
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:32px;
}

.day-box .fh .food img,
.day-box .fh .hotel img{
	width:32px;
	height:auto;
	margin:0 10px 0 20px;
}


.day-box .fh .food img,
.day-box .fh .hotel img,
.day-box .fh .food p,
.day-box .fh .hotel p{
	display:inline-block;
	vertical-align:middle;
}



footer{
	width: 100%;
	height: 120px;
	background:url(../images/bk01.png);
}

footer article{
	width:1200px;
	margin:0 auto;
	text-align: center;
	position:relative;
}


footer h4{
	display: inline-block;
	vertical-align:middle;
	width: 200px;
	height: 120px;
	line-height: 120px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

footer .infor{
	display: inline-block;
	vertical-align: middle;
	width: 795px;
	height: 120px;
}
footer .infor a{
	display:inline-block;
	text-decoration: none;
	color: #000;
}

footer .infor a.logo{
	vertical-align: top;
	width: 200px;
	height: 120px;	
	margin-right: 20px;
	text-align: center;
	
}

footer .infor a.logo img{
	margin-top: 20px;
}

footer .infor .company{
	display: inline-block;
	vertical-align: top;
	width: 570px;
	height: 120px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
		
}

footer .infor .name a{
	margin-left: 10px;
	font-size: 16px;
	color:#000;
	
}

footer .infor .name a:hover{
	color:#06C;
	text-decoration:underline;
}

footer .infor .company .name{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	border-bottom: #333 1px solid;
	
}

footer .infor .company p{
	display:inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

footer .infor .company .item{
	width: 100%;
	height: 30px;
	
}

footer .infor .company .item a{
	color:#000;
}

footer .infor .company .item a:hover{
	color:#06C;
	text-decoration:underline;
}

.gotop{
	position: absolute;
	top: -10px;
	right: 0;
	z-index: 99;
}




