.all-product-btn{
    display: block;
    position: absolute;
    bottom: 30px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    color: #333;
}
.product .box1{
	overflow: hidden;
}
.product .box1 .box-c li{
	display: flex;
	background-color: rgba(249, 249, 249, 1);
}
.product .box1 .box-c li>div{
	width: 50%;
}
.product .box1 .box-c li .pic{
	overflow: hidden;
}
.product .box1 .box-c li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	/* height: 550px; */
	object-fit: cover;
}
.product .box1 .box-c li .text-box{
	padding: 137px 0 117px;
	display: flex;
	justify-content: flex-start;
}
.product .box1 .box-c li .text-box-container{
	width: 750px;
	max-width: 94%;
	padding-left: 126px;
}
.product .box1 .box-c li:nth-child(2n) .text-box{
	justify-content: flex-end;
}
.product .box1 .box-c li:nth-child(2n) .text-box-container{
	padding-right: 126px;
	padding-left: 0;
}
.product .box1 .box-c li .text-box-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product .box1 .box-c li .text-box-t img{
    max-width: 180px;
}
.product .box1 .box-c li .text-box-t .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 1;
}
.product .box1 .box-c li .text-box-t .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	margin-top: 18px;
}
.product .box1 .box-c li .text-title{
	flex: 1;
	margin-right: 20px;
}
.product .box1 .box-c li .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	margin-top: 36px;
}
.product .box1 .box-c li .more{
	width: 240px;
	height: 54px;
	border: 1px solid #313131;
	display: block;
	margin-top: 42px;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.product .box1 .box-c li .more:hover,
.product-list .box1 li .text-box .more:hover{
	border-color: rgba(21, 164, 222, 1);
	background-color: rgba(21, 164, 222, 1);
	color: #fff;
}
.productList-main{
	padding-top: 100px;
}
.product-list{
	padding: 30px 0 100px;
	border-bottom: 1px solid rgba(47, 47, 47, .1);
}
.product-list .swiper-slide{
	background-color: rgba(246, 246, 246, 1);
}
.breadNav{
	margin-top: 27px;
}
.product-list .box1{
	margin-top: 60px;
	overflow: hidden;
}
.product-list .box1 li{
	display: flex;
	justify-content: space-between;
}
.product-list .box1 li:not(:last-child){
	margin-bottom: 170px;
}
.product-list .box1 li>div{
	width: 45.33%;
}
.product-list .box1 li .pic{
	overflow: hidden;
}
.product-list .box1 li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-list .box1 li .text-box{
	padding: 95px 0 89px;
}
.product-list .box1 li .text-box-container{
	/*width: 406px;*/
	max-width: 100%;
}
.product-list .box1 li .text-box .text-title{
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #111111;
	line-height: 1;
}
.product-list .box1 li .text-box .text-des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	line-height: 30px;
	margin-top: 21px;
}
.product-list .box1 li .text-box .more{
	display: block;
	width: 200px;
	height: 48px;
	border: 1px solid #626262;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 46px;
	text-align: center;
	margin-top: 24px;
}
.product-list .box1 .more1{
	width: 240px;
	height: 54px;
	border: 1px solid #313131;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 52px;
	margin: 100px auto 0;
	display: block;
	text-align: center;
}
.product-d{
	padding: 30px 0 0;
	border-bottom: 1px solid rgba(47, 47, 47, .1);
}
.product-d .box1{
	margin-top: 30px;
}
.product-d .box1 .content1500{
	display: flex;
	justify-content: space-between;
}
.product-d .box1 .l{
	height: 600px;
	display: flex;
}
.product-d .box1 .l .swiper{
	height: 100%;
}
.product-d .box1 .l .gallery-top{
	position: relative;
	width: 600px;
	max-width: 100%;
	height: 100%;
}
.product-d .box1 .l .gallery-top .btns{
	/*position: absolute;*/
	/*right: 30px;*/
	/*bottom: 40px;*/
	/*display: flex;*/
	/*z-index: 2;*/
}
.product-d .box1 .l .gallery-top .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.product-d .box1 .l .gallery-top .btns .btn-prev{
    left: 0;
}
.product-d .box1 .l .gallery-top .btns .btn-next{
    right: 0;
}
.product-d .box1 .l .gallery-top .btns  .swiper-button-disabled{
	opacity: .3;
}
.product-d .box1 .l .gallery-thumbs{
	width: 100px;
	margin-left: 25px;
}
.product-d .box1 .l .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-d .box1 .l .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}
.product-d .box1 .r{
	width: 40%;
	padding: 40px 0 0 0;
}
.product-d .box1 .r .title{
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.product-d .box1 .r .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	margin-top: 15px;
}
.product-d .box1 .r .text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 36px;
	margin-top: 47px;
}
.product-d .box1 .r .r-b{
	margin-top: 58px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	line-height: 1;
}
.product-d .box1 .r .r-b .consult{
	width: 220px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: #333333;
	border-radius: 26px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 40px;
}
.product-d .box1 .r .r-b  .share{
	display: flex;
	align-items: center;
}
.product-d .box1 .r .r-b  .share a{
	margin-left: 20px;
}
.product-d .box2{
	margin-top: 60px;
}
.product-title-div .product-title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1;
}
.product-title-div .line{
	margin-top: 20px;
	width: 40px;
	height: 1px;
	background: #000000;
	display: inline-block;
}
.product-d .box2 .box-c{
	margin-top: 30px;
}
.product-d .box2 .box-c ul{
	/* justify-content: space-between; */
	/* display: flex;
	
	flex-wrap: wrap; */
}
.product-d .box2 .box-c li:not(:last-child){
	margin-right: 2%;
}
.product-d .box2 .box-c li,
.product-d .box2 .box-c i{
	width: 32%;
}
.product-d .box2 .box-c li .pic img{
	display: block;
	width: 100%;
}
.product-d .box3{
	padding: 50px 0 80px;
}
.product-d .box3 .box-c{
	margin-top: 30px;
}
.product-d .box3 .box-c img{
	display:block;
	max-width: 100%;
	margin: 0 auto;
}
@media (max-width:1500px){
	.product-d .box1 .l{
		height: 500px;
	}
	.product-d .box1 .l .gallery-top{
		width: 500px;
	}
}
@media (max-width:1430px){
	.product .box1 .box-c li .text-box-container{
		padding-left: 60px;
	}
	.product .box1 .box-c li:nth-child(2n) .text-box-container{
		padding-right: 60px;
	}
}
@media (max-width:1199px){
	.product .box1 .box-c li .text-box-container{
		padding-left: 30px;
	}
	.product .box1 .box-c li:nth-child(2n) .text-box-container{
		padding-right: 30px;
	}
	.product-d .box1 .l{
		height: 400px;
	}
	.product-d .box1 .l .gallery-top{
		width: 400px;
	}
	.product-d .box1 .r .title{
		font-size: 30px;
	}
	.product-list .box1 li:not(:last-child){
		margin-bottom: 60px;
	}
	.product-list .box1 li .text-box .text-title{
		font-size: 30px;
	}
}
@media (max-width:1024px){
	.product-d .box1 .content1500{
		flex-direction: column;
	}
	.product-d .box1 .r .title{
		font-size: 28px;
	}
	.product-d .box1 .l{
		margin: 0 auto;
		max-width: 100%;
	}
	.product-d .box1 .r{
		width: 100%;
	}
	.product .box1 .box-c li{
		flex-direction: column;
		margin-bottom: 30px;
	}
	.product .box1 .box-c li>div{
		width: 100%;
	}
	.product .box1 .box-c li .text-box-container{
		width: 100%;
	}
	.product .box1 .box-c li .text-box{
		padding: 30px 0;
	}
	.product .box1 .box-c li:nth-child(2n){
		flex-direction: column-reverse;
	}
	.product{
		background-color: rgba(249, 249, 249, 1);
	}
	.product .box1 .box-c li .text-box-container{
		padding-left: 0px;
	}
	.product .box1 .box-c li:nth-child(2n) .text-box-container{
		padding-right: 0px;
	}
	.product .box1 .box-c li:nth-child(2n) .text-box{
		justify-content: flex-start;
	}
	.product .box1 .box-c li .text-box-container{
		margin: 0 auto;
	}
	.product-list .box1 li .text-box .text-title{
		font-size: 28px;
	}
}
@media (max-width:768px){
	.product-list .swiper-slide{
		background-color: transparent;
	}
	.product-d .box1 .r .title{
		font-size: 24px;
	}
	.product-d .box1 .l{
		height: 320px;
		width: 100%;
	}
	.product-d .box1 .l .gallery-top{
		width: 100%;
	}
	.product-d .box1 .r .text{
		margin-top: 30px;
	}
	.product-d .box1 .r .r-b{
		margin-top: 30px;
	}
	.productList-main{
		padding-top: 50px;
	}
	.product-d .box1 .r .r-b .consult{
		height: 45px;
		line-height: 45px;
	}
	.product-list .box1 li .text-box .text-title{
		font-size: 26px;
	}
	.product-list .box1 li{
		flex-direction: column-reverse;
	}
	.product-list .box1 li>div{
		width: 100%;
	}
	.product-list .box1 li .text-box{
		padding: 30px 0;
	}
	.product-list .box1 li:nth-child(2n){
		flex-direction: column;
	}
	.product-list .box1 li:not(:last-child){
		margin-bottom: 30px;
	}
	.product-d .box1 .l .gallery-thumbs{
		display: none;
	}
}
@media (max-width:500px){
    .product-list .box1{
        margin-top: 0;
    }
	.product-d .box2 .box-c li, .product-d .box2 .box-c i{
		width: 100%;
	}
	.product-d .box2 .box-c ul{
		justify-content: flex-start;
	}
	.product-list .box1 li .text-box .text-title{
		font-size: 22px;
	}
	.product-d .box1 .l .gallery-top{
		/* width: 74%; */
	}
	.product-d .box1 .l{
		width: 100%;
		margin-left: 0;
	}
	.product-d .box1 .l .gallery-thumbs{
		width: 22%;
	}
	.product .box1 .box-c li .text-box-t .title{
		font-size: 22px;
	}
	.product .box1 .box-c li .text-box-t{
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.product .box1 .box-c li .text-title{
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.product .box1 .box-c li .text{
		margin-top: 20px;
	}
	.product .box1 .box-c li .more{
		height: 45px;
		line-height: 43px;
		margin-top: 30px;
	}
	.product-d .box1 .r .title{
		font-size: 22px;
	}
	.product-d .box1 .r .r-b .consult{
		width: 140px;
		margin-right: 0;
	}
	.product-d .box1 .r .r-b{
		justify-content: space-between;
	}
	.product-d .box1 .r .r-b .share a{
		margin-left: 10px;
	}
	.product-d .box1 .r .text{
		font-size: 16px;
		line-height: 26px;
	}
	.product-d .box1 .r .text{
		margin-top: 20px;
	}
	.product-d .box3{
		padding: 35px 0 50px;
	}
	.product-d{
		padding: 0;
	}
	.product-list .box1 li .text-box .text-des{
		font-size: 16px;
		margin-top: 15px;
	}
	.product-list .box1 .more1{
		margin-top: 30px;
	}
	.product-list .box1 .more1{
		height: 48px;
		line-height: 46px;
	}
	.product-list{
		padding: 30px 0 50px;
	}
}