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: #0c4dbc;	
background: url(../img/headerbg.png) no-repeat;
	background-size: 100% 100%;
}
.en{
	position: absolute;
	color:#ffffff;
	text-decoration: underline;
	right:0;
	top:30px;
}
.header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:52px 0 41px 0;
}
.mobsearch{
	display: none;
}
.headerline{
	display: none;
}
.ss-div {
	width: 186px;
	height: 40px;
	background: #dbe4f5;
	border-radius: 10px;
	overflow: hidden;
	font-size:0;
}

.ss-div .ss-btn {
	border: none;
	background: transparent url(../img/search.png) no-repeat center;
	width: 40px;
	height: 40px;
	color: #ffffff;
	line-height: 40px;
	cursor: pointer;
	padding: 0;
	position: relative;
}

.ss-div .ss-ipt {
	padding: 0;
	padding-left: 10px;
	border: none;
	background: transparent;
	color: #333333;
	width: 136px;
	height: 40px;
	text-align: left;
	line-height: 40px;
	border: 0;
	outline: none;
	
}
.ss-div .ss-btn::after{
	content: '';
	width:3px;
	height:25px;
	background: #cfcfcf;
	position: absolute;
	left:-5px;
	top:calc(50% - 12px);
}
.ss-div .ss-ipt::-webkit-input-placeholder {
	color: #666666;
	font-size: 12px;
}

.logo {
	display: block;
margin-right: 140px;
}

/*导航*/
#nav {
	height: 67px;
	background: #0849a2;
	position: relative;
	    z-index: 10000;
}

.nav {
	font-size: 16px;
}

.fNav {
	display: flex;
	justify-content: flex-end;
	
}

.fNav li {
	color: #ffffff;
	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;
	position: relative;
	text-align: center;
	color: #ffffff;
	height: 63px;
	line-height:63px;
	padding:0 20px;
	border-bottom:4px solid transparent;
	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.active>a {
	border-bottom:4px solid #83beff;
}

.fNav>li:hover>a {
	border-bottom:4px solid #83beff;
}


.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: #0849a2;
	color: #ffffff;
	border: none;
}

.sNav li a {
	border: none;
	color: #ffffff;
	padding: 0;
	    height: 40px;
	    line-height: 40px;
}

.sNav li:hover {
	background: #ffffff;
}

.sNav li:hover>a {
	color: #0849a2;
}

.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: #0849a2;
	color: #ffffff;
	border: none;
}

.tNav li a {
	color: #ffffff;
}

.tNav li:hover a {
	color: #0849a2;
}

.sNav li:hover .tNav li {
	height: 40px;
	overflow: visible;
}

/*底部*/
.footer {
  background: url(../img/footerbg.png) no-repeat;
  background-size: 100% 100%;
  color: #ccc;
  padding: 60px 0;

}

.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-left {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
}
.footer .footer-left .line{
width:2px;
height:76px;
background: #ffffff;
}
.footer .footer-left p {
  margin: 5px 0;
  color: white !important;
  font-size: 14px;
}
.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;
}