@charset "utf-8";
/* 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,ol,li,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: #e9e9e9;
	font-size: medium;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

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;
}
#banner{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#top-nav{
	width: 100%;
}
/* ----- 語言設定開始 */
#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 #474849;
	position: relative;
	background: #4c4d4e;
	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;}
/* ----- 語言設定結束 */
/* ----- menu設定開始----- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#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;
}
#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: #757575;
  background: -moz-linear-gradient(top, #5c5d5e 0%, #4c4d4e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c5d5e), color-stop(100%, #4c4d4e));
  background: -webkit-linear-gradient(top, #5c5d5e 0%, #4c4d4e 100%);
  background: -o-linear-gradient(top, #5c5d5e 0%, #4c4d4e 100%);
  background: -ms-linear-gradient(top, #5c5d5e 0%, #4c4d4e 100%);
  background: linear-gradient(to bottom, #5c5d5e 0%, #4c4d4e 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 {
	border-right: 1px solid rgba(80, 80, 80, 0.12);
	text-decoration: none;
	font-size: medium;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 13px;
	padding-right: 31px;
	padding-bottom: 12px;
	padding-left: 31px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #32a9c3;
  background: rgba(0, 0, 0, 0.1);
  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:hover > a {
  border-top-color: #ffffff;
}
#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-weight: 400;
  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: #333333;
}
#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;
}
/* ----- menu設定end----- */

/* ----- 左邊設開始----- */
#left{
	width: 184px;
	float: left;
	display: block;
	margin-top: 15px;
}
#left-contact{
	background-color: #7e7e7e;
	background-image: url(../images/left-contacttop.jpg);
	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: #7e7e7e;
	background-image: url(../images/left-protop.jpg);
	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: #7e7e7e;
	background-image: url(../images/left-maptop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-top: 42px;
	margin-bottom: 17px;
}
/* ----- 左邊設結束----- */


/* ----- 首頁中間內容開始----- */
#maintop{
	width: 807px;
	float: right;
	background-image: url(../images/main-top.png);
	background-repeat: no-repeat;
	background-position: top;
	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 #d8d8d8;
	height: 329px;
	margin-top: 5px;
}
#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 #d8d8d8;
	margin-top: 5px;
}
#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 #d8d8d8;
	margin-top: 5px;
	height: 329px;
}
#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;
}
#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;
}
#footer{
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 20px;
	}
#footer .finfo{
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	text-align: center;
	line-height: 165%;
}
/* -----首頁中間區塊設定結束----- */
/* -----內頁中間區塊設定開始----- */
#pro{
	width: 100%;
	margin-top:20px;
	float: left;
}
#pro-list{
	float: left;
	width: 230px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
}
#pro-list .pro-pic{
	width: 230px;
	height: 173px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
#pro-list .pro-pic img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
#pro-list .pro-name{
	width: 230px;
	text-align: center;
	height: 65px;
	overflow: hidden;
	text-overflow:ellipsis;
}
#sitemap{
	width: 100%;
}
#title{
	font-size: 165%;
	color: #ef7600;
	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: 1%;
	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: 85%;
	float:right;
	padding-top:0.5em;
}
#news-list .newsdate-text a {
	display: block;
	color: #000;
	font-size: large;
	text-decoration: none;
            }
#news-list .newsdate-text a:hover {
	color: #F00;
            }
/* news end*/
/* -----內頁中間區塊設定結束----- */
.text-red{
	color: #F00;
}



@media (max-width: 767px) {
#container{
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
/* ----- 語言設定開始 */
#lan{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.nice-select {
	border-radius: 0px;
}
/* ----- 語言設定結束 */
/* ----- menu設定開始----- */
#cssmenu {
    background: #323232;
	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;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5f5f5f;
	background-color:#838383;
  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
	border-radius: 0px;
  }
  #cssmenu #menu-button {
	display: block;
	text-decoration: none;
	font-size: medium;
	font-weight: 700;
	color: #fff;
	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;
  }
  #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 #fff;
    border-bottom: 2px solid #fff;
    right: 25px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    right: 25px;
    top: 30px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  /* ----- menu設定end----- */
#left{
	display: none;
}
/* -----首頁中間區塊設定開始----- */
#maintop{
	display:none;
}
#main{
	width: 100%;
	float: right;
	background-color: #FFF;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
#main-about{
	background-image: url(../images/title-about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	padding-top: 20px;
}
#main-about .matext{
	width: 96%;
	padding: 2%;
	border: 1px dashed #d8d8d8;
	height: auto;
	margin-top: 5px;
}
#main-service{
	background-image: url(../images/title-service.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	padding-top: 20px;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:0px;
	margin-right:0px;
}
#main-service .setext{
	width: 96%;
	height: auto;
	padding: 2%;
	border: 1px dashed #d8d8d8;
	margin-top: 5px;
}
#main-news{
	background-image: url(../images/title-news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	padding-top: 20px;
}
#main-news .netext{
	width: 96%;
	padding: 2%;
	border: 1px dashed #d8d8d8;
	margin-top: 5px;
	height: auto;
}
#main-news .netext li{
	background-image: url(../images/icon-1.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-bottom: 9px;
	margin-left: 3px;
	padding-left: 8px;
	list-style-image: none;
	list-style-type: none;
}
#footer{
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #bf8467;
	}
#footer .finfo{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	text-align: center;
	line-height: 135%;
}
/* -----首頁中間區塊設定結束----- */
#pro-list{
	width: 230px;
	margin-right: 5%;
	margin-bottom: 25px;
	margin-left: 5%;
}




}
@media (max-width: 480px) {
#container{
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
/* ----- 語言設定開始 */
#lan{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.nice-select {
	border-radius: 0px;
}
/* ----- 語言設定結束 */
#left{
	display: none;
}
/* 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: 23%;
	float: left;
	margin-right: 1%;
	text-align: center;
	font-size: medium;
	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: 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: 73%;
	float: right;
	padding-top: 0;
	line-height: 140%;
}
#news-list .newsdate-text a {
	display: block;
	color: #000;
	font-size: large;
	text-decoration: none;
            }
#news-list .newsdate-text a:hover {
	color: #F00;
            }
/* news end*/


}
@media (min-width: 768px) and (max-width: 980px) {
#container{
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
/* ----- 語言設定開始 */
#lan{
	width: 15%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ----- 語言設定結束 */
/* ----- menu設定開始 */
#cssmenu {
  width: 84%;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #323232;
  background: -moz-linear-gradient(top, #323232 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #323232));
  background: -webkit-linear-gradient(top, #323232 0%, #000 100%);
  background: -o-linear-gradient(top, #323232 0%, #000 100%);
  background: -ms-linear-gradient(top, #323232 0%, #000 100%);
  background: linear-gradient(to bottom, #323232 0%, #000 100%);
  float:left;
  border-radius: 10px;
}
#cssmenu > ul > li > a {
	border-right: 1px solid rgba(80, 80, 80, 0.12);
	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;
}
/* -----menu設定結束 */
#left{
	display: none;
}
/* -----首頁中間區塊設定開始----- */
#maintop{
	width: 100%;
	float: right;
	background-image: url(../images/main-top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 55px;
	background-size: cover;
}
#main{
	width: 100%;
	float: right;
	background-color: #FFF;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#main-about{
	background-image: url(../images/title-about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 32%;
	padding-top: 20px;
	float:left;
}
#main-about .matext{
	width: 96%;
	padding: 2%;
	border: 1px dashed #d8d8d8;
	height: 340px;
	margin-top: 5px;
	font-size: 15px;
}
#main-service{
	background-image: url(../images/title-service.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 32%;
	padding-top: 20px;
	margin-left:2%;
	margin-right:2%;
	float:left;
}
#main-service .setext{
	width: 96%;
	height: 340px;
	padding: 2%;
	border: 1px dashed #d8d8d8;
	margin-top: 5px;
	font-size: 15px;
}
#main-news{
	background-image: url(../images/title-news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 32%;
	padding-top: 20px;
	float: left;
}
#main-news .netext{
	width: 96%;
	padding: 2%;
	border: 1px dashed #d8d8d8;
	margin-top: 5px;
	height: 340px;
	font-size: 15px;
}
#main-news .netext li{
	background-image: url(../images/icon-1.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-bottom: 15px;
	margin-left: 3px;
	padding-left: 8px;
	list-style-image: none;
	list-style-type: none;
	line-height: 110%;
}
#footer{
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	background-color: #bf8467;
	}
#footer .finfo{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	text-align: center;
	line-height: 155%;
}
/* -----首頁中間區塊設定結束----- */
#pro-list{
	width: 30%;
	margin-right: 1.5%;
	margin-bottom: 25px;
	margin-left: 1.5%;
}
}


@media (min-width: 1024px) {
#container{
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}

#left{
	width:184px;
	float:left;
	display:block;
}
/* -----首頁中間區塊設定開始----- */
#main-about{
	background-image: url(../images/title-about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 32%;
	padding-top: 20px;
	float:left;
}
#main-about .matext{
	width: 96%;
	padding: 2%;
	border: 1px dashed #d8d8d8;
	height: 340px;
	margin-top: 5px;
}
#main-service{
	background-image: url(../images/title-service.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 32%;
	padding-top: 20px;
	margin-left:2%;
	margin-right:2%;
	float:left;
}
#main-service .setext{
	width: 96%;
	height: 340px;
	padding: 2%;
	border: 1px dashed #d8d8d8;
	margin-top: 5px;
}
#main-news{
	background-image: url(../images/title-news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 32%;
	padding-top: 20px;
	float: left;
}
#main-news .netext{
	width: 96%;
	padding: 2%;
	border: 1px dashed #d8d8d8;
	margin-top: 5px;
	height: 340px;
}
#main-news .netext li{
	background-image: url(../images/icon-1.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 15px;
	margin-left: 3px;
	padding-left: 8px;
	list-style-image: none;
	list-style-type: none;
	line-height: 110%;
}
/* -----首頁中間區塊設定結束----- */
}
