@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=Ubuntu:wght@400;500;700&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:#f5f5f5;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}
body, th, td, input { font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-size: 100%; }
a { text-decoration: none; }
h1 { font-size: 1.5em; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; margin: 0 0 1em; }
h2 { font-size: 1.4em; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; margin:0 0 1em; }
h3 { font-size: 1.3em; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; margin:0 0 0.6em; }
h4 { font-size: 1.2em; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; margin:0 0 0.6em; }
h5 { font-size: 1.2em; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; margin:0 0 0.6em; }
h6 { font-size: 1.1em; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; margin:0 0 0.6em; }
p,li { font-size: 1em; line-height: 1.8em; color: #333; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; }
a:link, a:visited { text-decoration: none; cursor: pointer; }
hr {  margin: 1.5em 0;}
a:link, a:visited { text-decoration: none; cursor: pointer;  }
::selection { background: #008cd6; color: #FFF;}

.loadbar { position: fixed; background: #a4deff; width: 0; height: 4px; top: 60px; left: 0; z-index: 3000; overflow: hidden;
	transition: 400ms ease;
}
.loadbar.ed { width: 0!important; border: none; right: 0; left: inherit; opacity: 0; }

.imgLiquidCenter, .imgLiquidFill{ opacity: 0; 
	transition: opacity 400ms ease;
}
.imgLiquid_ready { opacity: 1; }

.mv_16by9 { position: relative; padding-bottom: 56.25%; margin-bottom: 30px;}
.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: #13acd2; font-size: 0.9em; background: #FFF; padding: 0 10px; margin: 0 5px 5px 0; min-width: 140px;}
.links_bar a{ display: inline-block;  color: #333; font-size: 0.9em; }
.links_bar .title::before{ 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: #008cd6;}

.downloads_bar{ position: relative; line-height: 34px; margin: 4px 0;}
.downloads_bar .title{ display: inline-block;  color: #13acd2; font-size: 0.9em; background: #FFF; padding: 0 10px; margin: 0 5px 5px 0; min-width: 140px;}
.downloads_bar a{ display: inline-block;  color: #333; font-size: 0.9em; }
.downloads_bar .title::before{ 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: #008cd6;}

/*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:1200px; margin: auto; }

.more_bar{ position: relative; z-index: 100; padding: 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.1em; color: #008cd6; background: #FFF; font-weight: 500; line-height: 40px; padding: 0 20px; border-radius: 20px; border: solid 1px #FFF;
	transition: 200ms ease;
}
.btn_more:hover, .btn_more:focus{ color: #FFF; background: #008cd6;}
.btn_more i.fa{ margin: 0 0 0 2em;}
.btn_more.c2{ color: #FFF; background: #008cd6; border: solid 1px #008cd6;}
.btn_more.c2:hover, .btn_more.c2:focus{ color: #008cd6; background: #FFF;}

.btn_send{ position: relative; display: inline-block; font-size: 1.1em; color: #FFF; background: #008cd6; font-weight: 500; line-height: 40px; padding: 0 20px; border-radius: 20px; border: solid 1px #008cd6;
	transition: 200ms ease;
}
.btn_send:hover, .btn_send:focus{ color: #008cd6; background: #FFF;}
.btn_send i.fa{ margin: 0 0 0 2em;}
.btn_send.disabled{ background: #CCC; cursor: default;}

.btn_clear{ position: relative; display: inline-block; font-size: 1.1em; color: #FFF; background: #666; font-weight: 500; line-height: 40px; padding: 0 20px; border-radius: 20px; border: solid 1px #666;
	transition: 200ms ease;
}
.btn_clear:hover, .btn_clear:focus{ color: #FFF; background: #999;}
.btn_clear i.fa{ margin: 0 0 0 2em;}
.btn_clear.disabled{ background: #CCC; cursor: default;}

.supTitle{ font-size: 120px; line-height: 1.2em; color: #008cd6; font-weight: 500;}

/*PAGER*/
.pager_bar { padding: 20px 0; text-align: center; }
.pager_bar.right { text-align: right; }
.pager_bar.left { text-align: left; }
.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: 2px; background: #666;}
.pager_bar a.con.red{ color: #FFF; background: #008cd6;}
.pager_bar a.arr { background: #666; font-size: 1.4em;}
.pager_bar a:hover, .pager_bar a.cur { color: #FFF; background: #008cd6;}
.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; background: rgba(0, 139, 214, 1); min-height: 60px;
    transition: 500ms ease-in-out;
}
#header.print { background: #FFF !important;}
#header:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    backdrop-filter: blur(20px) saturate(150%);
}

#content { position: relative; padding: 60px 0 0 0;}
#footer { position:relative; background: url(../images/bg_footer.jpg) #008cd6 repeat center center; background-size: cover;  z-index: 1; padding: 20px 0; text-align: center;}


#footer .info { color: #FFF; text-align: center; padding: 10px;}
#footer .info .foot_logo{ width: 80px; margin: 10px auto; }
#footer .info .foot_logo img{ max-width: 100%;}
#footer .info .title{ font-size: 1.2em; font-family: 'Noto Serif TC', serif; font-weight: 400; padding: 20px 0 10px;}
#footer .copyright { color: #FFF; text-align: center; }
#footer .copyright p{ margin: 0; color: #FFF; font-size: 0.9em;}

#path{ position: relative; box-sizing: border-box; width: 100%; padding:2px 16px; background:#13acd2; 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 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: #008cd6; color: #FFF;}
#path .share_bar a:hover i{ color: #FFF;}

/**logo**/
.logo { width: 160px; padding:12px 10px 8px; margin: 0 ; box-sizing: border-box; float: left;
    transition: 500ms ease-in-out;
}
.logo img { max-width: 100%;
    transition: 500ms ease-in-out;
}

.top_menu{ position: relative; box-sizing: border-box;  width: calc(100% - 160px); text-align: right; float: right;
	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:#FFF; padding:0; margin: 0 1.4em; line-height: 60px;  border-radius: 5px;
		transition: 500ms ease;
	}
	.top_menu>ul>li>a::before{ position: absolute; bottom: -2px; left: 0; display:block; content: ''; border-radius: 2px; width: 0; height: 4px; background: #FFF;
		transition: 500ms ease;
	}
	.top_menu>ul>li>a.cart{ position: relative; font-size: 20px;}
	.top_menu>ul>li>a.cart span{ display: block; position: absolute; bottom: 4px; left: -10px; font-size: 12px; width: 20px; height: 20px; line-height: 20px; text-align: center; background: #13acd2; border-radius: 10px;}
	.top_menu>ul>li>a.cart::before{ display: none;}

	.top_menu>ul>li>a:hover, .top_menu>ul>li.on>a{ color: #FFF;}
	.top_menu>ul>li>a:hover::before, .top_menu>ul>li.on>a::before{ width: 60%;}
	.top_menu>ul>li>a.cart:hover{ color: #a4deff;}
	.top_menu>ul>li>a.cart:hover span{ background: #FFF; color: #008cd6;}

	a.mob_cart{ display: none; position: absolute; top: 0; right: 60px; width: 60px; height: 60px; line-height: 60px; text-align: center; color: #FFF; font-size: 24px;}
	a.mob_cart span{ display: block; position: absolute; bottom: 10px; left: 10px; font-size: 12px; width: 20px; height: 20px; line-height: 20px; text-align: center; background: #13acd2; border-radius: 10px;}
	a.mob_cart::before{ display: none;}
	a.mob_cart:hover{ color: #a4deff;}
	a.mob_cart:hover span{ background: #FFF; color: #008cd6;}



.top_menu .submenu{ position: absolute; display: none; top: 60px; left:0; background: #FFF; min-width: 100px;
	transition: 500ms ease-in-out;
}
	.top_menu .on .submenu{ display: block;}
	.top_menu .submenu>li + li{  border-top: solid 1px #a4deff;}
	.top_menu .submenu a{ position: relative; display: block; text-align: left; color: #008cd6; padding: 10px 20px; 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: #008cd6; color: #FFF;}


.top_menu .submenuhead2{ position: relative;}
	.top_menu .submenuhead2>a::after{ position: absolute; display: block; right: 7px; top:12px; color: #008cd6; font-size: 12px;
		font-family: "FontAwesome"; font-weight: 900; content: "\f105";
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	}
	.top_menu .submenuhead2>a:hover::after, .top_menu .submenuhead2>a:focus::after{ color: #FFF;}
	.top_menu .submenuhead2.on>a {background: #008cd6; color: #FFF;}

	.top_menu .submenuhead2.on .submenu2 { display: block;}
	.top_menu .submenuhead2.on a::after{  color: #FFF;}

	.top_menu .submenu2{ display: none;  position: absolute; min-width: 100px;  top: 0; left: 100%; background: #FFF;}
	.top_menu .submenu2>li + li{  border-top: solid 1px rgba(200,200,200,0.40);}
	
	.top_menu .submenu2 a{ display: block; white-space:nowrap; color: #13acd2;}

.top_menu .submenu2 a:hover, .top_menu ul.submenu2 a:focus{ background: #13acd2; color: #FFF;}



/*ED*/
#header.ed { background: rgba(0, 139, 214, 0.6); }

/*BANNER*/
.top_banner { position: relative; width: 100%; padding: 0; margin: 0 auto; overflow: hidden; z-index: 100; height: 750px; background: #008cd6; border-bottom: solid 5px #a4deff;}
.top_banner ul{ list-style: none; margin: 0 auto; overflow: visible;}
.top_banner li{ position: relative; display: block;}
.top_banner li .item{ position: relative; display: block; height: 750px; }
.top_banner .pic{ display: block; position: absolute; top: 0; left: 0;  width: 100%; height: 100%; z-index: 0; overflow: hidden;
	background: #9CDCFF url(../images/loading.gif) no-repeat center center; background-size: 100px;
	transition: opacity 800ms ease-in-out;
}
.top_banner .pic::before{ position: absolute; content: ''; top: 0; left: 0; width: 50%; height: 100%; z-index: 100; opacity: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4)0%, rgba(0, 0, 0, 0)100%);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.4)0%, rgba(0, 0, 0, 0)100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4)0%, rgba(0, 0, 0, 0)100%);
	background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.4)0%, rgba(0, 0, 0, 0)100%);
	transition: 600ms 500ms ease-in;
}
.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; height: 100%;}
.top_banner .txt{ position: absolute; top: 30%; padding:40px; width: 50%;
	text-align: left;
	opacity: 0;
	transition: 600ms ease-in;
}
.top_banner .txt .title{ position: relative;  font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight: 500; font-size: 60px; line-height: 1.2em; color: #a4deff; margin: 0 0 10px 0;
	top:30px;
	opacity: 0;
	transition: 400ms 500ms ease-in;
}
.top_banner .txt .title_pic{ position: relative;  font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight: 700; font-size: 60px; line-height: 1.2em; color: #a4deff; margin: 0 0 10px 0;
	top:30px;
	opacity: 0;
	transition: 400ms 500ms ease-in;
}
.top_banner .txt .con{ position: relative; font-size: 1em; color: #FFF; margin: 0 0 10px 0;
	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-theme .owl-dots{ position: absolute; bottom: 15px;}

.top_banner video { z-index: 1; position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; max-width: none; background-size: cover;
    transform: translateX(-50%) translateY(-50%);
	transition: 400ms ease;
}
.top_banner video.on{ opacity: 1; }

.top_banner .owl-theme .owl-dots .owl-dot span {
    background: #1EA2F2;
}

.top_banner .active .txt{ top:18%; opacity: 1;}
.top_banner .active .txt .title{  top:0; opacity: 1;}
.top_banner .active .txt .title_pic{  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 .active .pic::before{ opacity: 1;}

.inner_bg_box{ position: relative; height: 140px; overflow: hidden; background: #333 url(../images/bg_footer.jpg);}
.inner_bg_box .bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.inner_bg_box .txt{ padding: 50px 0 0 0; text-align: left; color: #FFF;}
.inner_bg_box .txt .title{ font-weight: 500; font-size: 2em; line-height: 1.2em; }
.inner_bg_box .txt .con{ letter-spacing: 0.1em; font-size: 1em; line-height: 2em; }

/*TITLE*/
.title_bar{ position: relative; text-align: left; margin: 0 0 2em 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: #333; font-size: 1.875em; line-height: 1em; margin: 0; font-weight: 500; }
.title_bar .title::before{ position: absolute; top: 8px; left: -20px; display: block; content: ''; width: 12px; height: 12px; background: #008cd6; border-radius: 6px;}
.title_bar .title.big{ font-size: 2.5em;}
.title_bar .title.small{ font-size: 1.4em;}
.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: #b50105;}
.title_bar .sub_title{ position: relative; display: inline-block; color: #000; font-weight: 500; font-size: 30px; margin:10px 0 0;}
.title_bar .sub_title::before{ position: absolute; display: block; content: ''; bottom: -8px; left: 0; width: 20px; height: 3px; background: #008cd6;}
.title_bar.w .title{ color: #FFF;}
.title_bar.w .title::before{ top: 12px; background: #FFF;}

/*about_box*/
.about_box{ position: relative; height: auto; padding: 60px 0; z-index: 200; background: #008cd6 url(../images/about_box_bg.jpg) no-repeat fixed; border-bottom: solid 5px #a4deff;}
.about_box .cover{ width: 30%; float: right; box-sizing: border-box;}
.about_box .cover::before{ position: relative; display: block; content: ''; padding: 0 0 56% 0;}
.about_box .cover img{ max-width: 100%;}
.about_box .txt{ position: relative;  width: 68%; float: left; padding: 0;}
.about_box .txt .title{ font-size: 1.5em; margin: 0 0 10px 0; font-weight: 500; color: #a4deff;}
.about_box .txt p{ font-size: 0.875em; color: #FFF;}

/*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;}
.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: none; padding:0 20px; background:#008cd6; color:#FFF; border-radius:0 2px 2px 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:#1EA2F2; }
.tool_bar input[type="date"]{ border-radius: 2px; width: 160px; font-size: 15px; vertical-align: text-top;}
.tool_bar input[type="text"]{ border-radius: 2px 0 0 2px; 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:#1EA2F2;}
.tool_bar .icon.on{ color:#008cd6;}

/*news_box*/
.news_box{ position: relative; height: auto;  padding: 60px 0;}
.news_box ul{ position: relative; display: block; list-style: none; margin: 0 -15px;}
.news_box ul li{ position: relative; display: block; float: left; width: calc(100% / 3);}
.news_box li a{ position: relative; display: block; margin: 15px;
	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;
	transition: transform 400ms ease-in-out,opacity 400ms ease-in-out ;
}
.news_box li a .txt .date{ color: #008cd6; line-height: 1.4em; margin: 0; float: left; font-weight: 500; text-transform:uppercase;}
.news_box li a .txt .title{ position: relative; display: block; color: #000; margin: 0 0 10px 0; font-weight: 500; line-height: 1.2em; height: 2.4em; overflow:hidden; }
.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{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.news_box li a:hover .pic, .news_box li a:focus .pic{ transform: translateY(-10px);}
.news_box li a:hover .txt, .news_box li a:focus .txt{ transform: translateY(-6px);}

	.news_box .list li{ float: none; width: auto !important; border-bottom: solid 1px #CCC;}
	.news_box .list li a { overflow: auto; margin: 0; padding: 10px;}
	.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); }

	

/*pro_box*/
.pro_box{ position: relative; height: auto;  padding: 60px 0;}
.pro_box.inx{ background: #f5f5f5;}
.pro_box ul{ position: relative; display: block; list-style: none; margin: 0 -5px;}
.pro_box ul li{ position: relative; display: block; float: left; width: calc(100% / 4);}
.pro_box ul li:nth-child(9){ display: none;}
.pro_box li a{ position: relative; display: block; margin: 5px; overflow: hidden;
	transition: 400ms ease;
}

.pro_box li a .pic{ position: relative; padding-bottom: 100%;}
.pro_box li a .pic::before{ display: block; position: absolute; content: ''; top: 0; bottom: 0; right: 0; left: 0; background: rgba(0, 0, 0, 0.3); opacity: 0;
	transition: 400ms ease;
}
.pro_box li a .pic::after{ display: block; position: absolute; top: 50%; left: 50%; margin: -16px 0 0 -16px; width: 32px; height: 32px; line-height: 32px; text-align: center; color: #FFF; font-size: 20px; opacity: 0;
	font-family: "FontAwesome"; font-weight: 900; content: "\f08e";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	transition: 400ms ease;
}
.pro_box li a .txt{ position: relative; padding: 10px; background: #FFF;
	transition: 400ms ease;
}
.pro_box li a .txt .title{ position: relative; display: block; color: #000; margin: 0 0 5px 0; font-weight: 500; line-height: 1.2em; font-size: 1.2em; height: 2.4em; overflow: hidden; }
.pro_box li a .txt .type{ position: relative; color: #666;  line-height: 1.2em; margin: 0; font-size: 0.9em;}
.pro_box li a .txt p{ display: block; color: #666; line-height: 1.2em; margin: 0; font-size: 0.9em;}

.pro_box li a .add_bar{ position: absolute; bottom: 0; right: 0; z-index: 100; display: none;}
.pro_box li a .add_bar .addcart{ font-size: 20px; width: 32px; line-height: 32px; text-align: center; background: #13acd2; color: #FFF;}


.pro_box li a:hover .add_bar{ display: block;}
.pro_box li a:hover .add_bar .addcart:hover{ background: #fff; color: #008cd6;}
.pro_box li a:hover .pic::before{ opacity: 1;}
.pro_box li a:hover .pic::after{ opacity: 1;}


.pro_view{ position: relative; padding: 40px 0;}
.pro_view .cover{ position: relative; width: 440px; float: right; margin: -130px 0 0 30px; background: #f2f2f2;}
.pro_view .cover .pic_main{ border:solid 1px #CCC; }
.pro_view .cover .pic_main .item{ position: relative; display: block; padding-bottom:100%;}
.pro_view .cover .pic_main img{ position: absolute; top: 50%; left: 50%; width: 0; height: 0;}


.pro_view .cover .pic_list{ position: relative; margin: 10px -10px;}
.pro_view .cover .pic_list .item{ width: calc( 100% / 5 - 20px); float: left; border:solid 1px #CCC; margin:10px; cursor: pointer;}
.pro_view .cover .pic_list .item.imgLiquid_ready{ opacity: 0.5; }
.pro_view .cover .pic_list .item::before{ position: relative; content: ''; display: block; padding-bottom:100%;}
.pro_view .cover .pic_list .item:hover{ opacity: 0.8;}
.pro_view .cover .pic_list .item.on{ opacity: 1;}
.pro_view .cover .pic_list img{ display: block; max-width: 100%;}

.pro_view .txt{ width: calc( 100% - 480px); float: left; padding:20px 10px;}
.pro_view .txt .name{ margin: 0 0 10px 0; line-height: 1.2em; font-size: 1.5em; color: #008cd6;}
.pro_view .txt .type{ font-size: 14px; color:#333;}
.pro_view .txt .price{ position: relative;}
.pro_view .txt .price span{ display: block; color: #b50105; font-size: 36px; font-weight: 700;  line-height: 1em; }
.pro_view .txt .price s{ display: inline-block; color: #CCC; font-size: 20px; font-weight: 400; line-height: 1em; padding:2px 10px 2px 0;}
.pro_view .txt .price b{ font-size: 15px; font-weight: 400; color: #999; line-height: 30px; }
.pro_view .txt .tag{ position: relative; padding:0 0 5px 0;}
.pro_view .txt .tag a{ font-size: 0.8em; display: inline-block; padding:0 8px; margin: 0 2px; border-radius: 5px; background: #13acd2; color: #FFF;}
.pro_view .txt .tag a:hover{ background: #008cd6;}
.pro_view .txt .info{ padding: 0 0 5px 0; font-size: 0.9em; color: #666;} 
.pro_view .txt p strong{ color: #008cd6;}

.pro_view .txt .spe{ position: relative; padding: 10px 0;}
.pro_view .txt .spe h5{ font-size: 15px; color: #666; margin: 0 0 4px 0;}
.pro_view .txt .spe .item{ display: inline-block; padding: 4px 20px; border: solid 1px #CCC; cursor: pointer; color:#666; border-radius: 5px;}
.pro_view .txt .spe .item:hover{ background: #f2f2f2;}
.pro_view .txt .spe .item.on{ border: solid 1px #b50105; color: #b50105; background: #FFF;}
.pro_view .txt .spe select{ padding: 4px 30px 4px 10px;}
.pro_view .txt .spe .tip{ display: inline-block; padding:  0 10px;}
.pro_view .txt .spe .tip strong{ color: #b50105;}
.pro_view .txt .add_bar{ position: relative; margin: 20px 0; overflow: hidden;}
.pro_view .txt .add_bar .item{ position: relative; box-sizing: border-box;width: 50%; float: left; padding: 10px 20px; font-size: 18px;}
.pro_view .txt .add_bar .item i{ font-size: 24px; position: absolute; right: 20px;}
.pro_view .txt .add_bar .item.add{ text-align: left; color: #FFF; background: #b50105;}
.pro_view .txt .add_bar .item.add:hover{ color: #FFF; background: #333;}

.pro_view .share_bar{ text-align: left;}

.pro_video{ padding: 50px; text-align: center;}
.pro_video iframe{ width: 980px; height: 600px; }

.pro_content{ padding: 40px 20px;}
.pro_content .menu{ text-align: center; margin: 0 0 40px 0; border-bottom: solid 1px #CCC;}
.pro_content .menu a{ display: inline-block; font-size: 18px; width: 250px; margin: 0 0 -1px 0; padding: 4px 40px; border: solid 1px #CCC; cursor: pointer; color:#666; }
.pro_content .menu a:hover{ background: #f2f2f2;}
.pro_content .menu a.on{ background: #b50105; color:#FFF; border: solid 1px #b50105; box-sizing: border-box;}
.pro_content .txt{ position: relative;}
.pro_content .txt .edit{ display: none;}
.pro_content .txt .edit.on{ display: block;}

.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: #b50105;}
.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 { 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.bg1{background: #FFF;}
.inner_box .date{ font-size: 1em; font-weight: 400; padding: 10px 0; color: #008cd6;}

  
.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: #b50105; 
	transition: 300ms ease;
}
.inner_box .tool_bar a:hover { color: #FFF; background: #b50105;
	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: 20px; height: 2px; background: #008cd6;}
.edit h3::after{ content: ''; display: block; clear: both;}
.edit h4{ position: relative; display: block; color: #008cd6; font-size: 1.3em;}
.edit i{ color:#666;}
.edit a{ color:#13acd2;}
.edit p{ margin-bottom: 1em; color: #333; }


/*text img*/
.pic_center{ max-width: 100%; margin: 0 auto 20px; padding: 0 0 20px 0; text-align: center; border-bottom: #CCC 4px solid;}
.pic_center img{ width: 100%; max-width: 500px; height: auto;}
.pic_left{ float:left; margin: 0 40px 20px 0; max-width: 500px; border-bottom: #1EA2F2 4px solid;}
.pic_left img{ display: block; width: 100%; height: auto;}
.pic_right{ float:right; margin: 0 0 20px 40px; max-width: 500px; border-bottom: #1EA2F2 4px solid;}
.pic_right img{ display: block; 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: #b50105;}

.share_bar{ position: relative; margin:20px 0; padding: 20px 0; text-align: left; border-top: solid 1px #CCC;}
.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; margin: 2px; width: 32px; line-height: 32px; border-radius: 16px;}
.share_bar a i{ font-size: 1.25em; vertical-align: text-top; margin: -1px 0 0 0;}
.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; margin: -1px 0 0 0;}
.share_bar a:hover{ background: #008cd6; 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:#b50105; 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:#c11920;
        }

        .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: #008cd6; color: #FFF; font-size: 1.4em; font-weight: 500; letter-spacing: 0.1em;}
.forms .title_bar{ padding:10px 20px; margin:0}

.forms.bc .form-item{ padding: 10px 20px;
	margin-bottom: 0;
}
.forms.bc .form-item:nth-child(even) {
    background: #f2f2f2;
}

.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;}

.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);}

/*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; text-transform: uppercase; text-align: center; border-radius: 10px 10px 0 0;
	font-family: 'Noto Serif TC', serif;
    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:-100%; left:0; width:100%; height:100%; overflow:auto; -webkit-overflow-scrolling: touch; opacity:0; z-index: 1000;
	transition: 500ms ease;
}
.alert_box.on{ top:0; opacity:1; }
.alert_box .txt{ position: absolute; width: 360px ; padding:10px 20px; z-index:10; box-sizing: border-box; box-shadow: 0 0 10px rgba(255,255,255,0.4); color: #FFF; background: #008cd6;
	top: 110px; left: 50%; margin: 0 0 0 -180px; text-align: center; border-radius: 10px;
}
.alert_box .fa{ font-size: 18px;}


.inquiry_table{
	display:table;
	width:100%;
	max-width:800px;
	margin:20px auto;
	background:#f9f9f9;
	font-size:0.9em;
}
.inquiry_table .list_tr{
	display:table-row;
	width:100%;
}
.inquiry_table .list_td{
	display:table-cell;
	padding:10px;
	text-align:center;
	border-top: solid #eee 1px;
	vertical-align: middle;
}
.inquiry_table .list_td:nth-child(1){
	width:15%;
}
.inquiry_table .list_td:nth-child(3){
	width:105px;
}
.inquiry_table .list_td:nth-child(4){
	width:60px;
}
.inquiry_table .header .list_td{
	background:#666 !important;
	color:#fff !important;
}
.inquiry_table .list_tr:hover .list_td{
	background: #bedcee;
}
.inquiry_table .list_td img{
	width:100px;
	border:solid #eee 1px;
}
.inquiry_table .list_td button{
	background-color:transparent;
	border:none;
}
.inquiry_table .list_td button:hover ,.inquiry_table .list_td button:focus{
	background-color:transparent;
	border-color: transparent;
	color:#c00;
}
.inquiry_table .pic{ width: 100px; height: 100px;}

/*inquiry詢價數量變更*/
.quantity-row{
	display:inline-flex;
	border: solid #CCC 1px;
	border-radius: 20px;
	overflow: hidden;
}
.quantity_item[type="text"]{
	border:none;
	border-top:none;
	border-bottom:none;
	width:40px;
	text-align:center;
	padding:3px 0;
}
.button_icon{
	width:30px;
	text-align:center;
	color:#FFF;
	background: #CCC;
	cursor:pointer;
	padding:3px 0;
}
.button_icon:hover{
	background: #13acd2;
}
.btn_del{ font-size: 20px; color: #333;}

/*table*/
.table {
	display: table;
  }
  .table-row {
	display: table-row;    
  }
  .table-cell {
	display: table-cell;   
  }
  

/*表單管理*/
.form_con{
	margin:0 auto;
	max-width:700px;
	padding:30px 0 0 0;
}
.form_box{
	border: solid #f5f5f5 10px;
	padding:10px;
	background:#fff;
}

.form_q{
	display:table-cell;
	width:25%;
	padding:8px;
	text-align:right;
	border-right: #ccc dotted 1px;
	font-weight:bold;
	color:#000;
	vertical-align: top;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:8px;
	margin:8px;
	line-height:170%;
}
.form_a input{
	height:30px;
}
.form_a .mt-radio,.form_a .mt-checkbox ,.input_table .mt-radio,.input_table .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.mt-radio span,.mt-checkbox span{
	margin-top:3px !important;
	background:#fff  !important;	
}
.form_box .table-row:nth-child(even){
	background:#f5f5f5;
}
.form-control{
	box-shadow:none;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a label{
	font-weight:500;
}

.form_body{
	max-width:650px;
	margin:15px auto;
}
.form_body .form-group{
	padding: 5px 10px;
}
.form_body .title{
	text-align:right;
	padding: 4px 10px 0 0 ;
	float:left;
	width:25%;
	color:#000;
}
.form_body .con_font{
	float:left;
	width:75%;
	margin-bottom:0;
}
.form_body.list .form-group{
	margin-bottom:0;
}
.form_body.list .title{
	padding: 0 15px 0 0 ;
}
.form_body.list .title:after{
	content:"/";
	color:#cca930;
	padding-left:10px;
	font-size:10px;
}
.required{
	color:red;
	font-size:0.9em;
	line-height:140%;
	padding:3px 0;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}
.form_description{
	margin:20px 5%;
	float:left;
	width:100%;
}


/*表單checkbox radio*/
.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox.mt-checkbox-disabled, .mt-checkbox.mt-radio-disabled, .mt-radio.mt-checkbox-disabled, .mt-radio.mt-radio-disabled {
    opacity: .6;
    filter: alpha(opacity=60);
}
.mt-checkbox>input, .mt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mt-checkbox>span, .mt-radio>span {
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: #E6E6E6;
	margin-top:3px;
}
.mt-checkbox>span:after, .mt-radio>span:after {
    content: '';
    position: absolute;
    display: none;
}
.input-icon>i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox>input:checked~span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio>input:checked~span:after {
    display: block;
}
.mt-checkbox:hover>input:not([disabled])~span, .mt-checkbox>input:focus~span, .mt-radio:hover>input:not([disabled])~span, .mt-radio>input:focus~span {
    background: #d9d9d9;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox:hover>input:not([disabled]):checked~span, .mt-checkbox>input:checked~span, .mt-radio:hover>input:not([disabled]):checked~span, .mt-radio>input:checked~span {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9;
}
.icon-btn, .icon-btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mt-checkbox>input:disabled~span, .mt-radio>input:disabled~span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none;
}
.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-checkbox-outline>input:checked~span, .mt-checkbox.mt-checkbox-outline>input:focus~span, .mt-checkbox.mt-checkbox-outline>span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-radio-outline>input:checked~span, .mt-checkbox.mt-radio-outline>input:focus~span, .mt-checkbox.mt-radio-outline>span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-radio.mt-checkbox-outline>input:checked~span, .mt-radio.mt-checkbox-outline>input:focus~span, .mt-radio.mt-checkbox-outline>span, .mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-radio-outline:hover>input:not([disabled])~span, .mt-radio.mt-radio-outline>input:checked~span, .mt-radio.mt-radio-outline>input:focus~span, .mt-radio.mt-radio-outline>span {
    border: 1px solid #ccc;
    background: 0 0;
}
.mt-radio>span, .timeline .timeline-badge-userpic img {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}
.mt-radio>span {
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    border-radius: 50%!important;
}
.mt-radio>span:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #666;
}
.mt-radio>input:disabled~span:after {
    background: #666;
}
.mt-checkbox>span:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mt-checkbox>input:disabled~span:after {
    border-color: #666;
}
.mt-checkbox-list, .mt-radio-list {
    padding: 10px 0;
}


/*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;}
	.txt-width { box-sizing: border-box; padding: 0 10px;}
	.top_banner ul{ width: 100%;}
	.top_banner .inner-width { padding: 0;}
}

@media only screen and (max-width: 1199px) {
	.top_menu>ul>li>a { margin: 0 1em;}
	.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-width { padding: 0 30px;}
	.txt-width { padding: 0 30px;}
	.inner_box { padding:30px 10px;}
	.top_menu>ul>li>a {
		font-size: 13px;
		margin: 0 1em;
		line-height: 60px;
	}
	.top_banner { height: 600px; }
	.top_banner li .item{ height: 600px; }
	.top_banner .txt{ position: absolute; top: 20%; padding:0 40px; width: 70%;}
	.top_banner .txt .title{ font-size: 40px; }
	.top_banner .txt .title_pic{ font-size: 40px;}
	.top_banner .txt .title_pic img{ max-width: 80%;}
	.top_banner .txt .con{ font-size: 0.9em; }
}

@media only screen and (max-width: 900px) {
	.desk-show { display: none!important; }
	.mobile-show { display: block!important; }
	a:focus { outline: none; }

	.desk_cart { display: none!important; }
	a.mob_cart{ display: block;}

	/*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: #FFF; 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: #008cd6; 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 ul>li{ display: block; border-left:none; float: none; margin: 0;}
	.top_menu>ul>li { display: block; float: none; border-top:solid 1px #FFF; }
	.top_menu>ul>li:first-child{ border: none;}
	.top_menu>ul>li>a{ color:#FFF; margin: 0; padding:10px; text-align: left; line-height: 1.2em; font-size: 15px;}

	.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: #b50105;}
	.top_menu .submenu>ul>li li a:hover { background: #FFF; color: #000;}

	.top_menu .submenu a {
		white-space: pre-wrap;
	}

	.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;}

	

	.top_banner { height: auto; }
	.top_banner li .item{ height: 450px; }
	
	.top_banner video {
		max-width: 130%;
		max-height: 130%;
		
	}


	.news_box {
		padding: 40px 0;
	}


	.about_box .txt {
		
		width: 58%;
	
	}

	.about_box .cover {
		
		width: 40%;
	
	}

	.pro_box ul li {width: calc(100% / 3);}
	.pro_box ul li:nth-child(9){ display: block;}

	.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;}
}

@media only screen and (max-width: 640px) {
	.inner-width { padding: 0;}

	.logo { padding: 15px; width: 140px;}


	#header .bg { height: 60px;}
	#header.ed .bg { height: 60px;}

	.search_box { top: 60px; }


	.top_banner { height: auto; }
	.top_banner li .item{ height: auto; padding-bottom: 70px; }

	.top_banner .pic {
		
		padding-bottom: 56.25%;
		display: block;
		position: relative;
		top: initial;
		left: initial;
		
	}
	
	.top_banner video {
		max-width: 100%;
		max-height: 100%;
		
	}
	.top_banner .txt{ position: relative; top: initial; padding:20px; margin: 0; width: auto; background: #008cd6}
	.top_banner .txt .title{ font-size: 30px; color: #FFF;}
	.top_banner .txt .title_pic{ font-size: 30px;}
	.top_banner .txt .title_pic img{ max-width: 80%;}
	.top_banner .txt .con{ font-size: 13px; line-height: 16px; height: 32px; overflow: hidden;}

	.title_bar {
		margin: 5px;
	}

	.news_box { padding: 20px;}
	.news_box ul li { width: calc(100%);}

	.about_box { padding: 20px;}
	.about_box .cover { width: auto; float: none;}
	.about_box .txt { width: auto; float: none; padding: 20px 0;}
	.about_box  .more_bar{ text-align: right;}

	.pro_box { padding: 20px;}
	.pro_box ul li {width: calc(100% / 2);}
	.pro_box ul li:nth-child(9){ display: none;}

	
	.sponsor_box { padding: 40px 10px;}
	.sponsor_box ul li { width: calc(100% / 2);}
	.sponsor_box li a { margin: 10px;}

	#footer .info {
		text-align: center;
		width: auto;
		float: none;
		padding: 0 20px;
		font-size: 15px;
	}
	#footer .copyright { 

		font-size: 13px;
	}


	.bg_box { height: 240px;}
	.bg_box .bg{ background-size: cover; background-attachment: scroll;}



	.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: none; text-align: center;}
	.tool_bar input[type="text"]{ width: calc( 100% - 80px);}
	.tool_bar .btn_send { width: 80px;}


	.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:30px 0;}

	.news_box.pol ul{ column-count: 1; }

	.pic_right { margin: 0 0 10px 0; max-width: 100%;}
	.pic_left { margin: 0 0 10px 0; max-width: 1005;}

	.form_left{ width: auto; float: none;}
	.form_right{ width: auto; float: none;}


	.pro_view .cover{
		position: relative;
		width: auto;
		float: none;
		margin: 0 20px;
		
	}
	.pro_view .txt {
		position: relative;
		width: auto;
		float: none;
		margin: 0 20px;
		clear: both;
	}


	#path ul{ margin:0}

	.inquiry_table .list_td {
		display: block; width: 100% !important; text-align: center;
	}
	.inquiry_table .pic {
		margin: auto;
	}
	
}
@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 320px) {

}