* {
	margin: 0;
	padding: 0;
	text-decoration: none !important;
}

.banner {
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}

.banner img {
	width: 100%;
	z-index: -1;
}

.banner .bannerText {
	position: absolute;
	/* top: 0;
	left: 0;
	width: 100%; */
	/* width: 1200px; */
	height: 100%;
	top: 50%;
	/* margin-top: -25px; */
	left: 50%;
	/* margin-left: -25px; */
	transform: translate(-50%, -50%);
}

/* @media screen and (min-width:1920px) {
	p {
		color: #007AFF;
	}
} */
.banner .bannerText p,
.banner .bannerText a {
	display: block;
	/* margin-left: 20%; */
}

.banner .bannerText p:nth-child(1) {
	font-size: 36px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10%;
	margin-bottom: 20px;
}

.banner .bannerText p:nth-child(2) {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	width: 40%;
	margin-bottom: 20px;
	text-align: justify;
}

.banner .bannerText a {
	width: 146px;
	height: 42px;
}

.banner .bannerText a button {
	width: 146px;
	height: 42px;
	background: #FFFFFF;
	border-radius: 21px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	border: none;
	outline: none;
}

.product {
	margin-bottom: 100px;
	padding: 0;
}

.product .productSwiper {
	width: 100%;
	position: relative;
}

.product .productSwiper .swiper-slide {
	width: 100%;
}

.product .productSwiper .swiper-slide a {
	display: flex;
}

.product .productSwiper .swiper-slide a .img {
	width: 50%;
}

.product .productSwiper .swiper-slide a .img img {
	width: 100%;
}

.product .productSwiper .swiper-slide a .right {
	width: 50%;
	padding-left: 50px;
}

.product .productSwiper .swiper-slide a .right p:nth-child(1) {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
}

.product .productSwiper .swiper-slide a .right p:nth-child(2) {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
}

.product .productSwiper .swiper-slide a .right p:nth-child(3) {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	text-align: justify;
	line-height: 27px;
	height: 105px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 4;    
	overflow: hidden; 
}

/* .product .item{
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
}
.product .item .itemList{
	width: 49%;
	background-color: #F5F5F5;
	display: block;
}
.product .item .itemList:hover {
	background-color: #d3d3d3;
}
.product .item .itemList:nth-child(2){
	margin-left:2%;
}
.product .item .itemList .listItem{
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 50px;
}
.product .item .itemList .listItem .up{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
	display: none;
}
.product .item .itemList .listItem:hover .up{
	display: block;
}
.product .item .itemList .listItem .up p{
	text-align: center;
	margin-top: 20%;
	font-size: 35px;
	color: white;
	font-weight: 500;
}
.product .item .itemList .listItem .up button{
	display: block;
	margin: 0 auto;
	border: none;
	width: 90px;
	height: 35px;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 600;
}
.product .item .itemList .listItem .up button:hover{
	opacity: 0.7;
}
.product .item .itemList .listItem img{
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-bottom: 8%;
	transition: 1s;
	margin-top: 3%;
}
.product .item .itemList .listItem:hover img{
	width: 95%;
	margin-bottom: 6.5%;
	transition: 1s;
}
.product .item .itemList .listItem p{
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin-bottom: 50px;
} */
.productSwiper .swiper-pagination{
	position: relative;
	margin-top: 20px;
}
.productSwiper .swiper-pagination-bullet .progressbar {
	width: 6px !important;
	height: 6px;
	display: flex;
	margin: 0 auto;
}

.productSwiper .swiper-pagination-bullet {
	width: 6px !important;
	height: 6px !important;
	background-color: #333 !important;
	margin: 0 5px;
	opacity: 1;
	/* background-color: #e7e7e7; */
}

.productSwiper .swiper-pagination-bullet-active {
	width: 200px !important;
	height: 6px;
	background-color:  #333;
}

.productSwiper .swiper-pagination-bullet-active .progressbar {
	width: 200px !important;
}
.productSwiper .swiper-button-next, .productSwiper .swiper-button-prev{
	/* bottom: 0; */
	top: 97%;
	color: #c1c1c1;
}
.productSwiper .swiper-button-next:hover, .productSwiper .swiper-button-prev:hover{
	color: black;
}
.productSwiper .swiper-button-next::after, .productSwiper .swiper-button-prev::after{
	display: none;
}
.productSwiper .swiper-button-prev{
	left: 39%;
}
.productSwiper .swiper-button-next{
	right: 39%;
}

.use {
	margin: 0 auto;
	padding: 0;
	margin-bottom: 100px;
}

.use>p:nth-child(1) {
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.use>p:nth-child(2) {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #3E3A39;
	line-height: 32px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
	display: block;
}

.use img {
	width: 100%;
	padding: 0;
}

.callMe {
	padding: 0;
	position: relative;
}

.callMe .callMeList {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.callMe .callMeList>p {
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	/* margin-top: 2%; */
	margin-bottom: 50px;
}

.callMe .callMeList .listItem {
	display: flex;
	flex-wrap: wrap;
}

.callMe .callMeList .listItem .item {
	width: 25%;
	padding-left: 70px;
}

.callMe .callMeList .listItem .item img {
	width: 48px;
	height: 50px;
	display: block;
	margin-bottom: 30px;
	margin-left: 50px;
}

.callMe .callMeList .listItem .item p:nth-child(2) {
	display: block;
	margin-left: 60px;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.callMe .callMeList .listItem .item p:nth-child(3) {
	width: 70%;
	margin-left: 60px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
@media screen and (max-width: 1400px){
    .productSwiper .swiper-button-prev {
		left: 37%;
	}
	.productSwiper .swiper-button-next {
		right: 37%;
	}
}
@media screen and (max-width: 1200px){
    .productSwiper .swiper-button-prev {
		left: 35%;
	}
	.productSwiper .swiper-button-next {
		right: 35%;
	}
}
@media screen and (max-width: 998px){
	.banner img {
		width: 100%;
		z-index: -1;
		height: 675px;
		object-fit: cover;
	}
	.banner .bannerText p:nth-child(2){
		margin-bottom: 8px;
		width: 55%;
		height: 280px;
		overflow: auto;
	}
	.banner .bannerText p:nth-child(2)::-webkit-scrollbar{
		width: 1px;
	}
	.productSwiper .swiper-button-prev {
		left: 10%;
	}
	.productSwiper .swiper-button-next {
		right: 10%;
	}

	.callMe .callMeList .listItem .item{
		padding-left: 0px;
	}
	.callMe img{
		height: 500px;
	}
	.callMe .callMeList .listItem .item p:nth-child(3){
		word-break: break-all;
		font-size: 13px;
		margin: 0 auto;
	}
	.callMe .callMeList .listItem .item p:nth-child(2){
		margin: 0 auto;
		text-align: center;
	}

	.callMe .callMeList .listItem .item img{
		margin: 0 auto;
	}

}