﻿
/* =================================== 网站全局样式 =================================== */

body{ font:12px/14px 微软雅黑,sans-serif;}
*{ padding:0; margin:0; }
button, select,textarea, a img{ vertical-align:middle;}
input, textarea, select{ font:12px Verdana, Geneva, sans-serif; color:#3b3b3b; }
button{ cursor:pointer }
a{ text-decoration:none; color:#585858; cursor:pointer  }
a:hover{ color:#F00; text-decoration:none;}
img{ margin:0; padding:0; font-size:0; border:none;}
ul, ol{ list-style:none； }
li { list-style:none;}
ul , li{ list-style-type: none; }
input,textarea { outline:none;}
a:focus { outline:none; -moz-outline:none;}
em, i, dfn, samp, kdb, code, address{ font-style:normal }


/*=======================================导航部分的CSS=======================================*/
.top{
	height: 66px;
	width: 100%;
	background:#fff;
	position: fixed;
	top: 0;
	left:0;
	right: 0;
	z-index:1000;
	-webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.13);
    -moz-box-shadow:0px 2px 4px rgba(0,0,0,0.13);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.13);
}
.top .topBox{
	width: 1140px;
	margin: auto;
	height: 66px;
}
.top .topBox .logo{
	width: 200px;
	height: 66px;
	float: left;
}
.top .topBox .logo img{
	width: 200px;
	height: 66px;
}
.top .topBox .nav{
	width: 500px;
	height: 66px;
	float: left;
	margin-left: 100px;
}
.top .topBox .nav li{
	width: 120px;
	height: 66px;
	float: left;
	line-height: 66px;
	text-align: center;
	font-size: 0;
	color:#333333;
	position:relative;
}
.top .topBox .nav li .father{
   display: inline-block;
   color:#333333;
   font-size:15px;
}
.top .topBox .nav li:hover .father{
	color: #2e71cc;
}
.top .topBox .nav li.active .father{
	color: #2e71cc;
}
.top .topBox .nav li em{
	width: 10px;
	height: 6px;
	display: inline-block;
	background:url(../img/icon2.png) no-repeat;
	margin-bottom: 2px;
	margin-left: 4px;

}
.top .topBox .nav li:hover em{
	background:url(../img/icon3.png) no-repeat;
}
.top .topBox .nav li.active em{
	background:url(../img/icon4.png) no-repeat;
}
.top .topBox .nav li.active:hover em{
	background:url(../img/icon3.png) no-repeat;
}
.top .topBox .nav .subNav{
	position: absolute;
	top:66px;
	left: 0;
	display: none;
	z-index: 10;
	-webkit-box-shadow:inset 0px 2px 2px rgba(0,0,0,0.13);
    -moz-box-shadow:inset 0px 2px 2px rgba(0,0,0,0.13);
	box-shadow:inset 0px 2px 2px rgba(0,0,0,0.13);
	background:#fff;
}
.top .topBox .nav li:hover .subNav{
	display: block;
}
.top .topBox .nav .subNav dd{
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align:center;
}
.top .topBox .nav .subNav dd a{
	width: 120px;
	height: 38px;
	display: block;
	font-size: 13px;
	color:#555；
}
.top .topBox .nav .subNav dd a:hover{
	background:#ecf3fd;
	color:#2e71cc;
}
.top .topBox .phoneNum{
	width: 210px;
	height: 30px;
	margin-top: 18px;
	float: right;
	line-height: 30px;
	color: #2e71cc;
	font-size: 13px;
	text-align:right;
}
.top .topBox .phoneNum span{
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 4px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ 页面底部 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.footer{
	width: 100%;
	background:#222933;
	text-align:center;
	color:rgba(255,255,255,0.8);	
	line-height: 20px;
	padding:20px 0;
	font-size: 12px;
}
.footer a{
	color:rgba(255,255,255,0.8);	
}
.footer a:hover{
	color:#4792f8;
}
