html, body{ height:100%;}
.banner{
	/*background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/banner.jpg) no-repeat center center;
	background-size: cover; 
	height:100%;*/
	text-align:center;
	color:#FFF;
	text-shadow: 0 0 4px rgba(0,0,0,.45);
	font-size:24px;
}
.padding_top{padding-top: 300px;}

/*banner 淡出淡入*/
.carousel-fade .carousel-inner .item { transition-property: opacity;}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
	transition: transform 8000ms ease-out 0s, opacity 800ms ease 0s;
	transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control { z-index: 2;}
/* scroll */
.btn_scroll {
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%);
	z-index: 99;
}
.btn_scroll p {
    position: relative;
    margin: 0;
}
.btn_scroll p a {
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    text-decoration: none;
	cursor:pointer;
}
.btn_scroll p a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -12px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn_scroll p a:hover span{
	-webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.btn_scroll p a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}
@keyframes sdb {
	0% {
		transform: translate(0, -5px);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 15px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/**************************************************************
										  首頁四按鈕
**************************************************************/
.index_btn{
	padding: 15px 5px;
	background-color: #dcdcdc;
	/*background-image: url(../images/bg003.png), url(../images/bg004.png);*/
    background-attachment: scroll, scroll;
    background-repeat: repeat, no-repeat;
    background-position: center, right;
}
.index_btn a{
	float: left;
    /*width: 16.666%;*/
	width: 14.2857%;
	padding: 4px;
}
.index_btn a img{
	border-radius: 4px;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.index_btn a img:hover{
	box-shadow: none;
	-webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

/**************************************************************
										六大焦點
**************************************************************/
.join {
	/*background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/bg006.jpg) fixed center center;*/
	background: #0067c8 url(../images/bg006.jpg) fixed center center;
    background-size: cover;
    padding: 100px 0 80px 0;
	height:auto;
	color:#FFF;
	font-weight: bold;
}
.big_title{
	text-align:center;
}
.join_item{
	display: inline-block;
	padding-top: 75px;
	width: 100%;
}
.join_item > div{
	padding:15px;
	height: 170px;
	text-align:justify;
}
.join_item > div:hover .pic img{
    -webkit-filter: brightness(110%);
	filter: brightness(110%);
    -webkit-transform: rotate(5deg) scale(1.15);
    -ms-transform: rotate(5deg) scale(1.15);
    transform: rotate(5deg) scale(1.15);
}
.pic{
	float: left;
	width: 110px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.pic img{
	max-height: 80px;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.big_title{
	font-size: 36px;
	color: #ffc000;
	line-height: 1em;
}
.small_title{
	font-size: 16px;
	padding-top: 5px;
	line-height: 1.5em;
}
.title{
	color: #ffc000;
    font-size: 20px;
    padding-top: 10px;
}

/**************************************************************
										Video
**************************************************************/
.video{
	background: rgb(212 20 90 / 20%) url(../images/bgYt.png) fixed center center;
    background-size: cover;
	color:#FFF;
	padding:100px 0;
}
.video .title{
	font-size: 48px;
    text-align: center;
    color: #10903b;
    margin-bottom: 40px;
    line-height: normal;
    font-weight: bold;
}
.video .picYt{
	padding: 15px;
    overflow: hidden;
    height: 668.59px;
}

/**************************************************************
										Story
**************************************************************/
.story{
	background: #f36527 url(../images/bg007.jpg) fixed left bottom;
	/*background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../images/bg006.jpg) fixed center center;*/
	/*background: #7f3187 url(../images/bg006.jpg) fixed center center;*/
    background-size: cover;
	color:#FFF;
	padding:100px 0;
	/*text-shadow: 0 0 4px rgba(0,0,0,.45);*/
}
.story .title{
	font-size:48px;
	text-align:center;
	color: #7f3187;
	margin-bottom:40px;
	line-height: normal;
}
.story a{
	text-align: center;
    height: 500px;
    align-items: center;
    /*box-shadow: 0 0 12px rgba(0,0,0,.6);*/
    color: #fff;
    display: flex;
    overflow: hidden;
    transform: translateZ(0);
    transition: all .3s ease;
}
.story a:hover .bg{
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
    -webkit-transform: rotate(5deg) scale(1.15);
    -ms-transform: rotate(5deg) scale(1.15);
    transform: rotate(5deg) scale(1.15);
}
.story a .small_title{
	/*width: 100%;*/
    z-index: 3;
    font-size: 42px;
    padding: 0;
    color: #fff;
    font-weight: bold;
    text-shadow: 20px 15px 4px rgb(0 0 0 / 30%);
    border: 4px solid #fff;
    padding: 200px 0;
    min-width: 330px;
    margin: auto;
}
.story a .story_more{
	border: 1px solid #fff;
    min-width: 250px;
    padding: 20px;
    transition: background .3s ease,border .3s ease,color .3s ease;
    z-index: 3;
    margin: auto;
	font-size: 26px;
}
.story a:hover .story_more{
	background-color: rgba(255, 255, 255, .8);
    color: #3a5879;
	text-shadow: none;
	font-weight:bold;
}
.story a .bg{
	/*background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/story/001.jpg) 50% 50%;*/
	background: url(../images/story/001.jpg) 50% 50%;
	background-size: cover;
    height: 100%;
    position: absolute;
    transition: all .3s ease;
    transform: scale(1.01) translateZ(0);
    width: 100%;
	left:0;
	top:0;
}
.story a .bg.no2{
	background: url(../images/story/002.jpg) 50% 50%;background-size: cover;
}
.story a .bg.no3{
	background: url(../images/story/003.jpg) 50% 50%;background-size: cover;
}

/* 跑馬燈 */
.marquee{
	background-color: #cbcbcb;
	padding: 7px 0;
}
.marquee marquee{
	float: left;
    font-size: 16px;
    letter-spacing: 1px;
	width: calc(100% - 110px);
}
.marquee i{
	font-size: 25px;
	color: #0067c8;
	float: left;
	width: 25px;
}
.marquee marquee span{
	color: #333;
    font-weight: bold;
	font-size: 16px;
}

@media (max-width:991px){
	/*首頁按鈕*/
	.index_btn a {
		width: 50%;
    	padding: 2px;
	}
	.story a {
		height: 250px;
		margin: 30px 15px;
	}
	.padding_top{padding-top: 200px;}
	.banner{font-size:20px;}
	.btn_scroll{
		display:none;
	}
	.story a .small_title{
		padding: 50px 0;
		border: none;
	}
}
