*{
	margin: 0;
	padding: 0;
}
#body{
	width: 845px;
	height: 500px;
	/*border: black 1px solid;*/
	margin: auto;
}

#top{
	width: 845px;
	height: 290px;
	
}



/*顶部横条*/
.hr{
	width: 100%;
	height:30px;
}
.hr>div{
	height:6px;
	margin-top: 15px;
	float: left;
}
.hr1{
	width: 3%;
	background-color: rgba(0,0,0,0.1);
}
.hr2{
	width: 25%;
	margin-left: 3px;
	background-color: rgba(0,0,0,0.3);
}
.hr3{
	width: 71%;
	margin-left: 3px;
	background-color: rgba(0,0,0,0.1);
}




/*盈通logo*/
.logo{
	width: 200px;
	height: 60px;
	float: left;
	margin-top: 5px;
}
.logo a img {
	width: 100%;
}

.alldaohang{
	width: 100%;
	height: 70px;
	margin: auto;
}

/*右上角导航*/
.shouye{
	width: 250px;
	height: 30px;
	float: right;
	font-size: 12px;
}
.shouye div{
	margin-left: 5px;
	float: right;
	color: rgba(69,69,72,1);
	
}
.shouye1{
	color: rgba(69,69,72,1);
	
	text-align: center;
	text-decoration: none;
}
/*全部导航*/
.daohang{
	width: 630px;
	height: 30px;
	border: black 1px solid;
	border-radius: 5px;
	float: right;
	line-height: 30px;
	background-color: #0c407d;	
	color: white;
	font-size: 13px;
}


.daohang ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.daohang  ul li{
	float: left;
	margin-left: 35px;
}
li a,.dropbtn{
	display: inline-block;
	color: white;
	text-align: center;
	text-decoration: none;
}
li a:hover,.dropdown:hover .dropdown{
	background-color: #333;
	
}

li.dropbtn{
	display: inline-block;
}
.dropdown-content{
	position: absolute;/*相对父元素定位*/
	margin-left: -20px;
	background-color:#cad7eb;
	border: 1px solid #659df3;
	width: 100px;
	z-index: 1;
	
	opacity: 0;
    visibility: hidden;
    transition: opacity .3s .3s, visibility .6s;
    animation: control-pointer .6s;
	
}
.dropdown-content a{
	color: black;
	padding: 2px 5px ;
	text-decoration: none;
	display: block;
	text-align: left;
	
}
.dropdown-content a:hover{
	background-color: #f1f1f1;
	
}
.dropdown:hover .dropdown-content{
	
	opacity: 1;
    visibility: visible;
    transition: opacity 0.8s;
    animation: none;
}










/*底边*/
#bottom{
    width: 100%;
    height: 30px;
    float: left;
    background-color: #7b7b7b38;/**/
    margin: 30px 5px 5px 5px;
	border-radius:5px;
	color: #024c98;
	text-align: center;
	line-height:30px ;
}
#bottom a{
	text-decoration:none ;
	color: #024c98;
}
#bottom a:hover{
	color: red;
}

#bottom2{
	width: 830px;
    height: 50px;
    float: left;
    background-color: #e4e4e438;
    margin: 0px 5px;
    border-radius:10px;
}






