@charset "utf-8";

img	{max-width:100%;	
	height:auto;
	vertical-align: bottom;
}

article a {
	word-wrap: break-word;/***超連結換行***/
	word-break: break-all;/***超連結換行***/
}

.datatable	{/***表格加拉軸***/
	overflow-x: auto;
    display: block;
}

nav ul, ol, ul , li {
    list-style: none;
	padding:0;
	margin:0;
}

body{
	font-family:微軟正黑體, Arial, "Microsoft JhengHei",PMingLiU,sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 120%;
	font-size: 16px;
	font-size: 1em;
}

html { overflow-y: scroll; }

a:active, a:focus{ outline:none;}

a img {
		border: none;
	}
.right	{
	float:right;	
}
.left	{
	float:left;	
}
.clear	{
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	zoom: 1;	
}

.aoao {/***點點點***/
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;	
}

.smallText {

font-size:11px;
-webkit-text-size-adjust:none;

}
input[type="submit"],input[type="reset"],input[type="button"]	{
	-webkit-appearance: none;
}

/***star.影片專用***/
.video-container {
    position: relative;
    padding-bottom: 31.35%;
    padding-top: 30px;
	height: 0; 
	overflow: hidden;
	margin-bottom:15px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/***end.影片專用***/

.phone	{
	display:none !important;
}

.pc	{
	display:block !important;
}


/***star.萬用垂直置中***/
.VerticalTest .vtitle	{
	display: inline-block;
  	vertical-align: middle;
}
.elseWidth2	{
	width:22%;
}
.elseWidth3	{
	width:28%;
}
.elseWidth4	{
	width:37.5%;
}
.elseWidth5	{
	width:49%;
}
.elseWidth6	{
	width:60%;
}
.elseWidth7	{
	width:68%;
}
.VerticalTest .imgLeft	{
	 text-align: left;
}
.VerticalTest .imgRight	{
	 text-align: right;
}
/***end.萬用垂直置中***



/***star.header***/
.collapse-button{
	display: none;
}

#header_bg	{
	
}
header {
	z-index: 999;
	position: relative;
	z-index: 100;
	font-family: Helvetica;
}

header *{
	list-style: none;
}

header a{
	text-decoration: none;
}



#top{
	margin: 0 auto;
	padding-top: 18px;
	vertical-align: 0;
}

#top > *{
	margin: 0 0 10px 0;
}

#top > span{
	margin-left: 17px;
}



#top:after,.topShow{
	position: absolute;
	padding: 0.6% 0;
	top: -18px;
}

.topShow{
	width: 732px;
	right: 0;
}

#top *,#topNav *,#langNav *,#langNav:before,#searchNav *{
	color: #333333;
	font-family: 'Microsoft JhengHei';
	letter-spacing: 1pt;
	font-size: 14px;
}

/***star.nav ***/
#nav_bg	{
	max-width:1000px;
	margin:0 auto;
}
nav{
	margin: 21px auto 0px auto;
	display: block;
	position: relative;
}
#top, nav{
	display: block;
    text-align: center;
}

nav > ul > li.mainShow	{
    min-width: calc(100% / 7 - 12px);
    box-sizing: border-box;
    float: left;
    position: relative;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-image: url(../images/nav_bottom1.jpg);
    font-weight: bold;
    margin-left: 14px;
    padding-bottom: 10px;
}
nav > ul > li.mainShow:first-child	{
	margin-left: 0px;
}
nav > ul > li.mainShow:hover	{/***主選單第一層變換效果**/
	background-image: url(../images/nav_bottom2.jpg);
}

nav > ul > li.mainShow > a img:hover	{
	margin-top:-3px;
}
nav > ul > li.mainShow:first-child{

}
nav > ul > li.mainShow > a.menu	{
	display:none;
}
nav > ul > li > a, .subNav li a {
    display: block;
    color: #111111;
    font-size: 19px;
    text-align: center;
    line-height: 36px;
    letter-spacing:0px;
}

nav > ul > li > a:hover	{

	
}

/* subNav */
.mainShow:hover > .subNav{
	display: block;
}

.subNav > li:hover > .subNav{
	display: block;
}

.subNav{
	display: none;
	position: absolute;
	top: 46px;
	z-index: 200;
	background: rgba(218,218,218,0.9);
}

.subNav li{
    position: relative;
    box-sizing: border-box;
    padding: 10px 10px;
    min-width: 140px;
    margin-top: 9px;
    cursor:pointer;
    white-space: nowrap;
    text-align: left;
    border-bottom: 3px solid #0A4D93;
}
.subNav li:hover {
	border-bottom: 3px solid #FC6550;
	
}
.subNav li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: left;
	line-height: normal;
	vertical-align: middle;
}
.subNav li a:before{
	content: ' ';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.subNav li a i{
	display: none;
	color: #333 !important;
}
.subNav li ul.subNav	{
    top: -9px;
    left: 245px;

}
.subNav li a.menu	{
	
	display:none;	
}
.subNav .subNav{
 background: rgba(176, 176, 176, 0.9);
}
/***end.nav***/


#langNav *{
	color: #02328D;
}
#topNav,#langNav,#searchNav{
	position: absolute;
	right: 0;
	/* text-align: left; */
}

#topNav{
	right: 408px;
}

#topNav li{
	display: inline-block;
	margin-left: 9px;
}
#topNav li.phone	{
	display:none;	
}
#topNav li a:hover{
	text-decoration: underline;	
}
#langNav{
	width: 171px;
	top: -92px;
	box-sizing: border-box;
	max-height: 28px;
	overflow: hidden;
	font-family: Helvetica;
	text-align: left;
	font-weight: bold;
	z-index:10;
}
#langNav a {
	display: block;
}
#langNav:hover {
    max-height: 300px;
}
#langNav li{
	vertical-align: top;
	line-height: 26px;
	padding: 2px 0 2px 10px;
	box-sizing: border-box;
	border-left: 1px solid #001336;
	border-right: 1px solid #001336;
	background: #FFF;
	cursor: pointer;
	font-family: Helvetica;
}

#langNav li:hover{
	background: #DFDFDF;
}
#langNav li a:hover{
	text-decoration: none;
}

#langNav li:first-child{
	padding: 0 0 0 10px;
	background: url(../images/language.png) no-repeat center right;
	border-top: 1px solid #001336;
	border-bottom: 1px solid #001336;
}

#langNav li:last-child{
	border-bottom: 1px solid #7C7C71;
}

#searchNav{
	border-bottom: 1px solid #001336;
	top: -43px;
	text-align:left;

}

#searchNav input[name=kw]{
    font-family: 'Helvetica';
    color: #333;
    width: 143px;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 9px;
    display: inline-block;
    vertical-align: baseline;
    box-sizing: border-box;
    border: 0;
    background: none;
    font-weight: bold;
}

#searchNav input[type=submit]{
	height: 26px;
	width:26px;
	color: #FFF;
	border: none;
	/* padding: 0 5px; */
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-bottom: 3px;
	background-color: #080973;
	background-image: url(../images/seach.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#searchNav input[type=submit]:hover  {
    filter: hue-rotate(173deg) saturate(900%);
    -webkit-filter: hue-rotate(173deg) saturate(900%);
    -moz-filter: hue-rotate(173deg) saturate(900%);
    -o-filter: hue-rotate(173deg) saturate(900%);
    -ms-filter: hue-rotate(173deg) saturate(900%);
    opacity: 0.8;
}
/***star.news***/
#news_bg	{
	border-top: 1px solid #DDDDDD;
	background-image: url(../images/news_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:6px;
	margin-top:20px;	
}

#news	{
	max-width:1000px;
	margin:0 auto;
}
#news span	{
	line-height: 28px;
}
marquee	{
	max-width: calc(100% - 177px);
}
#news span a {
	text-decoration: underline;
	margin-left:20px;	
	color:#333333;
}
#news span a:hover {
	text-decoration: none;
}
#news span a:hover .right	{
	opacity:0.7;
	
}

/***end.news***/

/***star.header***/


/***star.content***/


#content_bg	{
	width: 100%;
	position:relative;
}
#content {
	max-width: 1000px;
	min-height: 413px;
	margin:0 auto 3% auto;
	position:relative;

}
.button	{
	font-size: 15px;
	font-weight: bold;
	color: #02328D;
	border: 1px solid #02328D;
	padding: 13px 5px;
	display: inline-block;
	min-width: 230px;
	text-align: center;
	line-height: 15px;
	text-decoration: none;
}
.button:hover	{
	color:#FF4000;
	border: 1px solid #FF4000;
}
.button	span	{
	display: inline-block;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	width:9px;
	height:13px;
	margin-right: 3px;
}
.button:hover span {
	background-image: url(../images/button2.png);
}


/***end.content***/


@media print, screen and (max-width:999px){
	
body	{
    background-size: 100% auto ;
}
.right, .left	{
	float:none;	
}
.phone	{
	display:block;
}
.pc	{
	display:none;
}

/***star.2/2圖片垂直置中***/
.VerticalCenter .nevin, .elseWidth3, .elseWidth4, .elseWidth5, .elseWidth6, .elseWidth7 {
  margin-bottom: 5%;
  width:100%;
}
/***↑2/2圖片垂直置中***/

/***star.header***/


header{


}
.animate{
	-webkit-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

#top{
	position: relative;
}


header,#top,#top:after{
	width: 100%;
}

#top img{
	height: 100%;
}

#top > a + span{
	display: none;
}

.collapse-button{
	display: block;
}

#top,#top:after{
	box-sizing: border-box;
	height: 68px;
	padding: 10px;
	text-align:left;
}

nav{
	max-height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 0;
	background:none;
	background: #FFF;
}
nav ul	{
	margin:0;
}
nav.active{
	max-height: 3000px;
}

nav li{
	width: 100% !important;
	display: block;
}

nav a{
	/*width: 100% !important;*/
	width: 100%;
	display: block;
}

nav > ul > li, #topNav > li {
	width: 100% !important;
	/*background: #FFF !important;*/
	float: none !important;
	border-right: none !important;
	border-left: none !important;
	/*border-bottom: 1px solid #EEE;*/
	height: auto !important;
}

nav ul li, #topNav li {
	border-bottom: 1px solid rgba(255,255,255,0.7);
}
nav ul li:first-child	{
	border-top: 3px solid #0A4D93;
}
nav > ul > li > a,#topNav > li > a{
	display: inline-block;
	text-align: left;
	padding: 10px !important;
	height: 50px !important;
	line-height: 0 !important;
	box-sizing: border-box !important;
	vertical-align: baseline !important;
	border-radius:0px;
	width: calc(100%);
	
}

nav > ul > li > a:before,#topNav > li > a:before{
	content: ' ';
	display: inline-block;
	width: 0;
	height: 80%;
	vertical-align: baseline;
}
#topNav > li	{
	width: auto !important;
	border:0;
}
#topNav li.phone	{
	display:inline-block;
}
li a.active + .subNav{
	max-height: 5000px;
}

.subNav{
	position: relative;
	top: auto !important;
	left: auto !important;
	display: block;
	max-height: 0;
	overflow: hidden;
	width:100%;
}
.subNav li	{
	margin-top: 0px;
	border-radius: 0px;
	padding-right: 0px;
	padding-left: 0px;
	white-space: inherit;
}
.subNav li a:before{
	/* padding: 1em; */
	/* height: 2em; */
}

.subNav li a{
	text-align: left;
	margin-left: 22px;
	max-width: calc(100% - 50px);
}

.subNav li a i{
	display: inline-block;
	margin: 0 10px;
}
.subNav li li {
}
.subNav li li a	{
	margin-left: 40px;
}
.subNav .subNav {
	margin-bottom: -13px;
	margin-top: 10px;
}


.topShow{
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	background-image: url(../images/nav_bottom1.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align:left;
}
.topShow ul	{
	display:inline-block;
	vertical-align:bottom;
}
#topNav{
	position: relative;
	top: auto;
	left: auto;
	
}

#topNav li{
	margin: 0 -10px 0 0;
    font-size: 0.95em;
	color: #FFF;
}
#topNav li:first-child	{
	 margin-left: 8px;
}

#topNav li a{
	color: #FFF;
	font-size: 13.6px;
	letter-spacing: 0.01em;
	width: inherit;
}

#langNav{
	position: relative;
	top: auto;
	right: auto;
	margin: 20px 0 10px 10px;
	max-height: 500px;
}
#langNav.active li:nth-child(n+2) {
    display: block;
}
#langNav li:nth-child(n+2) {
    display: none;
}

#langNav li:first-child{
	/*background: url(../images/language2.png) no-repeat center right !important;*/
}

#langNav *{
	/*background: #FFF !important;
	color: #333 !important;
	border-color: #333 !important;*/
}

#searchNav{
	position: relative;
	right: auto;
	top: auto;
	padding: 15px 10px 40px 10px;
	height: 50px;
	box-sizing: border-box;
}

#searchNav input[name=kw]{border-bottom: 1px solid #02328D;margin-right: 4px;}
#searchNav input[type=submit],#searchNav input[name=kw]	{
	margin-top: 5px;
}
nav > ul > li.mainShow	{
	border-top: 0;
	border-radius: 0px;
	padding: 0;
	margin: 0;
}
nav > ul > li.mainShow:first-child	{
border-top: 1px solid #B5B5AC;
}
nav > ul > li.mainShow > a.menu	{
    display: inline-block;
    width: 52px;
    height: 55px;
    float: right;
}

nav > ul > li.mainShow > a.menu.active	{

}
nav > ul > li.mainShow:first-child	{
border-top: 1px solid #B5B5AC;
}
nav ul li.mainShow a.menu	{
	display: inline-block;
	width: 45px;
	height: 17px;
	float: right;
	background-image: url(../images/nav_line01.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
	position: absolute;
	right: 5px;
}

nav ul li.mainShow a.menu.active	{
	background-image: url(../images/nav_line02.png);
	margin-right: 0;
}
nav ul li.mainShow li  a.menu	{
	top: 11px;
}

/***star.news***/
#news_bg	{margin-top:0;padding-left: 15px;}
/***end.news***/

/***end.header***/

/***star.content***/
#content_bg	{

}
#content	{
	margin: -1px auto 0 auto;
	padding: 15px ;
	
}



/***end.content***/
	
	
}