﻿body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	font-family: 宋体;
}

Table
{
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	text-align: left;
	vertical-align: top;
}
TD
{
	border-collapse: collapse;
	border-spacing: 0px;
}
img
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}
a
{
	text-decoration: none;
	display: inline-block;
	cursor: hand;
	background-repeat: no-repeat;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
A:link
{
	color: #00732E;
	text-decoration: none;
}
A:visited
{
	color: #00732E;
	text-decoration: none;
}
A:active
{
	color: #00732E;
	cursor: hand;
	text-decoration: none;
}
A:hover
{
	color: #CFC98B;
	cursor: hand;
	text-decoration: "underline";
}

A.bodyLink:link
{
	color: #00732E;
	text-decoration: none;
	font-weight: bold;
}
A.bodyLink:visited
{
	color: #00732E;
	text-decoration: none;
	font-weight: bold;
}
A.bodyLink:active
{
	color: #00732E;
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
}
A.bodyLink:hover
{
	color: #CFC98B;
	cursor: hand;
	text-decoration: "underline";
	font-weight: bold;
}

/*以上为公共部分*/

.bordertable
{
	width: 100%;
	border: 0px solid #cccccc;
	border-collapse: collapse;
}
.bordertable td
{
	border: 1px solid #cccccc;
	padding-left: 5px;
}
.nobordertable
{
	width: 100%;
	border: 0px solid #cccccc;
	border-collapse: collapse;
}
.nobordertable td
{
	border: 0px solid #cccccc;
	padding-left: 5px;
}

.bordertable1
{
	width: 100%;
	border: 0px solid #cccccc;
	border-collapse: collapse;
}
.bordertable1 td
{
	border: 1px solid #cccccc;
	padding-left: 5px;
	border-bottom: 0px solid #cccccc;
}
.nobordertable1
{
	width: 100%;
	border: 0px solid #cccccc;
	border-collapse: collapse;
}
.nobordertable1 td
{
	border: 0px solid #cccccc;
	padding-left: 5px;
	border-bottom: 0px solid #cccccc;
}



.W100
{
	width: 100%;
}
.Tleft
{
	text-align: left;
}
.Tright
{
	text-align: right;
}
.Tcenter
{
	text-align: center;
}
.VTop
{
	vertical-align: top;
}
.VBottom
{
	vertical-align: bottom;
}
.VMiddle
{
	vertical-align: middle;
}
.FLeft
{
	float: left;
}
.Fright
{
	float: right;
}

.Tline
{
	text-decoration: underLine;
}
.pointer
{
	cursor: pointer;
}
/*字体大小样式*/
.t9
{
	font-size: 9px;
}
.t10
{
	font-size: 10px;
}
.t11
{
	font-size: 11px;
}
.t12
{
	font-size: 12px;
}
.t13
{
	font-size: 13px;
}
.t14
{
	font-size: 14px;
}
.t15
{
	font-size: 15px;
}
.t16
{
	font-size: 16px;
}
.t17
{
	font-size: 17px;
}
.t18
{
	font-size: 18px;
}
.t19
{
	font-size: 19px;
}
.t20
{
	font-size: 20px;
}

.Bold
{
	font-weight: bold;
}
.normal
{
	font-weight: normal;
}
/*行高样式*/
.LH80
{
	line-height: 80%;
}
.LH85
{
	line-height: 85%;
}
.LH90
{
	line-height: 90%;
}
.LH95
{
	line-height: 95%;
}
.LH100
{
	line-height: 100%;
}
.LH105
{
	line-height: 105%;
}
.LH110
{
	line-height: 110%;
}
.LH115
{
	line-height: 115%;
}
.LH120
{
	line-height: 120%;
}
.LH125
{
	line-height: 125%;
}
.LH140
{
	line-height: 140%;
}
.LH145
{
	line-height: 145%;
}
.LH150
{
	line-height: 150%;
}
.underline
{
	text-decoration: underline;
}
/*颜色样式*/
.Black
{
	color: Black;
}
.Red
{
	color: Red;
}
.Blue
{
	color: Blue;
}
.White
{
	color: White;
}
.Orange
{
	color: Orange;
}
.C333333
{
	color: #333333;
}
.C003366
{
	color: #003366;
}
.C666666
{
	color: #666666;
}
.C999999
{
	color: #999999;
}
.Ccccccc
{
	color: #cccccc;
}
.Yellow
{
	color: Yellow;
}
.Green
{
	color: Green;
}

/*分页样式*/

.AspNetPager
{
	color: #999;
}
.AspNetPager a, .AspNetPager .cpb
{
	text-decoration: none;
	float: left;
	padding: 0 5px;
	border: 1px solid #ddd;
	background: #ffff;
	margin: 0 2px;
	font-size: 12px;
	color: #000;
}
.AspNetPager a:hover
{
	background-color: #E61636;
	color: #fff;
	border: 1px solid #E61636;
	text-decoration: none;
}
.AspNetPager .cpb
{
	font-weight: bold;
	color: #fff;
	background: #E61636;
	border: 1px solid #E61636;
}




/*分页样式结束*/


/*分页样式*/

.AspNetPager1
{
	color: #999;
}
.AspNetPager1 a, .AspNetPager1 .cpb
{
	text-decoration: none;
	float: left;
	padding: 0 5px;
	background: #ffff;
	margin: 0 2px;
	font-size: 12px;
	color: Red;
}
.AspNetPager1 a:hover
{
	background-color: #E61636;
	color: #fff;
	text-decoration: none;
}
.AspNetPager1 .cpb
{
	font-weight: bold;
	color: #fff;
	background: #E61636;
}




/*分页样式结束*/

/*底部*/
.bottom_table1
{
	width: 1000px;
	height: 103px;
	border-top: #cccccc 2px solid;
}
.bottom_table2
{
	width: 100%;
}
.bottom_table2_td1
{
	width: 12px;
	height: 92px;
	background-repeat: no-repeat;
}
.bottom_table2_td2
{
	font-size: 12px;
	text-align: center;
	color: #333333;
	line-height: 20px;
}
.bottom_table2_td2 a
{
	color: #333333;
	text-decoration: none;
}
.bottom_table2_td3
{
	width: 12px;
	height: 92px;
	background-repeat: no-repeat;
}
.index_02_bottom_td
{
	width: 1000px;
	height: 80px;
	border-top: 1px #cccccc solid;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
/*顶部*/
.top_table1
{
	width: 1000px;
	height: 100px;
}
.top_table1_td1
{
	width: 204px;
	height: 100px;
	background-image: url(Images/top_01.gif);
	background-repeat: repeat;
}
.top_table1_td2
{
	width: 796px;
	text-align: center;
	vertical-align: middle;
}
.top_table1_td2_table
{
	width: 100%;
	height: 92px;
}
.top_table1_td2_table_td1
{
	width: 12px;
	background-image: url(Images/top_02_02_01.gif);
	background-repeat: repeat;
}
.top_table1_td2_table_td2
{
	background-image: url(Images/top_02_02_02.gif);
	text-align: center;
	vertical-align: middle;
	height: 92px;
	background-repeat: repeat;
}
.top_table1_td2_table_td3
{
	width: 12px;
	background-image: url(Images/top_02_02_04.gif);
	background-repeat: repeat;
}
.top_table1_td2_table2
{
	width: 100%;
	height: 90%;
	margin-top: 5px;
}
.top_table1_td2_table2_td
{
	border-left: 1px #5d97c7 solid;
	width: 12.5%;
	vertical-align: top;
	text-align: center;
}
.top_table1_td2_table2_td_table_td1
{
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}
.top_table1_td2_table2_td_table_td2
{
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	border-bottom: 1px #5d97c7 solid;
}
.top_table1_td2_table2_td_table_td3
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: white;
}
.top_table1_td2_table2_td_table_td4
{
	font-size: 12px;
	color: white;
	text-align: center;
	line-height: 20px;
}

.H30
{
	height: 30px;
}
.PLeft0
{
	padding-left: 0px;
}
.PRight0
{
	padding-right: 0px;
}
.PTop0
{
	padding-top: 0px;
}
.PLeft5
{
	padding-left: 5px;
}
.PRight5
{
	padding-right: 5px;
}
.PTop5
{
	padding-top: 5px;
}
.PLeft10
{
	padding-left: 10px;
}
.PRight10
{
	padding-right: 10px;
}
.PTop2
{
	padding-top: 2px;
}
.PTop10
{
	padding-top: 10px;
}
.PLeft15
{
	padding-left: 15px;
}
.PRight15
{
	padding-right: 15px;
}
.PTop15
{
	padding-top: 15px;
}
.PLeft20
{
	padding-left: 20px;
}
.PRight20
{
	padding-right: 20px;
}
.PTop20
{
	padding-top: 20px;
}
.LH30
{
	line-height: 30px;
}
.LH25
{
	line-height: 25px;
}
.LH20
{
	line-height: 20px;
}
.LH18
{
	line-height: 18px;
}
.LH15
{
	line-height: 15px;
}
.PLeft5
{
	padding-left: 5px;
}
.PRight5
{
	padding-right: 5px;
}
.H3
{
	height: 3px;
}
.H5
{
	height: 5px;
}
.H10
{
	height: 10px;
}
.H15
{
	height: 15px;
}
.W5
{
	width: 5px;
}
.W10
{
	width: 10px;
}
.W15
{
	width: 15px;
}
.W30
{
	width: 30px;
}
.mengban
{
	display: none;
	z-index: 99;
	width: 100%;
	height: 1200px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #333;
	opacity: .4;
	filter: alpha(opacity=20);
	background-color: transparent !important;
	background-color: #333333;
	background-image: url(img/maskBG.png) !important;
	background-image: none;
	background-repeat: repeat;
	display: none;
}




.NextGif
{
	color:Red;
}

.NextGifNo 
{
	color: #666666;
}

.PurGif
{
	color:Red;
}

.PurGifNo
{
	color: #666666;
}

.KF_online
{
    background-image:url(img/51KF_online.gif);
    background-repeat:no-repeat;
    width:74px;
    height:22px;
    display:block;
}
.KF_offline
{
    background-image:url(img/51KF_offline.gif);
    background-repeat:no-repeat;
    width:74px;
    height:22px;
    display:block;
}

.KF_Buttononline
{
    background-image:url(img/51KF_Buttononline.gif);
    background-repeat:no-repeat;
    width:67px;
    height:21px;
    display:block;
}
.KF_Buttonoffline
{
    background-image:url(img/51KF_Buttonoffline.gif);
    background-repeat:no-repeat;
    width:67px;
    height:21px;
    display:block;
}
.KF_ButtonoCancle
{
    background-image:url(img/51KF_ButtonoCancle.gif);
    background-repeat:no-repeat;
    width:67px;
    height:21px;
    display:block;
}