html,
body {
	font-size: 16px;
	overflow-y: auto;
	overflow-x: hidden;
	/* background-color: #F5F6FA; */
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 8px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #0F1826;
}

ul {
	list-style: none;
	padding: 0;
}

.fs9 {
	font-size: 9px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs26 {
	font-size: 26px;
}

.fs30 {
	font-size: 30px;
}

.fs36 {
	font-size: 36px;
}

.fs44 {
	font-size: 44px;
}

.flex {
	display: flex;
}

.flex-center {
	justify-content: center;
	align-items: center;
}

.flex-col-center {
	flex-direction: column;
	align-items: center;
}

.flex-between {
	justify-content: space-between;
}

.flex-around {
	justify-content: space-around;
}

.color-primary {
	color: #0F1826;
}

.color-primary-light {
	color: #07215C;
}

.color-tips {
	color: #A9AFB8;
}

.line {
	background-color: #F5F6FA;
}

.cursor{
	cursor: pointer;
}


/* 导航条 */
.site-nav {
	background-color: rgba(255, 255, 255, .85);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

.site-nav .logo {
	width: 218px;
}

.site-nav .logo img {
	width: 100%;
}

nav {
	display: block;
}

.nav ul {
	*zoom: 1;
	margin: 0;
	padding: 0;
}

.nav ul:before,
.nav ul:after {
	content: "";
	display: table;
}

.nav ul:after {
	clear: both;
}

.nav ul>li {
	float: left;
	position: relative;
	width: 104px;
}

.nav a {
	
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 10px;
	line-height: 1.2em;
	color: #0F1826;
	border-bottom: 2px solid transparent;
}

.nav a:hover {
	text-decoration: none;
	transition: all .7s ease 0s;
	border-bottom: 2px solid #0F1826;
}

.nav .active{
	text-decoration: none;
	transition: all .7s ease 0s;
	border-bottom: 2px solid #0F1826;
}

.nav>ul>li>a {
	height: 90px;
}

.nav li ul li {
	width: 104px;
	background-color: #FFFFFF;
}

.nav li ul a {
	border: none;
	color: #0F1826;
	width: 104px;
	padding: 10px 1px;
}

.nav li ul a:hover {
	background-color: rgba(7, 33, 92, 0.1);
}

.nav3 a{
	width: 100%;
}

.nav3 ul>li:hover ul li {
	height: 36px;
}

.nav3 li ul {
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 1;
}

.nav3 li ul li {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}



/* 移动导航条 */
.site-header-xs {
	display: none;
	align-items: center;
	height: 60px;
	background-color: #ffffff;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px;
}

.side-nav {
	position: fixed;
	left: 0;
	top: 30px;
	z-index: 1024;
	background-color: #ffffff;
	display: none;
}

.side-nav li {
	padding: 0 30px;
	margin: 10px 0;
}

.side-nav .active {
	border-left: solid 4px #07215C;
	color: #07215C;
}

.side-nav .item {
	border-bottom: solid 1px #EBEDF0;
}

.side-nav .item .active {
	color: #07215C;
}

.icon-menu img {
	width: 17px;
	height: 17px;
	margin-left: 12px;
}

.content {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	/* padding-top: 90px; */
}

.model-header {
	width: 100vw;
	text-align: center;
}

.model-title {
	font-weight: bold;
	padding-top: 70px;
	font-size: 34px;
	text-align: center;
}

.model-sub-title {
	margin-top: 40px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.more {
	font-size: 13px;
	display: none;
	position: absolute;
	top: 12px;
	right: 10px;
	height: 14px;
}

.more a {
	color: #A9AFB8;
}

.more img {
	width: 7px;
	height: 12px;
	margin-left: 5px;
}

.footer-content {
	display: flex;
	padding: 0 12vw;
}

footer .left {
	width: 288px;
	text-align: center;
}

footer .left .qrcode {
	width: 133px;
	height: 133px;
}

footer .left .tips {
	margin-top: 23px;
	font-size: 12px;
}

footer .middle .item {
	width: 168px;
	font-size: 14px;
	color: #0F1826;
	line-height: 3.125rem;
}

footer .right {
	border-left: rgba(15, 24, 38, 0.1) solid 1px;
}

footer h5 {
	font-size: 24px;
}

footer .phone {
	font-size: 44px;
	font-weight: bold;
	margin-top: 72px;
	color: #0F1826;
}

footer .right .tips {
	font-size: 14px;
	margin-top: 22px;
	color: #0F1826;
	opacity: 0.5;
}

footer .right .address {
	font-size: 14px;
	margin-top: 71px;
	color: #0F1826;
}

.copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	border-top: solid 2px rgba(15, 24, 38, 0.1);
	width: 100%;
	color: rgba(15, 24, 38, 0.5);
	font-size: 12px;
}

.right-nav-box {
	display: none;
	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 40px;
	background-color: #ffffff;
	font-size: 14px;
	
}

.right-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 240px;
	width: 124px;
}

.right-nav img {
	max-width: 100px;
	max-height: 100px;
}

.m-footer {
	display: none;
}


/* 自适应 */

@media (min-width: 576px) {
	/* .container {
		max-width: 720px;
		padding-left: 0;
		padding-right: 0;
	} */
}

@media (min-width: 1440px) {
	.container-lg {
		max-width: 1400px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 960px) {
	.site-nav .logo {
		width: 160px;
	}
}

@media (max-width: 768px) {
	
	.site-header-xs{
		display: flex;
	}

	.show-xs {
		display: block !important;
	}

	.hidden-xs {
		display: none !important;
	}

	.fs14 {
		font-size: 8px;
	}

	.fs26 {
		font-size: 10px;
	}

	.fs36 {
		font-size: 13px;
	}

	.model-header {
		background-color: #fff;
	}

	.model-title {
		font-weight: bold;
		margin-top: 0;
		font-size: 17px;
		text-align: left;
		padding: 10px;
	}

	.model-sub-title {
		display: none;
	}

	.m-footer {
		display: block;
		position: fixed;
		width: 100vw;
		height: 88px;
		background-color: #FFF;
		bottom: 0;
		left: 0;
		z-index: 1024;
	}

	.m-footer a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		width: 33.333333%;
		height: 100%;
		padding: 10px 0;
	}

	.m-footer a img {
		width: 20px;
		height: 20px;
		margin-bottom: 10px;
	}

	html,
	body {
		padding-bottom: 44px;
	}
}
