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

/* 产品分类 s */
.i_product_sort{
	/* background: url('../images/i_pro_sort_bg.jpg') no-repeat center /cover fixed; */
}
.i_product_sort .row{}
.i_product_sort .row:not(:first-child){
	margin-top: -0.4rem;
}
.i_product_sort .row:nth-child(2n){
	flex-direction: row-reverse;
}
.i_product_sort .pro_box{
	padding: 0.6rem;
	text-align: right;
	align-items: flex-end;
	height: 100%;
}
.i_product_sort .row:nth-child(2n) .pro_box{
	align-items: flex-start;
	text-align: left;
}
.i_product_sort .pro_box .t1{
	position: relative;
	display: inline-block;
	font-size: 0.2rem;
	color: #215FAC;
}
.i_product_sort .pro_box .t1::after{
	position: absolute;
	content: "";
	display: block;
	left: 100%;
	top: 50%;
	margin-left: 0.18rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.8rem;
	height: 0.02rem;
	background-color: #215FAC;
	z-index: 2;
}
.i_product_sort .row:nth-child(2n) .pro_box .t1::after{
	left: auto;
	right: 100%;
	margin-right: 0.18rem;
	margin-left: 0;
}
.i_product_sort .pro_box .t2{
	font-size: 0.6rem;
	font-weight: 700;
	color: #292929;
	margin: 0.4rem 0 0.4rem;
}
.i_product_sort .pro_box .t3{
	font-size: 16px;
	line-height: 1.6;
	color: #7b7b7b;
}
.i_product_sort .pro_box a.c_more{
	margin-top: 0.55rem;
}
.i_product_sort .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	background-color: rgba(5,67,145,.66);
}
.i_product_sort .pro_pic:hover .mask{
	visibility: visible;
}
.i_product_sort .pro_pic::after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.i_product_sort .pro_pic:hover{
	opacity: 1;
}
.h_more{
	display: inline-block;
	width: 1.24rem;
	height: 1.24rem;
	border-radius: 50%;
	background: rgba(255,255,255,.1);
	position: relative;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	text-align: center;
	transform: rotate(-45deg);
}
.i_product_sort .pro_pic:hover .mask{
	opacity: 1;
}
.h_more i{
	display: inline-block;
	color: #1a4b96;
	width: 0.64rem;
	height: 0.64rem;
	line-height: 0.64rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	font-size: 0.3rem;
}
.h_more::after{
	display: inline-block;
	content: "";
	width: 0.94rem;
	height: 0.94rem;
	border-radius: 50%;
	background: rgba(255,255,255,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.i_product_sort .pro_pic:hover .h_more{
	transform: rotate(22.5deg);
}
/* 产品分类 e */


/* 关于我们 s */
.i_about{
	background-color: #215FAC;
	padding-bottom: 1.6rem;
}
.i_about .top h2{}
.i_about .top h3{
	font-weight: 700;
}
.i_about .top .des{
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	margin: 0.4rem 0 0.5rem;
	padding-right: 0.8rem;
	height: 11.2em;
	-webkit-line-clamp: 7;
}
.i_about .top .pic{
	position: relative;
	text-align: right;
}
.i_about .top .pic .img{
	position: relative;
	display: inline-block;
	margin-right: 0.3rem;
}
.i_about .top .pic img{
	position: relative;
	display: inline-block;
	max-width: 100%;
	border-radius: 3px;
	z-index: 2;
}
.i_about .top .img::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	right: 0;
	right: -0.3rem;
	bottom: -0.3rem;
	background: url('../images/i_about_bg.jpg') no-repeat center/cover;
	border-radius: 3px;
	z-index: 1;
}
.i_about .top .play{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 0.72rem;
	height: 0.72rem;
	background: url('../images/ico_play.png') no-repeat center;
	background-size: 100% auto;
	z-index: 2;
}

.i_ab_num{
	/*background: url('../images/i_pro_bg.jpg') no-repeat center /cover fixed;*/
}
.i_ab_num .bot{
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fefefe;
	box-shadow: 0 10px 15px #e6e6e6;
}
.i_ab_num .bot li{
	position: relative;
	width: 20%;
}
.i_ab_num .bot li:not(:last-child)::after{
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 1px;
	height: 75px;
	background-color: #bfbfbf;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.i_ab_num .bot .text{
	padding: 0.5rem 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: center;
}
.i_ab_num .bot .text .num{
	color: #215FAC;
}
.i_ab_num .bot .text .num span{
	font-size: 0.54rem;
	font-family: 'MB';
}
.i_ab_num .bot .text .num i{
	vertical-align: top;
	font-size: 0.28rem;
}
.i_ab_num .bot .text p{
	font-size: 0.18rem;
	color: #848383;
	margin-top: 0.2rem;
}
/* 关于我们 e */


/* 产品中心 s */
.i_product{
	/*background: url('../images/i_pro_bg.jpg') no-repeat center /cover fixed;*/
	background-color: #fff;
	padding: 0.4rem 0 1rem;
}
.i_product .con{
	margin-top: 0.8rem;
}
.i_product .item{}
.i_product .item ul{}
.i_product .item ul li{}
.i_product .item ul li a{
	display: block;
}
.i_product .item ul li .pic{
	/*border-radius: 0.1rem;*/
	overflow: hidden;
	border: 1px solid #E5E5E5;
}
.i_product .item ul li p{
	font-size: 18px;
	color: #212121;
	line-height: 1.6;
	height: 3.2em;
	margin-top: 0.16rem;
}
.i_product .item ul li:hover p{
	color: #054391;
}
.i_product .item ul li:hover .pic{
    border-color: #054391;
}
/* 产品中心 e */


/* 应用领域 s */
.i_app{
	background: url('../images/i_app_bg.jpg') no-repeat center;
	background-size: 100% 6rem;
	padding: 0.9rem 0 0;
	background-position: top center;
}
.i_app ul{}
.i_app ul li{}
.i_app ul li>a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
.i_app ul li .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0.25rem;
	text-align: center;
	z-index: 2;
	background-color: rgba(5,67,145,.66);
	opacity: 0;
}
.i_app ul li:hover .mask{
	opacity: 1;
	color: white;
	line-height: 1.6;
}
.i_app ul li .mask .tit{
	font-size: 0.32rem;
	font-weight: 700;
}
.i_app ul li .mask .des{
	font-size: 16px;
	height: 3.2em;
	margin-top: 0.2rem;
}
.i_app ul li .mask .h_more{
	margin-top: 0.6rem;
}
.i_app ul li:hover .mask .h_more{
	transform: rotate(22.5deg);
}
/* 应用领域 e */


/* 为什么 s */
.i_why{}
.i_why .tit{
	text-align: center;
}
.i_why .tit h3{
	font-size: 0.42rem;
	font-weight: 700;
}
.i_why .tit p{
	font-size: 18px;
	color: #535353;
	margin-top: 0.2rem;
}
.i_why .con{
	background-color: #f4f4f4;
	padding: 0.5rem 1.4rem 0.3rem;
}
.i_why .con .top{}
.i_why .con .top .swiper-button-prev,
.i_why .con .top .swiper-button-next{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.27rem;
	height: 0.79rem;
	background: url('../images/ico_l.png') no-repeat center;
	background-size: 100% auto;
}
.i_why .con .top .swiper-button-prev{
	left: -0.8rem;
}
.i_why .con .top .swiper-button-next{
	right: -0.8rem;
	background-image: url('../images/ico_r.png');
}
.i_why .swiper-button-next:after,.i_why .swiper-button-prev:after{
	display: none;
}
.i_why .con .top ul{}
.i_why .con .top ul li{}
.i_why .con .top ul li a{
	display: block;
}
.i_why .con .bot{}
.i_why .con .bot .txt{
	text-align: center;
}
.i_why .con .bot .txt h4{
	font-size: 0.32rem;
	font-weight: 700;
	color: #215FAC;
}
.i_why .con .bot .txt p{
	font-size: 16px;
	line-height: 1.6;
	color: #484848;
	height: 3.2em;
	margin-top: 0.15rem;
}
.i_why .con .bot .swiper-pagination{
	position: relative;
	bottom: auto;
	margin-top: 0.25rem;
}
.i_why .con .bot .swiper-pagination-bullet{
	width: 0.2rem;
	height: 0.2rem;
	background-color: white;
	opacity: 1;
	margin: 0 0.08rem;
}
.i_why .con .bot .swiper-pagination-bullet-active{
	background-color: #215FAC;
}
/* 为什么 e */


/* 资质证书 s */
.i_honor{
	background-color: #215FAC;
}
.i_honor .fl{
	width: 43.75%;
}
.i_honor .fr{
	width: 50%;
}
.i_honor ul{
	margin: 0.5rem 0;
	width: 100%;
	padding-right: 10%;
}
.i_honor ul li{
	padding-left: 0.45rem;
	color: white;
	margin-bottom: 0.4rem;
}
.i_honor ul li a{
}
.i_honor ul li a .flex{
	flex: 1;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.25rem;
}
.i_honor ul li .ico{
	width: 0.85rem;
}
.i_honor ul li:hover .ico i{
	transform: rotateY(180deg);
}
.i_honor ul li i{
	font-size: 0.5rem;
}
.i_honor ul li p{
	font-size: 0.32rem;
}
.i_honor ul li span{
	margin-right: 0.3rem;
	font-size: 18px;
}
.i_honor ul li:hover span{
	transform: translateX(-15px);
}
/* 资质证书 e */

/* 新闻中心 s */
.i_news{
	background: url('../images/i_news_bg.jpg') no-repeat center /cover fixed;
}
.i_news .con{}
.i_news .con .item{
	display: none;
}
.i_news .con .item.show{
	display: block;
}
.i_news .con ul{}
.i_news .con ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.i_news .con ul li:nth-child(3n){
	margin-right: 0;
}
.i_news .con ul li a{}
.i_news .con ul li .info{
	padding: 0.25rem 0.2rem;
	line-height: 1.6;
	background-color: white;
}
.i_news .con ul li .info h4{
	font-size: 0.20rem;
	font-weight: 700;
	color: #212121;
}
.i_news .con ul li .info p{
	font-size: 16px;
	height: 3.2em;
	color: #afafaf;
	margin: 0.15rem 0;
}
.i_news .con ul li .info span{
	font-size: 16px;
	color: #afafaf;
}
/* 新闻中心 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) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.i_about .top .des{
		font-size: 14px;
	}
	.i_about .top .pic{
		margin-top: 0.45rem;
	}
	.i_ab_num .bot{
		transform: none;
		margin-top: -0.6rem;
		justify-content: flex-start;
	}
	.i_ab_num .bot li{
		width: 50%;
	}
	.i_ab_num .bot .text .num span{
		font-size: 0.64rem;
	}
	
	.i_product{
		padding-top: 1rem;
	}
	.i_product .item ul li p{
		font-size: 16px;
	}
	.i_product .con{
		margin-top: 0.6rem;
	}
	
	.i_why{
		padding-bottom: 0.4rem;
	}
	.i_why .tit p{
		font-size: 16px;
		line-height: 1.3;
	}
	.i_why .con{
		padding: 0.4rem 0.6rem 0.2rem;
	}
	.i_why .con .top .swiper-button-prev, .i_why .con .top .swiper-button-next{
		display: none;
	}
	.i_why .con .bot .txt p{
		height: auto;
	}
	
	.i_honor .fl,.i_honor .fr{
		width: 100%;
	}
	
	.i_honor .fr{
		padding-top: 0.4rem;
	}
	.i_honor ul{
		
	}
	.i_honor ul li{
		padding-left: 0;
	}
	
	.i_news .i_tit .row{
		margin: 0 -15px;
	}
	.i_news .con ul li{
		width: 100%;
	}
	.i_news .con ul li:not(:last-child){
		margin-bottom: 0.4rem;
	}
	.i_news .con ul li .info h4{
		font-size: 0.32rem;
	}
}

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

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

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

@media all and (max-width:420px) {
	.i_tit h2,.i_ab_num .bot .text p,.i_product .item ul li p,.i_tit h4,.i_why .tit p,.i_why .con .bot .txt p,.i_news .con ul li .info p,
	.i_news .con ul li .info span{
		font-size: 14px;
	}
}

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