@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600;900&display=swap);
@font-face {
	font-family: "impact";
	/* Project id  */
	src: url('/wp-content/themes/jiayu/fonts/impact.ttf') format('truetype');
}

@font-face {
	font-family: "FRADMCN";
	/* Project id  */
	src: url('/wp-content/themes/jiayu/fonts/FRADMCN.TTF') format('truetype');
}

* {
	font-family: "Inter", sans-serif, arial;
	padding: 0;
	margin: 0;
	line-height: 1;
	box-sizing: border-box;
}

:root {
	--color-1: #0071bc;
	--color-2: #c1272d;
	--color-3: #29abe2;
	--color-4: #333333;
	--color-5: #666666;
	--color-6: #999999;
	--color-f2: #f2f2f2;
	--color-white: #ffffff;
	--color-black: #000000;
}

.TI {
	text-indent: 2em;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.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;
}

.pt-30 {
	padding-top: 30px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-150 {
	padding-top: 150px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-120 {
	padding-bottom: 120px;
}

.w-1300 {
	width: 100%;
	max-width: 1300px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
}

.w-1560 {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
}

@media (max-width:1600px) {
	.w-1560 {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width:1280px) {
	.w-1560 {
		padding-left: 35px;
		padding-right: 35px;
	}
	.w-1300 {
		padding-left: 35px;
		padding-right: 35px;
	}
	.p-120 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.pt-120 {
		padding-top: 100px;
	}
	.pb-120 {
		padding-bottom: 100px;
	}
}

@media (max-width:980px) {
	.pt-80 {
		padding-top: 50px;
	}
	.p-120 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.pt-120 {
		padding-top: 80px;
	}
	.pb-120 {
		padding-bottom: 80px;
	}
	.w-1560 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.w-1300 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.p-80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.p-60{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width:768px) {
	.pt-80 {
		padding-top: 40px;
	}
	.w-1560 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.w-1300 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.p-120 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pt-120 {
		padding-top: 40px;
	}
	.pb-120 {
		padding-bottom: 40px;
	}
	.p-80 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.p-60{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width:500px) {
	.w-1560 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.w-1300 {
		padding-left: 10px;
		padding-right: 10px
	}
	.p-120 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pt-120 {
		padding-top: 30px;
	}
	.pb-120 {
		padding-bottom: 30px;
	}
	.pt-80 {
		padding-top: 30px;
	}
	.p-80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.p-60{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.dis-f {
	display: flex;
	flex-flow: wrap;
}

.more a {
	background-color: var(--color-2);
	color: var(--color-white);
	padding: 12px 30px;
	border-radius: 5px;
	margin-top: 50px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.more a:hover {
	background-color: var(--color-1);
}

.more2 {
	margin-top: 50px;
}

.more2 a {}

.index h4 {
	color: var(--color-1);
	font-weight: 600;
	font-size: 40px;
	padding-bottom: 25px;
	margin-bottom: 50px;
	position: relative;
}

.index h4:after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 4px;
	border-radius: 50px;
	background-color: var(--color-1);
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (max-width:980px) {
	.index h4 {
		font-size: 28px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.more a {
		font-size: 15px;
		padding: 10px 25px;
	}
	.more2 {
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

@media (max-width:768px) {
	.index h4 {
		font-size: 24px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
}

@media (max-width:500px) {
	.index h4 {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.more a {
		font-size: 14px;
		padding: 8px 20px;
	}
	.more2 {
		margin-bottom: 25px;
	}
	.more2 a {
		font-size: 14px;
	}
	.more3 a {
		font-size: 14px;
	}
}

header .header-top {
	width: 100%;
	background-color: var(--color-4);
	color: var(--color-white);
	font-size: 14px;
}

header .header-top .dis-f {
	height: 35px;
	align-items: center;
	justify-content: space-between;
}

header .header-top ul {
	column-gap: 20px;
}

header .header-top ul li+li {
	position: relative;
}

header .header-top ul li+li:after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 15px;
	background-color: var(--color-white);
	position: absolute;
	left: -10px;
	top: 0;
}

header .header-top ul li a {
	color: var(--color-white);
}

header .header-chinese {
	width: 100%;
	background-color: var(--color-f2);
	padding: 25px 0;
}

header .header-chinese .logo img {
	height: 40px;
}

header .header-chinese>.dis-f {
	align-items: center;
	justify-content: space-between;
}

header .header-chinese .header-contact+.header-contact {
	padding-left: 50px;
}

header .header-contact {
	align-items: center;
	align-content: center;
	justify-content: center;
}

header .header-chinese .header-contact .header-contact-icon img {
	height: 42px;
	padding-right: 15px;
}

header .header-chinese .header-contact p {
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 5px;
	color: var(--color-4);
}

header .header-chinese .header-contact a {
	display: inline-block;
	font-size: 24px;
	font-weight: 300;
	font-family: FRADMCN;
	color: var(--color-4);
}

header .header-nav {
	background-color: var(--color-1);
}

header .header-nav .menu {
	height: 60px;
	align-items: center;
	justify-content: center;
}

header .header-nav .menu>li {
	position: relative;
}

header .header-nav .menu>li>a {
	font-size: 16px;
	color: var(--color-white);
	line-height: 60px;
	padding: 0 50px;
	display: inline-block;
}

header .header-nav .menu>li.current-menu-item>a,
header .header-nav .menu>li>a:hover {
	background-color: var(--color-2);
}

header .header-nav .menu>li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 100%;
	padding-bottom: 15px;
	background-color: var(--color-1);
	text-align: center;
	transition: all 0.5s ease 0s;
}

header .header-nav .menu>li:hover ul {
	display: block;
}

header .header-nav .menu>li ul li {
	padding: 12px 0;
}

header .header-nav .menu>li ul li:hover {
	background-color: var(--color-2);
}

header .header-nav .menu>li ul li a {
	font-size: 14px;
	color: var(--color-white);
	display: block;
}

.header-mob {
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	background-color: var(--color-1);
	overflow: hidden;
	height: 60px;
	display: none;
	box-shadow: 0 0 5px #dddddd;
}

.header-mob .header-logo {
	padding: 15px 30px;
	display: block;
}

.header-mob .header-logo a {
	display: block;
}

.header-mob .header-logo img {
	height: 40px;
	display: block;
}

.header-mob .header-img {
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.25);
}

.header-mob .header-img img {
	height: 30px;
	display: block;
}

.header-mob .header-img .nav-paly {
	display: block;
}

.header-mob .header-img .nav-close {
	display: none;
}

.header-mob-nav {
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	padding-top: 50px;
	padding-bottom: 80px;
	display: none;
	transition: all 0.3s ease 0s;
}

.header-mob-nav.header-mob-L {
	display: block;
}

.header-mob-nav .header-mob-lang {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	padding-bottom: 40px;
}

.header-mob-nav .header-mob-lang li {
	padding: 0 50px;
}

.header-mob-nav .header-mob-lang li+li {
	border-left: 4px solid #ffffff;
}

.header-mob-nav .header-mob-lang li a {
	font-size: 20px;
	font-weight: 600;
}

.header-mob-nav ul li a {
	color: #ffffff;
}

.header-mob-nav .header-mob-menu {
	width: 100%;
	padding: 0 15%;
}

.header-mob-nav .header-mob-menu>li {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #555;
}

.header-mob-nav .header-mob-menu>li>a {
	font-size: 18px;
}

.header-mob-nav .header-mob-menu>li .sub-menu {
	padding-top: 15px;
}

.header-mob-nav .header-mob-menu>li .sub-menu li {
	padding: 15px 0;
	border-top: 1px solid #333;
}

.header-mob-nav .header-mob-menu>li .sub-menu li:last-child {
	padding-bottom: 0;
}

.header-mob-nav .header-mob-menu>li .sub-menu li a {
	color: #dddddd;
}

.mob-menu-item ul.sub-menu {
	display: none;
}

@media (max-width: 1280px) {
	header .header-nav .menu>li>a {
		padding: 0 40px;
	}
	header .header-chinese .logo img {
		height: 35px;
	}
	header .header-chinese .header-contact .header-contact-icon img {
		height: 35px;
	}
	header .header-chinese .header-contact p {
		padding-bottom: 3px;
	}
	header .header-chinese .header-contact a {
		font-size: 20px;
	}
}

@media (max-width: 980px) {
	header {
		display: none;
	}
	.header-mob {
		display: flex;
	}
	.header-mob .header-logo img {
		height: 30px;
	}
	.header-mob .header-img {
		padding: 15px;
	}
}

@media (max-width:500px) {
	.header-mob {
		height: 50px;
	}
	.header-mob .header-logo {
		padding: 10px 10px;
	}
	.header-mob .header-logo img {
		height: 30px;
	}
	.header-mob .header-img {
		padding: 15px;
	}
	.header-mob .header-img img {
		height: 20px;
	}
	.header-mob-nav {
		padding-top: 30px;
	}
	.header-mob-nav .header-mob-lang {
		padding-bottom: 20px;
	}
	.header-mob-nav .header-mob-lang li {
		padding: 0 30px;
	}
	.header-mob-nav .header-mob-lang li a {
		font-size: 18px;
	}
	.header-mob-nav .header-mob-menu>li {
		padding: 10px 0;
	}
	.header-mob-nav .header-mob-menu>li>a {
		font-size: 16px;
	}
	.header-mob-nav .header-mob-menu>li .sub-menu {
		padding-top: 10px;
	}
	.header-mob-nav .header-mob-menu>li .sub-menu li {
		padding: 8px;
	}
	.header-mob-nav .header-mob-menu>li .sub-menu li a {
		font-size: 15px;
	}
}

footer {
	background-color: var(--color-1);
}

footer ul.dis-f>li {
	width: calc((100% - 600px)/4);
}

footer ul.dis-f>li:nth-of-type(1) {
	width: 600px;
}

footer ul.dis-f>li .footer-logo img {
	width: 180px;
}

footer ul.dis-f>li h6 {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-white);
	padding-top: 50px;
	padding-bottom: 10px;
}

footer ul.dis-f>li h6+p a {
	font-size: 32px;
	font-weight: 600;
	color: var(--color-white);
}

footer .footer-list {
	padding-top: 100px;
}

footer .footer-list a {
	display: inline-block;
}

footer .footer-list a+a {
	padding-left: 4px;
}

footer .footer-list a img {
	width: 25px;
	background-color: var(--color-white);
	border-radius: 4px;
	opacity: 1.5;
}

footer ul.dis-f>li h4 {
	font-size: 18px;
	color: var(--color-white);
	font-weight: 600;
	padding-bottom: 30px;
}

footer ul.dis-f>li ul li {
	padding: 5px 0;
}

footer ul.dis-f>li ul li a {
	font-size: 15px;
	color: var(--color-white);
	line-height: 1.6;
	opacity: 0.9;
}

footer ul.dis-f>li ul li a:hover {
	opacity: 1;
}

.footer-bottom {
	width: 100%;
	background-color: var(--color-1);
}

.footer-bottom .dis-f {
	padding-top: 25px;
	padding-bottom: 50px;
	border-top: 1px solid var(--color-white);
	justify-content: space-between;
	gap: 10px
}

.footer-bottom a {
	color: var(--color-white);
	font-size: 15px;
}

@media (max-width:1480px) {
	footer ul.dis-f>li {
		width: calc((100% - 400px)/4);
	}
	footer ul.dis-f>li:nth-of-type(1) {
		width: 400px;
	}
}

@media (max-width:980px) {
	footer ul.dis-f>li {
		width: calc((100% - 400px)/2);
	}
	footer ul.dis-f>li:nth-of-type(5),
	footer ul.dis-f>li:nth-of-type(4) {
		display: none;
	}
}

@media (max-width:768px) {
	footer ul.dis-f>li {
		width: calc((100% - 300px)/2);
	}
	footer ul.dis-f>li:nth-of-type(1) {
		width: 300px;
	}
	footer ul.dis-f>li .footer-logo img {
		width: 120px;
	}
	footer ul.dis-f>li h6+p a {
		font-size: 24px;
	}
	footer ul.dis-f>li h6 {
		padding-top: 40px;
	}
	footer .footer-list {
		padding-top: 50px;
	}
	footer ul.dis-f>li ul li {
		padding: 2px 0;
	}
	footer ul.dis-f>li h4 {
		padding-bottom: 20px;
	}
	.footer-bottom .dis-f {
		padding-top: 15px;
		padding-bottom: 30px;
	}
}

@media (max-width:500px) {
	footer ul.dis-f>li ul{
		display: flex;
		flex-flow: wrap;
		column-gap: 20px;
	}
	footer ul.dis-f>li ul li{
		
	}
	footer ul.dis-f>li {
		width: 100%;
		padding-bottom: 20px;
	}
	footer ul.dis-f>li:nth-of-type(1) {
		width: 100%;
		padding-bottom: 30px;
	}
	footer ul.dis-f>li:nth-of-type(3){
		padding-bottom: 0px;
	}
	footer ul.dis-f>li h6 {
		padding-top: 20px;
	}
	footer .footer-list {
		display: none;
	}
	footer ul.dis-f>li h4 {
		padding-bottom: 12px;
	}
	footer ul.dis-f>li h4{
		font-size: 16px;
	}
	.footer-bottom .dis-f {
		padding-bottom: 20px;
	}
	.footer-bottom a{
		font-size: 12px;
	}
	
}