.h_top{
	background: #000f3a;
	text-align: right;
}
.h_top li{
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
}
.h_top ul{
	line-height: 40px;
}
.h_top li a{
	color:rgba(90,164,199,.89);
	padding: 0 15px;
	line-height: 10px;
	display: inline-block;

}
.h_top .container>ul>li:nth-child(1) a{
	border-right:1px solid rgba(90,164,199,.89) ;
}
.h_top li a img{
	margin-left: 10px;
}
.h_top li ul{
	position: absolute;
	display: none;
	
}
.h_body{
	background: #00144d;
}
.nav ul{
	font-size: 0;
	float: right;
}
.logo{
	float: left;
	line-height: 102px;
}
.nav>ul>li{
	display: inline-block;
	position: relative;
}
.nav>ul>li:after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 20px;
	background: rgba(255,255,255,.22);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nav>ul>li>a{
	padding:0 10px ;
	line-height: 102px; 
	color:#fff;
	display: inline-block;
	font-size: 16px;
	position: relative;
}
.nav>ul>li:nth-of-type(3)>a{padding: 0 20px;}
.nav>ul>li>ul{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	z-index: 5;
	display: none
}

.nav>ul>li>ul li{
	line-height: 40px
}
.nav>ul>li>ul li a:hover{
	color:#00a0e9
}
.nav>ul>li:nth-child(7) ul{
	width: 330px
}
.nav>ul>li:nth-child(8) ul{
	width: 330px
}

.nav>ul>li:last-child:after{
	display: none;
}
.nav>ul>li:hover,.nav>ul>li.ac{
	background: #00a0e9;
}
footer{
	background: #002147;
	padding:30px 0 45px 18px;
	margin-top: 28px !important
}
.f_nav{
	font-size: 0;
	float: left;
}
.f_top{
	font-size: 0;
	padding-left: 35px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding-bottom: 20px;
	margin-bottom: 35px;
}
.f_nav a{
	margin-right: 35px;
	font-size: 16px;
	color:rgba(255,255,255,.89)
}
.f_nav a:hover{color:#FFF}
.share{
	float: right;
}
.share a{
	background-size: 100% 100%;
	background-position: center !important;
	padding-left: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	border-radius: 50%;
	margin-right: 10px !important;
	margin-top: 0 !important;
}
.share a:nth-child(1){
	background-image: url(../images/share_03.png) !important;
}
.share a:nth-child(2){
	background-image: url(../images/share_05.png) !important;
}

.share a:nth-child(3){
	background-image: url(../images/share_07.png) !important;
}

.share a:nth-child(4){
	background-image: url(../images/share_09.png) !important;
}
.share a:nth-child(5){
	background-image: url(../images/share_11.png) !important;
}
.f_body{
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.f_body ul{
	font-size: 0;
	box-sizing: border-box;
	padding-left: 35px;
	display: table;
	width: 100%;
}
.f_body li{
	display:table-cell;
	vertical-align: top;
	box-sizing: border-box;
	border-right:  1px solid rgba(255,255,255,.1);
}
.f_body li:last-child{
	border-right: 0;
}
.f_body li h2{
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.f_body li a{
	line-height: 30px;
	font-size: 14px;
	color:#c8e1ef;
	display: block;
}
.f_body li a:hover{
	color:#fff
}
.f_body li:nth-child(1){
	width: 21.6%;
}
.f_body li:nth-child(2){
	width: 44.5%;
	padding-left: 35px;
}
.f_body li:nth-child(3){
	/*width: 33.9%;*/
	padding-left: 35px;
}
.f_bottom{
	padding-left: 35px;
	box-sizing: border-box;
	padding-top: 25px;
}
.f_bottom p{
	color:#82afd3;
	line-height: 30px;
	font-size: 14px;
}
.f_bottom p a{
	color: #82afd3;
}
.btn span {
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 3px;
	background: #fff;
	margin-top: 17px;
	position: relative;
}

.btn span:before {
	display: block;
	content: '';
	margin: 0 auto;
	width: 20px;
	height: 3px;
	background: #fff;
	margin-top: -7px;
	position: absolute;
}

.btn span:after {
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 3px;
	background: #fff;
	margin-top: 7px;
	position: absolute;
	content: '';
}

.btn.ac span:before {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
}

.btn.ac span:after {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}
.btn.ac span{
	background: transparent
}
.btn {
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background: #0054a6;
	margin-top: 17px;
	position: relative;
	z-index: 50;
	display: none
}