

  .page{ 
    background: url(../image/ptrn-page-bg.png) repeat;
    height: auto;
    background-attachment: fixed;
    padding: 4.5% .5%;
  }

  .aboutcon{
    background: url(../image/about.jpg) repeat;
    background-attachment: fixed;
  }

  /*內頁區塊標題*/
  .pagetitles{
    min-width: 320px;
    max-width: 320px;
    margin: 0% 0 3% 0;
    padding: 0% 0;
    border-bottom:1px solid #0793e2; 
    text-align: left;
  }

  .pagetitles h2{
    width: 150px;
    margin: 0 0;
    padding: 0px 10px 5% 0px;
    border-bottom: 3px solid #0793e2;
    color: #0793e2;
    letter-spacing: 2px;
  }

  .pagearticle{
  	width:100%;
  	float:left;
  	margin: 0 0 4% 0;
  	color: #717071;  
  }
	
  .company p{
    text-align:left;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }

  .company p b{
    font-weight: bold;
  }

/*最新信息發佈
--------------------------------------------------*/
.newsone{
  padding:10px 15px 10px 20px;
  background: #f00;
  background: url(../image/news.png) no-repeat 0px center;
  line-height: 22px;
}

.newstitles{
    min-width: 320px;
    /*max-width: 320px;*/
    margin: 0% 0 3% 0;
    padding: 0% 0;
    border-bottom:1px solid #0793e2; 
    text-align: left;
    width:100%;
    float: left;
  }

  .newstitles h2{
    width: auto;
    margin: 0 0;
    padding: 0px 10px 1.5% 0px;
    border-bottom: 3px solid #0793e2;
    color: #0793e2;
    letter-spacing: 2px;
    float: left;
  }

/*產品中心
--------------------------------------------------*/

.productsone{
  padding:10px 20px 10px 20px;
  line-height: 22px;
  margin: 0 0 20px 0;
}

.productspic img{
  border:1px solid #ccc; width:auto;
}

.productsinfo h5{
  margin: 1% 0 2% 0;
}

.productsinfo p{
  text-align: right;
}

.productscon p{/*產品內容頁*/
  text-align: center;
}

.back{
  text-align: left!important;
}