﻿body,
html {
	margin: 0;
	padding: 0;
	min-width: 1400px;
	font-size: 14px;
	color: #333333;
	background: #f3f3f3;
	font-family: "Microsoft YaHei" !important;
}

img {
	border: none;
}

.container-fulled {
	width: 100%;
}

.container {
	width: 1400px;
	margin: 0 auto;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}

p {
	margin: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.whitespace {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.verticalMid {
	vertical-align: middle;
	display: inline-block;
}

.verticalTop {
	vertical-align: top;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*头部*/
#header {
	position: relative;
}

.onbanner{
	position: relative;
	    z-index: 888;
	    width: 100%;
		height:auto;
		background:#029ee8;
		
}
.header {
	padding: 39px 0 30px 0;
	position: relative;
}

.toplinks{
	position: absolute;
	top:22px;
	right:0;
	display: flex;
	justify-content: flex-start;
	
}
.toplinks li{
	color:#ffffff;
	padding:0 10px;
	line-height: 1;
	border-right:2px solid #ffffff;
}
.toplinks li:last-of-type{
	border:0;
}
/*导航*/
#nav {
	margin-top: 24px;
	height:51px;
}

.nav {
	font-size: 16px;
}
.fNav{
	display: flex;
	justify-content: flex-end;
	width:800px;
}
.fNav li {
	color: #ffffff;
	/* padding: 0 10px; */
	position: relative;
	flex: auto;
	text-align: center;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	
}

.fNav li a {
	display: inline-block;
	padding: 13px 0;
	position: relative;
	text-align: center;
	color: #ffffff;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	border-bottom:4px solid transparent;
}
.fNav>li.active>a {
	color:#355097;
	border-color: #355097;
}
.fNav>li:hover>a {
	color:#355097;
	border-color: #355097;
}

.fNav li:hover .sNav>li {
	height: 40px;
	overflow: visible;
}

.sNav {
	position: absolute;
	left: 0;
	min-width: 100%;
}

.sNav li {
	text-align: center;
	margin: 0;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background:#355097;
	color: #ffffff;
	border:none;
}

.sNav li a {
	border: none;
	color: #ffffff;
	padding: 10px 0;
}

.sNav li:hover {
	background: #ffffff;
}

.sNav li:hover>a {
	color: #355097;
}

.tNav {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 100%;
}

.tNav li {
	text-align: center;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background:#355097;
	color: #ffffff;
	border:none;
}

.tNav li a {
	color: #ffffff;
}

.tNav li:hover a {
	color:#355097;
}

.sNav li:hover .tNav li {
	height: 40px;
	overflow: visible;
}
/*底部*/
#footer{
}
.footer{
	background: #00a0e9;
	padding:30px 0;
	
}
.footer>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.link{
	width:700px;
	margin-left:30px;
	margin-top:10px;
}
.link p{
	font-size:20px;
	color:#ffffff;
	text-align: center;
}
.link ul{
	margin-top:25px;
	display: flex;
	/* width:600px; */
	justify-content: space-around;
	flex-wrap: wrap;
}
.link ul li{
	float:left;
	color:#ffffff;
	text-align: center;
	width:160px;
	height:40px;
	line-height: 40px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	font-size:20px;
	flex:auto;
	margin:10px 30px;
}
.ercode div{
	float:left;
	text-align: center;
	color:#ffffff;
	margin-left:25px;
	font-size:12px;
}
.ercode div:first-of-type{
	margin-left:0;
}
.copy {
	background: #0a72a2;
	text-align: center;
	padding: 27px 0;
	color: #ffffff;
}
.copy p{
	line-height: 2;
}
.onbanner2{
	position: relative;
	    z-index: 888;
	    width: 100%;
		height:auto;
		background:rgba(0,51,102,1);
}
.onbanner2 .fNav>li.active>a {
	color:#ffffff;
	border-color: #ffffff;
}
.onbanner2 .fNav>li:hover>a {
	color:#ffffff;
	border-color: #ffffff;
}

