@charset "utf-8";
/* ===================首页样式========================== */

/* 产品中心 s */
.ind_pro{
	padding: 0.8rem 0;
}
.ind_pro .con{
	margin-top: 0.3rem;
	text-align: center;
}
.ind_pro .con .item{
	/* visibility: hidden; */
	display: none;
}
.ind_pro .con .item.show{
	/* visibility: visible; */
	display: block;
}

.ind_pro_nav{
	margin-bottom: 0.6rem;
}
.ind_pro_nav ul{}
.ind_pro_nav ul li{}
.ind_pro_nav ul li a{
	display: block;
	font-size: 16px;
	color: #444444;
	padding: 0.16rem 0.5rem;
	border: 1px solid #002fa7;
	margin: 0 0.2rem;
}
.ind_pro_nav ul li.active a,.ind_pro_nav ul li a:hover{
	background-color: #002fa7;
	color: white;
}


.ind_pro .con .img{
	width: 38%;
	border: 1px solid #CCC;
}
.ind_pro .con .img .pic{
	/*border-radius: 10px;*/
	
}
.ind_pro .con .img .pic.rect-120{
	padding-bottom: 113%;
}
.ind_pro .con .img .pic img{}
.ind_pro .con .img .info{
	padding-bottom: 12px;
}
.ind_pro .con .img h4{
	color: #555;
	margin-top: 12px;
	font-size: 0.22rem;
	color: #191919;
	text-align: center;
	line-height: 2.2;
	/* font-weight: 700; */
	padding: 0 5%;                        
}
.ind_pro .con .img p{
	font-size: 14px;
	line-height: 25px;
	/* height: 50px; */
	text-align: center;
	color: #888;
	padding: 0 8%;
}

.ind_pro .con .item ul{
	width: 60%;
}
.ind_pro .con .item ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.3rem;
	text-align: center;
}
.ind_pro .con .item ul li:nth-child(3n){
	margin-right: 0;
}
.ind_pro .con .item ul li a{}
.ind_pro .con .item ul li .pic{
	border: 1px solid #CCC;
}
.ind_pro .con .item ul li:hover .pic{
	border-color: #002fa7;
}
.ind_pro .con .item ul li img{}
.ind_pro .con .item ul li p{
	font-size: 0.16rem;
	color: #373737;
	margin: 0.15rem 0 0;
}
.ind_pro .con .item ul li:hover p{
	color: #002fa7;
}
.ind_pro .con .item ul li span{
	display: inline-block;
	width: 92px;
	height: 24px;
	line-height: 24px;
	color: white;
	font-size: 13px;
	background-color: #002fa7;
	border-radius: 3px;
	margin-bottom: 0.2rem;
}
.ind_pro .con .ind_more{
	margin-top: 0.2rem;
}
/* 产品中心 e */


/* 关于我们 s */
.ind_ab{}
.ind_ab .top{
	position: relative;
}
.ind_ab .top::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 5;
	background-color: #f2f2f2;
}
.ind_ab .top .fl{
	position: relative;
	width: 50%;
	padding: 1rem 5% 1rem 0;
	z-index: 6;
}
.ind_ab .top .fl .ind_tit{
	text-align: left;
}
.ind_ab .top .fl .ind_tit h3::after{
	margin: 0.2rem 0 0;
}
.ind_ab .top .fl .info{
	font-size: 16px;
	line-height: 1.6;
	color: #4e4e4e;
	text-align: justify;
	margin-top: 0.4rem;
}
.ind_ab .top .fl .ind_more{
	margin: 0.3rem 0 0;
}

.ind_ab .top .pic{
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: 2;
}
.ind_ab .top .pic a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.ind_ab .top .pic a::before{
	background: #002fa7;
	opacity: 0.15;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 3;
}
.ind_ab .top .pic a::after{
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.6rem;
	margin-top: -0.6rem;
	animation: myrotate 1s linear infinite;
	background: url("../images/play.png") no-repeat center;
	background-size: 100% auto;
	z-index: 8;
}
@keyframes myrotate {

  0%{-webkit-transform:rotate(0deg);}

  25%{-webkit-transform:rotate(90deg);}

  50%{-webkit-transform:rotate(180deg);}

  75%{-webkit-transform:rotate(270deg);}

  100%{-webkit-transform:rotate(360deg);}

}

.ind_ab .top .pic img{
	display: none;
}

.ind_ab .bot{
	position: relative;
	padding: 0.5rem 0 0.5rem;
	background-color: #FFFFFF;
	margin-top: -0.5rem;
	z-index: 10;
	border-radius: 8px;
	box-shadow: 0 2px 35px 0 rgb(0 0 0 / 11%);
}
.ind_ab .bot ul{
	width: 100%;
	padding-right: 5%;
}
.ind_ab .bot ul li{
	position: relative;
	max-width: 25%;
	color: #010101;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.ind_ab .bot ul li::after{
	position: absolute;
	content: "";
	right: 0;
	top: 15%;
	height: 70%;
	width: 1px;
	/* background-color: rgb(0,0,0,.45); */
	background-color: #E7E7E7;
}
.ind_ab .bot ul li:last-child::after{
	display: none;
}

.ind_ab .bot ul li .text{
	position: relative;
}
.ind_ab .bot ul li .text .num{
	font-size: 0.54rem;
	font-weight: 700;
	font-family: 'Montserrat-Regular';
}
.ind_ab .bot ul li .text .num i{
	font-size: 0.3rem;
	margin-left: 5px;
}
.ind_ab .bot ul li .text span{
	font-size: 18px;
	color: #002fa7;
	line-height: 1.5;
	/* margin-left: 0.2rem; */
	margin-top: 0.18rem;
}
.ind_ab .bot ul li .text b{
	display: inline-block;
	position: absolute;
	right: 6%;
	bottom: -0.15rem;
	font-size: 0.84rem;
	color: rgb(0,47,167,.15);
	font-weight: normal;
}
/* 关于我们 e *

/* 荣誉证书 s */
.ind_honor{
	padding: 1rem 0 0.6rem;
}
.ind_honor .con{
	margin-top: 0.2rem;
}
.ind_honor ul{
	padding: 0.4rem 0;
}
.ind_honor ul li{
	width: 360px;
	background: #fff;
	box-shadow: 0px 8px 23px 0px rgb(0 0 0 / 15%);
	/*border: 10px solid #fff;*/
}
.ind_honor ul li a{
	display: block;
}
.ind_honor ul li img{
	width: 100%;
}
.ind_honor .swiper-button-next, .ind_honor .swiper-button-prev{
	width: 0.6rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	-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;
}
.ind_honor .swiper-button-next:hover,.ind_honor .swiper-button-prev:hover{
	border-color: #002fa7;
	background-color: #002fa7;
}
.ind_honor .swiper-button-next:after, .ind_honor .swiper-button-prev:after{
	color: #CCCCCC;
	font-size: 0.24rem;
	-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;
}
.ind_honor .swiper-button-next:hover:after,.ind_honor .swiper-button-prev:hover:after{
	color: white;
}
.ind_honor .swiper-pc{
	display: block;
}
.ind_honor .swiper-mb{
	display: none;
}
/* 荣誉证书 e */


/* 研发创新 s */
.ind_innov{
	padding: 1.2rem 0;
	background: url('../images/innovate_bg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.ind_innov .ind_tit{}
.ind_innov .ind_tit h3{
	color: white;
}
.ind_innov .ind_tit h3::after{
	background-color: white;
}
.ind_innov .swiper{
	margin-top: 0.6rem;
}
.ind_innov ul{}
.ind_innov ul li{}
.ind_innov ul li a{
	width: 100%;
}
.ind_innov ul li .fl{
	width: 50%;
}
.ind_innov ul li .fl .rect-55{
	padding-bottom: 55%;
}
.ind_innov ul li .fr{
	width: 50%;
	background: #fff;
	padding: 0.7rem 0.9rem 0.7rem 0.6rem;
}
.ind_innov ul li .fr .tit{
	font-size: 30px;
	color: #002fa7;
	margin-bottom: 30px;
	line-height: 36px;
	font-weight: 700;
}
.ind_innov ul li .fr .info{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}
.ind_innov .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 60px;
    padding-left: 60px;
    width: 50%;
    right: 0;
    left: auto;
    text-align: left;
}
.ind_innov .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #ccc;
    margin: 0;
    margin-right: 20px;
    width: 8px;
    height: 8px;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
}
.ind_innov .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #002fa7;
    width: 42px;
    border-radius: 30px;
}
/* 研发创新 e */


/* 新闻中心 s */
.ind_news{
	/* background-color: #F7F7F7; */
	padding: 0.9rem 0;
}
.ind_news .con{
	margin-top: 0.6rem;
}
.ind_news .con .item{
	display: none;
}
.ind_news .con .item.show{
	display: block;
}
.ind_news .con ul{}
.ind_news .con ul li{
	float: left;
	width: 24%;
	margin-right: calc(4% / 3);
	margin-bottom: 0.4rem;
}
.ind_news .con ul li:nth-child(4n){
	margin-right: 0;
}
.ind_news .con ul li a{
	width: 100%;
}
.ind_news .con ul li .pic{}
.ind_news .con ul li .text{
	padding: 0.32rem;
	background-color: #f6f6f6;
}
.ind_news .con ul li:hover .text{
	background-color: #002fa7;
}
.ind_news .con ul li .text span{
	display: block;
	padding: 0 0 15px;
	font-size: 14px;
	color: #002fa7;
}
.ind_news .con ul li .text h4{
	font-size: 22px;
	margin-bottom: 0.15rem;
	line-height: 1.5;
	color: #010101;
}
.ind_news .con ul li .text .info{
	font-size: 14px;
	line-height: 2;
	color: #878787;
	height: 56px;
}
.ind_news .con ul li:hover .text span,.ind_news .con ul li:hover .text h4,
.ind_news .con ul li:hover .text .info{
	color: white;
}
/* 新闻中心 e */


/* 关于我们 s */
.ind_company{
	padding: 0.8rem 0;
}
.ind_company .con{
	margin-top: 0.6rem;
}
.ind_company .con ul{}
.ind_company .con ul li{
	float: left;
	width: calc(100% / 3);
	border-right: #FFFFFF 1px solid;
	margin-bottom: 0.3rem;
}
.ind_company .con ul li:last-child{
	border: none;
}
.ind_company .con ul li a{}
.ind_company .con ul li .pic{
	position: relative;
	overflow: hidden;
}
.ind_company .con ul li .pic:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0,.45);
	z-index: 1;
}
.ind_company .con ul li .pic img{
	width: 100%;
}
.ind_company .con ul li .pic .txt{
	position: absolute;
	left: 5%;
	top: 0;
	width: 90%;
	height: 100%;
	color: white;
	text-transform: uppercase;
	z-index: 2;
}
.ind_company .con ul li .pic .txt p{
	font-size: 22px;
}
.ind_company .con ul li .pic .txt span{
	font-size: 0.32rem;
	font-weight: 700;
	margin: 0 5px;
}
.ind_company .con ul li .info{
	position: relative;
	height: 200px;
	padding: 0.4rem 5%;
	background-color: white;
	color: #fff;
	-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;
	overflow: hidden;
}
.ind_company .con ul li:nth-child(2) .info{
	background-color: #e9e9e9;
}
.ind_company .con ul li:hover .info{
	background-color: #002fa7;
}
.ind_company .con ul li .info .fl{
	width: calc(100% - 0.4rem);
}
.ind_company .con ul li .info .fl p{
	font-size: 16px;
	line-height: 1.5;
	color: #3d3d3d;
}
.ind_company .con ul li:hover .info .fl p{
	color: white;
}
.ind_company .con ul li .info .fl i{
	display: inline-block;
	margin-top: 0.15rem; 
	font-size: 36px;
}
.ind_company .con ul li .info .fr{
	position: absolute;
	bottom: 0.2rem;
	right: 5%;
	text-align: right;
}
.ind_company .con ul li .info .fr i{
	font-size: 0.4rem;
}
.ind_company .con ul li .info i{
	color: #666666;
	-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;
}
.ind_company .con ul li:hover .info i{
	color: #fff;
}
/* 关于我们 e */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
	
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	.ind_news .con ul li .text h4{
		font-size: 20px;
	}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
	.ind_news .con ul li .text h4{
		font-size: 18px;
	}
}

@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 适配 */
	.ind_pro_nav ul li a{
		padding: 0.2rem 0.6rem;
		font-size: 14px;
	}
	
	.ind_pro .con .img,.ind_pro .con .item ul{
		width: 100%;
	}
	.ind_pro .con .img{
		margin-bottom: 0.4rem;
	}
	.ind_pro_nav ul li{
		padding: 0.15rem 0;
	}
	.ind_pro .con .item ul li p,.ind_pro .con .img h4{
		font-size: 16px;
	}
	
	.ind_ab .top{
		display: flex;
		align-content: center;
		flex-wrap: wrap;
	}
	.ind_ab .top .fl{
		padding: 1rem 4%;
	}
	.ind_ab .top .w16{
		max-width: 100%;
		position: relative;
	}
	.ind_ab .top::after{
		display: none;
	}
	.ind_ab .top .w16::after{
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
		background-color: #f2f2f2;
	}
	.ind_ab .top .pic{
		position: relative;
		width: 100%;
		height: 7.5rem;
	}
	.ind_ab .top .fl{
		width: 100%;
	}
	.ind_ab .bot ul li .text span{
		font-size: 16px;
		margin-top: 0.12rem;
	}
	.ind_ab .top .fl .ind_more{
		margin-top: 0.5rem;
	}
	.ind_ab .bot{
		margin-top: -2rem;
	}
	.ind_ab .bot ul li{
		width: 50%;
		max-width: 50%;
		padding: 0.3rem 0;
	}
	.ind_ab .bot ul li .text{
		align-items: flex-start;
		padding-left: 10%;
	}
	.ind_ab .bot ul li .text .num{
		font-size: 0.48rem;
	}
	
	.ind_honor .swiper-pc{
		display: none;
	}
	.ind_honor .swiper-mb{
		display: block;
		padding-bottom: 0.3rem;
	}
	.ind_honor ul li{
		box-shadow: none;
	}
	
	.ind_news{
		padding-top: 0.6rem;
	}
	.ind_news .con ul li{
		width: 49%;
		margin-right: 2%;
	}
	.ind_news .con ul li:nth-child(2n){
		margin-right: 0;
	}
	.ind_news .con ul li .text .info{
		line-height: 25px;
		height: 50px;
	}
	
}

@media all and (max-width:768px) {
	
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.ind_pro .con .item ul li,.ind_pro .con .item ul li:nth-child(3n){
		width: 48%;
		margin-right: 4%;
	}
	.ind_pro .con .item ul li:nth-child(2n){
		margin-right: 0;
	}
	.ind_pro .con .item ul li p{
		font-size: 14px;
	}
	
	.ind_news .con ul li{
		width: 100%;
		margin-right: 0;
	}
}

@media all and (max-width:480px) {
	.ind_ab .top .fl .info{
		font-size: 14px;
		line-height: 1.5;
	}
	.ind_ab .bot ul li .text span{
		font-size: 14px;
	}
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}