/*整体样式*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:150%;
}
body {
	margin: 0px;
	background-color:#FFFFFF;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: CECECE;
	SCROLLBAR-SHADOW-COLOR: CECECE;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: CECECE;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}
pre{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    	/* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/*头部样式*/
#cntop{
	width:1003px;
	height:232px;
	background-image:url(../images/topbg.jpg);
	background-repeat:no-repeat;
}
#top_link{
	width:165px;
	height:30px;
	background-image:url(../images/top_linkbg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	font-size:11px;
	margin-right:30px;
	padding:12px 18px 0px 0px;
}
#top_flash{
	width:1003px;
	height:202px;
	margin:0px;
	padding:0px;
}
/*菜单样式*/
#date{
	float:left;
	width:220px;
	padding:12px 0px 0px 15px;
	color:#FFFFFF;
}
#menu{
	float:left;
	font-family:"黑体","方正雅黑",Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	text-align:left;
	padding-top:12px;
}
#menu a{
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	color: #FFFF00;
}

/*主题样式  左*/
#left{
	background-image:url(../images/leftbg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	width:220px;
}
#contact{
	padding-top:10px;
	padding-bottom:10px;
}
#form{
	width:200px;
	height:150px;
	margin:10px 10px 10px 10px;
}
#left_dh{
	margin:10px 10px 10px 10px;
	padding:0px;
	height:150%;
}
#left_dh ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#left_dh li{
	height:19px;
	background-image:url(../images/sign.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A4AFBB;
}
/*主题样式  中*/
#middle{
	width:553px;
	padding:0px;
	margin:0px;
}
#middle_show{
	margin:0px 15px 0px 15px;
	background-color:#000000;
}
#middle_show1{
	height:27px;
	background-image:url(../images/bluebg.jpg);
	background-repeat:repeat-x;
}
#middle_show2{
	line-height:180%;
	padding:15px 15px 20px 15px;
	margin:0px;
}
#space{
	width:553px;
	height:8px;
	background-color:#FFFFFF;
}
/*主题样式  右*/
#right{
	width:200px;
	padding:0px;
	margin:0px;
}
#right1{
	width:182px;
	text-align:left;
	color:#666666;
	line-height:150%;
	margin-bottom:6px;
}
#right2{
	width:182px;
	height:301px;
	background-image:url(../images/cnindex_right02.jpg);
	background-repeat:no-repeat;
	padding:55px 10px 10px 15px;
	margin-bottom:10px;
	text-align:left;
	color:#3C6384;
	line-height:180%;
}
#enright2{
	width:182px;
	height:301px;
	background-image:url(../images/enindex_right02.jpg);
	background-repeat:no-repeat;
	padding:55px 10px 10px 15px;
	margin-bottom:10px;
	text-align:left;
	color:#3C6384;
	line-height:180%;
}
/*尾部样式*/
#bottom{
	width:1003px;
	padding:0px;
	margin:0px;
}
#bottom1{
	width:1003px;
	height:46px;
	background-image:url(../images/bottombg.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding:23px 0px 0px 0px;
	color:#FFFFFF;
}
#bottom1 a{
	color:#FFFFFF;
}
#bottom2{
	width:1003px;
	height:24px;
	background-color:#FFFFFF;
	text-align:center;
	color:#000000;
	padding-top:4px;
}
/*内页整体样式*/
#postion{
	width:722px;
	margin:0px 30px 0px 30px;
}
#mybody{
	width:722px;
	margin:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3C7CAC;
	line-height:180%;
}
/*链接样式*/
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color:#000000;
}
a:active {
	text-decoration: none;
	color:#FFFFFF;
}
/*技术支持*/
.support{
	font-size: 9pt;
	color: #3C6384;
	font-family: Verdana;

}
.support a:link,
.support a:visited,
.support a:active{
	color: #3C6384;
	text-decoration: none;
}
.support a:hover {
	color: #FFFFFF;
	text-decoration: none;
}