@charset "utf-8";
/* CSS Document */
body{
	background-color:#00142C;
	font-size:12px;
}

a{
color:#999999;
font-size:12px;
text-decoration:none;}
a:hover{
color:#FF0000;}


.STYLE1 {font-size: 12px}


/*顶部菜单*/
.top_meun{
	color:#103458;
	padding-top:10px;
	padding-left: 15px;
}
.top_meun a{
	font-size:14px;
	color:#103458;
	text-decoration:none;
}
.top_meun a:hover{
	color:#000000;
}

/*整体Table风格*/
.body_boder{
border:#123457 1px solid;
}


/*整体标题div风格*/
.title_div{
	background-color:#123457;
	width:166px;
	font-size:16px;
	color:#FFFFFF;
	padding:7px;
	padding-left:18px;
}

/*产品分类栏目风格*/
.product_type_link div{
}
.product_type_link a{
    width:150px;
	background-image: url(../IMAGES/Body_link_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left: 27px;
	padding-top: 8px;
	padding-bottom: 3px;
	font-size:15px;
	color:#00537B;
	text-decoration:none;
}

.product_type_link a:hover{
    color:#FF0000;
	background-image: url(../IMAGES/Body_link_bg2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

/*中英文语言样式格*/
.lan_link{
color:#FFFFFF;
font-size:12px;}

.lan_link a{
color:#FFFFFF;
font-size:12px;
text-decoration:none;}


/*首页底部样产品式格*/
#bottom_product span{
font-size:14px;
color:#006699;}

#bottom_product table{
font-size:12px;
line-height:17px;}

/*工艺介绍列表样式*/
.Technics_list{
padding:15px;
}
.Technics_list a{
	width:300px;
	float:left;
	padding:3px;
	padding-left:15px;
	text-decoration:none;
	font-size:13px;
	color:#003366;
	background-image:url(../IMAGES/Technics_list_bg.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}

.Technics_list a:hover{
	color:#006699;
}


/*列表分页样式*/
.PAGINATION{
text-align:center;
font-size:12px;}

.PAGINATION a{
font-size:12px;
text-align:center;
background:none;
width:auto;
float:none;
color:#666666;}

.PAGINATION a:HOVER{
color:#000000;}


/*product_list */
.product_list{
width:150px;
float:left;
padding:5px;
}

.product_list table{
font-size:12px;
color:#003366;}

.product_list img{
border:1px #006699 solid;}

