/*网页全局样式开始*/
	body
	{
		/*body基本样式开始*/
			background-color:#ffffff;
			font-size: 10.5pt; color:#3D3D3D; FONT-FAMILY: 宋体,verdana;
		/*body基本样式结束*/

		/*body扩展样式开始*/
			background-repeat: repeat;
			background-position: center;
			scrollbar-face-color:#b9b9b9;
			scrollbar-highlight-color:#b9b9b9;
			scrollbar-shadow-color:#b9b9b9;
			scrollbar-3dlight-color:#b9b9b9;
			scrollbar-darkshadow-color:#b9b9b9;
			scrollbar-arrow-color:#F0F0F0;
			scrollbar-track-color:#F0F0F0;
			scrollbar-base-color:#F0F0F0;

			/*拖动条的表面颜色*/
			scrollbar-face-color:#fbf6e8; MARGIN: 0px;  

			/*亮边*/  
			scrollbar-highlight-color:#fbf6e8;

			/*暗边*/
			scrollbar-shadow-color:#aaaaaa;
			scrollbar-3dlight-color:#aaaaaa; 
			
			/*箭头颜色*/
			scrollbar-arrow-color:#aaaaaa;  

			/*拖动区域(TrackBar)颜色*/
			scrollbar-track-color:#fbf6e8;	
			scrollbar-darkshadow-color:#fbf6e8
		/*body扩展样式结束*/
	}
	td {font-size:9pt;FONT-FAMILY: 宋体,verdana;color:#3D3D3D; line-height:22px;}
	.cctd{font-size:9pt;FONT-FAMILY: 宋体,verdana;color:#904C0D; line-height:22px;}
/*网页全局样式结束*/


/*版通基本样式开始*/
	/*文章标题样式*/
	.title{font-size:16pt;color:#3D3D3D;font-weight:bold}
	.cctitle{font-size:16pt; color:#4C2508; font-weight:bold;}

	/*首页、频道页栏目默认标题列表样式 小字体*/
	.bt_link{font-size: 9pt; text-decoration:none; color:#3D3D3D;line-height:20px;}
	.ccbt_link{font-size: 9pt; text-decoration:none; color:#823C09;line-height:20px;}

	/*底层栏目页标题列表及文章正文样式 大字体*/
	.bt_content{font-size: 10.5pt; text-decoration:none; color:#3D3D3D;line-height:28px;}
	.ccbt_content{font-size: 10.5pt; text-decoration:none; color:#65330E;line-height:28px;}

	/*时间显示样式*/
	.bt_time {font-size: 7pt; color: #999999; FONT-FAMILY: Verdana}	
	.bt_date {font-size: 7pt; color: #999999; FONT-FAMILY: Verdana}	

	/*"更多"显示样式*/
	.bt_more {font-size:9pt ;text-decoration:none; color:#3D3D3D;}
	.ccbt_more {font-size:9pt ;text-decoration:none; color:#904C0D;}
/*版通基本样式结束*/


/* 自定义样式开始 */
	/* 四周为1象素的边框*/
	.border1 
	{  
		BORDER-RIGHT: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid;BORDER-TOP: #000000 1px solid;background-color:#ffffff
	}

	/*表格背景图片不动*/
	.bgimg{background-image:url(images/图片文件);background-repeat:no-repeat;background-position:right bottom;}

	/*	一些滤镜的样式 慎用 */
	/* Glow 扩充的阴影字 IE4.0+*/
	.glow
	{
		FONT-SIZE: 10.5pt; 
		filter: Glow(Color=#000000, Strength=2)
	}   

	/* Gradient 渐变 gradientType=0垂直渐变 1水平渐变默认 00完全透明  ff完全不透明 IE5.5+ */
	.grad
	{
		FONT-SIZE: 10.5pt; 
		FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FF0000FF,endColorStr=#00000000)
	}	

	/* AlphaImageLoader 图片平铺  scale:拉伸图片满表格 crop:显示图片自身大小并显示背景色 image:只显示图片 IE5.5+*/
	.alphaimage
	{
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rdl_ice.jpg', sizingMethod='scale')
	} 

	/* Blur IE5.5+ 模糊阴影字*/
	.blur1
	{
		filter:progid:DXImageTransform.Microsoft.Blur(makeShadow=true,pixelRadius=1,shadowOpacity=0.25)
	}	

	/* Blur IE5.5+ 模糊阴影字*/
	.blur2
	{
		filter:blur(add=ture,direction=135,strength=6)
	}	

	/* DropShadow 有斜度的阴影字 IE4.0+ */
	.dropshadow1 
	{
		color: #ff0000;
		filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
	}	

	/*	制作对象的阴影效果IE5.5+*/
	.dropshadow2
	{
		filter:progid:DXImageTransform.Microsoft.DropShadow(color=#FF404040,offX=3,offY=3,positives=true)
	}	

	/*各种颜色样式 可自行扩展*/
	.blue{color:#406EC2; font-size: 9pt; text-decoration:underline; }
	.white{color:#ffffff; font-size: 9pt; text-decoration:none; }
	.red {color:#DA211F;}
	.yellow {text-decoration:none;color:#FFB900; }
	.green {text-decoration:underline;color:#038C54; }
	.coffee {color:#A70404;font-size: 9pt; text-decoration:none; }
	.purple {color:#70017A;font-size: 9pt; text-decoration:none; }

/* 自定义样式结束 */


/*超链接样式开始 可自行扩展*/
	a.white { text-decoration: none; color:#ffffff;FONT-FAMILY: 宋体,verdana;}
	a.white:hover { color:#ffffff;text-decoration:underline;FONT-FAMILY: 宋体,verdana;}
	a.bwhite { text-decoration: none; color:#ffffff; font-weight:bold;FONT-FAMILY: 宋体,verdana;}
	a.bwhite:hover { color:#ffffff;text-decoration:none; font-weight:bold;FONT-FAMILY: 宋体,verdana;}
	a.b{font-weight:bold;}
	a.b:hover{font-weight:bold; color:#ff0000;FONT-FAMILY: 宋体,verdana;}

	a.bt_more { text-decoration: underline; color:#3D3D3D;FONT-FAMILY: 宋体,verdana;}
	a.bt_more:hover {text-decoration: underline; color:#3D3D3D;FONT-FAMILY: 宋体,verdana;}

	a {text-decoration:none; color:#3D3D3D;FONT-FAMILY: 宋体,verdana;}
	a:hover{color:#ff0000;text-decoration:none;FONT-FAMILY: 宋体,verdana;}
	a.topcc {text-decoration:none; color:#90752e;FONT-FAMILY: 宋体,verdana;}
	a.topcc:hover{color:#ff0000;text-decoration:none;FONT-FAMILY: 宋体,verdana;}
	a.cc{text-decoration:none; color:#823C09;FONT-FAMILY: 宋体,verdana;}
	a.cc:hover{color:#ff0000;text-decoration:none;FONT-FAMILY: 宋体,verdana;}
	a.cc:visited{color:#823C09;text-decoration:none;FONT-FAMILY: 宋体,verdana;}
/*超链接样式结束*/

    .borderline{border:1px solid #DFE1E0;}
	.rbc{color:#4E4E4E; font-weight:bold; line-height:22px;FONT-FAMILY: 宋体,verdana;}
	.morec{line-height:22px; color:#555555;FONT-FAMILY: 宋体,verdana;FONT-FAMILY: 宋体,verdana;}
	.bgbj{ background-image:url(tmzw_pic4_03.gif); background-repeat:repeat-x; background-position:bottom;}
	.bottomtext{color:#987D48;}
    .bcoltitle{font-weight:bold; color:#733504;}
    .bcoltitle1{font-weight:bold; color:#813D0C;}
    



/*新样式*/
*{
	box-sizing: border-box;
	font-size: 12px;
	color: #333;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
input{
	padding: 0;
	margin: 0;
	border: 0;
}
#box{
	width: 1002px;
	margin: 0 auto;
	background-color: #fff;
}
.clearfix{
	clear: both;
}
.content_box{
	width: 1002px;
	background-color: #fff;
	margin: 0 auto;
}
.banner_box{
	width: 950px;
	height: 137px;
	margin: 0 auto;
}
.position_box{
	width: 950px;
	height: 26px;
	margin: 0 auto;
	border: 1px solid #dddddd;
	background: url(position_bg.png) repeat-x;
	margin-top: 7px;
}
.position_left{
	width: 80px;
	height: 100%;
	line-height: 24px;
	margin-left: 17px;
	padding-left: 18px;
	background: url(position.png) left center no-repeat;
	float: left;
}
.position_right{
	float: right;
}
.content_all{
	width: 950px;
	margin: 0 auto;
	margin-top: 10px;
}
.content_left{
	width: 230px;
	float: left;
}
.content_right{
	width: 700px;
	float: right;
}
.handle_theme{
	width: 100%;
	height: 60px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.problem_box{
	width: 230px;
}
.problem_head{
	width: 100%;
	height: 30px;
	border: 1px solid #ddd;
	background:url(333.png) repeat-x;
	font-weight: bold;
}
.problem_headtxt{
	line-height: 28px;
	padding-left: 20px;
	background: url(problem.png) no-repeat left center;
	margin-left: 15px;
}
.problem_body{
	width: 100%;
	height: 235px;
	border:1px solid #ddd;
	border-top: none;
	padding: 4px 5px;
}
.pbody_left{
	width: 100%;
	height: 100%;
	float: left;
}
.pbody_right{
	width: 33.3%;
	float:right;
}
.pbody_left{
	border-right:1px solid #fff;
	margin-right:-1px;
}
.pbody_left li{
	width:72px;
	height:15px;
	line-height:15px;
	float:left;
	text-align:center;
	border-right:1px solid #A4A4A4;
	margin-top:10px;
}
.care_box{
	width: 230px;
	margin-top: 10px;
}
.care_head{
	width: 100%;
	height: 30px;
	border: 1px solid #ddd;
	background:url(333.png) repeat-x;
	font-weight: bold;
}
.care_headtxt{
	line-height: 28px;
	padding-left: 20px;
	background: url(care_icon.png) no-repeat left center;
	margin-left: 15px;
}
.care_body{
	width: 100%;
	height: 90px;
	border:1px solid #ddd;
	border-top: none;
	padding: 3px 0px 3px 0px;
}
.care_body li{
	width: 65px;
	float: left;
	padding-left: 13px;
	margin-top: 12px;
	background: url(dian.png) no-repeat left center;
	margin-left: 11px;
}
.search_box{
	width: 230px;
	height: 30px;
	float: left;
}
#search_input{
	width: 200px;
	height: 100%;
	border: 1px solid #ddd;
	border-right: none;
	padding-left: 10px;
	float: left;;
}
#search_btn{
	width: 30px;
	height: 100%;
	float: left;
	background: url(search.png) no-repeat;
	cursor: pointer;
}
.app_img{
	width: 240px;
	height: 30px;
	border: 1px solid #ddd;
	float: left;
	margin-left: 20px;
}
.window_box{
	margin-top: 10px;
}
.window_head{
	width: 100%;
	height: 31px;
	border: 1px solid #ddd;
	line-height: 29px;
	padding-left: 42px;
	background: url(window_icon.png) 20px center no-repeat;
	font-weight: bold;
}
.window_body{
	width: 100%;
	height: 210px;
	border: 1px solid #ddd;
	border-top: none;
}
.window_list{
	padding: 15px;
	height: 108px;
	overflow: hidden;
}
.window_list li{
	width: 110px;
	float: left;
	text-align: center;
}
.window_list li div{
	margin-top: 10px;
	color: #333;
}
.addition_title{
	width: 100%;
	height: 14px;
	padding-left: 45px;
	background: url(border.png) left center no-repeat;
	font-weight: bold;;
}
.addition_body{
	padding: 15px;
}
.addition_body li{
	width: 110px;
	text-align: center;
	float: left;
}
.addition_body li div{
	margin-top: 10px;
}

.service_box{
	margin-top: 10px;
}
.service_head{
	width: 100%;
	height: 31px;
	border: 1px solid #ddd;
	line-height: 29px;
	padding-left: 42px;
	background: url(service_icon.png) 20px center no-repeat;
	font-weight: bold;
}
.service_body{
	width: 100%;
	height: 110px;
	border: 1px solid #ddd;
	border-top: none;
}
.service_list{
	padding: 15px;
	height: 108px;
	overflow: hidden;
}
.service_list li{
	width: 110px;
	float: left;
	text-align: center;
}
.service_list li div{
	margin-top: 10px;
	color: #333;
}

.sun_box{
	margin-top: 10px;
}
.sun_head{
	width: 100%;
	height: 31px;
	border: 1px solid #ddd;
	line-height: 29px;
	padding-left: 42px;
	background: url(sun_icon.png) 20px center no-repeat;
	font-weight: bold;
}
.sun_body{
	width: 100%;
	height: 132px;
	border: 1px solid #ddd;
	border-top: none;
}
.sun_list{
	padding: 15px;
	height: 108px;
	overflow: hidden;
}
.sun_list li{
	width: 110px;
	float: left;
	text-align: center;
}
.sun_list li div{
	margin-top: 10px;
	color: #333;
}
.window_list li .addcss{
	width: 100%;
	height: 50px;
	margin: 0;
}
.addition_body li .addcss2{
	width: 100%;
	height: 40px;
	margin: 0;
}
.service_list li .addcss{
	width: 100%;
	height: 50px;
	margin: 0;
}
.sun_list li .addcss{
	width: 100%;
	height: 50px;
	margin: 0;
}
