.product{
	background-color: #f5f5f5;
	padding-bottom: 40px;
}
.product .box1{
	height: 95px;
	line-height: 95px;
}
.product .box1 .content1300{
	position: relative;
	z-index: 2;
	margin-top: -48px;
}
.product .box1 .swiper{
	background-color: rgba(0, 81, 172, 1);
	text-align: center;
}
.product .box1 .swiper-slide.active,
.product .box1 .swiper-slide:hover{
	background-color: rgba(203, 0, 16, 1);
}
.product .box1 .swiper-slide{
	width: 14.28%;
	min-width: 160px;
}
.xiazai{
    width:200px;
    height:30px; 
    background-color: #ccc;
    text-align: center;
    
}
.product .box1 .swiper-slide a{
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	display: block;
}
.product .box1 .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0,0,0,0.4);
	border-radius: 50%;
	z-index: 2;
	cursor: pointer;
}
.product .box1 .btn:hover{
	background-color: rgba(206, 14, 5, 1);
}
.product .box1 .btn .iconfont{
	color: #fff;
}
.product .box1 .btn.btn-prev{
	left: -20px;
}
.product .box1 .btn.btn-next{
	right: -20px;
}
.product .box2{
	margin-top: 50px;
}







.prolist{ width:auto; height:auto;margin-top:50px;overflow:hidden;padding:0 0;}
.prolist ul{display:grid;grid-template-columns: repeat(4,1fr);gap:30px}
.prolist li{overflow:hidden;height:auto; position: relative;background:#fff;padding:20px 20px;}
.prolist li .pro_pic{width:100%; height:auto; overflow:hidden;}
.prolist li .pro_pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.prolist li .pro_txt{padding:10px 0 0 0;text-align:center;overflow:hidden;font-size:18px;color:#666;}
.prolist li a:hover .pro_txt{color:#c90010;}
.prolist li:hover .pro_pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.prolist li:after {width: 0px;height: 2px;overflow: hidden;content: "";position: absolute;z-index: 30;bottom: 0px;left: 0px;background-color:#c90010 ;transition: all .3s linear;}
.prolist li:hover:after{width: 100%;}



.product .box2 .list{
	margin-bottom: 45px;
}
.product .box2 .list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .box2 .list li,
.product .box2 .list i{
	width: 31.69%;
}
.product .box2 .list li{
	position: relative;
	background-color: #fff;
	margin-bottom: 40px;
	overflow: hidden;
	
}
.product .box2 .list li a{
	display: block;
	padding-bottom: 40px;
}
.product .box2 .list .pic{
	height: 242px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	overflow: visible;
}
.product .box2 .list .pic .imgScale{
	width: auto;
}
.product .box2 .list .text{
	font-size: 18px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #222222;
	line-height: 30px;
	margin-top: 60px;
	text-align: center;
	
}
.product .box2 .list .li-box{
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(203, 0, 16, 0.9);
	padding: 88px 47px 0;
	text-align: center;
	transition: all 0.6s;
	opacity: 0;
}
.product .box2 .list li:hover .li-box{
	top: 0;
	opacity: 1;
}
.product .box2 .list .li-box .icon img{
	display: block;
	margin: 0 auto;
}
.product .box2 .list .li-box .text-title{
	font-size: 20px;
	font-family: PingFang;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 23px;
}
.product .box2 .list .li-box .text-des{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFAAB1;
	line-height: 30px;
	margin-top: 28px;
}
.product1{
	padding-bottom: 50px;
}
.product-d {
	background-color: #f5f5f5;
	padding-bottom: 95px;
}
.product-d .box1 .content1300{
	display: flex;
	justify-content: space-between;
}
.product-d .box1 .l{
	width: 49.23%;
	background-color: #fff;
}
.product-d .box1 .l .pic{
	height: 414px;
	display: flex;
	align-items: flex-end;
	padding: 0 40px;
}
.product-d .box1 .l .pic img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}
.product-d .box1 .l .name{
	font-size: 24px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	margin-top: 40px;
	text-align: center;
}




.product-d .box1 .r{
	width: 49.23%;
	background-color: #fff;
	padding: 27px 47px 21px 42px;
}
.product-d .box1 .r li{
	display: flex;
}
.product-d .box1 .r li .li-l{
	font-size: 15px;
	font-family: PingFang;
	font-weight: 500;
	color: #222222;
	line-height: 48px;
	width: 139px;
}
.product-d .box1 .r li .li-r{
	flex: 1;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #555555;
	line-height: 48px;
	border-bottom: 1px solid rgba(242, 242, 242, 1);
}
.product-d .product-d-title{
	font-size: 24px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #222222;
	line-height: 1;
	padding-left: 16px;
	border-left: 4px solid rgba(203, 0, 16, 1);
}
.product-d .box2{
	margin-top: 60px;
}
.product-d .box2 .box-c{
	margin-top: 25px;
	background-color: #fff;color:#666;font-size:16px;line-height:27px;
	padding: 44px 44px;
}
.product-d .box2 .box-c .text-box:not(:last-child){
	margin-bottom: 30px;
}
.product-d .box2 .box-c .text-title{
	font-size: 20px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #222222;
	line-height: 1;
}
.product-d .box2 .box-c .text-des{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 36px;
	margin-top: 3px;
}
.product-d .box3{
	margin-top: 53px;
}
.product-d .box3 .list{
	margin-top: 25px;
}
.product-d .box3 .list ul{display:grid;grid-template-columns: repeat(4,1fr);gap:30px}
.product-d .box3 .list li{
	background-color: #fff;
	text-align: center;
	padding: 30px;
}
.product-d .box3 .list li .name{
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #666;
	line-height: 1;
	margin-top: 10px;
}
.product-d .box3 .list li .pic{
width:100%;height:auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.product-d .box3 .list li .pic img{
	width: 100%;
	height: auto;
	display: block;
}








.product.product2 .box1 .content1300,
.product.product2 .box1 .swiper{
	height: 100%;
}
.product.product2 .box1 .swiper-slide{
	width: 11.11%;
	min-width: auto;
}
.product.product2 .box1 .swiper-slide a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.product.product2 .box1 .swiper-slide img{
	max-width: 90%;
	max-height: 80%;
}
.product2{
	padding-bottom: 62px;
}
.case{
	background-color: #f5f5f5;
	padding-bottom: 58px;
}
.case .box1 .list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case .box1 li,
.case .box1 i{
	width: 31.69%;
}
.case .box1 li{
	margin-bottom: 52px;
}
.case .box1 .name{
	font-size: 18px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 36px;
	margin-top: 26px;
	padding-bottom: 14px;
}
.case .box1  .text-box{
	padding-top: 15px;
	border-top: 1px solid rgba(222, 222, 222, 1);
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 30px;
}
@media (max-width:1199px) {
	.product .box2 .list .li-box{
		padding: 50px 10px 0;
	}
	.product .box2 .list .li-box .text-title{
		font-size: 18px;
	}
	.product .box2 .list .li-box .text-des{
		margin-top: 10px;
	}
	.product-d .box1 .content1300{
		flex-direction: column;
	}
	.product-d .box1 .l{
		width: 100%;
	}
	.product-d .box1 .r{
		width: 100%;
	}
	.product.product2 .box1 .swiper-slide{
		width: 14.28%;
	}
}
@media (max-width:800px) {
	.product.product2 .box1 .swiper-slide{
		min-width: 160px;
	}
	.product .box1 .content1300{
		margin-top: 48px;
	}
	.product .box1{
		height: 60px;
		line-height: 60px;
	}
	.product .box2 .list li{
		width: 48%;
	}
	.product-d .box3 .list ul{
		flex-wrap: wrap;
	}
	.product-d .box3 .list li{
		width: 49%;
		margin-bottom: 20px;
	}
	.product-d .box3 .list li .pic{
		height: 170px;
	}
	.product-d .box1 .l{
		padding-bottom: 25px;
	}
	.product-d .box1 .l .pic{
		height: 240px;
		padding: 0 20px;
	}
	.product-d .box1 .r{
		padding: 25px 15px;
		margin-top: 25px;
	}
	.product-d .box1 .l .name{
		font-size: 22px;
		margin-top: 15px;
	}
	.product-d .box1 .r li .li-l{
		width: 100px;
	}
	.case .box1 li, .case .box1 i{
		width: 48%;
	}
}
@media (max-width:500px) {
	.case .box1 .name{
		margin-top: 20px;
		line-height: 1.5;
		padding-bottom: 8px;
	}
	.case .box1 .text-box{
		line-height: 26px;
		margin-top: 0px;
		padding-top: 5px;
		
	}
	.case .box1 li{
		margin-bottom: 25px;
	}
	.case .box1 li, .case .box1 i{
		width: 100%;
	}
	.product-d .box1 .r li{
		align-items: center;
	}
	.product-d .box1 .r li .li-r{
		line-height: 24px;
	}
	.product .box1 .btn.btn-next{
		right: -5px;
	}
	.product .box1 .btn.btn-prev{
		left: -5px;
	}
	.product-d .product-d-title{
		font-size: 22px;
	}
	.product-d .box2 .box-c{
		padding: 30px 15px;
	}
	.product-d .box2 .box-c .text-title{
		font-size: 18px;
	}
	.product-d .box2 .box-c .text-box:not(:last-child){
		margin-bottom: 15px;
	}
	.product .box1 .swiper-slide a{
		font-size: 18px;
	}
	.product-d .box3 .list li .pic{
		height: 120px;
	}	
	.product-d .box3 .list li .name{
		margin-top: 15px;
		font-size: 16px;
	}
	.product-d{
		padding-bottom: 50px;
	}
	.product-d .box3 .list li{
		padding-bottom: 25px;
	}
	.product .box2 .list li{
		width: 100%;
	}
	.product .box1{
		line-height: 40px;
		height: 40px;
	}
	.product .box2 .list .pic{
		height: 180px;
	}
	.product .box2 .list .text{
		margin-top: 10px;
	}
	.product .box2 .list .pic .imgScale{
		max-height: 90%;
		max-width: 80%;
	}
	.product .box1 .swiper-slide{
		width: auto;
		min-width: auto;
		padding: 0 15px;
	}
	.product .box2 .list li{
		margin-bottom: 20px;
	}
	.product .box2 .list{
		margin-bottom: 20px;
	}
	.product{
		padding-bottom: 60px;
	}
}