*{
	font-family:Microsoft JhengHei;
}
/* header */
header{
	width:100%;
	background-color:#336ca8;
	position:fixed;
	z-index:999;
}
body{
	background-image: url('../img/bgbg.png');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
img{
	width: 100%;
}
.header-box{
	width: 100%;
	max-width:100%;
	margin:0 auto;
	vertical-align:middle;
	font-size:0;
}
.logo-box{
	width:20%;
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
}
.logo{
	width:300px;
	max-width:100%;
	margin:0 auto;
}

.logo img{
	width:100%;
}
.rwd-menu-img{
	width: 30px;
	max-width: 100%;
	display: block;
	position: fixed;
	top: 10%;
	right: 10%;
}

.rwd-menu-img a{
	width: 100%;
	display: block;

}
.menu-box{
	width:1075px;
	max-width:100%;	
	display:inline-block;
	font-size:0;
	vertical-align:middle;
}
.menu-box ul {
	width:100%;
	margin:0;
	font-size:0;
}
.banner-mask{
	width: 100%;
	top: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0) 54%, rgba(0,0,0,0.8) 89%, rgba(0,0,0,0.8) 90%, rgba(0,0,0,0.8) 93%, rgba(0,0,0,0.8) 99%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 54%,rgba(0,0,0,0.8) 89%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,0.8) 93%,rgba(0,0,0,0.8) 99%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 54%,rgba(0,0,0,0.8) 89%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,0.8) 93%,rgba(0,0,0,0.8) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    display: block;
    position: absolute;
    z-index: 4;
    padding-bottom: 500px;
}
.banner-a:hover .banner-mask{
	background-color: rgba(0,0,0,0.5);
}
.banner-a:hover .banner-mask h2{
	bottom: 50%;
	transition: all 0.6s ease-in;
}
.banner-mask h2{
	font-size: 30px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 10%;
    color: #FFF;
}
.banner-a{
	width: 100%;
	display: block;
	position: relative;
    overflow: hidden;
}
.banner-a:hover .banner-bg{
    transform: scale(1.2);
    transition: all 0.6s ease-in;
}
.menu-box ul li{
	width:20%;
	padding: 15px 0;
	max-width:100%;
	color:#FFF;
	text-align:center;
	display:inline-block;
	font-size:1.5rem;
}
.menu-box ul li a{
	width:100%;
	height:100%;
	color:#FFF;
	display:block;
}
.menu-word{
	display:block;
}
.menu-icon{
	display:inline-block;
	width:30px;
	max-width:100px;
	vertical-align:middle;
}
.menu-icon img{
	width:100%;
}
.header-icon img{
	width:100%;
}
.search-rwd{
	display:none;
}
.search{
	width:300px;
	max-width:100%;
	display:inline-block;
	
}
.search-box{
	width:90%;
	margin:0 auto;
}
.search-input{
	font-size:0;
	width:100%;
	display:inline-block;
	vertical-align:middle;
}
.search-input input{
	width:84%;
	height:30px;
	display:inline-block;
	vertical-align:middle;
	border:1px solid #FFF;
}

.red{
	background-color:#e03a3a;
}
.yellow{
	background-color:#ccb12e;
}
.green{
	background-color:#69cf25;
}

.blue{
	background-color:#299adb;
}
.orange{
	background-color:#f66f0d;
}



.fa:before{
	border:1px solid #FFF;
	font-size:1.2rem;
	width: 30px;
    height:32px;
    line-height: 32px;
    text-align: center;
	display:inline-block;
	vertical-align:middle;
	background-color:#FFF;
	content:'\f002';
	cursor: pointer;
}

/* banner */

.banner{
	width:100%;
	padding-top: 70px;
	
}
.banner-box{
	width:1300px;
	max-width:100%;
	margin:0 auto;
	overflow: hidden;

}
.banner-bg{
	width: 100%;
	padding-bottom: 500px;
	height: 0;
	background-image: url('../img/background-805060_1920.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.banner-img{
	width:100%;
	display: block;
	position: relative;
	padding-bottom: 500px;
}
.banner-img .slick-prev:before {
    content: '《';
    color: #2049c3;
}

.banner-img .slick-next:before{
	content:'》';
	color: #2049c3;
}

.banner-img .slick-prev{
    left: -150px;
}

.banner-img .slick-next{
	right:-110px;
}

.banner-img .slick-prev:before, .banner-img .slick-next:before{
	font-size:50px;
}

.banner-img img{
	width:100%;
}

.banner-box .slick-slider {
    margin-bottom: 50px;
}
/* 內文 */
.index-article{
	width:100%;
	display:block;
}

.article-title{
	width:100%;
	text-align:center;
	height:70px;
	line-height:70px;
	font-size:2rem;
	color:#FFF;
	margin-top:10px;
    margin-bottom: 10px;
	display:inline-block;
}
.article-icon{
	width:30px;
	max-width:100%;
	vertical-align:middle;
	display:inline-block;
	margin-left:10px;
}

.article-icon img{
	width:100%;
}

.article{
    width: 100%;
}
.article-box{
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
}

.article-link{
    width: 100%;
    display: block;
}
.article-box ul{
    width: 390px;
    max-width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 10px 10px;
}
.article-img{
    position: absolute;
    z-index: 1;
}
.article-link:hover .article-word{
	background: none;
	background-color: rgba(0, 0, 0, 0.7);
}
.article-link:hover .article-word h2{
	bottom: 50%;
	transition: all 0.6s ease-in;
}

.article-img div{
    width: 390px;
    height: 350px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.article-word h2{
  	font-size: 15px;
    position: absolute;
    z-index: 3;
    text-align: center;
    color: #FFF;
    left: 0;
    right: 0;
    bottom: 10%;
}
.article-word{
    z-index: 2;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0) 54%, rgba(0,0,0,0.8) 89%, rgba(0,0,0,0.8) 90%, rgba(0,0,0,0.8) 93%, rgba(0,0,0,0.8) 99%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 54%,rgba(0,0,0,0.8) 89%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,0.8) 93%,rgba(0,0,0,0.8) 99%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 54%,rgba(0,0,0,0.8) 89%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,0.8) 93%,rgba(0,0,0,0.8) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    position: absolute;

}

.article-link:hover .article-img div{
    transform: scale(1.2);
    transition: all 0.6s ease-in;
}

.footer-box{
	margin-top:70px;
	width:100%;
	background-color:#d3d3d3;
}

.footer-word{
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:0.8rem;
	color:#000;
}


