@charset "utf-8";
/* CSS Document */
html {
	/*height: 100%;
	background: -webkit-linear-gradient(rgba(84,192,255,1) 1%, rgba(168,221,255,1) 30%, rgba(226,244,255,1) 62%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(rgba(84,192,255,1) 1%, rgba(168,221,255,1) 30%, rgba(226,244,255,1) 62%, rgba(255,255,255,1) 100%);
	background: linear-gradient(rgba(84,192,255,1) 1%, rgba(168,221,255,1) 30%, rgba(226,244,255,1) 62%, rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54c0ff', endColorstr='#ffffff',GradientType=0 ); */
		
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	
	/*background: #C0C0C0;*/
	
	font-family:  "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "Myriad Pro", sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: normal;

}	
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#outer {
	/*width:960px;*/
	width:1024px;
	margin:0 auto;
	background:#FFF;
}
a img {
	border:0px;
}
div img {
	vertical-align:middle;
}

input, button, select, textarea, *:focus {
	outline:none;
}
.clearfix:after { /*清除flaot 浮動，還原div高度*/
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*---- 麵包削 ----*/
.nav-mark {
	color: #333;
	font-size: 0.9em;
	background: none;
	padding: 8px 5% 3px;
	border-radius: 0px;
	margin: 0px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	flex-wrap: wrap;
	ist-style: none;
}
.nav-mark .item a {
	color: #333;
}
.nav-mark .item:after {
	content: '\f105';
	font-family: FontAwesome;
	position: relative;
	padding: 0px 5px;
	padding-left: 6px;
	font-size: 17px;
	line-height: 1;
}
.nav-mark .item:last-of-type:after {
	display: none;
}

/*----- Top -----*/
.mainhead {
	position: relative;
	width: 1024px;
}
/*----- Top Logo -----*/
.top-logo {
	position: relative;
}
.logo-img {
	/*position: absolute;
	top: 25px;
	left: 7%;*/
}
a.top-home-link {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.top-logo h1 {
	/*position: absolute;
	top: 22px;
	left: 22%;*/
	font-size: 60px;
	font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "Myriad Pro", sans-serif;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.5em;
	text-shadow: 2px 3px 3px #666;
}
/*----- Top MENU -----*/
nav.top-menu {
    position: absolute;
	bottom: 0;
    z-index: 5;
	height: 68px;
}
ul.top-nav, ul.top-nav li {
	margin:0;
	padding:0;
	list-style:none;
}
ul.top-nav {
    /*display: table;*/
	/*width: 100%;*/
    /*padding: 0px 0px 0px 20px;*/
    /*background: #22b6e2;*/
    /*box-shadow: 0px 5px 5px #666;*/
}
ul.top-nav > li {
	position: relative;
	float:left;
	cursor: pointer;
}
ul.top-nav > li > a {
	display: block;
	font-size: 30px;
	font-weight: 300;

	/*margin:0px 0px 0px 10px;*/
	padding:0px 30px;
	text-align:center;
	text-decoration:none;
	letter-spacing:0.2em;
	line-height:68px;
	color: #333;
	
}
ul.top-nav  li  li  a {
	/*padding-left: 30px;
	padding-right: 30px;*/
	
}
ul.top-nav > li a:hover, .topon {
	color:#FFF !important;
	background: url("../images/menu-hover-bg.jpg");
	box-shadow: 3px -3px 5px #999;
}

ul.top-nav > li {
	position: relative;
	white-space: nowrap;
}
ul.subnav {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 100%;
	padding-top:3px;
	width: 100%;
}

ul.subnav li a {
	display: block;
	width: 100%;
	color: #000;
	cursor: pointer;
	background: #0077dd;
	padding: 10px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1.5px;
	border-right: solid 1px #fff;
	border-bottom: dashed 1px #fff;
}
ul.subnav li a:hover {
	color: #ffea00;
	background: #01bbf8;
}
ul.top-nav li ul { 
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
ul.top-nav li:hover > ul.subnav {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
ul.top-nav ul li:hover > ul {
	top:0;
	left:100%;
	padding-top:3px;

	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.arrow-right {
	display: inline-block;
	margin-left: 8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid red;
	width:1px;
	height1px;
}

/*----- 共用 -----*/
ul.mods_list, ul.mods_list li {
	margin:0;
	padding:0;
	list-style:none;
}
ul.mods_list {
	display:table;
	width:100%;
	text-align:center;
}
ul.mods_list > li {
	width:calc( 100% / 3 );
	float:left;
	margin-bottom:25px;
}
ul.top-menu-nav  li {
	position:relative;
}

/*---- 共用 ----*/
.col-w4, .col-w5, .col-w6, .col-w7, .col-w8 {
	float: left;
}
.col-w3 {
	width: calc( 100% * 3 / 12 );
}
.col-w4 {
	width: calc( 100% * 4 / 12 );
}
.col-w5 {
	width: calc( 100% * 5 / 12 );
}
.col-w6 {
	width: 50%;
}
.col-w7 {
	width: calc( 100% * 7 / 12 );
}
.col-w8 {
	width: calc( 100% * 8 / 12 );
}
.col-w9 {
	width: calc( 100% * 9 / 12 );
}
.padding-r5 {
	padding-right: 5px;
}
.padding-l5 {
	padding-left: 5px;
}
.left-ad {
	padding: 10px 15px 0px;
	text-align: center;
}
.left-ad a {
	display: block;
	padding-bottom: 5%;
}
.left-ad a img {
	width: 100%;
}

/*-----　回上一頁 -----*/
#reply {
    display: none;
    cursor: pointer;
	
    text-align: center;
    z-index: 9999;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background: rgba(63, 138, 122, 0.8);
    color: #ffffff;
    border-radius: 3px;
    padding: 12px;
}
.re-font{
		font-family:  "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "Myriad Pro", sans-serif;
}

/*----- 內頁 共用 -----*/
.text-info {
	margin-bottom: 8%;
	padding: 0px 10px;
}
.text-info.about p {
	padding: 10px 0;
	font-size: 1.17em;
	font-weight: 400;
}

/*----- 公告訊息、產品列表 -----*/
ul.item-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
ul.item-list li {
	width: calc( 100% / 3 );
	float: left;
	padding: 6px;
}
ul.item-list li div {
	color: #104492;
}
ul.item-list li:hover div {
	color: #ffb100;
}
ul.item-list li span {
	color: #104492;
	display: block;
    padding: 0px 0px 1px;
}
						
ul.item-list li:hover span {
	color: #ffb100;
}
ul.item-list li a {
	display: block;
	padding: 0 6px 3px 0;
}
ul.item-list li img {
	max-width: 100%;
	box-shadow: 3px 3px 5px #666;
	border: 1px solid #000;
}


/*----- 分隔線 -----*/
span.lines {
	margin: 10px 0px;
	width: 90%;
	display: block;
	height: auto;
	border-bottom: 1px #666 solid;
	box-shadow: 0px 3px 3px #666;
}


.container {
	width: 92.5%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
}
.container p {
	/*margin-bottom: 20px;*/
}
.container h3{
/*	color: #3d59ab;
	padding: 5px 15px;
	background: #bbb;
	display: inline-block;
	border-radius: 5px;*/
}

h3.heading {
    margin: 0;
    padding: 0;
    padding-left: 68px;
    color: #000;
	font-size: 2em;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 69px;
    color: #2a05ea;
    background: url(../images/heading-dot.png) no-repeat;
    text-shadow: 3px 3px 5px #333;
}
/*----- BODY -----*/
.mainbody {
	position:relative;
	background: url("../images/content-bg.jpg");
	min-height: 800px;
}

/*----- 首頁 -----*/
.home-info {
	display: flex;
	height: 650px;
	padding-left: 1.5%;
}
.home-item-01, .home-item-02 {
	display: flex;
	flex-direction: column;
}
.home-item-01 {
	justify-content: flex-end;
	align-items: flex-end;
	padding-right: 10.5%;
}
.home-info div > span {
	display:block;
	/*padding-bottom: 26%;*/
}
.home-info img {
	box-shadow: 8px 8px 5px #333;
}

/*----- 公司簡介 -----*/
.about-info p {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 2;
	width: 90%;
	padding-left: 7.5%;
	padding-top:3%;
	padding-bottom: 2%;
}

/*----- 公告訊息 -----*/
 

/*----- 營業項目 -----*/
h3.heading.business {
    padding-left: 96px;
    line-height: 90px;
    color: #fce607;
    background: url(../images/business-dot.png) no-repeat 0px 0px;
}
.business-info p {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 2;
	width: 90%;
	padding-left: 10%;
	padding-top:3%;
	padding-bottom: 2%;
}

/*----- 產品介紹 -----*/
h3.heading.product {
    padding-left: 49px;
    line-height: 35px;
    color: #000;
    background: url(../images/product-dot.png) no-repeat 0px 0px;
}
h3.heading span {
	font-size: 0.7em;
	letter-spacing: normal;
}
.product-info p {
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.5;
	width: 90%;
	padding-left: 5%;
}
.product-info {
	margin-top: 20px;
	/*margin-left: 5%;*/
	width: 100%;
	/*height: 600px;*/
	/*border: 1px solid #000;*/
}
.product-img {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	margin-top: 2%;
}
.product-img > span{
	flex: 0 1 33.33%;
	padding: 10px;
}
.product-img > span > span{
	display: block;
	text-align: center;
	padding: 10px 0px 20px;
	font-weight:500;
}
.product-img img {
	max-width: 100%;
	box-shadow: 3px 3px 3px #000;
	border-radius: 3px;
}

/*----- 聯絡我們 -----*/
h3.heading.contact {
    padding-left: 69px;
    line-height: 63px;
    color: #ff0000;
    background: url(../images/contact-dot.png) no-repeat 0px 0px;
}
.container.contact p {
	margin-bottom: 5px;
}
.con-info {
	margin-bottom: 20px;
	padding: 0px 10px;
}
.con-map {
	height: 320px;
	padding: 1px;
	border: 1px solid #666;
}
.con-map iframe {
    width: 100%;
    height: 100%;
}
.con-com-info {
	font-size: 1.2rem;
}
/*----- 聯絡我們 表單 -----*/
.heading-sp {
display: inline-flex;
    width: 85%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.heading-sp span {
	font-size: 18px;
    font-weight: 400;
}
.contact-from {
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 3%;
    border: 1px #666 dashed;
    background: #fefefe;
}
.form-ps {
	display: block;
	margin: 5px 0;
	color: #ff0000;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: normal;
}
ul.mods_list, ul.mods_list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mods_list {
	display: table;
	width: 100%;
	text-align: center;
}
ul.mods_list.form li {
	float: left;
	padding-bottom: 10px;
	text-align:left;
}
ul.mods_list.form li:nth-child(odd) {
    width: 16%;
    text-align: right;
	padding-right: 5px;
}
ul.mods_list.form li:nth-child(even) {
	width: 84%;
    text-align: left;
	padding-left: 5px;
}

ul.mods_list.form li:last-child {
	width: 100%;
}

ul.mods_list.form li input, ul.mods_list.form li textarea {
	border: 1px solid #F5C235;
    background: #FCF2DC;
    width: 90%;
    height: 31px;
    border-radius: 3px;
    padding: 0px 5px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 300;
    font-size: 20px;
}

ul.mods_list.form li textarea {
	resize: none;
	width: 100%;
	min-height: 200px;
}
input[name="Submit"], input[name="reset"] {
	padding:5px 20px;
	margin-left: 15px;
	color: #000;
  	font-family: 'Noto Sans TC';
	font-size:18px;
	font-weight:400;
	background: rgba(98,91,87,0.5);
	display: inline-block;
	border-width: 1px;
	box-shadow: 3px 3px 5px 0px rgba(100, 100, 100, 0.5);
}


/*----- ul li div mod  -----*/
ul.mods_list > li div {
	padding:5px 0px;
	font-size:20px;
	font-weight:500;
	width:100%;
	height:100%;
	text-align:center;
}
ul.mods_list.pro-list > li div {
	display: table-cell;
    line-height: 24px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    width: 2000px;
}
ul.mods_list.product > li div {
	font-weight:400;
}
.langen ul.mods_list.product > li div {
	letter-spacing: normal;
}

ul.mods_list > li a {
	display: block;
	color:#000;
	text-decoration:none;
}
ul.mods_list > li a:hover {

}

/*----- mod 首頁 最新消息 -----*/
ul.mods_list.news {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
ul.mods_list.news > li div {
	padding: 5px 10px;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	height: 100%;
	text-align: left;
}
/*----- mod 首頁 友善連結 -----*/
ul.mods_list.goodlink {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}


		


/*----- Mod 左欄 -----*/
.contact-list .mod_tabs, .about-list .mod_tabs, .team-list .mod_tabs {
	font-family: 'Noto Sans TC';
}
.contact-list .mod_tabs , .about-list .mod_tabs, .team-list .mod_tabs , .mod_tabs li {
	margin: 0; 
	padding: 0;
	list-style: none;
}
.contact-list .mod_tabs, .about-list .mod_tabs, .team-list .mod_tabs {
	margin: 0 auto;
	padding-top:10px;
	width:195px;
}
.contact-list .mod_tabs li, .about-list .mod_tabs li, .team-list .mod_tabs li {
	margin:0 auto;
	width:150px;
	padding:5px 0px 3px;
	border-bottom: 1px dashed #7ba7ff;
}
.contact-list .mod_tabs li:last-child, .about-list .mod_tabs li:last-child, .team-list .mod_tabs li:last-child {
	border-bottom: none;
}
.contact-list .mod_tabs li a, .about-list .mod_tabs li a, .team-list .mod_tabs li a{
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 37px;
	line-height: 37px;
	font-size: 24px;
	font-weight: 500;
	color: #7ba7ff;
	text-align: center;
	text-decoration: none;
}
.contact-list .mod_tabs li a:hover, .contact-list .mod_tabs li.active a, .about-list .mod_tabs li a:hover, .about-list .mod_tabs li.active a, .team-list .mod_tabs li a:hover, .team-list .mod_tabs li.active a  {
	color: #fff;
	background: #93b7ff;
}


/*----- other -----*/
.mod-indent {		/*關於我們縮排*/
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

.body-push {
	position: absolute;
	right: 3%;
	top: 0;
}
/*----- Page -----*/
.page {
	padding:20px 0px;
	font-weight:500;
	text-align:center;
}
.page span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
}
.page span a {
	display:block;
	width:50px;
	height:30px;
}
.pro_prev {
	background:url('../images/pro_noprev_bg.png') no-repeat 50% 50%;
}
.pro_prev.page-on {
	background:url('../images/pro_prev_bg.png') no-repeat 50% 50%;
}
.pro_next {
	background:url('../images/pro_nonext_bg.png') no-repeat 50% 50%;
}
.pro_next.page-on  {
	background:url('../images/pro_next_bg.png') no-repeat 50% 50%;
}




/*----- 頁面底部 -----*/
.mainfoot {
	position: relative;
	min-height: 170px;
	/*background: url(../images/hc-foot-bg.jpg) no-repeat #4b494a;*/
	background: rgba(37,37,37,1);

	color:#fff;
	line-height: 1.5;
	letter-spacing:1px;
	/*background:#252525;*/
}

.comName, .comInfo, .foot-push, .foot-counter {
	position: absolute;
	max-width: 100%;
}
.foot-push {
	top: 15%;
    right: 3%;
	width: 150px;
    display: inline-flex;
	justify-content: space-between;
}
.comName {
	top:15%;
	left:3%;
	line-height: 1.2;
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 0.1em;
	
}
.comInfo {
	bottom: 13%;
    right: 27.5%;
    /* width: 100%; */
    font-size: 14px;
    display: inline-flex;
    flex-direction: column;
}
.comInfo div {
	padding: 0 10px 0 0;
}
.foot-counter {
	bottom: 8%;
	left: 3%;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
}
.counter-sp {
	/*font-size: 16px;*/
}
.counter-num {
	display : flex;
}

.counter-num > div {
	color: #333;
	background: #f3dd00;
	padding: 0px 3px;
	border-radius: 3px;
	border: 1px solid #000;
    border-right: none;
	line-height: normal;
}
.counter-num > div:last-child {
    border-right: 1px solid #000;
}

.foot-sitemap {
	position:absolute;
	display: block;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
}
.foot-sitemap, .foot-sitemap a {
	color:#FFF;
	text-decoration:none;
}
.foot-sitemap a:hover {
	color:#61FA08;
}