.banner-article {
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	width: 100%;
	height: 600px;
	padding-top: 123PX;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	position: relative;
}

.banner-article h4 {
	font-size: 52px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 5px;
}

.banner-about {
	background-image: url(/wp-content/themes/shunnong/images/banner-about.jpg);
}

.banner-research {
	background-image: url(/wp-content/themes/shunnong/images/banner-research.jpg);
}

.banner-new {
	background-image: url(/wp-content/themes/shunnong/images/banner-new.jpg);
}

.banner-contact {
	background-image: url(/wp-content/themes/shunnong/images/banner-contact.jpg);
	height: 800px;
	padding-bottom: 200px;
}

@media (max-width:1280px) {
	.banner-article {
		height: 500px;
		padding-top: 70px;
	}
}

@media (max-width:1080px) {
	.banner-article {
		height: 350px;
		padding-top: 70px;
	}
	.banner-contact {
		height: 300px;
		padding-bottom: 0;
	}
	.banner-article h4 {
		font-size: 40px;
	}
}

@media (max-width:768px) {
	.banner-article {
		height: 250px;
		padding-top: 50px;
	}
	.banner-contact {
		height: 250px;
		padding-bottom: 0;
	}
	.banner-article h4 {
		font-size: 28px;
	}
}

@media (max-width:500px) {
	.banner-article {
		height: 180px;
	}
	.banner-article h4 {
		font-size: 20px;
	}
}

.principle {
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	background-image: url(/wp-content/themes/shunnong/images/about-6.jpg);
}

h6.article-H {
	font-size: 20px;
	padding-bottom: 15px;
}

h4.article-H {
	font-size: 32px;
	color: #009d8d;
	padding-bottom: 40px;
}

@media (max-width:768px) {
	h6.article-H {
		font-size: 18px;
		padding-bottom: 10px;
	}
	h4.article-H {
		font-size: 20px;
		padding-bottom: 10px;
	}
}

.about .text {
	padding-bottom: 50px;
}

.about .text p {
	color：#666666;
	line-height: 1.8;
}

.about .text p+p {
	padding-top: 15px;
}

.about ul.icon {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
}

.about ul.icon li {
	width: 20%;
	height: 200px;
	max-height: 200px;
	max-width: 200px;
	border-radius: 12px;
	background-color: #009d8d;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.about ul.icon li img {
	width: 80px;
}

.about ul.icon li h6 {
	font-size: 18px;
	font-weight: 600;
	padding-top: 25px;
	color: #ffffff;
	width: 100%;
	text-align: center;
}

.about ul.equipment {
	display: flex;
	flex-flow: wrap;
	gap: 50px;
	padding-top: 50px;
}

.about ul.equipment li {
	width: calc(50% - 25px);
}

.about ul.equipment li img {
	width: 100%;
	border-radius: 15px;
}

@media (max-width:768px) {
	.about ul.icon {
		justify-content: space-between;
	}
	.about .text {
		padding-bottom: 20px;
	}
	.about ul.icon li {
		width: calc(25% - 10px);
		height: auto;
		padding: 30px 0;
	}
	.about ul.icon li img {
		width: 90%;
		max-width: 80px;
	}
	.about ul.icon li h6 {
		font-size: 16px;
		padding-top: 15px;
	}
	.about ul.equipment {
		padding-top: 30px;
		gap: 10px;
	}
	.about ul.equipment li {
		width: 100%;
	}
}

@media (max-width:500px) {
	.about ul.icon {
		gap: 10px;
	}
	.about ul.icon li {
		width: calc(50% - 5px);
	}
	.about ul.equipment {
		padding-top: 10px;
	}
}

.principle ul {
	padding-top: 30px;
	display: flex;
	flex-flow: wrap;
	gap: 100px;
}

.principle ul li {
	width: calc(50% - 50px);
	border-radius: 20px;
	background-color: #009d8d;
	padding: 50px;
}

.principle ul li h5 {
	font-size: 24px;
	color: #ffffff;
	padding-bottom: 15px;
}

.principle ul li p {
	font-size: 16px;
	color: #ffffff;
	line-height: 2;
}

@media (max-width:1080px) {
	.principle ul {
		padding-top: 0;
		gap: 30px;
	}
	.principle ul li {
		width: 100%;
	}
}

@media (max-width:768px) {
	.principle ul {
		padding-top: 20px;
		gap: 10px;
	}
	.principle ul li {
		padding: 20px;
	}
	.principle ul li h5 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.principle ul li p {
		line-height: 1.5;
	}
}

.features ul {
	padding-top: 30px;
	display: flex;
	flex-flow: wrap;
	gap: 50px;
}

.features ul li {
	width: calc(33.33% - 33.33px);
	padding: 50px;
	background-color: #f1f1f1;
	border-radius: 15px;
}
.features.features-en ul li{
	width: calc(50% - 25px);
}
.features ul li:first-child {
	background-color: #009d8d;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}

.features ul li img {
	width: 100%;
	max-width: 250px;
}

.features ul li h5 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	color: #000000;
	padding-bottom: 15px;
}
.features.features-en ul li h5{
	color: #009d8d;
}
.features ul li h5 span {
	display: inline-block;
	margin-right: 10px;
	background-color: #009d8d;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
}

.features ul li p {
	line-height: 1.5;
	color: #666666;
}

@media (max-width:1280px) {
	.features ul {
		gap: 30px;
		padding-top: 0;
	}
	.features ul li {
		width: calc(50% - 15px);
	}
}

@media (max-width:768px) {
	.features ul {
		padding-top: 20px;
		gap: 10px;
	}
	.features ul li {
		width: 100%;
		padding: 30px;
	}
	.features ul li h5 {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.features ul li h5 span {
		font-size: 16px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

.product .list-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 100px;
}

.product .list-top .list-L {
	width: calc(50% - 50px);
}

.product .list-top .list-R {
	width: calc(50% - 50px);
}

.product .list-top img {
	width: 100%;
}

.product .list-top h5 a {
	font-size: 60px;
	font-weight: 900;
	color: #009d8d;
	font-family: "Helvetica-Black-SemiBold";
	padding-bottom: 30px;
	display: inline-block;
}

.product .list-top p {
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 10px;
}

.product ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 100px;
	padding-top: 100px;
}

.product ul li {
	width: calc(50% - 50px);
	background-color: #009d8d;
	padding: 40px 50px 0;
}

.product ul li img {
	width: 100%;
	padding: 30px 0;
}

.product ul li h3 {
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 35px;
}

.product ul li h3 a {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 32px;
}

@media (max-width:1080px) {
	.product .list-top {
		gap: 20px;
	}
	.product .list-top .list-L {
		width: 100%;
	}
	.product .list-top .list-R {
		width: 100%;
	}
	.product .list-top h5 a {
		font-size: 50px;
		padding-bottom: 10px;
	}
	.product ul {
		padding-top: 30px;
		gap: 30px;
	}
	.product ul li {
		width: calc(50% - 15px);
		padding: 30px 40px 0;
	}
	.product ul li h3 {
		padding-bottom: 25px;
	}
	.product ul li h3 a {
		font-size: 28px;
	}
}

@media (max-width:768px) {
	.product .list-top {
		padding-top: 20px;
		gap: 10px;
	}
	.product .list-top h5 a {
		font-size: 32px;
		padding-bottom: 5px;
	}
	.product .list-top p {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.product ul {
		padding-top: 10px;
		gap: 10px;
	}
	.product ul li {
		width: 100%;
		padding: 20px 20px 0;
	}
	.product ul li h3 a {
		font-size: 20px;
	}
	.product ul li h3 {
		padding-bottom: 15px;
	}
	.product ul li img {
		padding: 20px 0;
	}
}

.product-article h4 {
	font-size: 60px;
	font-weight: 900;
	color: #009d8d;
	font-family: "Helvetica-Black-SemiBold";
	padding-bottom: 30px;
}

.product-article h6 {
	font-size: 20px;
	color: #333333;
	padding-bottom: 20px;
}

.product-article img {
	width: 100%;
	background-color: #f1f1f1;
	padding: 30px 0;
}

.product-article ul {
	display: flex;
	flex-flow: wrap;
	gap: 100px;
}

.product-article ul li {
	width: calc(50% - 50px);
}

.product-article table {
	width: 100%;
}

.product-article table tr td {
	padding: 8px 10px;
	font-size: 15px;
	text-align: center;
}

.product-article table tr:first-child td {
	background-color: #009d8d;
	font-weight: 600;
	color: #ffffff;
	padding: 10px;
}

.product-article table tr td:nth-of-type(2) {
	text-align: left;
}

@media (max-width:1280px) {
	.product-article ul {
		gap: 50px;
	}
	.product-article ul li {
		width: calc(50% - 25px);
	}
}

@media (max-width:1080px) {
	.product-article ul {
		gap: 30px;
		flex-direction: column-reverse;
	}
	.product-article ul li {
		width: 100%;
	}
	.product-article h4 {
		font-size: 50px;
		padding-bottom: 20px;
	}
}

@media (max-width:768px) {
	.product-article h4 {
		font-size: 32px;
		padding-bottom: 10px;
	}
	.product-article ul {
		gap: 20px;
	}
	.product-article h6 {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.product-article table tr td {
		padding: 5px;
		font-size: 14px;
	}
	.product-article table tr:first-child td {
		padding: 5px;
	}
}

.case ul {
	display: flex;
	flex-flow: wrap;
	gap: 25px;
}

.case ul li {
	width: calc(33.33% - (50px/3));
}

.case ul li img {
	width: 100%;
	display: block;
}

@media (max-width:1080px) {
	.case ul li {
		width: calc(50% - 12.5px);
	}
}

@media (max-width:768px) {
	.case ul {
		gap: 10px;
		padding-top: 10px;
	}
	.case ul li {
		width: calc(50% - 5px);
	}
}

@media (max-width:500px) {
	.case ul li {
		width: 100%;
	}
}

.new li {
	display: flex;
	flex-flow: wrap;
	padding: 30px;
	background-color: #f1f1f1;
	border-radius: 15px;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease 0s;
}

.new li:hover {
	background-color: #009d8d;
}

.new li+li {
	margin-top: 30px;
}

.new li .li-img {
	width: 300px;
	overflow: hidden;
}

.new li .li-img .img {
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}

.new li:hover .li-img .img {
	transform: scale(1.15);
}

.new li .li-text {
	width: calc( 100% - 500px);
}

.new li .li-date {
	width: 100px;
}

.new li h5 a {
	font-size: 24px;
	line-height: 1.4;
	padding-bottom: 10px;
	display: inline-block;
	color: #333333;
	transition: all 0.3s ease 0s;
}

.new li:hover h5 a {
	color: #ffffff;
}

.new li p {
	font-size: 16px;
	line-height: 1.8;
	color: #666666;
	transition: all 0.3s ease 0s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.new li:hover p {
	color: #ffffff;
}

.new li a.more2 {
	font-size: 16px;
	display: inline-block;
	display: flex;
	flex-flow: wrap;
	margin-top: 35px;
	align-items: center;
	color: #009d8d;
	font-weight: 600;
	transition: all 0.3s ease 0s;
}

.new li:hover a.more2 {
	color: #ffffff;
}

.new li a.more2 img {
	height: 16px;
	padding-left: 15px;
}

.new li span {
	font-size: 60px;
	font-weight: 600;
	font-family: "arial black";
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 1;
	color: #999999;
	transition: all 0.3s ease 0s;
}

.new li:hover span {
	color: #ffffff;
}

.new span+span {
	font-size: 20px;
	padding-top: 10px;
}

@media (max-width:1080px) {
	.new li .li-date {
		display: none;
	}
	.new li .li-text {
		width: calc(100% - 330px);
	}
}

@media (max-width:768px) {
	.new ul {
		padding-top: 20px;
	}
}

@media (max-width:500px) {
	.new ul {
		padding-top: 10px;
	}
	.new li {
		padding: 0;
	}
	.new li .li-img {
		width: 100%;
	}
	.new li .li-text {
		width: 100%;
		padding: 15px;
		padding-bottom: 20px;
	}
	.new li .li-img .img {
		border-radius: 12px 12px 0 0;
	}
	.new li h5 a {
		font-size: 18px;
		padding-bottom: 5px;
	}
	.new li p {
		line-height: 1.5;
	}
	.new li a.more2 {
		margin-top: 15px;
	}
	.new li+li {
		margin-top: 10px;
	}
}

.new-article h2 {
	text-align: center;
	padding-bottom: 30px;
	line-height: 1.5;
	font-size: 32px;
}

.new-article .time {
	padding-bottom: 15px;
	text-align: center;
	font-size: 18px;
	color: #999999;
}

.new-article .text {
	color: #666666;
	line-height: 2;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}

.new-article .text p {
	color: #666666;
	line-height: 1.8;
}

.new-article .text p+p {
	padding-top: 10px;
}

@media (max-width:1080px) {
	.new-article h2 {
		font-size: 22px;
		padding-bottom: 20px;
	}
}

@media (max-width:768px) {
	.new-article h2 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.new-article .time {
		font-size: 14px;
	}
	.new-article .text p+p {
		padding-top: 5px;
	}
	.new-article .text {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.research .research-list+.research-list {
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px solid #dddddd;
}

.research .research-list h5 {
	font-size: 20px;
}

.research .research-list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px
}

.research .research-list ul li {
	width: calc( 33.33% - 20px);
}

.research .research-list ul li p {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

.research .research-list ul li img {
	width: 100%;
}

@media (max-width:1080px) {
	.research .research-list+.research-list {
		padding-top: 40px;
		margin-top: 40px;
	}
}

@media (max-width:768px) {
	.research .research-list1 {
		padding-top: 20px;
	}
	.research .research-list+.research-list {
		padding-top: 30px;
		margin-top: 30px;
	}
	.research .research-list h5 {
		font-size: 18px;
		padding-bottom: 10px;
	}
}

@media (max-width:500px) {
	.research .research-list1 {
		padding-top: 10px;
	}
	.research .research-list h5 {
		font-size: 16px;
		color: #009d8d;
		padding-bottom: 10px;
	}
	.research .research-list ul li {
		width: 100%;
	}
	.research .research-list ul {
		gap: 10px;
	}
	.research .research-list+.research-list {
		padding-top: 20px;
		margin-top: 20px;
	}
}

.contact {
	background-color: #ffffff;
	box-shadow: 0px 0px 6px #ddd;
	display: flex;
	flex-flow: wrap;
	margin-top: -200px;
	position: relative;
	z-index: 1;
	border-radius: 30px;
	overflow: hidden;
}

.contact .contact-L {
	width: 40%;
	padding: 50px;
	padding-right: 5%;
}

.contact .contact-map {
	width: 60%;
}

.contact h6 {
	font-size: 13px;
	padding-bottom: 10px;
	color: #666666;
}

.contact p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
}

.contact li+li {
	padding-top: 20px;
}

.contact li:first-child p {
	font-size: 40px;
	font-weight: 900;
}

.contact li:last-child p {
	font-size: 15px;
}

@media (max-width:1080px) {
	.contact {
		margin-top: 40px;
	}
	.contact .contact-L {
		width: 100%;
	}
	.contact .contact-map {
		width: 100%;
	}
	.contact {
		border-radius: 15px 15px 0 0;
	}
}

@media (max-width:768px) {
	.contact ul {
		padding-top: 10px;
	}
	.contact .contact-L {
		padding: 30px 20px;
	}
	.banner-article.banner-contact h4 {
		display: block;
	}
	.contact li:first-child p {
		font-size: 32px;
	}
	.contact li+li {
		padding-top: 10px;
	}
}