.banner video {
	width: 100%;
	max-height: 100vh;
	object-fit: cover;
	
}

.index-about {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.index-about .index-about-L {
	width: 50%;
	padding-right: 5%;
}

.index-about .index-about-R {
	width: 50%;
}

.index-about .index-about-L .img {
	width: 100%;
	height: 550px;
	background-image: url(/wp-content/themes/shunfan/picture/index-about.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.index-about .index-about-R h2 {
	font-size: 40px;
	font-weight: 600;
	color: #144292;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.index-about .index-about-R h2:after {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 2px;
	background-color: #144292;
}

.index-about .index-about-R .text {
	padding-top: 30px;
	padding-bottom: 30px;
}

.index-about .index-about-R .text p {
	font-size: 18px;
	line-height: 2;
	color: #333333;
}

.index-about .index-about-R .more a {
	display: inline-block;
	font-size: 15px;
	color: #333333;
	padding: 12px 30px 8px;
	border: 1px solid #dddddd;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}

.index-about .index-about-R .more a:after {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: -1;
	left: -25%;
	top: -50%;
	width: 0%;
	height: 200%;
	background-color: #144292;
	transform: rotate(15deg);
	transition: all 0.5s ease 0s;
}

.index-about .index-about-R .more a:hover {
	color: #ffffff;
}

.index-about .index-about-R .more a:hover:after {
	width: 150%;
}

.index-about .index-about-R ul {
	display: flex;
	flex-flow: wrap;
	padding-top: 50px;
}

.index-about .index-about-R ul li {
	flex: 1 1 auto;
}

.index-about .index-about-R ul li .number {
	font-size: 60px;
	font-family: 'Helvetica';
	color: #144292;
	line-height: 1;
	padding-bottom: 5px;
}

.index-about .index-about-R ul li .number span {
	font-size: 32px;
	font-weight: 600;
	padding-left: 10px;
}

.index-about .index-about-R ul li p {
	font-size: 18px;
}

@media (max-width:1200px) {
	.index-about .index-about-L .img {
		height: 625px;
	}
}

@media (max-width:1080px) {
	.index-about {
		flex-direction: column-reverse;
	}
	.index-about .index-about-L {
		width: 100%;
		padding-right: 0;
	}
	.index-about .index-about-R {
		width: 100%;
	}
	.index-about .index-about-L .img {
		height: 400px;
		margin-top: 50PX;
		background-position: center bottom;
	}
	.index-about .index-about-R h2 {
		font-size: 32px;
		padding-bottom: 20px;
	}
	.index-about .index-about-R h2:after {
		width: 100px;
	}
	.index-about .index-about-R .text {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.index-about .index-about-R ul li .number {
		font-size: 52px;
	}
}

@media (max-width:768px) {
	.index-about .index-about-R h2 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.index-about .index-about-R h2:after {
		width: 80px;
	}
	.index-about .index-about-R .text {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.index-about .index-about-R .text p {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 2px;
	}
	.index-about .index-about-R ul {
		padding-top: 20px;
		text-align: center;
	}
	.index-about .index-about-R ul li {
		padding-top: 20px;
		padding-bottom: 10px;
		/*border-bottom: 1px solid #dddddd;*/
	}
	.index-about .index-about-R ul li:nth-of-type(1),
	.index-about .index-about-R ul li:nth-of-type(3) {
		border-right: 1px solid #dddddd;
	}
	.index-about .index-about-R ul li:nth-of-type(1),
	.index-about .index-about-R ul li:nth-of-type(2) {
		border-bottom: 1px solid #dddddd;
	}
	.index-about .index-about-R ul li .number {
		font-size: 36px;
	}
	.index-about .index-about-R ul li .number span {
		font-size: 18px;
	}
	.index-about .index-about-R ul li p {
		font-size: 16px;
	}
	.index-about .index-about-R ul li {
		width: 50%;
	}
	.index-about .index-about-L .img {
		margin-top: 20px;
	}
	.index-about .index-about-R .more a {
		font-size: 14px;
		padding: 8px 20px 4px;
	}
	.index-about .index-about-L .img {
		height: 150px;
	}
}

.product {
	background-image: url(/wp-content/themes/shunfan/images/product.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.product .product-t {
	display: flex;
	flex-flow: wrap;
}

.product .product-L {
	width: 45%;
	padding-right: 150px;
}

.product .product-C {
	width: 55%;
}

.product .product-L h2 {
	font-size: 72px;
	color: #144292;
	font-weight: 600;
	margin: 0;
}

.product .product-L h3 {
	font-size: 32px;
	color: #144292;
	font-weight: 600;
	margin: 0;
	padding-top: 15px;
}

.product .product-L h4 {
	margin: 0;
	padding-top: 40px;
	padding-bottom: 60px;
	font-size: 24px;
	color: #144292;
	font-weight: 600;
}

.product .product-L p {
	font-size: 16px;
	line-height: 2;
}

.product .product-C {}

.product .product-C img {
	width: 100%;
}

.product .product-b {
	padding-top: 50px;
}

.product .product-b ul {
	display: flex;
	flex-flow: wrap;
	gap: 50px;
}

.product .product-b ul li {
	width: calc( 25% - (150px/4));
	background-color: #ffffff;
	border-radius: 12px 12px 0 0;
	padding: 25px 10px 30px;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	border-bottom: 5px solid #144292;
	transition: all 0.5s ease 0s;
	transform: translateY(0%);
}

.product .product-b ul li:hover {
	transform: translateY(-30px);
	background-color: #ffffff;
}

.product .product-b ul li .img {
	/*border:3px solid #144292;
				border-radius: 500px;
				width: 60%;
				max-width: 150px;
				padding: 20px;*/
}

.product .product-b ul li .img img {
	width: 100%;
	display: block;
}

.product .product-b ul li h4 {
	text-align: center;
	width: 100%;
	padding-top: 20px;
	margin: 0;
}

.product .product-b ul li h4 a {
	font-size: 18px;
	font-weight: 600;
	color: #144292;
}

@media (max-width:1200px) {
	.product .product-L {
		padding-right: 80px;
	}
}

@media (max-width:1080px) {
	.product .product-L {
		width: 100%;
	}
	.product .product-C {
		display: none;
	}
	.product .product-L h2 {
		font-size: 60px;
	}
	.product .product-L h3 {
		font-size: 28px;
	}
	.product .product-L h4 {
		font-size: 20px;
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.product .product-b {
		padding-top: 30px;
	}
	.product .product-b ul {
		gap: 20px;
	}
	.product .product-b ul li {
		width: calc( 25% - (60px/4));
	}
}

@media (max-width:768px) {
	.product .product-L {
		padding-right: 0;
	}
	.product .product-L h2 {
		font-size: 40px;
	}
	.product .product-L h3 {
		font-size: 20px;
		padding-top: 5px;
	}
	.product .product-L h4 {
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.product .product-L p {
		font-size: 14px;
		line-height: 1.8;
	}
	.product .product-b {
		padding-top: 20px;
	}
	.product .product-b ul {
		gap: 10px;
	}
	.product .product-b ul li {
		width: calc( 50% - 5px);
		padding: 15px 0px 10px;
		border-bottom: 3px solid #144292;
	}
	.product .product-b ul li h4 {
		padding-top: 10px;
	}
	.product .product-b ul li h4 a {
		font-size: 16px;
	}
}

.equipment {
	display: flex;
	flex-flow: wrap;
}

.equipment .equipment-L {
	width: 45%;
	padding-right: 150px;
}

.equipment .equipment-C {
	width: 20%;
	margin-right: 3%;
}

.equipment .equipment-C .img {
	background-image: url(/wp-content/themes/shunfan/images/equipment-1.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	height: 600px;
	border-radius: 200px 200px 0 200px;
	overflow: hidden;
}

.equipment .equipment-R {
	width: 32%;
}

.equipment .equipment-R .img {
	background-image: url(/wp-content/themes/shunfan/images/equipment-3.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	height: 300px;
	overflow: hidden;
	border-radius: 200px 200px 200px 0;
}

.equipment .equipment-R p {
	font-size: 14px;
	color: #666666;
	padding-top: 100px;
}

.equipment .equipment-L h2 {
	font-size: 72px;
	color: #144292;
	font-weight: 600;
	margin: 0;
}

.equipment .equipment-L h3 {
	font-size: 32px;
	color: #144292;
	font-weight: 600;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 60px;
}

.equipment .equipment-L p {
	font-size: 15px;
	line-height: 2;
}

.equipment .equipment-L ul {
	padding-top: 50px;
	display: flex;
	flex-flow: wrap;
}

.equipment .equipment-L ul li {
	padding: 10px 0;
	position: relative;
	width: 50%;
	padding-left: 15px;
}

.equipment .equipment-L ul li:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 16px;
}

.equipment .equipment-L ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

.equipment .equipment-L ul li:hover a {
	color: #144292;
}

.equipment .equipment-L ul li:hover a:after {
	background-color: #144292;
}

@media (max-width:1200px) {
	.equipment .equipment-L {
		padding-right: 80px;
	}
}

@media (max-width:1080px) {
	.equipment .equipment-L h2 {
		font-size: 60px;
	}
	.equipment .equipment-L h3 {
		font-size: 28px;
		padding-bottom: 40px;
	}
	.equipment .equipment-L ul {
		padding-top: 30px;
	}
	.equipment .equipment-C .img {
		height: 450px;
	}
	.equipment .equipment-R .img {
		height: 200px;
	}
	.equipment .equipment-R p {
		padding-top: 75px;
	}
}

@media (max-width:768px) {
	.equipment .equipment-L {
		width: 100%;
		padding-right: 0;
	}
	.equipment .equipment-R {
		width: 100%;
	}
	.equipment .equipment-L h2 {
		font-size: 40px;
	}
	.equipment .equipment-L h3 {
		font-size: 20px;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.equipment .equipment-L p {
		font-size: 14px;
	}
	.equipment .equipment-L ul {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.equipment .equipment-L ul li {
		padding: 5px 0;
		padding-left: 10px;
	}
	.equipment .equipment-L ul li:after {
		width: 5px;
		height: 5px;
		top: 12px;
	}
	.equipment .equipment-L ul li a {
		font-size: 16px;
	}
	.equipment .equipment-C {
		width: calc(40% - 10px);
		margin-right: 10px;
	}
	.equipment .equipment-C .img {
		height: 260px;
	}
	.equipment .equipment-R {
		width: 60%;
	}
	.equipment .equipment-R .img {
		height: 150px;
	}
	.equipment .equipment-R p {
		padding-top: 20px;
		font-size: 12px;
		font-weight: 300;
	}
}

.case-bj {
	background-image: url(/wp-content/themes/shunfan/images/case.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center right;
	width: 100%;
}

.case {
	display: flex;
	flex-flow: wrap;
}

.case .case-L {
	width: 55%;
	padding: 0 80px;
	display: flex;
	flex-flow: wrap;
	align-content: space-between
}

.case .case-R {
	width: 45%;
	padding-right: 80px;
}

.case .case-L h4 {
	font-size: 32px;
	line-height: 1.8;
	color: #144292;
	font-weight: 600;
	padding-bottom: 50px;
}

.case .case-L p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 2;
}

.case .case-R p {
	font-size: 15px;
	line-height: 2;
	color: #333333;
}

.case .case-R .list {
	padding-top: 100px;
	padding-bottom: 200px;
	display: flex;
	flex-flow: wrap;
	gap: 20px 50px;
}

.case .case-R .list .img {
	width: calc( 33.33% - 33.33px);
}

.case .case-R .list .img img {
	width: 100%;
}

@media (max-width:1200px) {
	.case .case-L {
		width: 45%;
	}
	.case .case-R {
		width: 55%;
	}
	.case .case-L p {
		display: none;
	}
	.case .case-R .list {
		padding-bottom: 0;
	}
}

@media (max-width:1080px) {
	.case .case-L {
		width: 100%;
		padding-left: 0;
	}
	.case .case-R {
		width: 100%;
	}
	.case .case-L h4 {
		padding-bottom: 30px;
	}
	.case .case-R .list {
		padding-top: 30px;
	}
}

@media (max-width:768px) {
	.case .case-L h4 {
		font-size: 24px;
		padding-bottom: 00px;
	}
	.case .case-R {
		padding-right: 0;
	}
	.case .case-R p {
		font-size: 14px;
		line-height: 1.8;
	}
	.case .case-R .list {
		padding-top: 20px;
		gap: 10px;
	}
	.case .case-R .list .img {
		width: calc(50% - 5px);
	}
}

.new h2 {
	font-size: 72px;
	color: #144292;
	font-weight: 600;
	margin: 0;
}

.new h3 {
	font-size: 32px;
	color: #144292;
	font-weight: 600;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 80px;
}

.new ul {
	display: flex;
	flex-flow: wrap;
	gap: 20px;
}

.new ul li {
	width: calc( 33.33% - (40px/3));
	padding: 60px 40px;
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	display: flex;
	flex-flow: wrap;
	border-radius: 12px;
	transition: all 0.5s ease 0s;
}

.new ul li:hover {
	border: 1px solid #666666;
}

.new ul li .li-L {
	width: 80px;
}

.new ul li .li-R {
	width: calc( 100% - 80px);
}

.new ul li .li-L .date span {
	font-size: 24px;
	color: #666666;
	line-height: 1;
	transition: all 0.5s ease 0s;
	display: inline-block;
	width: 100%;
}

.new ul li:hover .li-L .date span {
	color: #333333;
}

.new ul li .li-L .date span+span {
	font-size: 14px;
	color: #999999;
	transition: all 0.5s ease 0s;
}

.new ul li:hover .li-L .date span+span {
	color: #666666;
}

.new ul li .li-R h4 {
	font-size: 20px;
	color: #666666;
	margin: 0;
	padding-bottom: 20px;
	transition: all 0.5s ease 0s;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.new ul li .li-L .img {
	width: calc(100% - 15px);
	height: 110px;
	margin-right: 15px;
	margin-top: 3px;
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	border-radius: 0 100px 100px;
}

.new ul li:hover .li-R h4 {
	color: #000000;
}

.new ul li .li-R p {
	font-size: 14px;
	line-height: 2;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 0.5s ease 0s;
}

.new ul li:hover .li-R p {
	color: #666666;
}

.new ul li .li-R a {
	display: inline-block;
	line-height: 1;
	margin-top: 30px;
	color: #666666;
	opacity: 0;
	transition: all 0.5s ease 0s;
}

.new ul li:hover .li-R a {
	opacity: 1;
}

.new ul li:hover .li-R a:hover {
	color: #144292;
}

@media (max-width:1080px) {
	.new h2 {
		font-size: 60px;
	}
	.new h3 {
		font-size: 28px;
		padding-top: 15px;
		padding-bottom: 60px;
	}
	.new ul li .li-R a {
		opacity: 1;
	}
	.new ul li {
		padding: 40px 30px;
	}
}

@media (max-width:768px) {
	.new h2 {
		font-size: 40px;
	}
	.new h3 {
		font-size: 20px;
		padding-top: 5px;
		padding-bottom: 20px;
	}
	.new ul {
		gap: 10px;
	}
	.new ul li {
		width: 100%;
		padding: 20px 15px;
	}
	.new ul li .li-L {
		width: 50px;
	}
	.new ul li .li-R {
		width: calc(100% - 50px);
	}
	.new ul li .li-L .date span {
		font-size: 20px;
	}
	.new ul li .li-R h4 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.new ul li .li-R p {
		line-height: 1.8;
	}
	.new ul li .li-R a {
		margin-top: 0;
	}
	.new ul li .li-L .img {
		height: 65px;
	}
}