@charset "utf-8";
/*轮播*/
.i-banner{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.i-banner .swiper-container{
	width: 100%;
	height: 100%;
	display: block;
}
.i-banner .swiper-slide{
	position: relative;
}
.i-banner .swiper-slide > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.i-banner .swiper-button-prev,
.i-banner .swiper-button-next{
	width: 50px;
	height: 50px;
    background: rgba(255, 255, 255, .8);
    margin-top:-25px;
    
}
.i-banner .swiper-button-prev{
	left:3%;
}
.i-banner .swiper-button-next{
	right:3%;
}
.i-banner .swiper-button-prev:after,
.i-banner .swiper-button-next:after{
	font-size: 1.375rem;
	color: #000;
}
.i-banner .swiper-pagination{
	width: 100%;
	padding:0 5%;
	bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i-banner .swiper-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	margin:0 4px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
}
.i-banner .swiper-pagination .swiper-pagination-bullet-active{
	background: none;
	border:2px #fff solid;
}
@media (max-width: 1280px) {
	.i-banner{
		display: none;
	}
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
    
}

.mb-banner{
	display: none;
	width: 100%;
	position: relative;
}
.mb-banner .swiper-container{
	width: 100%;
	height: 100%;
	display: block;
}
.mb-banner .swiper-slide{
	position: relative;
}
.mb-banner .swiper-slide > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mb-banner .swiper-button-prev,
.mb-banner .swiper-button-next{
	width: 20px;
	height: 20px;
    background: rgba(255, 255, 255, .8);
    margin-top:-10px;
    
}
.mb-banner .swiper-button-prev{
	left:3%;
}
.mb-banner .swiper-button-next{
	right:3%;
}
.mb-banner .swiper-button-prev:after,
.mb-banner .swiper-button-next:after{
	font-size: 0.375rem;
	color: #000;
}
.mb-banner .swiper-pagination{
	width: 100%;
	padding:0 5%;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mb-banner .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin:0 4px;
	border-radius: 50%;
	background: #fff;
}
@media (max-width: 1280px) {
	.mb-banner{
		display: block;
	}
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
    
}

.i-about{
	width: 100%;
	background: url(../images/i_bg1.jpg) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
}
.i-about .wrap{
	display: flex;
	justify-content: space-between;
}
.i-about .left{
	width: 44%;
}
.i-about .left .title h1{
	color: #d3d3d3;
	font-size: 48px;
	font-weight: 900;
	line-height: 48px;
}
.i-about .left .title h2{
	font-size: 32px;
	color: #1538e6;
	line-height: 32px;
	font-weight: 900;
}
.i-about .left .title h3{
	margin-top: 10px;
}
.i-about .left .number{
	margin-top: 30px;
}
.i-about .left .number ul{
	display: flex;
}
.i-about .left .number li{
	padding-right: 50px;
}
.i-about .left .number li:last-child{
	padding-right: 0;
}
.i-about .left .number .box1 .counter{
	font-size: 60px;
	color: #c01925;
	font-weight: 900;
	line-height: 60px;
}
.i-about .left .content{
	margin-top: 40px;
	margin-bottom: 60px;
	padding-top: 30px;
	position: relative;
}
.i-about .left .content:before{
    content: "";
    width: 100px;
    height: 3px;
    background: #333333;
    position: absolute;
    top:0;
    left: 0;
}
.i-about .left .more{
	display: flex;
}
.i-about .left .more a{
	display: flex;
	align-items: center;
	padding:5px 20px;
	background: #1538e6;
	color: #fff;
	border:1px #1538e6 solid;
}
.i-about .left .more a:hover{
	border:1px #1538e6 solid;
	color: #1538e6;
	border-radius: 20px;
	background: none;
}
.i-about .left .more a i{
	display: block;
	margin-left: 10px;
}
.i-about .right{
	width: 52%;
}
.i-about .right .image img{
    width: 100%;
    display: block;
}
.i-about .right .word{
	margin-top: 10px;
}
@media (max-width: 1280px) {
    .i-about .wrap{
    	flex-direction: column;
    }
    .i-about .left,
    .i-about .right{
    	width: 100%;
    }
    .i-about .left .title h1{
    	font-size: 36px;
    	line-height: 36px;
    }
    .i-about .left .title h2{
    	font-size: 28px;
    	line-height: 24px;
    }
    .i-about .left .number{
    	margin-top: 4%;
    }
    .i-about .left .number li{
    	padding-right: 0;
    }
    .i-about .left .content{
    	margin-top: 4%;
        margin-bottom: 6%;
        padding-top: 4%;
    }
    .i-about .left .number .box1 .counter{
    	font-size: 48px;
    	line-height: 48px;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
    .i-about .left .title h1{
    	font-size: 24px;
    	line-height: 24px;
    }
    .i-about .left .title h2{
    	font-size: 18px;
    }
    .i-about .left .number ul{
    	justify-content: space-between;
    }
    .i-about .left .number li{
    	width: 48%;
    }
    .i-about .left .number .box1 .counter{
    	font-size: 32px;
    	line-height: 32px;
    }
    .i-about .left .content:before{
    	width: 50px;
    }
}

.i-equip{
	width: 100%;
	background: url(../images/i_bg2.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.i-equip .title{
	text-align: center;
	color: #fff;
}
.i-equip .title h1{
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	padding-bottom: 20px;
	position: relative;
}
.i-equip .title h1:after{
	content: "";
	width: 60px;
	height: 2px;
	background: #bf1c1f;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.i-equip .title h2{
	margin-top: 40px;
}
.i-equip .content ul{
    display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.i-equip .content li{
	width: 49%;
    background: #fff;
    padding:20px;
    border-radius:10px;
    text-align: center;
    margin-top: 60px;
}
.i-equip .content .image img{
	width: 100%;
	display: block;
}
.i-equip .content .word{
	margin-top: 20px;
}
.i-equip .content .word h1{
	font-weight: 900;
	font-size: 24px;
}
.i-equip .content .word h2{
	color: #999;
}
@media (max-width: 1280px) {
	.i-equip .title h1{
		font-size: 24px;
		line-height: 24px;
	}
	.i-equip .title h2{
		margin-top: 4%;
	}
	.i-equip .content li{
		margin-top: 6%;
		padding:10px;
	}
	.i-equip .content .word{
		margin-top: 10px;
	}
	.i-equip .content .word h1{
		font-size: 18px;
	}
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
	.i-equip .title h1{
		font-size: 20px;
		padding-bottom: 10px;
	}
    .i-equip .content ul{
		flex-direction: column;
	}
	.i-equip .content li{
		width: 100%;
	}
	.i-equip .content .word h1{
		font-size: 16px;
	}
}

.i-prod{
	width: 100%;
	background: url(../images/i_bg3.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.i-prod .title{
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.i-prod .title:after{
	content: "";
	width: 60px;
	height: 2px;
	background: #bf1c1f;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.i-prod .title span{
	color: #1538e6;
}
.i-prod .more{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i-prod .more a{
	display: flex;
	align-items: center;
	padding:5px 20px;
	background: #1538e6;
	color: #fff;
	border:1px #1538e6 solid;
}
.i-prod .more a:hover{
	border:1px #fff solid;
	color: #fff;
	border-radius: 20px;
	background: none;
}
.i-prod .more a i{
	display: block;
	margin-left: 10px;
}
.i-prod .content{
	margin-top: 30px;
}
.i-prod .content .hd ul{
	display: flex;
}
.i-prod .content .hd li{
	width: 25%;
	text-align: center;
}
.i-prod .content .hd a{
	display: block;
	background: #e9e9e9;
	line-height: 50px;
	font-weight: 900;
}
.i-prod .content .hd li.on a,
.i-prod .content .hd li:hover a{
	background: #ef871f;
	color: #fff;
}
.i-prod .content .bd{
	background: #fff;
	border:1px #eee solid;
	padding:20px;
}
.i-prod .content .bd .box{
	text-align: center;
}
.i-prod .content .bd .box .image img{
	width: 100%;
	display: block;
}
.i-prod .content .bd .box .word{
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.i-prod .content .bd .box .swiper-pagination{
	display: flex;
	position: static;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
@media (max-width: 1280px) {
    .i-prod .title{
		font-size: 24px;
		line-height: 24px;
	}
	.i-prod .more{
		margin-top: 5%;
	}
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
    .i-prod .title{
    	font-size: 20px;
    	padding-bottom: 10px;
    }
}

.i-stren{
	width: 100%;
	background: url(../images/i_bg4.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	overflow: hidden;
}
.i-stren .title{
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	padding-bottom: 20px;
	position: relative;
}
.i-stren .title:after{
	content: "";
	width: 60px;
	height: 2px;
	background: #bf1c1f;
	position: absolute;
	bottom: 0;
}
.i-stren .more{
	margin-top: 50px;
	display: flex;
}
.i-stren .more a{
	display: flex;
	align-items: center;
	padding:5px 20px;
	background: #1538e6;
	color: #fff;
	border:1px #1538e6 solid;
}
.i-stren .more a:hover{
	border:1px #fff solid;
	color: #fff;
	border-radius: 20px;
	background: none;
}
.i-stren .more a i{
	display: block;
	margin-left: 10px;
}
.i-stren .box1 .title{
	text-align: center;
}
.i-stren .box1 .title:after{
	left: 50%;
	transform: translateX(-50%);
}
.i-stren .box1 .content{
	margin-top: 50px;
}
.i-stren .box1 .content .content-box1{
	border-bottom: 2px #fff solid;
}
.i-stren .box1 .content .content-box1 .wrap{
	display: flex;
	justify-content: center;
}
.i-stren .box1 .content .content-box1 img{
    max-width: 100%;
    display: block;
}
.i-stren .box1 .content .content-box2{
	background: rgba(0, 0, 0, .5);
	margin-top: 20px;
}
.i-stren .box1 .content .content-box2 ul{
	display: flex;
	justify-content: space-between;
	padding:30px 50px;
}
.i-stren .box1 .content .content-box2 li{
	width: 23.5%;
	text-align: center;
}
.i-stren .box1 .content .content-box2 h1{
	font-size: 24px;
	font-weight: 900;
}
.i-stren .box2{
	padding-bottom: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	overflow: hidden;
}
.i-stren .box2 .left{
	width: 44%;
}
.i-stren .box2 .left img{
	width: 100%;
	display: block;
}
.i-stren .box2 .right{
	width: 50%;
}
.i-stren .box2 .right .title:after{
	left: 0;
}
.i-stren .box2 .right .content{
	margin-top: 40px;
}
.i-stren .box3 .title{
	text-align: center;
}
.i-stren .box3 .title:after{
	left: 50%;
	transform: translateX(-50%);
}
.i-stren .box3 .content{
	margin:40px 0;
	width: 100%;
	overflow: hidden;
}
.i-stren .box3 .content ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.i-stren .box3 .content li{
	width: 23.5%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.i-stren .box3 .content img{
	width: 100%;
	display: block;
}
.i-stren .box3 .more{
	align-items: center;
	justify-content: center;
}
@media (max-width: 1280px) {
    .i-stren .title{
		font-size: 24px;
		line-height: 24px;
	}
	.i-stren .more{
		margin-top: 5%;
	}
	.i-stren .box1 .content{
		margin-top: 5%;
	}
	.i-stren .box1 .content .content-box2{
		margin-top: 4%;
	}
	.i-stren .box1 .content .content-box2 ul{
		flex-direction: column;
		padding:4%;
	}
	.i-stren .box1 .content .content-box2 li{
		width: 100%;
		margin-bottom: 4%;
	}
	.i-stren .box1 .content .content-box2 li:last-child{
		margin-bottom: 0;
	}
	.i-stren .box1 .content .content-box2 h1{
		font-size: 18px;
	}
	.i-stren .box2{
		display: flex;
		flex-direction: column;
		padding-bottom: 8%;
	}
	.i-stren .box2 .left,
	.i-stren .box2 .right{
		width: 100%;
	}
	.i-stren .box2 .right .content{
		margin-top: 4%;
	}
	.i-stren .box2 .right{
		margin-top: 4%;
	}
	.i-stren .box3 .content{
		margin:4% 0;
	}
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
    .i-stren .title{
    	font-size: 20px;
    	padding-bottom: 10px;
    }
    .i-stren .box1 .content .content-box2 h1{
		font-size: 16px;
	}
	.i-stren .box3 .content ul{
		flex-wrap: wrap;
	}
	.i-stren .box3 .content li{
		width: 49%;
	}
	.i-stren .box3 .content li:nth-child(n+3){
		margin-top: 2%;
	}
}

.i-news{
	width: 100%;
	background: url(../images/i_bg5.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.i-news .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.i-news .title .left{
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	color: #1538e6;
}
.i-news .title .left span{
	color: #c01925;
}
.i-news .title .right a{
	display: flex;
	align-items: center;
	border:1px #eee solid;
	padding:5px 30px;
	border-radius: 20px;
}
.i-news .title .right i{
	display: block;
	margin-left: 10px;
}
.i-news .title .right a:hover{
	background: #1538e6;
	color: #fff;
}
.i-news .content .swiper-slide{
    padding:5px;
}
.i-news .content .swiper-slide a{
	display: block;
	border:1px #eee solid;
}
.i-news .content .swiper-slide a:hover{
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.i-news .content .swiper-slide .image{
	width: 100%;
	overflow: hidden;
}
.i-news .content .swiper-slide .image img{
	width: 100%;
	display: block;
}
.i-news .content .swiper-slide .word{
	width: 100%;
	overflow: hidden;
	padding:20px;
}
.i-news .content .swiper-slide .word .title{
	width: 100%;
	font-size: 20px;
	font-weight: 900;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.i-news .content .swiper-slide .word .summary{
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
}
.i-news .content .swiper-slide .word .date{
	margin-top: 20px;
	color: #666;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding-left: 14px;
	position: relative;
}
.i-news .content .swiper-slide .word .date:before{
	content: "";
	width: 5px;
	height: 10px;
	background-color: #1538e6;
    transform: skew(-20deg);
    display: block;
    position: absolute;
    left: 0;
}
.i-news .control{
	display: flex;
	align-items: center;
	justify-content: center;
}
.i-news .control .swiper-button-prev,
.i-news .control .swiper-button-next{
	position: static;
	width: 50px;
	height: 50px;
	border:1px #eee solid;
	border-radius: 50%;
	margin:0 10px;
	color: #666;
}
.i-news .control .swiper-button-next{
	background: #1538e6;
	color: #fff;
}
.i-news .control .swiper-button-prev:after,
.i-news .control .swiper-button-next:after{
	display: none;
}
@media (max-width: 1280px) {
    .i-news .title .left{
		font-size: 24px;
		line-height: 24px;
	}
	.i-news .title .right a{
		padding: 5px 20px;
	}
	.i-news .content .swiper-slide .word .title{
		font-size: 18px;
	}
	.i-news .content .swiper-slide .word .summary{
		height: 40px;
	}
	.i-news .control .swiper-button-prev,
	.i-news .control .swiper-button-next{
		width: 36px;
		height: 36px;
		margin:0 5px;
	}
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
    .i-news .title .left{
		font-size: 20px;
	}
	.i-news .title .right a{
		padding: 5px 10px;
	}
	.i-news .content .swiper-slide .word .title{
		font-size: 16px;
	}
	.i-news .content .swiper-slide .word .summary{
		height: auto;
	}
	.i-news .content .swiper-slide .word .date{
		margin-top: 10px;
	}
}