@charset "utf-8";
/* ===================首页样式========================== */

/* 产品中心 s */
.ind_pro{
	padding: 0.7rem 0;
	background-color:#f5f5f5;
	
}
.ind_pro .con{
		
}

.ind_pro .nav_item{
	padding: 0.2rem 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: #353535;
	text-align: center;
	line-height: 58px;
	border: 1px solid #313131;
	padding: 0 10px;
	border-radius: 30px;
}
.ind_pro .nav_item ul li.active a,.ind_pro .nav_item ul li:hover a{
	color: #c40025;
	border-color: #c40025;
}

.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;
	padding: 0.4rem 10%;
}
.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: 24px;
	color: #262626;
	padding: 0.15rem 0;
}
.ind_pro .pic_view ul li .info p{
	font-size: 16px;
	color: #777777;
	line-height: 24px;
	height: 48px;
}

.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 .trust{
    padding: 1rem 0 0.9rem;
	background-color:#c40025;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}
.ind_ab .trust .ind_tit{}
.ind_ab .trust .ind_tit h3{
	color: white;
}
.ind_ab .trust ul{
	margin-top: 0.8rem;
}
.ind_ab .trust ul li{
	position: relative;
	width: 25%;
	
	color: #fff;
	text-align: center;
}
.ind_ab .trust ul li+li:after {
    content: '';
    opacity: .5;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px dashed #fff;
    height: 48px;
    width: 1px;
    position: absolute;
}
.ind_ab .trust ul li span{
	font-size: 42px;
	font-weight: normal;
	line-height: 1;
}
.ind_ab .trust ul li span i{
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
	margin-right: 3px;
}
.ind_ab .trust ul li p{
	font-size: 28px;
	margin-top: 0.25rem;
}


.ind_ab .about{
	padding: 1rem 0 0.9rem;
}
.ind_ab .about .mid{
	padding: 0.3rem 0 0.4rem;
}
.ind_ab .about .mid .fl{
	width: 53%;
}
.ind_ab .about .mid .info{
	font-size: 16px;
	line-height: 30px;
}
.ind_ab .about .mid .info p{
	margin-bottom: 0.3rem;
}
.ind_ab .about .mid .info p:last-child{
	margin-bottom: 0;
}
.ind_ab .about .mid .fr{
	width: 44%;
	margin-left: 3%;
}
.ind_ab .about .mid .fr .pic{
	position: relative;
}
.ind_ab .about .mid .fr .pic.rect-5362{
	padding-bottom: 53.62%;
}
.ind_ab .about .mid .fr .pic img{}
.ind_ab .about .mid .fr .pic i{
	position: absolute;
	width: 1.3rem;
	height: 1.3rem;
	left: 50%;
	top: 50%;
	margin-left: -0.65rem;
	margin-top: -0.65rem;
	z-index: 2;
	cursor: pointer;
}
.ind_ab .about .mid .fr .pic i img{
	
}
.ind_ab .about .bot{}
.ind_ab .about .bot .fl{
	width: 20%;
	
}
.ind_ab .about .bot .fl a{
	width: 100%;
	display: block;
	padding: 0.22rem 0 0.22rem 0.25rem;
	font-size: 30px;
	color: white;
	font-weight: bold;
	background-color: #c40025;
}
.ind_ab .about .bot .fl span{
	text-transform: uppercase;
}
.ind_ab .about .bot .fl p{
	margin-top: 0.1rem;
	font-size: 36px;
}
.ind_ab .about .bot .fr{
	width: 80%;
}
.ind_ab .about .bot .fr ul{
	height: 100%;
}
.ind_ab .about .bot .fr ul li{
	text-align: center;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.ind_ab .about .bot .fr ul li .ico{}
.ind_ab .about .bot .fr ul li .ico img{
	display: inline-block;
}
.ind_ab .about .bot .fr ul li p{
	
	color: #606060;
	margin-top: 0.1rem;
	font-size: 0;
}
.ind_ab .about .bot .fr ul li p span{
	display: block;
	font-size: 16px;
	line-height: 1.5;
}
/* 关于我们 e */


/* 应用案例 s */
.ind_case{
	padding: 0.8rem 0 0.7rem;
	background-color: #f1f1f1;
}
.ind_case .con{
	margin-top: 0.6rem;
}
.ind_case .swiper{
	padding-bottom: 0.75rem;
}

.ind_case .rect-4630{
	padding-bottom: 46.30%;
}

.ind_case .swiper-button-prev::after,.ind_case .swiper-button-next::after{
	display: none;
}
.ind_case .swiper-button-prev,.ind_case .swiper-button-next{
	top: calc((100% - 0.75rem) / 2);
	width: 1.3rem;
	height: 0.6rem;
	background-color: rgb(196,0,37,.6);
	margin-top: -0.3rem;
	-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_case .swiper-button-prev:hover,.ind_case .swiper-button-next:hover{
	background-color: rgb(196,0,37,.95);
}
.ind_case .swiper-button-next{
	left: auto;
	right: calc(25% - 40px);
}
.ind_case .swiper-button-prev{
	right: auto;
	left: calc(25% - 40px);
}
/* 应用案例 e */


/* 理由 s */
.ind_rea{
	background-size: cover;
	background-color:#f8f8f8;
	padding: 1.2rem 0 0.7rem;
}
.ind_rea .ind_tit h3,.ind_rea .ind_tit p{
	color: #000;
}
.ind_rea .con{
	padding-bottom: 0.7rem;
}
.ind_rea ul{
	margin-top: 0.6rem;
}
.ind_rea ul li{}
.ind_rea ul li .rect-6884{
	padding-bottom: 68.84%;
}
.ind_rea ul li img{}
.ind_rea ul li .info{
	padding: 0.3rem 8%;
	background-color: white;
	text-align: center;
	-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 ul li:hover .info{
	background-color: #c40025;
}
.ind_rea ul li .info h4{
	color: #c40025;
	font-size: 28px;
	font-weight: bold;
	-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 ul li .info h4::after{
	content: "";
	display: block;
	width: 0.55rem;
	height: 2px;
	margin: 0.15rem auto 0.1rem;
	background-color: #c40025;
	-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 ul li:hover .info h4::after{
	background-color: white;
}
.ind_rea ul li .info p{
	color: #333333;
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	-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 ul li:hover .info h4,.ind_rea ul li:hover .info p{
	color: white;
}
.ind_rea .swiper-button-prev::after,.ind_rea .swiper-button-next::after{
	display: none;
}
.ind_rea .swiper-button-prev,.ind_rea .swiper-button-next{
	top: calc((100% - 0.7rem) / 2);
	width: 0.26rem;
	height: 0.8rem;
	margin-top: -0.4rem;
	-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{
	color: rgb(196,0,37,.95);
}
.ind_rea .swiper-button-next{
	left: auto;
	right: -0.7rem;
}
.ind_rea .swiper-button-prev{
	right: auto;
	left: -0.7rem;
}

.ind_rea .ind_page.swiper-pagination-horizontal.swiper-pagination .swiper-pagination-bullet{
	border-color: #fff;
}
.ind_rea .ind_page.swiper-pagination-horizontal.swiper-pagination .swiper-pagination-bullet-active{
	border-color: #c40025;
	background-color: #c40025;
}

/* 理由 e */


/* 荣誉 s */
.ind_hor{
	padding: 0.8rem 0;
}
.ind_hor .con{
	width: 14rem;
	margin: 0.6rem auto 0;
	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(196,0,37,.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;
}
/* 荣誉 e */


/* 合作 s */
.ind_par{
	padding: 0.55rem 0;
	background-color:#f8f8f8;
}
.ind_par .ind_tit h3{
	color: #000;
}
.ind_par .con{}

.ind_par .con .top{
	padding: 0.45rem 0;
}
.ind_par .con .top ul{}
.ind_par .con .top ul li{}
.ind_par .con .top ul li img{}

.ind_par .con .bot{}
.ind_par .con .bot ul{
}
.ind_par .con .bot ul li{
	/* float: left;
	width: 20%;
	margin-right: 0; */
}
.ind_par .con .bot ul li .rect-43{
	padding-bottom: 43%;
}
.ind_par .con .bot ul li img{}
/* 合作 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-color:#c40025;
	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: #c40025;
}
.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.4rem;
}
/* 新闻 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;
	}
	
	.ind_ab .about .mid .info{
		line-height: 1.6;
	}
	
	.ind_ab .about .bot .fl a{
		font-size: 24px;
	}
	.ind_ab .about .bot .fl p{
		font-size: 32px;
	}
}

@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;
	}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
	.ind_ab .about .mid .info{
		font-size: 16px;
	}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	
	.ind_pro .nav_item ul li a{
		font-size: 18px;
		line-height: 48px;
	}
	.ind_pro .pic_view ul li .info h4{
		font-size: 18px;
		padding: 0 0 0.2rem;
	}
	.ind_pro .pic_view ul li .info p{
		font-size: 15px;
		line-height: 20px;
		height: 40px;
	}
	
	.ind_pro .pic_view .item .swiper-button-next,.ind_pro .pic_view .item .swiper-button-prev{
		  display: none;
	}
	
	.ind_ab .trust{
		padding: 0.8rem 0;
	}
	.ind_ab .trust ul{
		margin-top: 0.6rem;
	}
	.ind_ab .trust ul li span i,.ind_ab .trust ul li span{
		font-size: 42px;
	}
	.ind_ab .trust ul li p{
		font-size: 24px;
	}
	
	.ind_ab .about .mid{
		flex-direction: column-reverse;
		margin: 0.4rem 0;
	}
	.ind_ab .about .mid .fl,.ind_ab .about .mid .fr{
		width: 100%;
		margin: 0 auto;
	}
	.ind_ab .about .mid .fl{
		margin-top: 0.4rem;
	}	
	.ind_ab .about .bot{
		flex-direction: column;
	}
	
	.ind_ab .about .bot .fl,.ind_ab .about .bot .fr{
		width: 100%;
	}
	.ind_ab .about .bot .fr{
		margin-top: 0.2rem;
	}
	.ind_ab .about .bot .fl a{
		font-size: 22px;
		padding: 0.3rem 0 0.3rem 0.4rem;
	}
	.ind_ab .about .bot .fl p{
		font-size: 18px;
	}
	.ind_ab .about .bot .fr ul{
		flex-wrap: wrap;
	}
	.ind_ab .about .bot .fr ul li{
		width: 50%;
		padding: 0.2rem 0;
		text-align: left;
		padding-left: 0.4rem;
	}
	
	.ind_ab .about .bot .fr ul li p{
		margin-top: 0.2rem;
	}
	
	.ind_case .swiper-button-next,.ind_case .swiper-button-prev{
		display: none;
	}
	
	.ind_rea{
		padding: 0.8rem 0;
	}
	.ind_rea ul{
		margin-top: 0.4rem;
	}
	.ind_rea ul li .info h4{
		font-size: 24px;
	}
	.ind_rea ul li .info p{
		font-size: 15px;
		line-height: 24px;
		height: 48px;
	}
	.ind_rea .swiper-button-next,.ind_rea .swiper-button-prev{
		display: none;
	}
	
	.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;
	}
}

@media all and (max-width:768px) {
	
	.ind_ab .trust ul li span i,.ind_ab .trust ul li span{
		font-size: 36px;
	}
	.ind_ab .trust ul li p{
		font-size: 20px;
		margin-top: 0.2rem;
	}
	
	.ind_rea ul li .info p{
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.ind_ab .trust ul li span i,.ind_ab .trust ul li span{
		font-size: 28px;
	}
	.ind_ab .trust ul li p{
		font-size: 18px;
	}
	
	.ind_ab .about .bot .fr ul li .ico img{
		height: 45px;
	}
	.ind_ab .about .bot .fr ul li p span{
		font-size: 16px;
	}
	
	.ind_rea ul li .info h4{
		font-size: 22px;
	}
	
	.ind_hor .con{
		padding-bottom: 0.5rem;
	}
	
	.ind_new .con ul li .info{
		padding-bottom: 0.4rem;
	}
	.ind_new .con ul li .bot{
		padding-top: 0.4rem;
	}
	.ind_new .con ul li .info h4{
		font-size: 18px;
	}
	.ind_new .con ul li .info p{
		font-size: 16px;
		line-height: 20px;
		height: 60px;
	}
	
	.ind_pro .nav_item ul li a{
		font-size: 16px;
		line-height: 42px;
	}
}

@media all and (max-width:480px) {
	.ind_ab .trust ul li span i,.ind_ab .trust ul li span{
		font-size: 22px;
	}
	.ind_ab .trust ul li p{
		font-size: 16px;
	}
	.ind_pro .nav_item ul li a{
		font-size: 13px;
		line-height: 36px;
	}
}

@media all and (max-width:420px) {
	.ind_ab .trust ul li span i,.ind_ab .trust ul li span{
		font-size: 20px;
	}
	.ind_ab .trust ul li p{
		font-size: 13px;
	}
}

@media all and (max-width:376px) {
	
}