/*网页全局样式开始*/
	html{
		/*页面变灰*/
		/*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
	}

	body
	{
		/*body基本样式开始*/
			background-color:#FFFFFF;	/*背景颜色*/
			font-size:9pt;	/*字体大小*/
			color:#3D3D3D;	/*字体颜色*/
			FONT-FAMILY:宋体;	/*字体*/
			text-align:left;	/*水平居左*/
			margin-top: 0px;	/*页面上边距*/
			margin-bottom: 0px;	/*页面下边距*/
			margin-left: 0px;	/*页面左边距*/
			margin-right: 0px;	/*页面右边距*/
		/*body基本样式结束*/

		/*body扩展样式开始*/
			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扩展样式结束*/
	}
	.mainbox{
    overflow:hidden;
    position:relative;
}
.flashbox{
   overflow:hidden;
    position:relative;
}
.imagebox{
    text-align:right;position:relative;z-index:999;
}

.bitdiv{display:inline-block;width:6px;height:6px;margin:20px 10px 10px 0px;cursor:pointer;float:right;}
.defimg{background-image:url(02.png); background-repeat:no-repeat}
.curimg{background-image:url(01.png); background-repeat:no-repeat;}
.syywly{float:left; clear:left; padding-left:15px; padding-top:5px;display:block;}
.syywlx{float:left; clear:left; padding-left:15px; padding-top:5px;display:none;}

	page
	{
		width:auto;!important;
		max-width:1002px;!important;margin:0 auto; height:auto;!important;
		width:1002px;
	}

	/*页面容器初始化开始,*/
	tr,td {font-size:9pt;color:#3D3D3D; FONT-FAMILY:宋体; line-height:180%;}
	/*页面容器初始化结束*/

/*网页全局样式结束*/

/*版通基本样式开始*/
	/*文章标题样式*/
	.title{font-size:16pt; FONT-FAMILY:宋体; color:#3D3D3D; font-weight:bold; line-height:150%;}

	/*首页、频道页栏目默认标题列表样式 小字体*/
	.bt_link{font-size:9pt; FONT-FAMILY:宋体; text-decoration:none; color:#3D3D3D;}

	/*底层栏目页标题列表及文章正文样式 大字体*/
	.bt_content{font-size:10.5pt; FONT-FAMILY:宋体; text-decoration:none; color:#3D3D3D; line-height:180%;}

	/*时间显示样式*/
	.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:underline; color:#3D3D3D}

	.bt_unline  {border-bottom:#999999 dashed 1px;}
/*版通基本样式结束*/

/*超链接样式开始 可自行扩展*/
	a.white {FONT-FAMILY:宋体; font-size:14px; font-weight:bold; text-decoration: none; color:#ffffff;}
	a.white:hover {FONT-FAMILY:宋体; font-size:14px; font-weight:bold; text-decoration:none; color:#ff0000;}
	
	a.blue {FONT-FAMILY:宋体; font-size:12px; text-decoration: none; color:#216ba8;}
	a.blue:hover {FONT-FAMILY:宋体; font-size:12px; text-decoration:none; color:#ff0000;}

	a.bt_more {FONT-FAMILY:宋体; text-decoration: underline; color:#3D3D3D;}
	a.bt_more:hover {FONT-FAMILY:宋体; text-decoration: underline; color:#FF0000;}

	/*整个网页超链接样式开始*/
	a {FONT-FAMILY:宋体; text-decoration:none; color:#3D3D3D;}
	a:hover {FONT-FAMILY:宋体; text-decoration:none; color:#247fcb;}
/*超链接样式结束*/

/* 自定义样式开始 */
	/*各种颜色样式 可自行扩展*/
	.blue{color:#406EC2; font-size: 9pt; text-decoration:underline; }
	.white{FONT-FAMILY:宋体; font-size:14px; font-weight:bold; text-decoration: none; color:#ffffff;}
	.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; }
	.black{color: #4f4f4f; font-size: 10.5pt; font-weight:bold;}
	.biankuang{border:#e2dede 1px solid;}
	/* 四周为1象素的边框*/
	.border1 
	{  
		BORDER-RIGHT: #3D3D3D 1px solid; BORDER-LEFT: #3D3D3D 1px solid; BORDER-BOTTOM: #3D3D3D 1px solid;BORDER-TOP: #3D3D3D 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=#3D3D3D, 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)
	}
.nav-center li a
	/* 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)
	}
	
/* 自定义样式结束 */

#menu{width:80%; height:35px;  padding:0px;margin:0 auto; clear:both;}
/*下拉菜单开始*/
#nav{width:748px; height:35px; float:left; padding:0px;margin:0px; clear:left; background:url(/content/land/images/zjsy_14.jpg) left no-repeat; position:relative; z-index:10000;}
.nav-center{ list-style:none;background:url(/content/land/images/zjsy_15.jpg) repeat-x;width:100%; float:left; height:35px; line-height:35px; margin:0 auto;}
.nav-center li{height:35px;/* width:110px*/width:11%; overflow:visible; float:left; text-align:center; font-weight:bold;}
.nav-center li a { color:#FFF; width:100%; font-size:18px; float:left; display:block; position:absolute; text-decoration:none; top:0; left:0; z-index:1000;}
.nav-center li span{ background:url(/content/land/images/current-menu-blue.png); display:block; position:absolute;width:100%; top:0; left:0; z-index:0; opacity: 0;
filter:alpha(opacity=0);}
#home a{ background:none;  width:100%;}
.nav-center li{ position:relative;}
.product-select{ float:left; position:absolute; width:100%; height:190px; top:35px; left:0px; z-index:10000; display:none;}
.product-hover{	display:none;}
.supports-select{ float:left;  position:absolute; width:250px; height:190px; top:35px; left:0px; z-index:10000; display:none;}
.supports-hover{ display:none;}
.yewuly-select{ float:left;  position:absolute; width:250px; height:190px; top:35px; left:0px; z-index:10000; display:none;}
.yewuly-hover{ display:none;}
.xinwenzx-select{ float:left;  position:absolute; width:250px; height:190px; top:35px; left:0px; z-index:10000; display:none;}
.xinwenzx-hover{ display:none;}
.companys-select{ float:left; position:absolute; width:250px; height:190px; top:35px; left:0px; z-index:10000; display:none;}
.companys-hover{ display:none;}
.jobs-select{ float:left; position:absolute; width:250px; height:190px; top:35px; left:0px; z-index:10000; display:none;}
.jobs-hover{display:none;}
.message-select{ float:left; position:absolute; width:250px; height:190px; top:35px; left:0px; z-index:10000; display:none;}
.message-hover{display:none;}

.paper-select{ float:left; position:absolute; width:250px; height:190px; top:35px; left:0px; z-index:10000; display:none;}
.paper-hover{display:none;}
#sub-paper{ position:absolute; top:0px; left:1px; padding:0px 0 0 0; display:none; width:107px;}
#sub-paper-top{ line-height:1px; height:1px; _overflow:hidden;}

#sub-prod{ position:absolute; top:0px; left:1px; padding:0px 0 0 0; display:none; width:100%;  }
#sub-prod-top{ line-height:1px; height:1px; _overflow:hidden;}
#sub-supp{ position:absolute; top:0px; left:1px; padding:0px 0 0 0; display:none; width:100%;}
#sub-supp-top{ line-height:1px; height:1px; _overflow:hidden;}
#sub-yewu{ position:absolute; top:0px; left:1px; padding:0px 0 0 0; display:none; width:100%;}
#sub-yewu-top{ line-height:1px; height:1px; _overflow:hidden;}
#sub-xinwen{ position:absolute; top:0px; left:1px; padding:0px 0 0 0; display:none; width:100%;}
#sub-xinwen-top{ line-height:1px; height:1px; _overflow:hidden;}
#sub-comp{ position:absolute; top:0px; left:1px; padding:0px 0 0 0; display:none; width:100%;}
#sub-comp-top{ line-height:1px; height:1px; _overflow:hidden;}
#sub-job{ position:absolute; top:0px; left:1px; padding:0px 0 0 0; display:none; width:100%;}
#sub-job-top{ line-height:1px; height:1px; _overflow:hidden;}
#sub-mess{ position:absolute; top:0px; left:1px; padding:0px 0 0 0; display:none; width:100%;}
#sub-mess-top{ line-height:1px; height:1px; _overflow:hidden;}
.nav-center li ul{ }
.nav-center li a:hover{color:yellow; }
.nav-imagebg a{ background:url(/content/land/images/nav-bottom3.png) no-repeat 0 bottom; width:107px;}
.nav-center li ul{ width:100%;list-style:none}
.nav-center li ul li{ background:url(/content/land/images/nav-bottom3.png) no-repeat 0 bottom; height:30px; line-height:30px; clear:both; float:left; width:100%; margin:0px; font-weight:100;}
.nav-center li ul li a{ font-size:14px; text-align:left; margin:0px; height:30px; line-height:30px; width:135px; text-indent:15px; background:none;
float:left; color:#5855D0; font-weight:bold; font-family:微软雅黑 }
.nav-center li ul li a:hover{height:30px; line-height:30px; width:135px; margin:-1px 0 0 0; color:red;}
/*下拉结束*/

.bb {font-size: 14px;font-weight: bolder;text-decoration: none;color: #247fcb;}
a.more {FONT-FAMILY: 宋体;text-decoration: none;color: #bfbfbf;}
a.more:hover {FONT-FAMILY: 宋体;text-decoration: none;color: #247fcb;}
.onFocus {color: #247fcb;cursor: hand;}
.notOnFocus {cursor: hand;}
.on {color: #247fcb;cursor: hand;}
.not {cursor: hand;}
.on1 {color: #247fcb;cursor: hand;}
.off1 {cursor: hand;}
.li1 {background-image: url(../images/bottom_onbj.jpg);text-align: bottom;font-size: 14px;font-weight: bold;color: #FFFFFF;
	cursor: hand;padding-top: 3px;}
.li2 {text-align: bottom;cursor: hand;font-size: 14px;font-weight: bold;color: #999999;padding-top: 3px;}
/* common styling */
.menu {
	font-family: arial, sans-serif;width: 80px;height: 190px;position: relative;margin: 0;font-size: 12px;margin-top: 11px;}
.menu ul li a,.menu ul li a:visited {display: block;text-decoration: none;color: #000;width: 80px;
	height: 23px;text-align: center;color: black;border: 1px solid #e1e1e1;line-height: 23px;font-size: 12px;overflow: hidden;}
.menu ul {	padding: 0;margin: 0;list-style-type: none;}
.menu ul li {float: left;margin-right: 1px;position: relative;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color: #fff;background: #36f;}
.menu ul li:hover ul {display: block;position: absolute;top: 0;left: 80px;width: 80px;}
.menu ul li:hover ul li a.hide {background: #6a3;color: #fff;}
.menu ul li:hover ul li:hover a.hide {background: #6fc;color: #000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display: block;background: #eee;color: #000;}
.menu ul li:hover ul li a:hover {background: #6fc;color: #000;}
.menu ul li:hover ul li:hover ul {display: block;position: absolute;left: 80px;top: 0;}
.img-list {position: relative;width: 179px;height: 150px;overflow: hidden;}
.img-scroll {position: relative;width: 230px;height: 150px;}