/*
Author: 金鲤云IT服务平台
Version:1.0
*/
@charset "utf-8";
.swiper-slide img {
	display: block;
	height: 100%;
	width: 100%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	display: none;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	display: none;
}
.box2 .swiper-slide {
	/*max-height: 850px;*/
}
.box2 .swiper_top {
	position: absolute;
	right: 0;
	z-index: 9;
	bottom: 0;
	background: #fff;
	width: 460px;
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: flex-end;
}

.box2 .swiper-button-next,
.box2 .swiper-rtl .swiper-button-prev {
	position: absolute;
	right: 80px;
	left: auto;
	padding: 40px 60px;
	top: 28%;
}
.box2 .swiper-button-prev,
.box2 .swiper-rtl .swiper-button-next {
	position: absolute;
	right: 200px;
	left: auto;
	padding: 40px 60px;
	top: 28%;
}
.box2 .swiper-button-next:hover,
.box2 .swiper-rtl .swiper-button-prev:hover,
.box2 .swiper-button-prev:hover,
.box2 .swiper-rtl .swiper-button-next:hover {
	background: #00bbea;
}
.box2 .swiper-button-next:hover img,
.box2 .swiper-rtl .swiper-button-prev:hover img,
.box2 .swiper-button-prev:hover img,
.box2 .swiper-rtl .swiper-button-next:hover img {
	-webkit-filter: grayscale(100%) brightness(1000%);
	filter: grayscale(100%) brightness(1000%);
	color: #fff;
}

.swiper-pagination {
	text-align: left;
	padding: 0px 40px;
	font-size: 16px;
}
.swiper-pagination-current {
	font-size: 24px;
	color: #00bbea;
}
.box2 .swiper-horizontal > .swiper-pagination-bullets,
.box2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.box2 .swiper-pagination-custom,
.box2 .swiper-pagination-fraction {
	width: 30%;
}

.box2 .sj {
	position: absolute;
	bottom: 6%;
	z-index: 9;
	left: 50%;
	transform: translate(-50%, 50%);
	background: url(../images/box2-times.png);
}
.box2 .sj1 {
	animation: clockanimation 4s linear infinite;
}
.box2 .sj img {
	width: 100%;
}

@keyframes clockanimation {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}
@media (max-width: 970px) {
	.box2 .swiper_top {
		display: none;
	}
}
@media (max-width: 768px) {
	.box2 .sj img{
		display: none;
	}
}
.box3 .swiper-slide {
	width: 63%;
	transition-timing-function: linear;
	position: relative;
}
.zx_bt {
	font-size: 38px;
}
.box_top {
	display: flex;
	padding: 80px 0;
	align-items: center;
	justify-content: space-between;
}
.box3 .box_top p {
	width: 60%;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.box3 .swiper-button-prev,
.box3 .swiper-rtl .swiper-button-next {
	left: 15%;
	right: auto;
}
.box3 .swiper-button-next,
.box3 .swiper-rtl .swiper-button-prev {
	right: 15%;
	left: auto;
}
.box3 .swiper_wrapper_box {
	position: absolute;
	display: flex;
	align-items: center;
	background: #fff;
	bottom: 20px;
	left: 20px;
	padding: 35px 150px 35px 50px;
}
.box3 .swiper_wrapper_tp {
	position: absolute;
	left: -50px;
}
.box3 .swiper_wrapper_p{
	font-size: 16px;
}
.box3 .yyly_top {
	position: absolute;
}
.box3 .swiper-pagination {
	text-align: right;
}
.box3 .zx_swiper2 {
	margin: 60px auto;
	width: 300px;
}
.box3 .zx_swiper2 .swiper-slide {
	width: 12px !important;
	height: 12px;
	background: #eeeeee;
	cursor: pointer;
}
.box3 .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
	background: #00bbea;
}
.box3 .zx_swiper2 .swiper-wrapper {
	display: flex;
	justify-content: center;
}

@media (max-width: 1200px) {
	.box3 .swiper-slide {
		width: 58%;
		transition-timing-function: linear;
		position: relative;
	}
}
@media (max-width: 1000px) {
	.box3 .swiper-slide {
		width: 100%;
		transition-timing-function: linear;
		position: relative;
	}
	.box3 .swiper_wrapper_box {
		padding: 15px 120px 15px 40px;
	}
}
@media (max-width: 768px) {
	.box_top {
		padding: 15px;
	}
	.box3 .box_top p {
		font-size: 12px;
	}
	.box3 .swiper-button-prev,
	.box3 .swiper-rtl .swiper-button-next {
		display: none;
	}
	.box3 .swiper-button-next,
	.box3 .swiper-rtl .swiper-button-prev {
		display: none;
	}
	.box3 .swiper_wrapper_box {
		position: static;
	}
	.swiper-pagination {
		padding: 0px 40px;
		font-size: 12px;
	}
	.swiper-pagination-current {
		font-size: 18px;
		color: #00bbea;
	}
	.box3 .zx_swiper2 {
		margin: 0 auto 25px;
		width: 100%;
	}
	.box3 .zx_swiper2 .swiper-slide {
		width: 10px !important;
		height: 10px;
		background: #eeeeee;
	}
	.box3 .swiper_wrapper_p {
		font-size: 14px;
	}
}

.box4 {
	background-image: url(../images/产品介绍-背景.jpg);
	padding: 80px 0;
}
.box4 .wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.box4 .box4_list {
	width: 25%;
	padding-right: 75px;
	color: #fff;
}
.box4 .box4_list h3 {
	font-size: 38px;
	padding-bottom: 20px;
}
.box4 .box4_list p {
	font-size: 14px;
}
.box4 .box4_list .bianju {
	width: 100%;
	height: 3px;
	background: #fff;
	margin: 40px 0;
}
.box4 .tab-item {
	font-size: 18px;
	padding: 18px 0;
	border-bottom: 1px solid #51658e;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.box4 .active {
	color: #00bbea;
}
.box4 .products {
	width: 75%;
}
.box4 .products .main {
	display: none;
}

.box4 .products .main.selected {
	display: block;
}
.box4 .products .main ul {
	display: flex;
	flex-wrap: wrap;
}
.box4 .products .main ul li {
	width: 32%;
	background: #efeff8;
	margin: 0.5%;
	text-align: center;
	padding-bottom: 30px;
}
.box4 .products .main ul li div {
	overflow: hidden;
}
.box4 .products .main ul li img {
	width: 100%;
}
.box4 .products .main ul li img:hover {
	transform: scale(1.1);
}
.box4 .products .main ul li h3 {
	font-size: 20px;
	padding-bottom: 10px;
}
.box4 .products .main ul li p {
	font-size: 16px;
}
.box4 .products .main ul li:last-child {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.box4 .products .main ul li:last-child span {
	position: absolute;
	right: 30px;
	top: 30px;
	color: #00bbea;
}
.box4 .products .main ul li:last-child img {
	width: 80%;
}
@media (max-width: 1200px) {
	.box4 .box4_list {
		width: 25%;
		padding-right: 30px;
		color: #fff;
	}
}
@media (max-width: 768px) {
	.box4 {
		padding: 20px 0 30px;
	}
	.box4 .wrapper {
		flex-direction: column;
	}

	.box4 .box4_list {
		width: 100%;
		padding-right: 0;
	}
	.box4 .box4_list h3 {
		font-size: 20px;
		padding-bottom: 5px;
	}
	.box4 .box4_list p {
		font-size: 12px;
	}
	.box4 .box4_list .bianju {
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 10px 0 0;
	}
	.box4 .tab {
		display: flex;
		justify-content: space-between;
	}
	.box4 .tab-item {
		font-size: 14px;
		padding: 10px 0;
		border-bottom: none;
	}
	.box4 .tab-item img {
		margin-left: 15px;
	}

	.box4 .products {
		width: 100%;
	}
	.box4 .products .main ul li {
		padding-bottom: 15px;
	}
	.box4 .products .main ul li h3 {
		font-size: 14px;
		padding-bottom: 0;
	}
	.box4 .products .main ul li p {
		font-size: 12px;
	}
	.box4 .products .main ul li:last-child {
		padding: 0;
	}
	.box4 .products .main ul li:last-child span {
		position: static;
		color: #00bbea;
		font-size: 12px;
	}
	.box4 .products .main ul li:last-child img {
		width: 90%;
	}
}
.box5 {
	background: #eff2f5;
	padding: 80px 0 100px 0;
}
.box5 .wrapper {
	display: flex;
	flex-direction: row-reverse;
}
.box5 .products1 .main {
	display: none;
	margin-right: 20px;
}
.box5 .products1 .main.selected {
	display: block;
}
.box5 .box_top {
	padding: 0;
	padding-bottom: 40px;
}
.box5 .box_top p {
	text-align: right;
	color: #00bbea;
}
.box5 .box5_list {
	width: 100%;
}
.box5 .box5_list .tab-item {
	display: flex;
	padding: 20px 0;
	margin-left: 20px;
}

.box5 .box5_list .tab-item h3 {
	font-size: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.box5 .box5_sj {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	padding-right: 20px;
	border-right: 1px solid #dbdbdb;
}
.box5 .box5_sj h3 {
	color: #666666;
}
.box5 .box5_sj span {
	font-size: 12px;
	color: #b2b3b4;
}
.box5 .box5_bt {
	padding: 0 20px;
}
.box5 .box5_bt h3:hover{
	color: #00bbea;
}
.box5 .box5_bt p {
	font-size: 14px;
	line-height: 22px;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.box5 .box5_list .active {
	color: #00bbea;
	background: #fff;
}
.box5 .box5_sj h3:hover,
.box5 .box5_sj span:hover {
	color: #00bbea;
}
.box5 .active .box5_sj h3,
.box5 .active .box5_sj span {
	color: #00bbea;
}
.box5 .main {
	background: #fff;
}
.box5 .main img {
	width: 100%;
	height: 290px;
    object-fit: contain;
}
.box5 .box5_tp {
	overflow: hidden;
}

.box5 .box5_tp img:hover {
	transform: scale(1.1);
}

.box5 .box5_nr {
	padding: 30px;
}
.box5 .main h3 {
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.box5 .main span {
	font-size: 12px;
	color: #b2b3b4;
}
.box5 .main p {
	font-size: 14px;
	line-height: 22px;
	color: #888888;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 768px) {
	.box5 {
		padding: 25px 0 20px;
	}
	.box5 .wrapper {
		flex-direction: column-reverse;
	}
	.box5 .products1 .main {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.box5 .box_top {
		padding: 0 15px;
		padding-bottom: 15px;
	}
	.box5 .box_top p {
		font-size: 12px;
	}
	.box5 .box5_nr {
		padding: 15px;
	}
	.box5 .main h3 {
		margin-bottom: 0;
		font-size: 16px;
	}
	.box5 .main p {
		font-size: 12px;
		line-height: 18px;
		margin-top: 5px;
	}
	.box5 .box5_list .tab-item {
		padding: 10px 0;
		margin-left: 0;
	}
	.box5 .box5_sj {
		width: 50%;
		padding: 0 10px;
		align-items: center;
	}
	.box5 .box5_bt {
		padding: 0px 10px;
	}
	.box5 .box5_list .tab-item h3 {
		font-size: 16px;
		margin-bottom: 0;
	}
	.box5 .box5_bt p {
		font-size: 12px;
		line-height: 20px;
	}
}
.box6 {
	padding: 80px 0 100px 0;
}
.box6 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.box6 ul li {
	width: 18%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.box6 ul li div {
	overflow: hidden;
	border: 1px solid #eeeeee;
}
.box6 ul li img {
	width: 100%;
}
.box6 ul li img:hover {
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.box6 {
		padding: 20px 0;
	}
	.box6 ul {
		margin-top: 15px;
	}
	.box6 ul li {
		width: 31%;
	}
}

