@charset "UTF-8";
@import url(base.css);
@import url(animate.css);
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500&display=swap');

/* =============================================================================
   BASIC
   ========================================================================== */
html, body { height: 100%;
 -webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	 -ms-text-size-adjust: none;
		 text-size-adjust: none;  
}
body { background:#FFF url(../images/bg_body.jpg);}
body.shop { background:#f4f4f0;}
body, th, td, input { font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; font-size: 100%; }
a { text-decoration: none; }
h1 { font-size: 1.5em; font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; margin: 0 0 1em; }
h2 { font-size: 1.4em; font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; margin:0 0 1em; }
h3 { font-size: 1.3em; font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; margin:0 0 0.6em; }
h4 { font-size: 1.2em; font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; margin:0 0 0.6em; }
h5 { font-size: 1.2em; font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; margin:0 0 0.6em; }
h6 { font-size: 1.1em; font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; margin:0 0 0.6em; }
p,li { font-size: 0.9375em; line-height: 1.8em; color: #555150;  }
a:link, a:visited { text-decoration: none; cursor: pointer; }
hr {  margin: 1.5em 0;}
a:link, a:visited { text-decoration: none; cursor: pointer; outline: solid 0px transparent; }
a:focus { outline: solid 2px #0e6eb8; }
input:focus { border: 1px solid #0e6eb8; box-shadow: 0 0 3px #0e6eb8 inset;}
::selection { background: #0e6eb8; color: #FFF;}
.red{
	color:#900;
}
.text_right{
	text-align: right;
}
.loadbar { position: fixed; background: #0e6eb8; width: 0; height: 4px; top: 0; left: 0; z-index: 3000; overflow: hidden;
	transition: 400ms ease-in-out;
}
.loadbar.ed { width: 0!important; border: none; right: 0; left: inherit; opacity: 0; }

/*accessibility*/
.to_content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	color: #FFF;
    z-index: 1;
}
    .to_content:focus {
		background: #0a4d81;
		color: #FFF;
        z-index: 2000;
    }
#Accesskey_U {
	position: relative;
}
#Accesskey_C {
	position: absolute;
	z-index: 200;
	left: 10px;
	color: #333;
	margin: 5px 0 0 0;
}
#Accesskey_C.page {
	position: relative;
	z-index: 200;
	left: initial;
	color: #FFF;
	margin: 0;
}
	#Accesskey_C:focus {
		opacity: 1;
	}

#Accesskey_Z {
	color: #FFF;
	position: absolute;
	left: 10px;
	top: 10px;
}
.tip{ position: fixed; bottom:0; width: 100%; padding: 10px; background: #0e6eb8; color: #FFF; box-sizing: border-box; text-align: center; z-index: 1000; margin: 0;}

.imgLiquidCenter, .imgLiquidFill{ opacity: 0; 
	transition: opacity 400ms ease-in-out;
}
.imgLiquid_ready { opacity: 1; }

.mv_16by9 { position: relative; padding-bottom: 56.25%;}
.mv_16by9 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}

.links_bar{ position: relative; line-height: 34px; margin: 4px 0;}
.links_bar .title{ display: inline-block;  color: #666; font-size: 0.9em; background: #f2f2f2; padding: 0 10px; margin: 0 5px 5px 0;}
.links_bar a{ display: inline-block;  color: #666; font-size: 0.9em; }
.links_bar .title::before{ content: ''; margin-right: 5px;
	font-family: "FontAwesome"; font-weight: 900; content: "\f0c1";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.links_bar a:hover, .links_bar a:focus{ color: #0a4d81;}

.downloads_bar{ position: relative; line-height: 34px; margin: 4px 0;}
.downloads_bar .title{ display: inline-block;  color: #666; font-size: 0.9em; background: #f2f2f2; padding: 0 10px; margin: 0 5px 5px 0;}
.downloads_bar a{ display: inline-block;  color: #666; font-size: 0.9em; }
.downloads_bar .title::before{ content: ''; margin-right: 5px;
	font-family: "FontAwesome"; font-weight: 900; content: "\f019";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.downloads_bar a:hover, .downloads_bar a:focus{ color: #0a4d81;}

/*Element*/
.ie { position: fixed; width: 60%; height: 80%; padding: 10% 20%; text-align: center; left: 0; top: 0; background: #f2f2f2; z-index: 9999; }
.ie .title { color: #333 !important; font-size: 2em; }
.ie p { text-align: center; color: #333 !important; font-size: 0.9375em; }
.ie a { color: #F36; }

/* =============================================================================
   BASIC END
   ========================================================================== */

/*Package*/
.inner-width { position: relative; max-width:1200px; margin: auto; }
.txt-width { position: relative; max-width:1080px; margin: auto; }

.more_bar{ position: relative; z-index: 100; padding: 30px 0 10px 0; text-align: left;}
.more_bar.ph{ padding: 30px 0;}
.more_bar.center{ text-align: center;}
.more_bar.right{ text-align: right;}

.btn_more{ position: relative; display: inline-block; font-size: 1.2em; color: #FFF; background: #0e6eb8; line-height: 40px; padding: 0 40px; border-radius: 20px; left: 0.1em; 
	transition: 200ms ease; letter-spacing: 0.1em;
}
.btn_more::before{ content: ''; position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; background: #0a4d81; z-index: -1; border-radius: 20px; border:none;
	transition: 200ms ease; letter-spacing: 0.1em;
	transform: rotate(0);
}
.btn_more:hover, .btn_more:focus{ color: #FFF;}
.btn_more:hover::before, .btn_more:focus::before{ top: 0; left: 10px; background: #0a4d81;
	
}
.btn_more:hover::before, .btn_more:focus::before{ z-index: -1;}
.btn_more.c2{ background: #FFF; border: solid 1px #0e6eb8; color: #0e6eb8;}
.btn_more.c2:hover, .btn_more.c2:focus{ color: #FFF; background: #0e6eb8;}
.btn_more:hover:after{
	content:"";
	background: url(../images/icon.png);
	position: absolute;
	width: 50px;
	height: 40px;
	top:-33px;
	left:0;
}
.btn_send{ position: relative; display: inline-block; color: #FFF; text-align: center; background: #0e6eb8; font-size:18px; line-height: 32px; padding: 5px 20px; font-weight: 700; border:none;
	transition: 200ms ease; border-radius: 5px;;
}
.btn_send:hover, .btn_send:focus{ color: #FFF; background: #0a4d81;}

.btn_send.disabled{ background: #CCC; cursor: default;}

.btn_clear{ position: relative; display: inline-block; color: #FFF; text-align: center; background: #666; font-size:18px; line-height: 32px; padding: 5px 20px; font-weight: 700; border:none;
	transition: 200ms ease; border-radius: 5px;
}
.btn_clear:hover{
	background: #333; color: #FFF;;
}
.btn_send.sm{ display:block; padding: 0 20px; box-sizing: border-box; font-size: 1em; line-height: 2.4em;}

/*PAGER*/
.pager_bar { padding: 20px 0; text-align: center; }
.pager_bar.right {  text-align: right; }
.pager_bar a { display: inline-block; line-height: 32px; width: 32px; text-align: center; margin: 0 4px 0 0; color: #FFF; font-size: 1em; border-radius: 5px; background: #666; vertical-align: text-top;
	transition: 300ms ease;
}
.pager_bar select { display: inline-block; line-height: 30px; vertical-align: text-top; padding: 0 30px; margin: 0 4px 0 0; border-radius: 5px;
	transition: 300ms ease;
}
.pager_bar a.con { width: auto; padding: 0 20px;  border-radius: 5px; background: #666;}
.pager_bar a.con.red{ color: #FFF; background: #0a4d81;}
.pager_bar a.arr { background: #666; font-size: 1.4em;}
.pager_bar a:hover, .pager_bar a.cur { color: #FFF; background: #0a4d81;}
.pager_bar p{ text-align: center; color: #666; font-size: 0.9em; margin: 0 0 10px 0;}
.pager_bar p strong{ color:#333}

/*BLOCK*/
#wrapper { position: relative; z-index: 1; width: 100%; margin:auto; top:0; overflow:hidden;}
#header { position:fixed; z-index:1000; width:100%; padding: 0; left:0;
    transition: 500ms ease-in-out;
}
#header .bg{ position: absolute; top: 0; left: 0; width: 100%; background: rgba(255,255,255,1); height: 100px;
	transition: 500ms ease;
}
#content { position: relative; padding: 110px 0 0 0;}
#main-content{
	position: absolute;
    z-index: 999;
	left: 0;
    top: 0;
}
#footer { position:relative; background: url(../images/bg_footer.jpg) #333 repeat center center fixed;  z-index: 1; padding: 20px 0; text-align: center;}
#footer .foot_menu{ position: relative; padding: 10px 0 20px; margin: 0 0 20px 0; border-bottom: solid #6ca7d5 1px;
}
#footer .foot_menu a{ display: inline-block; color: #FFF; padding: 0 20px; line-height: 32px; margin: 2px; font-size: 1em; background: #535353; border-radius: 16px;
	transition: 500ms ease;
}
#footer .foot_menu a:hover, #footer .foot_menu a:focus{ background: #0e6eb8 ; color: #FFF;}

#footer .info { color: #FFF; text-align: left; padding: 10px; width: 50%; float: left;}
#footer .info .foot_logo{ width: 200px; float: left; margin: 0 10px 10px 0;}
#footer .info .title{ font-size: 1.2em; font-family: 'Noto Serif TC', serif; font-weight: 400; padding: 10px 0;}
#footer .info p{ margin: 0; color: #FFF; font-size: 0.8em;}
#footer .copyright { color: #FFF; text-align: right; padding: 10px; width: 50%; float: right;}
#footer .copyright p{ margin: 0; color: #FFF; font-size: 0.8em;}
#footer .copyright a{ display: inline-block; margin: 0 0 4px;}

#path{ position: relative; box-sizing: border-box; width: 100%; padding:2px 16px; background:#0e6eb8; color: #FFF; overflow: auto; 
	transition: 500ms ease;
}
#path ul{ display: block; list-style: none; margin: 0 5px; }
#path li { display: inline-block; color: #FFF; font-size: 13px; }
#path li + li:before { 
	content: "/";
    padding:0 5px;
    color: #FFF;
}
#path li:nth-child(1) + li:before{ content: '';}
#path li a{ color:#FFF; font-size: 13px;}
#path li a i{ font-size: 16px;}
#path a:focus{ outline: solid 2px #FFF;}

#path .share_bar{ position: relative; width: 30%; float: right; text-align: right;}
#path .share_bar a{ display: inline-block; color: #999; padding: 2px 4px; font-size: 16px; border-radius: 4px; margin: 2px;}
#path .share_bar a i{ font-size: 16px;}
#path .share_bar a:hover{ background: #044271; color: #FFF;}
#path .share_bar a:hover i{ color: #FFF;}

/**logo**/
.logo { position: absolute; top: 14px; left: 10px; width: 170px; padding: 0; margin: 0 ; box-sizing: border-box;
    transition: 500ms ease-in-out;
}
.logo img { max-width: 100%;
    transition: 500ms ease-in-out;
}
.inx .logo { width: 164px; 
}

.inner_logo{ padding:0; text-align: left;}
.inner_logo img { width: 300px;}


.nav{ position: absolute; box-sizing: border-box; top: 10px; right:0; z-index: 1;
	transition: 500ms ease;
}
.nav ul{ list-style:none; margin:0; box-sizing: border-box;
	transition: 500ms ease-in;
}
.nav li{ display: inline-block; }
.nav a{ position:relative; display:block; font-size: 14px; font-weight: 700; color:#333; padding: 0 10px;
	transition: 200ms ease;
}
.nav a i{ font-size: 16px;}
.nav a img{ width: 20px; vertical-align: text-bottom;}
.nav a span{ display: inline-block; overflow: hidden; width: 0; height: 0;}
.nav a:hover{ color: #0a4d81;}


.search_box{ position: relative; float: left; width: 174px; box-sizing: border-box; text-align: left; border: #dedede solid 1px; border-radius: 5px; overflow: hidden; height: 32px; margin: 0 5px;
	transition: 500ms ease;
}
.search_box form{ margin: 0;}
.search_box label{ margin: 0;}
.search_box input{ width: calc(80%); line-height: 30px; height: auto; font-size: 16px; border: none; padding:0 5px; float: left;}
.search_box input:focus{ box-shadow: none;
	border: solid 1px #0e6eb8; line-height: 28px;
}
.search_box .send{ border: none; background: none; padding:0 5px; margin: 0; float: right; width: 20%; line-height: 30px; font-size: 16px; color: #0e6eb8; text-align: center;}
.search_box .send span{ display: block; height: 0; width: 0; overflow: hidden; opacity: 0; text-indent: -999px;}
.search_box .send:hover, .search_box .send:focus{ background: #0e6eb8; color: #FFF;
	outline: none;
}
.search_box:hover, .search_box:focus{ border: #0e6eb8 solid 1px;}

.lan_box{ position: relative; float: left; box-sizing: border-box; text-align: left; height: 32px; margin: -10px 5px 0;
	transition: 500ms ease;
}
.lan_box a{ float: left; color: #0e6eb8; padding: 15px 20px 5px; border-radius: 0 0 5px 5px; border: none;}
.lan_box a.on{ background: #0e6eb8; color: #FFF; cursor: default;}


.top_menu{ position: absolute; box-sizing: border-box; top: 60px; left:0; width: 100%; text-align: center;
	transition: 500ms ease;
}
	.top_menu ul{ list-style:none; margin:0; box-sizing: border-box;
		transition: 500ms ease-in;
	}
	.top_menu>ul>li{ position: relative; display: inline-block; }
	.top_menu>ul>li>a{ position:relative; display:block; font-size: 16px; font-weight: 700; color:#333; padding:0 1.2em; margin: 0; line-height: 32px;  border-radius: 5px;
		transition: 200ms ease;
	}
	.top_menu>ul>li>a.cur{ background: #999; color: #FFF; border-radius: 25px;}
	.top_menu>ul>li>a:hover, .top_menu>ul>li.on>a{ background: #0e6eb8; color: #FFF;}

.top_menu>ul>li.submenuhead.on{ height: 70px;}

.top_menu .submenu{ position: absolute; display: none; top: 40px; left:0; background: rgba(255, 255, 255, 0.95); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); min-width: 100px; border-radius:0 0 5px 5px;
	transition: 500ms ease-in-out;
}
	.top_menu .on .submenu{ display: block;}
	.top_menu .submenu>li + li{  border-top: solid 1px #e4e4e4;}
	/* .top_menu .submenu>li:first-child a{ border-radius: 5px 5px 0 0;} */
	.top_menu .submenu>li:last-child a{ border-radius: 0 0 5px 5px;}
	.top_menu .submenu a{ position: relative; display: block; text-align: left; color: #333; padding: 10px 30px; line-height: 18px; margin:0; font-size: 16px; white-space:nowrap;
		transition: 500ms ease;
	}
	.top_menu .submenu a:hover, .top_menu ul.submenu a:focus{ background: #044271; color: #FFF;}


.top_menu .submenuhead2{ position: relative;}
	.top_menu .submenuhead2>a::after{ position: absolute; content: ''; display: block; right: 7px; top:12px; color: #333; font-size: 12px;
		font-family: "FontAwesome"; font-weight: 900; content: "\f067";
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	}
	.top_menu .submenu2{ display: none;  position: absolute; min-width: 100px;  top: 0; left: 100%; background: #0e6eb8;  border-radius:5px;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	}

	.top_menu .submenu2>li + li{  border-top: solid 1px rgba(255,255,255,0.40);}
	.top_menu .submenu2 a{ display: block; white-space:nowrap; color: #FFF;}
	.top_menu .submenu2>li:first-child a{ border-radius: 5px 5px 0 0;}
	.top_menu .submenu2>li:last-child a{ border-radius: 0 0 5px 5px;}

.top_menu .submenu2 a:hover, .top_menu ul.submenu2 a:focus{ background: #044271; color: #FFF;}
.top_menu .submenuhead2>a:hover::after, .top_menu .submenuhead2>a:focus::after{ color: #FFF;}
.top_menu .submenuhead2.on .submenu2 { display: block;}
.top_menu .submenuhead2.on::after{  color: #FFF;}


/*ED*/
#header.ed .bg{ box-shadow: 0 0 20px rgba(0,0,0,0.2); background: rgba(255, 255, 255, 0.98); height: 85px;}
#header.ed .top_menu{ top: 50px;}
#header.ed .top_menu .submenu{ top: 35px;}


/*BANNER*/
.top_banner { position: relative; background: #f9f9f9; width: 100%; padding: 10px 0 0 0; margin: 0 auto; overflow: hidden; z-index: 100; height: 680px;}
.top_banner ul{ margin: 0; list-style: none; width: 1400px; max-width: 100%; margin: 0 auto; overflow: visible;}
.top_banner li{ position: relative; display: block;}
.top_banner li .item{ position: relative; display: block; height: 400px; }
.top_banner .pic{ display: block; position: absolute; top: 0; left: 0;  width: 100%; height: 100%; z-index: 0; overflow: hidden;
	background: #FFF url(../images/loading.gif) no-repeat center center; background-size: 100px;
	transition: opacity 800ms ease-in-out;
}
.top_banner .owl-carousel .owl-stage-outer { overflow: visible;}
.top_banner .owl-item .cloned .item:focus { outline: none; }

.top_banner .inner-width{ z-index: 100;}
.top_banner .txt{ position: absolute; top: 360px; padding:70px 50px 20px; width: 100%; background: #FFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	border-bottom: solid 8px #6ca7d5;
	opacity: 0;
	transition: 600ms ease-in;
}
.top_banner .txt .title{ position: relative; font-family: 'Noto Serif TC', serif; font-weight: 500; letter-spacing: 0.1em; font-size: 3em; color: #000; margin: 0 0 20px 0;
	top:30px;
	opacity: 0;
	transition: 400ms 500ms ease-in;
}
.top_banner .txt .con{ position: relative; font-size: 1em; color: #333;
	top:30px;
	opacity: 0;
	transition: 500ms 500ms ease-in;
}
.top_banner .txt .more_bar{ font-size: 1em; color: #333;
	top:30px;
	opacity: 0;
	transition: 600ms 500ms ease-in;
}

.top_banner .owl-item { opacity: 0.2; transition: opacity 400ms ease-in-out;}
.top_banner .owl-item.active { opacity: 1;}
.top_banner .owl-theme .owl-dots{ position: absolute; bottom: 15px;}

.top_banner .active .txt{ top:340px; opacity: 1;}
.top_banner .active .txt .title{  top:0; opacity: 1;}
.top_banner .active .txt .con{  top:0; opacity: 1;}
.top_banner .active .txt .more_bar{  top:0; opacity: 1;}

.top_banner .btn_more:hover:after{
	background: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    background: #0e6eb8;
}

.bg_box{ position: relative; height: 400px;}
.bg_box .bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed;}
.bg_box .txt{ position: absolute; top: 40%; left: 0; width: 100%; text-align: center; color: #FFF;}
.bg_box .txt .title{ font-family: 'Noto Serif TC', serif; font-weight: 500; letter-spacing: 0.1em; font-size: 2.4em; line-height: 1em; }
.bg_box .txt .con{ letter-spacing: 0.1em; font-size: 1.2em; line-height: 2em; }

.page_bg_box{ position: relative; height: 300px; overflow: hidden; background: #333 url(../images/bg_footer.jpg);}
.page_bg_box .bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed;
	-webkit-filter: blur(10px); transform: scale(1.1);
}
.page_bg_box .bg.imgLiquid_ready{ opacity: 0.5; }
.page_bg_box .txt{ position: absolute; top: 40%; left: 0; width: 100%; text-align: center; color: #FFF;}
.page_bg_box .txt .title{ font-family: 'Noto Serif TC', serif; font-weight: 500; letter-spacing: 0.1em; font-size: 1.8em; line-height: 1.2em; }
.page_bg_box .txt .title.p404{ font-size: 3em; margin: 0 0 0.5em 0;}
.page_bg_box .txt .con{ letter-spacing: 0.1em; font-size: 1.2em; line-height: 2em; }
.page_bg_box .txt .con.p404 a{ color: #FFF;}

.inner_bg_box{ position: relative; height: 200px; overflow: hidden; background: #333 url(../images/bg_footer.jpg);}
.inner_bg_box .bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed;
	-webkit-filter: blur(10px); transform: scale(1.1);
}
.inner_bg_box .bg.imgLiquid_ready{ opacity: 0.5; }
.inner_bg_box .txt{ position: absolute; top: 40%; left: 0; width: 100%; text-align: center; color: #FFF;}
.inner_bg_box .txt .title{ font-family: 'Noto Serif TC', serif; font-weight: 500; letter-spacing: 0.1em; font-size: 1.8em; line-height: 1.2em; }
.inner_bg_box .txt .con{ letter-spacing: 0.1em; font-size: 1em; line-height: 2em; }

.vendor_bg_box{ position: relative; height: 450px; overflow: hidden; background: #333 url(../images/bg_footer.jpg); border-bottom: 4px solid #0e6eb8;}
.vendor_bg_box .bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed;
	-webkit-filter: blur(5px); transform: scale(1.1);
}
.vendor_bg_box .bg.imgLiquid_ready{ opacity: 0.5; }
.vendor_bg_box .txt{ position: absolute; top: 25%; left: 0; width: 100%; text-align: center; color: #FFF;}
.vendor_bg_box .txt .title{ font-family: 'Noto Serif TC', serif; font-weight: 500; letter-spacing: 0.1em; font-size: 2.8em; line-height: 1.2em;padding: 0 15px; }
.vendor_bg_box .txt .con{ letter-spacing: 0.1em; font-size: 1em; line-height: 2em; }
.vendor_bg_box .txt .num{ display: inline-block; background: #0e6eb8; font-size: 1.2em; color: #FFF; border-radius: 5px; padding: 0 30px; margin: 0 0 10px 0; line-height: 30px; border-radius: 15px;}

/*TITLE*/
.title_bar{ position: relative; text-align: left; margin: 0 0 20px 0; padding:0;}
.title_bar.nomr{ margin: 0;}
.title_bar.left{ text-align: left; }
.title_bar.right{ text-align: right; }
.title_bar.center{ text-align: center; }
.title_bar .title{ position: relative; display: inline-block; color: #333333; font-size: 1.875em; margin: 0; letter-spacing: 0.1em; }
.title_bar .title.small{ font-size: 20px;}
.title_bar .title b{ display: block; font-weight: 500;}
.title_bar .title span{ display: block; font-size: 0.5em; line-height: 3em; color: #666;}
.title_bar .back{ position: absolute; bottom: 10px; left: -30px; font-size: 24px; color: #0a4d81;}
.title_bar .sub_title{ position: relative; display: inline-block; color: #000; font-family: 'Noto Serif TC', serif; font-weight: 500; font-size: 20px; margin:30px 0 0; letter-spacing: 0.1em;}
.title_bar .sub_title::before{ position: absolute; display: block; content: ''; bottom: -8px; left: 0; width: 55px; height: 3px; background: #0a4d81;}

/*about_box*/
.about_box{ position: relative; height: auto; z-index: 200;}
.about_box .inner-width{ padding: 0 30px ;}
.about_box .cover{ width: 40%; float: left; margin: -110px 0 0 0; box-sizing: border-box;}
.about_box .cover::before{ position: relative; display: block; content: ''; padding: 0 0 75% 0;}
.about_box .cover img{ max-width: 100%;}
.about_box .txt{ position: relative;  width: 60%; float: right; padding: 40px;}
.about_box .txt .title{ font-size: 1.25em; margin: 0 0 10px 0; font-family: 'Noto Serif TC', serif; font-weight: 500;}
.about_box .txt p{ font-size: 0.875em;}

/*tool_bar*/
.tool_bar{ text-align:left; color:#333; line-height: 30px; margin: 0 0 20px 0;}
.tool_bar label{ display: inline-block; margin: 0; vertical-align: top;}
.tool_bar .item_title{ display: inline-block; padding:0 5px; font-size: 16px; font-weight:bold; vertical-align: text-top; min-width: 80px; text-align: right;}
.tool_bar .btn_send{display: inline-block; border-radius:15px; border: none; padding:0 20px; background:#0e6eb8; color:#FFF; border-radius:0 5px 5px 0; line-height: 32px;; box-sizing: border-box; vertical-align: text-top; margin-left: -4px; z-index: 1;
	transition: 300ms ease;
}
.tool_bar .btn_send:hover{ background:#044271; }
.tool_bar input[type="date"]{ border-radius: 5px; width: 160px; font-size: 15px; vertical-align: text-top;}
.tool_bar input[type="text"]{ border-radius: 5px 0 0 5px; width: 140px; font-size: 15px; vertical-align: text-top;}
.tool_bar .switch{ padding: 4px 10px; float: right; }
.tool_bar .switch a{ display: inline-block; }
.tool_bar .icon { padding: 0 5px; color:#666; cursor: pointer; }
.tool_bar .icon i{ font-size: 24px; line-height: 30px;}
.tool_bar .icon:hover  { color:#c73246;}
.tool_bar .icon.on{ color:#0e6eb8;}
.tool_bar form{
	width: calc(100% - 100px);
	float: left;
}

/*news_box*/
.news_box{ position: relative; height: auto;  padding: 60px 0;}
.news_box ul{ position: relative; display: block; list-style: none; margin: 0 -5px;}
.news_box ul li{ position: relative; display: block; float: left; width: calc(100% / 3);}
.news_box li a{ position: relative; display: block; margin: 5px;
	transition: 400ms ease-in-out;
}
.news_box li a .pic{  padding-bottom: 75%;
	transition: transform 400ms ease-in-out,opacity 400ms ease-in-out ;
}
.news_box li a .txt{ position: relative; z-index: 1; padding: 10px;}
.news_box li a .txt .date{ background: #0e6eb8; color: #FFF; border-radius: 5px; padding: 0 10px; line-height: 30px; margin: -45px 0 10px 0; float: left;
	transition: transform 400ms ease-in-out,opacity 400ms ease-in-out ;
}
.news_box li a .txt .title{ position: relative; display: block; color: #000; margin: 0; font-weight: 400; line-height: 1.2em;
	word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.news_box li a .txt p{ display: block; color: #333; line-height: 1.2em; height: 2.4em; overflow: hidden; margin: 0;}
.news_box li a:hover, .news_box li a:focus{ background: #0e6eb8;}
.news_box li a:hover .txt .title, .news_box li a:focus .txt .title{ color: #FFF;}
.news_box li a:hover .pic, .news_box li a:focus .pic{ transform: scale(1.02) translateY(-5px); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.news_box li a:hover .txt .date, .news_box li a:focus .txt .date{ transform: translateY(-14px); }
	.news_box .list li{ float: none; width: auto !important; border-bottom: solid 1px #CCC;}
	.news_box .list li a { overflow: auto;}
	.news_box .list li a .pic{ float: left; width: 150px; height: 100px; padding: 0;}

	.news_box .list li a .txt{ padding: 10px; float: right; width: calc( 100% - 150px ); box-sizing: border-box;}
	.news_box .list li a .txt .date{ float: none; display: inline-block; margin: 0; position: relative; bottom: initial; left:initial;
		word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
	}
	.news_box .list li a .txt h3{ min-height: initial; overflow: visible; word-break: break-all; white-space: pre-wrap;}
	.news_box .list li a .txt p{ font-size: 15px; line-height: 1.5em; height: auto; overflow: visible;}
	.news_box .list li a:hover .pic{ transform: scale(1); }
	.news_box .list li a:hover .date{ background: #FFF; color: #0a4d81;}
	
	.news_box.pol{ margin: auto; }
	.news_box.pol ul{ display: block; column-count: 1; column-gap: 10px;}
	.news_box.pol .list li{ display: block; break-inside: avoid; width: auto !important; margin: 0; border-bottom: none;}
	.news_box.pol .list li+li{ border-top: solid 1px #CCC; }
	.news_box.pol .list li a .txt{ padding: 10px; float: none; width: auto; box-sizing: border-box;}
	.news_box.pol .list li a .txt .title{ min-height: initial; overflow: visible; word-break: break-all; white-space: pre-wrap; font-size: 1.5em; line-height: 1.5em;
	}
	.news_box.pol .list li a .txt .title i{  color: #0a4d81;}
	.news_box.pol .list li a .txt .con{ font-size: 1em; color: #666; line-height: 1.2em;}
	.news_box.pol .list li a:hover .con, .news_box.pol .list li a:focus .con{ color: #FFF; }
	.news_box.pol .list li a:hover, .news_box li a:focus{ background: #666; box-shadow: 0 0 10px rgba(0,0,0,0.3);
		transform: scale(1.02);
	}
	.news_box.pol .list li a:hover .txt .title i, .news_box.pol .list li a:focus .txt .title i{  color: #FFF;}

/*vendor_box*/
.vendor_box{ position: relative; height: auto;  padding: 60px 0;}
.vendor_box.inx{ background: #f9f9f9;}
.vendor_box ul{ position: relative; display: block; list-style: none; margin: 0 -5px;}
.vendor_box ul li{ position: relative; display: block; float: left; width: calc(100% / 3);}
.vendor_box li a{ position: relative; display: block; margin: 5px; border-radius: 10px; overflow: hidden;
	transition: 400ms ease;
}
.vendor_box li a::before{ position: absolute; display: block; content: ''; top: 0; bottom: 0; left: 0; right: 0;
	transition: 400ms ease;
}
.vendor_box li a .pic{  padding-bottom: 75%;}
.vendor_box li a .txt{ position: absolute; bottom: 0; left: 0; width: 100%; padding: 30% 20px 20px; text-align: center; height: 70%;
	transition: 400ms ease;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8)0%, rgba(0, 0, 0, 0)70%);
}
.vendor_box li a .txt .num{ display: inline-block; background: #0e6eb8; font-size: 1.2em; color: #FFF; border-radius: 5px; padding: 0 30px; margin: 0 0 10px 0; line-height: 30px; border-radius: 15px;}

.vendor_box li a .txt .title{ position: relative; display: block; color: #000; margin: 0 0 20px 0; padding: 0 0 20px 0; font-weight: 400; line-height: 1.2em; font-size: 1.2em;
	color: #FFF;
	word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.vendor_box li a .txt p{ display: block; color: #FFF; line-height: 1.2em; height: 0; overflow: hidden; margin: 0;}
.vendor_box li a:hover, .vendor_box li a:focus{ background: #0e6eb8;}

.vendor_box li a:hover .txt, .vendor_box li a:focus .txt { 
	height: 100%;
}
.vendor_box li a:hover::before, .vendor_box li a:focus::before{ background: rgba(0, 0, 0, 0.8);}
.vendor_box li a:hover .txt .title, .vendor_box li a:focus .txt .title { border-bottom: solid 1px #0e6eb8;}
.vendor_box li a:hover .txt p, .vendor_box li a:focus .txt p { height: 100%; height: 2.4em;}

.vendor_box .view{ max-width: 450px; padding: 0 10px; margin: auto;}
.vendor_box .view .cover{ padding: 0 0 75% 0; margin: -180px 0 40px 0; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); border-radius: 10px;}

.sponsor_box{ position: relative; height: auto;  padding: 60px 0;}
.sponsor_box ul{ position: relative; display: block; list-style: none; margin: 0 -5px;}
.sponsor_box ul li{ position: relative; display: block; float: left; width: calc(100% / 4);}
.sponsor_box li a{ position: relative; display: block; margin: 20px; border-radius: 10px; overflow: hidden;
	transition: 400ms ease;
}
.sponsor_box li a::before{ position: absolute; display: block; content: ''; top: 0; bottom: 0; left: 0; right: 0;
	transition: 400ms ease;
}
.sponsor_box li a .pic{  padding-bottom: 75%;}
.sponsor_box li a:hover, .sponsor_box li a:focus{ transform: scale(1.04);}

.map_box{ position: relative; background: #0a4d81;}
.map_box iframe{ display: block; opacity: 0.95;}

/*MEDIA*/
.media_box{ position: relative; z-index: 10; margin: 0 auto; padding:60px 0;}
.media_box ul{ display: block; list-style: none; margin: 0 -10px;}
.media_box li{ display: block; float: left; width: calc(100% / 3);}
.media_box li a { position: relative; display: block; overflow: hidden; background: #658837; margin: 10px;
	transition: transform 500ms ease;
}
.media_box li a .pic{ height: 0; opacity: 0.8;
	transition: opacity 500ms ease, transform 1000ms ease;
}
.media_box li a .pic.imgLiquid_ready{ height: 100%;}
.media_box li a .pic::before{ content: ''; display: block; padding-bottom: 56.25%;}
.media_box li a::after{ display: block; position: absolute; color:#FFF; z-index: 2; top: 0; left:0; width: 100%; line-height: 240px; text-align: center; font-size: 24px;
	font-family: "FontAwesome"; font-weight: 900; content: "\f144"; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;
}
.media_box li a .date{ color:#FFF; font-family: Arial, Helvetica, sans-serif; font-size: 15px; float: left;}
.media_box li a .type{ color:#FFF; font-size: 15px; float: right;}
.media_box li a .txt{ position: absolute; top: 70%; left: 10%; width: 80%;}
.media_box li a h3 { clear: both; color: #FFF; font-size: 17px; margin: 0 0 10px 0; line-height: 1.2em; clear: both; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.media_box li a:hover {
	transform: scale(1.05);
}
.media_box li a:hover .pic{ opacity: 0.1;
	transform: scale(1.05);
}
.media_box li a:hover .title{ background: rgba(63, 36, 29, 0.9); opacity: 1;}


/*inner_box*/
.inner_box{ position: relative; padding: 40px 0;}
.inner_box .date{ font-size: 1em; font-weight: 400; padding: 10px 0; color: #0a4d81;}

  
.inner_box tr:nth-child(even) { background-color: #f2f2f2;}
.inner_box .s2 tr:nth-child(even) { background-color: #FFF;}
.inner_box .s2 td:nth-child(even) { background-color: #f2f2f2;}

.inner_box .cover{ position: relative; margin: 20px 0; max-width: 500px;}
.inner_box .cover img{ position: relative; display: block; max-width: 100%;}

.inner_box table.animal{ position: relative; width: 100%;}
.inner_box table.animal th, .inner_box table.animal td{ border-bottom: solid 1px #f2f2f2; padding: 0.5em 15px; line-height: 1.4em; font-size:18px;}
.inner_box table.animal th{ width: 80px;}

.inner_box .tool_bar{ position: absolute; top: 30px; right: 20px;}
.inner_box .tool_bar a { display: inline-block; line-height: 32px; width: auto;  text-align: center; margin: 0 4px 0 0; padding: 0 20px; color: #FFF; font-size: 16px; border-radius: 16px;background: #0a4d81; 
	transition: 300ms ease;
}
.inner_box .tool_bar a:hover { color: #FFF; background: #0a4d81;
	transform: scale(1.04);
}

/*EDITOR*/
.edit img{ max-width: 100%; height: auto !important;}
.edit iframe{ max-width: 100%;}
.edit h2{ font-size: 1.5em;}
.edit h3{ position: relative; display: inline-block; font-size: 1.4em; color: #333; margin-bottom: 20px;}
.edit h3::before{ position: absolute; display: block; content: ''; bottom: -5px; left: 0; width: 40%; height: 2px; background: #634f41;}
.edit h3::after{ content: ''; display: block; clear: both;}
.edit h4{ position: relative; display: block; color: #333; font-size: 1.3em;}
.edit h4::before{ position: absolute; display: block; content: ''; bottom: -5px; left: 0; width: 55px; height: 2px; background: #0a4d81;}
.edit a{ color:#0e6eb8;}


/*text img*/
.pic_center{ max-width: 100%; margin: 0 auto 20px; padding: 0 0 20px 0; text-align: center;}
.pic_center img{ width: 100%; max-width: 500px; height: auto;}
.pic_left{ float:left; margin: 0 40px 0 0; max-width: 500px;}
.pic_left img{ width: 100%; height: auto;}
.pic_right{ float:right; margin: 0 0 0 40px; max-width: 500px;}
.pic_right img{ width: 100%; height: auto;}
.txt_pad{ padding: 20px;}

.print .inner_box{ padding: 20px 0;}
.print .title_bar{ text-align: left; margin: 0;}
.print blockquote.s1 { max-width: 100%; margin: 0 auto 20px;}

.pho_list{ position: relative; margin:10px -10px 50px;}
.pho_list a{ position: relative; display: block; float: left; width: calc(100%/4 - 20px); margin: 10px; border-radius: 5px; overflow: hidden; background: #333;}
.pho_list a figure{ position: absolute; display: block; z-index: 1; bottom: 0; left: 0; width: 100%; box-sizing: border-box; background: rgba(0,0,0,0); color: #FFF; padding: 5px; text-align: center; opacity: 0; font-size: 0.9em;
	transition: 500ms ease-in-out;
}
.pho_list a img{ position: absolute; display: block !important; top: 50%; left: 50%; width: 0%; height: 0%;
	transition: 500ms ease-in-out;
}
.pho_list a::before{ display: block; content: ''; background: #333; opacity: 0; z-index: 1; width: 100%; padding: 0 0 100% 0;
	transition: 500ms ease-in-out;
}
.pho_list a::after{ display: block; position: absolute; color:#FFF; opacity: 0; z-index: 2; top: 50%; left:50%; margin: -16px 0 0 -16px ; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 1.2em;
	font-family: "FontAwesome"; font-weight: 900; content: "\f00e";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;	
	text-shadow: 0 0 0 10px rgba(0,0,0,0.2);
}
.pho_list a:hover figure{ background: rgba(0,0,0,0.6); opacity: 1;}
.pho_list a:hover::before{ opacity: 0.4;}
.pho_list a:hover::after{ opacity:1;}


.tag_list{ position: relative; margin:30px 0;}
.tag_list a{ display: inline-block; background: #999; color: #FFF; padding: 2px 10px; font-size: 14px; border-radius: 4px; margin: 2px;}
.tag_list a:hover{ background: #0a4d81;}

.share_bar{ position: relative; margin:30px 0; text-align: center;}
.share_bar h5{ font-size: 15px; color: #666; margin: 0 0 4px 0;}
.share_bar a{ display: inline-block; color: #FFF; background: #666; text-align: center; border-radius: 4px; margin: 2px; width: 32px; line-height: 32px; border-radius: 16px;}
.share_bar a i{ font-size: 1.25em; vertical-align: text-top;}
.share_bar a.fb{ background: #3B5998;}
.share_bar a.tw{ background: #1EA2F2;}
.share_bar a.line{ background: #00B901;}
.share_bar a.line img{ width: 22px; vertical-align: text-top;}
.share_bar a:hover{ background: #0a4d81; color: #FFF;}

blockquote.s1{ box-sizing: border-box; background: #f2f2f2; color:#333; border-radius: 20px; margin: 20px auto 60px; padding: 20px 40px; max-width:80%; quotes:"\201C""\201D""\2018""\2019"; border: none; }
blockquote.s1:before, blockquote.s1:after{ font-family: 'Noto Sans TC', sans-serif; font-size:2em; color:#0a4d81; line-height:.01em; vertical-align:-0.5em;}
blockquote.s1:before{ content:open-quote; top: 20px; float: left; position: relative; margin-left:-1.4em;}
blockquote.s1:after{ float: right; position: relative; content:close-quote; bottom: -40px; margin-right:-1.4em;}
blockquote.s1 ol{margin:.2em;padding:0}
blockquote.s1 li{margin:.2em;padding:0}

.site_list {
    position: relative; list-style: none; margin: 0 0 10px 0;
}
	.site_list ul {
		padding-left: 1em; list-style: none;
	}

    .site_list > li {
        border-bottom: 3px solid #f2f2f2;
        padding: 10px;
    }

        .site_list > li > a {
            display: block;
            font-size: 1.2em;
            font-weight: bold;
            margin: 0 0 10px 0;
            padding: 10px;
            line-height: 1.4em;
			transition: 500ms ease;
			color:#0e6eb8;
        }

        .site_list > li li a {
            font-size: 1.1em;
            font-weight: 400;
            color: #666;
        }

/*forms*/
.forms{ position: relative;}
.forms .title{ text-align: center; padding: 10px; background: #0a4d81; color: #FFF; font-family: 'Noto Serif TC', serif; font-weight: 500; font-size: 1.4em; font-weight: 500; letter-spacing: 0.1em;}

.forms.bc .form-item{ padding: 10px 20px;
	margin-bottom: 0;
}
.forms.bc .form-item:nth-child(even) {
    background: #f3f0ed;
}

.forms .rec{ max-width: 320px;}
.forms .rec img{ max-width: 100%;}

.form-item input[type="text"],.form-item input[type="email"],.form-item input[type="mail"], .form-item input[type="password"], .form-item input[type="phone"], .form-item input[type="tel"],.form-item input[type="date"],
.form-item textarea { display: block; width: 100%; font-family: inherit; box-sizing: border-box; font-size: 1em; font-weight: normal; height: 2.4em; border-radius: 4px; box-shadow: none; padding: 4px 8px; color: rgba(17, 17, 19, 0.8); border: 1px solid rgba(17, 17, 19, 0.2);}
.form-item select { display: block;font-family: inherit; box-sizing: border-box; font-size: 1em; font-weight: normal; height: 2.4em; background-color: #fff; border: 1px solid rgba(17, 17, 19, 0.2); border-radius: 4px; box-shadow: none; padding: 0 8px; color: rgba(17, 17, 19, 0.8);
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4)" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
}
.form-item.buttons{ text-align: center;}

/*ACC*/
.form-item input:focus { border: 1px solid #0e6eb8; box-shadow: 0 0 3px #0e6eb8 inset;}
.form-item textarea:focus { border: 1px solid #0e6eb8; box-shadow: 0 0 3px #0e6eb8 inset;}
input[type="radio"]:focus, input[type="checkbox"]:focus { outline: solid 2px #0e6eb8;}


.form_left{ width: 48%; float: left; padding: 10px 0; box-sizing: border-box;}
.form_right{ width: 48%; float: right; padding: 10px 0; box-sizing: border-box;}
.form_txt{ margin: 0 0 40px 0;}
.form_center{ max-width: 700px; margin: 20px auto; background: #FFF; box-sizing: border-box; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}

.form_right label.code_item a {
    color: #333;
}
.form_right label.code_item a:hover {
    color: #0e6eb8;
}
.code_item i::before{
	padding-right: 5px;
}

/*POPUP*/
.show_box{ position:fixed; top:-100%; left:0; width:100%; height:100%; overflow:auto; -webkit-overflow-scrolling: touch; z-index:1000; opacity:0;
	transition: 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.show_box.on{ top:0; opacity:1;}
.show_box .mask{  position: fixed; top:0%; left:0; width:100%; height:0%; z-index:1; background:rgba(30,30,30,.9) url(../images/bg_page.jpg) fixed; background-size: cover; opacity:0;
	transition: 800ms ease;
}
.show_box.on .mask, .show_box.ad .mask{ height:100%; opacity:0.95;
}
.show_box .txt{ position: relative; max-width:640px; background:#FFF; margin:0 auto 40px; padding: 20px; z-index:10; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 10px;}
.show_box .txt .title{ padding: 20px; margin: -20px -20px 20px;  background: #809d5a; background-size: cover; color:#FFF; font-size: 24px; text-transform: uppercase; text-align: center; border-radius: 10px 10px 0 0;
	font-family: 'Noto Serif TC', serif;
    font-weight: 500;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.1em;
} 
.show_box .close_btn{ position: relative; width:24px; text-align:center; z-index:10; opacity:0.5; margin: 20px auto; cursor: pointer;}
.show_box .close_btn img{ display: block; max-width:100%;}
.show_box .close_btn:hover{ opacity:1;}
.show_box .txt .left{ width: 50%; float: left;}
.show_box .txt .right{ width: 50%; float: right;}

table.tra tbody tr:nth-child(2n-1) {
    background: rgba(30,30,30,0.1);
}


.alert_box{ position:fixed; top:0%; left:0; width:100%; height:100%; overflow:auto; -webkit-overflow-scrolling: touch; z-index:-1; opacity:0;
	transition: opacity 500ms ease;
}
.alert_box.on{ top:0; opacity:1; z-index: 1000;}
.alert_box .mask{  position: fixed; top:0%; left:0; width:100%; height:100%; z-index:-1; background:rgba(30,30,30,.7); opacity:0;
	transition: opacity 1000ms ease;
}
.alert_box.on .mask{opacity:0.95; z-index: 1;}
.alert_box .txt{ position: absolute; background:#FFF; width: 360px ; padding: 20px; z-index:10; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 10px;
	top: 50%; left: 50%; margin: -32px 0 0 -180px; text-align: center;
}
.alert_box .fa{ font-size: 18px; color: #634f41;}


/*RWD*/
.desk-show { display: block !important;}
.mobile-show { display: none !important; }
.peload{ opacity:0;
	transition: opacity 700ms ease-in-out;
}
.peload.ed{ opacity:1;}
.pehide.ed{ display:none;}
.phone_btn{ display: none;}

.mobile_menu{ display: none;}

@media only screen and (max-width: 1400px) {
	.inner-width { box-sizing: border-box; padding: 0 10px;}
	.top_banner ul{ width: 100%;}
	.top_banner .inner-width { padding: 0;}
	/* .top_banner .owl-carousel .owl-stage-outer { overflow-x: hidden;} */
	.top_banner li a:focus {
		border: solid 2px #0a4d81;
		outline: none;
	}
}

@media only screen and (max-width: 1199px) {
	.hot_key .title { display: none;}

	.pro_video {
		width: 100%;
		height: auto;
		padding: 0 0 56.25% 0;
		box-sizing: border-box;
	}
	.pro_video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.inner_box { padding:30px 10px;}
}

@media only screen and (max-width: 900px) {
	.desk-show { display: none!important; }
	.mobile-show { display: block!important; }
	a:focus { outline: none; }

	/*MENU*/
	.menu_btn{ position: absolute; top:0; right:0; display:block; width:60px; height:60px; z-index:3000; cursor: pointer;} 
	.menu_btn>div{ position:absolute; width:24px; height:2px; background: #0a4d81; left:12px;
		transition: 0.2s ease-in;
	}
	.menu_btn.on>div{ background: #CCC;}
	.menu_btn .m1{ top:20px;}
	.menu_btn .m2{ top:28px;}
	.menu_btn .m3{ top:36px; }
	.menu_btn:hover .m1,.menu_btn:hover .m2,.menu_btn:hover .m3{ width:24px;}
	.menu_btn.on .m1{  top:29px; width: 24px;
		transform: rotateZ(45deg);
	}
	.menu_btn.on .m2{ opacity: 0;
		width:0; left:50%;
	}
	.menu_btn.on .m3{  top:29px; width: 24px;
		transform: rotateZ(-45deg);
	}

	.top_menu{ padding: 60px 20px 0; background: #FFF; position:fixed; top:0 !important; left: initial; right:-100%; width:200px;  z-index:100; height: 100%; box-sizing: border-box; letter-spacing: 0.1em;
		transition: 500ms ease-in;
	}
	.top_menu ul{ list-style:none; margin:0; padding:0; width:100%; display:block; box-sizing: border-box;
		transition: 500ms ease-in;
	}
	.top_menu .mob_list{ background: #f2f2f2; padding:0 10px; margin-top: 20px;}
	.top_menu .mob_list>li>a { font-size: 0.9em;color: #333;}


	.top_menu ul>li{ display: block; border-left:none; float: none; margin: 0;}
	.top_menu>ul>li { display: block; float: none; border-top:solid 1px #CCC; }
	.top_menu>ul>li:first-child{ border: none;}
	.top_menu>ul>li>a{ position:relative; display:block; color:#333; padding:10px; text-align: left; line-height: 1.2em;
		transition: 500ms ease-in;
	}
	.top_menu>ul>li>a:hover { background: none; color: #0a4d81; }
	.top_menu>ul>li.on>a { background: #FFF; color: #000; }
	.top_menu>ul>li.submenuhead.on { height: auto; }
	
	.top_menu ul.submenu { position: relative; top:0; width: auto; }
	.top_menu .on .submenu { height: initial;}
	

	.top_menu .submenu>ul>li {width: auto; float: none; border-bottom: solid 1px #CCC; padding: 0 0 10px 0;}
	.top_menu .submenu>ul>li:nth-child(7n){ clear: inherit;}
	.top_menu .submenu>ul>li>a{ margin: 0;}
	.top_menu .submenu>ul>li>a:hover { background: #FFF; color: #0a4d81;}
	.top_menu .submenu>ul>li li a:hover { background: #FFF; color: #000;}

	.top_menu .submenu2 {
		position: relative;
		top: initial;
		left: initial;
	}
	
	.top_menu.on{ right:0; }
	.top_menu_mask{ display:block; position:fixed; top:0; left:100%;; width:100%; height:100%; z-index:0; opacity:0; background: rgba(0,0,0,0.8);
		transition: opacity 500ms ease-in;
	}
	.top_menu_mask.on{ left:0; opacity:1; z-index: 2;}

	#header .bg {
		height: 70px;
	}
	#header.ed .bg {
		height: 70px;
	}

	.lan_box {
		margin: -10px 60px 0 5px;
		transition: 500ms ease;
	}

	.search_box {
		position: fixed;
		float: none;
		width: 100%;
		top: 70px;
		left: 0;
		border: none;
		border-radius: 0;
		overflow: hidden;
		height: 40px;
		padding: 5px 20px;
		margin: 0;
		background: #0a4d81;
		opacity: 0.8;
	}
	.search_box input {
		width: calc(100% - 30px);
	}
	.search_box:hover, .search_box:focus { border: none; opacity: 1;}
	.search_box input:focus{ border: none; outline: none; line-height: 30px; margin:0; }
	.search_box .send {
		width: 30px;
		color: #FFF;
	}

	.top_banner { height: auto; }
	.top_banner li .item { height: auto; }
	.top_banner li .item:focus { outline: none; }

	.top_banner .pic {
		display: block;
		position: relative;
		top: initial;
		left: initial;
		width: auto;
		height: auto;
	}
	.top_banner .txt {
		position: relative;
		top: 0;
		padding: 40px 20px 10px;
		width: auto;
		background: #FFF;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		text-align: center;
		border-bottom: solid 8px #6ca7d5;
		opacity: 0;
		transition: 600ms ease-in;
	}
	.top_banner .active .txt {
		top: -95px;
		opacity: 1;
		margin: 0 20px;
	}


	.lan_box a { padding: 15px 10px 5px;}

	.news_box ul li { width: calc(100% / 2);}

	.about_box .cover { margin: 40px 0;}

	.vendor_box ul li { width: calc(100% / 2);}


	.pho_list a { width: calc(100%/3 - 20px); }

	.pro_list.sp ul li:nth-child(1) { width: calc( 100% / 2); }
	.pro_list.sp ul li:nth-child(2) { width: calc( 100% / 2); }
	.pro_list.sp ul li { width: calc( 100% / 3); }

	.pro_list.list ul li { width: calc( 100% / 3);}

	.pro_list .item .price s {
		display: block;
	}

	.tab_scroll{ position: relative; padding: 60px 0 0 0;}
	.tab_scroll .scroll{ overflow: auto; -webkit-overflow-scrolling: touch; } 
	.tab_scroll .icon{ position: absolute; color:#000; z-index: 2; top: 0; left:50%; margin: 0 0 0 -25px; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 24px;}
	.tab_scroll .icon::before{ display: block; 
		font-family: "FontAwesome"; font-weight: 900; content: "\f07e";
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		transition: 500ms ease;
	}
	
	.tab_scroll table{ min-width: 1000px;}

	.pager_bar { padding: 20px 0;}

	.brand_box .cover {
		padding: 0 30px 30px;
		margin: -60px 0 0 0;
	}

	.title_bar .title { font-size: 30px;}
	.title_bar .back{ display: none;}
	.vendor_bg_box .txt {
		top: 50px;
	}
}

@media only screen and (max-width: 640px) {
	.inner-width { padding: 0;}

	.logo { top: 10px; width: 110px;}
	#header.ed .logo { top: 10px; width: 110px;}

	#header .bg { height: 60px;}
	#header.ed .bg { height: 60px;}

	.search_box { top: 60px; }

	.top_banner { padding: 0;}
	.top_banner .txt .title { font-size: 2.4em; line-height: 1.2em; margin: 0 0 10px 0;}
	.top_banner .txt {
		
		padding: 30px 20px 10px;
		width: auto;
		background: #FFF;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		text-align: center;
		border-bottom: solid 8px #6ca7d5;
		opacity: 0;
		transition: 600ms ease-in;
	}

	.top_banner .active .txt {
		top: -50px;
		opacity: 1;
		margin: 0 20px;
	}

	.news_box { padding: 40px 10px;}
	.news_box ul li { width: calc(100%);}

	.vendor_box { padding: 40px 10px;}
	.vendor_box ul li { width: calc(100%);}

	
	.sponsor_box { padding: 40px 10px;}
	.sponsor_box ul li { width: calc(100% / 2);}
	.sponsor_box li a { margin: 10px;}

	#footer .foot_menu {
		padding: 10px 0 20px;
		margin: 0 0 10px 0;
	}
	#footer .info {
		text-align: center;
		width: auto;
		float: none;
		padding: 0;
	}
	#footer .copyright { clear: both;
		text-align: center;
		width: auto;
		float: none;
	}
	#footer .info .foot_logo {
		width: 80px;
		float: none;
		margin: 0 auto;
	}
	#footer .info .foot_logo img {
		width: 100%;
		
	}

	.bg_box { height: 240px;}
	.bg_box .bg{ background-size: cover; background-attachment: scroll;}

	.about_box .cover {
		width: auto;
		float: none;
		margin: -20px 0 0 0;
	}
	.about_box .txt {
		width: auto;
		float: none;
		padding: 20px 0;
	}
	.about_box  .more_bar{ text-align: center;}

	.tool_bar { margin: 0; }
	.tool_bar label { display: block; }
	.tool_bar .item_title{ display: block; padding:5px 0 0 0; font-size: 15px; text-align: left;}
	.tool_bar .switch { padding: 10px; float: right;}
	.tool_bar input[type="text"]{ width: calc( 100% - 80px);}
	.tool_bar .btn_send { width: 80px;}
	.tool_bar form{
		width: 100%;
	}


	.news_box .list li a .pic { width: 100px; height: 100px; }
	.news_box .list li a .txt { padding: 10px; width: calc( 100% - 100px );}

	.inner_box { padding:10px;}

	.news_box.pol ul{ column-count: 1; }

	#content {padding: 100px 0 0 0;}
	
	.form_right,.form_left{
		width: 100%;
	}
	.vendor_bg_box .txt {
		top: 30px;
	}
	.vendor_bg_box .txt .title {
		font-size: 2em;
	}
}
@media only screen and (max-width: 414px) {
	.pic_right { margin: 0 0 10px 0; max-width: 100%;}
	.pic_left { margin: 0 0 10px 0; max-width: 1005;}
}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 320px) {

}