*{margin: 0;padding: 0;text-decoration: none;list-style: none;}
h1,h2,h3,h4,h5,h6{font-weight: 300;}
/*-----header------*/
.header{
	height: 130px;
	width: 100%;
	min-width: 1200px;
}
.top{
	height: 40px;
	width: 100%;
	background-color: black;
}
.t-center{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.t-center h4{line-height: 40px;}
.t-center h4 a{color: white;}
.t-center h4 img{margin-bottom: -10px;}
.t-center h4{float: left;margin-right: 50px;}
.t-center .t-right{float: right;margin-right: 0px;}
/*-------nav  and  logo-------*/
.n-l{
	width: 1200px;
	margin: auto;
        height:100px;
}
.logo{float: left;
        width:400px;
        overflow:hidden;
}
.logo img{
        display:block;
        width:100%;
        margin-top:10px;
}
.nav{
        position:relative;
        z-index:99;
	float: right;
}
.nav li{
	position: relative;
	padding:0 10px;
	float: left;
	line-height: 100px;
	text-align: center;
        z-index:100;
}
.nav li:nth-child(6){border-right: 0;}
.nav li a{color: black;}
.nav li img{margin-left: 10px;margin-bottom:-5px;}
.nav li .first-nav{
	position: absolute;
	top:34px;
	left: 36px;
	display: none;
        z-index:999;
	}
.navber{
        position:relative;
	width: 1200px;
	margin: 0 auto;
        z-index:666;
}
.navber>li{
        position:relative;
       	float:left;
	line-height: 60px;
	text-align: center;
        z-index:888;
}
.navber>li:hover{background-color:#00aff8;}
.navber>li>a{color:#fff;display:block;padding:0 20px;text-align:center;}
/*----nextnav 二级导航----*/
.nextnav{
	position: absolute;
	right:0;
        width:180px;
	background-color: #038fe5;
	opacity: 0.9;
        z-index: 999;  
        padding:0;  
        display:none;  
        top:100px;  
}
.nextnav li{clear:both;width: 100%;border-bottom: 1px solid #10a2ff;z-index:888;padding:0;border-right:none;}
.nextnav li a{display:block;color:#fff;font-size:14px;text-align:center;line-height:44px;height:44px;padding:0;margin:0;}
/*---footer----*/
.footer{
	height: 100px;
	width: 100%;
	background-color: #31323c;
	overflow: hidden;
	position: relative;
}
.footer p{
	text-align:center;
	color: white;
	width: 800px;
	margin: auto;
	font-size: 14px;
	margin-top: 30px;
}
.footer .p2{margin-top: 10px;}
.footer p span{color: white;margin-left: 30px;}
.footer img{margin-left: 10px;margin-bottom: -4px;}