@back_body:none;/*大背景*/
@back_header:url('../images/bj.jpg') repeat-x;/*头部背景*/
@back_nav:none;/*导航背景*/
@back_nav_li:none;/*导航隔离条*/
@back_nav_li_ah:url('../images/bj2.jpg') no-repeat;/*鼠标移上去背景*/
@back_h_ba:none;/*滚动背景*/
@back_s_li:url('../images/x_bg.png') no-repeat;/*左侧栏li背景*/
@back_footer:#232323;/*底部背景*/
@back_wrap:none;/*网站主体背景*/
@qt1:url('../images/qt1_bg.gif') no-repeat;/*其他图片1号*/
@qt2:#444444;/*其他图片2号*/
@qt3:url('../images/qt3_bg.png');/*其他图片3号*/
@qt4:url('../images/qt4_bg.png');/*其他图片4号*/
/*全局---头部----主体（主页）----底部---侧边---内页--*/
@b_w:1200px; /*网站宽度*/
/*--------------------------------------------------------全局开始---------------------------------------------------*/
body{ background:@back_body;font-family:"微软雅黑";p{font-family: 'Arial,Microsoft YaHei';}}
li{list-style: none;}
.bk(@a:#000,@b:1px,@c:1px,@d:solid){border:@b @d @a;border-radius:@c;} /*边框*/
.img_max(@a:auto,@b:auto){max-width:@a;max-height:@b;} /*最大最小*/
.jz_h(@a:20px){line-height:@a;height:@a;}/*单行字体居中(默认20px)*/
.left{float:left;}
.main2{margin:0 auto;width:@b_w; margin-top:15px; }
.main3{margin:0 auto;width:@b_w;}
.main{margin:0 auto;width:@b_w;}
.off{display:none;} /*隐藏*/
.right{float:right;}
.trs(@a:0.3s){-webkit-transition: @a;-moz-transition: @a;-ms-transition: @a;-o-transition: @a;transition: @a;}
.trf(@a:scale(1.1)){-webkit-transform: @a;-moz-transform: @a;-ms-transform: @a;-o-transform: @a;transform: @a;}
.item{.trs(0.8s);}
.slh(){text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*单行超出部分省略号显示*/
.title{font-family: 'Microsoft YaHei';} /*所有.title样式内容使用微软雅黑*/
.wrap{margin:0 auto;background:@back_wrap;}
/**侧边栏样式**/
/*侧边栏新闻*/
.s_xw(){
	ul{
		margin: 0 auto;
		width: 95%;
		li{.jz_h(30px);
			a{.slh;
				display:block;
				font-size:12px;
				font-weight: 100;
				padding-left:20px;
			}
		}
	}
}
/*侧边栏案例*/
.s_al(){
	a{
		display:block;
		margin:0 auto;
		width:100%;
		img{
			display:block;
			margin:0 auto;
			max-height:98%;
			max-width:98%;
		}
	}
}
/*侧边栏分类*/
.s_fl(){
	ul{
		margin: 0 auto;
		width: 95%;
		li{.jz_h(30px);
			a{
				display:block;
				font-size:12px;
				font-weight: 100;
				padding-left:20px;
			}
		}
		/*产品分类鼠标hover样式.lon*/
		.lon{
			a{
				font-weight: 600;
			}
		}
	}
}
/*侧边栏系我们*/
.s_lx(){
	margin:0 auto;
	padding:10px 0;
	width: 90%;
	p{
		font-size: 12px;
		margin: 5px 15px;
	}
}
/**产品样式**/
.cpzslb(@a:146px,@b:146px){
    ul{
		li{
			width:@a+10px;
			_float:left; 
			_margin: 0 9px;
			a{
				img{
					height:@b;
				}
			}
			div{
				h4{.slh;
					text-align: center;
					width: @a;
				}
			}
		}
	}
}
.cpzs { padding-top:15px; }
/*搜索*/
#Sousuo{.right;
	margin-top: -28px;
}
/********消除浮动<div class="clear2"></div>*********/
.clear2{background: none;border: 0;clear: both;display: block;float: none;font-size: 0;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;
	&:after {content: ".";display:block;height: 0;clear: both;visibility:hidden;} 
}
/*--------------------------------------------------------全局结束---------------------------------------------------*/
/********头部**********/
.top_back{background-color:#f98920;height:0px;position:absolute;top:0;width: 100%;}
@logo_h:132px; /*头部高度*/
@logo_m: 32px 0 0px 0px; /*logo距离距离*/
@height_nav:50px; /*导航条高度*/
@nav_li_w:133px; /*导航条宽度*/
@ba_w1:960px; /*滚动图片宽度*/
@ba_h1:350px; /*滚动图片高度*/
.header{
	background:@back_header;
	margin: 0 auto;
	.logo{height:@logo_h;
		img{vertical-align:middle;margin:@logo_m;}
	}
	.hea{.right;
		text-align: right;
		width:350px;
		.h_r{margin-top: 13px;
			a{margin-right:25px;}
		}
		.h_rb{margin-top: 10px;margin-right: 30px;}
	}
	.nav{
		background-position:0 0px;
		background:@back_nav;
		height:@height_nav;
		margin-bottom: 0px;
		/*导航鼠标hover样式.lon*/
		.lon{
			a{
				background-position:50% 0;
				font-weight: 600;
			}
		}
		#Index{}
		li{.left;
			background:@back_nav_li; 
			height: @height_nav;
			position:relative;
			text-align: center;
			width: @nav_li_w; 
			z-index: 1000;
			a{
				background:@back_nav_li_ah;
				background-position:50% -@height_nav;
				color:#fff;
				display:block;
				font-family: "Microsoft YaHei";
				font-size:14px; 
				height:@height_nav;
				line-height: @height_nav; 
				margin: 0px auto;
				text-decoration: none;
				transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-webkit-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				
			}
			&:hover{.lon;}
		}
		
		.dropdown{
			.dropdown-menu{
				min-width: 170px;
				padding:6px 0;
				width:170px;
				z-index: 10000;
				border:none;
				box-shadow:none;
				border-radius:0px;
				background:no-repeat;
				li{
					width: 170px;
					height:40px;
					line-height:40px;
					margin-bottom:10px;
					a{
						background: none;
						color:#fff;
						font-weight: 100;
						background:#FD7D00;
						line-height:40px;
						height:40px;
						padding: 0;
					}
					&:hover{
						>a{
							background:#444444;
							color:#fff;
							height:40px;
						}
					}
				}
			}
		}
		.nav-li{
			position: static;
			.nav-div{
				/*display: none;*/
				background: #f00;
				float: left;
				left: @nav_li_w;
				overflow: hidden;
				padding: 6px 0;
				position: absolute;
				top: 0px;
				width: 0px;
				transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-webkit-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
			}
			&:hover{
				.nav-div{
					width: 100px;
				}
				
			}
		}
	}
	#banner{
		background:@back_h_ba;
		margin:0px auto;
		max-width:@ba_w1;
		padding: 0px;
		height:@ba_h1;
		_width: @ba_w1;
		ul{
			li{
				a{.left;
					width:@ba_w1;height:@ba_h1;
				}
			}
		}
	}
}
#KinSlideshow {
	position:relative;
	ul{margin:0;padding:0;
		li{.left;margin:0;padding:0;
			a{.left;}
		}
	}
	/*大图导航圆点样式*/
	ol{position: absolute;bottom: 10px;width:100%;margin:0;left:0;text-align:center;
		li{cursor: pointer;display:inline-block;display:inline\9;width: 15px;height: 15px;border-radius:15px;font-size: 10px;padding: ~"0 3px\9"; opacity:0.8;background: #ccc;color: #ccc;margin: 0 1px;}
		.active{opacity:1;color: #000;background:#000;}
	}
}
/********主体**********/
.puarea{margin:0px 0 0 0;
	width: 730px;
	.title{.jz_h(37px);
		background: @qt2;
		font-size: 16px;
		font-weight: 100;
		padding: 0 0 1px 0;
		span{.left;
			color: #fff;
			margin-left:15px;
			i{
				font-size: 12px;
				font-style: normal;
			}
		}
		a{.right;
			color: #fff;
			display: block;
			font-size:12px;
			margin-right:20px;
		}
	}
	.adc{
		padding: 10px;
	}
}


/********底部**********/
.footer{
	background:@back_footer;
	margin:0;
	.footer2{
		margin:0 auto;
		padding:10px 0 0px 0;
		text-align:center;
		#Fnav{
			margin-bottom: 10px;
			ul{
				margin: 0 auto;
				width: 740px;
				li{.left;
					height: 30px;
					line-height: 30px;
					a{
						font-size: 12px;
						margin: 0 11px;
					}
				}
			}
		}
		span {
			font:12px/25px;
			margin:0 5px; 
		}
		.support{
			a{
				margin:0 5px 0 0;
			}
		}
	}
}
/********侧边栏**********/
@Si_w:210px; /*侧边栏宽度*/
#Sidebar{float: left;width: @Si_w;margin:0px 0 0 0px;
	.title{.jz_h(30px);
		background: #d9edf7;
		font-size: 14px;
		font-weight: 100;
		padding:1px;
		span{.left;
			margin-left:20px;
		}
		a{.right;
			margin-right:20px;
		}
	}
	.widget{.bk(#dadada,1px,0);
		margin-bottom:10px;
		-webkit-transition: 0.3s;
		transition:0.3s;
		&:hover{
			box-shadow:0px 5px 5px #ccc;
			background: #FFF;
		}
	}
	#S-xw{
		.adc{.s_xw;	
		}
	}

	#S-fl{
		.adc{.s_fl;	
		}
	}
	#S-al{
		.adc{.s_al;
		}
	}
	#S-lx{
		.adc{.s_lx;
		}
	}
	#S-nav{
		.adc{.s_fl;	
			
		}
	}


}


/********************************************************内页******************************************************************/
#Mleft{}
#Mright{float: right;margin:0 0px 0 auto;width:1200px;}

.well{background: #FCFCFC;}
.list(){
	ul{margin: 0 auto;
		li{
			background: url('../image/list_li.gif') no-repeat 5px 50%;
			border-bottom: 1px dotted #b98424;padding: 5px 20px;
			margin: 0 auto;
			width: 90%;
			a{
			}
			span{.right;
			}
		}
	}
}
/*详细页样式1*/
.info-1{
	.block-1{margin:15px 0px 0px 0px;
		.d-img{text-align:center;
				img{max-width:100%;max-height: 500px;}
		}
		.title{
			text-align:center;
			margin: 10px;
			background: none;
			color: #383737;
			height: auto;
		}
		.adc{
			padding:0px;
		}
	}
	
}
/********公司简历**********/
.article{
		margin-bottom: 20px;
		min-height: 20px;
		overflow:hidden;
		padding: 0px 0 10px 0;
	img{max-width:100%;}  /* 这里是调整内页大小图片的，产品定位容易出错 */
	.well{}
	.title{.jz_h(60px);
		/*background: @qt2;*/
		color:#000;
		margin:0px auto 0px;
		border-radius:8px;
		border:solid 2px #ccc;
		h4{.left;
			font-size:24px;
			line-height:56px;
			padding-left:20px;
			span{.off}
		}
		span{margin-right:20px;
			a{
				color:#000;
			}
		}
	}
	.com_con{ line-height: 25px; }
	.content{ margin:0px; 
		p { margin-bottom:0px; }
	}
}
.page{clear: both;margin-top: 10px;text-align: center;font-size: 12px;letter-spacing: 0px; font-family:"微软雅黑";
	#page_num{ width:50px; margin-top:6px; border-radius:0px; }
	a{ display:inline-block; height:16px; line-height:16px; border:1px solid #ccc; padding:5px;color:#000; border-radius:0px; background:#fff; margin-right:4px;
		transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-webkit-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
		&:hover{.jz_h;
			background:#f4f4f4;border:none; padding:5px 25px;color:#000; text-decoration:none; border:1px solid #ccc; height:16px; line-height:16px;
		}
	}
}
.btn1 { border:solid 1px #ccc; padding:5px; }
.btn2 { border:solid 1px #ccc; background:#f4f4f4; padding:5px 25px; margin-right:4px; height:18px; }
#page_num1 { width:50px; height:29px; line-height:18px; margin-top:4px; border:solid 1px #ccc; border-radius:0px; }
.pn{
	font-size: 14px;
	height: 19px;
	margin:25px; 
	padding:8px 14px;
	position: relative;
	.pn-left{.left;
		width: 48%;
		b{.left;
			margin-top: 2px;
		}
	}
	.pn-right{
		width: 48%;
		float: right;
		text-align: right;
		b{.right;
			margin-top: 2px;
		}
	}
	a{
		display: block;
		text-decoration: none;
		color:#383737;
		&:hover{
			color:#f00;
		}
		b{}
		span{bottom: 1px;margin: 0 10px; font-family: "Microsoft YaHei";.slh;display: block;}
	}
	
}
/********留言页面**********/
.order{margin:40px 0 120px 46px;line-height:40px;
	img{vertical-align:-5px;cursor:pointer;}
}
/********新闻中心**********/
.right_main{.list;
	a { color:#000; text-decoration:none; font-family:"微软雅黑"; 
		&:hover { color:#ff0000; }
	}
}
.table{
	margin: 10px auto;
	width: 98%;
	tr{
		td{
			&:hover{}
		}
	}
}
.con { padding-bottom:25px; border-top:dashed 1px #ccc; padding-top:25px; }
/*带图片样式*/
.news-img{
	 ul{
	 	margin: 0;
		li{
			_width: 100px;
			_float:left; 
			_margin: 0 9px;
			.thumbnail{
				img{
					_float:left;
				}
				transition: all .3s;
				-moz-transition: all .3s;
				-webkit-transition: all .3s;
				-o-transition: all .3s;
				.caption{
					_float: left;
					h3{.slh;
						text-align: left;
						margin-bottom: 10px;
					}
				}
			}
			&:hover{
				.thumbnail{
					margin-left: 20px;

					-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
					-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
					box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
				}
			}
			
		}
	}
}


/********人才招聘**********/
.jobs{.list;
	a { color:#000; text-decoration:none; font-family:"微软雅黑"; 
		&:hover { color:#ff0000; }
	}
}
#Jobs-table{
	width: 95%;
	margin: 0 auto;
	thead{
		tr{
			th{

			}
		}
	}
	tbody{
		tr{
			&:hover{
				td{
					background:transparent;
				}
			}
			td{
				&:hover{
					background:transparent;
				}
			}
		}
	}
}
.jobs{
	margin:0px;
}
/********产品展示**********/

/********购物车go**********/
#Gwc{
	position: fixed;
	right: 6px;
	width: 200px;
	bottom: 5px;
	border: 1px solid #D6D3D3;
	border-radius: 3px;
	h3{
		padding-left: 10px;
		background: #CA0811;
		a{
			color:#FFFFFF;
			&:hover{
				color:#000;
			}
		}
	}
	.d-1{
		li{.slh;

		}
		a{

		}
	}
}
#Order-form{
	ul{
		li{
			display: inline-block;display: ~"inline\9";margin: 0 10px;
			.btn{
				padding: 0 5px;
			}
		}
	}
}
/********购物车end**********/
/********用户管理**********/
.vip-user{
	background: url('../image/login_bg_2.jpg');
}
#allmap .BMap_shadow img{
	height: auto;
}

.picturea{ float:left; width:276px; height:326px; overflow:hidden;  padding:0px; padding-left:19px;  _width:276px;}
.picture1a a {   
	width:274px;
	height:274px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	overflow:hidden;
	display:table-cell; 
	/* position:relative;  */
	*display: block;
  }

.picture2a {width:276px; height:40px; text-align:center; line-height:40px; }
.picture2a a { color:#000; text-decoration: none; font-family: '微软雅黑'; }
.picture2a a:hover { color:#ff0000; }
.picture1a img{ vertical-align:middle; border:0;}

.box { width:274px; height: 274px; }
.border_animation { border: 1px solid #eee; width:274px; height:274px; float: left; margin-right: 10px; position: relative; }
.border_animation .border_top { position: absolute; height: 1px; width: 0; font-size: 0; background: #666666; top: 0; left: 0; transition: all 0.5s ease-out; }
.border_animation .border_right { position: absolute; height: 0px; width: 1px; font-size: 0; background: #666666; bottom: 0; right: 0; transition: all 0.5s ease-out; }
.border_animation .border_bottom { position: absolute; height: 1px; width: 0px; font-size: 0; background: #666666; right: 0; bottom: 0; transition: all 0.5s ease-out; }
.border_animation .border_left { position: absolute; height: 0px; width: 1px; font-size: 0; background: #666666; left: 0; top: 0; transition: all 0.5s ease-out; }
.eva-switchable-panels img { display: block; }
.box .hover .border_top,.box .hover .border_bottom { width:274px; }
.box .hover .border_left,.box .hover .border_right { height:274px; }

.pictureb { float:left; width:180px; height:202px; overflow:hidden;  padding:0px; _width:180px;}
.picture1b a {   
	width:160px;
	height:160px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	overflow:hidden;
	display:table-cell; 
	/* position:relative;  */
	*display: block;
	border:solid 1px #ccc;
  }

.picture2b {width:162px; height:40px; text-align:center; line-height:40px; }
.picture2b a { color:#000; text-decoration: none; font-family: '微软雅黑'; }
.picture2b a:hover { color:#ff0000; }
.picture1b img{ vertical-align:middle; border:0;}

.picturec { float:left; width:280px; height:300px; overflow:hidden;  padding:0px; _width:280px; margin-left:10px;}
.picture1c a {   
	width:278px;
	height:278px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	overflow:hidden;
	display:table-cell; 
	/* position:relative;  */
	*display: block;
	border:solid 1px #ccc;
  }

.picture1c img { vertical-align:middle; border:0;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	&:hover {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
	}
}

.pictured { float:left; width:280px; height:290px; overflow:hidden;  padding:0px; _width:280px; background:url('../images/bj25.jpg') no-repeat bottom left; }
.picture1d a {   
	width:255px;
	height:255px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	overflow:hidden;
	display:table-cell; 
	/* position:relative;  */
	*display: block;
  }

.picture1d img { vertical-align:middle; border:0; width:255px; height:255px; }

.picturee { float:left; width:240px; height:236px; overflow:hidden;  padding:0px; _width:240px; }
.picture1e a {   
	width:213px;
	height:213px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	overflow:hidden;
	display:table-cell; 
	/* position:relative;  */
	*display: block;
  }

.picture1e img { vertical-align:middle; border:0; width:213px; height:213px; }

.picturef { float:left; width:270px; height:268px; overflow:hidden;  padding:0px; _width:270px; }
.picture1f a {   
	width:244px;
	height:244px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	overflow:hidden;
	display:table-cell; 
	/* position:relative;  */
	*display: block;
  }

.picture1f img { vertical-align:middle; border:0; width:244px; height:244px; }


/*------头部 header--------*/
.tou {
	margin:0 auto;
	width:1200px;
	height:172px;
	/* 头部样式  */
}
.tou-s {
	float:left;
	width:1200px;
	height:34px;
	/* 头部-上样式  */
}
.tou-sz {
	float:left;
	width:700px;
	height:34px;
	line-height:34px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#A9A9A9;
	/* 头部-上-左样式  */
}
.tou-sy {
	float:left;
	width:500px;
	height:34px;
	text-align:right;
	line-height:34px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#A9A9A9;
	/* 头部-上-右样式  */
}
.tou-sy a { 
	color:#A9A9A9;
	text-decoration:none;
	/* 头部-上-右样式（链接样式修改）  */
}
.tou-sy a:hover { 
	color:#ff0000;
	/* 头部-上-右样式（链接样式修改）  */
}
.tou-x {
	float:left;
	width:1200px;
	height:138px;
	background:url('../images/bj1.jpg') no-repeat;
	/* 头部-下样式（LOGO+电话效果）  */
}
.tou-k {
	height:auto;
	/* 头部-大图框架样式  */
}
#full-screen-slider { width:100%; height:auto; float:left; position:relative; z-index:10;}
#slides { display:block; width:100%; height:auto; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0;}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; bottom:20px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE; }
.tou-k1 {
	height:300px;
	background:url('../images/img12.jpg') no-repeat center;
}


.s1 { margin:0 auto; width:1200px; height:135px; text-align:center; line-height:44px; padding-top:40px; font-size:24px; color:#989697; font-family:'Century Gothic'; }
.s1-t { color:#444; font-size:32px; font-weight:bold; }
.s1-t1 { color:#FD7D00; font-size:42px; }
.s1-t2 { font-family:"Arial"; }
.s2 { margin:0 auto; width:1200px; height:358px; position:relative;
	.s2-1 { position:absolute; left:0px; top:0px; width:268px; height:301px; background:#E9E9E9; 
		.s2-1t { float:left; width:268px; height:169px; background:url('../images/img1.jpg') no-repeat center; }
		.s2-1m { float:left; width:268px; height:45px; text-align:center; background:url('../images/bj3.jpg') repeat-x; padding-top:15px; line-height:45px; color:#515151; font-weight:bold; font-size:24px; font-family:"微软雅黑"; }
		.s2-1k { float:left; width:268px; height:72px; text-align:center; color:#5D5D5D; line-height:24px; font-size:16px; font-family:"微软雅黑"; }
		&:hover {
			.s2-1t { background:url('../images/img1-1.jpg') no-repeat center; }
			.s2-1m { color:#FD7D00; }
		}
	}
	.s2-2 { position:absolute; left:311px; top:0px; width:268px; height:301px; background:#E9E9E9; 
		.s2-2t { float:left; width:268px; height:169px; background:url('../images/img2.jpg') no-repeat center; }
		.s2-2m { float:left; width:268px; height:45px; text-align:center; background:url('../images/bj3.jpg') repeat-x; padding-top:15px; line-height:45px; color:#515151; font-weight:bold; font-size:24px; font-family:"微软雅黑"; }
		.s2-2k { float:left; width:268px; height:72px; text-align:center; color:#5D5D5D; line-height:24px; font-size:16px; font-family:"微软雅黑"; }
		&:hover {
			.s2-2t { background:url('../images/img2-1.jpg') no-repeat center; }
			.s2-2m { color:#FD7D00; }
		}
	}
	.s2-3 { position:absolute; left:621px; top:0px; width:268px; height:301px; background:#E9E9E9; 
		.s2-3t { float:left; width:268px; height:169px; background:url('../images/img3.jpg') no-repeat center; }
		.s2-3m { float:left; width:268px; height:45px; text-align:center; background:url('../images/bj3.jpg') repeat-x; padding-top:15px; line-height:45px; color:#515151; font-weight:bold; font-size:24px; font-family:"微软雅黑"; }
		.s2-3k { float:left; width:268px; height:72px; text-align:center; color:#5D5D5D; line-height:24px; font-size:16px; font-family:"微软雅黑"; }
		&:hover {
			.s2-3t { background:url('../images/img3-1.jpg') no-repeat center; }
			.s2-3m { color:#FD7D00; }
		}
	}
	.s2-4 { position:absolute; right:0px; top:0px; width:268px; height:301px; background:#E9E9E9; 
		.s2-4t { float:left; width:268px; height:169px; background:url('../images/img4.jpg') no-repeat center; }
		.s2-4m { float:left; width:268px; height:45px; text-align:center; background:url('../images/bj3.jpg') repeat-x; padding-top:15px; line-height:45px; color:#515151; font-weight:bold; font-size:24px; font-family:"微软雅黑"; }
		.s2-4k { float:left; width:268px; height:72px; text-align:center; color:#5D5D5D; line-height:24px; font-size:16px; font-family:"微软雅黑"; }
		&:hover {
			.s2-4t { background:url('../images/img4-1.jpg') no-repeat center; }
			.s2-4m { color:#FD7D00; }
		}
	}
}
.s3 { height:681px; background:#F3F3F3; }
.s3-t { margin:0 auto; width:688px; height:131px; background:url('../images/bj4.png') no-repeat; padding-left:512px; padding-top:63px; line-height:40px; color:#989697; font-size:24px; font-family:"Century Gothic"; }
.s3-t1 { color:#FD7D00; font-size:32px; }
.s3-k { margin:0 auto; width:1200px; height:103px; text-align:center; color:#5E5E5E; font-size:16px; line-height:30px; font-family:"微软雅黑"; }
.s3-k1 { margin:0 auto; width:1200px; height:384px; position:relative; 
	.s3-k1-1 { position:absolute; left:0px; top:0px; width:331px; height:340px; 
		.s3-k1-1img { float:left; width:321px; height:118px; margin-bottom:12px; border:solid 5px #E5E5E5; }
		.s3-k1-1t { float:left; width:321px; height:44px; text-align:center; line-height:34px; color:#5D5D5D; font-size:28px; font-weight:bold; font-family:"微软雅黑"; }
		.s3-k1-1k { float:left; width:321px; height:156px; line-height:30px; font-size:16px; color:#5D5D5D; font-family:"微软雅黑"; }
	}
	.s3-k1-2 { position:absolute; left:435px; top:0px; width:331px; height:340px; 
		.s3-k1-2img { float:left; width:321px; height:118px; margin-bottom:12px; border:solid 5px #E5E5E5; }
		.s3-k1-2t { float:left; width:321px; height:44px; text-align:center; line-height:34px; color:#5D5D5D; font-size:28px; font-weight:bold; font-family:"微软雅黑"; }
		.s3-k1-2k { float:left; width:321px; height:156px; line-height:30px; font-size:16px; color:#5D5D5D; font-family:"微软雅黑"; }
	}
	.s3-k1-3 { position:absolute; right:0px; top:0px; width:331px; height:340px; 
		.s3-k1-3img { float:left; width:321px; height:118px; margin-bottom:12px; border:solid 5px #E5E5E5; }
		.s3-k1-3t { float:left; width:321px; height:44px; text-align:center; line-height:34px; color:#5D5D5D; font-size:28px; font-weight:bold; font-family:"微软雅黑"; }
		.s3-k1-3k { float:left; width:321px; height:156px; line-height:30px; font-size:16px; color:#5D5D5D; font-family:"微软雅黑"; }
	}
}
.s4 { margin:0 auto; width:540px; height:151px; background:url('../images/bj8.png') no-repeat; padding-left:560px; padding-top:78px; line-height:40px; color:#989697; font-size:24px; font-family:"Century Gothic"; }
.s5 { margin:0 auto; width:1200px; height:630px; }
.s6 { height:817px; background:url('../images/bj9.jpg') no-repeat center; }
.s6-t { margin:0 auto; width:676px; height:126px; background:url('../images/bj10.png') no-repeat; padding-top:64px; padding-left:524px; line-height:40px; color:#fff; font-size:24px; font-family:"Century Gothic"; }
.s6-t1 { color:#fff; font-size:32px; font-weight:bold; }
.s6-k { margin:0 auto; width:1200px; height:161px; text-align:center; line-height:30px; color:#fff; font-size:16px; }
.s6-k1 { margin:0 auto; width:1200px; height:466px; position:relative; 
	.s6-k1-1 { position:absolute; left:99px; top:0px; width:145px; height:203px; 
		.s6-k1-1img { float:left; width:145px; height:145px; background:url('../images/img5.png') no-repeat; }
		.s6-k1-1t { float:left; width:145px; height:58px; text-align:center; line-height:54px; font-size:20px; color:#fff; font-weight:bold; }
		&:hover {
			.s6-k1-1img { background:url('../images/img5-1.png') no-repeat; }
		}
	}
	.s6-k1-2 { position:absolute; left:385px; top:0px; width:145px; height:203px; 
		.s6-k1-2img { float:left; width:145px; height:145px; background:url('../images/img6.png') no-repeat; }
		.s6-k1-2t { float:left; width:145px; height:58px; text-align:center; line-height:54px; font-size:20px; color:#fff; font-weight:bold; }
		&:hover {
			.s6-k1-2img { background:url('../images/img6-1.png') no-repeat; }
		}
	}
	.s6-k1-3 { position:absolute; left:671px; top:0px; width:145px; height:203px; 
		.s6-k1-3img { float:left; width:145px; height:145px; background:url('../images/img7.png') no-repeat; }
		.s6-k1-3t { float:left; width:145px; height:58px; text-align:center; line-height:54px; font-size:20px; color:#fff; font-weight:bold; }
		&:hover {
			.s6-k1-3img { background:url('../images/img7-1.png') no-repeat; }
		}
	}
	.s6-k1-4 { position:absolute; left:957px; top:0px; width:145px; height:203px; 
		.s6-k1-4img { float:left; width:145px; height:145px; background:url('../images/img8.png') no-repeat; }
		.s6-k1-4t { float:left; width:145px; height:58px; text-align:center; line-height:54px; font-size:20px; color:#fff; font-weight:bold; }
		&:hover {
			.s6-k1-4img { background:url('../images/img8-1.png') no-repeat; }
		}
	}
	.s6-k1-5 { position:absolute; left:242px; top:223px; width:145px; height:203px; 
		.s6-k1-5img { float:left; width:145px; height:145px; background:url('../images/img9.png') no-repeat; }
		.s6-k1-5t { float:left; width:145px; height:58px; text-align:center; line-height:54px; font-size:20px; color:#fff; font-weight:bold; }
		&:hover {
			.s6-k1-5img { background:url('../images/img9-1.png') no-repeat; }
		}
	}
	.s6-k1-6 { position:absolute; left:528px; top:223px; width:145px; height:203px; 
		.s6-k1-6img { float:left; width:145px; height:145px; background:url('../images/img10.png') no-repeat; }
		.s6-k1-6t { float:left; width:145px; height:58px; text-align:center; line-height:54px; font-size:20px; color:#fff; font-weight:bold; }
		&:hover {
			.s6-k1-6img { background:url('../images/img10-1.png') no-repeat; }
		}
	}
	.s6-k1-7 { position:absolute; left:814px; top:223px; width:145px; height:203px; 
		.s6-k1-7img { float:left; width:145px; height:145px; background:url('../images/img11.png') no-repeat; }
		.s6-k1-7t { float:left; width:145px; height:58px; text-align:center; line-height:54px; font-size:20px; color:#fff; font-weight:bold; }
		&:hover {
			.s6-k1-7img { background:url('../images/img11-1.png') no-repeat; }
		}
	}
}
.s7 { margin:0 auto; width:640px; height:165px; background:url('../images/bj11.png') no-repeat; padding-top:76px; padding-left:560px; font-family:"Century Gothic"; line-height:40px; color:#989697; font-size:24px; }
.s8 { margin:0 auto; width:1200px; height:600px; }
.s9 { margin:0 auto 75px auto; width:168px; height:32px; border:solid 1px #E4E4E4; line-height:32px; text-align:center; color:#B6B6B6; 
	a { color:#B6B6B6; text-decoration:none; }
	&:hover {
		a {
			color:#ff0000;
		}
	}
}
.s10 { height:817px; background:url('../images/bj12.jpg') no-repeat center; }
.s10-t { margin:0 auto; width:704px; height:160px; background:url('../images/bj13.png') no-repeat; padding-top:78px; padding-left:496px; font-family:"Century Gothic"; line-height:40px; color:#fff; font-size:24px; }
.s10-k { margin:0 auto; width:1200px; height:497px; }
.s10-d { margin:0 auto 48px auto; width:168px; height:32px; border:solid 1px #E4E4E4; line-height:32px; text-align:center; color:#B6B6B6; 
	a { color:#B6B6B6; text-decoration:none; }
	&:hover {
		a {
			color:#ffff00;
		}
	}
}
.s11 { margin:0 auto; width:670px; height:147px; background:url('../images/bj14.png') no-repeat; padding-top:84px; padding-left:530px; font-family:"Century Gothic"; line-height:40px; color:#989697; font-size:24px; }
.s12 { margin:0 auto; width:1200px; height:1137px; }
.s13 { height:890px; background:#F58B25; }
.s13-t { margin:0 auto; width:672px; height:167px; background:url('../images/bj16.png') no-repeat; padding-top:64px; padding-left:528px; font-family:"Century Gothic"; line-height:40px; color:#fff; font-size:24px; }
.s13-k { margin:0 auto; width:1170px; height:610px; background:#FAFAFA; padding:15px; }
*{margin:0; padding:0; }
#tablit { width:1170px; height:440px; }
#tablit dl{ float:left; width:1170px; font-size:14px; margin-bottom:0px; }
#tablit dl dd{float:left;width:90px;height:45px; line-height:40px; margin-left:0px; font-size:18px; }
#tablit .on{  color:#F48A24; font-weight:bold; }
#tablit .out{ color:#727272; }
.tabcon{ width:1170px; height:395px; clear:both; }
.dis{display:none;}


.s14 { margin:0 auto; width:642px; height:151px; background:url('../images/bj17.jpg') no-repeat; padding-top:80px; padding-left:558px; font-family:"Century Gothic"; line-height:40px; color:#989697; font-size:24px; }
.s15 { margin:0 auto; width:1200px; height:558px; }
.s16 { margin:0 auto; width:1200px; height:486px; }
.s16-z { float:left; width:745px; height:486px; }
.s16-zt { float:left; width:713px; height:50px; background:url('../images/bj18.jpg') no-repeat bottom; margin-bottom:24px; }
.s16-zt-z { float:left; width:300px; height:48px; line-height:44px; color:#565656; font-size:24px; font-weight:bold; }
.s16-zt-y { float:right; width:56px; height:48px; line-height:48px; font-size:14px; color:#999; }
.s16-zt-y a { color:#999; text-decoration:none; }
.s16-zt-y a:hover { color:#ff0000; }
.s16-zk { float:left; width:713px; height:169px; }
.s16-zkimg { float:left; width:227px; height:144px; margin-right:17px; }
.s16-zkt { float:left; width:469px; height:34px; line-height:34px; overflow:hidden; font-size:16px; }
.s16-zkt a { color:#000; text-decoration:none; }
.s16-zkt a:hover { color:#ff0000; }
.s16-zkk { float:left; width:469px; height:110px; line-height:29px; overflow:hidden; font-size:12px; color:#999; }
.s16-zk1 { float:left; width:713px; height:247px; }
.s16-zk1k { float:left; width:356px; height:37px; }
.s16-zk1lie a { float:left; width:213px; height:37px; background:url('../images/bj20.jpg') no-repeat; font-size:14px; line-height:37px; padding-left:23px; color:#787878; margin-right:20px; text-decoration:none; overflow:hidden; }
.s16-zk1lie a:hover { color:#ff0000; }
.s16-zk1t { float:left; width:100px; height:37px; line-height:37px; color:#BABABA; text-align:right; }
.s16-y { float:left; width:455px; height:486px; }
.s16-yt { float:left; width:455px; height:50px; background:url('../images/bj18.jpg') no-repeat bottom left; margin-bottom:24px; }
.s16-yk { float:left; width:455px; height:412px; }
.s16-yk-k { float:left; width:443px; height:49px; border:solid 1px #EDEDED; padding:0px 0px 0px 10px; box-shadow:none; border-radius:0px; margin-bottom:10px; font-family:"微软雅黑"; }
.s16-yk-k1 { float:left; width:443px; height:105px; border:solid 1px #EDEDED; padding:0px 0px 0px 10px; box-shadow:none; border-radius:0px; margin-bottom:10px; line-height:50px; font-family:"微软雅黑"; }
.s16-yk-k2 { float:left; width:138px; height:49px; border:solid 1px #EDEDED; padding:0px 0px 0px 10px; box-shadow:none; border-radius:0px; margin-bottom:10px; margin-right:15px; font-family:"微软雅黑"; }
.s16-yk-k3 { float:left; padding-top:15px; margin-bottom:10px; font-family:"微软雅黑"; }
.s16-yk-k4 { float:right; background:#F58B25; box-shadow:none; border:none; border-radius:0px; padding:17px 45px; color:#fff; font-family:"微软雅黑"; }

.s17 { width:1200px; height:60px; text-align:center; padding-top:15px; }
.s17 a { color:#fff; padding:15px 45px; background:#FD7D00; margin-left:15px; margin-right:15px; text-decoration:none; border-radius:8px; }
.s17 a:hover { background:#444444; color:#fff; }

.s18 { height:200px; }

/*-------底部 footer--------*/
.dibu {
	margin:0 auto;
	width:1200px;
	height:248px;
	padding-top:27px;
}
.dibu-s { float:left; width:1200px; height:190px; background:url('../images/bj21.jpg') no-repeat right; }
.dibu-s1 { float:left; width:263px; height:190px; }
.dibu-s1-t { float:left; width:275px; height:51px; line-height:51px; color:#fff; font-size:24px; font-weight:bold; }
.dibu-s1-t1 { float:left; width:245px; height:36px; background:url('../images/bj22.jpg') no-repeat; padding-left:30px; line-height:36px; color:#8C8C8C; }
.dibu-s1-t2 { float:left; width:245px; height:36px; background:url('../images/bj23.jpg') no-repeat; padding-left:30px; line-height:36px; color:#8C8C8C; }
.dibu-s1-t3 { float:left; width:245px; height:36px; background:url('../images/bj24.jpg') no-repeat; padding-left:30px; line-height:36px; color:#8C8C8C; }
.dibu-s2 { float:left; width:246px; height:190px; }
.dibu-s3 { float:left; width:288px; height:190px; }
.dibu-x { float:left; width:1200px; height:58px; line-height:58px; color:#646464; }

.xnews { float:left; width:1200px; }
.xnews-k { float:left; width:1200px; height:220px; border-bottom:dashed 1px #f4f4f4; padding-top:20px; }
.xnews-kimg { float:left; width:315px; height:200px; margin-right:20px; }
.xnews-kimg img { width:315px; height:200px; }
.xnews-kt { float:left; width:865px; height:40px; line-height:40px; color:#000; font-size:18px; }
.xnews-kk { float:left; width:865px; height:110px; line-height:30px; color:#999; overflow:hidden; margin-bottom:20px; }
.xnews-kd { float:left; width:865px; height:30px; line-height:30px; color:#999; }

/*-------内页左分类--------*/
.zuob {
	float:left;
	width:230px;
	/* 内页左分类-左样式  */
}
.zuobt {
	float:left;
	width:200px;
	height:40px;
	background:#f4f4f4;
	line-height:40px;
	font-family:"微软雅黑";
	font-size:14px;
	color:#000;
	padding-left:15px;
	/* 内页左分类-左-头部 */
}
.zuobk {
	float:left;
	width:205px;
	height:350px;
	background:#d4d4d4;
	padding-top:10px;
	padding-left:10px;
	margin-bottom:15px;
	/* 内页左分类-左-下框 */
}
.zuobk-klie a {
	float:left;
	width:180px;
	height:35px;
	background:#f4f4f4;
	line-height:35px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#000;
	padding-left:15px;
	/* 内页左分类-左-分类样式 */
}
.zuobk-klie a:hover {
	background:#ff0000;
	color:#fff;
	text-decoration:none;
	/* 内页左分类-左-分类样式 */
}
.currentmenu {
	background:#ff0000 !important;
	color:#fff !important;
	text-decoration:none !important;
}
.zuob1t {
	float:left;
	width:200px;
	height:40px;
	background:#f4f4f4;
	line-height:40px;
	font-family:"微软雅黑";
	font-size:14px;
	color:#000;
	padding-left:15px;
	/* 内页左分类-左-头部 */
}
.zuob1k {
	float:left;
	width:195px;
	background:#d4d4d4;
	padding:10px;
	margin-bottom:15px;
	line-height:26px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#000;
	/* 内页左分类-左-下框 */
}
.zuob1k a {
	color:#000;
	text-decoration:none;
}
.zuob1k a:hover {
	color:#ff0000;
}

/*-------内页左分类--------*/
.neiye { 
	float:left;
	width:1200px;
	height:395px;
	margin-bottom:15px; 
}
.neiye-z { 
	float:left;
	width:522px;
	height:395px;
	margin-right:35px; 
}
.neiye-zimg {
	width:500px;
	height:373px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	overflow:hidden;
	display:table-cell; 
	/* position:relative;  */
	*display: block;
	border:solid 1px #ccc;
	padding:10px;
 }
.neiye-zimg img{ 
	vertical-align:middle;
	border:0;
}
.neiye-y { 
	float:left;
	width:643px;
	height:381px;
	padding-top:14px; 
}
.neiye-yt { 
	float:left;
	width:643px;
	height:56px;
	border-bottom:dashed 1px #ccc;
	line-height:56px;
	font-family:"微软雅黑";
	font-size:18px;
	color:#000;
	overflow:hidden; 
}
.neiye-yk { 
	float:left;
	width:643px;
	height:200px;
	padding-top:15px;
	line-height:46px;
	font-family:"微软雅黑";
	font-size:14px;
	color:#000; 
}
.neiye-yd { 
	float:left;
	width:445px;
	height:70px;
}
.neiye-yx { 
	float:left;
	width:445px;
	height:40px;
}
.neiyex { 
	float:left; 
	width:1200px;
}

.nei-q { float:left; width:1198px; height:42px; border:solid 1px #f4f4f4; }
.nei-qz a { float:left; height:42px; line-height:42px; font-family:"微软雅黑"; border-right:solid 1px #f4f4f4; padding-left:10px; padding-right:10px; color:#000; text-decoration:none; }
.nei-qz a:hover { color:#fff; background:#000; }
.nei-qy a { float:right; height:42px; line-height:42px; font-family:"微软雅黑"; border-left:solid 1px #f4f4f4; padding-left:10px; padding-right:10px; color:#000; text-decoration:none; }
.nei-qy a:hover { color:#fff; background:#000; }

.neiye1 { 
	width:772px;
	height:400px;
	margin-bottom:15px; 
}
.neiye1-z { 
	float:left;
	width:400px;
	height:400px;
	margin-right:35px; 
}
.neiye1-zimg {
	width:378px;
	height:378px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	overflow:hidden;
	display:table-cell; 
	/* position:relative;  */
	*display: block;
	border:solid 1px #ccc;
	padding:10px;
 }
.neiye1-zimg img{ 
	vertical-align:middle;
	border:0;
}
.neiye1-y { 
	float:left;
	width:337px;
	height:386px;
	padding-top:14px; 
}
.neiye1-yt { 
	float:left;
	width:337px;
	height:56px;
	border-bottom:dashed 1px #ccc;
	line-height:56px;
	font-family:"微软雅黑";
	font-size:18px;
	color:#000;
	overflow:hidden; 
}
.neiye1-yk { 
	float:left;
	width:337px;
	height:200px;
	padding-top:15px;
	line-height:46px;
	font-family:"微软雅黑";
	font-size:14px;
	color:#000; 
}
.neiye1-yd { 
	float:left;
	width:337px;
	height:70px;
}
.neiye1-yx { 
	float:left;
	width:337px;
	height:40px;
}

.neiye1-img {
	float:left;
	width:772px;
	height:202px;
	margin-top:15px;
}

.neiye1-tle {
	float:left; width:1181px;
	height:38px;
	line-height:38px;
	font-family:"微软雅黑";
	font-size:14px;
	padding-left:15px;
	margin-top:15px;
	color:#000;
	border:solid 2px #ccc;
}
.neiye1-news { 
	float:left;
	width:1200px;
	margin-bottom:15px;
}
.neiye1-nlie { float:left; width:600px; height:135px; border-bottom:dashed 1px #ccc; margin-top:15px;
	.neiye1-nimg { float:left; width:120px; height:100px; padding-top:20px; margin-right:15px; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; border:solid 1px #444444; }
	.neiye1-nimg-t { float:left; width:120px; height:50px; line-height:50px; font-family:"微软雅黑"; font-size:72px; text-align:center; color:#444444; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
	.neiye1-nimg-t1 { float:left; width:120px; height:50px; line-height:50px; font-family:"微软雅黑"; font-size:18px; text-align:center; color:#444444; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
	.neiye1-nt a { float:left; width:450px; height:40px; line-height:40px; font-family:"微软雅黑"; font-size:14px; color:#000; overflow:hidden; font-weight:bold; text-decoration:none; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
	.neiye1-nk a { float:left; width:450px; height:80px; line-height:25px; font-family:"微软雅黑"; font-size:12px; color:#999; overflow:hidden; text-decoration:none; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
	&:hover {
		.neiye1-nimg { background:#FD7D00; border:solid 1px #FD7D00; }
		.neiye1-nimg-t { color:#fff; }
		.neiye1-nimg-t1 { color:#fff; }
		.neiye1-nt a { color:#000; }
		.neiye1-nk a { color:#000; }
	}
}

.ly { float:left; width:1200px;  margin-top:15px; background:url('../images/ly.jpg') no-repeat right top; }
.ly-k { float:left; width:642px; border:solid 1px #f4f4f4; padding:15px; }
.ly-k-k { float:left; width:630px; height:32px; line-height:32px; font-family:"微软雅黑"; font-size:14px; padding:0px 0px 0px 10px; border-radius:0px; border:dashed 1px #ccc; box-shadow:none; background:#fff; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
.ly-k-k:hover { background:#f4f4f4; }
.ly-k-k1 { float:left; width:630px; height:96px; line-height:32px; font-family:"微软雅黑"; font-size:14px; padding:0px 0px 0px 10px; border-radius:0px; border:dashed 1px #ccc; box-shadow:none; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
.ly-k-k1:hover { background:#f4f4f4; }
.ly-k-k2 { float:left; width:100px; height:32px; line-height:32px; font-family:"微软雅黑"; font-size:14px; padding:0px 0px 0px 10px; border-radius:0px; border:dashed 1px #ccc; box-shadow:none; margin-right:15px; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
.ly-k-k2:hover { background:#f4f4f4; }

.lxwm { float:left; width:1200px; margin-top:15px; }
.lxwm-z { float:left; width:828px; height:500px; margin-right:15px;  }
.lxwm-y { float:left; width:325px;  line-height:32px; font-family:"微软雅黑"; font-size:14px; border:dashed 1px #ccc; padding:15px; }
.lxwm-y a { color:#000; text-decoration:none; }
.lxwm-y a:hover { color:#ff0000; }
