@media (min-width: 1500px){

/*产品内页*/
.product-box-head{
	padding: 90px 0;
}
.product-box-head-right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.product-box-head-right .text{}
.product-box-head-right .text .t{
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}
.product-box-head-right .text .t h1{
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}
.product-box-head-right .text .p{
	color: #999;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 50px;
}
.product-box-head-right .text .more a{
	background: #b91219;
	color: #FFF;
	font-size: 16px;
	padding: 10px 50px;
	border-radius: 30px;
	display: inline-block;
}
.product-box-head-right .text .more-2{
	margin-left: 20px;
}
#product-box-head-left .swiper-slide{
	border: 1px solid #ddd;
}
#product-box-head-left .swiper-pagination-bullets{
	bottom: 30px;
}
#product-box-head-left .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 5px;
	width: 10px;
	height: 10px;
}
#product-box-head-right{
	width: 100%;
}
#product-box-head-right .swiper-slide{
	border: 1px solid #ddd;
	cursor: pointer;
	height: 92px;
}
#product-box-head-right .swiper-slide img{
	height: 90px;
}
#product-box-head-right .swiper-slide-thumb-active{
	border: 1px solid #b91219;
}
#product-box-head-right .swiper-slide-active{
	border: 1px solid #b91219;
}

.pro-tabs{
	border-bottom: 1px solid #ddd;
}
.pro-tabs a{
	line-height: 50px;
	border-bottom: 3px solid #FFF;
	display: inline-block;
	padding: 0 15px;
	font-size: 16px;
	margin-right: 15px;
}
.pro-tabs a.active{
	border-bottom: 3px solid #b91219;
	color: #b91219;
}
#tabs-container .swiper-wrapper{
	height: 100%;
}
#tabs-container .swiper-slide{
	height: 0;
	display: none;
}
#tabs-container .swiper-slide-active{
	height: 100%;
	display: block;
}

.tabs2-con-2{
	display: flex;
	flex-flow: row wrap;
	padding: 70px 0;
}
.tabs2-con-2 ul{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}
.tabs2-con-2 li{
	width: 25%;
	text-align: center;
	border-right: 1px solid #ddd;
	padding: 30px 0;
}
.tabs2-con-2 li .icon{
	width: 39px;
	height: 27px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.tabs2-con-2 li .text{
	padding-top: 20px;
	line-height: 30px;
	font-size: 16px;
}
.tabs2-con-2 li:nth-child(4n+4){
	border-right: 0
}
.tabs2-con-2 li:nth-child(n+5){
	margin-top: 50px;
}
.tabs2-con-2 li:hover{
	background: #b91219;
	color: #FFF;
}
.tabs2-con-2 li:hover img{
	position: absolute;
	top: -27px;
	left: 0;
}
.tabs2-con-2 li:hover .icon-h{
	position: absolute;
	top: 0;
	left: 0;
}
.tabs2-con-3{
	padding: 70px 0;
	background: #f7f7f7;
}
.tabs2-con-3-item{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.tabs2-con-3-item img{
	max-height: 100%;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
}
.tabs2-con-3 .con{
	display: flex;
	align-items: center;
	padding: 0 30px;
}
.tabs2-con-3 .item{
	display: flex;
	flex-direction: row;
	background: #b91219;
	color: #FFF;
	border-radius: 10px;
	width: 48%;
	height: 307px;
}
.tabs2-con-3 .item .text{
}
.tabs2-con-3 .item .text .t{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.tabs2-con-3 .item .text .p{
	line-height: 30px;
	padding-top: 20px;
}
.tabs2-con-4{
	padding: 70px 0;
}
.tabs2-con-4 .row2{
	margin-top: 50px;
}
.tabs2-con-4 .con{
	height: 100%;
	display: flex;
	align-items: center;
}
.tabs2-con-4 .text{}
.tabs2-con-4 .text .i{
	font-size: 60px;
	line-height: 60px;
	color: #6b6b6b;
}
.tabs2-con-4 .text .t{
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 40px;
	padding-left: 36px;
}
.tabs2-con-4 .text .p{
	line-height: 33px;
	color: #666;
	padding-left: 36px;
	padding-right: 250px;
}
.tabs2-con-4 .con2{
	margin-left: -36px;
}
.tabs2-con-4 .con2 .t{}
.tabs2-con-4 .con2 .p{
	padding-right: 70px;
}
.tabs2-con-5{
	background: #f7f7f7;
	padding: 70px 0;
}
.tabs2-con-5 .con{
	display: flex;
	align-items: center;
	height: 100%;
}
.tabs2-con-5 .con .text{}
.tabs2-con-5 .con .t{
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
}
.tabs2-con-5 .con .p{
	color: #666;
	padding-top: 30px;
}
.tabs-con{
	padding-top: 40px;
}


.product-tag{
	padding: 70px 0;
}
.product-tag .tit{
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-bottom: 25px;
}
.product-tag .item{}
.product-tag .item img{
	border: 1px solid #ededed;
}
.product-tag .item .t{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	line-height: 70px;
	border-bottom: 1px solid #ededed;
	font-size: 16px;
	padding: 0 20px;
}



@media (max-width: 1499px){
	.tabs2-con-3{
		padding: 25px 0;
	}
	.tabs2-con-3 .item{
		/*width: 100%;*/
		height: auto;
	}
	.tabs2-con-3 .item{
		flex-direction: column;
	}
	.tabs2-con-3 .item{
		margin-top: 15px;
	}
	.tabs2-con-3 .con{
		padding: 15px;
	}
	.tabs2-con-3 .item .text .t{
		font-size: 16px;
		line-height: 20px;
	}
	.tabs2-con-3 .item .text .p{
		line-height: 24px;
		padding-top: 10px;
	}
	.tabs2-con-3-item img{
		border-bottom-left-radius: 0;
		border-top-right-radius: 9px;
	}

}
@media (max-width: 1200px){
	.product-box-head-right .text .t{
		font-size: 28px;
		line-height: 28px;
	}
	.product-box-head-right .text .p{
		padding-bottom: 20px;
		line-height: 24px;
	}
	#product-box-head-right{
		display: none;
	}
	.tabs2-con-3{
		padding: 25px 0;
	}
	.tabs2-con-3 .item{
		/*width: 100%;*/
		height: auto;
	}
	.tabs2-con-3 .item{
		flex-direction: column;
	}
	.tabs2-con-3 .item{
		margin-top: 15px;
	}
	.tabs2-con-3 .con{
		padding: 15px;
	}
	.tabs2-con-3 .item .text .t{
		font-size: 16px;
		line-height: 20px;
	}
	.tabs2-con-3 .item .text .p{
		line-height: 24px;
		padding-top: 10px;
	}
	.tabs2-con-3-item img{
		border-bottom-left-radius: 0;
		border-top-right-radius: 9px;
	}


}

@media (max-width: 1400px){

	#product-box-head-right{
		display: none;
	}
	.tabs2-con-3{
		padding: 25px 0;
	}
	.tabs2-con-3 .item{
		/*width: 100%;*/
		height: auto;
	}
	.tabs2-con-3 .item{
		flex-direction: column;
	}
	.tabs2-con-3 .item{
		margin-top: 15px;
	}
	.tabs2-con-3 .con{
		padding: 15px;
	}
	.tabs2-con-3 .item .text .t{
		font-size: 20px;
		line-height: 26px;
	}
	.tabs2-con-3 .item .text .p{
		line-height: 24px;
		padding-top: 10px;
		font-size: 16px;
	}
	.tabs2-con-3-item img{
		border-bottom-left-radius: 0;
		border-top-right-radius: 9px;
		width: 100%;
	}

}
@media (max-width: 992px){
	#product-box-head-right{
		display: none;
	}
	.pro-tabs a{
		font-size: 13px;
		line-height: 36px;
		margin-right: 0;
		padding: 0 5px;
	}
	.tabs2-con-2{
		padding: 25px 0;
	}
	.tabs2-con-2 li{
		width: 50%;
		padding: 15px 0;
	}
	.tabs2-con-2 li:nth-child(2n+2){
		border-right: 0;
	}
	.tabs2-con-2 li:nth-child(n+3){
		margin-top: 15px;
	}
	.tabs2-con-2 li .text{
		font-size: 14px;
		line-height: 26px;
	}
	.tabs2-con-3{
		padding: 25px 0;
	}
	.tabs2-con-3 .item{
		width: 100%;
		height: auto;
	}
	.tabs2-con-3 .item{
		flex-direction: column;
	}
	.tabs2-con-3 .item{
		margin-top: 15px;
	}
	.tabs2-con-3 .con{
		padding: 15px;
	}
	.tabs2-con-3 .item .text .t{
		font-size: 16px;
		line-height: 20px;
	}
	.tabs2-con-3 .item .text .p{
		line-height: 24px;
		padding-top: 10px;
	}
	.tabs2-con-3-item img{
		border-bottom-left-radius: 0;
		border-top-right-radius: 9px;
	}
	.tabs2-con-4{
		padding: 25px 0;
	}
	.tabs2-con-4 .text .i{
		font-size: 30px;
		line-height: 30px;
	}
	.tabs2-con-4 .text .t{
		font-size: 20px;
		line-height: 20px;
		padding-left: 0;
		padding-bottom: 15px;
	}
	.tabs2-con-4 .text .p{
		line-height: 24px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 15px;
	}
	.tabs2-con-4 .row2{
		margin-top: 15px;
	}
	.tabs2-con-4 .con2{
		margin-left: 0;
	}
	.tabs2-con-4 .con2 .i{
		padding-top: 15px;
	}
	.tabs2-con-5{
		padding: 25px 0;
	}
	.tabs2-con-5 .con .t{
		font-size: 20px;
		line-height: 26px;
	}
	.tabs2-con-5 .con .p{
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.tabs-con{
		padding-top: 15px;
	}

	.product-tag{
		padding: 25px 0;
	}
	.product-tag .tit{
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 15px;
	}
	.product-tag .item .t{
		font-size: 14px;
		line-height: 40px;
		padding: 0;
	}

}