@charset "gb2312";
body {
	width:904px;
	margin:0px auto;
	padding:0px;
	font-size:12px;
	background-color:#333;
	font-size:12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	line-height:150%;
}
div,button,input,select,img,ul,li,a,ol{
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}
div,button,input,select{
font-size:9pt;
}
table {
	
}
td {
font-size: 9pt;
	line-height: 150%;
}
ul,li,ol{
	list-style-type:none;
	}
img{
	border:none;
}
h1{
	font-size:24px;

}
h2{
	font-size:18px;
	font-weight:bold;
}
h3{
	font-size:16px;
	font-weight:bold;
}
h4{
	font-size:14px;
	font-weight:bold;
}
h5{
	font-size:12px;
	font-weight:bold;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #FF8000;
	text-decoration: underline;
}
a:active {
	color: #777;
	text-decoration: underline;
}
/*articleFade颜色：点击后褪色成999，适合给文章做设计*/
.articleFade a:link {
	color: #333;
	text-decoration: none;
}
.articleFade a:visited {
	color: #333;
	text-decoration: none;
}
.articleFade a:hover,.articleFade a:active {
	color: #D8316E;
	text-decoration: underline;
}
/*PINK颜色：统一状态为PINK，适合给栏目title来不变设计*/
.pink,a.pink:link,a.pink:visited,a.pink:hover,a.pink:active{
	color: #D8316E;
}

/*PINK2颜色：不同状态不同颜色，适合给文章title来区分是否浏览过*/
.pink2,a.pink2:link{
	color: #D8316E;
}
a.pink2:visited {
	color: #333;
}
a.pink2:hover,a.pink2:active{
	color: #F60;
}
/*PINK颜色：所有容器内的A标签都应用，适合一个容器同一A样式使用*/
.pinkOut ,.pinkOut a:link,.pinkOut a:visited,.pinkOut a:hover,.pinkOut a:active {
	color: #D8316E;
}
/*lightPINK颜色：统一状态为lightPINK，结婚导航的栏目title使用*/
.lightPinkA,a.lightPinkA:link,a.lightPinkA:visited,a.lightPinkA:hover,a.lightPinkA:active{
	color: #FF3399;
}
/*green颜色的A*/
.green,a.green:link,a.green:visited,a.green:hover,a.green:active {
	color: #479C23;
}
/*green颜色：所有容器内的A标签都应用，适合一个容器同一A样式使用*/
.greenOut,.greenOut a:link,.greenOut a:visited,.greenOut a:hover,.greenOut a:active {
	color: #479C23;
}
/*orange颜色的A*/
.orange,a.orange:link,a.orange:visited,a.orange:hover,a.orange:active {
	color: #FF7E01;
}
/*purple颜色的A*/
.purple,a.purple:link,a.purple:visited,a.purple:hover,a.purple:active {
	color: #800080;
}
/*orange颜色：所有容器内的A标签都应用，适合一个容器同一A样式使用*/
.orangeOut a:link,.orangeOut a:visited,.orangeOut a:hover,.orangeOut a:active {
	color: #FF7E01;
}
/*blue颜色：所有容器内的A标签都应用，适合一个容器同一A样式使用*/
.blueOut a:link,.blueOut a:visited,.blueOut a:hover,.blueOut a:active {
	color: #213C92;
}
/*gray颜色的A*/
.gray,a.gray:link,a.gray:visited,a.gray:hover,a.gray:active {
	color: #ccc;
}
/*#666颜色的A*/
.gray666,a.gray666:link,a.gray666:visited,a.gray666:hover,a.gray666:active {
	color: #666;
}
/*#666颜色的A*：所有容器内的A标签都应用，适合一个容器同一A样式使用*/
.gray666Out a:link,.gray666Out a:visited,.gray666Out a:hover,.gray666Out a:active {
	color: #666;
}
/*#777颜色的A*/
.gray777,a.gray777:link,a.gray777:visited,a.gray777:hover,a.gray777:active {
	color: #777;
}
/*#999颜色的A*/
.gray999,a.gray999:link,a.gray999:visited,a.gray999:hover,a.gray999:active {
	color: #999;
}
/*gray颜色的A*/
a.gray:link,a.gray:visited,a.gray:hover,a.gray:active {
	color: #ccc;
}
/*white颜色的A*/
.white,a.white:link,a.white:visited,a.white:hover,a.white:active {
	color: #fff;
}
/*blue颜色的A*/
.blue,a.blue:link,a.blue:visited,a.blue:hover,a.blue:active {
	color: #213C92;
}

/*一直有下划线的A*/
.withLine,a.withLine:link,a.withLine:visited,a.withLine:hover,a.withLine:active {
	text-decoration:underline;
}
/*开始下划线，HOVER后去除的A*/
a.withLine2:link,a.withLine2:visited {
	text-decoration:underline;
}
a.withLine2:hover,a.withLine2:active{
	text-decoration:none;
}
/*一直没有下划线的A*/
a.withoutLine:link,a.withoutLine:visited,a.withoutLine:hover,a.withoutLine:active {
	text-decoration:none;
}
/*BLOCK形式*/
.blockStyle{
	display:block;
}
/*鼠标经过变色快Pink的A*/
a.blockPink:link,a.blockPink:visited {
}
a.blockPink:hover,a.blockPink:active
{
	color: #fff;
	text-decoration:none;
	background-color:#D8316E;
}
/*鼠标经过变色快yellow的A,用于列出商家分类*/
a.blockYellow:link,a.blockYellow:visited {
}
a.blockYellow:hover,a.blockYellow:active
{
	text-decoration:none;
	background-color:#FED762;
}
/*所有文章及商家VIEW
页面的内容关键词链接样式*/
#arctext a:link,#arctext a:visited {
	text-decoration:none;
	color:#479C23;
}
#arctext a:hover,#arctext a:active{
	border-bottom:dotted 1px #479C23;
	text-decoration:none;
	color:#479C23;
}

/*正文列表的14px的A*/
.newsListH3,.newsListH3 a:link,.newsListH3 a:visited,.newsListH3 a:hover,.newsListH3 a:active{
	font-size:14px;

	}
.border1 {
	border: 1px solid #CCCCCC;
}

.border2 {
	border: 1px solid #EBEBEB;
}
.ClearDiv{
	clear: both;
	font-size:1px;
	line-height:1px;
	height:0px;
	overflow:hidden;
}

/*左侧浮动的,适用于TITLE和左侧浮动的IMG*/
.titleFloatL{
	float: left;
	display:inline;
}
/*右侧浮动的,适用于TITLE和右侧浮动的IMG*/
.titleFloatR{
	float: right;
	display:inline;
}
/*Font*/
.font12px{
	font-size:12px;
}
.font14px{
	font-size:14px;
}
.font10px{
	font-size:10px;
}
.letterSpacing4px{
	letter-spacing:4px;
	}
.letterSpacing2px{
	letter-spacing:2px;
	}
.blackFontTitle{
	font-family:"黑体";
}
.height170 {
	font-size: 14px;
	line-height: 170%;
	color: #777;
}
.ff6600 {
	color: #FF6600;
}
.border1 {
	border: 1px solid #CCCCCC;
}

.border2 {
	border: 1px solid #EBEBEB;
}
.padding-10 {
	padding: 10px;
}
.goback {
	text-decoration: underline;
	background-color: #f7f7f7;
}

.padding-8 {
	padding: 8px;
}

.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*height*/
.height170{
	line-height:170%;

}
.height180{
	line-height:180%;

}
.height190{
	line-height:190%;

}
.height200{
	line-height:200%;

}
/*********************公共中间栏目限定LI高度，多字符自动hidden******************************/
.height24px li{
	height: 24px;
	overflow:hidden;
}
/*间隔格式*/
.spacer10px{
	height:10px;
	overflow:hidden;
}
.paddingTop5px{
	padding-top:5px;
}
.margintop3px{
	margin-top:3px;
}
.margin5px{
	margin:5px;
}
.margin8px{
	margin:8px;
}
.padding5px{
	padding:5px;
}
.margintop7px{
	margin-top:7px;
}
.margintop15px{
	margin-top:15px;
}
.marginright7px{
	margin-right:7px;
}
.marginleft7px{
	margin-left:7px;
}
.orange a:link{
	color: #777;
	text-decoration: underline;
}
.orange a:visited{
	color: #777;
	text-decoration: none;
}
.orange a:hover{
	color: #FF6600;
	text-decoration: underline;
}
.orange a:active{
	color: #FF6600;
	text-decoration: underline;
}
.newletter {
	font-size: 9pt;
	font-weight: bold;
	background-color: #00C800;
	color: #FFFFFF;
	width: 38px;
	border: 1px solid #00C800;
	height: 30px;
}
.menu {
	font-size: 10.5pt;
}
.menu a:link {
font-size: 10.5pt;
	color: #FFFFFF;
	text-decoration: none;
}


.menu a:visited {
font-size: 10.5pt;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
font-size: 10.5pt;
	color: #FFFFFF;
}
.menu a:active {
font-size: 10.5pt;
	color: #FFFFFF;
	text-decoration: underline;
}
.padding-5 {
	padding: 5px;
}
.dot-Top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.solid-bot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.columncontent {
	line-height: 170%;
	padding: 20px;
}
.padding-1 {
	padding: 1px;
}
.FF097E {
	color: #FF097E;
}
.FF16FF {
	color: #FF16FF;
}
.FFD243 {
	color: #FFD243
}
.FFBD03logo {
	color: #FFBD03;
}

.\341CFE7 {
	color: #41CFE7;
}
.\306CB02 {
	color: #06CB02;
}
.caseshow-off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FCBE07;
		font-weight: bold;
}
.caseshow-on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}
.newlet-A4B97F {
	color: #888;
	text-decoration: none;
	height: 20px;
	border: 1px solid #A4B97F;
}
.input-A4B97F {
	color: #888;
	text-decoration: none;
	border: 1px solid #A4B97F;
}
.button-green {
		font-size: 9pt;
	font-weight: bold;
	background-color: #00C800;
	color: #FFFFFF;
	width: 62px;
	border: 1px solid #00C800;
	height: 25px;
}
.button-search {
		font-size: 9pt;
	background-color: #00C800;
	color: #FFFFFF;
	width: 62px;
	border: 1px solid #00C800;
	height: 18px;
}
.handcuror {
	cursor: pointer;
}
.caseimg-filter {
   border: 1px solid #EBEBEB;	
}
.cccccc {
	color: #CCCCCC;
	text-decoration: none;
}
.ccc10px {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
	line-height: 180%;
}
.webmenu a:link {
	font-size: 10.5pt;
	color: #FCF000;
	text-decoration: none;
}
.webmenu {
	font-size: 10.5pt;
}

.webmenu a:visited {
	font-size: 10.5pt;
	color: #FCF000;
	text-decoration: none;
}
.webmenu a:hover {
	font-size: 10.5pt;
	color: #CEF000;
}
.webmenu a:active {
	font-size: 10.5pt;
	color: #CEF000;
	text-decoration: underline;
}
.height180{
	line-height: 180%;
}
/*公共头部LOGO,SLOGEN*/
#top{
	width:904px;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	background-color:#fff;

}
/*左上角关键词*/
#top .keywords{
	width:600px;
	height:25px;
	float:left;
	background: url(/images/index_02.gif) no-repeat left top;
	margin-left:8px;
	margin-top:10px;
	padding-left:60px;
	display:inline;
}
#top .keywords .sitename{
	color:#D8316E;
	text-decoration:underline;
}
/*bar*/
#top .bar2{
	width:904px;
	height:1px;
	background-color:#ccc;
	overflow:hidden;
	margin-bottom:5px;
}
#top .logo{
	width:159px;
	height:70px;
	float:left;
	margin-left:25px;
	margin-top:10px;
	display:inline;
}
#top .slogen{
	background:url(/images/slogen.jpg) no-repeat;
	width:679px;
	height:52px;
	float:right;
	margin-top:20px;
	margin-right:8px;
}
/*TOP	submenu{*/
#top .submenu{
	float:right;
	margin:10px 10px 0px;
	display:inline;
}
#top .submenu ul{
	margin-top:0px;
	display:block;
	
}
#top .submenu li{
	float:left;
	width:60px;
	list-style-type:none;
}
#top .bar{
	width:904px;
	height:12px;
	background:url(/images/index_top_logo_2.gif) no-repeat;
	overflow:hidden;
}
/*首页BANNER*/
#banner_index{
	width:904px;
	height:189px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#fff;
	}
#banner_index .nav{
	width:269px;
	height:174px;
	background:url(/images/index_top_menu_1.jpg) repeat-x;
	padding-top:15px;
	float:left;
	}
#banner_index .nav ul{
	width:140px;
	list-style-type:none;
	list-style-position:outside;
	margin:0px auto 10px 80px;
	padding:0px;
	}
#banner_index .nav li{
	height:23px;
	margin:0px;
}
#banner_index .line{
	height:189px;
	width:1px;
	background:url(/images/index_top_menu_3.gif) repeat-y;
	float:left;
}
#banner_index .flash{
	width:634px;
	height:189px;
	background:url(/images/index_banner.jpg) repeat-x;
	float:right;
	}
#banner_index .flashContent{
	width:634px;
}
#mid_bar{
	height:2px;
	width:904px;
	background:url(/images/index_mid_1_1.jpg) repeat-x;
	overflow:hidden;
}
/*文章VIEW页面所有内容容器背景设定*/
table.border1 td.padding-10{
background:url(/images/img_view_contentBg.jpg) repeat-x top;
}
/*文章VIEW页面所有内容行高设定*/
td#arctext{line-height:200%;
font-size:14px;}
/*文章VIEW页面所有标题行高设定*/
td.arcTitle{line-height: 30px; padding-top:20px;}
/*文章VIEW页面所有标题actbar*/
div.actbar{ color:#479C23; font-size:14px; }
div.actbar span{ margin-left:10px;}
/*文章列表高度设定不换行*/
.height25px{ height:25px; overflow:hidden;}
div.context{background-color:#ccc;}
div.context div{font-size:14px; }