@charset "utf-8";
/* ===================首页样式========================== */

/* 产品中心 s */
.ind_pro{
	padding: 0.7rem 0;
	/* background: url(../images/pro_bg.jpg) no-repeat center; */
	background-color: #f6f6f7;
	background-size: cover;
}
.ind_pro .con{
		
}

.ind_pro .nav_item{
	padding: 0.5rem 0;
}
.ind_pro .nav_item ul{}
.ind_pro .nav_item ul li{}
.ind_pro .nav_item ul li a{
	display: block;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 58px;
	border: 1px solid #959595;
	padding: 0 5px;
	/* border-radius: 30px; */
}
.ind_pro .nav_item ul li.active a,.ind_pro .nav_item ul li:hover a{
	color: #fff;
	border-color: #ff5200;
	background-color: #ff5200;
}

.ind_pro .pic_view{}
.ind_pro .pic_view .item{
	position: relative;
	display: none;
}
.ind_pro .pic_view .item.show{
	display: block;
}

.ind_pro .pic_view ul{}
.ind_pro .pic_view ul li{
	/* border-radius: 0.3rem; */
	background-color: white;
}
.ind_pro .pic_view ul li a{
	display: block;
}
.ind_pro .pic_view ul li .pic{}
.ind_pro .pic_view ul li .pic img{}
.ind_pro .pic_view ul li .info{}
.ind_pro .pic_view ul li .info h4{
	font-size: 18px;
	color: #262626;
	text-align: center;
	padding: 0.3rem 5%;
}
.ind_pro .pic_view ul li .info p{
	font-size: 16px;
	color: #777777;
	line-height: 20px;
	height: 40px;
}

.ind_pro .pic_view .item .swiper-button-prev:after, .ind_pro .pic_view .item .swiper-button-next:after{
	display: none;
}
.ind_pro .pic_view .item .swiper-button-prev, .ind_pro .pic_view .item .swiper-button-next{
	width: 0.6rem;
	height: 0.6rem;
	background: url(../images/pro_prev.png) no-repeat center;
	background-size: 100% auto;
	left: -1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
 .ind_pro .pic_view .item .swiper-button-next{
	 background-image: url(../images/pro_next.png);
	 left: auto;
	 right: -1rem;
 }

.ind_pro .ind_more{
	margin-top: 0.5rem;
}
/* 产品中心 e */


/* 关于我们 s */
.ind_ab{}
.ind_ab .pic{
	padding-bottom: 36.46%;
}
.ind_ab .pic img{}
.ind_ab .con{
	padding: 0.5rem 0 0.7rem;
}
.ind_ab .con .info{
	margin-top: 0.4rem;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	height: 240px;
	text-indent: 2em;
	overflow-y: auto;
	padding-right: 20px;
}

.ind_ab .con .info::-webkit-scrollbar {
	width: 6px;
	height: 16px;
	background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.ind_ab .con .info::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.ind_ab .con .info::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.ind_ab .con ul{
	margin-top: 0.6rem;
}
.ind_ab .con ul li{
	width: 33.3333%;
	padding: 0.8rem 0.2rem;
	font-size: 20px;
	line-height: 1.6;
	color: #484848;
	text-align: center;
	-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;
}
.ind_ab .con ul li.active{
	background-color: #ff5200;
	color: white;
}
.ind_ab .con ul li .num{
	font-size: 0.42rem;
	font-weight: bold;
	color: #ff5200;
	-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;
}
.ind_ab .con ul li .num i{}
.ind_ab .con ul li.active .num{
	color: white;
}
.ind_ab .con ul li .num span{}
.ind_ab .con ul li .num p{
	margin-top: 0.3rem;
}
/* 关于我们 e */

/* 宣传介绍 s */
.ind_bro{}
.ind_bro ul{}
.ind_bro ul li{}
.ind_bro ul li .pic{
	width: 50%;
}
.ind_bro ul li .pic .rect-5730{
	padding-bottom: 57.3%;
	background-repeat: no-repeat;
	/* background-size: 60% auto; */
	/* background-attachment: fixed; */
}
.ind_bro ul li:nth-child(2) .pic .rect-5730{
	background-position: right center; 
}

.ind_bro ul li .info{
	width: 50%;
	line-height: 1.6;
}
.ind_bro ul li .info h4{
	font-size: 0.36rem;
	font-weight: bold;
}
.ind_bro ul li .info p{
	font-size: 0.36rem;
	color: #484848;
}
.ind_bro ul li .info span{
	font-size: 0.54rem;
	color: #ff5200;
	font-weight: bold;
	font-style: italic;
}
/* 宣传介绍 e */

/* 设备 s */
.ind_env{
	padding-bottom: 0.5rem;
}
.ind_env .swiper{
	padding-bottom: 0.3rem;
}
.ind_env ul{}
.ind_env ul li{
	width: calc((100% - 20px) / 3);
	margin-right: 10px;
	margin-bottom: 10px;
}
.ind_env ul li:nth-child(3n){
	margin-right: 0;
}
.ind_env ul li img{}

.swiper-page01.swiper-pagination{
	bottom: 0 !important;
}
.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	-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;
}
.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #d91717;
	width: 30px;
	height: 8px;
	border-radius: 4px;
}
/* 设备 e */


/* 应用案例 s */
.ind_case{
	position: relative;
	height: 8rem;
	overflow: hidden;
}
.ind_case .ind_tit{
	position: absolute;
	top: 1.2rem;
	color: white;
	z-index: 2;
	text-align: left;
	width: 100%;
}
.ind_case .ind_tit h3,.ind_case .ind_tit p{
	color: #fff;
}

.ind_case .view{
	width: 100%;
	height: 100%;
}
.ind_case .view .swiper {
	height: 100%;
}
.ind_case .view .swiper-slide{
	position: relative;
	overflow: hidden;
}
.ind_case .view .pic{
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 1s linear 6s;
	transform: scale(1.1);
}
.ind_case .view .swiper-slide-active .pic {
	transition: 6s linear;
	transform: scale(1);
}
.ind_case .view .pic img{
	
}
.ind_case .view .con{
	position: relative;
	top: 42%;
	color: #fff;
}
.ind_case .view .con .tit{
	margin-bottom: 0.4rem;
	max-height: 48px;
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	overflow: hidden;
}
.ind_case .view .con .info{
	max-height: 60px;
	width: 500px;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.ind_case .view .con a{
	margin-left: 0;
	margin-top: 1rem;
	border-color: white;
	color: white;
	width: 2.2rem;
	line-height: 0.48rem;
	height: 0.48rem;
}
.ind_case .view .con a:hover{
	border-color: #ff5200;
	background-color: #ff5200;
}

.ind_case .ind_case_fr{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 3;
	overflow: hidden;
}
.ind_case .ind_case_fr .swiper{
	height: 100%;
}
.ind_case .ind_case_fr ul{
}
.ind_case .ind_case_fr ul li{
	position: relative;
	height: 16.666667%;
	width: 480px;
	display: flex;
	padding-left: 80px;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,.4);
	border-left: 1px solid rgba(255,255,255,.4);
	background: rgba(0 ,162,233,.1);
	color: #fff;
	-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;
	overflow: hidden;
	cursor: pointer;
}
.ind_case .ind_case_fr ul li.swiper-slide-thumb-active{
    /* border-color: #ff5200; */
	border: none;
    background: #ff5200;
}
.ind_case .ind_case_fr ul li a{}
.ind_case .ind_case_fr ul li a .border{display: none;position: absolute;background: #fff;transition: all 6s;}
.ind_case .ind_case_fr ul li.swiper-slide-thumb-active a .border{
	display: block;
}
.ind_case .ind_case_fr ul li a .b-l{left: 0; animation:ipro1 6s infinite;-webkit-animation:ipro1 6s infinite; width: 1px;height: 100%; }
.ind_case .ind_case_fr ul li a .b-t{top:0; animation:ipro2 6s infinite;-webkit-animation:ipro2 6s infinite; width: 100%;height: 1px; }
.ind_case .ind_case_fr ul li a .b-r{right: 0; nimation:ipro3 6s infinite;-webkit-animation:ipro3 6s infinite; width: 1px;height: 100%; }
.ind_case .ind_case_fr ul li a .b-b{bottom: 0; animation:ipro4 6s infinite;-webkit-animation:ipro4 6s infinite; width: 100%;height: 1px; }
.ind_case .ind_case_fr ul li .ico{}
.ind_case .ind_case_fr ul li .ico img{
	display: block;
	width: 50px;
}
.ind_case .ind_case_fr ul li .info{
	margin-left: 40px;
	color: #fff;
}
.ind_case .ind_case_fr ul li .info .tit{
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 28px;
}
.ind_case .ind_case_fr ul li .info p{
	font-size: 18px;
	line-height: 1em;
}


@keyframes ipro1{from {bottom:-100%;}to {bottom:0; }}
@-webkit-keyframes ipro1  {from {bottom:-100%;}to {bottom:0; }}

@keyframes ipro2{from {left: -100%;}to {left:0; }}
@-webkit-keyframes ipro2  {from {left: -100%;}to {left:0; }}

@keyframes ipro3{from {top:-100%;}to {top:0; }}
@-webkit-keyframes ipro3  {from {top:-100%;}to {top:0; }}

@keyframes ipro4{from {right: -100%;}to {right: 0;}}
@-webkit-keyframes ipro4  {from {right: -100%;}to {right: 0;}}
/* 应用案例 e */



/* 荣誉 s */
.ind_hor{
	padding: 0.8rem 0;
	background-color: #f6f6f7;
}
.ind_hor .ico{
	text-align: center;
	margin: 0.5rem 0;
}
.ind_hor .ico img{
	display: inline-block;
	mix-blend-mode: multiply;
}
.ind_hor .con{
	width: 14rem;
	margin: 0 auto;
	padding-bottom: 0.75rem;
	background: url(../images/ind_hor_bg.png) no-repeat center;
	background-size: 100% auto;
	background-position: bottom center; 
	max-width: 100%;
}
.ind_hor .con .swiper{
	width: 85%;
	margin: 0 auto;
}
.ind_hor .con ul li{}
.ind_hor .con ul li a{}
.ind_hor .con ul li .rect-13382{
	padding-bottom: 133.82%;
}
.ind_hor .con ul li img{}
.ind_hor .con ul li p{
	margin-top: 0.12rem;
	font-size: 16px;
	color: #262626;
	text-align: center;
}

.ind_hor .swiper-button-prev::after,.ind_hor .swiper-button-next::after{
	display: none;
}
.ind_hor .swiper-button-prev,.ind_hor .swiper-button-next{
	top: calc((100% - 0.75rem) / 2);
	width: 20px;
	height: 63px;
	margin-top: -31.5px;
	background: url(../images/hor_btn.png) no-repeat center;
	background-position: 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* .ind_rea .swiper-button-prev:hover,.ind_rea .swiper-button-next:hover{
	background-color: rgb(230,33,41,.95);
} */
.ind_hor .swiper-button-next{
	left: auto;
	right: -24px;
	background-position: -24px 0;
}
.ind_hor .swiper-button-prev{
	right: auto;
	left: -24px;
}
.ind_hor .swiper-button-next:hover, .ind_hor .swiper-button-prev:hover {
    background-position-y: -66px;
}
.ind_hor .ind_more{
	margin-top: 0.4rem;
}
/* 荣誉 e */


/* 新闻 s */
.ind_new{
	padding: 0.8rem 0 0.5rem;
}
.ind_new .con{
	margin-top: 0.45rem;
}

.ind_new .con ul{}
.ind_new .con ul li{
	float: left;
	width: 31.25%;
	margin-right: 3.125%;
	background-color: #f8f8f8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ind_new .con ul li:nth-child(3n){
	margin-right: 0;
}
.ind_new .con ul li:hover{
	/* background: url(../images/ind_new_bg.jpg) no-repeat center; */
	background-color: #FF5200;
	background-size: cover;
}
.ind_new .con ul li a{
	display: block;
	padding: 0.65rem 9% 0.4rem;
	
}
.ind_new .con ul li .info{
	padding-bottom: 0.55rem;
	border-bottom: 1px solid #dbdbdb;
}
.ind_new .con ul li .info h4{
	font-size: 20px;
	color: #333333;
}
.ind_new .con ul li .info p{
	font-size: 16px;
	line-height: 25px;
	height: 75px;
	color: #636363;
	margin-top: 0.3rem;
}

.ind_new .con ul li .bot{
	padding-top: 0.3rem;
}
.ind_new .con ul li .bot .time{
	font-size: 16px;
	color: #666666;
}
.ind_new .con ul li .bot .more{
	font-size: 16px;
	color: #ff5200;
}
.ind_new .con ul li:hover .info h4,.ind_new .con ul li:hover .info p,.ind_new .con ul li:hover .bot .time,.ind_new .con ul li:hover .bot .more{
	color: white;
}

.ind_new .con .ind_more{
	margin-top: 0.6rem;
}
/* 新闻 e */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1800px){
	.ind_pro .pic_view .item .swiper-button-prev,.ind_rea .swiper-button-prev{
		left: 10px;
	}
	.ind_pro .pic_view .item .swiper-button-next,.ind_rea .swiper-button-next{
		right: 10px;
	}
}
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	.ind_pro .pic_view ul li .info h4{
		font-size: 22px;
	}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
	.ind_pro .pic_view ul li .info h4{
		font-size: 20px;
	}
	
	.ind_ab .con ul li{
		font-size: 16px;
		padding: 0.6rem 0;
	}
	
	
}

@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 .pic_view .item .swiper-button-next, .ind_pro .pic_view .item .swiper-button-prev {
	    display: none;
	}
	.ind_pro .pic_view ul li .info h4{
		font-size: 18px;
	}
	.ind_ab .pic{
		padding-bottom: 60%;
	}
	
	
	.ind_ab .con ul{
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 0.4rem;
	}
	.ind_ab .con ul li{
		width: 50%;
		padding: 0.4rem 0;
	}
	.ind_ab .con ul li .num{
		font-size: 0.48rem;
	}
	
	.ind_hor .con {
	    padding-bottom: 0.6rem;
	}
	.ind_hor .swiper-button-prev{
		left: 0;
	}
	.ind_hor .swiper-button-next{
		right: 0;
	}
	
	.ind_new{
		padding: 0.8rem 0;
	}
	.ind_new .con{
		margin-top: 0.6rem;
	}
	.ind_new .con ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.4rem;
	}
	.ind_new .con ul li a{
		padding: 0.7rem 4%;
	}
	.ind_new .con .ind_more{
		margin-top: 0.2rem;
	}
	
   .ind_env ul li,.ind_env ul li:nth-child(3n){
	   width: 49%;
	   margin-right: 2%;
   }
   .ind_env ul li:nth-child(2n){
	   margin-right: 0;
   }
}

@media all and (max-width:768px) {
	
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.ind_pro .nav_item ul li a{
		font-size: 16px;
		line-height: 45px;
	}
	.ind_ab .con .info{
		font-size: 15px;
		line-height: 1.8;
	}
	.ind_ab .con ul li{
		width: 100%;
	}
	.ind_ab .con ul li{
		font-size: 14px;
	}
	
	.ind_bro ul li{
		flex-wrap: wrap;
	}
	.ind_bro ul li .pic,.ind_bro ul li .info{
		width: 100%;
	}
	.ind_bro ul li .info{
		padding: 0.4rem 0;
	}
	
	.ind_hor .con {
	    padding-bottom: 0.5rem;
	}
	
	.ind_new .con ul li .info h4{
		font-size: 16px;
	}
	.ind_new .con ul li .info p{
		font-size: 14px;
		line-height: 20px;
		height: 60px;
	}
	
	.ind_env ul li, .ind_env ul li:nth-child(3n){
		width: 100%;
		margin-right: 0;
	}
	
}

@media all and (max-width:480px) {
	
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}