*{
	margin: 0;
	padding: 0;
}
#body{
	width: 845px;
	height: 500px;
	/*border: black 1px solid;*/
	margin: auto;
}

/*顶部横条*/
.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: 80px;
	float: left;
	border-radius: 20px;
	z-index: 9999;
}
/*右上角导航*/
.shouye{
	width: 250px;
	height: 30px;
	margin-top: 10px;
	float: right;
	font-size: 13px;
}
.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;
}










/*左边链接栏*/
#left{
	width: 200px;
	height: 510px;
	border: rgba(0,0,0,0.3) 1px solid;
	border-radius: 10px;
	float: left;
}


.link{
	width: 96%;
	height: 50%;
	margin: auto;
}


.title{
	width: 94%;
	height: 25px;
	background-color: #014387;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}
.title>.jiantou,.title>.newtitle{
	float: left;
	color: white;
}
.title>.jiantou{
	
	width: 15px;
	height: 10px;
	margin: 5px;
	margin-top: 7px;
	font-size: 15px;
	line-height: 10px;
	background-color: #d83428;
}
.title>.newtitle{
	width: 150px;
	height: 20px;
	margin: 2px;
	font-size: 15px;
	line-height: 20px;
}



/*友情链接*/
#imgurl{
	width:190px;
	height: 200px;
}
#imgurl div{
	width: 150px;
	height: 60px;
	margin: 10px auto;
}


/*中间*/
#centre{
	/*border: 1px black solid;*/
	width: 430px;
	height: 503px;
	margin: 5px;
	float: left;
}
.centretop{
	width: 430px;
	height: 200px;
}
.jieshao{
	width: 420px;
	height: 20px;
	margin:0px 0px  20px 10px;
	border-bottom: 1px #00000052 solid;
}
.tupian{
	width: 77px;
	height: 118px;
	margin:0px 10px 20px 10px;
	float: left;
}
.neirong{
	color: #403d3d;
	margin-top: 5px;
	font-size: 14px;
	
}

/*行业动态*/
.centrebottom{
	margin:  0px  5px;
	width: 430px;
	height: 300px;
	font-size: 15px;
}
.titlename>img{
	width: 15px;
	height: 8px;
	padding: 5px 2px 6px 2px;
}
.titlename>a{
	width: 320px;
	height: 18px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #4c4c4c;
	font-size: 15px;
}
.titlename>a:hover{
	overflow:inherit;
	text-decoration: underline;
}
.titlename>p{
	float: right;
	color: #4c4c4c;
	font-size: 12px;
}







/*右边*/
#right{
	
	width: 188px;
	height: 503px;
	margin: 5px;
	float: left;
}

/*底边*/
#bottom{
    width: 830px;
    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;
}
