.banner {
	background-image: url(/wp-content/themes/shunfan/images/banner-about.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center bottom;
	width: 100%;
}

.banner.banner-contact {
	background-image: url(/wp-content/themes/shunfan/images/banner-contact.jpg);
}

.banner.banner-culture {
	background-image: url(/wp-content/themes/shunfan/images/banner-culture.jpg);
}

.banner.banner-equipment {
	background-image: url(/wp-content/themes/shunfan/images/banner-equipment.jpg);
}

.banner.banner-new {
	background-image: url(/wp-content/themes/shunfan/images/banner-new.jpg);
}

.banner.banner-new-article {
	background-image: url(/wp-content/themes/shunfan/images/banner-new-article.jpg);
}

.banner.banner-product {
	background-image: url(/wp-content/themes/shunfan/images/banner-product.jpg);
}

.banner.banner-product-article {
	background-image: url(/wp-content/themes/shunfan/images/banner-product-article.jpg);
}

.banner.banner-sale {
	background-image: url(/wp-content/themes/shunfan/images/banner-sale.jpg);
}

.banner .bj-rgba {
	width: 100%;
	padding-top: 80px;
	height: 500px;
	background-color: rgba(0, 100, 230, 0.4);
	background-color: rgba(20, 66, 146, 0.6);
	display: flex;
	flex-flow: wrap;
	align-items: center
}

.banner .text h4 {
	font-size: 40px;
	color: #ffffff;
	font-weight: 600;
	padding-bottom: 20px;
	margin: 0;
	margin-bottom: 20px;
	position: relative;
}

.banner .text h4:after {
	content: '';
	background-color: #ffffff;
	width: 80px;
	height: 4px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner .text p {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.banner .text.l-s p {
	letter-spacing: 3px;
	margin-bottom: 0;
}

.banner-nav {
	margin-bottom: -31px;
}

.banner-nav ul {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px #999999;
	border-radius: 8px;
	transform: translateY(-50%);
	display: flex;
	flex-flow: wrap;
}

.banner-nav ul li {
	flex: 1 1 auto;
	text-align: center;
	padding: 20px 0;
}

.banner-nav ul li+li {
	border-left: 1px solid #dddddd;
}

.banner-nav ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

.banner-nav ul li:hover {
	background-color: rgba(0, 100, 230, 0.75);
}

.banner-nav ul li:hover a {
	color: #ffffff;
}

@media (max-width: 1080px) {
	.banner .bj-rgba {
		height: 400px;
	}
}

@media (max-width: 768px) {
	.banner .bj-rgba {
		height: 220px;
		padding-top: 54px;
		padding-bottom: 15px;
	}
	.banner-nav ul {
		border-radius: 4px;
	}
	.banner-nav ul li {
		padding: 5px 0;
	}
	.banner-nav ul li a {
		font-size: 12px;
	}
	.banner .text h4 {
		font-size: 20px;
		text-align: center;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.banner .text p {
		font-size: 12px;
		text-align: center;
	}
	.banner .text h4:after {
		width: 40px;
		height: 2px;
		left: calc( 50% - 20px);
	}
}

.about h2 {
	font-size: 32px;
	color: #144292;
	font-weight: 600;
	padding-bottom: 30px;
	margin: 0;
}

.about .text p {
	font-size: 18px;
	line-height: 2;
	color: #333333;
}

@media (max-width: 768px) {
	.about h2 {
		font-size: 24px;
		padding-bottom: 15px;
	}
	.about .text p {
		font-size: 15px;
	}
}

.about-video {
	border-top: 1px dashed #dddddd;
}

.about-video video {
	width: 100%;
}

.about-video .video {
	position: relative;
}

.about-video .video:after {
	content: '';
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	background-image: url(/wp-content/themes/shunfan/images/down.svg);
	background-repeat: no-repeat;
	background-size: 25px, 25px;
	background-position: center;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #dddddd;
	padding: 10px;
	position: absolute;
	top: -25px;
	left: -25px;
}

@media (max-width: 768px) {
	.about-video .video:after {
		width: 25px;
		height: 25px;
		top: -12.5px;
		left: -12.5px;
		background-size: 10px, 10px;
	}
}

.authentication>div {
	border-bottom: 1px solid #dddddd;
}

.authentication h4 {
	margin: 0;
	padding-bottom: 50px;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #000000;
}

.authentication ul {
	display: flex;
	flex-flow: wrap;
}

.authentication ul li {
	flex: 1 1 auto;
	font-size: 60px;
	font-weight: 600;
	color: #144292;
	text-align: center;
}

@media (max-width: 1080px) {
	.authentication ul li {
		font-size: 42px;
	}
}

@media (max-width: 768px) {
	.authentication ul li {
		font-size: 20px;
	}
	.authentication h4 {
		font-size: 24px;
		padding-bottom: 30px;
	}
}

.certificate h4 {
	margin: 0;
	padding-bottom: 50px;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #000000;
}

.certificate ul {
	display: flex;
	flex-flow: wrap;
	gap: 50px;
}

.certificate ul li {
	width: calc( 20% - (200px/5));
}

.certificate ul li img {
	width: 100%;
}

@media (max-width: 1080px) {
	.certificate ul {
		gap: 20px;
	}
	.certificate ul li {
		width: calc( 20% - (80px/5));
	}
}

@media (max-width: 768px) {
	.certificate h4 {
		font-size: 24px;
		padding-bottom: 30px;
	}
	.certificate ul {
		gap: 15px;
	}
	.certificate ul li {
		width: calc( 33.33% - (30px/3));
	}
}

.advantage {
	width: 100%;
	display: flex;
	flex-flow: wrap;
}

.advantage .advantage-L {
	width: 50%;
}

.advantage .advantage-R {
	width: 50%;
	background-color: #EEEEEE;
	padding: 80px 0;
	padding-left: 10%;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	align-content: center;
}

.advantage .advantage-L .img {
	background-image: url(/wp-content/themes/shunfan/picture/about-advantage.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

.advantage h4 {
	font-size: 40px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 40px;
	color: #144292;
	width: 100%;
}

.advantage ul li {
	padding: 15px 0;
	font-size: 24px;
}

@media (max-width: 768px) {
	.advantage h4 {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.advantage ul li {
		padding: 0px 0 5px;
		font-size: 15px;
	}
	.advantage .advantage-L {
		width: 40%;
	}
	.advantage .advantage-R {
		width: 60%;
		padding: 40px;
	}
}

.service {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.service .service-L,
.service .service-R {
	width: calc( 50% - 40px);
	background-color: #eeeeee;
	padding: 60px 80px;
	border-radius: 12px;
}

.service h4 {
	font-size: 32px;
	color: #144292;
	font-weight: 600;
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}

.service h5 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
}

.service ul li {
	padding: 5px 0;
	font-size: 16px;
	color: #333333;
	line-height: 1.6;
}

@media (max-width: 1080px) {
	.service .service-L,
	.service .service-R {
		width: calc( 50% - 20px);
		padding: 40px 60px;
	}
}

@media (max-width: 768px) {
	.service h4 {
		font-size: 24px;
		padding-bottom: 30px;
	}
	.service .service-L,
	.service .service-R {
		width: 100%;
		padding: 20px;
	}
	.service .service-L {
		margin-bottom: 20px;
	}
	.service h5 {
		font-size: 18px;
		padding-bottom: 0;
	}
	.service ul li {
		font-size: 15px;
	}
}

.contact h2 {
	width: 100%;
	font-size: 32px;
	font-weight: 600;
	color: #144292;
	text-align: center;
	padding-bottom: 50px;
	width: 100%;
}

.contact ul {
	display: flex;
	flex-flow: wrap;
	padding-bottom: 50px;
}

.contact ul li {
	width: 33.33%;
	padding: 50px 20px;
}

.contact ul li:nth-of-type(3n-1) {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.contact ul li:nth-of-type(1),
.contact ul li:nth-of-type(2),
.contact ul li:nth-of-type(3) {
	border-bottom: 1px solid #dddddd;
}

.contact ul li .img {
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
}

.contact ul li .img img {
	width: 50px;
}

.contact ul li p {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: #666666;
	font-weight: 600;
}

@media (max-width: 768px) {
	.contact h2 {
		font-size: 24px;
		padding-bottom: 30px;
	}
	.contact ul li {
		width: 50%;
		padding: 30px 10px;
	}
	.contact ul li:nth-of-type(4) {
		border-bottom: 1px solid #dddddd;
	}
	.contact ul li p {
		font-size: 15px;
	}
	.contact ul li:nth-of-type(3n-1) {
		border-left: 0px solid #dddddd;
		border-right: 0px solid #dddddd;
	}
	.contact ul li:nth-of-type(2n-1) {
		border-right: 1px solid #dddddd;
	}
	.contact ul li .img {
		padding-bottom: 15px;
	}
	.contact ul li .img img {
		width: 40px;
	}
}

.culture {
	display: flex;
	flex-flow: wrap;
	align-content: center;
	align-items: center;
}

.culture .culture-L,
.culture .culture-R {
	width: 50%;
}

.culture .culture-R {
	padding-left: 100px;
}

.culture h2 {
	width: 100%;
	font-size: 32px;
	font-weight: 600;
	color: #144292;
	text-align: center;
	padding-bottom: 50px;
	width: 100%;
}

.culture ul li {
	padding-bottom: 10px;
}

.culture ul li h6 {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
}

.culture ul li p {
	font-size: 16px;
}

.culture .img img {
	width: 100%;
	padding: 30px;
}

@media (max-width: 768px) {
	.culture h2 {
		font-size: 24px;
		padding-bottom: 0px;
	}
	.culture .culture-L,
	.culture .culture-R {
		width: 100%;
	}
	.culture .culture-R {
		padding-left: 0;
	}
	.culture ul li {
		padding-bottom: 5px;
	}
	.culture ul li h6 {
		font-size: 18px;
	}
	.culture ul li p {
		font-size: 15px;
	}
}

.equipment h2 {
	font-size: 32px;
	color: #144292;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
}

.equipment p {
	font-size: 16px;
	padding-bottom: 50px;
	color: #333333;
	text-align: center;
}

.equipment ul {
	display: flex;
	flex-flow: wrap;
	gap: 30px
}

.equipment ul li {
	width: calc( 25% - (90px/4));
	text-align: center;
}

.equipment ul li .img img {
	width: 100%;
}

.equipment ul li h6 {
	font-size: 16px;
	font-weight: 600;
	padding-top: 5px;
}

.equipment ul+ul {
	padding-top: 50px;
}

@media (max-width: 1080px) {
	.equipment ul {
		gap: 20px;
	}
	.equipment ul li {
		width: calc( 25% - (60px/4));
	}
	.equipment ul+ul {
		padding-top: 35px;
	}
}

@media (max-width: 768px) {
	.equipment h2 {
		font-size: 24px;
		padding-bottom: 0;
	}
	.equipment p {
		font-size: 15px;
		padding-bottom: 20px;
	}
	.equipment ul {
		gap: 10px;
	}
	.equipment ul li {
		width: calc( 50% - 5px);
	}
	.equipment ul li h6 {
		font-size: 14px;
		margin: 5px 0;
		padding-top: 5px;
	}
	.equipment ul+ul {
		padding-top: 10px;
	}
}

.new .text {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.new h2 {
	font-size: 32px;
	color: #144292;
	font-weight: 600;
	text-align: center;
	padding-bottom: 50px;
}

.new ul li {
	display: flex;
	flex-flow: wrap;
	padding: 50px 0;
	border-bottom: 1px solid #dddddd;
	transition: all 0.3s linear 0s;
}

.new ul li:first-child {
	border-top: 1px solid #dddddd;
}

.new ul li .li-M {
	width: 200px;
	height: 150px;
	overflow: hidden;
}

.new ul li .li-L {
	width: calc( 100% - 350px);
	padding: 0 50px;
}

.new ul li .li-R {
	width: 150px;
	display: flex;
	justify-content: flex-end;
}

.new ul li .li-M .img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	transition: all 0.5s linear 0s;
}

.new ul li .li-R time {
	font-size: 32px;
	font-family: 'Helvetica';
	color: #dddddd;
	font-weight: 300;
	transition: all 0.3s linear 0s;
}

.new ul li .li-L h4 a {
	font-size: 20px;
	font-weight: 600;
	color: #144292;
	transition: all 0.3s linear 0s;
}

.new ul li .li-L p {
	font-size: 14px;
	color: #666666;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 0.3s linear 0s;
}

.new ul li .li-L a.more {
	display: inline-block;
	font-size: 12px;
	padding: 6px 20px 4px;
	border-radius: 50px;
	background-color: #eeeeee;
	color: #000000;
	margin-top: 20px;
	transition: all 0.3s linear 0s;
}

.new ul li:hover .li-M .img {
	transform: scale(1.15);
}

.new ul li:hover .li-L h4 a {
	color: #DE2525;
}

.new ul li:hover .li-L a.more {
	background-color: #144292;
	color: #ffffff;
}

.new ul li:hover {
	border-bottom: 1px solid #144292;
}

.new ul li:hover .li-L p {
	color: #333333;
}

.new ul li:hover .li-R time {
	color: #999999;
}

@media (max-width: 1080px) {
	.new ul li .li-L {
		padding: 0 35px;
	}
}

@media (max-width: 768px) {
	.new h2 {
		font-size: 24px;
		padding-bottom: 30px;
	}
	.new ul li {
		padding: 0px 0 20px;
	}
	.new ul li .li-M {
		width: 100%;
		height: 120px;
	}
	.new ul li .li-L {
		width: 100%;
		padding: 10px 0;
	}
	.new ul li .li-R {
		width: 150px;
		display: flex;
		justify-content: flex-start;
	}
	.new ul li .li-L h4 a {
		font-size: 16px;
	}
	.new ul li .li-L a.more {
		margin-top: 0px;
	}
	.new ul li .li-R time {
		font-size: 12px;
	}
}

.new-article .text {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.new-article h2 {
	font-size: 24px;
	color: #144292;
	font-weight: 600;
	text-align: center;
}

.new-article time {
	font-size: 16px;
	color: #999999;
	text-align: center;
	width: 100%;
	display: inline-block;
	padding-bottom: 50px;
	border-bottom: 1px solid #DDDDDD;
}

.new-article .main {
	padding-top: 30px;
}

.new-article .main p {
	line-height: 1.8;
	font-size: 16px;
	color: #666666;
}

@media (max-width: 768px) {
	.new-article h2 {
		font-size: 16px;
	}
	.new-article time {
		font-size: 12px;
		padding-bottom: 15px;
	}
	.new-article .main {
		padding-top: 15px;
	}
	.new-article .main p {
		font-size: 15px;
	}
}

.product h2 {
	font-size: 32px;
	font-weight: 600;
	color: #144292;
	padding-bottom: 10px;
}

.product p {
	font-size: 16px;
	color: #333333;
}

.product ul {
	padding-top: 50px;
	display: flex;
	flex-flow: wrap;
	gap: 30px;
}

.product ul li {
	background-image: linear-gradient(135deg, rgba(0, 100, 230, 0.15) 0%, rgba(0, 100, 230, 0.01) 100%);
	padding: 50px 50px;
	width: calc( 50% - 15px);
	display: flex;
	flex-flow: wrap;
	border-radius: 12px;
}

.product ul li .li-L {
	width: 40%;
	padding: 20px 0;
	padding-right: 40px;
	display: flex;
	flex-flow: wrap;
	align-content: space-between;
}

.product ul li .li-R {
	width: 60%;
	display: flex;
	flex-flow: wrap;
	align-content: center;
	justify-content: center;
}

.product ul li .li-R img {
	max-width: 100%;
	max-height: 280px;
}

.product ul li .li-L h4 {
	font-size: 24px;
	font-weight: 600;
	color: #144292;
	padding-bottom: 10px;
}

.product ul li .li-L p {
	font-size: 15px;
	padding-bottom: 20px;
	color: #333333;
	line-height: 1.6;
}

.product ul li .li-L a {
	font-size: 12px;
	color: #ffffff;
	background-color: #144292;
	padding: 10px 30px 8px;
	border-radius: 50px;
	display: inline-block;
	line-height: 1;
}

@media (max-width: 1080px) {
	.product ul li {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.product h2 {
		font-size: 24px;
	}
	.product p {
		font-size: 15px;
	}
	.product ul {
		padding-top: 30px;
		gap: 15px;
	}
	.product ul li {
		padding: 25px;
	}
	.product ul li .li-L {
		width: 100%;
		padding: 0;
	}
	.product ul li .li-R {
		width: 100%;
	}
	.product ul li .li-L h4 {
		padding-bottom: 0;
		font-size: 18px;
	}
	.product ul li .li-L p {
		padding-bottom: 5px;
	}
	.product ul li .li-L a {
		margin-bottom: 25px;
		padding: 8px 20px;
	}
	.product ul li .li-R img {
		max-width: 100%;
		max-height: 160px;
	}
}

.product-article h2 {
	font-size: 32px;
	font-weight: 600;
	color: #144292;
	padding-bottom: 80px;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.product-article .img {
	position: relative;
	width: 100%;
	max-width: 1000px;
	text-align: center;
	padding-bottom: 50px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.product-article .img:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 150px;
	background-color: #cae1ea;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.product-article .img img {
	max-width: 900px;
	max-height: 350px;
	width: 100%;
}

.product-article p {
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
}

.product-article h4 {
	font-size: 20px;
	font-weight: 600;
	color: #de2525;
	padding-bottom: 5px;
}

.product-article p+h4 {
	padding-top: 15px;
}

.product-article .text {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.product-article .text img {
	width: 100%;
}

.product-article .text img {
	max-width: 700px;
}

@media (max-width: 768px) {
	.product-article h2 {
		font-size: 24px;
		padding-bottom: 30px;
	}
	.product-article .img {
		padding: 0 30px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.product-article .img:after {
		height: 80px;
	}
	.product-article h4 {
		font-size: 16px;
		padding-bottom: 0;
	}
	.product-article p {
		font-size: 15px;
	}
	.product-article p+h4 {
		padding-top: 10px;
	}
}

.sale {
	display: flex;
	flex-flow: wrap;
	align-content: center;
	align-items: center;
}

.sale .sale-L {
	width: 70%;
}

.sale .sale-R {
	width: 30%;
	padding-left: 100px;
}

.sale h2 {
	width: 100%;
	font-size: 32px;
	font-weight: 600;
	color: #144292;
	text-align: center;
	padding-bottom: 50px;
	width: 100%;
}

.sale ul li {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	padding: 10px 0;
}

.sale .img img {
	width: 100%;
	padding: 30px;
}

@media (max-width: 1080px) {
	.sale .sale-L {
		width: 55%;
	}
	.sale .sale-R {
		width: 45%;
		padding-left: 100px;
	}
	.sale ul li {
		padding: 8px 0;
	}
}

@media (max-width: 768px) {
	.sale h2 {
		font-size: 24px;
		padding-bottom: 30px;
	}
	.sale .sale-L {
		width: 100%;
	}
	.sale .sale-R {
		width: 100%;
		padding-left: 20px;
	}
	.sale ul li {
		padding: 5px 0;
		font-size: 15px;
	}
	.sale .img img {
		padding: 10px;
	}
}

.biao table tr:nth-of-type(2n - 1) {
	background-color: rgba(0, 100, 230, 0.05);
}

.biao table tr:first-child td {
	background-color: #144292;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 10px;
	line-height: 1;
}

.biao table tr {
	width: 100%;
}

.biao table tr td {
	padding: 6px 10px;
	max-width: 500px;
}

.biao table tr td:last-child {
	text-align: center;
}