:root {
	--mi-base-color: #ff0100;
	--mi-base-color2: #eb0000;
	--mi-black-color: #1F2124;
	--mi-border-color: rgba(0, 0, 0, .1);
	--mi-gray-color: #F7F9FB;
}

body,
button,
input,
select,
textarea {
	/* font: normal 13px 'Roboto Condensed', sans-serif */
	font-family: Quotes, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 13px;
	/* font-family: 'Roboto Condensed', sans-serif;
	 */
}

a {
	color: #000000;
	text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-size: .3rem;
}
p{
	margin-bottom: auto;
}
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
i {
	font-style: normal;
}
.mt-1{
	margin-top: .15rem !important;
}
.mi-gap{
	width: 100%;
	height: 110px;
}
.mi-bg-white {
	background-color: #ffffff !important;
}
.container-lg{
	padding: 0;
}
.mi-line-one {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	white-space: nowrap;
}

.mi-line-two {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.mi-line-three {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.mi-line-four {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.mi-content{
	width: 100%;
	padding: .6rem 0;
	background-color: var(--mi-gray-color);
}
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all .7s ease;
}

#header .submenu {
	/* background-color: var(--mi-base-color); */
	background-color: #100800;
	width: 100%;
	color: #ffffff;
	padding: .05rem 0;
	font-size: .15rem;
	transition: all .3s;
}

#header .submenu a {
	color: #FFF;
	margin-right: .2rem;
	font-size: .13rem;
}

#header .submenu a i {
	margin-right: .01rem;
}

#header .submenu .right-content {
	display: flex;
	justify-content: flex-end;
}

#header .submenu .right-content .social-media {
	margin-right: .1rem;
}

#header .submenu .right-content .social-media a {
	margin-right: .12rem;
	font-size: .16rem;
}

#header .submenu .right-content .social-media i:hover {
	color: var(--mi-base-color);
}

#header .submenu .mi-lang {
	float: right;
}

#header .submenu .mi-lang a {
	color: #000000;
}

.mi-lang-select {
	width: 5rem;
	padding: .2rem .2rem .05rem;
	min-width: auto;
	border-radius: .1rem;
	/* transform: translate(-20px, 30px) !important; */
}

.mi-lang-select li {
	width: 31.33%;
	float: left;
	margin-bottom: .1rem;
	margin-right: 3%;
}

.mi-lang-select li:nth-child(3n) {
	margin-right: 0;
}

.mi-lang-select li a {
	color: #333333;
	font-size: .15rem;
	display: flex;
	align-items: center;
	transition: all .3s;
	padding: .1em;
}

.mi-lang-select li a:hover {
	color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
	background-color: #f1f1f1;
}

.mi-lang-select li a img {
	margin-right: .05rem;
}

.header-menu {
	width: 100%;
	height: .8rem;
	background-color: #ffffff;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .12), 0 1px 10px 0 rgba(0, 0, 0, .14);
}

.header-menu .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: .8rem;
}

.header-menu .logo img {
	width: auto;
	height: .7rem;
}

.header-menu .nav {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	flex-direction: inherit;
	height: .8rem;
}

.header-menu .nav .nav-item {
	margin-left: .28rem;
	position: relative;
}

.header-menu .nav .nav-item .nav-link {
	color: #000000;
	font-size: .16rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.header-menu .nav li.active .nav-link,
.header-menu .nav li:hover .nav-link {
	color: var(--mi-base-color);
}

.header-menu .nav li.active::after {
	content: " ";
	width: 100%;
	height: .03rem;
	background-color: var(--mi-base-color);
	position: absolute;
	bottom: -.15rem;
	left: 0;
}

.header-menu .nav .dropdown-menu {
	--bs-dropdown-min-width: auto;
	padding: .1rem 0;
	border-radius: .1rem;
	overflow: hidden;
}

.header-menu .nav .dropdown-menu li {
	padding: 0;
	margin: 0;
}

.header-menu .nav .dropdown-menu li .dropdown-item {
	font-size: .14rem;
	padding: .06rem .2rem;
}

.header-menu .nav .dropdown-menu li .dropdown-item:hover {
	color: var(--mi-base-color);
}

.mi-nav-fixed {
	background-color: #ffffff;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .12), 0 1px 10px 0 rgba(0, 0, 0, .14);
}

.mi-nav-fixed .nav .nav-item .nav-link {
	color: #000000;
}

.mi-title {
	display: flex;
	margin: 0 auto .3rem;
	justify-content: center;
	overflow: hidden;
	flex-direction: column;
	width: 100%;
}

.mi-title h2 {
	display: inline-block;
	text-align: center;
	font-size: .36rem;
	color: #100800;
	font-weight: 900;
	line-height: .36rem;
	position: relative;
	text-transform: uppercase;
	margin-bottom: .2rem;
	letter-spacing: 0.5px;
	letter-spacing: 1px;
}

.mi-title h2::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #D6D6D6;
}

.mi-title i {
	display: none;
	margin-top: .18rem;
	width: 50%;
	height: 2px;
	background: var(--mi-base-color);
}

.mi-title .heading-divider {
	display: inline-block;
	position: relative;
	border: 3px solid var(--mi-base-color);
	width: 90px;
	height: 10px;
	border-radius: 0;
	margin: 0 auto;
}

.mi-title .desc {
	text-align: center;
	font-size: .17rem;
	margin-top: .2rem;
	width: 75%;
	margin: .2rem auto;
	padding: 0 10%;
}

.mi-title .heading-divider:after {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	height: 7px;
	width: 15px;
	border-radius: 0;
	background: var(--mi-base-color);
	-webkit-animation: heading-move 5s infinite linear;
	animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
	0% {
		transform: translateX(-1px);
	}

	50% {
		transform: translateX(72px);
	}

	100% {
		transform: translateX(-1px);
	}
}

@keyframes heading-move {
	0% {
		transform: translateX(-1px);
	}

	50% {
		transform: translateX(72px);
	}

	100% {
		transform: translateX(-1px);
	}
}


@media screen and (max-width:1366px) {
	.mi-title {
		margin: 0 auto .46rem;
	}

	.mi-title h2 {
		font-size: .32rem;
	}
}

@media screen and (max-width:959px) {
	.mi-title {
		margin: 0 auto .3rem;
	}

	.mi-title h2 {
		font-size: .26rem;
	}
	.mi-title .desc{
		padding: 0 3%;
		width: 100%;
	}
	#header .submenu{
		display: none;
	}
	.header-menu .container-fluid{
		--bs-gutter-x: .25rem;
	}
	.header-menu .container-fluid .nav {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.mi-title h2 {
		font-size: .24rem;
	}

	.mi-title i {
		margin-top: .14rem;
	}
}

@media screen and (max-width:560px) {
	.mi-title h2 {
		font-size: .22rem;
	}

	.mi-title i {
		margin-top: .08rem;
	}
}

/* footer */
footer {
	background: url(../images/footer_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	border-top: 1px solid #eee;
	padding-top: .5rem;
}

.mi-footer {
	padding: .66rem .1rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;

}

.footer_contact {
	width: 64%;
}

.footer_contact .mi-title h2 {
	text-align: left;
}

.footer_contact .mi-title .heading-divider {
	margin: 0;
}

.footer_info {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-top: .3rem;
	border-top: 1px solid var(--mi-border-color);
	margin-bottom: 0;
}

.footer_info dd {
	max-width: 44%;
}

.footer_info dd .f_tit,
.footer_info dt .f_tit {
	margin-bottom: .2rem;
	font-size: .16rem;
	color: var(--mi-base-color);
	font-weight: 900;
}

.footer_info ul {
	margin: 0;
	padding: 0;
}

.footer_info dd .f_media {
	margin-top: .5rem;
	padding-top: 10px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
}

.footer_info .f_contact_list li {
	margin-bottom: .1rem;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
}

.f_contact_list li i {
	display: block;
	margin-right: 0;
	width: .24rem;
	height: .24rem;
}

.f_contact_list .jump_map i {
	margin-right: 0;
}

.f_contact_list li span,
.f_contact_list li span a {
	display: inline-block;
	font-size: .14rem;
	color: #333;
	line-height: 22px;
}

.f_media img {
	opacity: .7;
	height: .3rem;
	-webkit-filter: brightness(0);
	-moz-filter: brightness(0);
	-o-filter: brightness(0);
	-ms-filter: brightness(0);
	filter: brightness(0)
}

.f_media li:hover {
	-webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	transform: translate(0, -8px)
}

.f_media li:hover img {
	opacity: 1;
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter: brightness(1);
	-ms-filter: brightness(1);
	filter: brightness(1)
}

.f_media li,
.f_media img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.f_media li:not(:last-child) {
	margin-right: .2rem;
}

.footer_nav {}

.footer_nav li {}

.footer_nav a {
	display: block;
	font-size: .14rem;
	color: #333;
	line-height: .32rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer_nav a:hover {
	color: var(--mi-base-color);
}

.footer_form {
	width: 31%;
	background: rgba(0, 0, 0, .2);
	margin: .2rem 0 0 auto;
	box-sizing: border-box;
	padding: .3rem .36rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
	height: 5rem;
}

.footer_form>.title {
	margin: .1rem 0 .2rem;
	text-align: center;
	font-size: .2rem;
	color: #3e3a39;
	font-weight: bold;
}

.footer_copy {
	width: 100%;
	background: url(../images/footer_bottom.png) no-repeat center bottom;
	background-size: auto;
	background-size: cover;
	position: relative;
	overflow: hidden;
	height: 1.2rem;
}

.footer_copy .container-lg {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

.footer_copy .container-lg .footer_logo {
	max-width: 3rem
}

.footer_logo img {
	width: 100%;
	height: auto;
}

.copy-info {
	height: 50%;
	margin-top: .6rem;
	display: flex;
	align-items: center;
}

.copy-info p,
.copy-info a {
	font-size: .14rem;
	color: #FFF;
	margin: 0;
}

.copy-info a:hover {
	color: var(--mi-base-color);
}
@media (max-width: 768px) {
	.mi-footer{
		padding: 0 .1rem .5rem .1rem;
	}
	.mi-footer .footer_info dt{
		display: none;
	}
	.mi-footer .f_media{
		display: none;
	}
	.footer_copy, .footer_form{
		display: none;
	}
	.footer_contact{
		width: 100%;
	}
	.footer_contact .footer_info dd{
		width: 100%;
		max-width: 100%;
	}
}
.mi-footer-form {
	width: 100%;
	margin: 0 auto;
	padding: 0
}

#miforms-form-83 {
	width: 100%;
	position: relative;
	overflow: hidden
}

.mi-footer-form .miforms-field-container {
	margin-bottom: .04rem;
	width: 100%;
	overflow: hidden;
}

.mi-footer-form .miforms-field {
	width: 100%;
	background: transparent;
	margin-bottom: 0;
	padding-bottom: 14px;
	position: relative;
	overflow: hidden
}

.mi-footer-form .miforms-field-container input,
.mi-footer-form textarea {
	width: 100%;
	max-width: 100% !important;
	min-width: 100%;
	font-size: 13px;
	color: #333;
	height: .4rem;
	box-sizing: border-box;
	border: none;
	background: #FFF;
	padding: 0 .16rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
}

.mi-footer-form .miforms-required-label {
	position: absolute;
	top: 14px;
	left: 5px;
	font-size: 14px;
	color: #F00;
	font-weight: 400;
}

.mi-footer-form .miforms-field-label {
	display: block;
	font-weight: 700;
	font-size: 16px;
	float: none;
	line-height: 1.3;
	margin: 0 0 4px 0;
	padding: 0;
	word-break: break-word;
	word-wrap: break-word;
	font-size: 0;
}

.mi-footer-form textarea {
	line-height: 22px;
	min-height: 90px;
	padding: .1rem .16rem;
}

.mi-footer-form .miforms-field-container {
	margin-bottom: .15rem;
	width: 100%;
	overflow: hidden
}

.mi-footer-form .miforms-submit-container {
	float: right;
	padding: 0 !important;
	box-sizing: border-box;
	width: 48%;
	height: .4rem;
	background: var(--mi-base-color);
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
	position: relative
}

.mi-footer-form .miforms-submit-container::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--mi-base-color2);
}

.mi-footer-form .miforms-submit-container button {
	width: 100%;
	height: .4rem;
	font-size: .13rem;
	font-weight: bold;
	color: #FFF;
	line-height: .4rem;
	cursor: pointer;
	position: relative;
	z-index: 2;
	background: none;
	border: none;
}

.mi-footer-form .miforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}

.mi-footer-form .miforms-submit-container:hover::before {
	left: 0;
	right: initial;
	width: 100%;
}

.mi-footer-form .miforms-submit-container::before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.mi-footer-form .form_reset {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48% !important;
	height: .4rem;
	padding: 0;
	box-sizing: border-box;
	background: #3e3a39;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
	cursor: pointer;
}

.mi-footer-form .form_reset::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: var(--mi-base-color);
}

.mi-footer-form .form_reset input {
	display: block;
	width: 100%;
	height: 100%;
	font-size: .13rem;
	color: #FFF;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	background: none;
	border: none;
}

.mi-footer-form .form_reset:hover::before {
	left: 0;
	right: initial;
	width: 100%;
}

.mi-footer-form .form_reset::before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}



/* footer css */
/**online side fixed**/
.saf-online {
	width: auto;
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 99;
}

.saf-online.hideOnline {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s
}

.saf-make .saf-online.hideOnline,
.saf-online.hideOnline.on {
	opacity: 1;
	visibility: visible
}

.saf-online .p_list {
	width: 100%;
	height: auto
}

.saf-online .saf-lineitem {
	display: block;
	position: relative;
	padding: 3px;
	width: .75rem;
	height: .75rem;
}

#ui-to-top {
	display: none;
}

.mi-top-active {
	display: block !important;
}

.saf-online .saf-lineitem.backTop {
	cursor: pointer
}

.saf-online .saf-lineitem saf-icon {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--mi-base-color);
	border-radius: .08rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	flex-direction: column;
	color: #fff;
	font-size: .23rem;
}

.saf-online .saf-lineitem saf-icon a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.saf-online .saf-lineitem saf-icon i {
	color: #ffffff;
}

.saf-online .saf-lineitem saf-icon img {
	width: 20px;
	height: 20px;
	display: block
}

.saf-online .saf-lineitem>p {
	width: max-content;
	background: #4f4949;
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(-35px, -50%);
	border-radius: 5px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s
}

.saf-online .saf-lineitem>p.codeimg {
	padding: 5px
}

.saf-online .saf-lineitem>p:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #4f4949;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%)
}

.saf-online .saf-lineitem>p a {
	display: block;
	padding: 10px 15px;
	color: #ffffff
}

.saf-online .saf-lineitem>p img {
	width: 130px;
	height: auto
}

.saf-online .saf-lineitem:hover>p {
	transform: translate(-5px, -50%);
	opacity: 1;
	visibility: visible
}

.saf-online .saf-lineitem:hover saf-icon svg path {
	fill: #fff
}

.saf-online .saf-lineitem saf-icon a .db_text {
	display: none;
}

.online-mobile {
	width: 100%;
	height: .75rem;
	background-color: #EEEEEE;
	position: fixed;
	bottom: 0;
	align-items: center;
	overflow: hidden;
	display: none;
	z-index: 999;
}

.online-mobile .item {
	width: 33.3%;
	/*border-right: 1px solid #ffffff;*/
	text-align: center;
	font-size: .16rem;
	padding: 1rem 0;
	background-color: #4555b9;
	color: #ffffff;
}

.online-mobile .item i {
	font-size: .25rem;
}

.online-mobile .item:last-child {
	background-color: #16a34a;
}

.online-mobile .item:nth-child(2) {
	background-color: #b91c1c;
}

.mi-act-title {
	font-size: .12rem;
	margin-top: 0;
	margin-bottom: 0;
}

.mi-whatsapp-mobile-fixed {
	position: fixed;
	bottom: 40vh;
	font-size: .16rem;
	background-color: #ffffff;
	right: 0;
	color: #16a34a;
	display: none;
	padding: .1rem .15rem;
	align-items: center;
	box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .12), 0 7px 34px 6px rgba(0, 0, 0, .14);
	border-bottom-left-radius: .4rem;
	border-top-left-radius: .4rem;
	z-index: 999;
}

.mi-whatsapp-mobile-fixed i {
	font-size: .17rem;
	margin-right: .05rem;
}

@media (max-width: 1024px) {
	.saf-online {
		display: none;
	}

	.online-mobile {
		display: flex;
	}

	.mi-whatsapp-mobile-fixed {
		display: flex;
	}
}

.mi-message-mask {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	min-height: 100vh;
	height: 100%;
	overflow-y: auto;
	z-index: 100000001;
	background-color: #0000008f;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.mi-message-content {
	width: clamp(320px, calc(100% - 2rem), 1200px);
	background-color: #fff;
	padding: 3% 3%;
	position: relative;
}

.mi-message-title {
	font-size: .35rem;
	line-height: 1;
	color: #292929;
	text-align: center;
	font-weight: bold;
	margin-bottom: .1rem;
}

.mi-message-desc {
	margin: .2rem 0;
	text-align: center;
	font-size: .2rem;
}

.mi-message-close {
	position: absolute;
	right: 3%;
	top: 4%;
	font-size: .35rem;
	cursor: pointer;
}

.form-input {
	display: block;
	width: 100%;
	height: 54px;
	padding: 12px 17px;
	padding-right: 17px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #737373;
	background-color: #f1f4fc;
	background-image: none;
	border: 1px solid #f1f4fc;
	border-radius: 0;
	-webkit-appearance: none;
}

.mi-form-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mi-form-item {
	width: 48%;
	margin-bottom: .25rem;
	position: relative;
}

.mi-form-item .mi-form-label {
	margin-bottom: .03rem;
	font-size: .18rem;
	font-weight: bold;
}

.mi-form-notice {
	display: none;
}

.mi-forms-message {
	width: 100%;
}

.mi-forms-message textarea {
	height: 1.5rem;
}

.mi-form-notice {
	font-size: .15rem;
	color: #ff2222;
	display: none;
	position: absolute;
	top: .38rem;
	right: 2%;
}

.mi-form-button {
	display: flex;
	justify-content: center;
	margin-top: .2rem;
}

.mi-form-button button {
	margin: 0 .2rem;
	width: 2rem;
	height: .4rem;
	font-size: .15rem;
	font-weight: bold;
	color: #FFF;
	line-height: .4rem;
	cursor: pointer;
	position: relative;
	z-index: 2;
	background: none;
	border: none;
	background-color: var(--mi-base-color);
	border-radius: .05rem;
	transition: all;
	.3s;
}

.mi-form-button button.button-rest {
	background-color: #292929;
	transition: all;
	.3s;
}

.mi-form-button button:hover {
	background-color: var(--mi-base-color2);
	transition: all;
	.3s;
}

.mi-form-button .button-rest:hover {
	background-color: #000;
	transition: all;
	.3s;
}

.mi-certification{
	padding-top: .65rem;
	height: 7rem;
	background-image: url('../images/bg1.png');
	background-size: 100% 100%;
	background-position: center center;
	width: 100%;
	padding-left: calc(50% - 700px);
}
.mi-certification-content{
	position: relative;
	display: flex;
}
.mi-certification-content .cbg{
	background-color: rgba(0,0,0,.5);
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 5.8rem;
}
.mi-certification-content .text-desc{
	    width: 30%;
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: column;
	    justify-content: center;
}
.mi-certification-content .text-desc h2{
	font-size: .4rem;
	margin-bottom: .15rem;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
}
.mi-certification-content .text-desc .mi-title .heading-divider{
	margin: 0;
}
.mi-certification-content .text-desc p{
	margin-bottom: 0;
	font-size: .18rem;
	line-height: 1.5;
}
.mi-certification-content .mi-certification-swiper{
	width: 70%;
	overflow: hidden;
	padding: .68rem .3rem .4rem;
}
.mi-certification-content .swiper-button-prev, .mi-certification-content .swiper-button-next{
	bottom: 0;
	top: inherit;
	font-size: .2rem;
}
.mi-certification-content .swiper-button-next:after, .mi-certification-content .swiper-button-prev:after{
	font-size: .1rem;
	border: 1px solid #dad8d5;
	background-color: #f8f9fa;
	padding: .13rem .1rem;
	color: #333;
	font-weight: bold;
}
.mi-certification-content .swiper-button-next{
	left: .5rem;
}
.mi-certification-swiper .swiper-slide img{
	width: 100%;
	height: 4.5rem;
	object-fit: contain;
}
.mi-certification-swiper .swiper-slide img:hover{
	cursor: pointer;
}

/* inner banner */
.in_banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: .8rem;
	height: 6.3rem;
}

.in_banner img {
	width: 100%;
	height: auto;
	object-fit: contain;
	max-height: 6rem;
}

.in_b_text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

.in_b_text .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.in_b_text h2 {
	flex-shrink: 0;
	font-family: dinc;
	font-size: .8rem;
	color: #3e3a39;
	font-weight: 900;
	text-transform: uppercase;
}

.in_b_text h2 i {
	font-family: Arial;
	font-size: 1.2rem;
	color: var(--mi-base-color);
	font-weight: lighter;
}

.in_b_text h2,
.in_b_text h2 i {
	line-height: 1.2rem;
}

.in_b_text span {
	margin-left: 0.2rem;
}

.in_b_text span h3 {
	font-family: dinc;
	font-size: .5rem;
	color: #000;
	line-height: 0.66rem;
	text-transform: uppercase;
	letter-spacing: -.02rem;
}

.in_b_text span h6 {
	font-family: dinc;
	font-size: .38rem;
	color: #555;
	letter-spacing: -.01rem;
}

.in_b_text span p {
	margin-top: 0.06rem;
	font-family: dinc;
	font-size: 0.26rem;
}

.in_b_text h2,
.in_b_text span h3,
.in_b_text span h6,
.in_b_text span p {
	text-shadow: 1px 1px #FFF;
}

.in_b_text h2 i {
	text-shadow: none;
}

.in_banner_sol .in_b_text {
	top: 58%;
}

.in_banner_sol .in_b_text h2 {
	margin: 0 auto;
	color: #FFF;
}

.in_banner_dealer .in_b_text h2 {
	color: #FFF;
}
.in_banner_top .in_b_text {
	top: 21% !important;
}

@media screen and (max-width:1440px) {
	.in_b_text h2 {
		font-size: 0.72rem;
	}

	.in_b_text h2 i {
		font-size: 1rem;
	}

	.in_b_text span h3 {
		font-size: 0.5rem;
	}

	.in_b_text span h6 {
		font-size: 0.34rem;
	}
	.in_banner {
		margin-top: 0;
		height: auto;
	}
}

@media screen and (max-width:1366px) {
	.in_b_text h2 {
		font-size: 0.66rem;
	}

	.in_b_text h2 i {
		font-size: 0.9rem;
	}

	.in_b_text span h3 {
		font-size: 0.4rem;
		line-height: 0.44rem;
		letter-spacing: normal;
	}

	.in_b_text span h6 {
		font-size: 0.26rem;
		letter-spacing: normal;
	}

	.in_b_text span p {
		margin-top: 0.04rem;
		font-size: 0.24rem;
	}
}

@media screen and (max-width:1200px) {
	.in_b_text h2 {
		font-size: 0.58rem;
		line-height: 0.8rem;
	}

	.in_b_text h2 i {
		font-size: 0.8rem;
	}

	.in_b_text span h3 {
		font-size: 0.32rem;
		line-height: 0.4rem;
	}

	.in_b_text span h6 {
		font-size: 0.22rem;
	}

	.in_b_text span p {
		font-size: 0.22rem;
	}
}

@media screen and (max-width:768px) {

	.in_banner h2{
		display: none;
	}
	.in_b_text {
		top: 58%;
	}

	/* .in_banner:before {
		padding-bottom: 54%;
	} */
	.in_banner_top .in_b_text {
		top: 2% !important;
		transform: none;
	}

	.in_b_text h2 {
		font-size: 0.38rem;
	}

	.in_b_text h2 i {
		font-size: 0.56rem;
	}

	.in_b_text h2,
	.in_b_text h2 i {
		line-height: 0.56rem !important;
	}

	.in_b_text span {
		margin-left: 0.1rem;
	}

	.in_b_text span h3 {
		font-size: 0.18rem;
		line-height: 0.26rem;
		font-weight: bold;
	}

	.in_b_text span h6 {
		font-size: 0.17rem;
		font-weight: bold;
	}

	.in_b_text span p {
		font-size: 0.16rem;
	}

	.in_b_text span h3,
	.in_b_text span h6,
	.in_b_text span p {
		font-family: Arial, system-ui, -apple-system, Microsoft Yahei, tahoma, sans-serif;
	}
}

/* Breadcrumb */
.in-position {
	background: #F2F2F2;
	height: .55rem;
	display: flex;
	align-items: center;
	padding-top: .07rem;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #eeeeee;
}
.in-position .container-lg{
	padding: 0;
}
.in-position a {
	display: block;
	float: left;
	font-size: .13rem;
	color: #666;
	position: relative;
	line-height: .15rem;
	text-transform: uppercase;
	font-weight: bold;
}

.in-position a:first-child {
	padding-left: 26px;
	background: url(../icons/house-heart.svg) no-repeat left center;
	background-size: .18rem;
}

.in-position a:not(:last-child):after {
	content: ">";
	margin: 0 4px;
	color: #777
}

.in-position a:last-child {
	color: var(--mi-base-color) !important
}

.in-position a:hover {
	color: var(--mi-base-color)
}

@media screen and (max-width:959px) {
	.in-position a {
		font-size: 13px
	}
}

@media screen and (max-width:560px) {
	.in-position a {
		font-size: 12px
	}
}

@media (max-width: 1500px) {
	.container-lg{
		width: 1280px !important;
	}
}
@media (max-width: 750px) {
	.container-lg{
		width: 100% !important;
	}
}

@media (min-width: 1440px) {
	.container-lg {
		max-width: 1440px;
	}
}

.mi-customization {
    height: auto;
	background-color: #f7f7f7;
    background-image: url(../images/bg-earth.webp);
    background-size: 100% auto;
    background-position: center bottom;
	background-repeat: no-repeat;
    width: 100%;
    padding: .6rem 0 .3rem;
	position: relative;
	z-index: 9;
}
.mi-customization .row{
	margin-top: .35rem;
}
.mi-customization .col{
	margin-top: .1rem;
	padding-right: .3rem;
	padding-left: .3rem;
	margin-bottom: .5rem;
}
.mi-customization .card{
	border-radius: .1rem;
}
.mi-customization .card-body{
	padding: .15rem .15rem;
	font-size: .15rem;
}
.mi-customization .card-body h3{
	font-size: .18rem;
	text-align: center;
}
.mi-customization .mi-title .desc{
	width: 100%;
	padding: 0 5%;
	margin: .2rem auto 0;
}