@import url("reset.css");


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> 引導頁 <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
body{background-color:#f0f0f0; }
#index{ width:100%; height:100%; position:absolute;    }
#index #main{ width:1000px; height:800px; background:#FFF; margin:auto;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> BANNER <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#index #header{ height:440px; background:url(../../images/banner.png) no-repeat; background-position:0 bottom; position:relative; }
#index #header #logo{float:left; width:353px; height:96px; position:absolute; bottom:151px; left:98px; }
#index #header #slogan{float:left; width:169px; height:43px; position:absolute; bottom:95px; left:132px; }
#index #header #language { height:150px; position:absolute; bottom:5px; right:130px;  color:#595959;}
#index #header #language ul{list-style-type:none; padding-left:0px;  }
#index #header #language ul li{  width:90px; height:90px; color:#FFF; background:url(../../images/languagebg.png) no-repeat; float:left; margin-left:30px;  line-height:90px; text-align:center; vertical-align:middle; cursor:pointer;}
#index #header #language ul li a{ text-decoration:none; color:#fff;}



/* ---------------------------------->>> 分廠 <<<--------------------------------------------------------------*/
#index #pagemain{ position:relative; height:220px; }
#index #pagemain #info{ position:absolute;  left:130px; top:60px;}
#index #pagemain h2{  color:#99cc33; font-family:"微軟正黑體"; font-size:13px; line-height:17px;}
#index #pagemain h2:before{  content:"▐ ";}
#index #pagemain p{ color:#000; letter-spacing:.5px; line-height:17px;  margin:9px ; font-family: Arial,"微軟正黑體", sans-serif; font-size:13px;  }

/* ---------------------------------->>> 頁尾 <<<--------------------------------------------------------------*/
#index #footer{ position:relative; border:1px #b9b9b9 solid; }
#index #footer span{ width:500px; position:absolute; top:15px; left:138px; color:#000; letter-spacing:.5px; line-height:17px; font-family: Arial,"微軟正黑體", sans-serif; font-size:12px;}
#index #footer a{ color:#000; text-decoration:none;}
#index #footer a:hover{ text-decoration:underline;}

