.s_bar {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.chanpin {
	padding-top: 80px;
	padding-bottom: 100px;
}

.biaoti h1 {
	text-align: center;
	font-size: 36px;
}

.chanpin1 {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
     border: 2px solid #E6E6E6;
}

.tu {
	width: 50%;
	min-height: 540px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tu img {
	width: auto;
	    height: 80%;
	    object-fit: contain;
	    transition: all 0.3s;
	    max-height: 100%;
	    max-width: 90%;
}

.guige1 {
	display: flex;
	margin-bottom: 15px;
}

.guige1 h2 {
	color:#333;
	font-size: 13px;
	margin-top: 3px;
}

.guige1 p {
	font-size: 13px;
	color: #666;
	line-height: 23px;
}

.guige {
	width: 45%;
	padding-top: 65px;
	padding-left: 49px;
	padding-right: 60px;
	padding-bottom: 30px;
}

.guige1 h2 {
	width: 100px;
}

.guige1 p {
	width: 85%;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	/* border: 2px solid #FF832A; */
}

.swiper-slide img {
	width: auto;
	    height: 80%;
	    object-fit: contain;
	    transition: all 0.3s;
	    max-height: 100%;
	    max-width: 90%;
}

.lunbo1 {
	width: 100%;
	height: 634px;
	position: relative;
}

.swiper-button-next::after {
	position: absolute;
	color: #fff;
	width: 16px !important;
	height: 30px !important;
	font-size: 31px !important;
}

.swiper-button-prev::after {
	position: absolute;
	color: #fff;
	width: 16px !important;
	height: 30px !important;
	font-size: 31px !important;
}
.swiper-button-prev{
	width: 60px !important;
	height: 126px !important;
	
	background: rgb(83 79 79 / 40%);
	left: 0 !important;
}
.swiper-button-next {
	width: 60px !important;
	height: 126px !important;

	background: rgb(83 79 79 / 40%);
	right: 0 !important;
}
.dian{
	height: 60px;
	position: relative;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background:#FF832A !important;
}
.bt h1{
	font-size: 20px;
	font-weight: bold;
	color: #E60012;
}
.xian{
	width: 60px;
	height: 1px;
	background: #D4D4D4;
	margin-top: 20px;
	margin-bottom: 29px;
}
.swiper-slide{
	display: flex !important;
}

@media screen and (max-width:1200px) {
	.chanpin{
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media screen and (max-width:1024px) {
	.chanpin1{
		flex-wrap: wrap;
	}
	.tu{
		width: 100%;
	}
	.guige{
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	.lunbo1 {
	    width: 100%;
	    height: 260px;
	    position: relative;
	}
	.chanpin {
	    padding-top: 35px;
	    padding-bottom: 100px;
	}
	.chanpin1 {
	    display: flex;
	    justify-content: space-between;
	    margin-top: 19px;
	    border: 2px solid #E6E6E6;
	}
	.tu{
		height: 300px;
		min-height: 200px;
	}
	
	.tu img {
	    width: 100%;
	    height: 300px;
	    min-height: 200px;
	    object-fit: cover;
	}
	.guige {
	    padding-left: 25px;
	    padding-right: 25px;
	}
	.swiper-button-prev{
		width: 60px !important;
		height: 60px !important;
		
		background: rgba(255, 255, 255, 0.4);
		left: 0 !important;
	}
	.swiper-button-next {
		width: 60px !important;
		height: 60px !important;
	
		background: rgba(255, 255, 255, 0.4);
		right: 0 !important;
	}
}