﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;500&display=swap');
html{font-size: 16px;}
/*html *{font-size: 1rem;}*/
body{
	font-size: 1rem;
	margin: 0;
	padding: 0;
	font-family: 'arial', 'Noto Sans TC', sans-serif;
	color: #000;
}
.preload{
	position: fixed;
	background: #FFF center center no-repeat;
	/*background-image: url(../images/loading.svg), url(../images/logo-icon.png);*/
	background-image: url(../images/loading.svg);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.process{
	position: fixed;
	background: rgba(256, 256, 256, 0.8) center center no-repeat;
	/*background-image: url(../images/loading.svg), url(../images/logo-icon.png);*/
	background-image: url(../images/loading.svg);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
/*
*{transition: all .50s linear;}
*:hover{transition: all .50s linear;}
*/
a{
	text-decoration: none !important;
	outline: none;
	color: #000;
}
a:hover{ color: #000; }

img{
	max-width: 100%;
}
input, select, textarea{outline: none;}

/*=[hover effect]==============================*/
/*
*:hover, *:focus , * {
	transition: all .20s linear
}
*/
#pageWrapper{
	position:relative;
	margin: 0 auto;
	box-sizing: border-box;
	background: #DDD;
}
#pageWrapper.fixed{
	height: 100vh;
	overflow: hidden;
}
.wrapper{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	background: #FFF;
	overflow: hidden;
}

/*=[header]=========*/
header{
	
}
header .wrapper{
	padding: 0;
	overflow: visible;
}
header .top-left-col{
	display: inline-block;
	width: calc(100% - 231px);
}
header .logo{
	display: inline-block;
	vertical-align: top;
}
header .top-pic-wrap{
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 450px);
	height: 210px;
}
header #top-video{
	position: absolute;
	width: 100%;
	height: 210px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
header .nav_icon{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	color: #000;
	display:none;
}
header .mainnav{
	position: relative;
	background: #FFDD00;
	margin-top: 10px;
}
header .mainnav ul{
	margin: 0;
	padding: 0;
}
header .mainnav ul li{
	position: relative;
	display: inline-block;
}
header .mainnav ul li a{
	display: inline-block;
	font-size: 1rem;
	line-height: 1rem;
	padding: 15px;
	box-sizing: border-box;
	color: #000;
}
header .mainnav ul li:hover > a{
	color: #FFF;
	background: #FFA300;
}
header .mainnav ul li.current > a{
	color: #FFF;
	background: #FFA300;
}
header .mainnav ul li:hover > ul{
	display: block;
}
header .mainnav ul ul{
	display: none;
	position: absolute;
	top: 46px;
	left: -50px;
	z-index: 10;
}
header .mainnav ul ul li{
	display: block;
}
header .mainnav ul ul li a{
	display: inline-block;
	width: 200px;
	padding: 15px;
	box-sizing: border-box;
	color: #000;
	background: #FFF;
	font-weight: 400;
}
header .mainnav ul ul li:hover > a{
	color: #000;
	background: #C9CACA;
}

header .top-right-col{
	display: inline-block;
	vertical-align: top;
	width: 216px;
	height: 210px;
	margin-left: 15px;
}
header .top-icon1{
	display: block;
	margin-bottom: 10px;
}
header .suscribe-input{
	padding: 10px;
	background: #F8F8F8;
	margin-bottom: 10px;
}
header .txt{
	font-size: 0.8rem;
	color: #898989;
	margin-bottom: 10px;
}

.fixed-nav-wrap{
	position: relative;
	height: 80px;
	display: none;
}
.fixed-nav.fixed{
	position: fixed;
	width: 100%;
	top: 60px;
	left: 0;
	z-index: 10;
}
.fixed-nav .scroll-wrap{
	padding: 20px 0;
	background: #FFF;
}
.fixed-nav ul{
	text-align: center;
	margin: 0;
	padding: 0;
}
.fixed-nav ul li{
	display: inline-block;
	padding: 0 10px;
}
.fixed-nav ul li a{
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding: 10px;
	box-sizing: border-box;
	color: #B5B5B6;
}
.fixed-nav ul li a:hover{
	color: #595757;
}
.fixed-nav ul li a.current{
	color: #595757;
}


/*=[section]=========*/
.section-title{
	position: relative;
	padding: 15px;
	background: #FFDD00;
}
.section-title .txt{
	position: relative;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #000;
}
.section-title .btn-back{
	position: relative;
	float: right;
	font-size: 1rem;
}
.section-title .btn-back:after {
	content: "";
	position: absolute;
	top: 0;
	left: -18px;
	z-index: 1;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 12px solid #727171;
	border-bottom: 8px solid transparent;
}
.item-title{
	font-size: 1.2rem;
	font-weight: 400;
	color: #727171;
	padding: 0;
	margin: 0 0 20px;
}
.item-txt{
	font-size: 0.9rem;
	color: #727171;
}
.content{
	max-width: 1000px;
	margin: 0 auto;
}
.deco{
	border-top: 20px #FFDD00 solid;
	margin-bottom: 10px;
}
.contact-form{
	position: absolute;
	right: 30px;
	top: 30px;
	width: 100%;
	max-width: 560px;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px 30px 30px;
	z-index: 1;
}
.contact-form .w3-col{
	padding: 6px 10px;
}
.contact-form label{
	font-size: 0.7rem;
	color: #FFF;
}

#slideshow_owl .owl-dots{
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  z-index: 20;
  text-align: center;
  box-sizing: border-box;
}
#slideshow_owl .owl-dot{
  display: inline-block;
}
#slideshow_owl .owl-dot span{
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border-radius: 8px;
  background: #000;
  border: 1px #000 solid;
}
#slideshow_owl .owl-dot.active span{
  background: #FFF;
}

.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 120px;
	margin: auto;
	z-index: 20;
}
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 120px;
	background: url(../images/btn_owl_prev.png) center center no-repeat;
}
.owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 120px;
	background: url(../images/btn_owl_next.png) center center no-repeat;
}

.slideshow_owl2{
	
}

/*=page index=======*/
.index .banner .wrapper{

}
.index .news-wrap{
	padding: 20px 20px 20px 40px;
}
.index .slideitem-wrap{
	padding: 10px;
}

.index .map{
	position: relative;
}
.index .map iframe{
	display: block;
}

/*=page news=======*/
.news .section1 .wrapper{
	background: #FFF;
	padding: 40px 10px;
}
.news .section1 .news-wrap{
	padding: 20px 20px 20px 40px;
}
.news .section2 .item{
	margin: 5px;
	border-top: 10px #FFDD00 solid;
}
.news .section2 .info-wrap{
	padding: 10px;
}

.news .section3 .main-col{
	width:60.5%;
}
.news .section3 .pics-col{
	width:39.5%;
}
.news .section3 .item-pic{
	padding: 4px;
}
.news .section3 .item-pic img{
	box-sizing: border-box;
	border: 1px #CCC solid;
}
.news .section3 .news-date{
	font-size: 1.1rem;
	font-weight: 600px;
	margin: 20px 0 5px;
}
.news .section3 .news-title{
	font-size: 1.2rem;
	color: #727171;
	padding: 0;
	margin: 0 0 20px;
}
.news .section3 .news-txt{
	color: #727171;
}
.news .section3 .thumbnail-pic{
	cursor: pointer;
}

/*=[product]=========*/
.product .section1 .item{
	padding: 10px;
}
.product .section1 .item-pic{
	display: block;
	margin-bottom: 10px;
}
.product .section1 .item-type{
	margin: -25px 0 20px;
	font-size: .8rem;
}
.product .section1 .item-txt{
	min-height: 110px;
}

.product .section2 .main-col{
	width:60.5%;
}
.product .section2 .pics-col{
	width:39.5%;
}
.product .section2 .item-pic{
	padding: 4px;
}
.product .section2 .item-pic img{
	box-sizing: border-box;
	border: 1px #CCC solid;
}
.product .section2 .main-pic{
	width: 100%;
	max-width: 100%;
}
.product .section2 .thumbnail-pic{
	cursor: pointer;
}

.product .section2 .product-title{
	font-size: 1.2rem;
	font-weight: 400;
	color: #808080;
	padding: 0;
	margin: 20px 0;
}
.product .section2 .product-type{
	margin: -25px 0 20px;
	font-size: .8rem;
	color: #808080;
}
.product .section2 .product-txt{
	color: #717171;
}

/*=[contact]=========*/
.contact .contact-form{
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 100%;
	margin-left: 20px;
}
.contact .slogan{
	color: #333;
	margin: 20px 0;
}
.contact .contact-title{
	position: relative;
	font-size: 1rem;
	font-weight: 600;
	color: #1A1E1F;
	border-bottom: 1px #555 dashed;
	padding: 0 0 5px 18px;
}
.contact .contact-title:after{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 9px;
	height: 9px;
	z-index: 1;
	background: #FFDD00;
}
.contact .smalltitle{
	font-size: 0.9rem;
}
.contact .txt2{
	font-size: 1.3rem;
	font-weight: 600;
	color: #333;
	margin: 20px 0;
}
.contact .txt3{
	font-size: 0.9rem;
	font-weight: 600;
	color: #333;
	margin: 10px 0 20px;
}

/*=[footer]=========*/
footer{

}
footer .wrapper{
	color: #000;
	background: #FFDD00;
	padding: 40px;
}
footer img{
	display: inline-block;
	vertical-align: middle;
}
footer .info{
	display: inline-block;
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px #000 solid;
	vertical-align: middle;
}

#scrollup{
	position: fixed;
	right: 20px;
    bottom: 20px;
	z-index:20;
	display: none;
	width: 48px;
	height: 48px;
	background: url(../images/btn-totop.jpg) center center no-repeat;
	cursor:pointer;
}


/*=[common]=========*/
input, textarea, select{
	color: #666;
	width: 100%;
	box-sizing: border-box;
	padding: 6px;
	border: none;
	border-radius: 0;
	resize: none;
}
input.bg, select.bg, textarea.bg{
	background-color: #EFEFEF;
}
input.border, select.border, textarea.border{
	border: 1px #DCDDDD solid;
}

input[type=submit],input[type=button]{
	color: #000;
	background: #FFDD00;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 12.5px;
	border: none;
	font-size: 0.8rem;
	line-height: 0.8rem;
}
input[type=submit]:hover, input[type=button]:hover{
	background: #425D72;
}

select{
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none;
	background: url(../images/select-arrow.png) right center no-repeat;
	background-size: auto 100%; 
}

.mobile{display: none !important;}

.cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.7);
	z-index: 10;
	display: none;
}
.line{border-top:1px #DDD solid;}

.tableBorder{
	border-collapse: collapse;
    width:100%;
    border-collapse: collapse;
}
.tableBorder th{
	padding: 20px 10px;
	border-bottom: 1px #CCC solid;
	text-align:left;
}
.tableBorder td{
	padding: 20px 10px;
	border-bottom: 1px #CCC solid;
	text-align:left;
}

.btn{
	display: inline-block;
	padding: 18px;
	min-width: 200px;
	box-sizing: border-box;
	text-align: center;
	line-height: 14px;
	color: #FFF;
	background: #2E454C;
	border: none;
	transition: background-color .5s;
}
.btn:hover{
	color: #FFF;
	background: #425D72;
}
.btn-block{
	width: 100%;
	display: block;
}
.pages{
	margin: 30px 0;
}
.pages a{
	display: inline-block;
	color: #B5B5B6;
	width: 10px;
	margin: 0 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.2rem;
}
.pages a.current, .pages a:hover{
	color: #000; 
}

.breadcrumb{
	font-size: 16px;
}

.img-shadow{
	box-shadow: 3px 3px 8px #777;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 1024px) {
	.pad{ display: none !important;}
	.desktop{ display: none !important;}
	.mobile{ display: block !important;}

	header .top-left-col{
		display: block;
		width: 100%;
	}
	header .top-pic-wrap,
	header .top-right-col{display: none;}
	header .logo{
		display: block;
		padding: 10px;
		background: #FFDD00;
	}
	header .logo img{
		width: 180px;
		margin: auto;
	}
	header .nav_icon{display: block;}
	header .mainnav{
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		z-index: 30;
		margin-top: 0;
		display: none;
	}
	header .mainnav.open{display: block;}
	header .mainnav ul li{
		position: relative;
		display: block;
	}
	header .mainnav ul li:hover > ul{
		display: none;
	}
	header .mainnav ul li a{
		display: block;
	}
	header .mainnav ul ul{
		position: static;
	}
	header .mainnav ul ul.open{
		display: block !important;
		width: 100%;
	}
	header .mainnav ul ul li a{
		display: block;
		width: 100%;
	}

	.index .news-wrap{
		padding: 20px;
	}
	.news .section1 .news-wrap{
		padding: 20px;
	}
	.news .section3 .main-col{
		width: 100%;
	}
	.news .section3 .pics-col{
		width: 100%;
	}
	.product .section2 .main-col{
		width: 100%;
	}
	.product .section2 .pics-col{
		width: 100%;
	}

	footer .wrapper{
		color: #000;
		background: #FFDD00;
		padding: 40px;
		text-align: center;
	}
	footer img{
		display: inline-block;
		vertical-align: middle;
	}
	footer .info{
		display: block;
		margin: 20px 0 0;
		padding: 0;
		border-left: none;
		vertical-align: middle;
	}
}

@media screen and (max-width: 767px) {
	.contact-form{
		position: static;
		width: 100%;
		max-width: 100%;
		margin: 20px auto;
	}
	.contact .contact-form{
		position: static;
		width: 100%;
		max-width: 100%;
		margin: 20px auto;
	}

	.fixed-nav.fixed{
		top: 52px;
	}
	.fixed-nav .scroll-wrap{
		padding: 10px 0;
		overflow-x: auto;
		white-space: nowrap;
	}
	.fixed-nav .scroll-wrap::-webkit-scrollbar {
		color: #FFF;
		height: 4px;
	}
	.fixed-nav ul{
		text-align: left;
	}
	.fixed-nav ul li{
		padding: 0;
	}
	.fixed-nav ul li a{
		font-size: 1.1rem;
		line-height: 1.1rem;
	}
}
