.chanpinxiangqing {
	width: 100%;
	height: 847px;
	background: linear-gradient(to right, #ffffff 50%, #FAFAFA 50%);
	position: relative;
	margin-top: 100px;
}
.chahao{
	position: absolute;
	right: 40px;
	top: 40px;
}
.chahao img{
	width: 32px;
	height: 32px;
}
.pc_nav {
	box-shadow: 0 -2px 8px 2px rgb(0 0 0/0.4);
}

.xiangqing {
	display: flex;
}

.xiang {
	width: 50%;
	padding-top: 60px;
	padding-right: 110px;
}

.miaoshu {
	padding-bottom: 133px;
}

.miaoshu p {
	font-size: 15px;
	font-weight: 400;
	color: #1A758C;
	line-height: 28px;
}
.miaoshu p span,.miaoshu p p,.miaoshu p li,.miaoshu p h1,.miaoshu p h2,.miaoshu p h3,.miaoshu p h4,.miaoshu p text{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #1A758C !important;
	line-height: 28px !important;
}
.qing {
	width: 50%;
	padding-top: 80px;
	padding-left: 80px;
}

.mingcheng h1 {
	font-size: 36px;
	font-weight: bold;
	color: #1A1A1A;
	padding-bottom: 40px;
}

.fenlei p {
	font-size: 18px;
	font-weight: 400;
	color: #808080;
	padding-bottom: 20px;

}

.jiage p {
	display: none;
	font-size: 22px;
	font-weight: bold;
	color: #FAFAFA;
	background-color: #FC7F3B;
	padding: 18px 66px;
	width: fit-content;

}

.jiage p::before {
	content: "￥";
}

.jiage {
	padding-top: 40px;
}

.price1 {
	display: block !important;
}

.guige {
	width: 100%;
	height: 420px;
	/* overflow-y: hidden; */
	overflow-y: scroll;
}

.guige p {
	width: fit-content;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #1A1A1A;
	padding: 16px 26px;
	background-color: #EBEBEB;
	border-radius: 24px;
	margin-bottom: 14px;
	cursor: pointer;
}

.bian1 {
	color: #fff !important;
	background: #1A758C !important;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.yulantu {
	width: 100%;
	height: 373px;
	overflow: hidden;
}

.yulantu1 {
	width: 405px;
	position: relative;
	padding-bottom: 121px;
	margin-left: 148px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #fff;
	width: 16px;
	height: 16px;
	opacity: 1;
	border: 1px solid #979799;
	margin-right: 20px !important;
}

.swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
	border: 1px solid #1A758C !important;
	position: relative;
}

.swiper-pagination-bullet-active::after {
	content: "";
	width: 6px;
	height: 6px;
	background: #1A758C;
	border-radius: 3px;
	position: absolute;
	left: 32%;
	top: 30%;

}

.gang {
	width: 100%;
	height: 100px;
	background-color: #fff;
}
@media screen and (max-width:1200px) {
	.chanpinxiangqing{
		background: #fff;
		height: auto;
	}
	.xiangqing{
		flex-wrap: wrap;
		
	}
	.xiang{
		width: 100%;
		background-color: #fff;
		padding-bottom: 50px;
		padding-right: 0;
	}
	.qing{
		width: 100%;
		background-color:#FAFAFA ;
		padding-bottom: 50px;
	}
	.yulantu1 {
	    width: 80%;
	    position: relative;
	    padding-bottom: 121px;
	    margin: 0 auto;
	}
	.chahao {
	    position: absolute;
	    right: 40px;
	    top: 16px;
	}
}
@media screen and (max-width:768px) {
	.miaoshu {
	    padding-bottom: 20px;
	}
	.xiang{
		padding-top: 10px;
	}
	.chahao{
		display: none;
	}
	.yulantu1{
		padding-bottom: 50px;
	}
	.qing{
		padding: 20px;
	}
	.mingcheng h1 {
	    font-size: 25px;
	    font-weight: bold;
	    color: #1A1A1A;
	    padding-bottom: 25px;
	}
	.guige p{
		font-size: 12px;
		padding: 13px 15px;
	}
	.jiage p {
	    font-size: 16px;
	    padding: 12px 40px;
	}
}