.area-select .select-widget {
	box-sizing: border-box;
	cursor: pointer;
	font-size: 16px;
	line-height: 22px;
	max-width: 192px;
	padding: 25px 20px 25px 40px;
	transition: all .2s ease-out;
	z-index: 99
}

.area-select .select-widget.active .select-list,
.area-select .select-widget.active .select-triangle,
.area-select .select-widget.hover:hover .select-list,
.area-select .select-widget.hover:hover .select-triangle {
	transform: scaleY(1);
	visibility: visible
}

.area-select .select-widget.active .icon-acitve,
.area-select .select-widget.hover:hover .icon-acitve {
	transform: rotate(180deg)
}

.area-select .select-widget .icon-Down {
	color: #2e6be6;
	display: inline-block;
	font-size: 16px;
	margin-left: 4px;
	transition: all .2s ease;
	vertical-align: middle
}

.area-select .select-widget.active .select-list {
	transform: scaleY(1) !important
}

.area-select .select-widget:hover .select-list {
	transform: scaleY(0)
}

.area-select .select-val {
	align-items: center;
	display: flex
}

.area-select .select-name {
	color: #2e6be6;
	font-weight: 600;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100% !important
}

.area-select .select-name:hover {
	opacity: .85
}

.area-select .select-list {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
	display: flex;
	flex-wrap: nowrap;
	height: auto;
	left: 0;
	overflow: auto;
	padding: 12px 0;
	position: absolute;
	top: 74px;
	transform: scaleY(0);
	transform-origin: top;
	transition: all .2s ease-in-out;
	visibility: hidden;
	visibility: visible;
	width: 800px;
	z-index: 99;
	z-index: 9999
}

.area-select td {
	vertical-align: top
}

.area-select .category {
	color: #a0a4ad;
	padding: 12px 24px;
	vertical-align: top
}

.area-select .area-item,
.area-select .category {
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap
}

.area-select .area-item {
	border-radius: 4px;
	color: #41495c;
	display: inline-block;
	padding: 12px
}

.area-select .area-item.active,
.area-select .area-item:hover {
	color: #497fff
}

.area-select .row-list.all .detail-box {
	max-height: 144px;
	overflow-y: auto
}

.area-select .row-list.all .detail-box::-webkit-scrollbar {
	background: #fff;
	width: 6px
}

.area-select .row-list.all .detail-box::-webkit-scrollbar-thumb {
	background: #cfd2d6;
	border-radius: 6px
}

.area-select .row-list.all .detail-box::-webkit-scrollbar-track-piece {
	background: #e7e8eb
}

.area-select .row-list.all .area-detail {
	height: auto
}

.area-select .area-content {
	display: flex
}

.area-select .area-content .area-detail {
	flex: 1;
	height: 36px;
	overflow: hidden
}

.area-select .more {
	align-items: center;
	color: #a0a4ad;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 24px 12px 8px;
	user-select: none;
	white-space: nowrap
}

.area-select .more .icon-Down {
	color: #a0a4ad;
	display: inline-block;
	font-size: 16px;
	margin-left: 4px
}

.logo-num-box {
	align-items: center;
	background: #f5f7fa;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%
}

img.logo-num {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto
}

.number {
	align-items: center;
	color: #a0a4ad;
	display: flex;
	font-size: 32px;
	font-weight: 500;
	height: 100%;
	justify-content: center;
	line-height: 100%;
	text-align: center;
	width: 100%
}

@media screen and (max-width:799px) {
	.logo-num {
		font-size: 24px
	}
}

.default-padding {
	padding: 20px 24px
}

.set-padding-bottom {
	padding: 24px 24px 0
}

.mp-set-bottom {
	padding: 16px 24px 0
}

.right-bottom-centent {
	align-items: flex-start;
	background: #fff;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	gap: 40px
}

.right-bottom-centent .centent-style {
	display: flex;
	width: 100%
}

.right-bottom-centent .centent-style .content-left-style {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative
}

.right-bottom-centent .centent-style .content-left-style .logo-num-box {
	border-radius: 8px
}

.right-bottom-centent .centent-style .content-left-style .ex-status {
	background: #40ae89;
	border-radius: 8px 0 4px;
	color: #fff;
	font-size: 12px;
	height: 20px;
	left: 2px;
	line-height: 17px;
	padding: 2px 4px;
	position: absolute;
	top: 0
}

.right-bottom-centent .centent-style .content-left-style .content-hot-img {
	border: .5px solid #e7e8eb;
	border-radius: 8px;
	height: 64px;
	width: 64px
}

.right-bottom-centent .centent-style .content-left-style .content-rank-img {
	height: 24px;
	width: 24px
}

.right-bottom-centent .centent-style .right-padding-bottom {
	border-bottom: 1px solid #e7e8eb;
	padding-bottom: 24px
}

.right-bottom-centent .centent-style .right-padding-bottom :last-child {
	border-bottom: 1px solid transparent
}

.right-bottom-centent .centent-style .mb-right-bottom {
	border-bottom: 1px solid #e7e8eb;
	padding-bottom: 16px
}

.right-bottom-centent .centent-style .mb-right-bottom .flex-sb .centent-right-title {
	font-size: 17px;
	margin-bottom: 4px
}

.right-bottom-centent .centent-style .mb-right-bottom .centent-right-date.centent-right-1 {
	margin-bottom: 0
}

.right-bottom-centent .centent-style .mb-right-bottom .centent-right-date.centent-right-2 {
	margin-bottom: 8px
}

.right-bottom-centent .centent-style .centent-right-style {
	margin-left: 12px;
	width: 86%
}

.right-bottom-centent .centent-style .centent-right-style .centent-right-title {
	color: #111c33;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 8px
}

.right-bottom-centent .centent-style .centent-right-style .icon-FollowSolid1 {
	color: #2e6be5;
	font-size: 24px
}

.right-bottom-centent .centent-style .centent-right-style .centent-right-date {
	color: #707785;
	font-size: 14px;
	line-height: 20px
}

.right-bottom-centent .centent-style .centent-right-style .centent-right-date .iconfont {
	font-size: 16px;
	margin-right: 4px
}

.right-bottom-centent .centent-style .centent-right-style .centent-right-1 {
	margin-bottom: 4px
}

.right-bottom-centent .centent-style .centent-right-style .centent-right-2 {
	margin-bottom: 12px
}

.right-bottom-centent .centent-style .centent-right-style .centent-right-status-number {
	color: #2e6be6;
	display: flex;
	font-size: 14px
}

.right-bottom-centent .centent-style .centent-right-style .centent-right-status-number img {
	height: 20px;
	margin-right: 8px;
	width: 30px
}

.right-bottom-centent .centent-style .centent-right-style .centent-right-status-number .dealer-tag {
	background: rgba(64, 174, 137, .08);
	border-radius: 2px;
	color: #40ae89;
	font-size: 12px;
	font-weight: 400;
	gap: 10px;
	line-height: 20px;
	margin-right: 8px;
	padding: 0 8px
}

.right-bottom-centent .centent-style .centent-right-style .centent-right-status-number .company-tag {
	background: rgba(46, 107, 229, .08);
	border-radius: 2px;
	color: #2e6be6;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	gap: 10px;
	line-height: 20px;
	margin-right: 8px;
	min-width: 40px;
	padding: 0 8px
}

.right-bottom-centent .centent-style .centent-right-style .centent-right-status-number .company-number {
	background: rgba(46, 107, 229, .08);
	display: block;
	font-size: 12px;
	margin-right: 8px;
	max-width: 200px;
	padding: 1.5px 8px
}

.right-bottom-centent .centent-style .centent-right-style .centent-right-status-number .company-status {
	background: rgba(46, 107, 229, .08);
	font-size: 12px;
	padding: 1.5px 8px
}

.right-bottom-centent .centent-style .centent-right-style .v-html-container {
	color: #a0a4ad;
	font-size: 12px;
	line-height: 17px;
	margin-top: 8px
}

.right-bottom-centent .centent-style .logo-box {
	align-items: center;
	border: .5px solid #e7e8eb;
	display: flex;
	height: 64px;
	justify-content: center;
	overflow: hidden;
	width: 64px
}

.right-bottom-centent .centent-style .logo-box img {
	display: block;
	max-height: 100%;
	max-width: 100%
}

.right-bottom-centent .centent-style .loge-big-box {
	align-items: center;
	border: .5px solid #e7e8eb;
	border-radius: 8px;
	display: flex;
	height: 96px;
	justify-content: center;
	overflow: hidden;
	width: 96px
}

.right-bottom-centent .centent-style .loge-big-box img {
	display: block;
	max-height: 100%;
	max-width: 100%
}

.right-bottom-centent .centent-style .check-sc.logo-num-box {
	border-radius: 32px;
	height: 64px;
	width: 64px
}

.right-bottom-centent .centent-style .check-sc.logo-num-box .logo-num {
	border-radius: 50%
}

.right-bottom-centent .centent-style .logo-default {
	background-size: 24px auto
}

.right-bottom-centent:hover {
	background-color: #fafafa
}

.right-bottom-centent:hover .centent-style .centent-right-style .centent-right-title {
	color: #2e6be5
}

html[dir=rtl] .right-bottom-centent .centent-style .centent-right-style {
	margin: 0 12px 0 0
}

html[dir=rtl] .right-bottom-centent .centent-style .centent-right-status-number .company-number,
html[dir=rtl] .right-bottom-centent .centent-style .centent-right-status-number img {
	margin: 0 0 0 8px
}

.wiki-nav-wrap {
	overflow-x: auto;
	position: relative
}

.wiki-nav-wrap::-webkit-scrollbar {
	display: none
}

.wiki-nav-list {
	white-space: nowrap
}

.wiki-nav-list:after {
	border-bottom: 1px solid #000;
	bottom: 0;
	content: "";
	left: calc(var(--pointer-x)*1px);
	position: absolute;
	transition: left .3s ease;
	width: calc(var(--pointer-width)*1px)
}

.wiki-nav-item {
	align-items: center;
	color: #707785;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	justify-content: center;
	line-height: 22px;
	margin-right: 68px;
	padding: 21px 0;
	transition: color .2s ease
}

.wiki-nav-item:hover {
	color: #3d3d3d
}

.wiki-nav-item .active {
	background-color: #3d3d3d;
	bottom: -6px;
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%
}

@media(any-hover:hover) {
	.wiki-nav-item li:hover {
		color: #3d3d3d
	}
}

.wiki-nav-item.home-tab-active {
	color: #3d3d3d
}

.opposite .wiki-nav-item {
	margin-left: 68px;
	margin-right: 0
}

.wiki-nav-item.home-tab-active {
	box-shadow: none;
	color: #111c33;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	padding: 4px 0;
	position: relative
}

.wiki-nav-item.home-tab-active:after {
	background: #2e6be6;
	border-radius: 1px;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	width: 16px
}

@keyframes scaleBanner {
	0% {
		opacity: .8;
		transform: scale(1)
	}

	to {
		opacity: 1;
		transform: scale(1.05)
	}
}

@keyframes fadeSearch {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeAboute {
	0% {
		opacity: 0;
		transform: translateY(80px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.padding-top {
	padding-top: 60px
}

.home {
	background: #f5f7fa;
	padding-bottom: 80px;
	position: relative;
	width: 100vw
}

.home .banner {
	background: linear-gradient(145deg, #011f67, #3ab8fe);
	position: relative
}

.home .banner .banner-bg {
	display: block;
	display: flex;
	height: 700px;
	overflow: hidden;
	width: 100%
}

.home .banner .banner-bg .img1 {
	width: 100%
}

.home .banner .banner-bg .img1,
.home .banner .banner-bg .img2 {
	animation: scaleBanner 2s ease-in-out forwards;
	height: 700px;
	object-fit: cover;
	transform-origin: 50% 100%
}

.home .banner .banner-bg .img2 {
	width: 36%
}

@media screen and (max-width:1200px) {
	.home .banner .banner-bg .img2 {
		display: none
	}
}

.home .banner .banner-content {
	position: absolute;
	top: 100px;
	z-index: 2
}

.home .banner .content-img {
	position: absolute;
	right: 335px;
	top: -10px
}

.home .banner .con-en-img {
	position: absolute;
	right: 60px;
	top: -10px
}

.home .banner .box {
	margin-left: 200px;
	width: 1000px
}

.home .banner .new-width {
	width: 900px
}

.home .banner .bg-text-bottom {
	display: inline-block;
	position: relative;
	word-break: break-word
}

.home .banner .bg-text-bottom .icon-free {
	background: #ea960f;
	border-radius: 12px 12px 12px 0;
	bottom: 45px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 2px 12px;
	position: relative
}

.home .banner .bg-text-bottom img {
	height: 28px;
	position: absolute;
	right: -72px;
	top: 12px;
	width: 63px
}

.home .banner .bg-text-en-bottom {
	display: inline-block;
	position: relative
}

.home .banner .bg-text-en-bottom img {
	height: 28px;
	margin-bottom: 10px;
	width: 63px
}

.home .banner .bg-text-en-bottom .icon-free {
	background: #ea960f;
	border-radius: 12px 12px 12px 0;
	bottom: 35px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 2px 12px;
	position: relative
}

.home .banner .bg-text-en-bottom .title_h2 {
	word-break: break-word
}

.home .banner .bg-text-en-bottom .title_h2,
.home .banner .title_h2 {
	color: #fff;
	display: inline-block;
	font-size: 64px;
	font-weight: 700;
	line-height: 90px
}

.home .banner .title_h2 {
	word-break: break-all
}

.home .banner .title {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	line-height: 70px;
	text-align: center
}

.home .search-container {
	margin-top: 55px
}

.home .area-box {
	position: relative
}

.home .area-box:after {
	background-color: #e7e8eb;
	clear: both;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px
}

.home .header-tab {
	display: flex;
	margin-left: 210px;
	padding-bottom: 12px
}

.home .header-tab .tab-item {
	color: hsla(0, 0%, 100%, .8);
	cursor: pointer;
	display: block;
	font-size: 20px;
	line-height: 34px;
	margin-right: 64px;
	position: relative;
	transform: scale(1);
	transition: all .2s;
	user-select: none
}

.home .header-tab .tab-item:hover {
	color: #fff
}

.home .header-tab .tab-item.active {
	color: #fff;
	transform: scale(1.2)
}

.home .header-tab .tab-item.active:before {
	border-bottom: 4px solid #ea960f;
	border-radius: 2px;
	bottom: -8px;
	content: "";
	left: calc(50% - 20px);
	position: absolute;
	width: 40px
}

.home .search-box {
	align-items: center;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	display: flex;
	flex-wrap: wrap;
	height: 72px;
	margin: 27px 0 0 200px;
	position: relative;
	width: 800px;
	z-index: 9
}

.home .search-box .input {
	border: none;
	display: block;
	flex: 1;
	font-size: 16px;
	line-height: 22px;
	padding: 25px 20px
}

.home .search-box .input::-webkit-input-placeholder {
	color: #a0a4ad
}

.home .search-box .input:-moz-placeholder,
.home .search-box .input::-moz-placeholder {
	color: #a0a4ad
}

.home .search-box .input:-ms-input-placeholder {
	color: #a0a4ad
}

.home .search-box .search-btn {
	align-items: center;
	background: #ea960f;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	height: 56px;
	justify-content: center;
	line-height: 25px;
	margin-right: 8px;
	padding: 0;
	transition: .3s;
	width: 172px
}

.home .search-box .search-btn:hover {
	opacity: .85
}

.home .search-box .search-btn img {
	height: 24px;
	margin-right: 8px;
	width: 24px
}

.home .hot {
	align-items: center;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 20px;
	margin-top: 40px;
	width: 100%
}

.home .hot .hot-img {
	height: 16px;
	margin-right: 8px;
	width: 16px
}

.home .hot .hot-item {
	color: #fff;
	cursor: pointer;
	margin-right: 24px
}

.home .hot .hot-item:hover i {
	border-bottom: 1px solid #fff;
	color: #fff
}

.home .hot .intro {
	background: #497fff;
	cursor: default
}

.home .about {
	position: relative
}

.home .about .about-content {
	animation: fadeAboute 2s ease-in-out forwards;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	left: calc(50% - 600px);
	padding: 20px 40px;
	position: absolute;
	top: -47.5px;
	width: 1200px;
	z-index: 1
}

.home .about .about-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 220px
}

.home .about .about-item img {
	display: inline-block;
	max-height: 54px
}

.home .about .about-item .title {
	align-items: center;
	color: #111c33;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	justify-content: center;
	line-height: 25px
}

.home .about .about-item .text {
	color: #a0a4ad;
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px
}

.home .area-search .area-tab {
	align-items: center;
	display: flex;
	height: 40px;
	padding-left: 10px;
	position: relative;
	z-index: 1
}

.home .area-search .area-tab .tab-text {
	color: #707785;
	cursor: pointer;
	font-size: 20px;
	line-height: 28px;
	margin-right: 64px;
	transform: scale(1);
	transition: all .1s
}

.home .area-search .area-tab .tab-text:hover {
	color: #111c33;
	position: relative
}

.home .area-search .area-tab .tab-text:hover:before {
	border-bottom: 2px solid #2e6be6;
	border-radius: 1px;
	bottom: -4px;
	content: "";
	left: 0;
	left: calc(50% - 8px);
	position: absolute;
	width: 16px
}

.home .area-search .area-tab .active {
	color: #111c33;
	position: relative;
	transform: scale(1.2)
}

.home .area-search .area-tab .active:before {
	border-bottom: 2px solid #2e6be6;
	border-radius: 1px;
	bottom: -4px;
	content: "";
	left: 0;
	left: calc(50% - 8px);
	position: absolute;
	width: 16px
}

.home .area-search .area-content {
	align-items: flex-start;
	display: flex;
	margin-top: 18px
}

.home .area-search .area-content .right-style {
	margin-left: 20px;
	width: 320px
}

.home .area-search .area-content .right-style .right-header {
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 24px
}

.home .area-search .area-content .right-style .right-header .header-top {
	align-items: center;
	display: flex
}

.home .area-search .area-content .right-style .right-header .header-top .header-img {
	border: .5px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 64px;
	object-fit: cover;
	width: 64px
}

.home .area-search .area-content .right-style .right-header .header-top .header-top-right {
	flex: 1;
	margin-left: 12px
}

.home .area-search .area-content .right-style .right-header .header-top .header-top-right .header-name {
	color: #111c33;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	max-width: 196px
}

.home .area-search .area-content .right-style .right-header .header-top .header-top-right .header-name:hover {
	color: #2e6be5
}

.home .area-search .area-content .right-style .right-header .header-top .header-top-right .header-introduce {
	color: #a0a4ad;
	font-size: 12px;
	line-height: 17px;
	margin-top: 4px;
	max-width: 196px
}

.home .area-search .area-content .right-style .right-header .hader-bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 20px
}

.home .area-search .area-content .right-style .right-header .hader-bottom .bottom-left-style {
	cursor: default;
	min-width: 136px;
	text-align: center
}

.home .area-search .area-content .right-style .right-header .hader-bottom .bottom-left-style div:first-child {
	color: #111c33;
	font-family: DIN-Medium;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px
}

.home .area-search .area-content .right-style .right-header .hader-bottom .bottom-left-style div:nth-child(2) {
	color: #41495c;
	font-size: 12px;
	line-height: 17px;
	margin-top: 4px
}

.home .area-search .area-content .right-style .right-header .hader-bottom .login {
	cursor: pointer
}

.home .area-search .area-content .right-style .right-header .hader-bottom .login:hover div {
	color: #2e6be5
}

.home .area-search .area-content .right-style .right-bottom .right-bottom-title {
	color: #111c33;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 20px 0 16px
}

.home .area-search .area-content .right-style .right-bottom .hot-card-box {
	border-radius: 4px
}

.home .area-search .area-content .right-style .right-bottom .hot-card-box .centent-style .centent-right-style .centent-right-date {
	align-items: center;
	display: flex
}

.home .area-search .area-content .right-style .right-bottom .hot-card-box .centent-style .centent-right-style .centent-right-date i:nth-child(2) {
	word-wrap: break-word;
	max-width: 176px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.home .area-search .area-company {
	display: flex;
	flex-wrap: wrap;
	width: 860px
}

.home .area-search .company {
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
	height: 329px;
	margin-bottom: 4px;
	transition: all .2s;
	width: 284px
}

.home .area-search .company>a {
	display: block;
	height: 100%;
	padding: 24px;
	width: 100%
}

.home .area-search .company:hover {
	border-radius: 4px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
	transform: scale(1.05)
}

.home .area-search .company:hover .title {
	color: #2e6be5
}

.home .area-search .company .company-logo {
	height: 160px;
	margin: 0 auto;
	width: 160px
}

.home .area-search .company .company-logo img {
	height: 100%;
	width: 100%
}

.home .area-search .company .title {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	margin-top: 12px
}

.home .area-search .company .detail {
	color: #707785;
	font-size: 14px;
	line-height: 20px
}

.home .area-search .company .detail .icon-Address,
.home .area-search .company .detail .icon-company {
	color: #a0a4ad;
	font-size: 16px;
	margin-right: 4px
}

.home .area-search .company .mt-8 {
	margin-top: 8px
}

.home .area-search .company .mt-4 {
	margin-top: 4px
}

.home .area-search .company .company-bottom {
	color: #2e6be6;
	font-size: 12px
}

.home .area-search .company .company-bottom .company-number-status {
	background: rgba(46, 107, 229, .08);
	display: inline-block;
	line-height: 17px;
	margin-top: 12px;
	padding: 1.5px 8px
}

.home .area-search .company:not(:nth-child(3n)) {
	margin-right: 4px
}

.home .mt-65 {
	margin-top: 65px
}

.home .mt-83 {
	margin-top: 83px
}

.home .mt-108 {
	margin-top: 108px
}

.home .mt-103 {
	margin-top: 103px
}

.home .mt-129 {
	margin-top: 129px
}

.home .map-title {
	color: #111c33;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 20px auto 0;
	width: 1200px
}

.home .map {
	margin-top: 16px
}

.home .map .map-content {
	background: #fff;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 24px;
	position: relative
}

.home .map .map-content .map-type-color {
	left: 24px;
	position: absolute;
	top: 516px
}

.home .map .map-content .map-type-color .map-color-default {
	align-items: center;
	display: flex;
	margin-bottom: 14px
}

.home .map .map-content .map-type-color .map-color-default .default-bg {
	background: #0d3380;
	border-radius: 2px;
	display: inline-block;
	height: 12px;
	margin-right: 8px;
	width: 32px
}

.home .map .map-content .map-type-color .map-color-select {
	align-items: center;
	display: flex
}

.home .map .map-content .map-type-color .map-color-select .select-bg {
	background: #2e6be6;
	border-radius: 2px;
	display: inline-block;
	height: 12px;
	margin-right: 8px;
	width: 32px
}

.home .map .map-content .map-type-color .map-color-text {
	color: #a0a4ad;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px
}

.home .map .map-title {
	border-bottom: 1px solid #e3e3e3;
	font-size: 18px;
	font-weight: 400;
	padding: 18px 12px 12px
}

.home .map #chart {
	height: 560px;
	overflow: hidden;
	width: 812px
}

.home .map .map-company {
	border: 1px solid #e7e8eb;
	border-radius: 4px;
	max-height: 560px;
	overflow: auto;
	width: 320px
}

.home .map .map-company::-webkit-scrollbar {
	background: #fff;
	width: 6px
}

.home .map .map-company::-webkit-scrollbar-thumb {
	background: #e7e8eb;
	border-radius: 3px
}

.home .map .map-company::-webkit-scrollbar-track-piece {
	background: #fff
}

.home .map .company {
	cursor: pointer;
	padding: 12px
}

.home .map .company>a {
	display: flex
}

.home .map .company:hover .company-name {
	color: #497fff
}

.home .map .company .logo-box {
	align-items: center;
	display: flex;
	height: 50px;
	justify-content: center;
	width: 50px
}

.home .map .company .logo-box img {
	display: block;
	max-height: 100%;
	max-width: 100%
}

.home .map .company .company-name {
	flex: 1;
	font-size: 18px;
	line-height: 25px
}

.home .map .more-btn {
	border-top: 1px solid #e3e3e3;
	color: #497fff;
	cursor: pointer;
	font-size: 16px;
	padding: 14px 0;
	text-align: center;
	user-select: none
}

.home .logo-default {
	background-size: 24px auto
}

.home .advertising-center {
	left: 50%;
	max-width: 1200px;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2010
}

.home .advertising-center img {
	border-radius: 8px;
	height: 100%;
	object-fit: cover;
	width: 100%
}

.home .advertising-center i {
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 4px
}

.home .advertising-center .close {
	align-items: center;
	background: rgba(0, 0, 0, .6);
	border-radius: 0 8px;
	cursor: pointer;
	display: flex;
	height: 28px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	z-index: 2002
}

.home .advertising-center .close span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px
}

.home .advertising-center .close img {
	height: 16px;
	margin-left: 6px;
	width: 16px
}

.home .top-ad-box {
	background-color: #fff !important;
	height: 60px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2100
}

.home .top-ad-box img {
	cursor: pointer;
	height: 100%;
	object-fit: cover;
	width: 100%
}

.home .top-ad-box .close-box {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 0
}

.home .top-ad-box .close-box .close-box-btn {
	background-color: rgba(0, 0, 0, .3);
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 12px
}

.home .top-ad-box .close-box .lable {
	background: rgba(0, 0, 0, .3);
	border: 1px solid hsla(0, 0%, 100%, .3);
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	height: 20px;
	line-height: 18px;
	padding: 0 4px
}

.home-page-m .mp-banner {
	background-image: url(../img/banner-bg-mp.a6f447e.png);
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
	width: 100%
}

.home-page-m .mp-banner .tab-box-mp {
	color: #fff;
	display: flex;
	justify-content: center;
	justify-content: space-around;
	margin-bottom: 12px;
	margin-top: 20px
}

.home-page-m .mp-banner .tab-box-mp .tab-item-mp {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px
}

.home-page-m .mp-banner .tab-box-mp .active {
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	position: relative
}

.home-page-m .mp-banner .tab-box-mp .active:before {
	border-bottom: 2px solid #ea960f;
	border-radius: 1px;
	bottom: -4px;
	content: "";
	left: 0;
	left: calc(50% - 8px);
	position: absolute;
	width: 16px
}

.home-page-m .mp-banner .slogan-en-title,
.home-page-m .mp-banner .slogan-title {
	margin-left: 32px;
	margin-right: 16px;
	margin-top: 24px
}

.home-page-m .mp-banner .slogan-en-title {
	position: relative
}

.home-page-m .mp-banner .slogan-en-title .icon-free {
	background: #ea960f;
	border-radius: 12px 12px 12px 0;
	bottom: 12px;
	color: #fff;
	font-size: 14px;
	left: 3px;
	padding: 2px 8px;
	position: relative;
	white-space: nowrap
}

.home-page-m .mp-banner .bg-text-bottom {
	display: inline-block;
	position: relative
}

.home-page-m .mp-banner .bg-text-bottom .icon-free {
	background: #ea960f;
	border-radius: 12px 12px 12px 0;
	bottom: 12px;
	color: #fff;
	font-size: 14px;
	left: 3px;
	padding: 2px 8px;
	position: relative;
	white-space: nowrap
}

.home-page-m .mp-banner .title_h2-mp {
	color: #fff;
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	line-height: 45px;
	word-break: break-word
}

.home-page-m .mp-banner .title-en-mp {
	font-size: 28px
}

.home-page-m .mp-banner .search-wrapper-mp {
	align-items: center;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	display: flex;
	flex-direction: row;
	margin: 0 16px;
	padding: 8px 16px
}

.home-page-m .mp-banner .search-wrapper-mp .search-box-mp {
	display: flex;
	justify-content: space-between;
	width: 100%
}

.home-page-m .mp-banner .search-wrapper-mp .search-box-mp .icon-Search {
	color: #ea960f;
	font-size: 24px
}

.home-page-m .mp-banner .hot-box-mp {
	margin-bottom: 16px;
	margin-left: 19px;
	margin-top: 16px;
	overflow-x: auto;
	white-space: nowrap
}

.home-page-m .mp-banner .hot-box-mp .hot-img-mp {
	height: 12px;
	margin-right: 7px;
	vertical-align: middle;
	width: 12px
}

.home-page-m .mp-banner .hot-box-mp .hot-item-mp {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	margin-right: 24px;
	text-align: center
}

.home-page-m .area-search-mp {
	align-items: center;
	display: flex;
	height: 44px;
	overflow-x: auto
}

.home-page-m .area-search-mp .info-tabs-box {
	background-color: #fff;
	width: 100%
}

.home-page-m .area-search-mp .info-tabs-box .home-tab {
	background-color: #fff;
	height: 44px;
	padding: 0;
	width: 100%
}

.home-page-m .area-search-mp .info-tabs-box .home-tab .wiki-nav-item {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-right: 24px;
	padding: 12px 0
}

.home-page-m .area-search-mp .info-tabs-box .home-tab .home-tab-active {
	font-weight: 600;
	padding: 4px 0
}

.home-page-m .area-search-mp .zh-tab-mp .home-tab .wiki-nav-list {
	align-items: center;
	display: flex;
	justify-content: space-between
}

.home-page-m .area-search-mp .zh-tab-mp .home-tab .wiki-nav-item {
	margin-right: 0
}

.home-page-m .area-search-mp .area-tab-mp {
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.home-page-m .area-search-mp .area-tab-mp .tab-text-mp {
	color: #707785;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px
}

.home-page-m .area-search-mp .area-tab-mp .en-text-mp {
	display: flex;
	margin-right: 24px
}

.home-page-m .area-search-mp .area-tab-mp .active {
	color: #111c33;
	font-weight: 500;
	line-height: 22px;
	position: relative
}

.home-page-m .area-search-mp .area-tab-mp .active:after {
	border-bottom: 2px solid #2e6be6;
	border-radius: 1px;
	bottom: -4px;
	content: "";
	left: 0;
	left: calc(50% - 8px);
	position: absolute;
	width: 16px
}

.home-page-m .area-search-mp .zh-tab-mp {
	padding: 0 32px
}

.home-page-m .area-search-mp .en-tab-mp {
	margin-left: 15px
}

.home-page-m .to-fix {
	top: 85px
}

.home-page-m .search-to-fix,
.home-page-m .to-fix {
	background: #fff;
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	z-index: 10
}

.home-page-m .search-to-fix {
	top: 44px
}

.home-page-m .search-wrapper-fixed-mp {
	align-items: center;
	background: #f5f7fa;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	margin: 0 16px 15px;
	padding: 8px 16px
}

.home-page-m .search-wrapper-fixed-mp .search-box-mp {
	display: flex;
	justify-content: space-between;
	width: 100%
}

.home-page-m .search-wrapper-fixed-mp .search-box-mp .search-btn {
	margin-right: 8px
}

.home-page-m .search-wrapper-fixed-mp .search-box-mp .icon-Search {
	color: #a0a4ad;
	font-size: 24px
}

.home-page-m .mp-reset-hot-card .hot-card:last-child .mb-right-bottom {
	border-bottom: 1px solid transparent
}

.home-page-m .mp-reset-hot-card {
	padding-bottom: 48px
}

.mp-reset-hot-card .right-bottom-centent .centent-style .centent-right-style {
	max-width: 76%
}

.area-search-mp::-webkit-scrollbar,
.hot-box-mp::-webkit-scrollbar {
	display: none
}

html[dir=rtl] .home .banner .banner-content .box {
	margin-left: 0;
	margin-right: 200px
}

html[dir=rtl] .home .banner .banner-content .search-container .header-tab {
	margin-left: 0;
	margin-right: 161px
}

html[dir=rtl] .home .banner .banner-content .search-container .search-box {
	margin: 39px 200px 0 0
}

html[dir=rtl] .home .banner .banner-content .search-container .search-box .area-box .area-select .select-list {
	left: auto;
	right: 0
}

html[dir=rtl] .home .banner .banner-content .search-container .search-box .search-btn,
html[dir=rtl] .home .banner .banner-content .search-container .search-box .search-btn img {
	margin-left: 8px;
	margin-right: 0
}

html[dir=rtl] .home .banner .banner-content .search-container .search-box .hot .hot-item {
	margin-left: 24px;
	margin-right: 0
}

html[dir=rtl] .home .banner .banner-content .search-container .search-box .hot .hot-img {
	margin-left: 8px;
	margin-right: 0
}

html[dir=rtl] .home .area-search .area-content .area-company .company:not(:nth-child(3n)) {
	margin-left: 4px;
	margin-right: 0
}

html[dir=rtl] .home .area-search .area-content .right-style {
	margin-left: 0;
	margin-right: 20px
}

html[dir=rtl] .home .area-search .area-content .right-style .hot-card-box .right-bottom-centent .centent-style .centent-right-style,
html[dir=rtl] .home .area-search .area-content .right-style .right-header .header-top-right,
html[dir=rtl] .home .map .map-company .right-bottom-centent .centent-style .centent-right-style {
	margin-left: 0;
	margin-right: 12px
}

html[dir=rtl] .home .map .map-content .map-type-color {
	left: auto;
	right: 24px
}

html[dir=rtl] .home .map .map-content .map-type-color .map-color-default .default-bg,
html[dir=rtl] .home .map .map-content .map-type-color .map-color-select .select-bg {
	margin-left: 8px;
	margin-right: 0
}

html[dir=rtl] .home-page-m .mp-banner .slogan-title {
	margin-left: 0;
	margin-right: 32px
}

html[dir=rtl] .home-page-m .mp-banner .hot-box-mp {
	margin-left: 0;
	margin-right: 19px
}

html[dir=rtl] .home-page-m .mp-banner .hot-box-mp .hot-img-mp {
	margin-left: 7px;
	margin-right: 0
}

html[dir=rtl] .home-page-m .mp-banner .hot-box-mp .hot-item-mp {
	margin-left: 24px;
	margin-right: 0
}