html{
	min-width: 1280px;
}
body {
  color: #333;
  font: 12px/1 "'微软雅黑',Microsoft YaHei", 'Simsun', arial, "宋体";
  line-height: 20px;  
}
html,body,div,p,img,ul,li,img{
	/*border: solid red 1px;*/
	margin: 0px;
	padding: 0px;
}
a{
  color: #333;
  text-decoration: none;
  height: 50px;
}
li:hover{
  color: #0d64d0;
  background-color: rgb(0, 157, 255);
}
.logoDiv,.topImgDiv,.bodyDiv,.downDiv{
	margin: 0px auto;
	width: 1280px;
}
/*logodiv样式*/
.logoDiv{
	height: 115px;
}
.logoDivOne{
	margin-top: 20px;
	float: left;
	margin-left:180px ;
}
.logoDivTwo,.logoDivThree{
	margin-top: 20px;
	float: right;
}
.logoDivThree{
	width: 200px;
	height: 56px;
	color: rgb(6,82,164);
	font-size: 22px;
	margin-right: 100px;
}
.logoDivThree p{
	margin-left:10px;
	margin-top: 5px;
}

/*menu样式*/
div.menuDiv{
	min-width: 1280px;
	background-color: rgba(21,44,100,0.9);
	height: 50px;
	margin: 0px auto;
}
.menuUL{
	list-style: none;
	height: 50px;
	margin: 0px auto;
	width: 920px;
}
.menuUL li{
	float:left;
	width: 145px;
	height: 50px;
	font-size: 16px;
	text-align: center;
}
li.leftLine{
	border-left:solid #0d64d0 1px ;
}
li.menuULHover{
	color: #0d64d0;
  background-color: rgb(0, 157, 255);
}

.menuUL li span{
	line-height: 50px;
	color: #FFF;
}


/*底部div*/
.downDiv{
	background-image:url(../img/topAndDown/down.png);
	background-repeat:no-repeat ;
	height: 158px;
}
.downDivOne{
	background-color:rgba(21,44,100,0.9) ;
	height: 158px;
	color:#FFFFFF;
	font-size: 20px;
}
.downDivOne .downText{
	float: left;
	margin-left:180px ;
	height: 158px;
}
.downDivOne .downText p{
	margin-top: 15px ;
	text-align: left;
}
.downImg{
	float: right;
	margin-right: 180px;
	margin-top:20px ;
}
