.mi-breadcrumb{
	margin-top: 120px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.mi-breadcrumb .home:hover{
	color: var(--mi-base-bg-color);
}
.mi-breadcrumb .home i{
	font-size: 1.1rem;
	color: #535353;
}
.mi-breadcrumb .breadcrumb{
	height: 4rem;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.mi-breadcrumb .breadcrumb li a{
	font-size: .8rem;
}
.mi-article-content {
	margin-bottom: 5rem;
	    width: 100%;
	    float: left;
}
.mi-article-content .main-content{
	width: 75%;
	float: left;
	padding-right: 2%;
}
.mi-article-content .main-content .thumbnail{
	width: 100%;
	height: 25rem;
	margin-bottom: 3rem;
	overflow: hidden;
}
.mi-article-content .main-content .thumbnail img{
	width: 100%;
	height: 25rem;
	object-fit: cover;
}
.mi-article-content .main-content .article-title{
	font-size: 1.35rem;
}
.mi-article-content .main-content .arc-tips{
	font-size: .8rem;
	color: #535353;
}
.mi-article-content .main-content .content img{
	max-width: 100%;
	object-fit: contain;
	height: auto;
}
.mi-article-content .main-content .content p{
	font-size: 1rem;
	line-height: 1.55;
}
.mi-article-content .main-content .content p a{
	color: var(--mi-base-bg-color);
}
.article-share{
	width: 100%;
	margin: 3rem 0;
}
.article-share h2{
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.article-share .btns{
	width: 100%;
	border: 1px solid #ebebeb;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	align-items: center;
}
.article-share .btns a{
	width: 25%;
	display: block;
	border-right: 1px solid #ebebeb;
	text-align: center;
	padding: 1.25rem;
	transition: all .5s;
}
.article-share .btns a i{
	font-size: 1rem;
}
.article-share .btns a:hover{
	background-color: var(--mi-base-bg-color);
	transition: all .5s;
	color: #ffffff;
}
.mi-article-content .right-info {
  border-left: 1px solid #eeeeee;
  width: 23%;
  min-height: 50vh;
  float: right;
  padding-left: 3%;
}
.mi-article-content .right-info .news{
	width: 100%;
	margin-top: 1rem;
}
.mi-article-content .right-info .news a{
	width: 100%;
	display: flex;
	margin-bottom: 1rem;
}
.mi-article-content .right-info .news a .cover{
	width: 2.5rem;
	height: auto;
	padding: 2px;
	border: 1px solid #eeeeee;
	height: 2.5rem;
}
.mi-article-content .right-info .news a .cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mi-article-content .right-info .news a .infos{
	width: 80%;
	height: auto;
}
.mi-article-content .right-info .news a .infos h4{
	font-size: .8rem;
	margin-left: .2rem;
	margin-bottom: 0;
	color: #333333;
}
.mi-article-content .right-info .news a .infos .news-time{
	color: #666666;
	font-size: .7rem;
}
.prev-next {
	background-color: #F7F7F7;
	padding: .2rem;
}
.prev-next .pagerPrev{
	padding: .5rem;
}
.prev-next .pagerNext{
	padding: .5rem;
}
.prev-next a:hover{
	color: var(--mi-base-bg-color);
}

.mi-product-content .product-title{
	width: 100%;
	position: relative;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	font-size: 1.5rem;
}
.mi-product-content .product-title::after{
	content: ' ';
	position: absolute;
	bottom: 0;
	width: 5rem;
	height: .2rem;
	left: calc(50% - 2.5rem);
	background-color: var(--mi-base-bg-color);
}
.mi-product-content .product-info{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.mi-product-content .product-info .cover{
	width: 38%;
	overflow: hidden;
}
.mi-product-content .product-info .cover img{
	max-width: 100%;
	border: 1px solid #EEEEEE;
}
.mi-product-content .product-info .info{
	width: 56%;
}
.mi-product-content .product-info .info h2{
	width: 100%;
	background-image: linear-gradient(135deg, #c3cfe2 0%, #f5f7fa 100%);
	padding:1rem 1.5rem;
	color: #0a1e2c;
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
.mi-product-content .product-info .params p{
	margin-top: 1rem;
}
.mi-product-content .product-info .params p b{
	color: var(--mi-base-bg-color);
	margin-right: .2rem;
}
.mi-product-content .product-info .act-btns{
	margin-top: 2.5rem;
	border-top: 1px solid #EEEEEE;
	padding-top: 3rem;
	float: left;
}
.mi-product-content .product-info .act-btns a{
	background-color: var(--mi-base-bg-color);
	color: #ffffff;
	margin-right: 2rem;
	padding: 1rem 1.5rem;
}
.mi-product-content .product-info .act-btns a i{
	margin-right: .5rem;
}
.mi-product-content .product-content{
	max-width: 100%;
	overflow: hidden;
	margin-top: 5rem;
}
.mi-product-content .product-content .tab-content {
	padding: 1rem 0 2rem;
}
.mi-product-content .product-content .nav-tabs .nav-link,.mi-application-content .product-content .nav-tabs .nav-link{
	color: #0a1e2c;
}
.mi-product-content .product-content .nav-tabs .active,.mi-application-content .product-content .nav-tabs .active{
	background-color: var(--mi-base-bg-color);
	color: #ffffff;
	font-weight: bold;
}
.mi-product-content .product-content .tab-content .title,.mi-product-content .product-content .tab-content h3{
	margin: 2rem 0;
	text-align: center;
	color: var(--mi-base-bg-color);
	padding: 1.2rem 0;
	font-size: 1.25rem;
	background-color: #F7F7F7;
}
.mi-product-content .product-content .tab-content p{
	line-height: 2rem;
}
.mi-product-content .product-content .tab-content .item-content a{
	color: var(--mi-base-bg-color);
}
.main-product-content h3{
	text-align: left !important;
	padding-left: 1rem !important;
}
.product-notice{
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #E0F1B5;
	border-color: #8BAF5B;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	color: #4F5F39;
	padding: 2rem 4rem;
	font-size: 1rem;
	margin: 3rem 0 5rem;
}
.product-notice p{
	margin-bottom: 0;
}
.product-notice .n-tag{
	background-color: rgba(0,0,0,0.05);
	position: absolute;
	top: 0;
	left: 0;
	padding: .5rem 1.5rem;
	font-size: .8rem;
	text-shadow: none;
}
.main-product-content-super{
	width: 100%;
	padding-top: 3rem;
	border-top: 1px solid #ebebeb;
}
.main-product-content-super h3{
	font-size: 1.2rem;
}
.product-grid .col .cover{
	width: 100%;
	overflow: hidden;
	object-fit: cover;
	margin-bottom: .5rem;
}
.product-grid .col .cover img{
	width: 100%;
	object-fit: cover;
}
.product-grid .col p{
	font-size: 1rem;
	line-height: 1.5;
}
.mi-application-content .right-info{
	float: left;
	border-left: 0;
	text-align: right;
	width: 30%;
}

.product-cate .all-product a{
	color: var(--mi-base-bg-color);
}
.product-cate .all-product a:hover{
	color: #0a1e2c;
}
.mi-application-content .main-content{
	padding-right: 0;
	padding-left: 4rem;
	width: 70%;
}
.product-cate{
	border-right: 1px dashed #EEEEEE;
	padding-right: 3rem;
	position: relative;
}
.mi-application-content .right-info .all-product h2{
	font-size: 1.5rem;
	position: relative;
}
.mi-application-content .right-info .all-product h2::after{
	content: ' ';
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	position: absolute;
	right: -4rem;
	top: 0;
	background-color: var(--mi-base-bg-color);
}
.product-content .nav-item .active{
	background-color: var(--mi-base-bg-color);
	color: #ffffff;
}
.product-content .item-content{
	padding-top: 1rem;
}
.get-in-touch{
	width: 100%;
	background-color: var(--mi-base-bg-color);
	color: #ffffff;
	font-size: 1.3rem;
	text-align: center;
	display: block;
	height: 5rem;
	line-height: 5rem;
	margin-bottom: 3rem;
}

@media (max-width:1080px){
	.mi-article-content .main-content{
		width: 100%;
		padding-right: 0;
	}
	.right-info{
		display: none;
	}
	.mi-product-content .product-info{
		flex-direction: column;
	}
	.mi-product-content .product-info .cover,.mi-product-content .product-info .info{
		width: 100%;
	}
	.mi-product-content .product-info .act-btns{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.mi-product-content .product-info .act-btns a{
		padding: .6rem .8rem;
		font-size: .9rem;
		margin-right: 0;
	}
}