@charset "UTF-8";

/* common start */
html {
	overflow: -moz-scrollbars-vertical;
}
* {
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	word-spacing:0.2em;
	margin: 0;
	padding: 0;
	border:0;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color:#333;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #25408D;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	line-height: 1.2em;
}
ul {
	list-style-type: none;
}
/* common end */

/* layout start */
#header, #main, #footer{
	margin:0 auto;
	width:990px;
	clear:both;
}

/* layout end */
#search-bar{
	height:31px;
	padding: 20px 0;
	vertical-align:middle;
	text-align:left;
}
#search-bar form{
    width:500px;
	margin-left:30px;
	float:left;
}

#header .search-text{
	width:258px;
	_width:266px;
	height:20px;
	_height:28px;	
	padding:2px;
	padding-top:3px;
	font-size:14px;
	color:#999;
	  border-top:1px solid #AAA;
  border-left:1px solid #AAA;
  border-right:1px solid #EEE;
  border-bottom:1px solid #EEE;
}

#header .search-btn{
	border:0;
	width:132px;
	height:32px;
	background:url(../../images/home/search-btn.gif) no-repeat;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-left:30px;
	letter-spacing:0.2em;
}

#quick-link{
    width:200px;
	margin-right:30px;
	_margin-right:15px;
	float:right;
	text-align:right;
}
#quick-link a{
	padding-left:15px;
}

#logo {
    width:990px;
	height:135px;
	background:url(../../images/home/logo-back.jpg) no-repeat;
	margin-bottom:5px;
}

#logo-image{
	width:91px;
	height:78px;
	margin:20px 0 0 32px;
	_margin:32px 0 0 16px;
	/*background:url(../../images/home/logo.png) no-repeat;*/
	float:left;
}

#logo-text{
    margin:45px 0 0 15px;
	font-size:20px;
	color:#25408D;
	text-align:left;
	float:left;
	text-indent: -1000px;
}

/* nav start */
#nav{
	width:990px;
	height:27px;
	background:url(../../images/home/nav-back.gif) repeat-x;
}

#nav li{
	float:left;
}

#nav li a{
	width:131px;
	height:27px;
	line-height:27px;
	background:url(../../images/home/nav-button.gif) left top no-repeat;
	display:block;
	color:#FFF;
	font-weight:bold;
}

#nav li a:hover{
	background:url(../../images/home/nav-button.gif) left -27px no-repeat;
	text-decoration: none;
}

#nav li a.current{
	background:url(../../images/home/nav-button.gif) left -27px no-repeat;
}
/* nav end */

/* main start */
#corp-intro{
	width:547px;
	height:247px;
	margin-top:10px;
	background:url(../../images/home/corp-intro-back.gif) no-repeat;
	float:left;
	padding:5px;
	text-align:left;
	position:relative;
}

#corp-intro img{
	width:128px;
	height:106px;
	float:left;
	margin:5px;
}

#corp-intro h3 {
	font-size:14px;
	margin:12px 0 1px 0;
	text-align:center;
	color:#25408D;
}

#corp-intro p
{
	padding:5px 15px;
	margin:0;
	line-height:1.3em;
	text-align:left;
	text-justify:inter-ideograph;
	text-indent:1em;
}

#corp-intro p.more
{
	position:absolute;
	left:470px;
	top:210px;
}

#copperate-list {
	width:422px;
	height:247px;
	float:left;
	margin:10px 0  0 10px;
	_margin:10px 0 0 20px;
	text-align:left;
	overflow:hidden;
}

#copperate-list h3{
	font-size:14px;
	height:39px;
	line-height:39px;
	text-align:center;
	color:#25408D;
}

#copperate-list li{
	width:417px;
	height:39px;
	line-height:39px;
	float:left;
	border-bottom:1px dotted #25408D;
	padding-left:5px;
	font-weight:bold;
}
#sidebox-group{
	width:990px;
	margin:0 auto;
}
#product-list, #news-list, #faqs-list{
	width:318px;
	height:201px;
	border:1px solid #25408D;
	float:left;
	margin-left:7px;
	margin-top:10px;
	overflow:hidden;
}
#product-list{
	_margin-left:3px;
}

#product-list h3, #news-list h3, #faqs-list h3{
	width:318px;
	height:25px;
	line-height:24px;
	background:url(../../images/home/sidebox-title-back.gif) no-repeat;
	font-size:14px;
	color:#FFF;
	position:relative;
}

#product-list h3 span, #news-list h3 span, #faqs-list h3 span{
	position:absolute;
	left:270px;
	top:0px;
}
#product-list h3 span a, #news-list h3 span a, #faqs-list h3 span a{
	color:#FFF;
	font-size:12px;
}
#pro-list{
	width:292px;
	height:142px;
	overflow:hidden;
	margin-top:16px;
}

#product-list li{
	width:100%;
	text-align:left;
	float:left;
	padding-bottom:18px;
}
#product-list li img{
	width:67px;
	height:61px;
	float:left;
	margin-right:10px;
}
#product-list li h4{
	width:210px;
	font-size:12px;
}
#news-list ul, #faqs-list ul
{
	margin:16px 0;
}
#news-list li, #faqs-list li
{
	width:100%;
	height:18px;
	overflow:hidden;
	text-align:left;
	float:left;
	margin-bottom:13px;
	_white-space:nowrap; 
	padding-left:20px;
	background:url(../../images/home/arrow.gif) 5px 5px no-repeat;
	font-weight:bold;
}

#news-list li a, #faqs-list li a
{
	

}
/* Friend Link start */
#friend-link{
	width:980px;
	min-height:30px;
	margin-top:10px;
	line-height:30px;
	text-align:left;
	border-top:1px solid #25408D;
	padding:10px 0 0 10px;
}
#friend-link a{
	margin-left: 10px;
}
/* Friend Link end */

/* crumb start */
#crumb {
	width:980px;
	height:30px;
	line-height:30px;
	text-align:left;
	padding-left:10px;
	border-bottom:1px solid #25408D;
}

/* crubm end */
#left-side{
	width:330px;
	float:left;
}
#left-side #product-list,#left-side #news-list, #left-side #faqs-list  {
	margin-left:0;
}
#corp-introduct, #pro-content{
	width:630px;
	float:right;
	margin:10px 0 0 20px;
	text-align:left;
}
#corp-introduct h3,#pro-content h3{
	min-height:30px;
	_height:30px;
	line-height:30px;
	color:#25408D;
	border-bottom:1px solid #25408D;
	font-size:16px;
	text-align:center;
}
#corp-introduct p{
	line-height:1.5em;
	text-align:left;
	margin-top:1em;
}
/* product class start */
#proclass
{
	width:280px;
	float:left;
	margin-top:10px;
}
#proclass h2
{
	height:36px;
	line-height:36px;
	background:url(../../images/home/chilun.jpg) no-repeat 15px 0;
	font-size:14px;
	border-bottom:1px solid #d6eaf6;
	text-align:center;
}

#pro-search{
	height:30px;
	line-height:30px;
	text-align:left;
	padding-left:5px;
	margin-top:5px;
	_padding-top:8px;
	background:#d6eaf6;
}
#pro-search input{
	*padding-top:2px;
}

#proclass ul li .widget-title
{
	float:right;
	width:273px;
	height:30px;
	line-height:30px;
	border:1px solid #d6eaf6;
	text-align:left;
	margin-top:5px;
	padding-left:5px;
	cursor:hand;
	font-size:14px;
}
#proclass ul li h3 a
{
	width:273px;
	height:30px;
	float:right;
	padding-left:5px;
	*margin-left:-5px;
	height:30px;
	display:block;
}
#proclass ul li h3 a:hover {
	text-decoration: none;
	color:#992D37
}
#proclass ul li h3.current
{
	background:#f4f8fb;
}

#proclass ul li ul li
{
	float:right;
	width:260px;
	height:30px;
	line-height:30px;
	border-left:1px solid #d6eaf6;
	border-right:1px solid #d6eaf6;
	border-bottom:1px solid #d6eaf6;
	text-align:left;
	padding-left:5px;	
	cursor:hand;
}

#proclass ul li ul li a
{
	width:260px;
	height:30px;
	float:right;
	padding-left:5px;
	*margin-left:-5px;
	height:30px;
	display:block;
}
#proclass ul li ul li.current
{
	background:#f4f8fb;
}

#pro-list1
{
	margin:10px 0;
}

#pro-list1 ul
{
	margin-left:10px;
	_margin-left:0;
	margin-top:10px;
}
#pro-list1 ul li
{
	width:180px;
	height:220px;
	/*border:1px solid #CCC;*/
	float:left;
	margin:10px;
	overflow:hidden;
}

#pro-list1 ul li .pro-img
{
	width:150px;
	height:150px;
	line-height:150px;
	border:1px solid #CCC;  
	overflow:hidden;
	position:relative;
	text-align:center; 
}
#pro-list1 ul li .pro-img p
{
	position:static;
  +position:absolute;
  top:50%;
  vertical-align:middle;
}


#pro-list1 ul li .pro-img img
{
  position:static;
  +position:relative;
  top:-50%;left:-50%;
  vertical-align:middle;
}

#pro-list1 ul li .pro-text
{
	margin:5px auto;
	padding:5px 0;
}

#article-page{
	width:688px;
	height:30px;
	line-height:30px;
	float:left;
	border-top:1px solid #EEE;
}

#article-page{
	width:630px;
	height:30px;
	line-height:30px;
	float:left;
	border-top:1px solid #25408D;
	text-align:center;
}
/* product class end */

#article-list{
	width:630px;
	float:right;
	margin:10px 0 0 20px;
	text-align:left;
}
#article-list h3{
	min-height:30px;
	_height:30px;
	line-height:30px;
	color:#25408D;
	border-bottom:1px solid #25408D;
	font-size:16px;
	text-align:center;
}
#article-list li{
	min-height:30px;
	_height:30px;
	line-height:30px;
}
#article_show{
	padding:20px 0;
}


#guestbook-info
{
  float:left;
  width:630px;
  height:225px;
  font-weight:bold;
  display:inline;
  text-align:left;
  position: relative;
  /*background:#FFF;*/
  /*background: url(../../images/home/tran-background.png) no-repeat;*/
}

#form-guestbook
{
  width:100%;
  height:100%;
  color:#444;
  font-weight:normal;
}
#form-guestbook h3
{
  font-size:12px;
  padding:5px 10px 5px 10px;
  margin-bottom:5px;
  border:0;
}

#form-guestbook ul
{
  list-style-type:none;
  margin-top:5px;
  width:100%;
  height:140px;
  float:left;
}
#form-guestbook li
{
  height:23px;
  width:100%;
}
#form-guestbook li label
{
  float:left;
  width:90px;
  padding-left:25px;
  margin-top:5px;
}

#form-guestbook li input,#form-guestbook li textarea
{
  width:450px;
  float:left;
  padding:1px;
  border-top:1px solid #AAA;
  border-left:1px solid #AAA;
  border-right:1px solid #EEE;
  border-bottom:1px solid #EEE;
}
#form-guestbook li textarea
{
  height:60px;
}

#form-guestbook .form-submit
{
  width:100%;
  padding-top:5px;
  text-align:center;
  float:left;
}

#form-guestbook .button
{
  width:120px;
  height:28px;
  color:#FFF;
  margin:0;
  padding:0;
  background:url(../../images/home/button.gif) left top no-repeat;
  position:relative;
}
/* main end */

/* footer start */
#footer{
	margin-top:10px;
	padding:20px 0;
	border-top:1px solid #25408D;
}
/* footer end */
