:root {
	--mi-base-bg-color: #e62128;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	background-color: #F7F7F7;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
	font-family: Jost, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

div,
ul,
p,
span {
	box-sizing: border-box;
}
img{
	max-width: 100% !important;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: inherit;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	transition: all .3s;
}

p {
	text-decoration: inherit;
	color: #212529;
	font-family: Arial, Helvetica, sans-serif;
}
.gy-6 {
    --bs-gutter-y: 5rem;
}
.mi-g-6, .gx-5 {
    --bs-gutter-x: 5rem;
}
.mi-line-one {
	overflow: hidden;
	text-overflow: ellipsis;
	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-bg-grey{
	background-color: #f7f7f7;
}
.mi-header-meta {
	background-color: var(--mi-base-bg-color);
	height: 30px;
}
.mi-header-meta .mi-container {
	height: 100%;
}

.mi-header-meta .site-phone {
	color: #ffffff;
	font-size: .75rem;
	letter-spacing: 0.04rem;
}

.mi-header-meta .right-info {
	align-items: center;
	position: relative;
}

.mi-header-meta .right-info a {
	font-size: .7rem;
	color: #ffffff;
	padding-left: .75rem;
	padding-right: .75rem;
}
.mi-header-meta .right-info .dropdown-menu a{
	color: #212529;
}
.mi-header-meta .right-info .media{
	padding: 0 .5rem;
}
.mi-header-meta .right-info .media a{
	padding-left: .12rem;
	padding-right: .12rem;
}
.mi-header-meta .right-info .media i{
	font-size: 1rem;
}
.mi-header-meta .right-info .mi-lang {
	margin-left: 2rem;
	display: flex;
	align-items: center;
	margin-right: 0;
}

.mi-header-meta .right-info .mi-lang img {
	margin-right: .3rem;
}

.mi-header-meta .right-info .mi-lang i {
	margin-left: .3rem;
	font-size: 1rem;
}

.mi-header-meta .right-info .mi-lang-select {
	padding: 0.2rem .5rem;
	width: 7.5rem;
	min-width: 7.5rem;
}

.mi-header-meta .right-info .mi-lang-select li {
	width: 100%;
}

.mi-header-meta .right-info .mi-lang-select a {
	color: #000000;
	font-size: .7rem;
	display: flex;
	align-items: center;
	margin: .35rem 0;
}

.mi-header-meta .right-info .mi-lang-select a img {
	margin-right: .5rem;
	width: 1.2rem;
	height: auto;
}
.mi-top-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5rem;
}
.mi-main-title{
	font-size: 1.25rem;
	color: #ffffff;
}
.mi-main-menu .dropdown-item {
	font-size: .8rem;
	line-height: 2;
}
.mi-main-menu .dropdown-item:hover{
	background-color: var(--mi-base-bg-color);
	color: #ffffff;
}
.mi-header-space{
	width: 100%;
	height: 8rem;
	clear: both;
}
#bdNavbar {
	background: #b21623;
	width: 100%;
}

#bdNavbar .offcanvas-header {
	margin-bottom: 1rem;
	border-bottom: 1px solid #932D2D;
	/*padding-bottom: 1rem;*/
}

#bdNavbar .offcanvas-header .offcanvas-title {
	width: 50%;
}

#bdNavbar .offcanvas-header .button {
	color: #ffffff;
}

#bdNavbar .offcanvas-header .offcanvas-title img {
	width: 100%;
}

#bdNavbar .offcanvas-body a {
	color: #ffffff !important;
	font-size: .95rem;
	font-weight: bold;
}

#bdNavbar .offcanvas-body .btn-toggle {
	color: #ffffff !important;
	font-size: 1.25rem;
}
.mi-stricked-menu {
	height: 8rem;
}

.mi-stricked-menu .container {
	height: 4rem;
}

.mi-stricked-menu .mi-logo img {
	width: auto;
	height: 4rem;
	margin-right: 1rem;
}

.mi-stricked-menu .container .nav {
	height: 3rem;
}

.mobile-nav__toggler i.fa-bars {
	font-size: 1.2rem;
	color: #000000;
}
.mi-main-menu{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mi-main-menu .mi-menu,
.mi-main-menu .nav-link {
	color: #ffffff;
	display: flex;
	align-items: center;
	font-size: .85rem;
}

.mi-main-menu .mi-nav-active,
.mi-main-menu li:hover {
	border-bottom: .45rem solid #ffffff;
}
.mi-main-menu li:hover ul,.right-info li:hover ul{
	display: inherit;
}

.mi-main-menu .search-icon {
	display: flex;
	align-items: center;
}

.mi-main-menu .search-icon i {
	margin-bottom: .5rem;
	margin-left: .5rem;
}

.mi-footer {
	width: 100%;
	background: #393939;
	color: #f7f7f7;
	padding: 2rem 0;
	text-align: center;
	font-size: .85rem;
}
.mi-footer p{
	color: #F7F7F7;
	font-size: .85rem;
}

@-webkit-keyframes avia_pop {
	0% {
		-webkit-transform: scale(0.8)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

@keyframes avia_pop {
	0% {
		transform: scale(0.8)
	}

	100% {
		transform: scale(1)
	}
}

.lang-mobile{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
	border-top: 1px solid #ffffff;
	padding-top: 1rem;
}
.lang-mobile a{
	width: 33.33%;
	margin: 5px 0;
	font-size: .85rem !important;
}
.lang-mobile a img{
	margin-right: .1rem;
}

.miSwiper{
	margin-top: 0;
}
.mi-grid{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}
.mi-grid .row{
	background: #fff !important;
	border-radius: 20px;
	border: 1px solid rgba(222,222,222);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	padding: 3rem 0 2rem;
}
.mi-grid .row .col-lg-4:hover{
	cursor: pointer;
}
.mi-grid .row .col-lg-4{
	border-right: 1px solid rgba(222,222,222);
}
.mi-grid .row .col-lg-4:last-child{
	border-right: none;
}
.mi-grid .mi-grid-icon{
	width: 4.5rem;
	height: 4.5rem;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mi-grid .mi-grid-icon img{
	width: 4rem;
	height: 4rem;
}
.mi-grid .mi-grid-title{
	margin-top: 1rem;
	font-size: 1rem;
	text-align: center;
}
.mi-grid .mi-grid-desc{
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--mi-base-color);
	text-align: center;
}
.mi-page-banner-empty{
	padding-top: 0;
}
.mi-page{
	padding-top: 0;
	min-height: 60vh;
}
.mi-page .container{
	padding: 2rem;
	background-color: #fff;
	margin-bottom: 3rem;
}
.UEditorTable {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table {
	width: 100%;
}
table td img {
	max-width:100%;
	   max-height:100%;
      object-fit:contain;
}
table td, table th {
	border: 1px solid #ccc;
	padding: 3px 5px;
}
.mi-page-banner{
	text-align: center;
	width:100%;
	height:12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
  background-position: center;
}
.mi-page-banner p{
	font-family: 微软雅黑, "Microsoft YaHei";
	line-height: 15vh;
	position: relative;
	z-index: 100;
	font-weight: lighter;
	font-size: 1.5rem;
}
.mi-submission{
	padding: 5rem 0;
	color: #F7F7F7;
	font-size: .85rem;
}
.mi-submission p{
	color: #F7F7F7;
}
.mi-submission a{
	background: #fff;
	border-radius: 10px;
	border: none;
	text-decoration: none;
	padding: 10px 40px;
	transition: all 500ms ease 0s;
	position: relative;
	z-index: 99;
	white-space: nowrap;
	font-size: 16px;
	transition: all 500ms ease 0s;
}
.mi-submission a:hover{
	color: #ff2222;
	transform: scale(1.075);
	transition: all 500ms ease 0s;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
.mi-speaker{
	padding: 5rem 0;
}
.mi-speaker .container{
	transition: all 500ms ease 0s;
}
.mi-speaker .container .mi-speaker_content{
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	background-color: #ffffff;
	border: 1px solid rgba(222,222,222);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	border-radius: 1rem;
}
.mi-speaker .mi-speaker_title,.mi-about .mi-about-title{
	display: flex;
	align-items: center;
	margin-bottom: .8rem;
	font-style: italic;
	position: relative;
	padding-left: 1.5rem;
}
.mi-speaker .mi-speaker_title:before,.mi-about .mi-about-title:before{
	content: ' ';
	width: .6rem;
	height: .6rem;
	background-color: #0a1e2c;
	position: absolute;
	top: .6rem;
	left: .2rem;
}
.mi-speaker .mi-speaker_title h1,.mi-about .mi-about-title h1{
	font-size: 1.8rem;
}
.mi-speaker .mi-speaker_title span,.mi-about .mi-about-title span{
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: .4rem;
}
.mi-speaker .container:hover{
	transform: scale(1.075);
	transition: all 500ms ease 0s;
}
.mi-speaker .container .mi-speaker-item{
	flex: 0 0 auto;
	width: 375px;
	margin-right: 0px;
	text-align: center;
	border-right: 1px solid rgba(222,222,222);
	background: #fff;
}
.mi-speaker .container .mi-speaker-item .mi-speaker-cover{
	width: 9rem;
	height: 9rem;
	object-fit: cover;
	border-radius: 50%;
	margin-top: 2rem;
}
.mi-speaker .mi-speaker-name{
	font-size: 1rem;
	margin-bottom: .2rem;
	font-weight: bold;
}
.mi-speaker .mi-speaker-desc{
	font-size: .9rem;
	margin-bottom: 1.2rem;
}
.mi-images-show{
	width: 100%;
	background-color: #ffffff;
	padding: 3rem 0;
}

.mi-photos-swiper-container{
	overflow: hidden;
	position: relative;
	padding-bottom: 2rem;
}
.mi-photos-swiper-container .swiper-slide{
	background-color: #f7f7f7;
}
.mi-photos-swiper-container .mi-photo-img{
	width: 100%;
	height: 20rem;
	object-fit: contain;
	cursor: pointer;
}
.mi-about{
	position: relative;
	margin-top: 5rem;
}
.mi-triangle {
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 100;
	right: 0;
	bottom:-2rem;
	border-left: 800px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 500px solid transparent;

}

.miSwiper .swiper-slide{
	text-align: center;
}

@media screen and (max-width: 1330px) {
	.mi-main-menu .nav-link {
		font-size: .8rem;
	}
	.mi-main-menu .search-icon{
		display: none;
	}
	.mi-stricked-menu{
		padding: 0 1rem !important;
	}
}
@media screen and (max-width: 1229px) {
	.mi-main-menu .nav-link {
		font-size: .81rem;
	}
	.mi-stricked-menu .mi-logo img {
		width: 10rem;
	}

	.mi-header-meta{
		display: none;
	}
	.mi-breadcrumb{
		margin-top: 90px !important;
	}

}

@media (max-width: 980px) {
	.mi-header-meta .right-info {
		display: none !important;
	}

	.mi-main-menu .nav-link {
		font-size: .7rem;
		padding: 0 .21rem;
	}

	.mi-footer .row .link-area {
		display: none;
	}

	.mi-footer .row .col-3 {
		display: none;
	}

	.mi-footer .row .col-5 {
		width: 100%;
	}
	.mi-triangle{
		display: none;
	}
}

@media (max-width: 767px) {

	header .mi-header-meta {
		display: none;
	}

	header .mi-stricked-menu {
		padding: 0 !important;
	}
	.mi-main-title{
		font-size: 1rem;
	}
	.mi-top-logo{
		height: 8rem;
		width: 90%;
	}
	.main-menu-wrapper__main-menu{
		position: absolute;
		top: 1rem;
		right: 1%;
	}
	.mi-stricked-menu .container{
		height: 8rem;
		padding: 0;
	}
	#bdNavbar {
		display: none;
	}

	.mi-stricked-menu .mi-logo img {
		width: 15rem;
	}

	.foot-bottom p {
		text-align: center;
		width: 100%;
	}

	.foot-bottom p.media {
		display: none;
	}
}