.produce-swiper-con {
	position: relative;
	width: 100%;
	height: 42vh;
	overflow: hidden
}

.produce-swiper-con .swiper-wrapper {
	width: 100%;
	height: 100%
}

.produce-swiper-con .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f0f0f2;
	background-position: center
}

.produce-swiper-con .banner-swiper-content {
	width: var(--main-width);
	margin: 0 auto;
	padding-top: 265px
}

.produce-swiper-con .tip {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 450px;
	height: 110px;
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	background: url(../images/news-detail/blueBtn.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.tabs-con {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(0,0,0,.1)
}

.tabs-con .tab-ul {
	display: flex
}

.tabs-con .tab-ul>li {
	height: 60px;
	padding: 0 20px;
	line-height: 60px;
	color: #000;
	font-size: 16px;
	cursor: pointer
}

.tabs-con .tab-ul .active {
	background: #1750ae;
}

.tabs-con .tab-ul .active a {
	color: #fff
}

.produce-content {
	margin-top: 80px
}

.produce-content .page-num-con {
	margin-top: 60px
}

.produce-content .item-title {
	margin-top: 80px;
	font-size: 28px;
	color: #1750ae
}

.produce-content .produce-item .img-con img {
}

@media (max-width: 700px) {
	.produce-swiper-con {
		height: 250px;
		overflow: hidden
	}

	.produce-swiper-con .banner-swiper-content {
		padding-top: 120px
	}

	.produce-swiper-con .tip {
		width: 150px;
		height: 35px;
		margin-left: 20px;
		line-height: 35px;
		font-size: 14px;
		background: url(../images/news-detail/blueBtn.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center
	}

	.tabs-con .tab-ul {
		flex-wrap: wrap;
		justify-content: center
	}

	.tabs-con .tab-ul>li {
		height: 40px;
		padding: 0 5px;
		line-height: 40px;
		font-size: 14px;
		flex-shrink: 0
	}

	.produce-content {
		margin-top: 20px
	}

	.produce-content .content-body {
		padding: 0 20px
	}

	.produce-content .page-num-con {
		margin-top: 10px
	}

	.produce-content .produce-list {
		width: calc(100% + 20px);
		margin-left: -10px
	}

	.produce-content .produce-list .produce-item {
		width: 50%
	}
}

@media (min-width: 700px) and (max-width:1000px) {
	.produce-swiper-con {
		height: 350px;
		overflow: hidden
	}

	.produce-swiper-con .banner-swiper-content {
		padding-top: 140px
	}

	.produce-swiper-con .tip {
		width: 250px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
		background: url(../images/news-detail/blueBtn.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center
	}

	.tabs-con .tab-ul {
		display: flex
	}

	.tabs-con .tab-ul>li {
		height: 40px;
		padding: 0 10px;
		line-height: 40px;
		font-size: 14px
	}

	.produce-content {
		margin-top: 40px
	}

	.produce-content .page-num-con {
		margin-top: 40px
	}
}

@media (min-width: 1000px) and (max-width:1400px) {
	.produce-swiper-con {
		height: 60vh;
		overflow: hidden
	}

	.produce-swiper-con .banner-swiper-content {
		padding-top: 160px
	}

	.produce-swiper-con .tip {
		width: 250px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
		background: url(../images/news-detail/blueBtn.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center
	}

	.tabs-con .tab-ul {
		display: flex
	}

	.tabs-con .tab-ul>li {
		height: 40px;
		padding: 0 10px;
		line-height: 40px;
		font-size: 14px
	}

	.produce-content {
		margin-top: 40px
	}

	.produce-content .page-num-con {
		margin-top: 40px
	}
}