.banner {}

.banner .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	width: 100%;
	height: 100vh;
	padding-top: 123px;
	padding-bottom: 75px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	align-content: center;
	position: relative;
}

.banner .swiper-slide .text {
	color: #ffffff;
	max-width: 600px;
	z-index: 2;
	position: relative;
}

.banner .swiper-slide:after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.banner .swiper-slide .text h5 {
	font-size: 16px;
}

.banner .swiper-slide .text h4 {
	font-size: 56px;
	padding-top: 20px;
	padding-bottom: 40px;
}

.banner .swiper-slide .text h6 {
	font-size: 24px;
}

.banner .swiper-slide .text p {
	line-height: 2;
	padding-top: 10px;
}

.banner .swiper-button {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #009D8D;
	width: 50%;
	height: 75px;
	z-index: 3;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-end;
}

.banner .swiper-button:after {
	content: '';
	width: 50%;
	height: 100%;
	background-color: #ffffff;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.banner .swiper-button-bj {
	max-width: 800px;
	width: 100%;
	height: 75px;
	padding-left: 50px;
	position: relative;
	display: flex;
	flex-flow: wrap;
}

.banner .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.2);
	left: 50px;
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
}

.banner .swiper-button-next {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.2);
	left: 92px;
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
	right: auto;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	font-size: 16px;
}

.banner .swiper-pagination-bullet {
	background-color: #009D8D;
	opacity: 1;
	width: 10px;
	height: 10px;
	position: relative;
}

.banner .swiper-pagination:after {
	content: '';
	/*width: 250px;*/
	height: 1px;
	display: inline-block;
	background-color: #4bc4b5;
	position: absolute;
	right: 120px;
	top: 5px;
}

.banner .swiper-pagination-bullet-active:after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #009D8D;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	z-index: 3;
	width: auto;
	top: 50%;
	left: calc(75% - 0px);
	transform: translate(-50%, -50%);
	bottom: 25px;
	display: flex;
	flex-flow: wrap;
	column-gap: 15px;
}

.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}

@media (max-width:1280px) {
	.banner .swiper-slide {
		height: 80vh;
	}
}

@media (max-width:1080px) {
	.banner .swiper-slide {
		height: 70vh;
	}
}

@media (max-width:980px) {
	.banner .swiper-slide {
		height: 500px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.banner .swiper-slide .text h4 {
		font-size: 40px;
		padding-bottom: 25px;
	}
}

@media (max-width:768px) {
	.banner .swiper-button {
		width: 85%;
	}
	.banner .swiper-slide {
		height: 350px;
	}
	.banner .swiper-slide .text h4 {
		font-size: 24px;
		padding-bottom: 20px;
		padding-top: 5px;
	}
	.banner .swiper-slide .text h6 {
		font-size: 18px;
	}
	.banner .swiper-slide .text h5 {
		font-size: 14px;
	}
	.banner .swiper-slide .text p {
		font-size: 15px;
		line-height: 1.5;
	}
	.banner .swiper-button {
		height: 50px;
	}
	.banner .swiper-button-bj {
		height: 50px;
	}
	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		height: 30px;
		width: 30px;
	}
	.banner .swiper-button-next {
		left: 82px;
	}
	.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 15px;
	}
}

.product .product-top {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-end
}

h5.index-title {
	font-size: 20px;
	padding-bottom: 10px;
}

h3.index-title {
	font-size: 32px;
	color: #009D8D;
}

.product .product-img {
	padding-top: 20px;
}

.product .product-top-R ul {
	display: flex;
	flex-flow: wrap;
	column-gap: 30px;
}

.product .product-top-R ul li {
	width: 130px;
	border-bottom: 3px solid #777777;
	color: #666666;
	padding-bottom: 10px;
	font-weight: 600;
}

.product .product-top-R ul li.article {
	border-bottom: 3px solid #009D8D;
	color: #009D8D;
}

.product .product-top-R ul li.article a {
	color: #009D8D;
}

.product .product-img ul {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.product .product-img ul li {
	width: 40%;
	text-align: center;
}

.product .product-img ul li.article {
	width: 60%;
}

.product .product-img ul li h4 a {
	font-size: 20px;
}

.product .product-img ul li.article h4 a {
	font-size: 36px;
	color: #009D8D;
}

.product .product-img img {
	width: 100%;
}

@media (max-width:768px) {
	h5.index-title {
		font-size: 18px;
	}
	h3.index-title {
		font-size: 20px;
	}
	.product .product-img ul li {
		display: none;
		width: 100%;
	}
	.product .product-img ul li.article {
		display: block;
		width: 100%;
	}
	.product .product-img ul li.article h4 a {
		font-size: 24px;
	}
}

.about {
	display: flex;
	flex-flow: wrap;
}

.about .about-L {
	width: 50%;
}

.about .about-R {
	width: 50%;
}

.about ul li {
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	width: 100%;
	height: 400px;
	display: flex;
	flex-flow: wrap;
}

.about .about-L ul li {
	justify-content: flex-end;
}

.about ul li.about-bj {
	background-color: #f9f9f9;
	height: 650px;
	background-size: 100%, 100%;
	background-position: center bottom;
	padding-left: 30px;
}

.about ul li.about-tel {
	height: 150px;
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	align-content: center
}

.about ul li .text {
	width: 100%;
	max-width: 800px;
	padding-left: 90px;
	padding-top: 55px;
	position: relative;
}

.about ul li.about-bj .text {
	max-width: 700px;
	padding-right: 50px;
}

.about ul li .text:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 100px;
	background-color: #dddddd;
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 1;
}

.about ul li.about-bj .text:after {
	background-color: #009D8D;
}

.about ul li .text:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 100px;
	left: 48px;
	z-index: 1;
}

.about ul li.about-bj .text:before {
	background-color: #009D8D;
}

.about ul li .text p {
	padding-top: 40px;
	color: #666666;
	line-height: 2;
}

.white h5.index-title {
	color: #FFFFFF;
}

.white h3.index-title {
	color: #FFFFFF;
}

.about ul li .text.white p {
	color: #FFFFFF;
}

.about ul li.about-tel .text2 {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
}

.about ul li.about-tel .text2 img {
	height: 70px;
	display: block;
}

.about ul li.about-tel .text2 .text-R {
	padding-left: 20px;
	color: #ffffff;
	height: 70px;
	display: flex;
	flex-flow: wrap;
}

.about ul li.about-tel .text2 .text-R h6 {
	font-size: 16px;
	width: 100%;
	padding-bottom: 15px;
}

.about ul li.about-tel .text2 .text-R h4 {
	font-size: 32px;
	width: 100%;
}

a.more {
	display: inline-block;
	color: #ffffff;
	margin-top: 70px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	align-content: center;
}

a.more.green {
	color: #009D8D;
}

a.more img {
	height: 20px;
	padding-left: 15px;
}

@media (max-width:1280px) {
	.about ul li.about-bj {
		padding-left: 10px;
	}
}

@media (max-width:1080px) {
	.about .about-L,
	.about .about-R {
		width: 100%;
	}
	.about {
		flex-direction: column-reverse
	}
	.about ul li.about-tel {
		display: none;
	}
}

@media (max-width:768px) {
	.about .about-L {}
	.about ul li .text {
		padding-left: 30px;
		padding-top: 35px;
	}
	.about ul li .text:after {
		left: 10px;
	}
	.about ul li .text:before {
		left: 8px;
	}
	.about ul li .text p {
		padding-top: 20px;
		line-height: 1.5;
	}
	a.more {
		margin-top: 30px;
	}
	.about ul li.about-bj {
		height: auto;
		padding-bottom: 250px;
	}
	.about ul li {
		height: auto;
		padding-bottom: 50px;
	}
}

.case h5,
.case h3 {
	text-align: center;
}

.case ul {
	padding-top: 50px;
	display: flex;
	flex-flow: wrap;
	gap: 15px;
}

.case ul li {
	width: calc( 25% - (45px/4));
	transition: all 0.3s ease 0s;
}

.case ul li:hover {
	transform: scale(1.1);
}

.case ul li.w-50 {
	width: calc(50% - (30px/4));
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.case ul li img {
	width: 100%;
	display: block;
}

@media (max-width:768px) {
	.case ul {
		padding-top: 30px;
		gap: 10px;
	}
	.case ul li {
		width: calc(50% - 5px);
	}
	.case ul li.w-50 {
		width: 100%;
	}
	.case ul li:nth-of-type(4),
	.case ul li:nth-of-type(6) {
		width: 100%;
	}
}

.new h5,
.new h3 {
	text-align: center;
}

.new ul {
	padding-top: 50px;
	display: flex;
	flex-flow: wrap;
	gap: 30px;
}

.new ul li {
	width: calc( 33.33% - 20px);
	box-shadow: 0px 0px 10px #dddddd;
	border-radius: 30px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}

.new ul li:hover {
	box-shadow: 0px 0px 10px #999999;
}

.new ul li .img {
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.new ul li .text {
	padding: 20px 35px;
}

.new ul li .time {
	font-size: 14px;
	color: #999999;
	padding-bottom: 15px;
	transition: all 0.3s ease 0s;
}

.new ul li:hover .time {
	color: #333333;
}

.new ul li h4 a {
	font-size: 20px;
	line-height: 1.4;
	color: #333333;
	transition: all 0.3s ease 0s;
}

.new ul li:hover h4 a {
	color: #009D8D;
}

a.more2 img {
	margin-top: 20px;
	height: 20px;
}

@media (max-width:768px) {
	.new ul {
		gap: 10px;
		padding-top: 30px;
	}
	.new ul li {
		width: 100%;
		border-radius: 15px;
	}
	.new ul li .img {
		height: 180px;
	}
	.new ul li .text {
		padding: 15px 20px;
	}
	.new ul li .time {
		padding-bottom: 10px;
	}
	.new ul li h4 a {
		font-size: 16px;
	}
	a.more2 img {
		margin-top: 10px;
		height: 16px;
	}
}