@charset "UTF-8";
/* CSS Document */
@import url(main.css);

/***配合程式 開始***/
/***配合程式 結束***/

header{
	position:fixed;
	z-index:99;
	top: 0;
	width:100%;
	border-bottom:#d9d9d9 1px solid;
	background: #ffffff;
}

header .menu{
	display: block;
	position: relative;
	z-index: 9999;
	margin:0px auto;
	width:1300px;
	max-width: 90%;
}

/*tools右上角功能項目*/
header .menu ul.tools{
	display:none;
	position: relative;
	z-index: 99;
	float: right;
	top:5px;
	line-height: 45px;
}
header .menu ul.tools li{
	display:inline-block;
    text-align: center;
	color:#ffffff;
	cursor:pointer;
}
header .menu ul.tools li+li{
	margin: 0px 0px 0px 20px ;
}
header .menu ul.tools li i{
	vertical-align: middle;
	font-size: 20px;
	transition: all 0.25s ease-in-out;
}
header .menu ul.tools li a{
	display: inline-block;
	text-decoration: underline;
}
header .menu ul.tools > div{
	display:inline-block;
	line-height: 50px;
	color:#FFFFFF;
}
header .menu ul.tools > div:before{
	content:"|";
	padding: 0px 10px 0px 10px;
	color: #F2F2F2;
}
header .menu ul.tools > div a{
	margin: 0px 0px 0px 10px ;
}
header .menu .navIcon{
	position: relative;
	display: none;
	float: left;
	width: 60px;
	/*height: 60px;*/
	height: 50px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}
header .menu #closeNav:hover,
header .menu #closeNav:focus{
	color:#FFCC00;
}
header .menu #closeNav{
	display: none;
	position: absolute;
	z-index: 99;
	top:0;
	width: 60px;
	/*height: 60px;*/
	height: 50px;
}
header .menu .logo{
	float: left;
	/*height: 60px;*/
	height: 50px;
}
header .menu .logo img{
	height: 50px;
    margin: 15px 10px 0px 0px;
}

#BG{    
	position: fixed;
    z-index: 50;
    width: 100%;
    top: 50px;
    left: -100%;
    height: calc(100vh - 50px);
    background: rgba(0,0,0,0.8);
    transition: all 1s ease-in-out;
}


/*nav主目錄*/
#nav{
	float: left;
	position: relative;
}
#nav > i{
	display: none;
}
#nav > li{
	display: inline-block;
	position: relative;
	margin: 0;
	/*border-bottom:rgba(0,0,0,0.8) 5px solid;*/
	transition: all 0.25s ease-in-out;
}
#nav > li:hover,
#nav > li:focus,
#nav > li.onclick {
	color:#333333;
}
#nav > li+li {
	margin: 0px 0px 0px -5px;
}
#nav li a{
	display: block;
	padding: 5px 10px;
	line-height: 70px;
	color: #666666;
	font-size:15px;
	font-weight:bold;
}
#nav > li:hover > a,
#nav > li:focus > a,
#nav > li.onclick > a{
	color: #333333;
}
body.forAD #nav li a{
	color: #000000c7;
}
#nav li ul{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top:55px;
	left: 0;
	height: 0;
	width: 200px;
	background: rgba(60,72,84,0.9);
	color: #ffffff;
  	transition: visibility 0.25s ease-in-out;
}
#nav li:hover > ul,
#nav li:focus > ul{
	visibility: visible;
	opacity: 1;
	height: auto;
}
#nav li.propsDown > ul{
	visibility: visible;
	opacity: 1;
	height: auto;
}
#nav li ul li{
	position: relative;
	transition: all 0.25s ease-in-out;
}
#nav li ul li:hover,
#nav li ul li:focus{
	background: rgba(0,0,0,0.5);
}
#nav li ul li::after{
	content: "";
    width: 90%;
    height: 1px;
    background-color: #4e8ad6;
    position: absolute;
    bottom: 0;
    left: 5%;
}
#nav li ul li a{
    padding: 0px 10px;
	line-height: 50px;
	color: #ffff00;
	font-weight: normal;
}
#nav li ul li ul{
	visibility: hidden;
	top:0;
	left:200px;
	height: 0;
	background: rgba(60,72,84,0.8);
  	transition: visibility 0.25s ease-in-out;
}

.flipclock{
	background: rgba(254,192,0,0.8);
	padding: 30px 0px;
	text-align: center;
}
.flipclock > b{
	font-size: 26px;
	line-height: 30px;
}

.headerAPP{
	position: fixed;
	z-index: 999;
	top:0;
	background: #0000FF;
    width: 100%;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
}
.headerAPP i{
	position: absolute;
    left: 0;
    line-height: 40px;
    width: 40px;
}

.headerfinal{
	margin: 80px auto 0px;
}

.main{
	position:relative;
	display: flex;
    flex-wrap: wrap;
	width: 1300px;
    max-width: 90%;
	margin:0 auto;
	padding: 30px 0px 30px 0px;
}
.login .main{
	width: 100%;
    max-width: 768px;
	padding: 0;
}

.maintitle{
	position: relative;
	margin: 0px auto 5px; 
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color:#0169b2;
	letter-spacing:3px;
}
.maintitle > img{
	margin: 5px 0px 0px 0px;
}
.maintitle > img:last-child{
	margin: 5px 0px 20px 0px;
}
.maintitle span{
	display: inline-block;
	margin: 0px 5px 0px 0px; 
	width: 30px;
	line-height: 30px;
	font-size: 26px;
	text-align: center;
	letter-spacing:0px;
}
.maintitle span:first-child{
	background: #0169b2;
	border: #0169b2 1px solid;
	color:#ffffff;
}
.maintitle span:nth-child(2){
	border: #0169b2 1px solid;
	background: rgba(255,255,255,1.0);
	color:#0169b2;
}
.maintitle .search{
	position: absolute;
	top:0;
	right:0;
}
.maintitle .search i{
	width: 30px;
	line-height: 30px;
	background: #0169b2;
    border: #0169b2 1px solid;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
}
.maintitle .search i:hover,
.maintitle .search i:focus{
	background: #0581d8;
	border: #0581d8 1px solid;
	cursor: pointer;
}

/*img2 1+1左右兩張圖*/
.img2{
	display: flex;
}
.img2 img{
	flex: 0 0 50%;
	width: 50%;
}

/*banner首頁大圖輪播*/
.banner.PC{
	position:relative;
	padding:0px 0px 0px 0px;
    overflow: hidden;
}
.banner.Mobile{
	display: none;
}
.banner .flexslider{
	margin: 0 auto;
	border-radius: 0;
}
.banner img{
	width: 100%;
}
.banner.product{
	background: url(../images/product/2020/banner/banner-bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
}
.banner.product img{
	width:60%;
	margin: 50px auto;
}

/*product*/
.product .items{
	position: relative;
	background: #00081e;
}
.product .items .top{
	position: absolute;
	width: 100%;
}
.product .items .title{
	position: absolute;
	z-index: 9;
	top:0;
	width: 100%;
	height: 140px;
	background: url(../images/product/2020/items/items-title.png) top center;
	background-size: cover;
}
.product .items .content{
	position: relative;
	width: 60%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 200px 0px 0px 0px;
}
.product .items .content a{
	display: inline-block;
	width: calc(50% - 25px);
	margin: 0px 20px 30px 0px;
}
.product .items img{
	display: block;
	width: 100%;
}
.product .discription{
	background: url(../images/product/2020/discription/discription-bg.jpg) center;
	background-size: cover;
}
.product .discription .top,
.product .discription .content,
.product .discription .bottom{
	width: 60%;
	max-width: 1200px;
	margin: 0 auto;
}
.product .discription .top{
	padding: 60px 0px 0px 0px;
}
.product .discription .content{
	background: url(../images/product/2020/discription/discription-whiteBG-content.png);
	background-size:contain;
}
.product .discription .bottom{
	padding: 0px 0px 60px 0px;
}
.product .discription .top > img,
.product .discription .bottom > img{
	width: 100%;
	display: block;
}
.product .discription .content > div{
	position: relative;
	height: inherit;
	margin: -30% auto 0px;
}
.product .discription .content > div > div{
	width: 80%;
	margin: 0 auto;
}
.product .discription .content > div > div img.title{
	width: 100%;
}
.product .discription .content > div > div .one{
	margin: 0px 0px 30px 0px;
}
.product .discription .content > div > div .one img{
	width: 100%;
	height: auto;
}
.product .discription .content > div > div .two {
	margin: 0px 0px 30px 0px;
}
.product .discription .content > div > div .two img{
	float: left;
	width: 50%;
	height: auto;
}
.product .discription .content > div > div .two span{
	float: left;
	width: calc(50% - 20px);
	margin: 0px 0px 0px 20px;
}
.product .discription .content > div > div .last{
	margin: 0px;
}
.product .program{
	background: #0c1d43; /* Old browsers */
	background: -moz-linear-gradient(top,  #0c1d43 0%, #000000 30%, #000000 80%, #0c1d43 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0c1d43 0%,#000000 30%,#000000 80%,#0c1d43 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0c1d43 0%,#000000 30%,#000000 80%,#0c1d43 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1d43', endColorstr='#0c1d43',GradientType=0 ); /* IE6-9 */
}
.product .program .title{
	width: 100%;
	height: 140px;
	background: url(../images/product/2020/program/program-title.png) top center;
	background-size: cover;
}
.product .program .content{
	width: 60%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
}
.product .program .content > div{
	position: relative;
	height: inherit;
	margin: 30px auto;
}
.product .program .content > div > div{
	width: 80%;
	margin: 0 auto;
}
.product .program .content > div > div .one{
	margin: 0px 0px 30px 0px;
}
.product .program .content > div > div .one img{
	width: 100%;
	height: auto;
}
.product .program .content > div > div .two {
	margin: 0px 0px 30px 0px;
}
.product .program .content > div > div .two > img{
	float: left;
	width: 50%;
	height: auto;
}
.product .program .content > div > div .two .line{
	float: left;
	width: calc(50% - 20px);
	margin: 0px 0px 0px 20px;
}
.product .program .content > div > div .two div img{
	width: 100%;
	height: auto;
}
.product .program .content > div > div .two div span{
	font-size: 20px;
	color: #ffffff;
}


/*video影片介紹*/
.video iframe{
	width: 50%;
	height: 500px;
}
.video > div{
	display: flex;
	flex-wrap: wrap; 
	text-align:center;
}
.video > div > div{
	flex: 0 0 calc(50% - 50px);
    padding: 30px 0px 30px 50px;
}
.video > div > div > p{
	line-height: 150px;
	font-size: 23px; 
	font-weight: bold;
}
.video > div > div > div{
	color:#666666;
}

/*news最新消息＆近期活動*/
.news{
	width:100%;
	background:#3c4854;
	color:#d9d9d9;
}
.news ul{
	display:flex;
	flex-wrap:wrap;
	padding: 30px 5% 30px;
}
.news ul >li{
	flex: 0 0 calc(50% - 10px);
}
.news ul >li+li{
    margin: 0px 0px 0px 20px;
}
.news ul > li > i{
	float:left;
	width:100px;
	line-height: 100px;
	margin:0px 10px 0px 0px;
	border-radius:50px;
	background: #535e69;
	font-size: 40px;
	text-align: center;
}
.news ul > li div{
	float:left;
	width:calc(100% - 120px);
}
.news ul > li div p{
	color:#ffffff;
	font-size:23px;
}
.news ul > li div ol li+li{
	margin:20px 0px 0px 0px;
}
.news ul > li div ol li a font{
	color:#999999;
}

/*cards卡片*/
ul.cards{
	display: flex;
    flex-wrap: wrap;
	margin: 0px auto 30px;
}
ul.cards > li{
	flex: 0 0 calc(33% - 32px);
    margin: 0px 30px 30px 0px;
    border: #F2F2F2 1px solid;
	background: #f2f2f2;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
ul.cards > li:hover,
ul.cards > li:focus{
	cursor: pointer;
}
ul.cards > li .description{
	padding: 10px 20px;
}
ul.cards > li .description p{
	display: -webkit-inline-box;
	width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
	font-weight: bold;
	line-height: 30px;
	font-size: 18px;
}
ul.cards > li .description span{
	display: -webkit-inline-box;
	width: 100%;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
ul.cards > li ol{
	display: flex;
    flex-wrap: wrap;
	color: #999999;
}
ul.cards > li ol li:first-child{
	flex:0 0 calc(100% - 100px);
}
ul.cards > li ol li:last-child{
	flex:0 0 100px;
	color:#b32a2a;
	text-align: right;
}

/*article文章*/
article{
	padding: 10px;
	background: rgba(255,255,255,0.8);
}
article p.title{
	margin: 0px 0px 30px 0px;
	font-size: 23px;
	font-weight: bold;
	color:#333333;
}
article.activity p.img,
article.activity .items{
	position: relative;
	margin: 0;
	padding: 0;
}
article.activity p.img img,
article.activity .items img{
	width: 100%;
	vertical-align:top;
}
article.activity .items div{
	position: absolute;
	top:0;
	text-align: center;
}
article.activity .items.three div{
	padding: 10px 10%;
}
article.activity .items div a{
	display: inline-block;
	cursor: pointer;
}
article.activity .items.two201910 div a{
	width: calc(40% - 5px);
}
article.activity .items.three div a{
	width: calc(33% - 10px);
	margin: 0px 0px 10px 5px;
}
article ul{
	display: flex;
    flex-wrap: wrap;
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	color: #999999;
}
article ul li.view{
	flex: 0 0 100px;
	margin: 0px 10px 0px 0px;
}
article ul li.view:before{
	content: "點閱數：";
}
article ul li.author{
	flex: 0 0 calc(100% - 270px);
	padding: 0px 10px 0px 0px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
article ul li.date{
	flex: 0 0 150px;
	text-align: right;
}
article ul li.date:before{
	content: "|";
}
article p{
	margin: 0px 0px 10px 0px;
	word-break: break-all;
	color:#666666;
}
article p.img{
	width: 100%;
}
article p.img img{
	max-width: 100%;
}
article p font.red{
	color:#ee0000;
}

.content{
	position: relative;
    width: 500px;
    max-width: calc(100% - 50px);
    margin: 0px auto 30px;
    text-align: center;
}
.content p{
	text-align: left;
	color: #ffffff;
}
.content input[type="text"],
.content input[type="tel"],
.content input[type="password"]{
	width: calc(100% - 22px);
	margin: 0px 0px 10px 0px;
}
.login .content input[type="text"],
.login .content input[type="password"]{
	padding: 10px;
}
.content button{
	width: 100%;
	margin: 60px auto;
}


/*fixedBTN右下按鈕*/
#fixedBTN{
	display: none;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom:20px;
}
#fixedBTN li{
	display: none;
	width:60px;
	line-height: 60px;
	border:#d2d2d2 1px solid;
	background: #ffffff;
    font-size: 16px;
    text-align: center;
	transition: all 0.25s ease-in-out;
}
#fixedBTN li.top,
#fixedBTN li.share{
	display: block;
}
#fixedBTN li:hover{
	background: #f2f2f2;
	cursor: pointer;
}
#fixedBTN li+li{
	margin: -1px 0px 0px 0px;
}
#fixedBTN li a{
	display: block;
	color:#cccccc;
	transition: all 0.25s ease-in-out;
}
#fixedBTN li:hover a{
	color: #016ab2;
}

/*WEB footer表尾*/
footer.WEB{
	width: calc(100% - 10%);
	padding:20px 5% 20px 5%;
	border-top:#d9d9d9;
	background:#F2F2F2;
	font-size: 12px;
}
footer.WEB p.title{
    margin: 0px auto 10px;
	font-size: 18px;
	font-weight: bold;
}
footer.WEB > div{
	position: relative;
	line-height: 20px;
	color: #999999;
}
footer.WEB a,
footer.WEB a:link, 
footer.WEB a:active, 
footer.WEB a:visited, 
footer.WEB a:hover{
	display: inline-block;
	margin: 0px 0px 0px 10px;
	text-decoration: underline;
	color: #666666;
}

/*RWD*/
/*high*/
@media screen and (min-width: 1400px) {
	/*product*/
	.product .items .title,
	.product .program .title{
		background-repeat:no-repeat;
		background-size:auto;
	}
	.product .discription .content > div > div .one span,
	.product .discription .content > div > div .two span{
		font-size: 20px;
	}
}

/*mini*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
	
	/*product*/
	.banner.product img{
		width: 100%;
	}
	.product .items .content{
		width: 90%;
		padding: 100px 0px 0px 0px;
	}
	.product .discription .top, 
	.product .discription .content, 
	.product .discription .bottom{
		width: 90%;
	}
	.product .discription .content > div > div .one span,
	.product .discription .content > div > div .two span{
		font-size: 18px;
	}
	.product .program .content{
		width: 90%;
	}
	
	
	/*news最新消息＆近期活動*/
	.news ul > li > i {
		width: 60px;
    	line-height: 60px;
		border-radius: 30px
	}
	.news ul > li div{
		width: calc(100% - 70px);
	}
	
	/*cards卡片*/
	ul.cards > li{
		flex: 0 0 calc(50% - 32px);
	}
	
}

/*note*/
@media screen and (min-width: 480px) and (max-width: 767px) {
	
	header{
		height: 50px;
	}
	body.dispatch header{
		height: 50px;
	}
	header .menu{
		max-width: 100%;
		margin: 0px;
		background:none;
	}
	header .menu ul.tools{
		display: none;
	}
	header .menu .navIcon{
		position: relative;
		display: block;
		width: 50px;
		height: 50px;
		margin: 0px 10px 0px 0px;
		border-right:#efefef 1px solid;
		color: #666666;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
	}
	header .menu #closeNav{
		display: none;
		position: absolute;
		z-index: 99;
		top:0;
		width: 40px;
		height: 40px;
	}
	header .menu .logo{
		display: block;
	}
	header .menu .logo img{
		height: 40px;
		margin: 5px 0px;
	}
	
	/*nav主目錄*/
	#nav{
		position:absolute;
		float: none;
		width: 80%;
		max-width: 300px;
		height: calc(100vh - 100px);
		/*top: 60px;*/
		top: 50px;
		left: -80%;
		overflow: scroll;
		background: #FFFFFF;
		transition: all 1s ease-in-out;
	}
	#nav > li{
		display: block;
		background:none;
		border-bottom: #dddddd 1px solid;
	}
	#nav > li.onclick {
		background: none;
		border-radius: 0;
		box-shadow: none;
	}
	#nav > li:hover,
	#nav > li:focus {
		background: #f2f2f2;
		border-radius: 0;
		box-shadow: none;
	}
	#nav > li+li{
		margin: 0;
	}
	#nav li a{
		line-height: 40px;
		color: #666666;
		font-weight: bolder;
	}
	#nav > li:hover > a,
	#nav > li:focus > a,
	#nav > li.onclick > a{
		padding: 2px 15px;
		color: #666666;
	}
	#nav li ul{
		position: relative;
		top:0;
		left:20px;
		width: calc(100% - 40px);
		background:none;
	}
	#nav li ul li:hover,
	#nav li ul li:focus{
		background: rgba(255,255,255,0.8);
	}
	#nav li ul li+li{
		border-top: #ffffff 1px dashed;
	}
	#nav li ul li a{
		padding:5px 0px;
		color: #666666;
		font-weight:normal;
	}
	#nav li ul li a:before{
		content:"-";
	}
	#nav li ul li::after{
		display: none;
	}
	#nav li ul li ul{
		left:20px;
		background: none;
	}
	#nav li ul li:hover ul,
	#nav li ul li:focus ul{
		margin: 0px 0px 15px;
	}
	#nav li ul li ul li a{
		color:#999999;
	}
	#nav li ul li ul li a:after{
		content:none;
	}
	
	.headerfinal{
		margin: 50px 0px 0px 0px;
	}
	
	/*img2 1+1左右兩張圖*/
	.img2 {
		display: block;
	}
	.img2 img{
		width: 100%;
	}
	
	/*banner輪播*/
	.banner.PC{
		display: none;
	}
	.banner.Mobile{
		display: block;
	}
	
	/*product*/
	.banner.product img{
		width: 100%;
	}
	.product .items .content{
		width: 90%;
		padding: 100px 0px 0px 0px;
	}
	.product .discription .top, 
	.product .discription .content, 
	.product .discription .bottom{
		width: 90%;
	}
	.product .discription .content > div > div .two img{
		float: none;
		width: 100%;
	}
	.product .discription .content > div > div .two span{
		display: contents;
		float: none;
		width: 100%;
	}
	.product .program .content{
		width: 90%;
	}
	.product .program .content > div > div .two div span{
		font-size: 14px;
	}
	
	/*video影片介紹*/
	.video iframe{
		width: 100%;
		height: 250px;
	}
	.video > div > div{
		flex: 0 0 calc(100% - 0px);
    	padding: 30px 0px;
	}
	.video > div > div > p{
		line-height: normal;
		font-size: 23px;
	}

	/*news最新消息＆近期活動*/
	.news ul >li{
		flex: 0 0 calc(100% - 0px);
	}
	.news ul >li:first-child ol li:last-child{
		padding: 0px 0px 30px 0px;
		border-bottom:#353f48 1px solid;
	}
	.news ul >li+li{
		margin: 30px 0px 0px 0px;
	}
	.news ul > li > i {
		width: 60px;
    	line-height: 60px;
		border-radius: 30px
	}
	.news ul > li div{
		width: calc(100% - 70px);
	}
	
	/*cards卡片*/
	ul.cards > li{
		flex: 0 0 calc(50% - 32px);
	}
	ul.cards > li ol li:first-child,
	ul.cards > li ol li:last-child{
		flex: 0 0 calc(100% - 0px);
		text-align: left;
	}
	
	/*article文章*/
	article ul li.view{
		flex: 0 0 100%;
		margin: 0;
	}
	article ul li.author{
		flex: 0 0 calc(100% - 150px);
		padding: 0;
	}
	article ul li.date{
		flex: 0 0 100%;
    	text-align: left;
	}
	article ul li.date:before{
		content: none;
	}
	article p.img{
		text-align: center;
	}
	
	/*fixedBTN右下按鈕*/
	#fixedBTN{    
		right: 10px;
    	bottom: 10px;
	}
	#fixedBTN li{    
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

/*mobile*/
@media screen and (min-width: 320px) and (max-width: 479px) {
	
	header{
		height: 50px;
	}
	body.dispatch header{
		height: 50px;
	}
	header .menu{
		max-width: 100%;
		margin: 0px;
		background:none;
	}
	header .menu ul.tools{
		display: none;
	}
	header .menu .navIcon{
		position: relative;
		display: block;
		width: 50px;
		height: 50px;
		margin: 0px 10px 0px 0px;
		border-right:#efefef 1px solid;
		color: #666666;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
	}
	header .menu #closeNav{
		display: none;
		position: absolute;
		z-index: 99;
		top:0;
		width: 40px;
		height: 40px;
	}
	header .menu .logo{
		display: block;
	}
	header .menu .logo img{
		height: 40px;
		margin: 5px 0px;
	}
	
	/*nav主目錄*/
	#nav{
		position:absolute;
		float: none;
		width: 80%;
		max-width: 300px;
		height: calc(100vh - 100px);
		/*top: 60px;*/
		top: 50px;
		left: -80%;
		overflow: scroll;
		background: #FFFFFF;
		transition: all 1s ease-in-out;
	}
	#nav > li{
		display: block;
		background:none;
		border-bottom: #dddddd 1px solid;
	}
	#nav > li.onclick {
		background: none;
		border-radius: 0;
		box-shadow: none;
	}
	#nav > li:hover,
	#nav > li:focus {
		background: #f2f2f2;
		border-radius: 0;
		box-shadow: none;
	}
	#nav > li+li{
		margin: 0;
	}
	#nav li a{
		line-height: 40px;
		color: #666666;
		font-weight: bolder;
	}
	#nav > li:hover > a,
	#nav > li:focus > a,
	#nav > li.onclick > a{
		padding: 2px 15px;
		color: #666666;
	}
	#nav li ul{
		position: relative;
		top:0;
		left:20px;
		width: calc(100% - 40px);
		background:none;
	}
	#nav li ul li:hover,
	#nav li ul li:focus{
		background: rgba(255,255,255,0.8);
	}
	#nav li ul li+li{
		border-top: #ffffff 1px dashed;
	}
	#nav li ul li a{
		padding:5px 0px;
		color: #666666;
		font-weight:normal;
	}
	#nav li ul li a:before{
		content:"-";
	}
	#nav li ul li::after{
		display: none;
	}
	#nav li ul li ul{
		left:20px;
		background: none;
	}
	#nav li ul li:hover ul,
	#nav li ul li:focus ul{
		margin: 0px 0px 15px;
	}
	#nav li ul li ul li a{
		color:#999999;
	}
	#nav li ul li ul li a:after{
		content:none;
	}
	
	.headerfinal{
		margin: 50px 0px 0px 0px;
	}
	
	/*img2 1+1左右兩張圖*/
	.img2 {
		display: block;
	}
	.img2 img{
		width: 100%;
	}
	
	/*banner輪播*/
	.banner.PC{
		display: none;
	}
	.banner.Mobile{
		display: block;
	}
	
	/*product*/
	.banner.product img{
		width: 100%;
	}
	.product .items .content{
		width: 90%;
		padding: 100px 0px 0px 0px;
	}
	.product .items .content a{
		width: 100%;
		margin: 0px 0px 30px 0px;
	}
	.product .discription .top, 
	.product .discription .content, 
	.product .discription .bottom{
		width: 90%;
	}
	.product .discription .content > div > div .two img{
		float: none;
		width: 100%;
	}
	.product .discription .content > div > div .two span{
		display: contents;
		float: none;
		width: 100%;
	}
	.product .program .content{
		width: 90%;
	}
	.product .program .content > div > div .two div span{
		font-size: 12px;
	}
	
	/*video影片介紹*/
	.video iframe{
		width: 100%;
		height: 250px;
	}
	.video > div > div{
		flex: 0 0 calc(100% - 0px);
    	padding: 30px 0px;
	}
	.video > div > div > p{
		line-height: normal;
		font-size: 23px;
	}

	/*news最新消息＆近期活動*/
	.news ul >li{
		flex: 0 0 calc(100% - 0px);
	}
	.news ul >li:first-child ol li:last-child{
		padding: 0px 0px 30px 0px;
		border-bottom:#353f48 1px solid;
	}
	.news ul >li+li{
		margin: 30px 0px 0px 0px
	}
	.news ul > li > i {
		width: 60px;
    	line-height: 60px;
		border-radius: 30px
	}
	.news ul > li div{
		width: calc(100% - 70px);
	}
	
	/*cards卡片*/
	ul.cards > li{
		flex: 0 0 calc(100% - 2px);
	}
	ul.cards > li ol li:first-child,
	ul.cards > li ol li:last-child{
		flex: 0 0 calc(100% - 0px);
		text-align: left;
	}
	
	/*article文章*/
	article ul li.view{
		flex: 0 0 100%;
		margin: 0;
	}
	article ul li.author,
	article ul li.date{
		flex: 0 0 100%;
		text-align: left;
	}
	article ul li.author{
		padding:0;
	}
	article ul li.author:before{
		content: "作者：";
		text-align: left;
	}
	article ul li.date:before{
		content: none;
	}
	article p.img{
		text-align: center;
	}
	
	/*fixedBTN右下按鈕*/
	#fixedBTN{    
		right: 10px;
    	bottom: 10px;
	}
	#fixedBTN li{    
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}


