@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
/* CSS Document */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
img, video, canvas {
  max-width: 100%;
}
div,dl,dt,dd,ul,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
body {
	font-family: "微軟正黑體";
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: none;
	background-repeat: repeat-x;
	font-size: medium;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #F00;
}
.table{
	border: 3px solid #f5f5f5;
}
#wrapper{
	background-image:url("../images/wrapper.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}
#container{
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 1024px) {
#container{width: 95%;margin-right: auto;margin-left: auto;}}
#banner{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#top-nav{
	width: 100%;
}

/* -------------------------- menu設定開始----------------------------- */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:99;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 80%;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #547387;
  background: -moz-linear-gradient(top, #547387 0%, #547387 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #547387), color-stop(100%, #547387));
  background: -webkit-linear-gradient(top, #547387 0%, #547387 100%);
  background: -o-linear-gradient(top, #547387 0%, #547387 100%);
  background: -ms-linear-gradient(top, #547387 0%, #547387 100%);
  background: linear-gradient(to bottom, #547387 0%, #547387 100%);
  float:left;
  border-radius: 10px;
}
#cssmenu > ul {
  background: url('../images/bg.png');
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
	text-decoration: none;
	font-size: medium;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 13px;
	padding-right: 28px;
	padding-bottom: 12px;
	padding-left: 28px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #4b4b4b;
  background: rgba(75, 75, 75, 0.5);
  border-radius: 10px;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #fff;
  right: 17px;
  top: 18px;
}
#cssmenu > ul > li.has-sub.active > a::after,#cssmenu > ul > li.has-sub > a:hover:after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #fff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #f5f3f3;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #e4e4e4;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 40px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 25px;
  width: 180px;
  color: #777777;
  background: #f5f3f3;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #e15488;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media (min-width: 827px) and (max-width: 980px) {
#cssmenu {
  width: 84%;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #547387;
  background: -moz-linear-gradient(top, #547387 0%, #547387 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #547387), color-stop(100%, #547387));
  background: -webkit-linear-gradient(top, #547387 0%, #547387 100%);
  background: -o-linear-gradient(top, #547387 0%, #547387 100%);
  background: -ms-linear-gradient(top, #547387 0%, #547387 100%);
  background: linear-gradient(to bottom, #547387 0%, #547387 100%);
  float:left;
  border-radius: 10px;
}
#cssmenu > ul > li > a {
	text-decoration: none;
	font-size: medium;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}
}
@media (max-width: 827px) {
#cssmenu { background: #ffc000;border-radius: 0px;width:100%; }
#cssmenu > ul {  display: none; }
#cssmenu > ul.open {display: block;border-top: 1px solid rgba(0, 0, 0, 0.1);  }
#cssmenu.align-right > ul {float: none; }
#cssmenu.align-center > ul { text-align: left; }
#cssmenu > ul > li,
#cssmenu.align-right > ul > li {float: none; display: block;  }
#cssmenu > ul > li > a {
	border-right: 0;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 20px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {background: rgba(0, 0, 0, 0.1);order-radius: 0px;  }
#cssmenu #menu-button {
	display: block;
	text-decoration: none;
	font-size: medium;
	font-weight: 700;
	color: #000;
	padding: 18px 25px 18px 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('images/bg.png');
	cursor: pointer;
}
#cssmenu ul ul,
#cssmenu ul li:hover > ul,
#cssmenu > ul > li > ul,
#cssmenu ul ul ul,
#cssmenu ul ul li:hover > ul,
#cssmenu.align-right ul ul,
#cssmenu.align-right ul li:hover > ul,
#cssmenu.align-right > ul > li > ul,
#cssmenu.align-right ul ul ul,
#cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
}
#cssmenu ul ul li {width: 100%;  }
#cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
}
#cssmenu ul ul ul li a {padding-left: 45px; font-weight: normal;}
#cssmenu ul ul li:first-child > a,
#cssmenu ul ul li:last-child > a {border-radius: 0;  }
#cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 10px;
    width: 22px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    right: 25px;
    top: 15px;
}
#cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #000;
    right: 25px;
    top: 30px;
}
#cssmenu > ul > li.has-sub > a::after,
#cssmenu ul ul li.has-sub > a::after {display: none; }
}

/* ----- menu設定end----- */

/* ======================================================== 語言設定開始 ---------------------------*/
#lan{
	width: 184px;
	text-align: center;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nice-select {
	width: 100%;
	height: 40px;
	border: 1px solid #547387;
	position: relative;
	box-shadow: 0 0 5px #547387;
	background: #547387;
	cursor: pointer;
	border-radius: 10px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	color: #fff;
	font-size: 15px;
}
.nice-select a{
	color: #fff;
}
@media (max-width: 1024px) {
#lan{
	width: 19%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 0px;
}
}
@media (max-width: 980px) {
#lan{width: 15%;}
}
@media (max-width: 827px) {
#lan{width: 100%;}
.nice-select {border-radius: 0;}
}
/* ----- 語言設定結束 */


/* ======================================================== 左邊設開始--------------------------- */
#left{
	width: 184px;
	float: left;
	display: block;
	margin-top: 15px;
}
#left-contact{
	background-color: #979b9e;
	background-image: url(../images/left-contacttop.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-top: 61px;
	margin-bottom: 17px;
}
/* ----- leftmenu設定start----- */
#left-pro{
	background-color: #979b9e;
	background-image: url(../images/left-protop.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-top: 45px;
	margin-bottom: 17px;
}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100%; /* Width of Menu Items */
}
	
.suckerdiv ul li{
position: relative;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
	left: 163px; /* Parent menu width - 1*/
	position: absolute;
	width: 160px; /*sub menu width*/
	top: 0;
	display: none;
	background: #e9e9e9;
	z-index: 10;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 159px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
	display: block;
	color: black;
	text-decoration: none;
	background: #fff;
	padding: 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDFDF;
}
.suckerdiv ul li ul li a{
	display: block;
	color: black;
	text-decoration: none;
	background: #e9e9e9;
	padding: 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDFDF;
}
.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
color: white;
background-color: gray;
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
/* ----- leftmenu設定end----- */
#left-map{
	background-color: #979b9e;
	background-image: url(../images/left-maptop.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-top: 42px;
	margin-bottom: 17px;
}
@media (max-width: 980px)  {#left{	display: none;}}
/* ----- 左邊設結束----- */


/* ========================================================  首頁中間內容開始---------------------- */
#maintop{
	width: 807px;
	float: right;
	background-image: url(../images/main-top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 46px;
}
#main{
	width: 807px;
	float: right;
	background-color: #FFF;
	margin: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 30px;
}
#main-about{
	background-image: url(../images/title-about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	padding-top: 20px;
	float:left;
}
#main-about .matext{
	width: 96%;
	padding: 2%;
	border: 1px dashed #bdbdbd;
	height: 329px;
	margin-top: 5px;
	font-size: 15px;
	text-overflow: ellipsis; 
	overflow:hidden;
}
#main-service{
	background-image: url(../images/title-service.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	padding-top: 20px;
	margin-left:15px;
	margin-right:15px;
	float:left;
}
#main-service .setext{
	width: 96%;
	height: 329px;
	padding: 2%;
	border: 1px dashed #bdbdbd;
	margin-top: 5px;
	font-size: 15px;
	text-overflow: ellipsis; 
	overflow:hidden;
}
#main-news{
	background-image: url(../images/title-news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	padding-top: 20px;
	float: left;
}
#main-news .netext{
	width: 96%;
	padding: 2%;
	border: 1px dashed #bdbdbd;
	margin-top: 5px;
	height: 329px;
	font-size: 15px;
	text-overflow: ellipsis; 
	overflow:hidden;
}
#main-news .netext li{
	background-image: url(../images/icon-1.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 13px;
	margin-left: 3px;
	padding-left: 8px;
	list-style-image: none;
	list-style-type: none;
	line-height: 110%;
}
#main-inpro{
	width: 100%;
	height:33px;
	float: left;
	background-image: url(../images/title-pro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
@media (max-width: 1024px){
#maintop{width: 80%;background-size: contain;}
#main{width: 80%;}
#main-about{width: 32%;}
#main-about .matext{height: 340px;}
#main-service{width: 32%;margin-left:2%;margin-right:2%;}
#main-service .setext{height: 340px;}
#main-news{width: 32%;}
#main-news .netext{height: 340px;}
#main-news .netext li{background-position: left 7px;margin-bottom: 15px;}
}
@media (max-width: 980px){
#maintop{
	display: none;
}
#main{
	width: 100%;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
}
@media (max-width: 767px){
#main-about{width: 100%;float: none;}
#main-service{width: 100%;float: none;margin: 30px 0 0 0;}
#main-news{width: 100%;float: none;margin: 30px 0 0 0;}
}
	
/* -----首頁中間區塊設定結束----- */

/* ========================================================  footer開始 ----------------------- */
#footer{
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #979b9e;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 20px;
	}
#footer .finfo{
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	text-align: center;
	line-height: 165%;
}
@media (max-width: 1024px) {
#footer .finfo{
	width: 95%;
	line-height: 155%;
}
}


/* ======================================================== 固定ＣＳＳ   內頁中間區塊設定開始--------------------- */
#pro{width: 100%;margin-top:20px;float: left;}
#pro-list{float: left;width: 230px;margin-right: 1.3%;margin-bottom: 25px;	margin-left: 1.3%;}
#pro-list .pro-pic{	width: 230px;	height: 173px;	margin-bottom: 5px;	text-align: center;	vertical-align: middle;	display: inline-table;	overflow: hidden;}
#pro-list .pro-name{width: 230px;height: 45px;text-align: center;	overflow:hidden;    text-overflow:ellipsis;}
@media (max-width: 1024px) {
#pro-list{width: 30%;}
#pro-list .pro-pic{width: 100%;	height: auto;margin-bottom: 5px;}
#pro-list .pro-name{width: 100%;}
}
@media (max-width: 680px) {
#pro-list{width: 45%;}
}
@media (max-width: 480px) {
#pro-list{width: 100%;}
}

#sitemap{width: 100%;}
#title{	font-size: 130%;color: #e67721;	width: 100%;	margin-top: 1em;}
#html{	width: 100%;	margin-top: 30px;	float: left;line-height: 185%;	font-size: large;	letter-spacing: 0.1em;}
/* news start*/
#news-list{	width: 100%;	margin-bottom: 1.5em;	padding-bottom: 1.5em;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #CCC;}
#news-list .newsdate{width: 13%;float: left;margin-right: 2.5%;text-align: center;font-size: large;	font-weight: bold;color: #787878;border: 1px solid #787878;}
#news-list .newsdate .newsdate-day{background-color: #FFF;	padding-bottom: 0.5em;	padding-top: 0.5em;	font-size: x-large;	font-weight: bold;	color: #AFAFAF;	text-align: center;	vertical-align: middle;	letter-spacing: 0em;}
#news-list .newsdate .newsdate-year{background-color: #8C8C8C;font-size: medium;font-weight: normal;color: #FFFFFF;text-align: center;}
#news-list .newsdate-text{width: 83%;	padding-top:0.5em;	float: left;}
#news-list .newsdate-text a {display: block;color: #000;font-size: large;text-decoration: none;}
#news-list .newsdate-text a:hover {	color: #F00;}
@media (max-width: 650px) {
#news-list .newsdate{width: 15%;font-size: medium;}
#news-list .newsdate .newsdate-day{	font-size: large;}
#news-list .newsdate-text{width: 73%;padding-top: 0;}
}
@media (max-width: 480px) {
#news-list .newsdate{width: 20%;}
}
/* news end*/
/* -----內頁中間區塊設定結束----- */
.text-red{
	color: #F00;
}


