body,
html {
	margin: 0;
	padding: 0;
	min-width: 1400px;
	font-size: 14px;
	color: #333333;
	background: #f1f5ff;
	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;	

}

.header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.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: 100px;
}

.nav {
	font-size: 16px;
}

.fNav {
	display: flex;
	justify-content: flex-end;
	width: 600px;
}

.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: 100px;
	line-height:100px;
	padding:0 20px;
	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 {
	background: #f78f3a;
}

.fNav>li:hover>a {
	background: #f78f3a;
}

.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: #0c4dbc;
	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: #0c4dbc;
}

.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: #0c4dbc;
	color: #ffffff;
	border: none;
}

.tNav li a {
	color: #ffffff;
}

.tNav li:hover a {
	color: #0c4dbc;
}

.sNav li:hover .tNav li {
	height: 40px;
	overflow: visible;
}

.fuwu {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
}

.fuwu>div {
	position: relative;
}

.fuwu p {
	width: 250px;
	height: 50px;
	background: #245086;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #fbfbfb;
	cursor: pointer;
	border: 5px solid #1b467b;
	transition: all 0.5s;
}

.fuwu>div:hover p {
	border-color: #245086;
}

.fuwu ul {
	visibility: hidden;
	position: absolute;
	background: #ffffff;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.5s;
	left: 0;
	top: 60px;
	padding: 20px;
	opacity: 0;
	transform: translateY(-60px);
}

.fuwu ul li {
	padding: 10px;

}

.fuwu ul li:hover {
	/* background: url(../img/dian.png) no-repeat left center; */
	color: #245086;
	font-weight: bold;
}

.fuwu>div:hover ul {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}

/*底部*/
.footer {
  background: #333;
  color: #ccc;
  padding: 30px 0;
  margin-top: 60px;
}

.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 img {
  width: 100px;
  height: 100px;
}

.footer .footer-right {
  text-align: right;
  font-size: 13px;
  color: #aaa;
}

.footer .footer-left p {
  margin: 5px 0;
  color: white !important;
  font-size: 16px;
}
.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;
}