/*网页全局样式开始*/
	body
	{
		/*body基本样式开始*/

			background-color:#f8f4e9;
			font-size: 10.5pt; color:#000000; font-family:宋体;
		/*body基本样式结束*/

		/*body扩展样式开始*/
			
			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扩展样式结束*/
	}

	tr {font-size:9pt;}
	td { font-size: 9pt; line-height:20px; font-family:宋体;}
/*网页全局样式结束*/


/*版通基本样式开始*/
	/*文章标题样式*/
	.title{font-size:16pt;color:#000000;font-weight:bold}

	/*首页、频道页栏目默认标题列表样式 小字体*/
	.bt_link{font-size: 9pt; text-decoration:none; color:#000000 ;line-height:20px;}

	/*底层栏目页标题列表及文章正文样式 大字体*/
	.bt_content{font-size: 10.5pt; text-decoration:none; color:#000000 ;line-height:26px; }
	.bt_content1{font-size: 10.5pt; text-decoration:none;line-height:26px; }

	/*时间显示样式*/
	.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:#000000}
	
/*版通基本样式结束*/

/*首页边框样式扩展开始*/
   .whbm1{ BORDER-RIGHT: #CFCFCF 1px solid; BORDER-top: #C6C6C6 1px solid; BORDER-LEFT: #CFCFCF 1px solid; BORDER-BOTTOM: #CFCFCF 1px solid;}
   .bl1{ BORDER-RIGHT: #FFA27B 1px solid; BORDER-LEFT: #FFA27B 1px solid; BORDER-BOTTOM: #FFA27B 1px solid;}
   .br1{ BORDER-RIGHT: #EECF8C 1px solid; BORDER-LEFT: #EECF8C 1px solid; BORDER-BOTTOM: #EECF8C 1px solid;}
   .bm2{ BORDER-RIGHT: #C6C6C6 1px solid; BORDER-top: #C6C6C6 1px solid; BORDER-BOTTOM: #C6C6C6 1px solid;}
   .bm3{ BORDER-RIGHT: #FFDDCF 1px solid; BORDER-top: #FFDDCF 1px solid; BORDER-BOTTOM: #FFDDCF 1px solid;}
   .bm4{ BORDER-RIGHT: #FFC7B0 1px solid; BORDER-LEFT: #FFC7B0 1px solid; BORDER-BOTTOM: #FFC7B0 1px solid;}
   .bk{ BORDER: #C6C6C6 1px solid; background-color:#DDDDDD;}
   .bk_font{ font-weight:normal; line-height:15px; font-weight:bold; color:#000000;}
/*首页边框样式扩展结束*/

/*文字阴影开始*/
.filter_count {FILTER: DropShadow(Color=#ffffff, OffX=1, OffY=1);COLOR: #000000;}
.filter_time {FILTER: DropShadow(Color=#FFC8B2, OffX=1, OffY=1);COLOR: #000000;}
/*文字阴影结束*/


/* 自定义样式开始 */
	/* 四周为1象素的边框*/
	.border1{  BORDER-RIGHT: #FFA27B 1px solid; BORDER-LEFT: #FFA27B 1px solid; BORDER-BOTTOM: #FFA27B 1px solid; }

	/*表格背景图片不动*/
	.bgimg{background-image:url("https://www.libertyshoppe.com/css/lxyz/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:#0b65b3;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
	font-family: "宋体";
}
	.white{
	color:#ffffff;
	font-size: 14px;
	text-decoration:none;
	font-family: "宋体";
	font-weight: bold;
}
	.red {text-decoration:underline;color:#C70506; }
	.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; }

	.input {BORDER-RIGHT: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid;BORDER-TOP: #000000 1px solid;background-color:#ffffff }

/* 自定义样式结束 */

/*超链接样式开始 可自行扩展*/
	a.white { text-decoration: none; color:#ffffff;}
	a.white:hover { color:#ffffff;text-decoration:none;}

	a.black { text-decoration: none; color:#000000;}
	a.black:hover { color:#000000;text-decoration:none;}

	a.dred { text-decoration: none; color:#FFEBE0;}
	a.dred:hover { color:#FFEBE0;text-decoration:none;}

	a.bt_more { text-decoration: underline; color:#000000;}
	a.bt_more:hover { text-decoration: underline; color:#000000;}

	a { text-decoration: none; color:#000000;}
	a:hover { color:#ff0000;text-decoration:none;}
/*超链接样式结束*/



/*flexslider start*/
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus  {outline: none;}
.slides,.flex-control-nav,.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} 
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

.flexslider {background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

.flex-direction-nav {*height: 0;}
.flex-direction-nav a { text-decoration:none; display: block; width: 28px; height: 48px;position: absolute; margin-top: -20px; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  background:url("https://www.libertyshoppe.com/css/images/arr.png") no-repeat; text-indent:-999em; }
.flex-direction-nav .flex-prev { left: -30px; background-position:0 0; }
.flex-direction-nav .flex-next { right: -30px; background-position:-132px 0;}
.flexslider:hover .flex-prev { opacity: 0.7; left: 20px;}
.flexslider:hover .flex-next { opacity: 0.7; right:20px;}
.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); }

.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd;}
.flex-pauseplay a:before { font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center; z-index: 1000;}
.flex-control-nav li {margin: 0 8px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 12px; height: 12px; display: block; background: #fff;cursor: pointer; text-indent: -9999px; }
.flex-control-paging li a:hover { background: #000; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; }
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; }
/*flexslider end*/









/*图片轮播*/
.Banner{ width:585px; height:300px;}/*整个js在宽高*/
.Banner .flexslider{ width:585px; height:300px; overflow: hidden;}/*整个js在宽高*/
.Banner .flexslider .slides{ width:585px; height:300px; overflow:hidden;}/*整个js在宽高*/
.Banner .flex-control-nav {width: 100%; position: absolute; bottom: 25px; text-align: center; z-index: 1000;}
.Banner .flexslider img{ display: block; width:585px; height:300px;}/*图片的宽高*/
.Banner .flexslider .til_slides{width:100%; height: 20px;display:block;line-height:20px; color:#000;  position: absolute;bottom:0px; left:0;  background: #cccccc;/*文字说明的背景色*/ text-align: center;}
.Banner .flex-control-nav{ bottom:36px; height:20px; text-align: right; position:absolute; left:450px; bottom:17px;}
.Banner .flex-control-paging li{ float:left;  margin:0 1px 0 0; border-bottom:0; background:none; padding-left:0px;}
.Banner .flex-control-paging li a{ width:26px; height:16px; display:block; line-height:16px; background:#080809;/*1、2、3、4、5的背景色*/ color:#fff; text-align:center; text-indent:0px;font-size:12px;}
.Banner .flex-control-paging li a:hover,.Banner .flex-control-paging li a.flex-active{ width:26px; height:16px; text-decoration:none; background:#ce0609; /*1、2、3、4、5鼠标点击的背景色*/}

/*将flash改成Js结束*/

