body {
	font-family: "宋体";
	FONT-SIZE: 12px;
	background-color: #FFFFFF;
}
 
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6F02;
	text-decoration: underline;
}
/*通用列表项*/
ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
	*margin-left: 5px;
	margin-bottom: 0px;
}
li {
	margin: 6px;
	list-style-type: none;
}
/*=================================================== 文字 ============================================================*/
/*橙色文字*/
.indexFont_Yellow{color:#FF6D01;}
a.indexFont_Yellow:link,a.indexFont_Yellow:visited{color:#FF6D01; text-decoration:none;} 
a.indexFont_Yellow:hover,a.indexFont_Yellow:active{color:#FF6D01; text-decoration:underline;}
/*咖啡色文字*/
.indexFont_coff{color:#983402;font-size: 14px;font-weight: bold;}
a.indexFont_coff:link,a.indexFont_coff:visited{color:#983402; text-decoration:none;} 
a.indexFont_coff:hover,a.indexFont_coff:active{color:#983402; text-decoration:underline;}
/*白色文字*/
.indexFont_bai{color:#ffffff;font-size: 14px;font-weight: bold;}
a.indexFont_bai:link,a.indexFont_bai:visited{color:#ffffff; text-decoration:none;} 
a.indexFont_bai:hover,a.indexFont_bai:active{color:#ffffff; text-decoration:underline;}
/*深绿色文字*/
.indexFont_liu{color:#348818;font-size: 14px;font-weight: bold;}
a.indexFont_liu:link,a.indexFont_liu:visited{color:#348818; text-decoration:none;} 
a.indexFont_liu:hover,a.indexFont_liu:active{color:#348818; text-decoration:underline;}

.highlight{color:#FF0000;font-size: 12px;}
a.highlight:link,a.highlight:visited{color:#FF0000; text-decoration:none;} 
a.highlight:hover,a.highlight:active{color:#FF0000; text-decoration:underline;}

/*=================================================== 背景 ============================================================*/
.maincom_title_blue {
	background-image: url(../img/main/com/main_com_01.jpg);
	background-repeat: no-repeat;
	padding-left:20px
}
.maincom_title_qblue {
	background-image: url(../img/main/com/main_com_02.jpg);
	background-repeat: no-repeat;
	padding-left:20px
}
.maincom_title_yellow {
	background-image: url(../img/main/com/main_com_05.jpg);
	background-repeat: no-repeat;
}
.maincom_title_sblue {
	background-image: url(../img/main/com/main_com_04.jpg);
	background-repeat: no-repeat;
	padding-left:20px
}
.maincom_title_lang {
	background-image: url(../img/main/com/main_com_03.jpg);
	background-repeat: no-repeat;
	padding-left:20px
}
/*切换的背景条*/
.maincom_huang_yellow_cur {
	background-image: url(../img/main/com/main_com_06.jpg);
	background-repeat: no-repeat;
}
.maincom_huang_yellow {
	background-image: url(../img/main/com/main_com_07.jpg);
	background-repeat: no-repeat;
}
/*================================================== 以下td的下部边框样式  =================================================*/
.Td_kuan_map {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A5DC78;
	border-bottom-color: #A5DC78;
	border-left-color: #A5DC78;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A5DC78;
}
.Td_kuan_blue {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3A84D9;
	border-bottom-color: #3A84D9;
	border-left-color: #3A84D9;
}
.Td_kuan_qblue {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #50A6E3;
	border-bottom-color: #50A6E3;
	border-left-color: #50A6E3;
}
.Td_kuan_sblue {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B1E6EC;
	border-bottom-color: #B1E6EC;
	border-left-color: #B1E6EC;
}
.Td_kuan_yellow {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFDFA6;
	border-bottom-color: #FFDFA6;
	border-left-color: #FFDFA6;
}
.Td_kuan_lang {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A8D7E9;
	border-bottom-color: #A8D7E9;
	border-left-color: #A8D7E9;
}
/*================================================== 线条框样式 =====================================================*/
/*按钮--搜索按钮*/
.maincom_button_earch {
	border:0;
	cursor:pointer;
	text-align:center;
	height: 32px;
	width: 102px;
	background-image: url(../img/main/com/main_com_10.jpg);
	background-repeat: no-repeat;
}
/*================================================== 图片框样式 =====================================================*/
.imghuiDiv {
	border: 1px solid #DDDDDD;
	height: 100px;
	width: 130px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}