/*@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600;900&display=swap);*/

@font-face {
	font-family: "AvantGardeBookBT";
	/* Project id  */
	src: url('/wp-content/themes/shunfan/fonts/AvantGardeBookBT.ttf') format('truetype');
}

@font-face {
	font-family: "Swis721WGL4BTRoman";
	/* Project id  */
	src: url('/wp-content/themes/shunfan/fonts/Swis721WGL4BTRoman.ttf') format('truetype');
}

@font-face {
	font-family: "Swis721WGL4BTBold";
	/* Project id  */
	src: url('/wp-content/themes/shunfan/fonts/Swis721WGL4BTBold.ttf') format('truetype');
}

@font-face {
	font-family: "tt0861m";
	/* Project id  */
	src: url('/wp-content/themes/shunfan/fonts/tt0861m.ttf') format('truetype');
}

@font-face {
	font-family: "Helvetica";
	/* Project id  */
	src: url('/wp-content/themes/shunfan/fonts/Helvetica-Condensed-Black-Se.ttf') format('truetype');
}

* {
	font-family: arial, "微软雅黑";
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

.p-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.p-200 {
	padding-top: 240px;
	padding-bottom: 200px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pl-50 {
	padding-left: 50px;
}

.pr-50 {
	padding-right: 50px;
}

.w-80 {
	width: 100%;
	max-width: 1500px;
	padding-left: 50px;
	padding-right: 50px;
	margin-right: auto;
	margin-left: auto;
}

.w-90 {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}

@media (max-width:1200px) {
	.w-80 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.w-90 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.p-120 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width:768px) {
	.w-80 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.w-90 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.p-120 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

header {
	height: 80px;
	width: 100%;
	border-bottom: 1px solid #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

header.header {
	background-color: rgba(0, 100, 230, 0.75);
}

header .w-80 {
	display: flex;
	flex-flow: wrap;
	align-content: center;
	align-items: center;
	height: 100%;
}

header .header-L {
	width: 220px;
	border-right: 1px solid #ffffff;
	display: flex;
	flex-flow: wrap;
	align-content: center;
	align-items: center;
	height: 100%;
}

header .header-lang {
	width: 160px;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	border-left: 1px solid #ffffff;
	height: 100%;
}

header .header-nav {
	width: calc( 100% - 380px);
}

header .header-L .logo {}

header .header-L .logo img {
	height: 50px;
}

header .header-L .logo.logo1 {
	display: block;
}

header .header-L .logo.logo2 {
	display: none;
}

header.header .header-L .logo.logo1 {
	display: none;
}

header.header .header-L .logo.logo2 {
	display: block;
}

header .header-nav ul {
	width: 100%;
	display: flex;
	flex-flow: wrap;
}

header .header-nav ul li {
	flex: 1 6;
	text-align: center;
	transition: all 0.2s ease 0s;
}

header .header-nav ul li a {
	font-size: 16px;
	color: #333333;
	line-height: 80px;
	transition: all 0.2s ease 0s;
}

header .header-nav ul li:hover {
	background-color: rgba(0, 0, 0, 0.05)
}

header .header-nav ul li:hover a {
	color: #000000;
}

header.header .header-nav ul li a {
	color: #ffffff;
}

header .header-lang ul {
	display: flex;
	flex-flow: wrap;
	gap: 15px;
	color: #333333;
	flex-direction: row-reverse;
}

header .header-lang ul li a {
	font-size: 14px;
	color: #333333;
}

header.header .header-lang ul {
	color: #ffffff;
}
header.header .header-lang ul li{
	position: relative;
}
header.header .header-lang ul li + li{
	padding-right: 20px;
}
header.header .header-lang ul li + li:after{
	content: '';
	display: inline-block;
	width: 8px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 10px;
}
header.header .header-lang ul li a {
	color: #ffffff;
}

header .menu-nav {
	width: 36px;
	height: 32px;
	display: none;
	flex-flow: wrap;
	position: fixed;
	right: 30px;
	top: 24px;
	align-content: space-between;
	align-items: center;
}

header .menu-nav.menu-x {
	align-content: center;
}

header .menu-nav span {
	background-color: #000000;
	width: 100%;
	height: 3.5px;
	border-radius: 100px;
	display: inline-block;
	transition: all 0.2s ease 0s;
}

header .menu-nav span.span-2 {
	position: relative;
	transform: rotate(0deg);
}

header .menu-nav span.span-2:after {
	content: '';
	background-color: #000000;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	display: inline-block;
	position: absolute;
	top: 0;
	transform: rotate(0deg);
}

header.header .menu-nav span {
	background-color: #ffffff
}

header.header .menu-nav span.span-2:after {
	background-color: #ffffff;
}

header .menu-nav.menu-x span.span-1,
header .menu-nav.menu-x span.span-3 {
	display: none;
}

header .menu-nav.menu-x span.span-2 {
	transform: rotate(-135deg);
}

header .menu-nav.menu-x span.span-2:after {
	transform: rotate(90deg);
}

@media (max-width:1080px) {
	header .menu-nav {
		display: flex;
	}
	header .header-nav {
		position: fixed;
		top: 80px;
		left: 0;
		width: calc(100% - 96px);
		min-height: calc(100vh - 80px);
		background-color: rgba(0, 0, 0, 0.5);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		transition: all 0.5s ease 0s;
		padding-top: 50px;
	}
	header .header-nav.header-nav-L {
		-webkit-transform: translateX(-0%);
		transform: translateX(-0%);
	}
	header .header-nav ul {
		display: inline-block;
	}
}

@media (max-width:768px) {
	header {
		height: 55px;
	}
	header .header-L .logo img {
		height: 25px;
	}
	header .header-L {
		width: 101px;
	}
	header .header-lang {
		width: auto;
		justify-content: initial;
		padding-left: 10px;
	}
	header .header-lang ul {
		gap: 10px;
	}
	header .menu-nav {
		width: 30px;
		height: 24px;
		top: 15px;
		right: 10px;
	}
	header .menu-nav span {
		height: 3px;
	}
	header .header-nav {
		top: 55px;
		width: calc(100% - 50px);
		min-height: calc(100vh - 55px);
	}
}

footer {
	background-image: url(/wp-content/themes/shunfan/images/footer.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	width: 100%;
}

footer .footer-t {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between
}

footer .footer-L {}

footer .footer-C {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

footer .footer-R {
	width: 300px;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-end;
	align-items: stretch;
	align-content: space-between;
}

footer .footer-L h3 {
	font-size: 72px;
	font-family: 'Swis721WGL4BTBold';
	color: #ffffff;
	margin: 0;
	padding-bottom: 50px;
	opacity: 0.3;
}

footer .footer-L h4 {
	font-size: 24px;
	color: #ffffff;
	margin: 0;
}

footer .footer-C ul li+li {
	padding-top: 25px;
}

footer .footer-C ul li a {
	font-size: 15px;
	color: #ffffff;
}

footer .footer-R img {
	width: 200px;
}

footer .footer-R .Copyright {
	text-align: right;
}

footer .footer-R .Copyright a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 2;
	display: inline-block;
}

@media (max-width:1200px) {
	footer .footer-L h3 {
		font-size: 60px;
	}
	footer .footer-L h4 {
		font-size: 20px;
	}
}

@media (max-width:1080px) {
	footer .footer-L h3 {
		font-size: 50px;
	}
	footer .footer-L h4 {
		font-size: 18px;
	}
	footer .footer-C ul li+li {
		padding-top: 20px;
	}
}

@media (max-width:768px) {
	footer {
		padding-bottom: 20px;
	}
	footer .footer-L {
		padding-right: 50px;
	}
	footer .footer-L h3 {
		font-size: 32px;
		padding-bottom: 20px;
	}
	footer .footer-L h4 {
		font-size: 16px;
		padding-bottom: 20px;
	}
	footer .footer-C {
		display: none;
	}
	footer .footer-R {
		justify-content: flex-start;
		padding-top: 20px;
	}
	footer .footer-R .Copyright {
		text-align: left;
	}
	footer .footer-R img {
		width: 150px;
		padding-bottom: 20px;
	}
}

.ft {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 15, 50, 1);
}

.ft ul {
	width: 100%;
	display: flex;
	flex-flow: wrap;
	height: 100%;
}

.ft ul li {
	width: 25%;
	text-align: center;
	line-height: 1;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
}

.ft ul li+li {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.ft ul li a {
	line-height: 1;
}

.ft ul li a span {
	display: inline-block;
	width: 100%;
	color: #ffffff;
	font-size: 10px;
	line-height: 1;
	padding-top: 2px;
}

.ft ul li a img {
	height: 20px;
}

@media (max-width:768px) {
	.ft {
		display: block;
	}
}