@charset "utf-8";
/* CSS Document */
body { text-align: center; font-family:Arial, Helvetica, sans-serif;margin:0; padding:0; background: #fff;font-size:0px;line-height:0px;color:#333;}
div,form,img,ul,li,dl,dt,dd { padding: 0; margin:0px; border: 0;font-size:12px;line-height:24px;list-style-type:none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;line-height:24px;}
/* 链接颜色 */
a:link {color: #333; text-decoration:none;}
a:visited {color: #333;text-decoration:none;}
a:hover {color: #333; text-decoration:none;}
a:active {color: #333;}
/* 颜色属性 [定义规则，小写c加颜色名称] */

.cRed,a.cRed:link,a.cRed:visited{ color:Red; }
.cWhite,a.cWhite:link,a.cWhite:visited{color:#FFFFFF;text-decoration: none;font-weight: bold; text-align:center;}
.cWhite2,a.cWhite2:link,a.cWhite2:visited{color:#FFFFFF;text-align:center;}
.cBlue,a.cBlue:link,a.cBlue:visited{color:#265F94;text-align:center;}
.menu,a.menu:link,a.menu:visited{
	color:#FFFFFF;
	text-align:center;
	text-decoration: none;
	background-image: url(../images/menu.jpg);
	font-weight: bold;
	font-size: 13px;
	height:38px;
}
.menu02,a.menu02:link,a.menu02:visited{
	color:#FFFFFF;
	text-align:center;
	text-decoration: none;
	background-image: url(../images/menu02.jpg);
	font-weight: bold;
	font-size: 13px;
	height:38px;
}
.bottom{
	font-size: 12px;
	color: #FFFFFF;
}
.inputother{
	height: 20px;
	width: 150px;
}
.inputother2{
	height: 200px;
	width: 400px;
}
.title{
	color: #ofofof;
	font-weight: bold;
	font-size: 18px;
	padding:5px 5px;
}
.titlehome{
	background-image: url(../images/titlebg.jpg);
	background-position: left center;
	height:41px;
	font-size: 12px;
	font-weight: bold;
	
}
.titlehome02{
	background-image: url(../images/title02.jpg);
	background-position: left center;
	padding-left:20px;
	height:39px;
	font-size: 12px;
	font-weight: bold;
	
}
.input1{
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	height: 18px;
	width: 110px;
}
.content{
	padding:5px 10px;
	background-color:#fff;
	color:#265F94;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #B7B7B7;
}
.line{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CFCFCF;
	background-color:#EEEEEE;
}
.line2{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CFCFCF;
	background-color:#EEEEEE;
	padding:5px 10px; background-color:#eeeeee
}
.copyright{
	padding:5px 10px;
	color:#ffffff;
	border-left-width: 7px;
	background-color:#3669A5;
	border-left-style: solid;
	border-left-color: #B7B7B7;
} 
 