.miSwiper {
	width: 100%;
	background-color: #EEEEEE;
	margin-top: 120px;
}

.miSwiper .carousel-caption {
	top: 40% !important;
	left: 22%;
	text-align: left;
}

.miSwiper .carousel-caption h1 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 4rem;
	background-color: rgba(0, 0, 0, .5);
	display: inline;
	padding: 1rem 0;
}

.miSwiper .carousel-caption .desc {
	font-size: 1rem;
	line-height: 3rem;
	color: #ffffff;
	background-color: rgba(0, 0, 0, .5);
	display: inline;
	padding: .6rem 0;
}

.miSwiper .carousel-caption a {
	padding-left: 2rem;
	padding-right: 2rem;
	white-space: nowrap;
	font-size: 1rem;
	background-color: var(--mi-base-bg-color);
	color: #ffffff;
}

.miSwiper .banner {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.mi-products{
	width: 100%;
	height: auto;
	background-image: url(../images/productBg.jpg);
	background-repeat: repeat;
}
.mi-products .title{
	text-align: center;
	margin-bottom: 3rem;
	margin-top: 2rem;
}
.mi-products .title h1{
	font-size: 2.6rem;
}
.mi-products .title p{
	font-size: 1.2rem;
}
.mi-products .item{
	margin-bottom: 3rem;
	overflow: hidden;
}
.mi-products .item .cover{
	text-align: center;
	margin-bottom: 1rem;
}
.mi-products .item .cover img{
	max-width: 100%;
	height: auto;
}
.mi-products .item .info h1{
	font-size: 1.35rem;
	text-align: center;
}

.mi-advantage{
	width: 100%;
	height: auto;
	background-image: url(../images/advantage-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.mi-advantage h1{
	padding: 3.5rem 0;
	text-align: center;
}
.mi-advantage .partners{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.mi-advantage .partners img{
	width: 12.5%;
	margin: 2rem 0;
}
.mi-about{
	width: 100%;
	height: 58rem;
	overflow: hidden;
	color: #ffffff;
	--bs-gutter-x: 0;
}
.mi-about .left{
	height: 100%;
	padding-right: 0 !important;
}
.mi-about .left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mi-about .right{
	background: url(../images/aboutBg.jpg) bottom right repeat scroll;
	vertical-align: top;
	padding: 8rem 5rem 10rem;
	position: relative;
}
.mi-about .right::before{
	content: ' ';
	width: 5rem;
	height: .15rem;
	background-color: #ff0000;
	position: absolute;
	top: 5rem;
	left: 5rem;
}
.mi-about .right .about-content{
	color: #ffffff;
	padding-top: 2rem;
	margin-bottom: 3rem;
}
.mi-about .right h1{
	font-size: 4rem;
	font-weight: lighter;
	width: 80%;
}
.mi-about .right .about-content p{
	color: #ffffff;
	line-height: 1.8rem;
}
.mi-about .right a{
	background-color: #ffffff;
	font-size: 1.2rem;
	padding: 1rem 1.5rem;
	transition: all .3s;
}
.mi-about .right a:hover{
	background-color: var(--mi-base-bg-color);
	color: #ffffff;
}
.mi-application{
	background-color: #f8f8f8;
}
.mi-application .row .item{
	overflow: hidden;
	margin: 2rem 0 1rem;
	text-align: center;
	padding-bottom: 2rem;
}
.mi-application .row .item .cover img{
	width: 100%;
	object-fit: cover;
}
.mi-application .row .item .info{
	margin-bottom: 1.5rem;
}
.mi-application .row .item .info h1{
	font-size: 1rem;
	margin-top: 1rem;
	text-align: center;
	color: var(--mi-base-bg-color);
}
.mi-application .gx-lg-5 {
    --bs-gutter-x: 5rem !important;
}
.mi-application .row .item .more{
	background-color: var(--mi-base-bg-color);
	color: #ffffff;
	padding: .8rem 1.5rem;
	border-radius: .3rem;
	font-size: .85rem;
}
.mi-news{
		width: 100%;
		overflow: hidden;
	padding-top: 4rem;
	padding-bottom: 2rem;
}
.mi-news .news-title .cate{
	padding-top: 1rem;
}
.mi-news .news-title .cate h1{
	font-size: 2.5rem;
	margin-right: 1rem;
}
.mi-news .news-title .cate a{
	margin-left: 10%;
	color: #5f5f5f;
	font-size: 1rem;
}
.mi-news .news-title .cate a:hover{
	color: var(--mi-base-bg-color);
}
.mi-news .news-title .more{
	text-align: right;
	padding-top: 2rem;
}
.mi-news .news-title .more a{
	border: 1px solid #EEEEEE;
	padding: 1rem 2.5rem;
}
.mi-news .news-title .more a:hover{
	background-color: var(--mi-base-bg-color);
	color: #ffffff;
}
.mi-news .news-cover{
	padding: 0;
}
.mi-news .news-cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mi-news .news{
	background-color: #f7f7f7;
}
.mi-news .news .news-list{
	width: 50%;
	overflow: hidden;
	padding: 0;
}
.mi-news .news .news-list a{
	display: block;
	border-bottom: 1px solid #ebebeb;
	padding: 0 2% 0 3%;
	transition: all .3s;
}
.mi-news .news .news-list a:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.mi-news .news .news-list a:hover{
	background-color: var(--mi-base-bg-color);
	color: #ffffff;
}
.mi-news .news .news-list a:hover p,.mi-news .news .news-list a:hover p i{
	color: #ffffff;
}
.mi-news .news .news-list h1{
	font-size: 1.35rem;
}
.mi-news .news .news-list .time{
	margin: .8rem 0 .5rem;
}
.mi-news .news .news-list .time i{
	margin-right: .3rem;
	color: #969696;
}
.mi-news .news .news-list a p{
	margin-bottom: 0;
	font-size: .95rem;
	color: #969696;
}
.mi-news .news .news-list a p.desc{
	height: 3rem;
	line-height: 1.5rem;
}
.container .title{
	float: left;
	width: 100%;
}











@media (max-width: 1400px){
	.mi-about .right h1{
		font-size: 3.2rem;
	}
}
@media (max-width: 1200px){
	.mi-about .right{
		padding: 8rem 3rem 10rem;
	}
	.mi-about .right h1{
		font-size: 2.8rem;
	}
}
@media (max-width: 980px){
	.mi-about .right{
		padding: 8rem 3rem 10rem;
	}
	.mi-about .right::before{
		left: 3rem;
	}
	.mi-about .right h1{
		font-size: 2rem;
	}
	.mi-about .right .about-content{
		padding-top: 1rem;
		margin-bottom: 2rem;
	}
	.mi-about .right .about-content p{
		font-size: .8rem;
	}
	.mi-about .right a{
		font-size: 1rem;
		padding: .8rem 1.3rem;
	}
	.mi-news .news .news-list{
		width: 100%;
	}
	.mi-footer .row .link-area{
		display: none;
	}
}

@media (max-width: 767px) {
	.miSwiper{
		margin-top: 90px !important;
		height: 25rem !important;
	}
	.miSwiper .banner{
		height: 100%;
	}
	.mi-about{
		height: auto;
	}
	.mi-about .right{
		padding: 6rem 1.5rem 4rem;
	}
	.mi-about .right::before{
		top: 3rem;
		left: 1.5rem;
	}
	.mi-about .right h1{
		font-size: 1.8rem;
	}
	.mi-about .right .about-content {
	    padding-top: 1rem;
	    margin-bottom: 4rem;
	}
	.mi-about .right a{
		font-size: 1rem;
	}
	.mi-news .more{
		display: none;
	}
	.mi-products .item{
		margin-bottom: .5rem;
	}
	.mi-products .item .info h1{
		text-align: center;
	}
	.mi-advantage{
		padding: 1rem 0 !important;
	}
	.mi-advantage h1{
		padding: 2rem 0;
	}
	.mi-advantage .partners img{
		width: 25%;
		margin: 1rem 0;
	}
	.mi-news {
	    padding-top: 0rem;
	    padding-bottom: 0rem;
	}
	.mi-news .news-title .cate{
		flex-wrap: wrap;
		padding-top: 0;
	}
	.mi-news .news-title .cate h1{
		width: 100%;
		text-align: center;
	}
	.mi-news .news{
		margin-top: 2rem !important;
		margin-bottom: 0 !important;
	}
}