/*swiper*/
.swiper-container {
	width: 100%;
	height: 4rem;
	margin-top: 1.0rem;
}

.swiper-slide {
	overflow: hidden;
	position: relative;
}

.swiper-container img {
	display: block;
	width: 7.5rem;
	position: relative;
	left: 50%;
	margin-left: -3.75rem;
}

.swiper-container .pagination {
	position: absolute;
	z-index: 20;
	bottom: .3rem;
	width: 100%;
	text-align: center;
	vertical-align: top;
	font-size: 0;
}

.swiper-container .swiper-pagination-switch {
	display: inline-block;
	width: .08rem;
	height: .08rem;
	border-radius: 50%;
	margin: 0 .05rem;
	border: .03rem solid #fff;
	cursor: pointer;
	transition: .2s;
	margin-top: .04rem;
	vertical-align: top;
}

.swiper-container .swiper-active-switch {
	width: .16rem;
	height: .16rem;
	position: relative;
	margin-top: 0
}

.swiper-container .swiper-active-switch::after {
	content: '';
	display: block;
	width: .04rem;
	height: .04rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
}

/*产品分类*/
.proClass {
	margin: .37rem .3rem .26rem;
	height: .72rem;
	border: .01rem solid #ff3934;
	border-radius: .06rem;
	overflow: hidden;
}

.classItem {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
	font: .28rem/.72rem 微软雅黑;
	color: #ff3934;
}

.classItem.on {
	background: #ff3934;
	color: #fff;
}

.subProClass {
	padding-left: .3rem;
	overflow: hidden;
	margin-bottom: .28rem;
}

.subClassItem {
	float: left;
	margin-right: .1rem;
	width: 2.19rem;
	height: .58rem;
	border: .01rem solid #e7e7e7;
	border-radius: 1.1rem;
	text-align: center;
	font: .26rem/.58rem 微软雅黑;
	color: #999;
}

.subClassItem .iconfont {
	color: #ff3934;
}

.subClassItem.on {
	border-color: #ff3934;
}

/*行业分类*/
.industry {
	margin-bottom: .26rem;
}

.industryTit {
	padding: 0 .42rem .2rem;
	font: .24rem/.24rem 微软雅黑;
	color: #999;
}

.industryList {
	padding: 0 .33rem;
	overflow: hidden;
}

.industryItem {
	float: left;
	margin: 0 .07rem .14rem;
	width: 1.22rem;
	font: .22rem/.46rem 微软雅黑;
	color: #999;
	border-radius: .04rem;
	text-align: center;
	background: #f5f5f5;
}

.industryItem.on {
	background: #ff3934;
	color: #fff;
}

/*产品列表*/
.proList {
	padding: 0 .18rem 0.2rem;
	font-size: 0.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.proItem {
	width: 3.49rem;
	height: 4.19rem;
	border-radius: .04rem;
	overflow: hidden;
	box-shadow: .03rem .04rem .1rem 0 rgba(0, 0, 0, 0.06);
	margin-bottom: .2rem;
}

.itemImg {
	display: block;
	width: 100%;
	height: 2.59rem;
	border-radius: .04rem;
	margin-bottom: .2rem;
	background: #f4f4f4;
}
.itemClass{
	padding: 0 .2rem .08rem;	
}

.itemClass >h1,.itemClass >h2 {
	font: .18rem/.18rem 微软雅黑;
	color: #999999;
	line-height: 0.30rem;
	height: 0.3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.itemClass >h1{
	float: left;
	width: 50%;
}
.itemClass >h2{
	float: right;
	width: 50%;
	text-align: right;
}
.clearfix:after{      
	content: "";        
	display: block;        
	height: 0;        
	clear:both;        
	visibility: hidden;   
}
.clearfix{     
	zoom: 1;
}  


.itemTit {
	padding: 0 .2rem .16rem;
	font: .26rem/.26rem 微软雅黑;
	color: #303245;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.proItem button {
	display: block;
	border: none;
	margin: 0 .2rem;
	font: .22rem/.52rem 微软雅黑;
	color: #fff;
	background: #ff3934;
	text-align: center;
	border-radius: .26rem;
	width: 3.09rem;
}

/*弹窗*/
.modalWrap {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, .2);
	z-index: 99;
	display: none;
}

.modal {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5.82rem;
	top: 0;
	margin: auto;
	background: #fff;
	width: 5.82rem;
}

.closeModal {
	width: .68rem;
	height: .68rem;
	border-radius: 50%;
	background: #fff;
	font: .26rem/0.68rem 微软雅黑;
	color: #303245;
	text-align: center;
	box-shadow: 0 .05rem .11rem 0 rgba(0, 0, 0, 0.06);
	position: absolute;
	right: 2.5rem;
	top: 6.66rem;
}

.modalTop {
	width: 4.0rem;
	height: 4.0rem;
	border-radius: .04rem;
	margin: 0.5rem auto 0;
	box-shadow: .03rem .04rem .1rem 0 rgba(0, 0, 0, 0.08);
}

.modalImg {
	float: left;
	width: 4.0rem;
	height: 4.0rem;
	border-radius: .04rem;
	background: #f4f4f4;
}

.modalTopRight {
	width: 2.84rem;
	float: left;
	margin-left: .2rem;
}

.modalTit {
	font: .28rem/.28rem 微软雅黑;
	color: #303245;
	padding: .48rem .08rem .26rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.modalTopTips {
	border-radius: .04rem;
	background: #f6f6f6;
	font: .2rem/.26rem 微软雅黑;
	color: #0db252;
	padding: .1rem .22rem;
}

.modalTips {
	font: .26rem/.26rem 微软雅黑;
	color: #ff3934;
	text-align: center;
	margin-bottom: .56rem;
}

.modalTipsImg {
	display: block;
	width: 6.28rem;
	margin: 0 auto;
}

.modalBtn {
	width: 6.32rem;
	height: .82rem;
	font: .3rem/.82rem 微软雅黑;
	color: #fff;
	text-align: center;
	border-radius: .41rem;
	background: #ff3934;
	position: absolute;
	left: 0;
	right: 0;
	bottom: .58rem;
	margin: auto;
}

.modalText {
	font-size: 0.4rem;
	line-height: 1.3rem;
	color: #666;
	text-align: center;
}

.pageList {
	height: 1.35rem;
	overflow: hidden;
	margin-bottom: 0.2rem;
}

.tcdPageCode a.disabled {
	font-size: 0.3rem !important;
	height: 0.45rem !important;
	line-height: 0.45rem !important;
}

.tcdPageCode a.current {
	font-size: 0.4rem !important;
	height: 0.45rem !important;
	line-height: 0.45rem !important;
}

.tcdPageCode a {
	font-size: 0.4rem !important;
	height: 0.45rem !important;
	line-height: 0.45rem !important;
}

.tcdPageCode a.nextPage {
	font-size: 0.3rem !important;
	height: 0.45rem !important;
	line-height: 0.45rem !important;
}

.tcdPageCode a.prevPage {
	font-size: 0.3rem !important;
	height: 0.45rem !important;
	line-height: 0.45rem !important;
}
