@font-face {
	font-family: "Helvetica-Black-SemiBold";
	/* Project id  */
	src: url('/wp-content/themes/shunnong/fonts/Helvetica-Black-SemiBold.ttf') format('truetype');
}

* {
	font-family: "微软雅黑", "microsoft yahei";
	padding: 0;
	margin: 0;
	line-height: 1;
	box-sizing: border-box;
}

body {
	width: 100%;
}

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;
}

.w-1600 {
	width: 100%;
	max-width: 1600px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
}



.w-1300 {
	width: 100%;
	max-width: 1200px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
}

.p-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

.mb-120 {
	margin-bottom: 120px;
}

@media (max-width:1600px) {}

@media (max-width:1280px) {
	.w-1600 {
		padding-left: 35px;
		padding-right: 35px;
	}
	.p-120 {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.pb-120 {
		padding-bottom: 90px;
	}
	.mb-120 {
		margin-bottom: 90px;
	}
}

@media (max-width:980px) {
	.w-1600 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.p-120 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pb-120 {
		padding-bottom: 60px;
	}
	.mb-120 {
		margin-bottom: 60px;
	}
}

@media (max-width:768px) {
	.w-1600 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.p-120 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pb-120 {
		padding-bottom: 40px;
	}
	.mb-120 {
		margin-bottom: 40px;
	}
}

@media (max-width:500px) {
	.p-120 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pb-120 {
		padding-bottom: 30px;
	}
	.mb-120 {
		margin-bottom: 30px;
	}
}

header.cn a {
	letter-spacing: 1.5px;
}

header {
	border-bottom: 1px solid #dddddd;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	z-index: 9999;
	transition: all 0.3s ease 0s;
}

header.header {
	background-color: rgba(0, 157, 142, 0.85);
	-webkit-overflow-scrolling: touch;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: saturate(180%) blur(15px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: height .3s ease-out 0s;
	-moz-transition: height .3s ease-out 0s;
	-o-transition: height .3s ease-out 0
}

header .header-logo {
	padding: 30px 50px;
	padding-right: 80px;
	background-color: #ffffff;
	border-radius: 0 0 60px 0;
}

header .header-logo img {
	height: 60px;
}

header .header-nav {
	width: calc(100% - 600px);
	max-width: 750px;
}

header .header-nav>ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

header .header-nav>ul>li {
	position: relative;
}

header .header-nav>ul>li a {
	font-size: 16px;
	color: #ffffff;
}

header.header .header-nav>ul>li:hover>a {
	color: #009D8D;
}

header .header-nav>ul>li>a {
	position: relative;
	line-height: 122px;
	display: inline-block;
}

header .header-nav>ul>li>a:after {
	content: '';
	width: 0px;
	height: 30px;
	border-radius: 50px;
	display: inline-block;
	background-color: #009d8d;
	position: absolute;
	top: calc(50% + 0px);
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: all 0.2s ease 0s;
}

header.header .header-nav>ul>li>a:after {
	background-color: #FFFFFF;
}

header.header .header-nav>ul>li.current-menu-item>a {
	color: #009D8D;
}

header .header-nav>ul>li.current-menu-item>a:after,
header .header-nav>ul>li:hover>a:after {
	width: calc(100% + 50px);
}

header .header-lang {
	padding-right: 90px;
}

header .header-lang ul li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #009d8d;
	border-radius: 50px;
	color: #ffffff;
	display: flex;
	flex-flow: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

header.header .header-lang ul li a {
	background-color: #ffffff;
	color: #009d8d;
}

header .header-nav>ul>li ul {
	position: absolute;
	top: 123px;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 12px;
	padding: 25px 30px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	white-space: nowrap;
	display: none;
	transition: all 0.3s ease 0s;
	transition-delay: 0s, 1.5s;
}

header .header-nav>ul>li:hover ul {
	display: block;
	transition: all 0.3s ease 2s;
}

header .header-nav>ul>li ul li {
	padding: 12px 15px;
	text-align: center;
}

header .header-nav>ul>li ul li a {
	font-size: 16px;
}

header.header .header-nav>ul>li ul li a {
	color: #ffffff;
}

header .header-nav>ul>li ul li a:hover {
	color: #009d8d;
}

header .header-nav>ul>li ul:after {
	content: '';
	display: inline-block;
	width: calc( 100% - 60px);
	height: 6px;
	border-radius: 50px;
	background-color: #009D8D;
	position: absolute;
	top: -3px;
	left: 50%;
	transform: translateX(-50%);
}

header.header .header-nav>ul>li ul:after {
	background-color: #ffffff;
}

@media (max-width:1280px) {
	header .header-logo {
		padding: 20px 30px;
	}
	header .header-lang {
		padding-right: 30px;
	}
	header .header-nav {
		width: calc(100% - 500px);
	}
	header .header-logo img {
		height: 50px;
	}
	header .header-nav>ul>li>a {
		line-height: 92px;
	}
	header .header-nav>ul>li ul{
		top: 93px;
	}
}

.header-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}

@media (max-width:1080px) {
	.header-mobile {
		display: block;
	}
	header {
		display: none;
	}
}

.header-mobile .header-mobile-top {
	width: 100%;
	height: 70px;
	background-color: #009D8D;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.header-mobile .logo {
	padding: 15px 35px;
}

.header-mobile .logo img {
	height: 40px;
	display: block;
}

.header-mobile .meun {
	padding: 18px;
	background-color: rgba(0, 0, 0, 0.2);
}

.header-mobile .meun img {
	display: none;
	width: 34px;
}

.header-mobile .meun img.meun-1 {
	display: block;
}

.header-mobile ul.nav {
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 999;
	width: 100%;
	text-align: center;
	min-height: calc( 100vh - 70px);
	padding: 70px 0;
	background-color: rgba(0, 0, 0, 0.75);
	opacity: 1;
	transform: translateX(-0%);
	transition: all 0.5s ease 0s;
}

.header-mobile ul.nav.nav-1 {
	opacity: 0;
	transform: translateX(-100%)
}

.header-mobile ul.nav>li {
	border-top: 1px solid #ffffff;
	width: 60%;
	padding: 20px 0;
	margin: 0 auto;
	max-width: 400px;
	font-size: 18px;
}

.header-mobile ul.nav>li.menu-item-has-children {
	padding-bottom: 0;
}

.header-mobile ul.nav>li.lang-item {
	border-bottom: 1px solid #ffffff;
}

.header-mobile ul.nav>li a {
	color: #ffffff;
}

.header-mobile ul.nav>li ul {
	margin-top: 20px;
	border-top: 1px solid #ffffff;
}

.header-mobile ul.nav>li ul li {
	padding: 15px 0;
	font-size: 16px;
}

.header-mobile ul.nav>li ul li+li {
	border-top: 1px solid #dddddd;
}

.header-mobile ul.nav>li ul li a {
	color: #dddddd;
}

@media (max-width:768px) {
	.header-mobile .logo {
		padding: 12px 15px;
	}
	.header-mobile .header-mobile-top {
		height: 50px;
	}
	.header-mobile .logo img {
		height: 26px;
	}
	.header-mobile .meun {
		padding: 12px;
	}
	.header-mobile .meun img {
		width: 26px;
	}
	.header-mobile ul.nav {
		top: 50px;
		min-height: calc( 100vh - 50px);
		padding: 50px 0;
	}
	.header-mobile ul.nav>li a {
		font-size: 16px;
	}
}
@media (max-width:500px){
	.header-mobile ul.nav>li{
		padding: 10px 0;
	}
}
footer {
	background-color: #1c202b;
	padding-top: 80px;
	padding-bottom: 60px;
}

footer .footer-top {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 30px;
	border-bottom: 1px solid #dddddd;
}

footer .footer-top h3 {
	font-size: 32px;
	color: #ffffff;
}

footer .footer-top h3 span {
	color: #009D8D;
}

footer .footer-top img {
	height: 50px;
}

footer ul {
	padding-top: 50px;
	color: #FFFFFF;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between
}

footer ul li:first-child {
	width: 460px;
}
footer ul li:last-child{
	max-width: 500px;
}
footer ul li .tel span {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 600;
	display: block;
}

footer ul li .tel span+span {
	font-size: 40px;
	font-weight: 600;
}

footer ul li .gzh {
	padding-top: 40px;
	display: flex;
	flex-flow: wrap;
	column-gap: 50px;
}

footer ul li .gzh .gzh-img {
	width: 110px;
	text-align: center;
}

footer ul li .gzh img {
	padding: 8px;
	width: 100%;
	background-color: #ffffff;
}

footer ul li .gzh p {
	padding-top: 10px;
	font-size: 14px;
	font-weight: 600;
}

footer ul li h4 {
	font-size: 18px;
	padding-bottom: 30px;
}

footer ul li .list .list-link {
	padding: 12px 0;
}

footer ul li .list .list-link a {
	font-size: 15px;
	line-height: 1.5;
	color: #f9f9f9;
}

.footer-bottom {
	background-color: #0c0f16;
	padding: 20px 0;
}

.footer-bottom .w-1600 {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between
}

.footer-bottom a {
	font-size: 14px;
	color: #bbbbbb;
}

@media (max-width:1500px){
	footer ul li:last-child{
		max-width: 400px;
	}
}

@media (max-width:1280px) {
	footer ul li:last-child {
		display: none;
	}
}

@media (max-width:1080px) {
	footer {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	footer .footer-top img {
		height: 40px;
	}
	footer .footer-top h3 {
		font-size: 24px;
	}
	footer ul {
		padding-top: 30px;
	}
	footer ul li:first-child {
		width: 360px;
	}
	footer ul li .gzh {
		padding-top: 20px;
	}
	footer ul li .gzh {
		gap: 30px;
	}
	footer ul li .gzh .gzh-img {
		width: 100px;
	}
}

@media (max-width:768px) {
	footer {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	footer .footer-top img {
		height: 30px;
	}
	footer .footer-top {
		padding-bottom: 15px;
		align-items: center;
	}
	footer .footer-top h3 {
		font-size: 18px;
	}
	footer ul {
		padding-top: 20px;
	}
	footer ul li .tel span {
		font-size: 14px;
	}
	footer ul li .tel span+span {
		font-size: 28px;
	}
	footer ul li {
		display: none;
	}
	footer ul li:first-child {
		display: block;
		width: 100%;
	}
	footer ul li .gzh {
		padding-top: 10px;
	}
	footer ul li .gzh {
		gap: 10px;
	}
	footer ul li .gzh .gzh-img {}
	.footer-bottom {
		padding: 10px 0;
	}
	.footer-bottom a {
		line-height: 2;
	}
}

@media (max-width:500px) {
	footer ul li .gzh .gzh-img {
		width: calc(33.33% - (20px/3));
	}
}