@charset "utf-8";
/*****全局样式*****/
.right{float:right;}/*右浮动*/
.left{float:left;}/*左浮动*/
*{padding:0px; margin:0px;font-size:12px;}
a img{border:none;}
ul,li{list-style:none;}
.clear{clear:both!important; float:none!important; font-size:0px!important; line-height:0px!important;}
.text_right{text-align:right;}
.text_left{text-align:left;}
html{-webkit-text-size-adjust:none;} 
a{ text-decoration:none; outline:none!important/*FF，IE8下去掉激活的虚线边框*/;*hide-focus:expression(this.hideFocus=true)/*IE6,IE7下去掉激活的虚线边框*/;}
/*****头部和双向平铺实现样式*****/
.bg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.bg_left{
	float:left;
	width:40%;
	height:200px;
	background:url("../images/menu_bg_line_left.png")/*tpa=http://www.gzlailong.com/assets/f460bbca/images/menu_bg_line_left.png*/ repeat-x 0px 85px;
}
.bg_right{
	float:right;
	width:40%;
	height:200px;
	background:url("../images/menu_bg_line_right.png")/*tpa=http://www.gzlailong.com/assets/f460bbca/images/menu_bg_line_right.png*/ repeat-x 0px 85px;
}
/*****主体容器样式*****/
.content{
	width:1000px;
	margin:0 auto;
	position:relative;
}
/*****LOGO样式*****/
.logo{
	padding-left:40px;
	padding-top:20px;
	padding-bottom:53px;
}
/*****菜单栏样式*****/
.menu{
	position:absolute;
	z-index:1;
	top:84px;
	left:20px;
	width:1000px;
	height:50px;
	background:url("../images/menu_bg.png")/*tpa=http://www.gzlailong.com/assets/f460bbca/images/menu_bg.png*/ no-repeat -23px 1px;
}
.menu_hover_bg{
	padding-left:30px;
	background:url("../images/menu_hover_bg.png")/*tpa=http://www.gzlailong.com/assets/f460bbca/images/menu_hover_bg.png*/ no-repeat;
	background-position:10px 13px;
	height:43px;
	width:780px;
	float:left;
}
.menu_hover_bg a{
	color:#FFF;
	display:block;
	width:105px;
	float:left;
	text-align:center;
	height:25px;
	padding-top:20px;
	font-size:14px;
	font-weight:bold;
	font-family:"微软雅黑";
}
.menu_hover_bg img{
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu_buttom_bg.png'); /* IE6 */
	display:block;
	float:left;
}
.menu_chose{
	float:left;
	padding-left:10px;
}
.menu_chose a{
	float:left;
	color:#444444;
	height:50px;
	display:block;
	line-height:50px;
	margin-right:5px;
}
.menu_chose img{
	float:left;
	margin-right:33px;
}
img.menu_english{
	margin-top:13px;
	width:36px;
	height:22px;
}