@charset "utf-8";

/* CSS Document */
html,
body {
    font-family: '微軟正黑體', sans-serif;
    background-attachment: fixed;
    background-color: #fff;
    background-image: url(../images/bg-1.jpg);
    background-repeat: repeat;
}

p {
    line-height: 30px;
    font-size: 19px;
}
h1{
	margin-top:10px;
}
.logo-1 {
    width: 264px;
    position: relative;
    height: 57px;
    float: left;
}

.logo-1 img {
	width: 264px;
	height: 57px;
}
.logo-2 {
    width: 110px;
    position: relative;
    height: 57px;
    float: left;
}

.logo-2 img {
	width: 110px;
	height: 57px;
}

h2 {
    margin: 15px 15px 25px 15px;
    text-align: center;
}

h2 img {
    margin: 0px auto;
    text-align: center;
}

h3 {
    font-size: 24px;
    font-weight: 700;
	line-height:34px;
}

h3 img {
    margin: 0px auto;
    text-align: center;
}

h4 {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
}

h5 {
    font-size: 24px;
    font-weight: 700;
    color: #802358;
}

h6 {
    font-size: 24px;
    font-weight: 700;
    color: #833d02;
    margin-top: 0px;
}

h6 span {
    font-size: 24px;
    font-weight: 700;
    color: #9c741c;
}

h6 b {
    font-size: 20px;
    font-weight: 700;
    color: #383838;
}

.notice {
    font-size: 16px;
    line-height: 26px;
    color: #833d02;
    display: block;
    margin: 1em 0 0 0;
}

ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -30px;
}
.event ul {
    width:800px;
	margin:0 auto 2em auto;
}
.event-sub{
	text-align: center;
    border-radius: 20px;
    font-size: 18px;
	font-weight:600;
    color: #fff;
    padding: 2px 10px;
    background-color: #e60012;
}
.event li {
	text-align:left;
	font-size: 18px;
	line-height:2em;
	display:block;
}

img.zoom-img:hover {
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    overflow: hidden;
}

img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

header {
    background: #fff;
    width: 100%;
    
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
	min-height:70px;
}

.navbar-header {
    padding-left: 15px;
}

.navbar-default {
	border: 0px;
	position: fixed;
	top: 0px;
	z-index: 512;
	width: 100%;
	background-color:rgb(255, 255, 255, 0.9);;

}

.navbar-nav {
    float: right;
    margin: 10px 0 0 0;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.nav>li>a {
    font-size: 1.4em;
	padding-left: 20px;
	padding-right: 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #383838;
    font-size: 1.2em;
    cursor: pointer;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #383838;
    font-size: 1.2em;
    cursor: pointer;
    text-decoration: underline;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #383838;
    background-color: transparent;
}

.navbar-default .navbar-brand:hover {
    color: #383838;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-brand {
    font-size: 1.2em;
    padding: 8px 15px 0 0;
}

.carousel-caption-con {
    position: absolute;
    left: 0px;
    right: 0px;
    padding-bottom: 0px;
    top: 0px;
    padding-top: 0px;
    color: #fff;
    z-index: 11;
}

@media(max-width:1130px) {
	.nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(max-width:1079px) {
	.nav>li>a {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media(max-width:999px) {
	h2 {
		margin: 20px 15px 25px 15px;
		text-align: center;
	}
    .navbar-toggle {
        margin-top: 10px;
    }

    .navbar .container{
        width: 100%;
    }
	
	.nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}

    .navbar-collapse {
        padding: 0px
    }

    .navbar-nav {
        float: left;
        margin: 0;
        width: 100%;
    }

    .nav>li {
        position: relative;
        display: block;
        border-bottom: 1px solid #eee;
        padding: 5px 5px;

    }

    .nav li a span {
        display: block;
        width: 100%;
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media(max-width:999px) {
	.navbar{
		min-height:50px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 1.2em;
		cursor: pointer;
	}
	.navbar-default .navbar-nav>li>a:hover {
		font-size: 1.2em;
		cursor: pointer;
		text-decoration: underline;
	}
}

@media(max-width:1280px) {
	.logo-1 {
		width: 185px;
		position: relative;
		height: 40px;
		float: left;
	}

	.logo-1 img {
		width: 185px;
		height: 40px;
	}
	.logo-2 {
		width: 77px;
		position: relative;
		height: 40px;
		float: left;
	}

	.logo-2 img {
		width: 77px;
		height: 40px;
	}
}

@media(max-width:768px) {
	h2 {
		margin: 30px 15px 25px 15px;
		text-align: center;
	}
}
@media (max-width:650px){
	h2 {
		margin: 35px 15px 25px 15px;
		text-align: center;
	}
}
@media (max-width:480px){
	h2 {
		margin: 45px 15px 25px 15px;
		text-align: center;
	}
}

.banner-title {
    font-size: 1.5em;
    font-weight: bold;
    ;
    background: rgba(0, 0, 0, .8);
    line-height: 2em;
    text-align: center;
    width: 200px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner {
    width: 100%;
    display: block;
    margin-top: 70px;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner800 {
    width: 100%;
    display: none;
}

.banner800 img {
    width: 100%;
    height: auto;
    margin-top: 70px;
}
.sport {
	position: relative;
	height: auto;
	width: 100%;
	padding: 3em 0;
	text-align: center;
}
.sport-grid {
    width: 33.33333333%;
	float:left;
}
.timetable {
    position: relative;
    height: auto;
    width: 100%;
    padding: 3em 0;
    text-align: center;
}
.plant {
    width: 25%;
	display:inline-block;
}
.timetable-grid {
    width: 75%;
}
.timetable-grid-640 {
    width: 100%;
	display:none;
}
.timetable img {
    text-align: center;
    margin: 0 auto;
}
.agent{
	position: relative;
    height: auto;
    width: 100%;
    padding: 3em 0;
    text-align: center;
}
.spot {
	position: relative;
	height: auto;
	width: 100%;
	padding: 3em 0;
	text-align: center;
	background-image: url(../images/bg-2.jpg);
	background-repeat: repeat;
}
.spot-block {
	height: auto;
	width: 100%;
	text-align: center;
	background-image: url(../images/bg-4.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.event {
	position: relative;
	height: auto;
	width: 100%;
	padding: 3em 0 0 0;
	text-align: center;
}
.event-1 {
	position: relative;
	height: auto;
	width: 100%;
	padding: 3em 0 5em 0;
	text-align: center;
}
.event-card {
	height: auto;
	width: 25%;
	float:left;
}
.event-block {
	height: auto;
	width: 100%;
	text-align: center;
	background-image: url(../images/bg-5.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.event-block img{
	text-align: center;
	margin:0 auto;
}
.foreword {
	display:block;
	margin:1em auto;
	text-align:center;
}
.foreword img{
	margin:0 auto;
	text-align:center;
}

.txt {
	display:block
}
.txt640 {
	display: none
}
.btn-fb{
	display:block;
	margin:2em auto;
	text-align:center;
}


@media(max-width:980px) {
.plant {
    width: 25%;
	display: none;
}
.timetable-grid {
    width: 100%;
}
.event ul {
    width:auto;

}
.event li {
	font-size:16px;
	line-height:30px;
}
}


@media(max-width:640px) {
    .traffic li {
        font-size: 24px;
        font-weight: 600;
        float: left;
        margin: 0.5em;
    }
.timetable-grid {
    width: 100%;
	display:none;
}
.spot-block {
	background-image: none;
}
.event-block {
background-image: none;
}
.event-card {
	height: auto;
	width: 50%;
	float:left;
	margin-bottom:1em;
}
}

.btn {
    text-align: center;

}

.btn a {
    text-align: center;
    border-radius: 40px;
    font-size: 22px;
	font-weight:600;
    color: #000;
    padding: 2px 20px;
    background-color: transparent;
    border: solid 2px #333;
    width: 150px;
	display:block;
}

.btn a:hover {
    background-color: #333;
    color: #fff;
    border: solid 2px #383838;
}



img.zoom-img:hover {
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 300ms;
    overflow: hidden;
}

img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

#back-top {
    position: fixed;
    bottom: 20px;
    right: 1%;
    background: url(../images/top.png) no-repeat 0px 0px;
    width: 32px;
    height: 32px;
    opacity: 0.85;
    z-index: 9999;
}

#back-top a {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
}

#back-top span {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


footer {
	position: relative;
	min-height:50px;
	width: 100%;
	padding: 0em 0 0 3em;
	background-image: url(../images/line.png);
	background-repeat:repeat-x;
	background-position: center top;
	margin-top:-10px;
}

footer p {
    text-align: center;
}


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 1%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.menu {}

.menu ul {
    text-align: center;
    margin: 2em auto;
}

.menu li {
    text-align: center;
    display: inline-block;
    margin: 10px 15px;
    border-radius: 40px;
    font-size: 26px;
}

.menu li.on {
    border-radius: 40px;
    color: #fff;
    background-color: #b53734;
    border: solid 3px #b53734;
    padding: 4px 30px;

}

.menu li a {
    border-radius: 40px;
    color: #fff;
    background-color: #383838;
    border: solid 3px #383838;
    padding: 4px 30px;
}

.menu li a:hover {
    background-color: transparent;
    color: #383838;
    border: solid 3px #383838;
}




@media(max-width:640px) {
    .banner {
        width: 100%;
        display: none;
    }

    .banner800 {
        width: 100%;
        display: block;
    }
.sport-grid{
	  width: 100%;
        float: none;
		margin-bottom:2em;

	}
	
    .timetable {
        width: 100%;
        float: none;
    }

    .btn a {
        font-size: 18px;
    }

    .blogger-pic {
        width: 50%;
        min-height: 350px;
    }
.timetable-grid {
    width: 100%;
	display:none;
}
.timetable-grid-640 {
    width: 100%;
	display: block;
	margin-bottom:2em;
}

    p {
        font-size: 16px;
        line-height: 26px;
        text-align: left;

    }

    h4 {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }

    .menu ul {
        margin: 1em auto 1em -30px;
    }

    .menu li {
        text-align: center;
        display: inline-block;
        font-size: 20px;
        margin: 10px;
    }

    .menu li.on {
        border-radius: 20px;
        color: #fff;
        background-color: #b53734;
        border: solid 3px #b53734;
        padding: 4px 10px;

    }

    .menu li a {
        border-radius: 20px;
        color: #fff;
        background-color: #383838;
        border: solid 3px #383838;
        padding: 4px 10px;
    }
.event-sub{
    font-size: 16px;
}
}

@media(max-width:480px) {

    h3 {
        font-size: 20px;
        text-align: center;
        font-weight: 700;
    }

    h4 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }
    h5 {
        font-size: 18px;
        font-weight: 700;
        color: #802358;
    }

    h6,
    h6 span {
        font-size: 20px;
    }

    h6 b {
        font-size: 16px;
        display: block;
        margin-top: 5px;
    }

    .btn a {
        text-align: center;
        border-radius: 20px;
        font-size: 16px;
        padding: 4px 10px;
        width: 120px;
    }

}
@media(max-width:320px) {

}
/*popup-star*/
.fancybox {
    position: relative;
    margin: 0 auto;
    width: 765px;
    height: auto;
    display: block;
    margin-top: 20%;

}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #383838;
    text-shadow: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 3em 3em;
}

.fancybox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 8040;
    background-image: url(../images/close.png);
}

.fancybox-skin h4 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5px;
}

.fancybox-skin h4 b {
    color: #d35947;
}

.fancybox-skin h5 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #802358;
}

.fancybox-skin p {
    margin-top: 15px;
    padding-top: 15px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #b7b7b7;
}

@media(max-width:1300px) {
    .fancybox {
        margin-top: 30%;
    }
}

@media(max-width:860px) {
    .fancybox {
        width: 90%;
        height: auto;
    }
}

@media(max-width:640px) {
    .fancybox-skin {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 2em;
    }

    .fancybox-skin h4 {
        font-size: 18px;
    }

    .fancybox-skin h5 {
        font-size: 30px;
    }

    .fancybox-skin p {
        font-size: 16px;
    }
}

/*popup-end*/
#buybtn {
    position: fixed;
    bottom: 70px;
    right: 1%;
    width: 110px;
    height: 112px;
    opacity: 0.85;
    z-index: 9999;
}

#buybtn a {
    display: block;
    width: 110px;
}

#buybtn img {
    width: 110px;
    height: auto;
}

@media(max-width:640px) {
    #buybtn {
        position: fixed;
        bottom: 70px;
        right: 1%;
        width: 70px;
        height: 71px;
        opacity: 0.85;
        z-index: 9999;
    }

    #buybtn a {
        display: block;
        width: 70px;
    }

    #buybtn img {
        width: 70px;
        height: auto;
    }
.txt {
	display:none
}
.txt640 {
	display: block
}
}

#loading-page {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-1.jpg);
    background-repeat: repeat;
    z-index: 999999999999999;
    top:0;
}

.loading-kv {
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    animation-name: loading;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.loading-kv img {
    width: 100%;
    height: auto
}

@keyframes loading {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 5px;
    }
}

@keyframes tiger {
    0% {
        margin-top: 0px;
    }

    100% {
        margin-top: 5px;
    }
}


.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(7, 6, 24, 0.9);
    z-index: 99999999999;
    overflow-y: auto;
    top:0;

}

#sport,
#timetable,
#spot,
#event {
    padding-top: 5vw;

}



@media(max-width:768px) 

#sport,
#timetable,
#spot,
#event {
    padding-top: 15vw;

}




}
