.top{
	min-width: 1220px;
	margin: 0 auto;
	margin-top: 12px;
	height: 100px;
	line-height: 100px;
	position: relative;
	z-index: 2;
}
.header{
	width:1220px;
	height: 80px;
	margin:0 auto;
	background: #0846b3;
}
.header > a.logo{
	margin-left: 45px;
	float: left;
	width: 205px;
	height: 80px;
}
.header > a.logo img{
	width: 205px;
	height: 80px;
}
.header .nav > ul{
/*    width: 868px;
    float: left;
    height: 125px;
    margin-left: 82px;*/
}
.header .nav > ul > li{
	float: left;
	width: 128px;
	height: 80px;
	line-height: 80px;
	color: #fff;
}
.header .nav > ul > li.cur{
	background: #537ECA;
}
.header .nav > ul > li > a{
	display: block;
	color: #fff;
	width:128px;
/*	padding: 0 30px;*/
	height:80px;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	position: absolute;
    z-index: 100;
}
.header .nav > ul > li > a:hover{
	background: #537ECA;
}
/*.header ul li.noneList > a:hover{
	background: #fff;
	color:#0846b3; 
}*/
.header ul li.noneList > a.add{
	background: #537ECA;
}
.header ul li.noneList{
	position: relative;
}
.header ul li.noneList .none_tab{
	display: none;
	position: absolute;
	top: 80px;
	left: 0px;
	width: 128px;
	height: auto;
	background: #fff;
	font-size: 14px;
}
.none_tab ul.first{
	
}
.none_tab ul.first > li{
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left:24px; 
	position: relative;
}
.none_tab ul.first > li:hover{
	background: #65AFD6;
}
.none_tab ul.first > li:hover a.first_a{
	color: #fff;
}
.none_tab ul.first > li > a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #333;
}
.none_tab ul.first > li > a i{
	position: absolute;
    top: 16px;
    left: -12px;
	display: block;
	width: 5px;
	height: 9px;
	background: url("../Img/icon_r.png") no-repeat;
}
.none_tab ul.second{
	display: none;
	position: absolute;
	top: 0px;
	left: 128px;
	width: 200px;
	height: auto;
	background: #efefef;
}
.none_tab ul.second li{
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left:24px; 
	position: relative;
}
.none_tab ul.second li:hover{
	background: #65AFD6;
}
.none_tab ul.second li:hover a{
	color: #fff;
}
.none_tab ul.second > li > a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.none_tab ul.second > li > a i{
	position: absolute;
    top: 20px;
    left: -12px;
	display: block;
	width: 4px;
	height: 4px;
	background: url("../Img/disc.jpg") no-repeat;
}
/*行业解决方案部分单独样式*/
.header ul li.hangye .none_tab{
	width: 128px;
}





/*底部样式*/
.foot{
    min-width: 1200px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 75px;
    background-color: #222;
    z-index: 99;
}
.foot_center{
/*	width: 1200px;*/
	height:75px;
	line-height:75px;
	margin: 0 auto;
}
.foot_center p{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.foot_center p.foot1{
	padding-top: 10px;
	height:20px;
	line-height:20px;
}
.foot_center p.foot2{
	display: block;
	height:18px;
	line-height: 18px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.foot_center p.foot2 span{
	margin-right:5px;
}
.foot_center p.foot3{
	height:20px;
	line-height:20px;
	color: #666;
}
.beian{
	margin-left: 5px;
}
a.beian:hover{
	color: #747C9B;
}
.boxBor{
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index:99;
	background:#537eca;
}
.nav{
	position: relative;
    width: 896px;
    float: left;
    height: 100px;
    margin-left: 74px;
}
.move-bg{ display:none;position:absolute;left:0;top:0; width:128px; height:80px; background:#537eca; z-index:0}