/* CSS Document */
body {
	margin: 0px;
	background-color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
}
/*表单样式*/
select {
	font-size: 12px;
	color: #666666;
	background-color: #F3F3F3;
}
radio {
	font-size: 12px;
	color: #666666;
}
input {
	font-size: 12px;
}
.input01 {
	font-size: 13px;
	background-color: #FFFFFF;
	border: 1px solid #7F7F7F;
}

/*背景样式*/
.bg_white {
	background-color: #FFFFFF;
}
.bg_black {
	background-color: #000000;
}
.bg_ye {
	background-color: #F6B000;
}
.bg_green {
	background-color: #3D7720;
}
.bg_gray01 {
	background-color: #E0E0E0;
}
.bg_gray02 {
	background-color: #CCCCCC;
}
.bg_gray03 {
	background-color: #C9C9C9;
}
.bg_gray04 {
	background-color: #DEDEDE;
}





.bg_blue01 {
	background-color: #113887;
}
.bg_blue02 {
	background-color: #0E347F;
}
.bg_blue03 {
	background-color: #d0e3fe;
}
.bg_red01 {
	background-color: #672D05;
}
.bg_menu {
	background-image: url(../images/bg/r02.jpg);
}
.bg_pic01 {
	background-image: url(../images/bg/r01.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_pic02 {
	background-image: url(../images/bg/r03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_pic03 {
	background-image: url(../images/bg/r04.gif);
}
.bg_pic04 {
	background-color: #E0E6F6;
	background-image: url(../images/bg/r05.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg_pic05 {
	background-image: url(../images/bg/r06.jpg);
}
.pic_dr01 {
	border: 1px solid #AEC4CF;
}
.pic_dr02 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/*间距样式*/
.td_tw4 {
	padding-right: 4px;
	padding-left: 4px;
}
.td_th4 {
	padding-top: 4px;
	padding-bottom: 4px;
}
.td_tw8 {
	padding-right: 8px;
	padding-left: 8px;
}
.td_th8 {
	padding-top: 8px;
	padding-bottom: 8px;
}
.td_tw26 {
	padding-right: 26px;
	padding-left: 26px;
}
.td_tw26z {
	/*padding-right: 26px;*/
	padding-left: 24px;
}
/*字体样式*/
.tx_title {
	color:#815800;
	font-weight: bold;
}
.tx_white {
	color: #FFFFFF;
}
.tx_white01 {
	color: #FFBEE2;
}

.tx_red {
	color: #FF0000;
}
.tx_red01 {
	color: #FE6E00;
}
.tx_red02 {
	color: #A80000;
}
.tx_blue01 {
	font-size: 13px;
	color: #0f3381;
	font-weight: bold;
}


.tx_green {
	color: #00CC00;
}
.tx_gray01 {
	color: #CCCCCC;
}
.tx_gray02 {
	color: #525252;
}
.tx_z12 {
	font-size: 12px;
}
.tx_z13 {
	font-size: 13px;
}
.tx_z14 {
	font-size: 14px;
}
.tx_title01 {
	font-size: 16px;
	font-weight: bold;
	color: #3399CC;
}
.tx_title02 {
	font-size: 14px;
	font-weight: bold;
	color: #FFBEE2;
}
.tx_title03 {
	font-size: 14px;
	font-weight: bold;
	color: #815800;
}
.tx_title04 {
	font-size: 15px;
	font-weight: bold;
	color: #287AA2;
}
.tx_title05 {
	font-size: 16px;
	font-weight: bold;
	color: #49301A;
}
.tx_lt01 {
	font-size: 13px;
	color: #999999;
	font-weight: bold;
}
.tx_lt02 {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}
.tx_connent {
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 1px;
}

/*链接样式*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
a.link_red:link {
	color: #D42000;
	text-decoration: none;
}
a.link_red:visited {
	color: #D42000;
	text-decoration: none;
}
a.link_red:hover {
	color: #FF3300;
	text-decoration: none;
}
a.link_red:active {
	color: #FF6600;
	text-decoration: none;
}
a.link_red01:link {
	color: #8C3A14;
	text-decoration: underline;
}
a.link_red01:visited {
	color: #8C3A14;
	text-decoration: underline;
}
a.link_red01:hover {
	color: #FF3300;
	text-decoration: underline;
}
a.link_red01:active {
	color: #FF6600;
	text-decoration: underline;
}



a.link_blue:link {
	color: #3366CC;
	text-decoration: none;
}
a.link_blue:visited {
	color: #3366CC;
	text-decoration: none;
}
a.link_blue:hover {
	color: #3399FF;
	text-decoration: underline;
}
a.link_blue:active {
	color: #66FFFF;
	text-decoration: underline;
}
a.link_green:link {
	color: #66CC00;
	text-decoration: none;
}
a.link_green:visited {
	color: #66CC00;
	text-decoration: none;
}
a.link_green:hover {
	color: #66FF66;
	text-decoration: underline;
}
a.link_green:active {
	color: #00FF99;
	text-decoration: underline;
}
a.link_gray:link {
	color: #999999;
	text-decoration: none;
}
a.link_gray:visited {
	color: #999999;
	text-decoration: none;
}
a.link_gray:hover {
	color: #3399CC;
	text-decoration: underline;
}
a.link_gray:active {
	color: #3399CC;
	text-decoration: underline;
}
a.link_white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.link_white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.link_white:hover {
	color: #FFFF66;
	text-decoration: none;
}
a.link_white:active {
	color: #FFEEB5;
	text-decoration: none;
}