body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #fff;
}

#fd-container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFFFFF;
	height: 99%;
	float: none;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	text-align: left;
}


#fd-header {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 60px;
	background: #fff; /* this overrides the text-align: center on the body element. */
	padding:0px;
	margin:0px;
}

#fd-container #fd-header #fd-header-left {
	width: 48%;
	height: 30px;
	float:left;
	padding: 0px;
	margin: 0px;
}
#fd-container #fd-header #fd-header-right {
	width: 48%;
	height: 30px;
	float: right;
	padding: 0px;
	margin: 0px;
}
#fd-container #fd-header #fd-header-left h1 {
	height: 10px;
	font-size: 10px;
	padding: 0px;
	margin-top: -9999px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -9999px;
}
#fd-container #fd-header #fd-header-right .update {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:15px;
	margin: 0px;
	text-align:right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#fd-tabs {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 40px;
	/*	background-image:url(../pic/bg-tabs-flat.png);*/
	background-repeat:no-repeat;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	text-align: left;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #e1eff5;
	background-color: #d5e9f1;
}



/*Tabs UL-*/
UL#nav {
	text-align: right; /* this overrides the text-align: center on the body element. */
	list-style-type:circle;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 40px;
}
UL#nav li {
    display:inline;
}
UL#nav li a{
	font-family: "微软雅黑", "宋体";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height:40px;
	background-color:#d5e9f1;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
UL#nav li a:hover{
	font-family: "微软雅黑", "宋体";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height:40px;
	background-color:#fff;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 7px;
}
#fd-container #fd-tabs #nav #now1 {
	font-family: "微软雅黑", "宋体";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height:40px;
	background-color:#fff;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 7px;
}


#fd-main {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
#fd-container #fd-main h2 {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 13px;
	color: #5dc147;
	font-weight: 100;
}


#fd-container #fd-main #fd-main-left {
	float: left;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#fd-container #fd-main #fd-main-left span{
	font-size:11px;
	color:#333333;
	font-family: "微软雅黑", "宋体", Arial;
}
#fd-container #fd-main #fd-main-left .date{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}

#fd-container #fd-main #fd-main-right {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
}
#fd-container #fd-main #fd-main-right fieldset {
	border: 1px solid #DCE7E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 10px;
}
#fd-container #fd-main #fd-main-right legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

/*----------------------foot---------------------------------------------------------*/
#fd-footer {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100px; /* the auto margins (in conjunction with a width) center the page */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 50;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear:both;
	font-weight:100;
	text-align: center;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E1EFF5;
	background-color: #fff;
	background-image: url(../Images/background/footer2.jpg);
	background-repeat: repeat-x;
	border-right-color: #E1EFF5;
	border-bottom-color: #E1EFF5;
	border-left-color: #E1EFF5;
	color: #000000;
}

#fd-footer a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
}

#fd-footer img {
    border:0px;
}

/*----------------inde home--------------------------------*/

#fd-main-left-index {
	float: left;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#fd-main-left-index #div_edu {
	width: 100%;
	margin-top: 15px;

}

#fd-main-left-index #div_edu a{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #666666;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

#fd-main-left-index #div_edu a:hover{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
	padding-left: 1px;
}

#fd-main-left-index h1 {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #0099FF;
	font-weight: normal;
}
#fd-main-left-index  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	margin: 0px;
	padding: 0px;
	color: #0099FF;
	font-weight: normal;
	line-height: 0px;
}


#fd-main-right-index {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
}


#fd-main-right-index #form1 {
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 1px dotted #CCCCCC;
}
#fd-main-right-index #memberid {
	border: 3px solid #d5e9f1;
	height: 25px;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 18px;
	width: 200px;
	line-height: 25px;
	color: #999999;
}
#fd-main-right-index #form1 #memberpw {
	border: 3px solid #d5e9f1;
	height: 25px;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 18px;
	width: 200px;
	line-height: 25px;
	color: #999999;
}
#fd-main-right-index #form1 #memberbutton {
	border: 1px solid #999999;
	background-image: url(../../Fd-content/Images/background/botton1.jpg);
	background-repeat: repeat-x;
	background-position: 1px 1px;
	background-color: #FFFFFF;
	height: 22px;
}




















/*----------------edu home--------------------------------*/

#fd-main-left h1 {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #0099FF;
	display : inline;
	font-weight: normal;
}

#fd-main-left h3 {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-weight: normal;
	display : inline
}


#fd-main-left .table1 {
	border: 1px dotted #e1eff5;
	padding: 5px;
	margin: 5px;
}
#fd-main-left .table1 tr {
	height: 15px;
}



#fd-main-left .table3 {
	padding: 2px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border: 1px dotted #e1eff5;
}
#fd-main-left .table3 tr {
	height: 12px;
}
#fd-main-left .table3 tr:hover {
	height: 12px;
	background-color: #EEF6FE;
}

#fd-main-right h1 {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #0099FF;
	display : inline;
	font-weight: normal;
}

#fd-main-right h3 {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-weight: normal;
	display : inline
}

#fd-main-right .edu_table1 {
	border: 1px solid #e1eff5;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #666666;
}

#fd-main-right .edu_table1 td{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#fd-main-right .edu_table1 td li{
    list-style-type:square;
}

#fd-main-right .edu_table1 td li a{
	list-style-type:square;
	color: #666666;
	text-decoration: none;
}

#fd-main-right .edu_table1 td li a:hover{
	list-style-type:square;
	color: #000000;
	text-decoration: none;
}


/*--------------------english  home--------------------*/


#fd-main-left-english {
	float: left;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#fd-main-left-english #tags{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	width: 90%;
	padding: 20px;
	border: 1px dotted #D5E8EF;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 25px;
}

#fd-main-left-english #tags H1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}


#fd-main-left-english #tags a H1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
}

#fd-main-left-english #tags a:hover H1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	text-decoration: underline;
}

#fd-main-left-english h1 {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #0099FF;
	display : inline;
	font-weight: normal;
}

#fd-main-left-english h3 {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-weight: normal;
	display : inline
}

#fd-main-left-english .tablenothing1 {
	margin: 5px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../Images/background/english2.jpg);
	background-repeat: no-repeat;
}

#fd-main-left-english .tablenothing2 {
	margin: 5px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../Images/background/english1.jpg);
	background-repeat: no-repeat;
}

#fd-main-left-english .table1 {
	padding: 3px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px none #d5e9f1;
}
#fd-main-left-english  .table1  td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}

#fd-main-left-english  .txtvoice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: center;
}
#fd-main-left-english  .txtnovoice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	text-align: center;
}



#fd-main-left-english .table3 {
	padding: 2px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border: 1px dotted #e1eff5;
}
#fd-main-left-english .table3 tr {
	height: 12px;
}
#fd-main-left-english .table3 tr:hover {
	height: 12px;
	background-color: #EEF6FE;
}


#fd-main-right-english {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
}

#fd-main-right-english h1 {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #0099FF;
	display : inline;
	font-weight: normal;
}

#fd-main-right-english h3 {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-weight: normal;
	display : inline
}

#fd-main-right-english .english_table1 {
	border: 1px solid #e1eff5;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #666666;
}

#fd-main-right-english .english_table1 td{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#fd-main-right-english .english_table1 td li{
    list-style-type:square;
}

#fd-main-right-english .english_table1 td li a{
	list-style-type:square;
	color: #666666;
	text-decoration: none;
}

#fd-main-right-english .english_table1 td li a:hover{
	list-style-type:square;
	color: #000000;
	text-decoration: none;
}


/*---------------------VIP  home--------------------*/
#fd-main-left-vip {
	float: left;
	width: 350px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

#fd-main-left-vip a{
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	font-weight: 100;
	color: #660099;
	cursor: pointer;
	text-decoration: none;
}


#fd-main-left-vip h1{
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #0099FF;
	display : inline;
	font-weight: normal;
}

#fd-main-left-vip .forum_table1 {
	border: 1px solid #e1eff5;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #666666;
}

#fd-main-left-vip .forum_table1 td{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}



#fd-main-right-vip {
	float: right;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
}

#fd-main-right-vip h1{
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #0099FF;
	display : inline;
	font-weight: normal;
}

#fd-main-right-vip .describe{
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #0099FF;
	font-weight: normal;
}

#fd-main-right-vip p{
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	font-weight: 100;
	color: #333333;    
}

#fd-main-right-vip a{
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	font-weight: 100;
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}

#fd-main-right-vip .english22{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}

#fd-main-right-vip .english22 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}

#fd-main-right-vip #login{
	width: 300px;
	height: 180px;
	background-color: #FFFFFF;
	padding-top: 100px;
	padding-right: 150px;
	padding-bottom: 100px;
	padding-left: 150px;
}

#fd-main-right-vip #login #form1 {
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 1px dotted #CCCCCC;
}
#fd-main-right-vip #login #form1 #memberid {
	border: 3px solid #d5e9f1;
	height: 25px;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 18px;
	width: 200px;
	line-height: 25px;
	color: #999999;
}
#fd-main-right-vip #login #form1 #memberpw {
	border: 3px solid #d5e9f1;
	height: 25px;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 18px;
	width: 200px;
	line-height: 25px;
	color: #999999;
}
#fd-main-right-vip #login #form1 #memberbutton {
	border: 1px solid #999999;
	background-image: url(../../Fd-content/Images/background/botton1.jpg);
	background-repeat: repeat-x;
	background-position: 1px 1px;
	background-color: #FFFFFF;
	height: 22px;
}


#fd-main-right-vip #signup{
	width: 555px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 45px;
	border: 1px dotted #CCCCCC;
}






/*---------------------SERVICE  home--------------------*/
#fd-main-left-service1 {
	float: left;
	width: 550px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../Images/background/tiniban1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#fd-main-left-service1 .borderdiv1{
	padding: 2px;
	background-color: #eef6fe;
}

#fd-main-left-service1 .borderdiv2{
	border: 1px solid #d5e9f1;
	padding: 1px;
	margin: 0px;
	background-color: #FFFFFF;
	z-index: 10;
}

#fd-main-left-service1 .borderdiv3{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D5E9F1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #0099FF;
	font-weight: normal;
	line-height: 22px;
	height: 22px;
	vertical-align: bottom;
}

#fd-main-left-service1 .borderdiv4{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	background-color: #FFFFFF;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	z-index: 11;
	margin-bottom: 5px;
	padding: 5px;
}

#fd-main-left-service1 .borderdiv4 .table1{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}

#fd-main-left-service1 .borderdiv4 .table1-1{
	border: 1px dotted #d5e9f1;
	padding: 5px;
	margin: 5px;
}

#fd-main-left-service1 .borderdiv4 .table1-1 a {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #444444;
	text-decoration: none;
}

#fd-main-left-service1 .borderdiv4 .table1-1 a:hover {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #ff8f00;
	margin-left: 1px;
}




#fd-main-left-service1 ul{
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-image: url(../Images/icons/diandian.png);
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	line-height: 15px
}

#fd-main-left-service1 li a.title1{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #2864b4;
	font-weight: 100;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}

#fd-main-left-service1 li a.title1:hover{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #2864b4;
	width: 80%;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}







#fd-main-left-service2 {
	float: right;
	width: 400px;
	padding-top: 32px;
	padding-bottom: 20px;
	margin-right: 0px;
}

#fd-main-left-service2 .borderdiv0{
	padding-top: 30px;
	background-image: url(../Images/background/tiniban2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#fd-main-left-service2 .borderdiv0-1{
	padding-top: 30px;
	background-image: url(../Images/background/tiniban3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#fd-main-left-service2 .borderdiv1{
	padding: 2px;
	background-color: #eef6fe;
}

#fd-main-left-service2 .borderdiv2{
	border: 1px solid #d5e9f1;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

#fd-main-left-service2 .borderdiv3{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D5E9F1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #0099FF;
	font-weight: normal;
	line-height: 22px;
	height: 22px;
	vertical-align: bottom;
}

#fd-main-left-service2 .borderdiv4{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	margin-top: 20px;
}


#fd-main-left-service2 .borderdiv5{
	padding: 10px;
	background-image: url(../Images/background/boxbg_blue.jpg);
	background-repeat: repeat-x;
}


#fd-main-left-service2 .borderdiv1 ul{
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-image: url(../Images/icons/diandian.png);
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	line-height: 15px;
}

#fd-main-left-service2 .borderdiv1 li a.title1{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #666666;
	font-weight: 100;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

#fd-main-left-service2 .borderdiv1 li a.title1:hover{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #333333;
	width: 80%;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}





/*---------------------ESHOP  home--------------------*/
#fd-main-left-eshop1 {
	float: left;
	width: 550px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../Images/background/kong.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#fd-main-left-eshop1 .borderdiv1{
	padding: 2px;
	background-color: #eef6fe;
}

#fd-main-left-eshop1 .borderdiv2{
	border: 1px solid #d5e9f1;
	padding: 1px;
	margin: 0px;
	background-color: #FFFFFF;
	z-index: 10;
}

#fd-main-left-eshop1 .borderdiv3{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D5E9F1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #0099FF;
	font-weight: normal;
	line-height: 22px;
	height: 22px;
	vertical-align: bottom;
}

#fd-main-left-eshop1 .borderdiv4{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	background-color: #FFFFFF;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	z-index: 11;
	margin-bottom: 5px;
	padding: 5px;
}

#fd-main-left-eshop1 .borderdiv4 .table1{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}

#fd-main-left-eshop1 .borderdiv4 .table1-1{
	border: 1px dotted #d5e9f1;
	padding: 5px;
	margin: 5px;
}

#fd-main-left-eshop1 .borderdiv4 .table1-1 a {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #444444;
	text-decoration: none;
}

#fd-main-left-eshop1 .borderdiv4 .table1-1 a:hover {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #ff8f00;
	margin-left: 1px;
}




#fd-main-left-eshop1 ul{
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-image: url(../Images/icons/diandian.png);
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	line-height: 15px
}

#fd-main-left-eshop1 li a.title1{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #2864b4;
	font-weight: 100;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}

#fd-main-left-eshop1 li a.title1:hover{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #2864b4;
	width: 80%;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}







#fd-main-left-eshop2 {
	float: right;
	width: 400px;
	padding-top: 32px;
	padding-bottom: 20px;
	margin-right: 0px;
}

#fd-main-left-eshop2 .borderdiv0{
	padding-top: 30px;
	background-image: url(../Images/background/tiniban2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#fd-main-left-eshop2 .borderdiv0-1{
	padding-top: 30px;
	background-image: url(../Images/background/tiniban3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#fd-main-left-eshop2 .borderdiv1{
	padding: 2px;
	background-color: #eef6fe;
}

#fd-main-left-eshop2 .borderdiv2{
	border: 1px solid #d5e9f1;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

#fd-main-left-eshop2 .borderdiv3{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D5E9F1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #0099FF;
	font-weight: normal;
	line-height: 22px;
	height: 22px;
	vertical-align: bottom;
}

#fd-main-left-eshop2 .borderdiv4{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	margin-top: 20px;
}


#fd-main-left-eshop2 .borderdiv5{
	padding: 10px;
	background-image: url(../Images/background/boxbg_blue.jpg);
	background-repeat: repeat-x;
}


#fd-main-left-eshop2 .borderdiv1 ul{
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-image: url(../Images/icons/diandian.png);
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	line-height: 15px;
}

#fd-main-left-eshop2 .borderdiv1 li a.title1{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #666666;
	font-weight: 100;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

#fd-main-left-eshop2 .borderdiv1 li a.title1:hover{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #333333;
	width: 80%;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}







/*---------------------ESHOP  home--------------------*/
#fd-main-left-tures1 {
	float: left;
	width: 550px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../Images/background/kong.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#fd-main-left-tures1 .borderdiv1{
	padding: 2px;
	background-color: #eef6fe;
}

#fd-main-left-tures1 .borderdiv2{
	border: 1px solid #d5e9f1;
	padding: 1px;
	margin: 0px;
	background-color: #FFFFFF;
	z-index: 10;
}

#fd-main-left-tures1 .borderdiv3{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D5E9F1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #0099FF;
	font-weight: normal;
	line-height: 22px;
	height: 22px;
	vertical-align: bottom;
}

#fd-main-left-tures1 .borderdiv4{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	background-color: #FFFFFF;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	z-index: 11;
	margin-bottom: 5px;
	padding: 5px;
}

#fd-main-left-tures1 .borderdiv4 .table1{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}

#fd-main-left-tures1 .borderdiv4 .table1-1{
	border: 1px dotted #d5e9f1;
	padding: 5px;
	margin: 5px;
}

#fd-main-left-tures1 .borderdiv4 .table1-1 a {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #444444;
	text-decoration: none;
}

#fd-main-left-tures1 .borderdiv4 .table1-1 a:hover {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #ff8f00;
	margin-left: 1px;
}




#fd-main-left-tures1 ul{
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-image: url(../Images/icons/diandian.png);
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	line-height: 15px
}

#fd-main-left-tures1 li a.title1{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #2864b4;
	font-weight: 100;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}

#fd-main-left-tures1 li a.title1:hover{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #2864b4;
	width: 80%;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}







#fd-main-left-tures2 {
	float: right;
	width: 400px;
	padding-top: 32px;
	padding-bottom: 20px;
	margin-right: 0px;
}

#fd-main-left-tures2 .borderdiv0{
	padding-top: 30px;
	background-image: url(../Images/background/tiniban2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#fd-main-left-tures2 .borderdiv0-1{
	padding-top: 30px;
	background-image: url(../Images/background/tiniban3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#fd-main-left-tures2 .borderdiv1{
	padding: 2px;
	background-color: #eef6fe;
}

#fd-main-left-tures2 .borderdiv2{
	border: 1px solid #d5e9f1;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

#fd-main-left-tures2 .borderdiv3{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D5E9F1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #0099FF;
	font-weight: normal;
	line-height: 22px;
	height: 22px;
	vertical-align: bottom;
}

#fd-main-left-tures2 .borderdiv4{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	margin-top: 20px;
}


#fd-main-left-tures2 .borderdiv5{
	padding: 10px;
	background-image: url(../Images/background/boxbg_blue.jpg);
	background-repeat: repeat-x;
}


#fd-main-left-tures2 .borderdiv1 ul{
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-image: url(../Images/icons/diandian.png);
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	line-height: 15px;
}

#fd-main-left-tures2 .borderdiv1 li a.title1{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #666666;
	font-weight: 100;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

#fd-main-left-tures2 .borderdiv1 li a.title1:hover{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	color: #333333;
	width: 80%;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}
















/*---------------------fuorum  home--------------------*/

#fd-main-left-forum {
	float: left;
	width: 665px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

#fd-main-left-forum #left1{
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#fd-main-left-forum #right1{
	float: right;
	width: 450px;
	padding: 0px;
}
#fd-main-left-forum .forum_table1 {
	border: 1px solid #e1eff5;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #666666;
}

#fd-main-left-forum .forum_table1 td{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#fd-main-left-forum .forum_table1 td li{
    list-style-type:square;
}

#fd-main-left-forum a{
	list-style-type:square;
	color: #666666;
	text-decoration: none;
}

#fd-main-left-forum a:hover{
	list-style-type:square;
	color: #FF3300;
	text-decoration: none;
}











A.edu:link {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
A.edu:visited {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
A.edu:active {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
A.edu:hover {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #000000;
}




A.edu_en:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
A.edu_en:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
A.edu_en:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
A.edu_en:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

A.edu-download:link {
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding: 2px;
}
A.edu-download:visited {
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding: 2px;
}
A.edu-download:active {
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding: 2px;
}
A.edu-download:hover {
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 2px;
}



A.edu-tips {
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #3366CC;
	text-decoration: underline;
	padding: 2px;
}
A.edu-tips:hover {
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 2px;
}












































.div_100percent-width{
	width: 100%;
}
.div_100percent-width-top20px {
	width: 100%;
	margin-top: 15px;

}

.div_100percent-width-wbroder{
	width: 585px;
	border: 1px dotted #d5e9f1;
	padding: 5px;
}

.div_100percent-width_padding5px{
	width: 100%;
	padding: 5px;
}


.div_98percent-width{
	width: 98%;

}
.div_98percent-width_padding5px{
	width: 98%;
	padding: 5px;
}

.div_more-right {
    clear:both
	width: 50px;
	padding: 1px;
	float: right;
	display: inline;
	width: 80px;
}
.div_red-2years {
	font-famil}: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #000099;
	line-height: 14px;
}



.text_12px_songti_999999{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #999999;
	font-size: 12px;
	line-height: 15px;
	font-size: 12px;
	line-height: 20px;
}

.text_12px_songti_666666{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}

.text_12px_songti_333333{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}


.text_12px_yahei_999999{
	font-family: "微软雅黑", "宋体", Verdana, "新宋体";
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}

.text_12px_yahei_666666{
	font-family: "微软雅黑", "宋体", Verdana, "新宋体";
	color: #666666;
		font-size: 12px;
	line-height: 20px;
}
.text_12px_yahei_333333{
	font-family: "微软雅黑", "宋体", Verdana, "新宋体";
	color: #333333;
		font-size: 12px;
	line-height: 20px;
}

.text_12px_Verdana_333333{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}





.text_13px_songti_999999{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #999999;
		font-size: 13px;
	line-height: 21px;
}

.text_13px_songti_666666{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #666666;
			font-size: 13px;
	line-height: 21px;
}
.text_13px_songti_333333{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
			font-size: 13px;
	line-height: 21px;
}
.text_13px_songti_333333 a{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
			font-size: 13px;
	line-height: 21px;
}

.text_13px_songti_bule{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #0000CC;
	font-size: 13px;
	line-height: 21px;
}


.text_13px_yahei_#999999{
	font-family: "微软雅黑", "宋体", Verdana, "新宋体";
	color: #999999;
		font-size: 13px;
	line-height: 21px;
}
.text_13px_yahei_666666{
	font-family: "微软雅黑", "宋体", Verdana, "新宋体";
	color: #666666;
			font-size: 13px;
	line-height: 21px;
}

.text_13px_yahei_333333{
	font-family: "微软雅黑", "宋体", Verdana, "新宋体";
	color: #333333;
			font-size: 13px;
	line-height: 21px;
}




.text_14px_songti_999999{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #999999;
		font-size: 14px;
	line-height: 22px;
}

.text_14px_songti_666666{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #666666;
			font-size: 14px;
	line-height: 22px;
}

.text_14px_songti_333333{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
			font-size: 14px;
	line-height: 22px;
}

.text_14px_yahei_#999999{
	font-family: "微软雅黑", "宋体", Verdana, "新宋体";
	color: #999999;
		font-size: 14px;
	line-height: 22px;
}
.text_14px_yahei_666666{
	font-family: "微软雅黑", "宋体", Verdana, "新宋体";
	color: #666666;
			font-size: 14px;
	line-height: 22px;
}
.text_14px_yahei_333333{
	font-family: "微软雅黑", "宋体", Verdana, "新宋体";
	color: #333333;
			font-size: 14px;
	line-height: 22px;
}


.link01_Georgia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033FF;
}
.link01_Georgia a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #0033FF;
}

.link02_songti12px333 {
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.link02_songti12px333 a {
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #0033FF;
	text-decoration: underline;
}







.img01_blackborder_right {
	float: right;
	border: 1px solid #666666;
	margin: 15px;
	padding: 0px;
}

.img02_noborder_right {
	float: right;
	margin: 15px;
	padding: 0px;
}

.img03_blueborder_3px {
	border: 3px solid #eef6fe;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.img04_blackborder_1px {
	border: 1px solid #000000;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}



.ul_style1{
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-image: url(../Fd-content/Images/icons/diandian.png);
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}

.ul_style2 {
	list-style-image: url(../Fd-content/Images/icons/ul1.jpg);
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}

.ul_style2 a {
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

.ul_style2 a:hover {
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
}



.ul_style3 {
	list-style-image: url(../Images/icons/ul1.jpg);
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}

.ul_style3 a {
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	list-style-image: url(../Images/icons/ul1.jpg);
}

.ul_style3 a:hover {
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
}


.ul_style3_index {
	list-style-image: url(../Images/icons/ul1.jpg);
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}

.ul_style3_index a {
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	list-style-image: url(../Images/icons/ul1.jpg);
}

.ul_style3_index a:hover {
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
}


.ul_style3_news {
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	list-style-image: url(../Images/icons/ul1.jpg);
	padding: 0px;
	margin-bottom: 0px;
}

.ul_style3_news a {
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	list-style-image: url(../Images/icons/ul1.jpg);
}

.ul_style3_news a:hover {
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
}


.table_style1 {
	border: 1px solid #e1eff5;
	font-family: "微软雅黑", Verdana, "宋体", "新宋体";
	font-size: 12px;
	color: #666666;
}

.table_style1 h1 {
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #0099FF;
	display : inline;
	font-weight: normal;
}

.table_style1 td {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.table_style1 td #divtags {
	padding: 10px;
}

.table_style1 td #divtags H1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin: 20px;
	line-height: 30px;
}


.table_style1 td #divtags a H1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin: 20px;
	line-height: 30px;
}

.table_style1 td #divtags a:hover H1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin: 20px;
	line-height: 30px;
}




.table_style2 {
	font-family: "宋体", "微软雅黑", "新宋体";
	font-size: 12px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
}

.table_style2 td {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.table_style3 {
	border: 1px solid #e1eff5;
	background-image: url(../Images/background/boxbg_blue.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3300CC;
}

.table_style3 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3300CC;
	margin-top: 10px;
	margin-right: 4px;
	margin-left: 4px;
	padding: 0px;
}


.table_style3 td {
	padding: 8px;
}

.table_style3 td a{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.table_style3 td a:hover{
	font-family: "宋体", "微软雅黑", Verdana, "新宋体";
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
}

.table_style4index {
	border: 1px dotted #e1eff5;
	padding: 5px;
}
