@font-face {
	font-family: "SpineSans";
	src: url("/font/SplineSans-Light.woff2") format("woff2"), url("/font/SplineSans-Light.woff") format("woff");
}
@font-face {
	font-family: "Alexandria";
	src: url("/font/Alexandria-Regular.woff2") format("woff2"), url("/font/Alexandria-Regular.woff") format("woff");
}
@font-face {
	font-family: "Anybody";
	src: url("/font/Anybody-Regular.woff2") format("woff2"), url("/font/Anybody-Regular.woff") format("woff");
}
@font-face {
	font-family: "NEXT_ART";
	src: url("/font/NEXT_ART_Regular.woff2") format("woff2"), url("/font/NEXT_ART_Regular.woff") format("woff");
}
@font-face {
	font-family: "DoHyeon";
	src: url("/font/DoHyeon-Regular.woff2") format("woff2"), url("/font/DoHyeon-Regular.woff") format("woff");
}
body {
	font-family: "PingFang SC", Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica, STXihei, "PingFang SC", "Hiragino Sans GB", sans-serif;
	font-weight: 300;
	line-height: 1.7;
	font-size: 14px;
	color: #333;
	height: 100%;
	overflow: auto;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
span,
blockquote,
table,
th,
td,
embed,
object,
a,
textarea {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}
fieldset,
img,
iframe {
	border: 0;
	text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}
caption,
th {
	text-align: left;
}
ul,
ol {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,
q:after {
	content: "";
}
button,
input,
select,
textarea {
	font-size: 100%;
	resize: none;
	-webkit-appearance: none;
}
abbr,
acronym {
	border: 0;
}
:focus {
	outline: 0;
}
a {
	text-decoration: none;
	color: #333;
}
a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}
cite,
em,
dfn {
	font-style: italic;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	cursor: pointer;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	-webkit-appearance: none;
}
input[type="text"] {
	vertical-align: middle;
}
img {
	vertical-align: middle;
}
.inlineb {
	display: inline-block;
	display: inline;
	zoom: 1;
}
.clearfix {
	overflow: hidden;
	zoom: 1;
	clear: both;
}
.clearfix:after {
	display: table;
	content: "";
	width: 0;
	clear: both;
}
::-ms-clear,
::-ms-reveal {
	display: none;
}
.ios-scroll {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

/* 头部和底部 */
.navbar {
	display: flex;
	position: fixed;
	width: 100vw;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.05));
	color: #fff;
	z-index: 999;
	transition: all 0.3s ease-in-out;
}
.navbar-fixed {
	background: #ffffff;
	color: #4f4f4f;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
}
.navbar-fixed .nav .active::before {
	background-color: #005197;
}
.navbar-fixed .nav .active a {
	color: #4f4f4f;
}
.navbar-fixed .nav li a {
	color: #4f4f4f;
}
.navbar-fixed .language a {
	color: #4f4f4f;
}
.navbar-fixed .language a.active {
	color: #333;
}
.navbar-fixed .search .ZCQJ_ICON_search {
	color: #333;
}
.navbar-fixed .language a:hover {
	color: #333;
	font-weight: bold;
}
.logo a {
	display: block;
	width: 150px;
	height: 40px;
	overflow: hidden;
	color: #fff;
	margin: 30px 50px;
	text-decoration: none;
}
.logo a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nav-links .nav {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
}
.nav .active a {
	color: #fff;
	font-weight: bold;
}
.nav .active::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 4px;
	top: 70px;
	background-color: #fff;
}
.nav li {
	margin: 0 40px;
	position: relative;
}
.nav li a {
	font-weight: 900;
}
.nav li a:hover {
	font-weight: bold;
}
.sub-nav {
	display: none;
    width: 200px;
    position: absolute;
    top: 100px;
    left: -37px;
    background: #f7f7f7;
    padding: 20px 0;
    transform: translateY(-20px);
    transition: all 0.3s ease-in-out;
}
.jiejue{
	width: 371px;
    left: -139px;
}
.navActive {
	display: block;
	transform: translateY(0);
}
.sub-nav-list {
	width: 100%;
    display: flex;
	flex-direction: column;
    list-style: none;
    align-content: space-around;
    justify-content: center;
	gap: 10px;
}

.sub-nav-title{
	width: 200px;
}
.sub-nav-title img{
	width: 100%;
}
.sub-nav-title h2 {
	font-size: 16px;
	line-height: 3;
	font-weight: bold;
	color: #3f4446;
}
.sub-nav-list li {
	float: left;
	position: relative;
    text-align: center;
	line-height: 3;
	color: #3f4446;
	height: 30px;

	align-content: center;
}
.nav li .sub-nav-list li a {
	color: #3f4446;
	margin-top: 0;
	line-height: 2;
	font-size: 14px;
}
.nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: block;
	line-height: 100px;
	
}
.sub-nav .sub-nav-list li a::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: #073190;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sub-nav .sub-nav-list li a:hover{
	color: #005197;
}
.sub-nav .sub-nav-list li a:hover::before{
	width: 45%;
}
.teshu{
	height: 580px;
	width: 100vw;
    position: fixed;
}
.teshu .sub-nav-list{
	flex-direction: row;
}
.teshu .sub-nav-list li{
	width: 150px;
	float: none;
	margin: 0;

}
.nav li .teshu .sub-nav-list .minNav li a{
	font-weight: 400;
	font-size: 12px;
	text-align: left;
}
.teshu .minNav{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}
.teshu .sub-nav-list li a::before{
	display: none;
}
.nav li .teshu .sub-nav-list li a{
	line-height: 1.2;
	text-align: left;
	margin-top: 12px;
}
.right-section {
	display: flex;
	align-items: center;
	margin: 30px 50px;
	font-size: 20px;
}

.right-section select {
	padding: 5px;
	background-color: #fff;
	color: #333;
}

.language a:first-of-type::before {
	content: "|";
	color: #fff;
	position: relative;
	left: 33px;
}
.language a:hover {
	color: #fff;
}
.language a {
	color: #e7e7e7;
	font-size: 14px;
	padding: 0 10px;
	text-decoration: none;
	vertical-align: 1px;
}
.language a.active {
	color: #fff;
	font-weight: bold;
}
.search {
	margin-left: 30px;
}
.search .ZCQJ_ICON_search {
	color: #fff;
}
/* 底部样式 */
.footer_bg {
	background: url(/img/footer_bg.png) no-repeat rgba(63, 68, 70, 1);
	background-position: top right;
	color: #fff;
	font-size: 14px;
}
.zdfooter {
	max-width: 1920px;
	margin: 0 auto;
	padding: 50px;
	display: flex;
	justify-content: space-between;
}
.footer-logo-icon .icon {
	width: 130px;
	height: 38px;
	margin-bottom: 20px;
}
.footer-logo h2,
.footer-logo p {
	font-size: 14px;
	line-height: 2;
}
.footer-text {
	font-size: 14px;
}
.footer-text p {
	font-size: 14px;
	line-height: 2.5;
}
.footer-ewm {
	font-size: 40px;
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.footer-ewm .facebook{
	font-size: 39px;
}
.footer-ewm .lingying{
	font-size: 39px;
}
.footer-ewm .wechat {
	font-size: 42px;
}
.footer-ewm .wechat .icon {
	vertical-align: -3.8px;
}
.footer-ewm .icon {
	cursor: pointer;
}
.footer-ewm .wechat,
.footer-ewm .videoN,
.footer-ewm .douyin {
	position: relative;
	z-index: 1;
}
.ewm-img {
	display: none;
	position: absolute;
	width: 150px;
	height: 150px;
	background-color: #fff;
	overflow: hidden;
	top: -150px;
	left: 0;
	border-radius: 10px;
}
.ewm-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer-right {
	width: calc(100% - 400px);
}

.footer-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	gap: 20px;
}
.footer-nav .item h3 {
	font-size: 16px;
	line-height: 2;
}
.footer-nav .item ul li {
	margin-top: 20px;
}
.footer-nav .item ul li a {
	font-size: 14px;
	line-height: 1.5;
	color: #aeaeae;
}
.footer-nav .item ul li a:hover {
	font-weight: bold;
}
.copyLink {
	width: 100%;
	font-size: 14px;
	line-height: 5;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: space-around;
}
.copy,
.link {
	margin: 0 50px;
}
.link a {
	color: #fff;
	margin: 0 20px;
}
.link a:hover {
	font-weight: bold;
}

/* 首页轮播 */
.banner {
	width: 100%;
	height: 100vh;
	/* max-height: 1080px; */
	margin: 0 auto;
	position: relative;
}
#swiperpagination {
	width: 30px;
	position: absolute;
	display: flex;
	flex-direction: column;
	bottom: 50%; /* 离底部 20px */
	left: 98%;
	z-index: 10; /* 保证它在其他元素上层 */
	background: rgba(16, 5, 62, 0.5);
	color: #f4f4f4;
	text-align: center;
	padding: 10px;
	border-radius: 30px;
	font-size: 16px;
	gap: 10px;
}
#swiperpagination span {
	cursor: pointer;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ddd; /* 默认颜色 */
	border-radius: 50%; /* 圆形 */
	opacity: 1; /* 显示 */
	margin: 0 5px; /* 点之间的间距 */
	transition: background-color 0.3s ease;
}

.swiper-slide .slogan {
	transform: translateX(-500px);
	opacity: 0;
	transition: all 0.4s;
}
.ani-slide .slogan {
	transform: translateX(0);
	opacity: 1;
}
.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-slide img {
	width: 100%;
	object-fit: cover;
}
.swiper-slide .slogan {
	width: 40%;
    position: absolute;
    top: 50%;
    left: 40%;
	transform: translate(-95%, -50%);
	color: #fff;
}
.swiper-slide .slogan img {
	width: 100%;
}
.scrolling{
	width: 44px;
    height: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 99;
	text-align: center;
}
.scrolling p{
	font-size: 14px;
    color: #ffffff;
}
.mobile-header {
	display: none;
}

.news-page {
	width: 100%;
	margin: 50px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
}
.news-page a {
	display: inline-block;
	background: #f4f4f4;
	color: #333;
	font-size: 16px;
	line-height: 2;
	padding: 10px 20px;
}
.news-page a:hover {
	background: #005197;
	color: #fff;
}
.prev .ZCQJ_ICON_arrow {
	display: inline-block;
	transform: rotate(180deg);
}
.news-page .active {
	background: #005197;
	color: #fff;
}
.pricacys{
	padding-top: 150px;
	min-height: 800px;
}
.price-title{
	font-size: 24px;
	margin: 20px 0;
}
.price-text{
	font-size: 16px;
	line-height: 1.5;
}
.aside{
	position: fixed;
	right: 80px;
	bottom: 100px;
	z-index: 6;
	display: none;
}
.aside .aside_item  {
	position: relative;
    width: 50px;
    height: 50px;
    background: #005197;
    border: 1px solid #ffffff;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    transition: .4s;
    justify-content: space-around;
    align-items: center;
}
.aside .aside_item  span{
	display: inline-block;
	transform: rotate(270deg);
	font-size: 14px;
}
.aside:hover{
	background: #005197;
	border-radius: 50%;
}
.aside .aside_item:hover span{
	color: #fff;
}
/* 针对屏幕宽度在768px到1024px之间的设备（通常是平板） */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.nav li a {
		line-height: 1.2;
	}
	.pricacys{
		margin-top: 50px;
	}
	.logo a {
		width: 100px;
		height: 27px;
		margin: 10px 20px;
	}
	.right-section {
		margin: 30px;
	}
	.mobile-nav {
		display: none;
	}
	.mobile-logo {
		padding: 20px;
	}
	.mobile-content {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		font-size: 24px;
		gap: 20px;
	}
	.mobile-language a {
		display: block;
		font-size: 20px;
		width: 100%;
		height: 100%;
		color: #333;
	}
	.mobile-search .ZCQJ_ICON_search,
	.mobile-search .ZCQJ_ICON_guanbi {
		font-size: 24px;
	}
	.mobile-menu .ZCQJ_ICON_navicon,
	.mobile-menu .ZCQJ_ICON_guanbi {
		font-size: 24px;
		margin-right: 10px;
	}
	.mobile-nav {
		position: fixed;
		display: flex;
		width: 100%;
		background: #ffffff;
		top: 80px;
		font-size: 16px;
		padding: 20px;
		z-index: 99;
		line-height: 3;
	}
	.mobile-nav ul {
		width: 100%;
	}
	.nav_mobile_second_btn ul {
		display: flex;
		flex-direction: column;
		padding: 0 0 0 20px;
	}
	.mobile-nav ul li {
		width: 100%;
		position: relative;
	}
	.mobile-nav ul li a {
		display: block;
		width: 100%;
		font-weight: 400;
	}
	.nav_mobiles_btn {
		width: 48px;
		height: 48px;
		position: absolute;
		right: -20px;
		top: 0;
		text-align: center;
	}
	.mobile-active {
		display: none;
	}

	.zdfooter {
		padding: 10px;
		flex-direction: column;
	}
	.footer-nav {
		flex-direction: column;
	}
	.footer-right {
		width: 100%;
	}
	.footer-nav .item ul {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-nav .item ul li {
		margin: 10px 10px 10px 0;
	}
	.copyLink {
		flex-direction: column;
		flex-wrap: nowrap;
		line-height: 3;
		padding-top: 10px;
	}
	.copy,
	.link {
		margin: 0 10px;
	}
	.link a {
		margin: 0 10px 0 0;
	}
}

/* 针对屏幕宽度小于768px的设备（通常是手机） */
@media only screen and (max-width: 1000px) {
	.aside .aside_item{
		display: none;
	}
	.mobile-nav::before{
		content: "";
        width: 100vw;
        height: 100vh;
        background: #00000069;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
	}
	.nav_mobile_second_btn{
		max-height: 200px;
		overflow: hidden;
		overflow-y: auto;
	}
	.pricacys{
		padding-top: 70px;
	}
	.navbar {
		display: none;
	}
	.mobile-header {
		position: fixed;
		display: flex;
		width: 100%;
		background-color: #ffffff;
		justify-content: space-between;
		z-index: 9999;
	}
	.mobile-nav {
		display: none;
	}
	.mobile-logo {
		padding: 20px;
	}
	.mobile-content {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		font-size: 24px;
		gap: 20px;
	}
	.mobile-language a {
		display: block;
		font-size: 20px;
		width: 100%;
		height: 100%;
		color: #333;
	}
	.mobile-search .ZCQJ_ICON_search,
	.mobile-search .ZCQJ_ICON_guanbi {
		font-size: 24px;
	}
	.mobile-menu .ZCQJ_ICON_navicon,
	.mobile-menu .ZCQJ_ICON_guanbi {
		font-size: 24px;
		margin-right: 24px;
	}
	.mobile-nav {
		position: fixed;
		display: flex;
		width: 100%;
		background: #ffffff;
		top: 80px;
		font-size: 16px;
		z-index: 99;
		line-height: 3;
	}
	.mobile-nav ul {
		width: 100%;
        /* position: relative; */
        /* z-index: 99; */
        background: #fff;
        padding: 20px;
	}
	.nav_mobile_second_btn ul {
		display: flex;
		flex-direction: column;
		padding: 0 0 0 20px;
	}
	.mobile-nav ul li {
		width: 100%;
		position: relative;
	}
	.mobile-nav ul li a {
		display: block;
		width: 100%;
		font-weight: 400;
	}
	.nav_mobiles_btn {
		width: 48px;
		height: 48px;
		position: absolute;
		right: -20px;
		top: 0;
		text-align: center;
	}
	.mobile-active {
		display: none;
	}

	.zdfooter {
		padding: 40px 20px;
		flex-direction: column;
	}
	.footer-nav {
		flex-direction: column;
	}
	.footer-right {
		width: 100%;
	}
	.footer-nav .item ul {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-nav .item ul li {
		margin: 10px 10px 10px 0;
	}
	.copyLink {
		flex-direction: column;
		flex-wrap: nowrap;
		line-height: 1.8;
		padding: 20px 10px;
	}
	.copy,
	.link {
		margin: 0 10px;
	}
	.link a {
		margin: 0 10px 0 0;
	}
	.news-page {
		flex-wrap: wrap;
	}
	.news-page a {
		font-size: 16px;
		padding: 0 10px;
		line-height: 3;
	}
}
