@charset "utf-8";
/* 鸿蒙字体 - 常规 400 */
@font-face {
  font-family: "HarmonyOS";
  src: url("/wp-content/themes/jinqiu/fonts/HarmonyOS_Sans_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* 推荐，避免文字长时间空白 */
}
/* Medium 500 */
@font-face {
  font-family: "HarmonyOS";
  src: url("/wp-content/themes/jinqiu/fonts/HarmonyOS_Sans_Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Bold 700 */
@font-face {
  font-family: "HarmonyOS";
  src: url("/wp-content/themes/jinqiu/fonts/HarmonyOS_Sans_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Bold 900 */
@font-face {
  font-family: "HarmonyOS";
  src: url("/wp-content/themes/jinqiu/fonts/HarmonyOS_Sans_Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS-C";
  src: url("/wp-content/themes/jinqiu/fonts/HarmonyOS_Sans_Condensed_Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	font-family: "HarmonyOS", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	box-sizing: border-box;
	border: 0;
	outline: 0;
	list-style: none;
	line-height: 1;
}
a {
	color: #444444;
	text-decoration: none;
}
img{
	display: block;
}
a:hover {
	color: #2E3192;
	text-decoration: none;
}

.vw-1920-5{
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
.vw-1920 {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}

.p-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.p-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.p-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.p-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.p-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-120 {
	padding-top: 120px;
}
.pt-150{
	padding-top: 150px;
}
.pt-200 {
	padding-top: 200px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-120 {
	padding-bottom: 120px;
}

@media (max-width:1600px) {
	.vw-1920 {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width:1280px) {
	.p-80 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.p-120 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.pt-100 {
		padding-top: 80px;
	}
	.pt-120 {
		padding-top: 100px;
	}
	.pb-80 {
		padding-bottom: 70px;
	}
}

@media (max-width:1080px) {
	.p-80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.p-120 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.pt-100 {
		padding-top: 60px;
	}
	.pt-120 {
		padding-top: 80px;
	}
	.pt-60 {
		padding-top: 50px;
	}
	.pb-80 {
		padding-bottom: 60px;
	}
	.pb-60 {
		padding-bottom: 50px;
	}
	.pb-40 {
		padding-bottom: 30px;
	}
	.p-40 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width:768px) {
	.p-80 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.vw-1920 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.pt-100 {
		padding-top: 50px;
	}
	.p-120 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.pt-120 {
		padding-top: 50px;
	}
	.pt-60 {
		padding-top: 40px;
	}
	.pb-80 {
		padding-bottom: 50px;
	}
	.pb-60 {
		padding-bottom: 40px;
	}
	.pb-40 {
		padding-bottom: 20px;
	}
	.p-40 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width:500px) {
	.vw-1920 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.p-80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pt-100 {
		padding-top: 40px;
	}
	.p-120 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pt-120 {
		padding-top: 30px;
	}
	.pt-60 {
		padding-top: 30px;
	}
	.pb-80 {
		padding-bottom: 30px;
	}
	.pb-60 {
		padding-bottom: 30px;
	}
	.pb-40 {
		padding-bottom: 10px;
	}
	.p-40 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}	

	header{
		position: fixed;
		z-index: 999;
		top: 40px;
		left: 50%;
		transform: translateX(-50%);
		width: 86%;
		height: 80px;
		border-radius: 5px;
		padding-left: 3%;
		padding-right: 3%;
		background-color: #ffffff;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		transition:all 0.5s ease 0s;
	}
	header.header{
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		border-radius: 0px;
		top: 0;
		border-bottom: 1px solid #f1f1f1; 
	}
	header .header-logo{
		padding: 20px 0;
	}
	header .header-logo img{
		height: 40px;
	}
	header ul.header-nav{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		column-gap: 60px;
	}
	header ul.header-nav>li{
		position: relative;
	}
	header ul.header-nav>li>a{
		line-height:80px;
		font-weight: 600;
		color: #000000;
		position: relative;
		display: inline-block;
		transition:all 0.5s ease 0s;
	}
	header ul.header-nav>li:hover>a,header ul.header-nav>li.current-menu-item>a{
		color: #0664b4;
	}
	header ul.header-nav>li>a:after{
		content: '';
		width: 0%;
		height: 2px;
		background-color: #0664b4;
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		transition:all 0.5s ease 0s;
	}
	header ul.header-nav>li:hover>a:after, header ul.header-nav>li.current-menu-item>a:after, header ul.header-nav>li.current-menu-parent>a:after{
		width: 100%;
	}
	header ul.header-nav>li>ul{
		position: absolute;
		left: -25px;
		transform: translateY(20px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		background-color: rgba(250,250,250,0.75);
		backdrop-filter: saturate(90%) blur(2px);
		transition:all .5s ease 0s;
		border-bottom:2px solid #0664B4 ;
		padding: 10px 0;
	}
	header ul.header-nav>li:hover>ul{
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	header ul.header-nav>li>ul>li{
		padding: 12px 25px;
		white-space: normal;
		background-color: rgba(6,120,180,0.05);
	}
	header ul.header-nav>li>ul>li:hover{
		background-color: #0664B4;
	}
	header ul.header-nav>li>ul>li a{
		color: #000000;
		white-space: nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	header ul.header-nav>li>ul>li:hover a{
		color: #ffffff;
	}
	header ul.header-lang{
		padding: 20px 0;
	}
	header ul.header-lang>li a{
		display: inline-block;
		padding: 10px 25px;
		border-radius: 5px;
		background-color: #0664b4;
		color: #ffffff;
		font-weight: 900;
	}
	header ul.header-lang>li:hover a{
		background-color: #000000;
	}
	header ul.header-nav>li:hover>ul{
		display: block;
	}
	@media (max-width:1600px) {
		header{
			width: 94%;
			padding-left: 2%;
			page-break-after: 2%;
		}
	}
	@media (max-width:1400px){
		header ul.header-nav{
			column-gap: 40px;
		}
	}
	@media (max-width:1280px){
		header ul.header-nav{
			column-gap: 30px;
		}
	}
	@media (max-width:1080px){
		header{
			display: none;
		}
	}
	
	
.header-mob {
	width: 100%;
	height: 70px;
	background-color: #0664B4;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	padding: 20px 20px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	display: none;
}

.header-mob .header-logo img {
	height: 40px;
	display: block;
}

.header-mob .header-menu img {
	height: 40px;
	display: block;
}

.header-mob .header-close img {
	height: 40px;
	display: block;
}

.header-mob-ul {
	width: 100%;
	min-height: 100vh;
	padding-bottom: 120px;
	background-color: #f9f9f9;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
	/*transform: scale(0);
			opacity: 0;*/
	transition: all 0.5s ease 0s;
	-webkit-overflow-scrolling: touch;
	border-bottom: 1px solid #eee;
	transform: translateX(-100%);
	opacity: 0;
}

.header-mob-ul::-webkit-scrollbar {
	width: 0;
	display: none;
}

.header-mob-ul.on {
	transform: translateX(0%);
	opacity: 1;
}

.header-mob-ul .header-mob {
	position: static;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #000000;
}

.header-mob-ul ul.ul-menu {
	padding: 30px 20px 20px;
	text-align: center;
}

.header-mob-ul ul.ul-menu>li {
	padding: 20px 20px;
	background-color: #dddddd;
	border-radius: 12px;
}

.header-mob-ul ul.ul-menu>li+li {
	margin-top: 10px;
}

.header-mob-ul ul.ul-menu>li>a {
	color: #000000;
	font-size: 18px;
}

.header-mob-ul ul.ul-menu>li.menu-item-has-children ul {
	display: none;
}

.header-mob-ul ul.ul-lang {
	width: 100%;
	padding: 0px 20px;
}

.header-mob-ul ul.ul-lang li {
	border-top: 3px solid #dddddd;
	padding: 20px;
	text-align: center;
}

.header-mob-ul ul.ul-lang li a {
	background-color: #0071BC;
	display: inline-block;
	border-radius: 10px;
	font-size: 18px;
	padding: 12px 30px;
	color: #ffffff;
	line-height: 1;
}

.header-mob-ul ul.ul-menu>li.menu-item-has-children>a {
	position: relative;
	display: block;
	width: 100%;
}

.header-mob-ul ul.ul-menu>li.menu-item-has-children>a img.left-4 {
	display: none;
}

.header-mob-ul ul.ul-menu>li.menu-item-has-children>a img.right-4 {
	height: 16px;
	width: 9px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
}

.header-mob-2 {
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	background-color: #ffffff;
	width: 100%;
	min-height: 100vh;
	transition: all 0.5s ease 0s;
	transform: translateX(100%);
	opacity: 0;
}

.header-mob-2.on {
	transform: translateX(0%);
	opacity: 1;
}

.header-mob-2>a {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	padding: 25px 20px;
	font-size: 16px;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	align-items: center;
	justify-content: flex-start;
	align-content: center;
	border-bottom: 1px solid #dddddd;
}

.header-mob-2>a img.left-4 {
	height: 14px;
	padding-right: 15px;
	align-items: center;
	justify-content: flex-start;
	align-content: center;
}

.header-mob-2>a img.right-4 {
	display: none;
}

.header-mob-2 ul {
	padding: 30px 20px 20px;
	text-align: center;
}

.header-mob-2 ul li {
	padding: 20px;
	background-color: #dddddd;
	border-radius: 16px;
}

.header-mob-2 ul li+li {
	margin-top: 15px;
}

.header-mob-2 ul li>a {
	color: #000000;
	font-size: 18px;
}

@media (max-width:1080px) {
	.header-mob {
		display: flex;
	}
}

@media (max-width:768px) {
	.header-mob {
		height: 60px;
	}
	.header-mob .header-logo img {
		height: 30px;
	}
	.header-mob .header-menu img {
		height: 30px;
	}
}

@media (max-width:500px) {
	.header-mob {
		height: 50px;
	}
	.header-mob .header-logo img {
		height: 25px;
	}
	.header-mob .header-menu img {
		height: 25px;
	}
}

.more a {
	display: flex;
	flex-flow: wrap;
	column-gap: 10px;
	align-items: center;
}

.more a img {
	background-color: #0664b4;
	border-radius: 50px;
	width: 55px;
	height: 55px;
	padding: 18px;
	display: flex;
	flex-flow: wrap;
}

.more a span {
	color: #ffffff;
}

.more a.black span {
	color: #000000;
}

.more a span:nth-of-type(1) {
	display: inline-block;
	width: 22px;
	height: 1px;
	background-color: #ffffff;
	margin-left: 10px;
}

.more a.black span:nth-of-type(1) {
	background-color: #000000;
}

.more a:hover span {
	color: #0664B4;
}

.more a:hover span:nth-of-type(1) {
	background-color: #0664B4;
}

.more2 a {
	display: inline-flex;
	flex-flow: wrap;
	align-items: center;
	align-content: center;
	border: 1px solid #0664b4;
	border-radius: 30px;
	padding: 12px 25px;
	color: #0664b4;
}

.more2 a img {
	height: 16px;
	padding-left: 15px;
	display: none;
}

.more2 a img.more-img-1 {
	display: block;
}

.more2:hover a {
	background-color: #0664b4;
	color: #ffffff;
	overflow: hidden;
}

.more2:hover a img.more-img-1 {
	display: none;
}

.more2:hover a img.more-img-2 {
	display: block;
}
@media (max-width:500px){
	
	.more2 a{
		font-size: 14px;
		padding: 10px 20px;
	}
	.more2 a img{
		height: 14px;
		padding-left: 12px;
	}
}



	footer{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		background-color: #222222;
		column-gap: 50px;
	}
	footer .footer-logo{
		width: 450px;
	}
	footer .footer-R{
		display: flex;
		flex-flow: wrap;
		max-width: 900px;
		gap:60px
	}
	footer .footer-logo .img img{
		width: 300px;
	}
	footer .footer-logo .img{
		padding-bottom: 100px;
	}
	footer .footer-logo  span{
		color: #999999;
		display: block;
		line-height: 2
	}
	footer .footer-logo .tel{
		padding-bottom: 20px;
	}
	footer .footer-logo .tel span + span{
		font-size: 32px;
		font-weight: 600;
	}
	footer .footer-logo span + span{
		
	}
	footer .footer-R ul{
		padding-bottom: 20px;
		padding-right: 50px;
	}
	footer .footer-R ul li{
		padding-bottom: 20px;
		padding-right: 20px;
	}
	footer .footer-R ul li:last-child{
		padding-bottom: 0;
	}
	footer .footer-R ul li a{
		color: #999999;
		line-height: 1.5;
	}
	footer .footer-R ul li a:hover{
		color: #dddddd;
	}
	footer .footer-R h4{
		font-size: 18px;
		color: #dddddd;
		font-weight: 900;
		padding-bottom: 40px;
	}
	.footer-bottom{
		background-color: #000000;
		padding-top: 30px;
		padding-bottom: 30px;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		gap:10px 30px;
	}
	.footer-bottom a{
		color: #666;
		font-size: 15px;
	}
	@media (max-width:1480px){
		footer .footer-R{
			gap:50px 0;
		}
	}
	@media (max-width:1280px){
		footer .footer-logo .img img{
			width: 250px;
		}
		footer .footer-logo{
			width: 350px;
		}
		footer .footer-logo .img{
			padding-bottom: 50px;
		}
	}
	@media (max-width:1180px){
		footer .footer-logo{
			width: 100%;
		}
		footer .footer-R{
			width: 100%;
			padding-top: 50px;
			justify-content: space-between;
			padding-bottom: 0;
		}
		footer .footer-R ul{
			padding-bottom: 0;
		}
		footer .footer-R ul li{
			padding-bottom: 15px;
		}
		footer .footer-R h4{
			padding-bottom: 25px;
		}
		.footer-bottom{
			padding-top: 25px;
			padding-bottom: 25px;
		}
	}
	@media (max-width:768px){
		footer .footer-logo .img {
			padding-bottom: 30px;
		}
		footer .footer-logo .img img{
			width: 200px;
		}
		footer .footer-logo span{
		}
		footer .footer-logo .tel span + span{
			font-size: 24px;
		}
		footer .footer-logo .tel{
			padding-bottom: 5px;
		}
		footer .footer-R{
			padding-top: 30px;
		}
		footer .footer-R h4{
			padding-bottom: 20px;
			font-size: 16px;
		}
		footer .footer-R ul li{
			padding-bottom: 8px;
		}
		footer .footer-R{
			gap:30px 0
		}
	}
	@media (max-width:500px){
		footer .footer-logo .img {
			padding-bottom: 20px;
		}
		footer .footer-logo .img img{
			width: 150px;
		}
		footer .footer-R{
			padding-top: 20px;
		}
		footer .footer-R ul{
			width: 50%;
		}
	}