/*初始定义样式*/
body {
	color: #000
}
* {
	padding: 0;
	margin: 0
}

li,ul {
	list-style: none
}
/*默认a的样式*/
a{
	 text-decoration:none;
	color: #000;
}
/*消除飘动对于其他的影响*/
.clear {
	clear: both
}

/*头部*/
/*header-start*/
/*头部*/
/*header-start*/
.header{
	width:100%;

}
.top{
	width:100%;
	height:150px;
	background-color:rgb(1,104,181);
	float: left;
	
}
.box {
	background-color:#3B5D9D;
	width: 100%;
	height: 50px;
	float:left;
}
.nav{
	width:1300px;
	margin:0 auto;
}			
.nav,
.tnav {
	list-style: none;
	padding: 0px;
	text-align: center;
	position: relative;
	z-index: 999;
}
.nav li {
	float: left;
	width:110px;
}
.nav li a{
	display: inline-block;
	height: 50px;
	width:110px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 18px;
}

.tnav li{background-color:#143A6A;width:110px;}
.tnav li a{
	height: 50px;
	line-height: 50px;
	width:110px;
	color: #FFFFFF;
	font-size:16px;
}
.nav li a:hover {
	background-color:#143A6A;
	
}
.tnav{
	display: none;
	background-color: #aaaaaa;
	position: absolute;
	/*top: 100px;	*/
}
.tnav li {
	float: none;
}
.nav li:hover .tnav{
	display: block;
}

.tnav1 li{background-color:#143A6A;width:220px;}
.tnav1 li a{
	height: 50px;
	line-height: 50px;
	width:110px;
	color: #FFFFFF;
	font-size:16px;
}

.tnav1{
	display: none;
	background-color: #aaaaaa;
	position: absolute;
	/*top: 100px;	*/
}
.tnav1 li {
	float: none;
}
.nav li:hover .tnav1{
	display: block;
}
/*header-end*/



/*中间*/
/*main-start*/
.main{
	width: 1170px;
	height:auto;
	padding: 10px;
    margin:1px auto;
    
    //overflow: hidden;
}


/*main-end*/

/*尾部*/
/*footerstart*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer1 a:link{
	color: #fff;
	text-decoration:none;
}
#footer1 a:visited{
	color: #fff;
	text-decoration:none;
}
#footer1 a:hover{
	color: yellow;
	text-decoration:none;
}
#footer1{
	background-color: rgb(1,104,181);
	width:100%;
	height:250px;
	color: #fff;
float:left;
}
.f_foot{
width: 1170px;
height: 250px;
margin: 0 auto;}
   
.f_left1{
	margin-top: 40px;
	margin-left:0px;
	float:left;
	width:200px;
	  line-height: 28px;
}
.f_left2{
	margin-top: 40px;
	float:left;
	width:220px;
	  line-height: 28px;
}
.f_mid{
	margin-top: 40px;
	float:left;
	width:410px;
}
.f_right{
	margin-top: 40px;
	float:left;
	width:340px;
	  line-height: 26px;
}
#footer2{
	background-color: rgb(3,38,58);

	width:1520px;
	height:20px;
	color: #fff;
}
.foot_title{
	font-size: 17px;
    height: 32px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}
.foot_text{
	line-height: 28px;
}
/*footerend
/*footerend