body,
html {
	margin: 0;
	padding: 0;
	min-width: 1200px;
	font-size: 14px;
	color: #333333;
	background: #fafafa;
	font-family: "Microsoft YaHei" !important;
}

img {
	border: none;
}

.container-fulled {
	width: 100%;
}

.container {
	width: 1200px;
	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-color: #1e3b85;
	background-size: 100% 100%;

}

.header {
	padding: 39px 0 0 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;
}

.ss-div {
	width: 16.3125rem;
	height: 2.25rem;
	margin-top: 0.875rem;
	background: rgba(255, 255, 255, 0.79);
	border-radius: 0.625rem;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.ss-div .ss-btn {
	border: none;
	background: transparent url(../img/search.png) no-repeat center;
	width: 2.25rem;
	height: 2.25rem;
	color: #ffffff;
	line-height: 2.25rem;
	cursor: pointer;
	padding: 0;
}

.ss-div .ss-ipt {
	padding: 0;
	padding-left: 0.625rem;
	border: none;
	background: transparent;
	color: #333333;
	width: 10rem;
	height: 2.25rem;
	text-align: left;
	line-height: 2.25rem;
	border: 0;
	outline: none;
}

.ss-div .ss-ipt::-webkit-input-placeholder {
	color: #666666;
	font-size: 0.875rem;
}

.logo {
	display: block;

}

.logomob {
	display: none;
}


.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 {}

.footer {
	background: #1e3b85;
	padding: 30px 0;

}

/* .footer>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
} */
.links {
	display: flex;
	justify-content: space-between;
	color: #ffffff;
}

.links {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.linksmob {
	display: none;
}

.linksimg {
	display: block;
	width: 15px;
}

.linksimgmob {
	display: none;
	width: 15px;
}

.links p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
}

.links p img {
	margin-right: 7px;
}

.links div {
	width: 930px;
	font-weight: lighter;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}

.copy {
	text-align: center;
	color: #7397c3;
	line-height: 1.5;
}

.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;
}


#tabs {
  width: 100%;
  height: 70px;
  background-color: #1e3b85;
}

#tabs .container {
  width: 100%;
  height: 70px;
  margin: auto;
}

/*导航*/
#nav {
	position: absolute;
	width: 100%;
	z-index: 1000000;
	background: #1e3b85;
}

.nav {
	font-size: 19px;
  height: 70px;
}

.fNav {
	list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fNav li {
	float: left;
	color: #ffffff;
  height: 70px;
	position: relative;
	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: block;
  height: calc(70px - 24px);
	padding: 10px 23px;
	position: relative;
  margin: auto;
	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;
}

.item > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.fNav>li.active>a {
	/* background: #97b4cf;
	color: #063765; */
  border-bottom: #e7a321 4px solid;
}

.fNav>li:hover>a {
	/* background: #97b4cf;
	color: #063765; */
  border-bottom: #e7a321 4px solid;
}

.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: #1e3b85;
	color: #ffffff;
}

.sNav li a {
	border: none;
	color: #ffffff;
	padding: 10px 0;
}

.sNav li:hover {
	background: #97b4cf;
}

.sNav li:hover>a {
	color: #1e3b85;
}

.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: #1e3b85;
	color: #ffffff;
}

.tNav li a {
	color: #ffffff;
}

.tNav li:hover a {
	color: #1e3b85;
}

.sNav li:hover .tNav li {
	height: 40px;
	overflow: visible;
}

#tabs {
  width: 100%;
  height: 70px;
  background-color: #1e3b85;
}

#tabs .container {
  width: 100%;
  height: 70px;
  margin: auto;
}

/*导航*/
#nav {
	position: absolute;
	width: 100%;
	z-index: 1000000;
	background: #1e3b85;
}

.nav {
	font-size: 19px;
  height: 70px;
}

.fNav {
	list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fNav li {
	float: left;
	color: #ffffff;
  height: 70px;
	position: relative;
	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: block;
  height: calc(70px - 24px);
	padding: 10px 23px;
	position: relative;
  margin: auto;
	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;
}

.item > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.fNav>li.active>a {
	/* background: #97b4cf;
	color: #063765; */
  border-bottom: #e7a321 4px solid;
}

.fNav>li:hover>a {
	/* background: #97b4cf;
	color: #063765; */
  border-bottom: #e7a321 4px solid;
}

.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: #1e3b85;
	color: #ffffff;
}

.sNav li a {
	border: none;
	color: #ffffff;
	padding: 10px 0;
}

.sNav li:hover {
	background: #97b4cf;
}

.sNav li:hover>a {
	color: #1e3b85;
}

.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: #1e3b85;
	color: #ffffff;
}

.tNav li a {
	color: #ffffff;
}

.tNav li:hover a {
	color: #1e3b85;
}

.sNav li:hover .tNav li {
	height: 40px;
	overflow: visible;
}