/*位置*/
.wz_box{
	width: 1200px;
	margin: 50px auto;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wz_title{
	position: relative;
}
.wz_title p{
	font-size: 28px;
	color: #cd0000;
	position: absolute;
	top: 0;
	left: 0;
}
.wz_title h2{
	font-size: 50px;
	color: #f2f2f2;
	text-indent: 25px;
}
.wz_div{
	display: flex;
	align-items: center;
}
.wz_div a{
	font-size: 14px;
	color: #666;
}
.wz_div a:last-child{
	color: #cd0000;
}
.wz_div span{
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

/*筛选排序*/
.sx_box{
	width: 1200px;
	margin: 0 auto 50px;
	border: 1px solid #ccc;
}
.sx_up{
	width: 100px;
	display: flex;
	align-items: center;
	padding: 15px 28px;
	font-size: 18px;
	color: #666;
}
.sx_up div{
	width: 7px;
	height: 14px;
	transform: rotate(90deg);
	margin-left: 15px;
}	
.sx_div{
	padding: 15px 28px;
	display: none;
}
.sx_div1{
	display: flex;
}
.sx_div1 label{
	margin-right: 25px;
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
}
.sx_div1 label input{
	margin-right: 8px;
}

/*产品列表*/
.cp_box{
	width: 1200px;
	margin: 0 auto;
}
.cp_ul{
	/* display: flex;
	flex-wrap: wrap; */
}
.cp_li{
	width: 280px;
	margin-right: 25px;
	margin-bottom: 35px;
	float: left;
}
.cp_li:nth-child(4n){
	margin-right: 0;
}
.cp_li p{
	font-size: 14px;
	color: #666;
	font-weight: bold;
	padding-bottom: 10px;
}
.cp_img{
	width: 280px;
	height: 231px;
	border: 1px solid #ccc;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f5f5f5;
}
.cp_text{
	width: 280px;
	border: 1px solid #ccc;
	border-top: 0;
}
.cp_text a{
	font-size: 14px;
	color: #999;
	font-weight: bold;
	line-height: 48px;
	padding-left: 10px;
}
.cp_li:hover .cp_text a{
	color: #cd0000;
}
.cp_page{
	display: flex;
	justify-content: center;
	margin: 20px 0 65px;
}
.cp_page li{
	margin: 0 4px;
	line-height: 32px;
	border: 1px solid #999;
	padding: 0 10px;
	font-size: 14px;
	color: #999;
}
.cp_page li a{
	color: inherit;
}
.cp_page_style{
	color: #cd0000 !important;
	border: 1px solid #cd0000 !important;
}
.tj_box{
	width: 1200px;
	margin: 40px auto;
	padding-top: 120px;
	position: relative;
	height: 100px;
	overflow: hidden;
}
.ti_p{
	font-size: 30px;
	color: #cd0000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.tj_h2{
	font-size: 50px;
	color: #f2f2f2;
	position: absolute;
	top: 10px;
	left: 35px;
}
.tj_centent{
	position: relative;
	height: 100px;
}
.tj_lunbo{
	width: 1114px;
}
.tj_lunbo .swiper-slide{
	overflow: hidden;
}
.tj_lunbo img{
	width: 99%;
	border: 1px solid #cccccc;
}
.tj_centent .swiper-button-next{
	background-image: url(../images/jt1.png) !important;
	background-size: 15px 28px !important;
	
}
.tj_centent .swiper-button-prev{
	background-image: url(../images/jt2.png) !important;
	background-size: 15px 28px !important;
}

.tj_box1{
	width: 1200px;
	margin: 40px auto;
	padding-top: 120px;
	position: relative;
	height: 100px;
	overflow: hidden;
}
.ti_p1{
	font-size: 30px;
	color: #cd0000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.tj_h21{
	font-size: 50px;
	color: #f2f2f2;
	position: absolute;
	top: 10px;
	left: 35px;
}
.tj_centent1{
	position: relative;
	height: 100px;
}
.tj_lunbo1{
	width: 1114px;
}
.tj_lunbo1 .swiper-slide{
	overflow: hidden;
}
.tj_lunbo1 img{
	width: 99%;
	border: 1px solid #cccccc;
}
.tj_centent1 .swiper-button-next{
	background-image: url(../images/jt1.png) !important;
	background-size: 15px 28px !important;
	
}
.tj_centent1 .swiper-button-prev{
	background-image: url(../images/jt2.png) !important;
	background-size: 15px 28px !important;
}
.arrow-left2{
	position: absolute;
	height: 44px;
	width: 27px;
	left:0;
	top:50%;
	margin-top: -22px;
	background:  url(../images/jt2.png) no-repeat center center;
	/* background-size: 15px 28px !important; */
}
.arrow-right2{
	position: absolute;
	height: 44px;
	width: 27px;
	right:0;
	top:50%;
	margin-top: -22px;
	background:  url(../images/jt1.png) no-repeat center center;
}