.product{
	background-color: #f7f7f7;
}
.product .list{
	margin-top: 50px;
	padding-bottom: 64px;
}
.product .list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .list ul li{
	background-color: #fff;
	width: 48.9%;
	margin-bottom: 30px;
	/* height: 400px; */
}
.product .list ul li a{[
	display: block;
]}
.product .list ul li a>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 48px 45px 38px 45px;
	height: 400px;
}
.product .list ul li .li-l{
	width: 55.9%;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}
.product .list ul li .li-l .title{
	font-size: 30px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 1;
}
.product .list ul li .li-l .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 24px;
	margin-top: 14px;
	margin-bottom: 48px;
}
.product .list ul li .li-l .text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #999999;
	line-height: 30px;
}
.product .list ul li .li-l .li-l-b{
	padding-bottom: 17px;
}
.product .list ul li .li-l .li-l-b {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: rgba(102, 102, 102, 1);
	line-height: 1;
}
.product .list ul li .li-l .li-l-b  .iconfont{
	font-size: 14px;
	margin-left: 3px;
}
.product .list ul li .li-r{
	width: 28.2%;
}
.product .list ul li .li-r.pic{
	overflow: visible;
}
.product .list ul li .li-r.pic img{
	margin: 0 auto;
	max-width: 90%;
	max-height: 90%;
}
.product-details{
	background-color: rgba(244, 245, 249, 1);
}
.product-details .box1{
	padding: 30px 0 150px;
}
.product-details .box1 .content1500{
	display: flex;
	justify-content: space-between;
	height: 460px;
}
.product-details .box1 .box-l{
	max-width: 100%;
	width: 369px;
	height: 100%;
	padding-top: 64px;
}
.product-details .box1 .box-l .title{
	font-size: 46px;
	font-family: PingFang;
	font-weight: 800;
	color: #222222;
	line-height: 1;
}
.product-details .box1 .box-l .sub-title{
	font-size: 20px;
	font-family: PingFang;
	font-weight: 500;
	color: #222222;
	line-height: 1;
	margin-top: 45px;
}
.product-details .box1 .box-l .des{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 30px;
	margin-top: 12px;
}
.product-details .box1 .box-c{
	width: 500px;
	height: 100%;
}
.product-details .box1 .box-c .swiper-container,
.product-details .box1 .box-r .swiper-container{
	height: 460px;
}
.product-details .box1 .box-c .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-details .box1 .box-c .swiper-slide img,
.product-details .box1 .box-r .swiper-slide img{
	display: block;
	max-width: 90%;
	max-height: 90%;
	margin: 0 auto;
}
.product-details .box1 .box-r{
	position: relative;
	padding: 50px 0;
}
.product-details .box1 .box-r .btn{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #0776F2;
	border-radius: 50%;
	cursor: pointer;
}
.product-details .box1 .box-r .btn.swiper-button-disabled{
	background-color: #bebebe;
}
.product-details .box1 .box-r .btn .iconfont{
	display: block;
	font-size: 14px;
	color: #fff;
}
.product-details .box1 .box-r .btn.buttom-prev .iconfont{
	transform: rotate(90deg);
}
.product-details .box1 .box-r .btn.buttom-next .iconfont{
	transform: rotate(-90deg);
}
.product-details .box1 .box-r .btn.buttom-prev{
	top: 0;
}
.product-details .box1 .box-r .btn.buttom-next{
	bottom: 0;
}
.product-details .box1 .box-r .swiper-slide{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	border-radius: 50%;
	cursor: pointer;
}
.product-details .box1 .box-r .swiper-slide .pic{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-details .box1 .box-r .swiper-slide.swiper-slide-thumb-active::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 2px solid rgba(0, 59, 176, 1);
	border-radius: 50%;
}
.product-details .box2 .img img{
	display: block;
	width: 100%;
}
.product-details .box2 img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.product-details .box3{
	background-image: url(../img/product-details-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 71px 0 0;
	text-align: center;
}
.product-details .box3 .title{
	font-size: 38px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
}
.product-details .box3 .list{
	margin-top: 97px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-details .box3 .list li{
	width: 21%;
	display: flex;
	margin-bottom: 136px;
	/* justify-content: ; */
}
.product-details .box3 .list li .li-r{
	margin-left: 20px;
	text-align: left;
}
.product-details .box3 .list li .text-title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.product-details .box3 .list li .text-des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #DDDDDD;
	line-height: 20px;
	margin-top: 15px;
}
.product-details .box3 .list li:nth-child(n+12){
	margin-bottom: 73px;
}
.product-details .box4 .title{
	padding: 67px 0;
	height: 246px;
	background-color: #fff;
	font-size: 38px;
	font-family: PingFang;
	font-weight: 500;
	color: #222222;
	line-height: 1;
	text-align: center;
}
.product-details .box4 .box-c{
	position: relative;
	margin-top: -140px;
}
.product-details .box4 .box-c .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #0776F2;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
}
.product-details .box4 .box-c .btn.swiper-button-disabled{
	background-color: #bebebe;
}
.product-details .box4 .box-c .btn .iconfont{
	display: block;
	font-size: 14px;
	color: #fff;
}
.product-details .box4 .box-c .btn.buttom-next .iconfont{
	transform: rotate(180deg);
}
.product-details .box4 .box-c .btn.buttom-prev{
	left: 0;
}
.product-details .box4 .box-c .btn.buttom-next{
	right: 0;
}
.product-details .box4 .box-c .swiper-slide{
	background: #FFFFFF;
	height: 297px;
	box-shadow: 0px 0px 30px 0px rgba(109, 109, 109, 0.1);
}
.product-details .box4 .box-c .content1500{
	position: relative;
	padding: 0 86px;
}
.product-details .box4 .box-c .swiper-container{
	padding: 56px 0  123px;
}
.product-details .box4 .box-c .swiper-slide .pic{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width:1400px) {
	.product .list ul li .li-l{
		width: 62%;
	}
}
@media (max-width:1199px) {
	.product .list ul li{
		width: 100%;
	}
	.product-details .box3 .title,
	.product-details .box4 .title{
		font-size: 30px;
	}
	.product-details .box3 .list li{
		width: 32%;
	}
	.product-details .box4 .box-c .content1500{
		padding: 0 40px;
	}
}
@media (max-width:800px) {
	.product-details .box1 .content1500{
		flex-wrap: wrap;
		height: auto;
		align-items: center;
	}
	.product-details .box1 .box-l{
		width: 100%;
		margin-bottom: 40px;
	}
	.product-details .box1 .box-l .title{
		font-size: 36px;
	}
	.product-details .box1 .box-c{
		width: 60%;
	}
	.product-details .box1 .box-r{
		width: 40%;
	}
	.product-details .box1 .box-r .swiper-wrapper{
		align-items: center;
	}
	.product-details .box1 .box-c .swiper-container, .product-details .box1 .box-r .swiper-container{
		height: 330px;
	}
	.product-details .box1{
		padding-bottom: 100px;
	}
	.product-details .box3 .list li{
		width: 48%;
	}
	
}
@media (max-width:700px) {
	.product .list ul li a>div{
		padding: 35px 20px ;
	}
	.product .list ul li .li-l .title{
		font-size: 24px;
	}
	.product-details .box3 .list li{
		margin-bottom: 60px;
	}
	.product-details .box4 .box-c .content1500{
		padding: 0 20px;
	}
}
@media (max-width:500px) {
	.product-details .box3 .list li{
		width: 100%;
		margin-bottom: 30px;
	}
	.product .list ul li .li-l{
		flex: 1;
		padding-right: 10px;
	}
	.product .list ul li .li-l .title{
		font-size: 20px;
	}
	.product .list ul li .li-l .des{
		margin-bottom: 20px;
	}
	.product .list ul li .li-l .des,.product .list ul li .li-l .text{
		font-size: 12px;
	}
	.product .list ul li .li-l .text{
		line-height: 2;
	}
	.product .list ul li a>div{
		height: auto;
	}
	.product .list ul li .li-l .li-l-b{
		margin-top: 20px;
	}
	.product-details .box3 .list li .li-l img{
		width: 30px;
	}
	.product-details .box3 .list li .li-r{
		margin-left: 10px;
	}
	.product-details .box3 .list{
		margin-top: 40px;
	}
	.product-details .box3 .title,
	.product-details .box4 .title{
		font-size: 22px;
	}
	.product-details .box1 .box-r .swiper-slide{
		height: 70px;
		width: 70px;
	}
	.product-details .box4 .title{
		height: 200px;
	}
	.product-details .box4 .box-c .swiper-container{
		padding-bottom: 80px;
	}
	.product-details .box1 .box-l .title{
		font-size: 26px;
	}
	.product-details .box1 .box-l .sub-title{
		margin-top: 30px;
	}
	.product-details .box1 .box-l{
		padding-top: 40px;
	}
	.product-details .box1 .box-c .swiper-container, .product-details .box1 .box-r .swiper-container{
		height: 260px;
	}
	.product-details .box1 .box-c .swiper-slide .pic{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.product-details .box1 .box-c .swiper-slide img, .product-details .box1 .box-r .swiper-slide img{
		max-width: 80%;
		max-height: 80%;
	}
	.product-details .box1{
		padding-bottom: 50px;
	}
}
