.mb-title-non-breaking {
	white-space: nowrap
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*,
*::after,
*::before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}

.home-btn {
	width: 200px;
	height: 50px;
	background: #00ADEF;
	color: #fff;
	padding: 16px 0px;
	font: normal 400 13px/18px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
	font-weight: 500
}

@media screen and (max-width: 767px) {
	.home-btn {
		width: 140px;
		height: 40px;
		padding: 11px 0px;
		font-weight: normal
	}
}

.home-btn--red {
	background: #c00
}

.home-btn--gray {
	background: #666
}

a.home-btn {
	display: inline-block;
	text-align: center
}

.text-btn {
	font: normal 400 13px/18px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
	color: #333;
	font-weight: 500;
	padding-bottom: 4px;
	border-bottom: none
}

.text-btn::before {
	color: #333;
	position: relative;
	content: "";
	font-family: "cn-icons";
	font-weight: normal;
	font-size: 100%;
	padding-right: 6px;
	font-size: 12px;
	top: 1px
}

.text-btn:hover {
	color: #00ADEF
}

.text-btn:hover::before {
	color: #00ADEF
}

@media screen and (max-width: 767px) {
	.text-btn {
		font: normal 400 13px/18px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
		color: #fff;
		font-weight: 500;
		padding-bottom: 4px;
		border-bottom: none
	}
	.text-btn::before {
		color: #fff;
		position: relative;
		content: "";
		font-family: "cn-icons";
		font-weight: normal;
		font-size: 100%;
		padding-right: 6px;
		font-size: 12px;
		top: 1px
	}
	.text-btn:hover {
		color: #00ADEF
	}
	.text-btn:hover::before {
		color: #00ADEF
	}
}

.home-article {
	display: inline-block;
	padding: 20px;
	color: #333
}

.home-article--white {
	color: #fff
}

@media screen and (min-width: 980px) {
	.home-article {
		padding: 40px
	}
}

.home-article__title {
	-webkit-transform: scaleX(0.7);
	-moz-transform: scaleX(0.7);
	-ms-transform: scaleX(0.7);
	transform: scaleX(0.7);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	width: 142.857143%;
	margin-bottom: 10px;
	font-weight: normal
}

@media screen and (min-width: 768px) {
	.home-article__title {
		font: normal 400 36px/1 "SimSun", serif
	}
}

@media screen and (max-width: 767px) {
	.home-article__title {
		font: normal 400 36px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
	}
}

@media screen and (max-width: 767px) {
	.home-article__title {
		-webkit-transform: scaleX(0.7);
		-moz-transform: scaleX(0.7);
		-ms-transform: scaleX(0.7);
		transform: scaleX(0.7);
		-webkit-transform-origin: left;
		-moz-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
		width: 142.857143%;
		margin-bottom: 20px;
		font-weight: normal
	}
}

@media screen and (max-width: 767px) and (min-width: 768px) {
	.home-article__title {
		font: normal 400 20px/28px "SimSun", serif
	}
}

@media screen and (max-width: 767px) and (max-width: 767px) {
	.home-article__title {
		font: normal 400 20px/28px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
	}
}

.home-article__info {
	font: normal 400 16px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
	letter-spacing: 1px;
	margin-bottom: 20px
}

@media screen and (max-width: 767px) {
	.home-article__info {
		display: none
	}
}

.full-width-panel {
	margin-top: 70px;
	margin-bottom: 0px;
	position: relative
}

@media screen and (max-width: 767px) {
	.full-width-panel {
		margin-top: 20px
	}
}

.full-width-panel__wrapper {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%
}

@media screen and (max-width: 767px) {
	.full-width-panel__wrapper {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		max-width: none;
		margin: 0;
		width: 100%;
		left: 0;
		bottom: 0
	}
}

.full-width-panel__article {
	width: 300px;
	padding-left: 36px;
	padding-right: 36px;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.full-width-panel__article .text-btn {
	font: normal 400 13px/18px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
	color: #333;
	font-weight: 500;
	padding-bottom: 4px;
	border-bottom: none
}

.full-width-panel__article .text-btn::before {
	color: #333;
	position: relative;
	content: "";
	font-family: "cn-icons";
	font-weight: normal;
	font-size: 100%;
	padding-right: 6px;
	font-size: 12px;
	top: 1px
}

.full-width-panel__article .text-btn:hover {
	color: #00ADEF
}

.full-width-panel__article .text-btn:hover::before {
	color: #00ADEF
}

.full-width-panel__article .text-btn {
	font-size: 14px
}

@media screen and (max-width: 767px) {
	.full-width-panel__article {
		background: rgba(0, 0, 0, 0.3);
		color: #fff;
		width: 100%;
		height: 130px;
		top: initial;
		bottom: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none
	}
	.full-width-panel__article .alt-btn {
		border-bottom: 1px solid #fff;
		color: #fff
	}
	.full-width-panel__article .text-btn {
		font: normal 400 13px/18px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
		color: #fff;
		font-weight: 500;
		padding-bottom: 4px;
		border-bottom: none
	}
	.full-width-panel__article .text-btn::before {
		color: #fff;
		position: relative;
		content: "";
		font-family: "cn-icons";
		font-weight: normal;
		font-size: 100%;
		padding-right: 6px;
		font-size: 12px;
		top: 1px
	}
	.full-width-panel__article .text-btn:hover {
		color: #00ADEF
	}
	.full-width-panel__article .text-btn:hover::before {
		color: #00ADEF
	}
}

.full-width-panel__article .home-article__title {
	-webkit-transform: scaleX(0.7);
	-moz-transform: scaleX(0.7);
	-ms-transform: scaleX(0.7);
	transform: scaleX(0.7);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	width: 142.857143%;
	font-weight: normal
}

@media screen and (min-width: 768px) {
	.full-width-panel__article .home-article__title {
		font: normal 400 36px/50px "SimSun", serif
	}
}

@media screen and (max-width: 767px) {
	.full-width-panel__article .home-article__title {
		font: normal 400 36px/50px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
	}
}

@media screen and (max-width: 767px) {
	.full-width-panel__article .home-article__title {
		-webkit-transform: scaleX(0.7);
		-moz-transform: scaleX(0.7);
		-ms-transform: scaleX(0.7);
		transform: scaleX(0.7);
		-webkit-transform-origin: left;
		-moz-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
		width: 142.857143%;
		font-weight: 600
	}
}

@media screen and (max-width: 767px) and (min-width: 768px) {
	.full-width-panel__article .home-article__title {
		font: normal 400 20px/28px "SimSun", serif
	}
}

@media screen and (max-width: 767px) and (max-width: 767px) {
	.full-width-panel__article .home-article__title {
		font: normal 400 20px/28px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
	}
}

@media screen and (min-width: 768px) {
	.full-width-panel .home-article__info {
		font-weight: 300
	}
}

.promo-panel {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative
}

@media screen and (max-width: 767px) {
	.promo-panel {
		margin-top: 20px;
		margin-bottom: 20px
	}
}

@media screen and (max-width: 767px) {
	.promo-panel .section-header__subtitle {
		letter-spacing: .6px
	}
}

.promo-panel__list--2>li:first-of-type {
	margin-right: 10px
}

.promo-panel__list--3>li {
	margin-right: 5px
}

.promo-panel__list--3>li:last-of-type {
	margin-right: 0px
}

.promo-panel__item {
	width: 100%;
	float: left
}

@media screen and (max-width: 767px) {
	.promo-panel__item {
		float: none;
		margin: 20px 0px
	}
}

@media screen and (min-width: 768px) {
	.promo-panel__item--medium {
		width: 460px
	}
}

@media screen and (min-width: 980px) {
	.promo-panel__item--medium {
		width: 620px
	}
}

@media screen and (min-width: 768px) {
	.promo-panel__item--small {
		width: 230px
	}
}

@media screen and (min-width: 980px) {
	.promo-panel__item--small {
		width: 310px
	}
}

.promo-panel__item:first-of-type {
	margin-left: 0px
}

.promo-panel-item {
	position: relative;
	color: #333;
	cursor: pointer
}

.promo-panel-item__cover {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0
}

@media screen and (max-width: 767px) {
	.promo-panel-item__cover {
		background-color: rgba(0, 0, 0, 0.1);
		opacity: 1
	}
}

.promo-panel-item__link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: #fff;
	opacity: 0
}

.promo-panel-item .home-article-group {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 767px) {
	.promo-panel-item .home-article-group {
		padding-left: 0
	}
}

.promo-panel-item .home-article-group--black .home-article__title {
	color: #333
}

.promo-panel-item .home-article-group--black .home-article-group__article .text-btn {
	color: #333
}

.promo-panel-item .home-article-group--black .home-article-group__article .text-btn::before {
	color: #333
}

.promo-panel-item .home-article-group--black .home-article-group__article .home-article__info {
	color: #333
}

.promo-panel-item .home-article-group__article {
	position: relative;
	padding: 0;
	max-width: 440px;
	opacity: 0;
	display: none
}

.promo-panel-item .home-article-group__article .text-btn {
	font: normal 400 13px/18px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
	color: #fff;
	font-weight: 500;
	padding-bottom: 4px;
	border-bottom: none
}

.promo-panel-item .home-article-group__article .text-btn::before {
	color: #fff;
	position: relative;
	content: "";
	font-family: "cn-icons";
	font-weight: normal;
	font-size: 100%;
	padding-right: 6px;
	font-size: 12px;
	top: 1px
}

.promo-panel-item .home-article-group__article .text-btn:hover {
	color: #00ADEF
}

.promo-panel-item .home-article-group__article .text-btn:hover::before {
	color: #00ADEF
}

.promo-panel-item .home-article-group__article .text-btn {
	font-size: 14px
}

@media screen and (max-width: 767px) {
	.promo-panel-item .home-article-group__article {
		max-width: 100%;
		padding-left: 16px;
		display: block;
		opacity: 1
	}
}

.promo-panel-item .home-article-group__article .home-article__info {
	margin-bottom: 0;
	color: #fff
}

.promo-panel-item .home-article-group__article .text-btn {
	display: inline-block;
	margin-top: 26px;
	position: relative;
	z-index: 2
}

@media screen and (max-width: 767px) {
	.promo-panel-item .home-article-group__article .text-btn {
		margin-top: 0
	}
}

.promo-panel-item:hover .home-article-group .home-article-group__article {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	display: block;
	opacity: 1
}

@media screen and (max-width: 767px) {
	.promo-panel-item:hover .home-article-group .home-article-group__article {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none
	}
}

.promo-panel-item:hover .promo-panel-item__cover {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
	display: block;
	opacity: 1
}

@media screen and (max-width: 767px) {
	.promo-panel-item:hover .promo-panel-item__cover {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none
	}
}

.promo-panel-item .home-article__title {
	position: relative;
	color: #fff;
	z-index: 1
}

@media screen and (max-width: 767px) {
	.promo-panel-item .home-article__title {
		margin-left: 16px;
		font-size: 22px
	}
}

.vehicle-panel {
	margin-top: 60px;
	margin-bottom: 10px
}

@media screen and (max-width: 767px) {
	.vehicle-panel {
		margin-top: 20px;
		margin-bottom: 20px
	}
}

.vehicle-panel__container {
	position: relative
}

.vehicle-panel .section-header__subtitle {
	margin-top: 30px;
	margin-bottom: 20px
}

@media screen and (max-width: 767px) {
	.vehicle-panel .section-header__subtitle {
		letter-spacing: .6px
	}
}

@media screen and (min-width: 768px) {
	.vehicle-panel .section-header__subtitle {
		margin-top: 0;
		margin-bottom: 41px
	}
}

.vehicle-panel__list {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%
}

.vehicle-panel__item {
	cursor: pointer;
	position: relative;
	width: 25%;
	float: left;
	border-right: 1px solid #fff;
	height: 100%
}

@media screen and (max-width: 767px) {
	.vehicle-panel__item {
		width: 100%;
		height: 25%;
		border-right: none;
		border-bottom: 1px solid #fff
	}
}

.vehicle-panel__item:last-of-type {
	border-right: none
}

@media screen and (max-width: 767px) {
	.vehicle-panel__item:last-of-type {
		border-bottom: none
	}
}

.vehicle-panel__item:hover {
	background: rgba(0, 0, 0, 0.38)
}

.vehicle-panel__item:hover .vehicle-panel__item-text {
	top: -moz-calc(100% - 160px);
	top: calc(100% - 160px)
}

@media screen and (max-width: 767px) {
	.vehicle-panel__item:hover .vehicle-panel__item-text {
		top: 50%
	}
}

.vehicle-panel__item:hover .vehicle-panel__item-text::before {
	color: #333;
	background: #fff
}

.vehicle-panel__item-text {
	position: absolute;
	top: -moz-calc(100% - 140px);
	top: calc(100% - 140px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 95px;
	text-align: center;
	font: normal 400 20px/28px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
	font-weight: 600;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	color: #fff
}

@media screen and (max-width: 767px) {
	.vehicle-panel__item-text {
		left: 20px;
		right: 27px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font: normal 400 16px/25px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
		max-width: unset;
		text-align: left;
		font-weight: 600;
		text-shadow: 0 2px 5px rgba(0, 0, 0, 0.36)
	}
}

.vehicle-panel__item-text::before {
	content: "";
	font-family: "cn-icons";
	font-weight: normal;
	font-size: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 31px;
	color: #fff
}

@media screen and (max-width: 767px) {
	.vehicle-panel__item-text::before {
		width: 25px;
		height: 25px;
		display: inline-block;
		float: right;
		line-height: 25px;
		margin-bottom: 0px
	}
}

.home-hero {
	position: relative;
	margin-bottom: 60px
}

@media screen and (max-width: 767px) {
	.home-hero {
		margin-bottom: 40px
	}
}

.home-hero__item {
	display: none
}

.home-hero__item:first-child {
	display: block;
	visibility: hidden
}

.home-hero__article {
	margin-top: 40px;
	width: 100%;
	position: absolute;
	top: 0px;
	text-align: center
}

@media screen and (max-width: 767px) {
	.home-hero__article {
		position: static;
		width: auto;
		margin-left: 20px;
		margin-right: 20px
	}
}

.home-hero__info {
	margin-top: 18px;
	font: normal 400 16px/35px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
	color: #fff;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.5px;
	color: #fff
}

@media screen and (max-width: 767px) {
	.home-hero__info {
		margin-top: 40px;
		font-size: 13px;
		line-height: 24px;
		color: #333
	}
}

@media screen and (max-width: 767px) {
	.home-hero__info {
		font: normal 400 13px/1.85 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
		font-weight: normal;
		letter-spacing: 0.4px
	}
}

@media screen and (min-width: 768px) {
	.home-hero__info {
		font: normal 400 14px/1.75 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
	}
}

.home-hero__button {
	margin-top: 20px;
	width: 100px;
	height: 30px;
	padding: 6px 0px
}

@media screen and (max-width: 767px) {
	.home-hero__button {
		width: 140px;
		height: 40px;
		padding: 11px 0px
	}
}

.home-hero_sub-brand {
	background-color: #222
}

.home-hero .carousel .home-hero__item {
	display: block;
	visibility: visible
}

.home-hero .carousel-nav__indicator {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
	z-index: 500
}

@media screen and (max-width: 767px) {
	.home-hero .carousel-nav__indicator {
		bottom: auto;
		top: 320px
	}
}

.home-hero .carousel-nav__indicator-list {
	padding-bottom: 0
}

.home-hero .carousel-nav__indicator-dot {
	width: 36px
}

.home-hero .carousel-nav__indicator-dot--selected {
	width: 72px
}

@media screen and (max-width: 767px) {
	body[data-theme="amg"] .home-hero__item-image {
		height: 222px;
		object-fit: cover
	}
}

@media screen and (max-width: 767px) {
	body[data-theme="amg"] .home-hero .carousel-nav__indicator {
		top: 185px
	}
}

@media screen and (min-width: 768px) {
	body[data-theme="amg"] .home-hero .carousel-nav__indicator {
		bottom: 86px
	}
}

body[data-theme="amg"] .home-hero .carousel-nav__indicator-dot--selected {
	border-color: #c00
}

@media screen and (max-width: 767px) {
	body[data-theme="amg"] .home-hero .carousel-nav__indicator-dot {
		border-color: #666
	}
	body[data-theme="amg"] .home-hero .carousel-nav__indicator-dot--selected {
		border-color: #c00
	}
}

body[data-theme="amg"] .home-hero .carousel--autoplay .carousel-nav__indicator-dot--selected {
	border-color: #fff
}

body[data-theme="amg"] .home-hero .carousel--autoplay .carousel-nav__indicator-dot--selected:after {
	background-color: #c00
}

@media screen and (max-width: 767px) {
	body[data-theme="amg"] .home-hero .carousel--autoplay .carousel-nav__indicator-dot {
		border-color: #666
	}
	body[data-theme="amg"] .home-hero .carousel--autoplay .carousel-nav__indicator-dot:after {
		background-color: #666
	}
	body[data-theme="amg"] .home-hero .carousel--autoplay .carousel-nav__indicator-dot--selected {
		border-color: #666
	}
	body[data-theme="amg"] .home-hero .carousel--autoplay .carousel-nav__indicator-dot--selected:after {
		background-color: #c00
	}
}

body[data-theme="amg"] .home-hero__info {
	white-space: normal
}

@media screen and (max-width: 767px) {
	body[data-theme="amg"] .home-hero__info {
		color: #fff
	}
}

.home-hero__editor-model .home-hero__item {
	display: block;
	position: relative
}

.home-hero__editor-model .carousel__slide-bg {
	opacity: 1
}

.home-hero__editor-model .carousel__slide .carousel__slide-content {
	visibility: visible
}