html,body,div,ul,li,span,h1,h2,h3,h4,h5,h6,table,tr,td,img,a,p{
	padding: 0px;
	margin:0px;
}
body{
	background:white;
}
img{
	border:0 none;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}

/*TOP块CSS  begin*/
#top{
	width: 100%;
}
#top .top-nav{
	width: 1200px;
	height: 30px;
	margin: auto;
	font-size: 12px;
	font-family: "微软雅黑","Microsoft YaHei";
}
#top .top-nav .left{
	float: left;
	height: 100%;
	line-height: 30px;
	margin-left: 10px;
}
#top .top-nav .right{
	float: right;
	height: 100%;
	overflow: hidden;
	line-height: 30px;
	margin-right: 20px;
}
#top .top-nav .right ul{
	overflow: hidden;
}
#top .top-nav .right li{
	float: left;
	padding: 0px 5px;
}
#top .head{
	width: 1200px;
	height: 100px;
	margin:auto;
	position:relative;
	margin-bottom:3px;
}
.head .aptitude,.head .logo,.head .area,.head .contact{
	float: left;
}
.head .logo{
	margin-top: 20px;
}
#top .head .aptitude{
	margin-left: 130px;
	height: 100%;
}
#top .head .aptitude div{
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}
#top .head .aptitude ul{
	list-style: disc;
	color: #989898;
}
#top .head .aptitude li{
	padding:2px 0px;
	font-size: 12px;
}
#top .head .area{
	margin-top: 18px;
	margin-left: 11px;
}
#top .head .area .xiamen{
	font-size: 31px;
	font-family: "黑体";
	color: #004EA3;
	font-weight: bold;
}
#top .head .area .qiehuan{
	font-size: 12px;
	font-family: "微软雅黑","Microsoft YaHei";
	color: #888888;
	text-align: center;
	margin-top: 5px;
}
#top .head .pic{
	float: left;
	margin-top: 6px;
	margin-left: 5px;
}
#top .head .contact{
	width: 220px;
	margin-top: 20px;
	position:absolute;
	right:0;
}
#top .head .contact div{
	float: left;
}
#top .head .contact .quhao{
	font-size: 26px;
	color: #414141;
	font-weight: bold;
	font-family: "黑体";
}
#top .head .contact .number{
	font-size: 28px;
	color: #414141;
	font-weight: bold;
	font-family: "黑体";
	line-height: 28px;
}
#top .head .contact .zixun{
	font-size: 14px;
	color: #424242;
	margin-top: 8px;
	text-align: center;
	width: 100%;
}
#banner .left-nav .into li .bg{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.6;
	filter:alpha(opacity=60); 
	z-index: -3;
}
#banner .left-nav .project li .bg{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #024493;
	opacity: 0.6;
	filter:alpha(opacity=60); 
	z-index: -3;	
}
/*TOP块CSS  end*/
/*NAV块css  begin*/
#nav{
	float: left;
	width: 100%;
	background: #0B4790;
	border-top: 1px solid #0B4790;
	border-bottom: 1px solid #1C559A;
	box-shadow: 0px 4px 5px #888888;
}
#nav .nav-nav{
	width: 1200px;
	height: 35px;
	margin: auto;	
}
#nav .nav-nav .right_li{	
	height: 35px;
	line-height: 35px;
	float: left;
	color: white;
	font-size: 18px;
	font-family: "微软雅黑","Microsoft YaHei";
	letter-spacing: 2px;
}
#nav .nav-nav li.first{
	background: #041B3A;
}
#nav .nav-nav .right_li{
	width: 110px;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 5;	
}
#nav .nav-nav .left li{
	width:199px;
	height: 35px;
	line-height: 35px;
	float: left;
	color: white;
	font-size: 18px;
	font-family: "微软雅黑","Microsoft YaHei";
	letter-spacing: 2px;
	text-indent:1.8em;
}
#nav .nav-nav .right_li li{
	width: 100%;
	padding: 8px 0px;
	font-size: 15px
}
#nav .nav-nav .right_li li a{
	color:white;
}
#nav .nav-nav .right_li ul{
	display:none;
}
#nav .nav-nav .right_li .xia_ul{
	position: relative;
}
#nav .nav-nav .right_li .bg{
	width: 100%;
	z-index: -1;
	opacity: 0.5;
	filter:alpha(opacity=50); 
	height: 100%;
	position: absolute;
}

		.qiehuan{
			cursor: pointer;
			position: relative;
			z-index:110;

		}
		.city{
			position: absolute;
			display: none;
			width: 300%;
			background: white;
			z-index: 99;
			border:1px solid #e5e5e5;
			left:-1px;
		}
		.city a{
                        color:#89898B;
                        font-family:"微软雅黑","Microsoft YaHei";
			font-size:15px;
		}
		.city a:hover{text-decoration:underline;color:#004EA3} 
	.city li{
		padding: 2px 15px;
		text-align: center;
		float:left;
	}
/*NAV块css  end*/


.wechat{
			cursor: pointer;
			position:relative;
		}
		.ale{
			width: 100px;
			height: 100px;
			position: absolute;
			top: 30px;
			left: -30px;
			border: 1px solid #DADADA;
			display: none;
			background-color:white;
			z-index:999;
		}
		.ale img{
			width: 100%;
		}
		.triangle-up {
		    width: 0;
		    height: 0;
		    border-left: 5px solid transparent;
		    border-right: 5px solid transparent;
		    border-bottom: 10px solid #DADADA;
		    position: absolute;
		    top: -10px;
		    left: 44%;
		}