@charset "utf-8";
/* ===================首页样式========================== */

/* 产品分类 s */
.ind_pro{
	padding: 0.9rem 0 0;
}
.ind_pro ul{}
.ind_pro ul li{
	float: left;
	width: 24%;
	margin-right: calc(4% / 3);;
	margin-bottom: 0.3rem;
}
.ind_pro ul li:nth-child(4n){
	margin-right: 0;
}
.ind_pro ul li .pic{
	position: relative;
}
.ind_pro ul li .pic img{}
.ind_pro ul li .pic h3{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 0.24rem;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	background-color: rgb(0,0,0,.7);
	padding: 0.12rem 2%;
	z-index: 2;
}
.ind_pro ul li:nth-child(2) .pic h3{
	background-color: rgb(0,78,162,.7);
}
.ind_pro ul li:nth-child(3) .pic h3{
	background-color: rgb(229,0,18,.7);
}
.ind_pro ul li:nth-child(4) .pic h3{
	background-color: rgb(144,180,8,.7);
}
.ind_pro ul li:nth-child(5) .pic h3{
	background-color: rgb(235,115,23,.7);
}
.ind_pro ul li:nth-child(6) .pic h3{
	background-color: rgb(0,0,0,.7);
}
.ind_pro ul li .info{
	padding: 0.3rem;
	background-color: #f2f2f2;
	text-align: center;
}
.ind_pro ul li .info p{
	font-size: 14px;
	line-height: 22px;
	height: 66px;
}
.ind_pro ul li .info .btn{
	margin-top: 10px;
}
.ind_pro ul li .info .btn a{
	width: 49%;
	line-height: 40px;
	background-color: white;
	margin-right: 2%;
	font-size: 14px;
	color: #242424;
}
.ind_pro ul li .info .btn a:hover{
	background-color: #e50012;
	color: #fff;
}
.ind_pro ul li .info .btn a:first-child{
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.ind_pro ul li .info .btn a:last-child{
	margin-right: 0;
}

.swiper-page-right.swiper .swiper-pagination{
	width: 15px;
	bottom: 0;
	left: auto;
	right: 5px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.swiper-page-right.swiper .swiper-pagination .swiper-pagination-bullet{
	margin: 3px 0;
}

/* 产品分类 e */

/* 关于我们 s */
.ind_ab{
	position: relative;
	padding: 0.6rem 0 1.25rem;
}
.ind_ab .fl{
	width: 48%;
}
.ind_ab .fl h3{
	font-size: 0.54rem;
	font-weight: 700;
	color: #e50012;
}
.ind_ab .fl .info{
	font-size: 18px;
	line-height: 1.6;
	color: #4b4b4b;
	margin: 0.3rem 0;
}

.ind_ab .fr{
	position: absolute;
	right: 0;
	top: 0.7rem;
	width: 50%;
	text-align: right;
}
.ind_ab .fr ul{}
.ind_ab .fr ul li{}
.ind_ab .fr ul li img{
	display: inline-block;
}
.ind_ab .fr .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: -20px;
}
/* 关于我们 e */

/* 产品列表 s */
.ind_prolist{
	padding: 0.7rem 0;
	background-color: #f8f9fa;
	text-align: center;
}
.ind_prolist h3{
	font-size: 0.54rem;
	color: #484848;
	text-align: center;
}
.ind_pro_nav{
	margin: 0.4rem 0 0.6rem;
}
.ind_pro_nav ul{}
.ind_pro_nav ul li{
	width: 19%;
}
.ind_pro_nav ul li a{
	display: block;
	font-size: 16px;
	color: #000000;
	height: 64px;
	line-height: 62px;
	text-align: center;
	border: 1px solid #959595;
}
.ind_pro_nav ul li:hover a,.ind_pro_nav ul li.active a{
	background-color: #e50012;
	border-color: #e50012;
	color: white;
}
.ind_pro_view{}
.ind_pro_view .item{
	display: none;
}

.ind_pro_view .item.show{
	display: block;
}
.ind_pro_view ul{}
.ind_pro_view ul li{}
.ind_pro_view ul li a{}
.ind_pro_view ul li p{
	text-align: center;
	font-size: 16px;
	color: #484848;
	margin-top: 10px;
	line-height: 1.8;
	padding: 0 2%;
}
.ind_pro_view ul li:hover p{
	color: #e50012;
}
.ind_prolist .ind_more{
	margin: 0.3rem 0 0;
}

.ind_pro_view .swiper{
	padding-bottom: 0.2rem;
}
.ind_pro_view .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 0;
}
/* 产品列表 e */



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
	
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
	.ind_pro_nav ul li a{
		font-size: 15px;
	}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.ind_pro ul li{
		width: 100%;
		margin-right: 0;
	}
	.ind_pro ul li .pic h3{
		font-size: 0.3rem;
		padding: 0.2rem 2%;
	}
	
	.ind_ab .fl,.ind_ab .fr{
		position: relative;
		width: 100%;
		top: auto;
		bottom: auto;
	}
	.ind_ab .fr{
		margin-top: 0.6rem;
	}
	.ind_ab .fl .info{
		font-size: 16px;
		margin: 0.4rem 0;
	}
	
	.ind_prolist{
		padding: 0.8rem 0;
	}
	.ind_pro_nav{
		margin: 0.6rem 0 0.5rem;
	}
	.ind_pro_nav ul li{
		width: 49%;
		margin-bottom: 2%;
	}
	.ind_pro_nav ul li a{
		height: 52px;
		line-height: 50px;
	}
	.ind_prolist .ind_more{
		margin-top: 0.5rem;
	}
	.ind_pro_view .swiper{
		padding-bottom: 0.4rem;
	}
}

@media all and (max-width:768px) {
	
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	
}

@media all and (max-width:480px) {
	.ind_pro_nav ul li a{
		font-size: 13px;
		line-height: 42px;
		height: 44px;
	}
	.ind_ab .fl .info{
		font-size: 14px;
	}
	.foot_bot h3{
		font-size: 14px;
		line-height: 1.3;
	}
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}