body {
	background: #e9f1f9;
}

@font-face {
	font-family: "iconfont";
	/* Project id 4431815 */
	/* Color fonts */
	src:
		url('../iconfont/iconfont.woff2?t=1707024183047') format('woff2'),
		url('../iconfont/iconfont.woff?t=1707024183047') format('woff'),
		url('../iconfont/iconfont.ttf?t=1707024183047') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.checkbox {
	display: none;
}

.button {
	position: relative;
	background-color: white;
	height: 3rem;
	width: 3rem;
	border-radius: 50%;
	position: fixed;
	top: 5vh;
	right: 5vw;
	z-index: 2000;
	box-shadow: 0 1rem 3rem black;
	text-align: center;
	cursor: pointer;
}

.background {
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
	position: fixed;
	top: 5.5vh;
	right: 5.5vw;
	background-image: radial-gradient(#0060AF, black);
	z-index: 1000;

	transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

@media screen and (min-width:600px) {
	.button {
		height: 5rem;
		width: 5rem;
	}

	.background {
		height: 4rem;
		width: 4rem;
	}
}

.nav {
	height: 100vh;
	position: fixed;
	top: 0;
	right: -60vw;
	z-index: 1500;
	opacity: 0;
	width: 0;
	transition: all 0.8s;
}

.list {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	list-style: none;
	text-align: left;
	width: 100%;
	/* padding: 0; */
}

.item {
	/* margin: 1rem; */
	font-size: 2.25rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.item>span {
	position: absolute;
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/m-nav_down.png) no-repeat;
	background-size: 14px 14px;
	background-position: center center;
	right: 1.25rem;
	top: 0.625rem;
	cursor: pointer;
	display: block;
	color: #fff;
	transition: all 0.3s;
}

.item>span.on {
	transform: rotateZ(90deg);
}

.display {
	display: block;
}

.subitem {
	display: none;
}

.item a {
	font-size: 1.125rem;
	display: block;
	line-height: 1.25rem;
	padding: 0.625rem 0;
	position: relative;
	color: #fff;
}

.dropdown-item {
	color: #FFF;
}

.item ul {
	/* padding: 0; */
}

.link:link,
.link:visited {
	display: block;
	font-size: 16rem font-weight: 200;
	/* padding: 10px 20px; */
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	background-image: linear-gradient(120deg,
			transparent 0%,
			transparent 50%,
			white 50%);
	background-size: 220%;
	transition: all 0.4s;
}

.link:hover,
.link:active,
.dropdown-item:hover,
.dropdown-item:active {
	color: #2794fc;
	cursor: pointer;
}

.checkbox:checked~.background {
	transform: scale(80);
}

.checkbox:checked~.nav {
	opacity: 1;
	width: 100%;
	right: 0;
}
.icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.icon,
.icon::before,
.icon::after {
	width: 1.5rem;
	height: 0.0625rem;
	background-color: gray;
	display: inline-block;
}

.icon::before,
.icon::after {
	content: "";
	position: absolute;
	left: 0;
	transition: all 0.2s;
}

.icon::before {
	top: -0.55rem;
}

.icon::after {
	top: 0.55rem;
}

.button:hover icon:before {
	top: -1rem;
}

.button:hover icon::after {
	top: 1rem;
}

.checkbox:checked+.button .icon {
	background-color: transparent;
}

.checkbox:checked+.button .icon::before {
	top: 0;
	transform: rotate(135deg);
}

.checkbox:checked+.button .icon::after {
	top: 0;
	transform: rotate(-135deg);
}
.navbar-toggler {
	margin-left: auto;
}

.head {
	/* position: fixed; */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 0;
	padding: .25rem 0 0 0;
	transition: padding 0.3s;
}

.head .row {
	margin: 0;
}

.head-bg {
	background: #0060AF;
}

.head::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
	background: linear-gradient(180deg, #024da8 0%, rgba(0, 0, 0, 0.00) 96%);
}

.logo {
	position: relative;
	z-index: 999;
}

.logo a img {
	display: block;
	width: 89%;
	max-width: 750px;
	margin: 0 auto;
}

.carousel-item img {
	animation: img-move 5s forwards;
	object-fit: cover
}

.plx {
	align-items: flex-end;
}

.search-bar {
	width: 11.5rem;
	height: 2.6875rem;
	position: relative;
	border-radius: 0.6rem;
	border: solid 0.01rem rgba(255, 255, 255, 1);
	bottom: 1.5625rem;
}

.search-btn {
	font-size: 1.5rem;
	border: none;
	padding: 0;
	background: none;
	color: #FFF;
}

.search-btn:hover {
	color: #0060AF;
}

/* .search-bar::after {
	font-family: 'iconfont';
	content: "\e658";
	font-size: 1.5rem;
} */

.search-bar input {
	line-height: 2.58rem;
	background: none;
	border: none;
	color: #FFF;
	width: 9rem;
	padding: 0 10px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border: none;
	box-shadow: none;
	outline: 0 none;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #FFF;
	font-size: 0.875rem;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #FFF;
	font-size: 0.875rem;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #FFF;
	font-size: 0.875rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #FFF;
	font-size: 0.875rem;
}

@keyframes img-move {
	from {
		transform: scale(1.05, 1.05);
	}

	to {
		transform: scale(1, 1);
	}
}

.dropdown-toggle::after {
	border: none;
}

.navbar-collapse {
	justify-content: center;
	align-items: center;
}

.navbar-nav {
	width: 94%;
	max-width: 1920px;
	justify-content: center;
	align-items: center;
}

.nav-item {
	flex: 1;
	position: relative;
}

.nav-item::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 0.1875rem;
	background: #0060AF;
	transition: all 0.5s;
}

.nav-item:hover::before {
	width: 100%;
}

.dropdown {
	padding: 0;
}

.dropdown-menu {
	width: 100%;
	border-radius: 0;
	transition: all 0.5s;
	border: none;
	background: rgba(255, 255, 255, 0.5);
}

.dropdown-menu li a {
	color: #333;
	position: relative;
}

.dropdown-menu li a:hover {
	color: #0060AF;
	background: #e9f1f9;
}

.dropdown-menu li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0.1875rem;
	background: #0060AF;
	transition: all 0.5s;
}

.dropdown-menu li a:hover::before {
	width: 100%;
}

.nav-item>a {
	font-size: 1.125rem;
	color: #FFF;
}

footer {
	background: #025094;
	border-top: solid 1px #5f8fba;
}

.bq {
	padding: 0 6.8%;
        background: url("../images/footer.png");
}

.fast-title {
	color: #FFF;
	font-size: 1.125rem;
	position: relative;
}

.fast-title::after {
	content: '';
	display: inline-block;
	width: 3rem;
	border: solid 1px #FFF;
	position: absolute;
	left: 0;
	bottom: -0.4rem;
}

.fast-link {
	padding: 0 1.25rem 0 0;
}

.fast-link li a {
	color: #FFF;
	position: relative;
}

.fast-link li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: .03rem;
	background: #FFF;
	transition: all 0.5s;
}

.fast-link li a:hover::before {
	width: 100%;
}

.bqsm span {
	font-size: 0.875rem;
	color: #eeeeee;
	margin-right: 1rem;
}

.content p img {
	max-width: 100%;
}

.navbar .container-fluid>.show {
	background: rgb(2, 77, 168, 0.8);
}

@media screen and (min-width:1920px) {

	body,
	.head {
		max-width: 1920px;
		margin: 0 auto;
	}
}

.gzh {
	width: 30px;
	height: 30px;
	margin-right: 0.625rem;
	position: relative;
	font-size: 12px;
	text-align: center;
}

.gzh a {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/gzh-qr30.png) no-repeat center top;
}

.gzh .gzh_nr {
	padding: 0.3125rem;
	background: #fff;
	text-align: center;
	position: absolute;
	left: -45px;
	bottom: 45px;
	display: none;
}

.gzh .gzh_nr img {
	margin-bottom: 5px;
}

.gzh .gzh_nr .arrow {
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 50px;
	bottom: -10px;
}

.gzh.on .gzh_nr {
	display: block;
}

.gzh.on a {
	background: url(../images/gzh-qr30.png) no-repeat left bottom;
}

.jwc {
	width: 30px;
	height: 30px;
	margin-right: 0.625rem;
	position: relative;
	font-size: 12px;
	text-align: center;
}

.jwc a {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/jwc-qr30.png) no-repeat center top;
}

.jwc .jwc_nr {
	padding: 0.3125rem;
	background: #fff;
	text-align: center;
	position: absolute;
	left: -45px;
	bottom: 45px;
	display: none;
}

.jwc .jwc_nr img {
	margin-bottom: 5px;
}

.jwc .jwc_nr .arrow {
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 50px;
	bottom: -10px;
}

.jwc.on .jwc_nr {
	display: block;
}

.jwc.on a {
	background: url(../images/jwc-qr30.png) no-repeat left bottom;
}

.shpg {
	width: 30px;
	height: 30px;
	margin-right: 0.625rem;
	position: relative;
	font-size: 12px;
	text-align: center;
}

.shpg a {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/shpg-qr30.png) no-repeat center top;
}

.shpg .shpg_nr {
	padding: 0.3125rem;
	background: #fff;
	text-align: center;
	position: absolute;
	left: -45px;
	bottom: 45px;
	display: none;
}

.shpg .shpg_nr img {
	margin-bottom: 5px;
}

.shpg .shpg_nr .arrow {
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 50px;
	bottom: -10px;
}

.shpg.on .shpg_nr {
	display: block;
}

.shpg.on a {
	background: url(../images/shpg-qr30.png) no-repeat left bottom;
}
