<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.webSize{
  margin:0 auto;
  width:1000px;
}
ul{
padding: 0;
padding-left:25px;
margin: 0;
list-style:square;
font-weight: normal;
}
#LiMenu {
width: 100%;
display: none;
overflow: hidden;
background: #f5f5f5;
border-bottom: 1px solid #E6E6E6;
}
#LiMenu .mcat div.add {
	background: url(images/submenu_on.png) no-repeat right center;
}
#LiMenu .mcat div.selected {
	background: url(images/submenu_off.png) no-repeat right center;
}
#LiMenu .inner {
margin: 0 auto;
width: 1020px;
overflow: hidden;
}
#LiMenu .mcat {
float: left;
width: 235px;
margin: 10px;
}
#LiMenu .mcat div {
line-height: 43px;
border-bottom: 1px solid #E6E6E6;
}
#LiMenu .scat {
display: none;
margin-top: 10px;
}
#LiIndex .info{
padding-left:25px;
padding-right:25px;
}
#page .page{
	color:#5B9F7C;	
}
#page .paging_selected{
	color:#5B9F7C;
	font-weight:bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* img */

img {
	border:none
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.left,.right{
	cursor:pointer;	 
}
#index_banner{
background-image:url(images/index_banner.jpg);
height:546px;
background-repeat:no-repeat;
background-position:top center;
}

#about_banner{
background-image:url(images/about_banner.jpg);
height:231px;
background-repeat:no-repeat;
background-position:top center;
}

#product_banner{
background-image:url(images/product_banner.jpg);
height:231px;
background-repeat:no-repeat;
background-position:top center;
}

#contact_banner{
background-image:url(images/contact_banner.jpg);
height:231px;
background-repeat:no-repeat;
background-position:top center;
}

#index_banner_btn{
position:absolute;
left:50%; 
margin-left:-518px;
margin-top: 259px;
}


/* font size */
.style1 {
	color: #000000;
	font-size: 15px;
}
.style2 {
	color: #000000;
	font-size: 13px;
}
.style3 {
	color: #bbbbbb;
	font-size: 12px;
}
.style4 {
	color: #ff0000;
	font-size: 12px;
}
.style5 {
	color: #ff0000;
	font-size: 15px;
}
.style6 {
	color: #ffffff;
	font-size: 13px;
}
.style7 {
	color: #ff0000;
	font-size: 13px;
}
.style8 {
	color: #808080;
	font-size: 13px;
}

/* line height */
.lineheight14 {
	line-height:1.4;
}
.lineheight16 {
	line-height:1.6;
}
.lineheight18 {
	line-height:1.8;
}
.lineheight22 {
	line-height:2.2;
}

/* table */
.table01 {
padding-bottom:5px;
padding-top:5px;
}

/* box */
.box {
	background-color: #ffffff;
	border: 1px solid #c6c6c6;
	width:100%;
}
.box_border {
	border: 1px solid #7d0000;
}

/* opacity */
.pp01 {
	opacity: .7;
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.pp02 {
	opacity: 1;
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* link */
.link01 a:link{ text-decoration:none; color:#bbbbbb; font-size:12px}
.link01 a:visited{ text-decoration:none; color:#bbbbbb; font-size:12px}
.link01 a:hover{ text-decoration:none; color:#ff0000; font-size:12px}

.link02 a:link{ text-decoration:none; color:#000000; font-size:15px}
.link02 a:visited{ text-decoration:none; color:#000000; font-size:15px}
.link02 a:hover{ text-decoration:underline; color:#ff0000; font-size:15px}

.link03 a:link{ text-decoration:none; color:#000000; font-size:13px}
.link03 a:visited{ text-decoration:none; color:#000000; font-size:13px}
.link03 a:hover{ text-decoration:underline; color:#ff0000; font-size:13px}</pre></body></html>