@charset "utf-8";
/* ===================首页样式========================== */

/* 关于我们 s */
.i_about{}
.i_about .top{}
.i_about .top ul{}
.i_about .top ul li{
	width: 28%;
	text-align: center;
}
.i_about .top ul li .num{
	font-size: 0.58rem;
	color: #c82126;
	font-weight: 700;
	/* font-family: 'Montserrat-Bold'; */
}
.i_about .top ul li .num span{}
.i_about .top ul li .num i{}
.i_about .top ul li p{
	display: block;
	font-size: 0.2rem;
	line-height: 1.5;
	margin-top: 0.15rem;
}
.i_about .bot{
	background-color: #41485a;
}
.i_about .bot .fl{
	width: 48%;
	color: white;
}
.i_about .bot .fl .ind_tit{
	padding-top: 0.3rem;
	margin-bottom: 0.3rem;
}
.i_about .bot .fl .info{
	font-size: 16px;
	line-height: 1.75;
}
.i_about .bot .fl .info p{
	margin-bottom: 0.15rem;
}

.i_about .bot .fl a{
	margin: 0.4rem 0 0 0;
}
.i_about .bot .fl a:hover{
	background-color: white;
	color: #c82126;
	border-color: white;
}
.i_about .bot .fr{
	width: 48%;
}
.i_about .bot .fr .pic{
	position: relative;
}
.i_about .bot .fr .pic img{}
.i_about .bot .fr .pic a{
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	left: 50%;
	top: 50%;
	margin-left: -.4rem;
	margin-top: -.4rem;
	z-index: 2;
}
.i_about .bot .fr .pic a img{
	width: 100%;
}
/* 关于我们 e */

/* 产品中心 s */
.i_pro{
	background-color: #EFF2F7;
}
.i_pro .con{
	margin-top: 0.55rem;
}
.i_pro .con .swiper{
	padding-bottom: 0.3rem;
}
.i_pro .con .swiper-pagination{
	bottom: 0;
}
.i_pro .con ul{}
.i_pro .con ul li{
	float: left;
	width: 24%;
	/* margin-right: calc(4% / 3); */
}
.i_pro .con ul li:nth-child(4n){
	margin-right: 0;
}
.i_pro .con ul li a{}
.i_pro .con ul li p{
	text-align: center;
	padding: 11px 5%;
}
.i_pro .con ul li p span{
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	color: #191919;
}

.i_pro .com_swiper_button.swiper-button-next,.i_pro .com_swiper_button.swiper-button-prev{
	margin-top: -52.5px;
}
/* 产品中心 e */

/* 行业应用 s */
.i_app{
	padding-top: 0.8rem;
}
.i_app .con{
	margin-top: 0.5rem;
}

.i_app .con .top{}
.i_app .con .top ul{}
.i_app .con .top ul li{
	flex: 1;
	text-align: center;
}
.i_app .con .top ul li a{
	display: block;
	width: 100%;
	padding: 0.5rem 0;
}
.i_app .con .top ul li i{
	font-size: 0.6rem;
	color: #c82126;
}
.i_app .con .top ul li p{
	font-size: 16px;
	margin-top: 0.2rem;
	color: #666;
}
.i_app .con .top ul li.active a,.i_app .con .top ul li a:hover{
	background-color: #c82126;
}
.i_app .con .top ul li.active a i,.i_app .con .top ul li.active a p,
.i_app .con .top ul li a:hover i,.i_app .con .top ul li a:hover p{
	color: white;
}

.i_app .con .bot{}
.i_app .con .bot ul{}
.i_app .con .bot ul li{
	position: relative;
	display: none;
}
.i_app .con .bot ul li.show{
	display: block;
}
.i_app .con .bot ul li .pic{}

.i_app .con .bot ul li .pic img{}
.i_app .con .bot ul li .pic img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.i_app .con .bot ul li .txt{
	position: absolute;
	right: 5%;
	bottom: 0.4rem;
	padding: 0.8rem;
	background-color: rgb(255,255,255,.8);
	width: 8rem;
}
.i_app .con .bot ul li .txt h4{
	font-size: 0.36rem;
	color: #c82126;
	font-weight: 700;
	margin-bottom: 0.2rem;
}
.i_app .con .bot ul li .txt p{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	height: 125px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.i_app .con .bot ul li .txt a{
	margin-left: 0;
}
/* 行业应用 e */

/* 新闻中心 s */
.i_news{
	position: relative;
}
.i_news::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 40%;
	left: 0;
	bottom: 0;
	background-color: #e6e7e9;
	z-index: 1;
}
.i_news .con{
	position: relative;
	margin-top: 0.55rem;
	z-index: 2;
}

.i_news .con ul{
	position: relative;
	z-index: 3;
}
.i_news .con li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background-color: white;
}
.i_news .con li:nth-child(4){
	margin-right: 0;
}
.i_news .con li a{
	display: block;
	padding: 0.4rem 0.3rem;
	box-shadow: 0 0 13px #d5d5d5;
}
.i_news .con li .date{
	font-size: 16px;
	margin-bottom: 0.3rem;
	color: #585858;
}
.i_news .con li .tit{
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	height: 50px;
	color: #4e4e4e;
}
.i_news .con li .pic{
	margin: 0.3rem 0;
}
.i_news .con li .des{}
.i_news .ind_more{
	position: relative;
	z-index: 3;
	margin-top: 0.5rem;
}
/* 新闻中心 e */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
	/* 1440 × (900/1050) */
	.com_swiper_button.swiper-button-prev{
		left: 0.2rem;
	}
	.com_swiper_button.swiper-button-next{
		right: 0.2rem;
	}
}

@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) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
	/* 平板设备 720 适配 */
	.i_about .top ul li{
		width: 100%;
		padding: 5% 0;
	}
	.i_about .top ul li .num{
		font-size: 0.64rem;
	}
	
	.i_about .bot .fl,.i_about .bot .fr{
		width: 100%;
	}
	.i_about .bot .fl .ind_tit{
		padding-top: 0;
		margin-bottom: 0.5rem;
	}
	.i_about .bot .fr{
		margin-top: 0.45rem;
	}
	.i_about .bot .fr .pic{
		text-align: center;
	}
	.i_about .bot .fr .pic img{
		display: inline-block;
	}
	.i_about .bot .fl a{
		margin-top: 0.5rem;
	}
	.i_about .bot .fr .pic a{
		width: 1rem;
		height: 1rem;
		margin-left: -0.5rem;
		margin-top: -0.5rem;
	}
	
	.i_app .con .bot ul li .txt{
		position: relative;
		right: 0;
		bottom: auto;
		width: 100%;
		padding: 0.6rem 4%;
	}
	.i_app .con .bot ul li .txt h4{
		font-size: 0.45rem;
		margin-bottom: 0.4rem;
	}
	
	.i_news::after{
		height: 80%;
	}
	.i_news .con li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
	}
	.i_news .con li:last-child{
		margin-bottom: 0;
	}
	.i_news .con li a{
		padding: 0.6rem 0.4rem;
	}
}

@media all and (max-width:768px) {}

@media all and (max-width:640px) {
	/* 移动终端以上 360 适配 */
	.i_pro .con ul li p span{
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.i_pro .com_swiper_button.swiper-button-next, .i_pro .com_swiper_button.swiper-button-prev{
		margin-top: -40px;
	}
	.i_app .con .top ul li{
		width: 50%;
		flex: none;
	}
	.i_app .con .top ul li a{
		padding: 0.35rem 0;
	}
	.i_app .con .top ul li p{
		font-size: 14px;
	}
	.i_app .con .bot ul li .txt p{
		font-size: 14px;
		line-height: 20px;
		height: 100px;
	}
	.i_app .con .bot ul li .pic{
		padding-bottom: 60%;
	}
	
}

@media all and (max-width:480px) {
	.i_about .bot .fl .info{
		font-size: 14px;
	}
	.i_news .con li .tit{
		font-size: 16px;
	}
	
}

@media all and (max-width:420px) {}

@media all and (max-width:376px) {}
