*{
	font-family: SimSun ;
	font-size: 14px;
	margin:0px;
	padding:0px;
}
a{ text-decoration:none;}
a:hover{ text-decoration:underline;}
a{ color:#666}

.main{position: relative;}
.d_i_b{display: inline-block;}
.w_s_n{white-space:nowrap;}
.c_b{clear: both;}
.w_30{width:30%;}
.w120{width:120px;}
.w100{width:100px;}
.w200{width:200px;}
.w24{width:24px;}
.bgeee{background: #e8e8e8;}
.l_h_40{line-height:40px;}
.l_h_60{line-height:60px;}
.h12{height:12px;}
.p_r{position: relative;}
.marqueeDiv{position: absolute;top:0px; left:260px;height:42px;line-height:42px;}

.navDiv{
	position: relative;
	width: 960px;
	margin:0 auto;
	height:100px;
}

.logo{
	position: absolute;
	white-space: nowrap;
	width:210px;
	height:50px;
	display: inline-block;
	top:25px;
	left:7px;
}

.nav{
	display: inline-block;
	margin-left:400px;	
	width:550px;
	height:42px;
	margin-top:30px;
}

.navObj{
	display: inline-block;
	font-size:16px;
	font-family: ËÎÌå;
	width:100px;
	height:42px;
	line-height:42px;
	border-radius:20px;
	text-align: center;
	cursor: pointer;
	color:#3f3f3f;	
}

.navObj:hover{
	background: #009FE9;
	color:#fff;
	font-size:18px;
}
.navHover{
	background: #009FE9;
	color:#fff;
	font-size:18px;
}

.footDiv{
	margin-top:20px;
	height:160px;
	background: #333333;
	color: #ececec;
	position: relative;
}

.footDiv .main{
	width:960px;
	margin:0 auto;
	height:160px;
}

.footDiv .main .info{
	float: left;
	width:640px;
	height:160px;
}

.footDiv .main .info .title{
	height:30px;
	line-height:30px;
	font-size:16px;
}

.footDiv .main .info .tel{
	height:30px;
	line-height:30px;
	font-size:12px;
}

.footDiv .main .info .address{
	height:30px;
	line-height:30px;
	font-size:12px;
}

.footDiv .main .info .icp{
	height:30px;
	line-height:30px;
	font-size:12px;
}

.footDiv .main .ew{
	float: right;
	width:160px;
	height:160px;
}

.footDiv .main .ew .title{
	font-size:12px;
	text-align: center;
	height:24px;
	line-height:24px;
}

.footDiv .main .ew .img img{
	width:110px;
	height:110px;
	margin-left:25px;
}

#loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  background: #3d464d;
  opacity: 0.3;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);  
  display: none;
}
#loading img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 50%;
  top: 50%;
  margin: -20px;
}