@import url("other.css");
@import url("nav.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	margin: 0px;
	padding:0;	

	
}
a:link {
	color: #363636;
	text-decoration: none;
}
a:visited {
color: #363636;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#ff0000;
}
.yellow_title {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #996600;
	text-align: left;
	font-weight: bold;
	height:30px;
}
a.yellow_title:link {
	height:30px;
	color: #996600;
	text-decoration: underline;
}
a.yellow_title:visited {
	color: #996600;
	text-decoration: underline;
}
a.yellow_title:hover {
	text-decoration: none;
		color: #996600;
}
.blue{color:#032958; }
a.blue:link {
	color:#032958;
	text-decoration: none;
}
a.blue:visited {
color:#032958;
	text-decoration: none;
}
a.blue:hover {
	text-decoration: underline;
	color: #FF0000;
}

.red{ color:#FF0000;}
a.red:link {
	color: #FF0000;
	text-decoration: none;
}
a.red:visited {
    color: #FF0000;
	text-decoration: none;
}
a.red:hover {
	text-decoration: underline;
	color: #FF0000;
}


.yellow{ color:#996600;}
a.yellow:link {
	color:#996600;
	text-decoration: none;
}
a.yellow:visited {
	color:#996600;
	text-decoration: none;
}
a.yellow:hover {
	text-decoration: underline;
	color: #FF0000;
}

.border1{ border:solid 1px #CCCCCC; padding:2px 4px; background-color:#EEEEEE; color: #996600; margin:1px; text-align:center;}

a.border1:link{border:solid 1px #CCCCCC; padding:2px 4px; background-color:#EEEEEE; color: #996600; margin:1px; text-align:center;}
a.border1:visited{border:solid 1px #CCCCCC; padding:2px 4px; background-color:#EEEEEE; color: #996600; margin:1px; text-align:center;}

a.border1:hover{border:solid 1px #CCCCCC; padding:2px 4px; background-color:#996600;padding:2px 4px;color: #ffffff; }


ul{ margin:0px; padding:0px;list-style-type:none;word-break:break-word;}
li{ margin:0px; padding:0px;list-style-type:none; word-break:break-word;}
td{word-break:break-word;}
.fl{ float:left;}
.fr{ float:right}
.m{ margin:0px;}
.p{ padding:0px;}
.padding_10 {padding: 10px;}
.margin_10 {margin: 10px;}
.clear{ clear:both;}
h1{ font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif;}
h2{ font-size:16px; font-family:Verdana, Arial, Helvetica, sans-serif;}
h3{ font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif;}

.borer2{ border-top:solid 2px #CCCCCC;border-bottom:solid 2px #CCCCCC; padding:2px 4px;  margin:2px; }



.center{ text-align:center;}
.bgborder_blue {
	width:99%;
	background-color: #DEF2FF;
	border: 1px solid #74C1F5;
	font-weight:bold;
	font-size:13px;
	height:40px;
	color:#012B5B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	word-break:break-word;

	
}

.botton_blue{ background-image:url(office_button.gif); background-repeat:no-repeat; width:125px; height:20px; text-align:center; padding:4px 0; margin:0 10px; display:block;}

.title{font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#931C00; border-bottom:solid 2px #8F1C01; margin:0; }

.line{ border-bottom:dashed 1px #CCCCCC; line-height:26px; text-align:left; margin:0px; padding:0px}

.news{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	padding: 3px;
}
.buttomfoot{background-image:url(title_orange_bg.gif); margin:auto; width:100%;background-repeat:repeat-x; border-top:solid 1px #F5CF52; background-color:#F8F4CF; font-size:12px;color:#996600; display:block; padding-top:2px; line-height:20px; clear:both;}

.buttom{background-image:url(title_orange_bg.gif); margin:auto; width:97%;background-repeat:repeat-x; border:solid 1px #F5CF52;  font-size:12px;color:#996600; padding:4px 10px;  margin:2px; display:block; clear:both;}
.title_orange{background-image:url(title_orange_bg.gif); background-repeat:repeat-x; border:solid 1px #F5CF52; 	font-size:12px;font-weight:bold;color:#996600; padding:4px; width:150px; text-align:left;}

.title_orange_bg{  background-color:#FFFAD4;font-size:12px;color:#996600; width:150px; padding:4px; text-align:left}

.error_kuang {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	background-color: #FFE6E7;
	padding: 3px;
	border: 1px solid #FF0000;
	width:300px;
}

/*首页产品图片列表样式*/
.prodlist{
width:520px;
text-align:center;
margin-top:10px;

}
.prodlist ul li{
padding:2px;
float:left;
width:126px;
height:123px;
text-align:center;
}
.prodlist ul li img{
width:90px;
height:90px;
border:1px #cccccc solid; 
}
.prodlist ul li .protitle{
word-break:break-all;
width:126px;
margin-top:3px;
}
