body{
	background-color: RGBA(250, 250, 250, 1);
}
.product{
	padding-top: 59px;
}
.product .box1{
	position: sticky;
	top: 80px;
	padding: 36px 0;
	background-color: RGBA(250, 250, 250, 1);
	z-index: 3;
}
.product .box1 .box-c{
	position: relative;
	padding: 0 40px;
}
.product .box1 .swiper-slide{
	position: relative;
	width: auto;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: lighter;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
	transition: all .6s;
	padding: 0 23px 21px;
}
.product .box1 .swiper-slide:not(:last-child){
	margin-right: 23px;
}
.product .box1 .swiper-slide-active,
.product .box1 .swiper-slide:hover{
	color: #E9CA56;
}
.product .box1 .swiper-slide-active{
	font-weight: bold;
}
.product .box1 .swiper-slide::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: rgba(233, 202, 86, 1);
	transition: all .6s;
}
.product .box1 .swiper-slide-active::before{
	width: 100%;
}
.product .box1 .box-c .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #E9CA56;
	cursor: pointer;
}
.product .box1 .box-c .btn.swiper-button-disabled{
	opacity: .3;
	cursor: not-allowed;
}
.product .box1 .box-c .btn .iconfont{
	font-size: 22px;
	font-weight: bold;
}
.product .box1 .box-c .btn.btn-prev{
	left: 0;
}
.product .box1 .box-c .btn.btn-next{
	right: 0;
}
.product .box2{
	padding: 0 30px 142px;
}
.product .box2 .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 47px 20px;
}
.product .box2 .list1{
	grid-template-columns: repeat(3,1fr);
	gap: 60px 10px;
}
.product .box2 .list li .img{
	position: relative;
	padding-top: 70.43%;
	background-color: rgba(240, 240, 240, 1);
}
.product .box2 .list li .img .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .box2 .list li .img .pic img{
	max-width: 80%;
	max-height: 80%;
	width: auto;
}
.product .box2 .list li:hover .img .pic img{
	transform: scale(1.01);
}
.product .box2 .list li .li-b{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 22px;
}
.product .box2 .list li .li-b-l{
	position: relative;
	padding-left: 15px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	flex: 1;
	margin-right: 30px;
	transition: all .6s;
}
.product .box2 .list li:hover .li-b-l{
	color: #E9CA56;
}
.product .box2 .list li .li-b-l::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 3px;
	height: 10px;
	background: #E9CA56;
}
.product .box2 .list li .li-b-r .iconfont{
	font-size: 28px;
	color: #333333;
}
.product .box2 .pagination{
	margin-top: 70px;
}
.product-details{
	padding-top: 80px;
}
.product-details .bread-nav{
	position: relative;
	bottom: 0;
	color: rgba(153, 153, 153, 1);
}
.product-details .bread-nav a{
	color: rgba(153, 153, 153, 1);
}
.product-details .box1{
	position: relative;
	padding: 17px 0 0;
}
.product-details .box1::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(240, 240, 240, 1);
}
.product-details .box1 .box-c{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 52px 0 70px;
	z-index: 3;
}
.product-details .box1 .box-c .l .swiper,
.product-details .box1 .box-c .l .swiper-wrapper,
.product-details .box1 .box-c .l .swiper-slide,
.product-details .box1 .box-c .l .swiper-slide .pic{
	height: 100%;
}
.product-details .box1 .box-c .l .swiper-slide .pic{
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-details .box1 .box-c .l,
.product-details .box1 .box-c .r{
	position: relative;
	width: 45.71%;
}
.product-details .box1 .box-c .l{
	display: flex;
	justify-content: space-between;
	height: 440px;
}
.product-details .box1 .box-c .l .gallery-thumbs{
	position: relative;
	width: 18.23%;
	height: 100%;
}
.product-details .box1 .box-c .l .gallery-thumbs .swiper-slide{
	position: relative;
	border: 1px solid #dedede;
	cursor: pointer;
}
.product-details .box1 .box-c .l .gallery-thumbs .swiper-slide-thumb-active::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #e9ca56;
	box-sizing: border-box;
}
.product-details .box1 .box-c .l .gallery-top{
	width: 78%;
	height: 100%;
}
.product-details .box1 .box-c .l .swiper,
.product-details .box1 .box-c .l .swiper .pic{
	width: 100%;
	height: 100%;
}
.product-details .box1 .box-c .l .swiper .pic{
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-details .box1 .box-c .l .btn{
	position: absolute;
	left: 50%;
	z-index: 2;
	cursor: pointer;
	transform: translateX(-50%)rotate(90deg);
}
.product-details .box1 .box-c .l .btn.btn-prev{
	top: -35px;
}
.product-details .box1 .box-c .l .btn.btn-next{
	bottom: -35px;
}
.product-details .box1 .box-c .l .btn .iconfont{
	font-size: 24px;
}
.product-details .box1 .box-c .l .pic img{
	display: block;
	max-height: 90%;
	max-width: 90%;
	margin: 0 auto;
}
.product-details .box1 .box-c .r .des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.product-details .box1 .box-c .r .title{
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.25;
	margin-top: 20px;
}
.product-details .box2 .sub-title,
.product-details .box1 .box-c .r .sub-title{
	position: relative;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	padding-bottom: 18px;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
	margin-top: 50px;
}
.product-details .box2 .sub-title::before,
.product-details .box1 .box-c .r .sub-title::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #E9CA56;
}
.product-details .box1 .box-c .r .text{
	margin-top: 40px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 48px;
	min-height: 192px;
}
.product-details .box1 .box-c .r .more{
	width: 160px;
	height: 50px;
	background: #E9CA56;
	margin-top: 30px;
	border-radius: 25px;
	transition: all 0.3s;
}
.product-details .box1 .box-c .r .more:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}
.product-details .box1 .box-c .r .more a{
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
}
.product-details .box1 .box-c .r .more a .icon-jiantou_youshang{
	font-size: 20px;
	color: #fff;
	transition: all .6s;
}
.product-details .box1 .box-c .r .more:hover a .icon-jiantou_youshang{
	transform: rotate(45deg);
}
.product-details .box2{
	padding: 100px 0 150px;
}
.product-details .box2 .sub-title{
	margin-top: 0;
}
.product-details .box2 .title{
	margin-top: 57px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.product-details .box2 .box-c{
	margin-top: 30px;
}
.product-details .box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 24px 13px;
}
.product-details .box2 .box-c .list li .img{
	position: relative;
	background: #F4F4F4;
	padding-top: 88.23%;
}
.product-details .box2 .box-c .list li .img .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-details .box2 .box-c .list li .img .pic img{
	max-width: 80%;
	max-height: 80%;
	width: auto;
}
.product .box2 .list li .img .pic img,
.product-details .box2 .box-c .list li:hover .img .pic img{
	transform: scale(1.3);
}
.product-details .box2 .box-c .list li .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 14px;
	text-align: center;
	transition: all .6s;
}
.product-details .box2 .box-c .list li:hover .text{
	color: #E9CA56;
}
.product-details .box2 .box-c{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
}
.product-details .box2 .box-c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media (max-width:1440px) {
	.product-details .box1 .box-c .r .title{
		font-size: 36px;
	}
}
@media (max-width:1280px) {
	.product .box1 .swiper-slide{
		font-size: 22px;
	}
	.product-details .box1 .box-c .r .title{
		font-size: 30px;
	}
}
@media (max-width:1199px) {
	.product-details .box1 .box-c .r .title{
		font-size: 28px;
	}
	.product .box1 .swiper-slide{
		padding: 0 15px 15px;
	}
	.product{
		padding-top: 24px;
	}
	.product .box2{
		padding-bottom: 70px;
	}
	.product .box2 .pagination{
		margin-top: 50px;
	}
	.product .box1{
		top: 60px;
	}
	.product .box2 .list1{
		grid-template-columns: repeat(2,1fr);
		gap: 40px 10px;
	}
	.product-details{
		padding-top: 60px;
	}
	.product-details .box2{
		padding: 70px 0;
	}
	.product-details .box1 .box-c .r .text,
	.product-details .box1 .box-c .r .sub-title{
		margin-top: 30px;
	}
	.product-details .box1 .box-c .r .text{
		line-height: 2;
	}
	.product-details .box2 .title{
		margin-top: 50px;
	}
}
@media (max-width: 1024px) {
	.product-details .box2 .title{
		margin-top: 40px;
	}
	.product-details .box1 .box-c .r .title{
		font-size: 26px;
	}
	.product .box2 .pagination{
		margin-top: 40px;
	}
	.product .box2{
		padding-bottom: 60px;
	}
	.product{
		padding-top: 14px;
	}
	.product .box1 .swiper-slide{
		font-size: 20px;
	}
	.product .box1 .swiper-slide:not(:last-child){
		margin-right: 16px;
	}
	.product .box1 .swiper-slide{
		padding: 0 10px 10px;
	}
	.product .box2 .list li .li-b-l{
		font-size: 22px;
	}
	.product-details .box2{
		padding: 60px 0;
	}
	.product-details .box1 .box-c{
		flex-direction: column;
	}
	.product-details .box1 .box-c .l, .product-details .box1 .box-c .r{
		width: 100%;
	}
	.product-details .box1::before{
		width: 100%;
	}
	.product-details .box1 .box-c .r{
		position: relative;
		padding: 40px 0;
		margin-top: 40px;
	}
	.product-details .box1 .box-c .r::before{
		position: absolute;
		content: "";
		top: 0;
		width: 140%;
		left: -20%;
		height: 100%;
		background-color: #fff;
	}
	.product-details .box1 .box-c .r .des,
	.product-details .box1 .box-c .r .title,
	.product-details .box1 .box-c .r .text,
	.product-details .box1 .box-c .r .more{
		position: relative;
		z-index: 3;
	}
	.product-details .box1 .box-c .r .text{
		min-height: 0;
	}
	.product-details .box1 .box-c{
		padding-top: 45px;
	}
	.product-details .box2 .box-c .list{
		grid-template-columns: repeat(3,1fr);
	}
	.product-details .box1 .box-c{
		padding-bottom: 0;
	}
}
@media (max-width: 768px) {
	.product-details .box1 .box-c .l{
		height: 390px;
	}
	.product-details .box1 .box-c .l .btn.btn-prev{
		top: -25px;
	}
	.product-details .box1 .box-c .l .btn.btn-next{
		bottom: -25px;
	}
	.product-details .box1 .box-c .l .btn .iconfont{
		font-size: 20px;
	}
	.product-details .box2 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.product-details .box2 .title{
		margin-top: 30px;
	}
	.product-details .box1 .box-c{
		padding-top: 35px;
	}
	.product-details .box1 .box-c .r .title{
		font-size: 24px;
	}
	.product .box2 .list li .li-b{
		margin-top: 14px;
	}
	.product .box2{
		padding-left: 3%;
		padding-right: 3%;
	}
	.product .box2 .list{
		grid-template-columns: repeat(1,1fr);
		gap: 30px 0;
	}
	.product .box2 .pagination{
		margin-top: 30px;
	}
	.product .box2{
		padding-bottom: 50px;
	}
	.product{
		padding-top: 4px;
	}
	.product .box1{
		padding-bottom: 30px;
	}
	.product .box1 .swiper-slide{
		font-size: 18px;
	}
	.product-details .box2{
		padding: 50px 0;
	}
	.product-details .box1 .box-c .r .more{
		width: 140px;
		height: 45px;
	}
	.product-details .box1 .box-c{
		padding-bottom: 0;
	}
}
@media (max-width: 500px) {
	.product-details .box1 .box-c .l{
		height: 260px;
	}
	.product-details .box1 .box-c .l .gallery-thumbs{
		width: 60px;
	}
	.product-details .box1 .box-c .l .gallery-top{
		width: calc(100% - 80px);
	}
	.product-details .box2 .box-c{
		font-size: 14px;
	}
	.product-details .box1 .box-c{
		padding-bottom: 0;
	}
	.product-details .box2 .box-c .list li .text{
		font-size: 14px;
		margin-top: 10px;
	}
	.product-details .box2 .title{
		margin-top: 25px;
	}
	.product-details .box2 .sub-title, .product-details .box1 .box-c .r .sub-title{
		font-size: 16px;
		padding-bottom: 10px;
	}
	.product-details .box1 .box-c .r .more{
		margin-top: 20px;
	}
	.product-details .box1 .box-c .r .text{
		font-size: 14px;
	}
	.product-details .box1 .box-c .r .more a{
		padding: 0 15px;
		font-size: 14px;
	}
	.product-details .box1 .box-c .r .more{
		width: 120px;
		height: 40px;
	}
	.product-details .box1 .box-c .r .text, .product-details .box1 .box-c .r .sub-title{
		margin-top: 20px;
	}
	.product-details .box1 .box-c .r .des{
		font-size: 16px;
	}
	.product-details .box1 .box-c .r .title{
		margin-top: 10px;
	}
	.product-details .box1 .box-c .r{
		padding: 30px 0;
		margin-top: 30px;
	}
	.product-details .box1 .box-c{
		padding-top: 25px;
	}
	.product-details .box2{
		padding: 35px 0;
	}
	.product-details .box1 .box-c .r .title{
		font-size: 22px;
	}
	.product-details{
		padding-top: 50px;
	}
	.product{
		padding-top: 20px;
	}
	.product .box2 .list li .li-b-l{
		font-size: 18px;
	}
	.product .box2 .pagination{
		margin-top: 20px;
	}
	.product .box2{
		padding-bottom: 40px;
	}
	.product .box1{
		padding: 15px 0;
		margin-bottom: 10px;
	}
	.product .box1 .swiper-slide{
		font-size: 16px;
	}
	.product .box1{
		top: 50px;
	}
}
.zoomMask {
    position: absolute;
    background: url(../img/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}
.zoomDiv{
	z-index:99;
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:400px;
	background:#ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align:center;
	overflow:hidden;
}