/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	margin: 0px;
	
}

TD
{

FONT-SIZE: 12px; COLOR: #000000; LINE-HEIGHT: 150%; FONT-FAMILY: "宋体", verdana

}
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{
	text-decoration: none;
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
} /* 链接无下划线,有为underline */ 

a:link {
	font-family: "宋体";
	font-size: 12px;
	
	text-decoration: none;
} /* 未访问的链接 */
a:visited {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
} /* 已访问的链接 */
a:hover{
	font-family: "宋体";
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
} /* 鼠标在链接上 */
 
a:active {
	font-family: "宋体";
	font-size: 12px;
	
	text-decoration: none;
} /* 点击激活链接 */

a.danhuang:link {
	font-family: "宋体";
	font-size: 12px;
	color: #CBB665;
	text-decoration: underline;
}

a.danhuang:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #CBB665;
	text-decoration: underline;
}

a.danhuang:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #C5AD52;
	text-decoration: underline;
}

a.danhuang:active {
	font-family: "宋体";
	font-size: 12px;
	color: #CBB665;
	text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------------------------ */
a.hei:link {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a.hei:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a.hei:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

a.hei:active {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
}
/* ------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------ */
a.bai:link {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.bai:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.bai:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.bai:active {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------------------------------------ */
a.red:link {
	font-family: "宋体";
	font-size: 12px;
	color: #F1070A;
	text-decoration: none;
}

a.red:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #F1070A;
	text-decoration: none;
}

a.red:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FB8285;
	text-decoration: none;
}

a.red:active {
	font-family: "宋体";
	font-size: 12px;
	color: F1070A;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------------------------------------ */
a.lan14cu:link {
	font-family: "宋体";
	font-size: 14px;
	color: #2400FF;
	text-decoration: none;
	font-weight: bold;
}

a.lan14cu:visited {
	font-family: "宋体";
	font-size: 14px;
	color: #2400FF;
	text-decoration: none;
	font-weight: bold;
}

a.lan14cu:hover {
	font-family: "宋体";
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a.lan14cu:active {
	font-family: "宋体";
	font-size: 14px;
	color: #2400FF;
	text-decoration: none;
	font-weight: bold;
}
/* ------------------------------------------------------------------------------------------------------------ */
a.lan:link {
	font-family: "宋体";
	font-size: 12px;
	color: #2400FF;
	text-decoration: none;
}

a.lan:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #2400FF;
	text-decoration: none;
}

a.lan:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

a.lan:active {
	font-family: "宋体";
	font-size: 12px;
	color: #2400FF;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------------------------------------ */
a.lan14:link {
	font-family: "宋体";
	font-size: 14px;
	line-height: 20px;
	color: #0000FF;
	text-decoration: none;
}

a.lan14:hover {
	font-family: "宋体";
	font-size: 14px;
	line-height: 20px;
	color: #FF0000;
	text-decoration: underline;
}

a.lan14:visited {
	font-family: "宋体";
	font-size: 14px;
	line-height: 20px;
	color: #0000FF;
	text-decoration: none;
}

a.lan14:active {
	font-family: "宋体";
	font-size: 14px;
	line-height: 20px;
	color: #0000FF;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------------------------------------ */
a.green:link {
	font-family: "宋体";
	font-size: 12px;
	color: #6D9F02;
	text-decoration: none;
}

a.green:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #6D9F02;
	text-decoration: none;
}

a.green:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #9FBB02;
	text-decoration: none;
}

a.green:active {
	font-family: "宋体";
	font-size: 12px;
	color: #6D9F02;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------------------ */

a.greenhangju:link {
	font-family: "宋体";
	font-size: 12px;
	color: #6D9F02;
	text-decoration: none;
	line-height: 14px;
}

a.greenhangju:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #6D9F02;
	text-decoration: none;
	line-height: 14px;
}

a.greenhangju:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #9FBB02;
	text-decoration: underline;
	line-height: 14px;
}

a.greenhangju:active {
	font-family: "宋体";
	font-size: 12px;
	color: #6D9F02;
	text-decoration: none;
	line-height: 14px;
}
/* ------------------------------------------------------------------------------------------------------------ */
a.hui:link {
	font-family: "宋体";
	font-size: 12px;
	color: #898989;
	text-decoration: none;
}

a.hui:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #898989;
	text-decoration: none;
}

a.hui:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #B3B3B3;
}

a.hui:active {
	font-family: "宋体";
	font-size: 12px;
	color: #898989;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------------------------------------ */
a.orange:link {
	font-family: "宋体";
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

a.orange:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

a.orange:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FFC000;
	text-decoration: none;
}

a.orange:active {
	font-family: "宋体";
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------------------------------------ */
a.tuhuang:link {
	font-family: "宋体";
	font-size: 12px;
	color: #774B24;
	text-decoration: none;
}

a.tuhuang:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #774B24;
	text-decoration: none;
}

a.tuhuang:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #C36C1F;
	text-decoration: none;
}

a.tuhuang:active {
	font-family: "宋体";
	font-size: 12px;
	color: #774B24;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------------------ */
a.huihangju:link {
	font-family: "宋体";
	font-size: 12px;
	color: #53535F;
	text-decoration: none;
	line-height: 16px;
}

a.huihangju:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #53535F;
	text-decoration: none;
	line-height: 16px;
}

a.huihangju:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	line-height: 16px;
}

a.huihangju:active {
	font-family: "宋体";
	font-size: 12px;
	color: #53535F;
	text-decoration: none;
	line-height: 16px;
}

/* ------------------------------------------------------------------------------------------------------------ */

a.zong:link {
	font-family: "宋体";
	font-size: 12px;
	color: #CE7600;
	text-decoration: none;
}
a.zong:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #CE7600;
	text-decoration: none;
}

a.zong:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FFA833;
}
a.zong:active {
	font-family: "宋体";
	font-size: 12px;
	color: #CE7600;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------------------------------ */
.font-lan14cu {
	font-family: "宋体";
	font-size: 12px;
	color: #CE7600;
}
.font-biaoti-zixun {
	font-family: "宋体";
	font-weight:900;
	font-size: 20px;
	color: #CE7600;
}
.font-neirong-zixun {
	font-family: "宋体";
	font-size: 14px;
	color: #000000;
	line-height:25px;
}

.font-lv {
	font-family: "宋体";
	font-size: 12px;
	color: #277545;
}


.font-hei14cu {
	font-family: "宋体";
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}

.font-bai {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.font-baicu {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.font-hei {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}

.font-culv {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #6D9F02;
}

.font-heicu {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #525252;
}

.font-redcu {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #F1070A;
}

.font-bai {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.font-bai14cu {
	font-family: "宋体";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


.font-lan {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #0000B2;
}

.font-hui {
	font-family: "宋体";
	font-size: 12px;
	color: #686868;
	text-decoration: none;
}
.font-huicu {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #777777;
}


/* 导航栏样式 */
.dhx {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.dhxb {
	font-family: "宋体";
	font-size: 12px;
	color: #239221;
	border: 1px solid #F8DABC;
	background-color: #F8DABC;
}
/* 导航栏下面的有登陆和综合搜索所在地方的样式 */
.denglulan {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	background-color: #F2F2F2;
	border: 1px solid #E3E3E3;
	color: #7E6602;
}

.denglukuang
{
	/*background-color: #F6F5F0;
	color: #666666;
	border: 1px solid #D0D0D0;*/
	height: 20px;
	font-size: 12px;
	
}

/* 图片资讯所在的表的样式 */
.tupianzixubiao {
	border: 1px solid #333333;
}

/* 滚动文字广告所在的表的样式 */
.zixuntopbiao {
	background-color: #E5E5E5;
	border: 1px solid #D5D5D5;
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
}

.zixunbottombiao {
	border-top: none;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}

.zxgdbiao2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
}

.rizhibiao {
	font-family: "宋体";
	font-size: 12px;
	color: #494949;
	border: 1px solid #D9D9D9;
}
.biao-4qing {
	border: 1px solid #55CBE0;
}

.card-biao {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3E5D7;
	border-left-color: #E3E5D7;
}

.canyinbiao1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	background-color: #F9F9F9;
}

.zxgdbiao {
	border: 1px solid #CBCBCB;
	background-color: #EBEBEB;
}
.biao-4hui {
	border: 1px solid #E4E4E4;
	background-color: F9F9F9;
}
.biao-4lan {
}



.biao-4green {
	border: 1px solid #C4D9C8;
}

.biaoheihui-1001 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #B2B2B2;
	border-left-color: #B2B2B2;
}

.biaoheihui-0110 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B2B2B2;
	border-bottom-color: #B2B2B2;
}

.biao-3orange {
	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: #FD9001;
	border-bottom-color: #FD9001;
	border-left-color: #FD9001;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FD9001;
}

.font-zong {
	font-family: "宋体";
	font-size: 12px;
	color: #CE7600;
}

.biao-3green {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C4D9C8;
	border-bottom-color: #C4D9C8;
	border-left-color: #C4D9C8;
}

.tupianbiaobottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
}

.zixunqian {
	font-family: "宋体";
	font-size: 12px;
	color: #B5B5B5;
}

.font-tianlan {
	font-family: "宋体";
	font-size: 12px;
	line-height: 16px;
	color: #1E82D0;
	text-decoration: none;
}

.font-lancu {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #1E82D0;
}

a.lan16:link {
	font-family: "宋体";
	font-size: 16px;
	color: #261CDC;
	text-decoration: underline;
}

a.lan16:visited {
	font-family: "宋体";
	font-size: 16px;
	color: #800080;
	text-decoration: underline;
}

a.lan16:hover {
	font-family: "宋体";
	font-size: 16px;
	color: #800080;
	text-decoration: underline;
}

a.lan16:active {
	font-family: "宋体";
	font-size: 16px;
	color: #261CDC;
	text-decoration: underline;
}

a.red16:link {
	font-family: "宋体";
	font-size: 16px;
	color: #F1070A;
	text-decoration: underline;
}

.font-red16 {
	font-family: "黑体";
	font-size: 20px;
	color: #c701c5;
	
}

a.red16:visited {
	font-family: "宋体";
	font-size: 16px;
	color: #F1070A;
	text-decoration: underline;
}

a.red16:hover {
	font-family: "宋体";
	font-size: 16px;
	color: #F1070A;
	text-decoration: underline;
}

a.red16:active {
	font-family: "宋体";
	font-size: 16px;
	color: #F1070A;
	text-decoration: underline;
}



a.tiyixia:link {
	font-family: "宋体";
	font-size: 14px;
	color:#b2744b;
}