﻿@charset "utf-8";
.pro_label {
	position: absolute;
	left: 10px;
	top: 0;
	border-radius: 5px;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	color: #c30d23;
	border: 1px solid #c30d23;
	font-size: 12px;
}

.pro_menu {
	width: 100%;
	background: #fff;
}

.pro_menu.on {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.swiper-menu{
	display: none;
}
.swiper-con{
	width: 100%;
	position: relative;
}
.swiper-pro {
	width: 87.5%;
	margin: auto;
	height: 114px;
	cursor: pointer;
	cursor: grab;
}

.next_arrow:after,
.prev_arrow:after {
	font-size: 20px;
	color: #000;
}

.next_arrow.swiper-button-disabled,
.prev_arrow.swiper-button-disabled {
	opacity: 0;
}

.swiper-pro .swiper-slide {
	width: 8.3333%;
	text-align: center;
}

.swiper-pro .swiper-slide .pro_menu_title {
	line-height: 48px;
	font-size: 14px;
	color: #999999;
	display: inline-block;
	position: relative;
}

.swiper-pro .swiper-slide .pro_menu_title:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #bc192e;
	left: 0;
	width: 100%;
	display: none;
}

.swiper-pro .swiper-slide .pro_menu_img {
	height: 54px;
	width: 100%;
	margin-top: 12px;
}

.swiper-pro .swiper-slide .pro_menu_img .img2 {
	display: none;
}

.swiper-pro .swiper-slide.on .pro_menu_img .img1 {
	display: none;
}

.swiper-pro .swiper-slide.on .pro_menu_img .img2 {
	display: block;
}

.swiper-pro .swiper-slide.on .pro_menu_title {
	color: #bc192e;
	font-weight: bold;
}

.swiper-pro .swiper-slide.on .pro_menu_title:after {
	display: block;
}

.pro_menu .pro_menu_con {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	height: 60px;
	line-height: 60px;
}

.pro_menu .pro_menu_con .pro_menu_nav {
	color: #666666;
	font-size: 14px;
	margin-right: 45px;
}

.pro_menu .pro_menu_con .pro_menu_nav:last-child {
	margin-right: 0;
}

.pro_menu .pro_menu_con .pro_menu_nav:hover {
	color: #bc192e;
	font-weight: bold;
}

.pro_box {
	width: 100%;
}

.pro_box .pro_filter {
	width: 22%;
	padding-left: 40px;
	box-sizing: border-box;
}

.pro_box .pro_filter .pro_filter_title {
	border-bottom: 2px solid #E5E5E5;
	padding: 40px 26px 20px 26px;
}

.pro_box .pro_filter .pro_filter_title .txt {
	font-size: 22px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
}

.pro_box .pro_filter .pro_filter_title .del {
	font-size: 16px;
	line-height: 16px;
	color: #666;
	cursor: pointer;
}

.pro_box .pro_filter .pro_filter_title .del_icon {
	margin-right: 6px;
}

.pro_box .pro_filter .pro_filter_con {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 26px;
}

.pro_box .pro_filter .pro_filter_con .pro_filter_content {
	display: none;
}

.pro_box .pro_filter .pro_filter_con.on .pro_filter_content {
	padding-bottom: 70px;
}

.pro_box .pro_filter .pro_filter_con .pro_filter_subtitle {
	background: url(../img/product/arrow_bottom.png) no-repeat right center;
	background-size: auto;
	font-size: 18px;
	height: 66px;
	line-height: 66px;
	cursor: pointer;
}

.pro_box .pro_filter .pro_filter_con.on .pro_filter_subtitle {
	background: url(../img/product/close.png) no-repeat right center;
	background-size: auto;
}

.pro_box .pro_filter .pro_filter_con .pro_filter_nav {
	margin-bottom: 15px;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
}

.pro_box .pro_filter .pro_filter_con .pro_filter_nav:last-child {
	margin-bottom: 0;
}

.pro_box .pro_filter .pro_filter_con .pro_filter_nav .checked_box {
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	margin-right: 10px;
	background: url(../img/product/logoIcon.png);
	background-size: 100% 100%;
}

.pro_box .pro_filter .pro_filter_con .pro_filter_nav.on {
	color: #bc192e;
}

.pro_box .pro_filter .pro_filter_con .pro_filter_nav.on .checked_box {
	background: url(../img/product/logoHoverIcon.png);
	background-size: 100% 100%;
}

.pro_box .pro_list {
	width: 78%;
	border-left: 1px solid #eaeaea;
	box-sizing: border-box;
	padding: 60px 40px 130px 40px;
}

.pro_box .pro_list .pro_list_nav {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	width: 33.333333%;
	box-sizing: border-box;
	padding-bottom: 60px;
	position: relative;
}

.pro_box .pro_list .pro_list_nav:nth-child(3n) {
	border-right: none;
}

.pro_box .pro_list .pro_list_nav:hover {
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.pro_box .pro_list .pro_list_nav .pro_list_img {
	width: 100%;
	height: 340px;
}

.pro_box .pro_list .pro_list_nav .pro3_con {
	width: 80%;
	display: flex;
	margin: 16px auto 0;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: center;
}

.pro_box .pro_list .pro_list_nav .pro3_con .pro3_con_nav {
	float: left;
	background: #f1f3f5;
	border-radius: 5px;
	text-align: center;
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
	color: #333333;
	margin-right: 5px;
	font-size: 15px;
	border: 1px solid #f1f3f5;
	margin-bottom: 5px;
}

.pro_box .pro_list .pro_list_nav .pro_list_img .img {
	max-width: 78%;
	max-height: 78%;
}

.pro_box .pro_list .pro_list_nav .pro_list_subtitle {
	font-size: 16px;
	width: 54%;
	height: 54px;
	text-align: center;
	box-sizing: border-box;
	color: #000;
	margin: auto;
	border: 1px solid #024b2e;
	border-radius: 8px;
}

.pro_box .pro_list .pro_list_nav:hover .pro_list_subtitle {
	background: #bc192e;
	border: 1px solid #bc192e;
	color: #fff;
}

.pro_box .pro_list .pro_list_nav .pro_list_title {
	font-size: 15px;
	line-height: 15px;
	color: #999;
	text-align: center;
	margin-top: 20px;
}
.phone_filter{
	display: none;
}
.pro_box .pro_filter_btn{
	display: none;
}
.swiper-pro-menu{
	display: none;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {}

@media screen and (max-width: 1681px) {
	.pro_box .pro_filter {
		width: 22%;
		padding-left: 0;
	}
	.swiper-pro {
		width: 90%;
	}
}

@media screen and (max-width: 1450px) {
	.swiper-pro {
		width: 95%;
	}
	.pro_box .pro_filter .pro_filter_title {
		padding-left: 0;
		padding-right: 15px;
	}
	.pro_box .pro_filter .pro_filter_con {
		padding-left: 0;
		padding-right: 15px;
	}
	.swiper-pro .swiper-slide {
		width: 10%;
	}
}

@media screen and (max-width: 1335px) {}

@media screen and (max-width: 1200px) {
	.pro_box .pro_filter .pro_filter_title .txt {
		font-size: 16px;
		line-height: 16px;
	}
	.pro_box .pro_filter .pro_filter_title .del {
		font-size: 12px;
		line-height: 12px;
	}
	.pro_box .pro_filter .pro_filter_con .pro_filter_subtitle {
		font-size: 14px;
	}
	.pro_box .pro_filter .pro_filter_con .pro_filter_nav {
		font-size: 12px;
	}
	.swiper-pro .swiper-slide {
		width: 14%;
	}
	.pro_box .pro_list .pro_list_nav .pro_list_subtitle {
		width: 70%;
	}
}

@media screen and (max-width: 1100px) {
	.pro_box .pro_list .pro_list_nav .pro_list_subtitle {
		width: 80%;
	}
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 500px) {
	.pro_label {
		top: 10px;
		left: 0;
	}
	.swiper-pro-menu {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.9);
		z-index: 10000;
		left: 0;
		display: none;
	}
	.swiper-pro-menu .close{
		position: absolute;
		right: 0;
		top: 0;
		z-index: 3;
		width: 45px;
	}
	.swiper-pro-menu-content{
		background: #fff;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		box-sizing: border-box;
		overflow: hidden;
		z-index: 1;
		padding-top: 40px;
	}
	.swiper-pro-menu .swiper-pro-title{
		line-height: 40px;
		padding-left: 20px;
		font-size: 16px;
		position: relative;
		z-index: 2;
		color:#000;
	}
	.swiper-pro-menu .swiper-pro-menu-nav{
		float: left;
		width: 25%;
		height: 105px;
	}
	.swiper-pro-menu .swiper-pro-menu-nav .box_img {
		height: 54px;
		width: 100%;
		margin-top: 12px;
	}
	.swiper-pro-menu .swiper-pro-menu-nav .box_img img{
		margin: auto;
	}
	.swiper-pro-menu .swiper-pro-menu-nav .box_img .img2 {
		display: none;
	}
	.swiper-pro-menu .swiper-pro-menu-nav.on .box_img .img1 {
		display: none;
	}
	.swiper-pro-menu .swiper-pro-menu-nav.on .box_img .img2 {
		display: block;
	}
	.swiper-pro-menu .swiper-pro-menu-nav .pro_menu_title {
		font-size: 12px;
		text-align: center;
		margin-top: 5px;
	}
	.swiper-pro-menu .swiper-pro-menu-nav.on .pro_menu_title {
		color: #bc192e;
		font-weight: bold;
	}
	
	
	.swiper-menu{
		display: block;
		width: 12px;
		font-size: 12px;
		line-height: 15px;
		position: absolute;
		right: 0;
		top: 0;
		padding: 10px 7px 10px 10px;
	}
	.swiper-con{
		
	}
	.swiper-pro {
		height: 92px;
		width: calc(100% - 40px);
		margin-left: 10px;
	}
	.swiper-pro .swiper-slide .pro_menu_title {
		font-size: 12px;
	}
	.swiper-pro .swiper-slide .pro_menu_img {
		height: 30px;
	}
	.swiper-pro .swiper-slide .pro_menu_title {
		font-size: 12px;
		line-height: 38px;
	}
	.swiper-pro .swiper-slide .pro_menu_img .img {
		max-height: 90%;
		max-width: 90%;
	}
	.swiper-pro .swiper-slide {
		width: 22%;
	}
	.pro_menu.on .swiper-pro .swiper-slide .pro_menu_img {
		/*display: none;*/
	}
	.next_arrow:after,
	.prev_arrow:after {
		font-size: 12px;
		display: none;
	}
	.pro_box .pro_filter {
		padding-left: 0;
		position: fixed;
		bottom: 0;
		width: 100%;
		display: block;
		height: 100%;
		background: rgba(0,0,0,0.9);
		z-index: 10000;
		left: 0;
		display: none;
	}
	.pro_box .pro_filter_bb{
		background: #fff;
		height: 60vh;
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		box-sizing: border-box;
	}
	.pro_box .pro_filter .pro_filter_title {
		border-bottom: none;
		padding: 14px 20px;
	}
	.pro_box .pro_filter_inner{
		height: 43vh;
		overflow: auto;
		padding: 0 20px;
	}
	.pro_box .pro_filter_btn{
		width: 120px;
		height: 36px;
		background: #c30d23;
		border-radius: 10px;
		text-align: center;
		line-height: 36px;
		color:#fff;
		font-size: 12px;
		margin: auto;
		display: block;
		margin-top: 3vh;
	}
	.pro_box .pro_filter .pro_filter_title .txt {
		font-size: 14px;
		line-height: 14px;
	}
	.pro_box .pro_filter .pro_filter_title .del_icon {
		width: 10px;
	}
	.pro_box .pro_filter .pro_filter_title .del {
		
	}
	.pro_box .pro_filter .pro_filter_con .pro_filter_subtitle {
		line-height: 42px;
		height: 42px;
	}
	.pro_box .pro_filter .pro_filter_con .pro_filter_nav {
		margin-bottom: 10px;
		float: left;
		margin-right: 10px;
	}
	.pro_box .pro_filter .pro_filter_con {
		padding-right: 10px;
	}
	.pro_box .pro_filter .pro_filter_con:first-child{
		border-top: 2px solid #E5E5E5;
	}
	.pro_box .pro_filter .pro_filter_con .pro_filter_nav .checked_box {
		margin-right: 5px;
	}
	.pro_box .pro_filter .pro_filter_con .pro_filter_content{
		overflow: hidden;
	}
	.pro_box .pro_filter .pro_filter_con.on .pro_filter_content {
		padding-bottom: 16px;
		
	}
	.pro_menu .pro_menu_con {
		height: 34px;
		line-height: 34px;
		overflow: hidden;
		width: 100%;
	}
	.pro_menu .pro_menu_con .base_con {
		overflow-x: auto;
		white-space: nowrap;
		overflow-y: hidden;
		box-sizing: border-box;
		padding-left: 12px;
		height: 34px;
		line-height: 34px;
		float: left;
		width: calc(100% - 80px) !important;
		scrollbar-height: none;
	}
	.pro_menu .pro_menu_con .base_con::-webkit-scrollbar{
		display: none;
		height: 0;
	}
	.phone_filter{
		overflow: hidden;
		float: left;
		display: block;
	}
	.pro_menu .arrow_right {
		width: 6px;
		float: left;
		margin-top: 14px;
		padding-left: 7px;
	}
	.pro_menu .filter_aa {
		float: left;
		line-height: 12px;
		font-size: 12px;
		padding: 7px 10px 10px 10px;
	}
	.pro_menu .filter_aa .filter_icon {
		width: 20px;
	}
	.pro_menu .pro_menu_con .pro_menu_nav {
		margin-right: 10px;
		font-size: 12px;
		display: inline-block;
	}
	.pro_box .pro_list .pro_list_nav {
		width: 100%;
		border-right: none;
	}
	.pro_box .pro_list {
		padding: 0 10px;
		width: 100%;
		border-left: none;
	}
	.pro_box .pro_list .pro_list_nav .pro_list_img {
		height: 200px;
	}
	.pro_box .pro_list .pro_list_nav {
		padding-bottom: 40px;
	}
	.pro_box .pro_list .pro_list_nav .pro_list_subtitle {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		width: 36%;
		margin-top: 10px;
	}
	.pro_box .pro_list .pro_list_nav .pro3_con{
		width: 90%;
		margin-top: 0;
	}
}