.h-body {
	width: 100%;
	text-align: center;
}

.h-g-cot{
	height: 72px;
	width: 1060px;
	margin:0 auto;
	padding: 10px 0;
}

.h-g-cot div{
	float: left; 
}

.h-g-cot .h-logo{
	display: flex;
    justify-content: center; /*水平居中*/
	align-items: center; /*垂直居中*/
	height: 100%;
}

.h-g-cot .h-logo img{
	margin-top: 5px;
}

.h-g-cot .h-logo img:nth-child(2){
	margin-left: 20px;
}

.h-g-cot .h-adv-con{
	border-left: 1px solid #e1e1e1;
	height: 66px;
	margin: 6px 0 0 10px;
}
.h-g-cot .h-adv-con h4, .h-g-cot .h-adv-con h5{
	display: block;
	text-indent: 10px;
}
.h-g-cot .h-adv-con h4{
	height: 26px;
	font-size: 22px;
	line-height: 26px;
	margin-top: 14px;
}

.h-g-cot .h-adv-con h5{
	height: 18px;
	color: #818181;
	font-size: 14px;
	line-height: 18px;
}
.h-g-cot .h-svr{
	text-align: right;
	float: right;
}

.h-g-cot .h-svr h5{
	float: right;
	font-size: 26px;
	color: #0082f4;
	line-height: 26px;
	margin: 28px 0 0 10px;
}

.h-g-cot .h-svr img{
	margin-top: 19px;
}

.h-nav {
	margin-top: 10px;
	background-color: #0084f3;
}

.h-nav .h-nav-c{
	height: 40px;
	width: 1100px;
	margin: 0 auto;
	background-color: #0084f3;
}

.h-nav h1 {
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	padding: 0 18px;
}

.h-nav h1:hover{
	background-color: #85bdec;
}

.h-nav h1:last-of-type{
	margin-right: 0;
}

.h-nav h1 a{
	color: #fff;
	display: block;
}
