.banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-flow: wrap;
	padding-top: 120px;
	padding-bottom: 50px;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.banner .swiper-slide:after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.55;
	position: absolute;
	left: 0;
	top: 0;
}

.banner .swiper-slide .text {
	position: relative;
	z-index: 1;
	width: 85%;
	max-width: 700px;
	opacity: 0;
	transition: all 0.5s ease 0s;
}

.banner .swiper-slide .text h2 {
	color: #ffffff;
	font-weight: 600;
	font-size: 52px;
	padding-bottom: 30px;
	line-height: 1.5;
	transition: all 0.5s ease 0s;
	transform: translateX(100vw);
}

.banner .swiper-slide .text p {
	font-size: 20px;
	color: #ffffff;
	line-height: 2;
	font-weight: 400;
	transition: all 0.5s ease 0.1s;
	transform: translateX(100vw);
}

.banner .swiper-pagination {
	text-align: left;
	width: 80%;
	left: 10%;
	bottom: 40px;
}

.banner .more {
	margin-top: 50px;
	transition: all 0.5s ease 0.2s;
	transform: translateX(100vw);
}

.banner .swiper-pagination-bullet {
	transition: all 0.5s ease 0s;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	height: 6px;
	border-radius: 20px;
}

.banner .swiper-slide.swiper-slide-active .text {
	opacity: 1;
}

.banner .swiper-slide.swiper-slide-active .text h2 {
	transform: translateX(0);
}

.banner .swiper-slide.swiper-slide-active .text p {
	transform: translateX(0);
}

.banner .swiper-slide.swiper-slide-active .text .more {
	transform: translateX(0);
}

.banner .swiper-slide.video {
	padding: 0;
	position: relative;
}
.banner .swiper-slide.video video{
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
	display: block;
}
.banner .swiper-slide.video .text{
	position: absolute;
	left: 10%;
	padding-top: 120px;
	padding-bottom: 50px;
	z-index: 2;
	
}

@media (max-width:1600px) {
	.banner {
		height: 750px;
	}
	.banner .swiper-pagination {
		width: 90%;
		left: 5%;
	}
	.banner .swiper-slide.video .text{
		left: 5%;
	}
}

@media (max-width:1280px) {
	.banner {
		height: 650px;
	}
	.banner .swiper-slide .text h2 {
		font-size: 40px;
		padding-bottom: 20px;
	}
	.banner .swiper-slide .text p {
		font-size: 18px;
	}
	.banner .more {
		margin-top: 40px;
	}
}

@media (max-width:1080px) {
	.banner {
		height: 550px;
	}
	.banner .swiper-slide {
		padding-top: 70px;
		padding-bottom: 25px;
	}
	.banner .swiper-slide .text h2 {
		font-size: 32px;
	}
	.banner .swiper-slide .text p {
		font-size: 16px;
	}
	.banner .swiper-pagination {
		bottom: 20px;
	}
	.banner .swiper-slide.video .text{
		padding-top: 70px;
		padding-bottom: 25px;
	}
}

@media (max-width:768px) {
	.banner .swiper-button-prev:after,
	.banner .swiper-button-next:after {
		font-size: 32px;
		display: none;
	}
	.banner {
		height: 450px;
	}
	.banner .swiper-slide .text {
		padding-left: 20px;
	}
	.banner .swiper-slide .text h2 {
		font-size: 32px;
		padding-bottom: 20px;
	}
	.banner .swiper-slide .text p {
		font-size: 16px;
	}
	.banner .more {
		margin-top: 30px;
	}
	.banner .swiper-slide.video .text{
		left: 30px;
		padding-top: 60px;
	}
}

@media (max-width:500px) {
	.banner {
		height: 300px;
	}
	.banner .swiper-slide .text h2 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.banner .swiper-slide .text p {
		font-size: 15px;
	}
	.banner .more {
		margin-top: 20px;
	}
	.banner .swiper-pagination {
		bottom: 15px;
	}
	.banner .swiper-pagination-bullet{
		width: 5px;
		height: 5px;
	}
	.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 20px;
		height: 5px;
	}
	
	.banner .swiper-button-prev {
		left: 5px;
	}
	.banner .swiper-button-next {
		right: 5px;
	}
	.banner .swiper-slide.video .text{
		padding-top: 50px;
		padding-left: 10px;
	}
	.banner .swiper-slide.swiper-slide-active .text p{
		display: none;
	}
	.banner .swiper-slide.swiper-slide-active .text .more{
		display: none;
	}
}

h4.tit {
	font-size: 32px;
	font-weight: 900;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	text-transform: uppercase;
}

h4.tit.white {
	color: #ffffff;
}

h4.tit img {
	height: 28px;
	padding-right: 15px;
}

.about {
	background-image: url(/wp-content/themes/jinqiu/images/map.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: bottom;
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.about .about-text {
	width: 50%;
	padding-right: 100px;
}

.about .about-img {
	width: 50%;
	display: flex;
	flex-flow: wrap;
	align-content: center;
	justify-content: center;
	align-items: center
}

.about .about-text h2 {
	font-size: 24px;
	line-height: 1.5;
	padding: 40px 0 30px;
}

.about .about-text p {
	line-height: 2;
	color: #555555;
}

.about .about-text .more {
	margin-top: 50px;
}

.about .about-img .img {
	width: 80%;
}

.about .about-img img {
	width: 100%;
}

.about .about-video {
	width: 50%;
	overflow: hidden;
	border-radius: 20px;
}

.about .about-video video {
	width: 100%;
	display: block;
}

.about ul {
	padding-top: 120px;
	display: flex;
	flex-flow: wrap;
	column-gap: 110px;
	width: 100%;
}

.about ul li {
	width: calc(25% - 330px/4);
}

.about ul li p {
	font-size: 20px;
	padding-bottom: 20px;
}

.about ul li .num {
	padding-top: 40px;
	width: 100%;
	border-top: 1px solid #999999;
	font-size: 60px;
	font-weight: 500;
	display: flex;
	column-gap: 15px;
	font-family: 'HarmonyOS-C';
}

.about ul li .num span {
	width: 40px;
	height: 40px;
	font-size: 20px;
	background-color: #999999;
	display: inline-flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	color: #ffffff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.about ul li .num span:after {
	content: '';
	display: inline-block;
	width: 58px;
	height: 58px;
	background-color: #0664b4;
	position: absolute;
	left: -29px;
	top: -29px;
	z-index: -1;
	transform: rotate(45deg);
}

@media (max-width:1280px) {
	.about .about-text {
		padding-right: 50px;
	}
	.about .about-text h2 {
		padding: 30px 0 20px;
	}
	.about .about-text .more {
		margin-top: 40px;
	}
	.about ul {
		padding-top: 80px;
		column-gap: 50px;
	}
	.about ul li {
		width: calc(25% - 150px/4);
	}
	.about ul li p {
		font-size: 18px;
		padding-bottom: 15px;
	}
	.about ul li .num {
		padding-top: 30px;
	}
	.about ul li .num span {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
	.about ul li .num span:after {
		left: -40px;
	}
}

@media (max-width:980px) {
	h4.tit {
		font-size: 28px;
	}
	h4.tit img {
		height: 24px;
		padding-right: 12px;
	}
	.about .about-text h2 {
		/*padding: 20px 0 10px;*/
	}
	.about .about-text {
		width: 100%;
		padding-right: 0;
	}
	.about .about-video {
		width: 100%;
		margin-top: 50px;
	}
	.about .about-text .more {
		margin-top: 30px;
	}
	.about ul {
		padding-top: 60px;
		column-gap: 30px;
	}
	.about ul li {
		width: calc(25% - 90px/4);
	}
	.about ul li p {
		font-size: 16px;
	}
	.about ul li .num {
		padding-top: 25px;
		font-size: 48px;
	}
}

@media (max-width:768px) {
	.about ul {
		gap: 50px;
		padding-top: 50px;
	}
	.about ul li {
		width: calc(50% - 25px);
	}
	h4.tit {
		font-size: 24px;
	}
	h4.tit img {
		height: 20px;
		padding-right: 10px;
	}
	.about .about-text h2 {
		font-size: 20px;
		padding: 20px 0 15px;
	}
	.about .about-text .more {
		margin-top: 20px;
	}
	.about .about-video {
		margin-top: 35px;
		border-radius: 12px;
	}
}

@media (max-width:500px) {
	.about ul {
		gap: 30px;
		padding-top: 30px;
	}
	.about ul li {
		width: calc(50% - 15px);
	}
	.about ul li .num {
		font-size: 32px;
		padding-top: 20px;
	}
}

.product .list {
	display: flex;
	flex-flow: wrap;
	gap: 50px
}

.product .list {
	padding-top: 80px;
}

.product .list .list-L,
.product .list .list-R {
	width: calc(50% - 25px);
	height: 700px;
	position: relative;
}

.product .list .list-R {
	display: flex;
	flex-flow: wrap;
	gap: 50px
}

.product .list .list-R .list-2 {
	width: 100%;
	height: 330px;
	position: relative;
}

.product .list .list-R .list-3 {
	width: calc(50% - 25px);
	height: 320px;
	position: relative;
}

.product .list .img {
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.product .list .list-img:hover .img {
	background-color: #dddddd
}

.product .list .text {
	padding: 50px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.product .list h3 {
	font-size: 40px;
	line-height: 1.5;
	width: 100%;
}

.product .list .list-R .list-2 h3,
.product .list .list-R .list-3 h3 {
	font-size: 24px;
}

.product .list ul {
	padding: 30px 0;
	width: 100%;
}

.product .list ul li {
	font-size: 16px;
	padding: 5px 0;
	line-height: 1.5;
	font-weight: 600;
	color: #333;
}

.product .list .more2 {
	margin-top: 50px;
}

@media (max-width:1280px) {
	.product .list {
		padding-top: 50px;
		gap: 30px;
	}
	.product .list .list-L,
	.product .list .list-R {
		width: calc(50% - 15px);
	}
	.product .list h3 {
		font-size: 32px;
	}
	.product .list .text {
		padding: 40px;
	}
	.product .list .list-R {
		gap: 30px;
	}
	.product .list .list-R .list-2,
	.product .list .list-R .list-3 {
		width: 100%;
		height: calc(33.33% - 20px);
	}
}

@media (max-width:1080px) {
	.product .list {
		gap: 20px;
		padding-top: 40px;
	}
	.product .list .list-L,
	.product .list .list-R {
		width: calc(50% - 10px);
	}
	.product .list h3 {
		font-size: 24px;
	}
	.product .list .more2 {
		margin-top: 30px;
	}
	.product .list .list-R {
		gap: 20px;
	}
	.product .list .list-R .list-2,
	.product .list .list-R .list-3 {
		height: calc(33.33% - 40px/3);
	}
}

@media (max-width:768px) {
	.product .list .list-L {
		height: 500px;
		width: 100%;
	}
	.product .list .list-R {
		width: 100%;
		height: auto;
	}
	.product .list ul {
		padding: 20px 0 0;
	}
	.product .list .list-R .list-2,
	.product .list .list-R .list-3 {
		height: 300px;
	}
	.product .list .text {
		padding: 35px;
	}
}

@media (max-width:500px) {
	.product .list .list-R .list-2,
	.product .list .list-R .list-3 {
		height: 200px;
	}
	.product .list ul {
		padding: 10px 0 0;
	}
	.product .list .more2 {
		margin-top: 20px;
	}
	.product .list .list-R .list-2 h3,
	.product .list .list-R .list-3 h3,
	.product .list h3 {
		font-size: 20px;
	}
	.product .list .text {
		padding: 30px;
	}
	.product .list .more2 {
		margin-top: 15px;
	}
	.product .list .list-L {
		height: 450px;
	}
	.product .list ul li {
		padding: 4px 0;
	}
}

.honor {
	background-color: #f1f1f1;
	display: flex;
	flex-flow: wrap;
	position: relative;
}

.honor:after {
	content: "";
	width: 50%;
	height: 100%;
	background-color: #0664b4;
	position: absolute;
	right: 0;
	top: 0;
}

.honor p {
	padding: 50px 0;
	line-height: 2;
	color: #555555;
	max-width: 400px;
}

.honor .honor-L .img {
	width: 100%;
	max-width: 400px;
	padding-bottom: 50px;
}

.honor .honor-L .img img {
	width: 100%;
}

.honor .honor-L {
	width: 50%;
	padding-right: 10%;
}

.honor .honor-R {
	width: 50%;
	padding-left: 10%;
	position: relative;
	z-index: 1;
}

.honor .honor-R h2 {
	text-align: center;
	color: #ffffff;
	font-size: 32px;
	padding-bottom: 60px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	column-gap: 20px;
	text-transform: uppercase;
}

.honor .honor-R h2 span {
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #ffffff;
}

.honor .honor-R ul {
	width: 100%;
	display: flex;
	flex-flow: wrap;
	gap: 30px;
}

.honor .honor-R ul li {
	width: calc(33.33% - 60px/3);
}

.honor .honor-R ul li img {
	width: 100%;
}

@media (max-width:1080px) {
	.honor:after {
		opacity: 0;
		display: none;
	}
	.honor .honor-L {
		width: 100%;
		padding-right: 0;
	}
	.honor .honor-R {
		width: 100%;
		padding-left: 0;
		padding-top: 40px;
	}
	.honor p {
		width: 100%;
		max-width: 100%;
		padding: 30px 0;
	}
	.honor .honor-L .img {
		padding-bottom: 30px;
	}
	.honor .honor-R h2 {
		color: #0664B4;
		padding-bottom: 40px;
		justify-content: flex-start;
	}
	.honor .honor-R h2 span {
		background-color: #0664B4;
	}
	.honor .honor-R ul {
		gap: 15px
	}
	.honor .honor-R ul li {
		width: calc(25% - 45px/4);
	}
	.honor .honor-R ul li:nth-last-child(5),
	.honor .honor-R ul li:nth-last-child(6) {
		display: none;
	}
}

@media (max-width:768px) {
	.honor p {
		padding: 20px 0;
	}
	.honor .honor-R h2 {
		font-size: 32px;
		column-gap: 15px;
		padding-bottom: 35px;
	}
}

@media (max-width:500px) {
	.honor p {
		padding: 20px 0 15px;
	}
	.honor .honor-R h2 {
		font-size: 24px;
		column-gap: 10px;
		padding-bottom: 25px;
	}
	.honor .honor-R h2 span {
		width: 25px;
	}
	.honor .honor-R ul {
		gap: 10px
	}
	.honor .honor-R ul li {
		width: calc(50% - 5px);
	}
}

.advantages {
	background-color: #0664b4;
	padding: 60px;
	border-radius: 15px;
}

.advantages ul {
	padding-top: 80px;
	display: flex;
	flex-flow: wrap;
	gap: 60px 120px;
}

.advantages ul li {
	width: calc(33.33% - 80px);
	color: #ffffff;
}

.advantages ul li .img {}

.advantages ul li .img img {
	max-width: 40px;
}

.advantages ul li h3 {
	padding: 25px 0 15px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 15px;
}

.advantages ul li p {
	line-height: 2;
}

@media (max-width:1080px) {
	.advantages {
		padding: 50px;
	}
	.advantages ul {
		padding-top: 60px;
		gap: 50px;
	}
	.advantages ul li {
		width: calc(50% - 25px);
	}
}

@media (max-width:768px) {
	.advantages {
		padding: 40px;
	}
	.advantages ul {
		padding-top: 40px;
		gap: 30px;
	}
	.advantages ul li {
		width: calc(50% - 15px);
	}
}

@media (max-width:500px) {
	.advantages {
		padding: 30px 20px;
	}
	.advantages ul {
		padding-top: 30px;
	}
	.advantages ul li {
		width: 100%;
		gap: 20px;
	}
	.advantages ul li .img img {
		max-width: 30px;
	}
	.advantages ul li h3 {
		font-size: 18px;
		padding: 20px 0 15px;
		margin-bottom: 10px;
	}
}

.new {
	background-image: url(/wp-content/themes/jinqiu/images/new-bj.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.new .list {
	margin-top: 40px;
	padding: 40px 0;
	border-top: 1px solid #ffffff;
	display: flex;
	flex-flow: wrap;
}

.new .list .list-L {
	width: calc(100% - 300px);
	padding-right: 100px;
}

.new .list .list-img {
	width: 300px;
}

.new .list .list-img img {
	width: 100%;
}

.new .time {
	font-weight: 600;
	font-size: 32px;
	position: relative;
	padding-bottom: 25px;
}

.new .time:after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #000000;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.new .time span+span {
	font-size: 24px;
	color: #0664b4;
}

.new .list .list-L h4 {
	font-size: 20px;
	padding: 25px 0 20px;
	line-height: 1.5;
}

.new .list .list-L p {
	color: #555555;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.new .list .list-L .more2 {
	padding-top: 30px;
}

.new ul {
	display: flex;
	flex-flow: wrap;
}

.new ul li {
	width: 33.33%;
	background-color: #ffffff;
	padding: 70px 60px;
}

.new ul li .li-time {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: center;
}

.new ul li .time {
	padding-top: 15px;
}

.new ul li .li-a a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #0664b4;
	padding: 15px;
	display: flex;
	flex-flow: wrap;
}

.new ul li .li-a a:hover {
	background-color: #0664b4;
}

.new ul li .li-a a img {
	display: none;
}

.new ul li .li-a a img.more-img-1 {
	display: block;
}

.new ul li .li-a a:hover img.more-img-1 {
	display: none;
}

.new ul li .li-a a:hover img.more-img-2 {
	display: block;
}

.new ul li h4 {
	padding: 40px 0 25px;
	font-size: 20px;
	line-height: 1.5;
}

.new ul li p {
	font-size: 16px;
	color: #555555;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.new ul li+li {
	border-left: 1px solid #dddddd;
}

.new ul li:nth-of-type(1),
.new ul li:hover {
	background-image: url(/wp-content/themes/jinqiu/images/new-bj-2.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.new ul li:nth-of-type(1) .time span+span,
.new ul li:nth-of-type(1) .time span,
.new ul li:hover .time span+span,
.new ul li:hover .time span {
	color: #ffffff;
}

.new ul li:nth-of-type(1) .time:after,
.new ul li:hover .time:after {
	background-color: #ffffff;
}

.new ul li:nth-of-type(1) h4,
.new ul li:hover h4 {
	color: #ffffff;
}

.new ul li:nth-of-type(1) p,
.new ul li:hover p {
	color: #ffffff;
}

.new ul li:nth-of-type(1) .li-a a,
.new ul li:hover .li-a a {
	border: 1px solid #ffffff;
}

.new ul li:nth-of-type(1) .li-a a img.more-img-1,
.new ul li:hover .li-a a img.more-img-1 {
	display: none;
}

.new ul li:nth-of-type(1) .li-a a img.more-img-2,
.new ul li:hover .li-a a img.more-img-2 {
	display: block;
}

.new ul li:hover .li-a a:hover {
	background-color: #ffffff;
}

.new ul li:hover .li-a a:hover img.more-img-1 {
	display: block;
}

.new ul li:hover .li-a a:hover img.more-img-2 {
	display: none;
}

@media (max-width:1080px) {
	.new ul li {
		width: 50%;
		padding: 50px;
	}
	.new ul li:nth-of-type(1) {
		width: 100%;
	}
}

@media (max-width:768px) {
	.new ul li {
		padding: 30px;
	}
	.new .list .list-L {
		padding-right: 30px;
	}
	.new .time {
		font-size: 24px;
		padding-bottom: 15px;
	}
	.new .list .list-L h4 {
		padding: 15px 0 10px;
	}
	.new .list .list-L .more2 {
		padding-top: 20px;
	}
	.new ul li h4 {
		padding: 25px 0 20px;
	}
	.new ul li .li-a a {
		width: 40px;
		height: 40px;
		padding: 12px;
	}
}

@media (max-width:500px) {
	.new .list {
		margin-top: 25px;
		padding: 0 0 25px;
		flex-direction: column-reverse;
		gap: 30px
	}
	.new .list .list-img {
		width: 100%;
	}
	.new .list .list-L {
		width: 100%;
	}
	.new .time {
		font-size: 20px;
		padding-bottom: 12px;
	}
	.new .time span+span {
		font-size: 20px;
	}
	.new .list .list-L h4 {
		font-size: 18px;
	}
	.new ul li {
		padding: 20px;
		width: 100%;
	}
	.new ul li .li-a a {
		width: 30px;
		height: 30px;
		padding: 8px;
	}
	.new ul li .time {
		padding-top: 0;
	}
	.new ul li h4 {
		padding: 15px 0 10px;
		font-size: 18px;
	}
	.new ul li+li {
		border-left: 0px solid #dddddd;
	}
	.new ul li+li {
		border-top: 1px solid #dddddd;
	}
}