/* 公共样式 */
/* /////////////////////////////////////// */

body {
	min-width: 1200px !important;
}

.dirrtl {
	direction: rtl;
}

.dirltr {
	direction: ltr;
}

[v-cloak] {
	display: none;
}
@font-face {
	font-family: 'CairoBold';
	src: url('../font/Cairo-Bold.ttf');
}
@font-face {
	font-family: 'CairoBlack';
	src: url('../font/Cairo-Black.ttf');
}
@font-face {
	font-family: 'CairoExtraBold';
	src: url('../font/Cairo-ExtraBold.ttf');
}
@font-face {
	font-family: 'CairoExtraLight';
	src: url('../font/Cairo-ExtraLight.ttf');
}
@font-face {
	font-family: 'CairoLight';
	src: url('../font/Cairo-Light.ttf');
}
@font-face {
	font-family: 'Cairo';
	src: url('../font/Cairo-Regular.ttf');
}

/* menu */
.menu {
	position: fixed;
	width: 100%;
	min-width: 1200px;
	top: 0px;
	z-index: 999;
}

.menu-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1200px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 3.17%;
	padding-right: 2.29%;
	box-sizing: border-box;
	transition: background-color .5s ease-out;
	direction: rtl;
}

.menu-bar-bg {
	background-color: #EAEAEC;
}


.menu-left {
	padding-left: 7.2%;
	display: flex;
	z-index: 2;
}

.menu-btn {
	width: 32px;
	height: 39px;
	background-image: url('../img/btn-menu.png');
	background-repeat: no-repeat;
	cursor: pointer;
	transition: transform .5s ease-out;
}

.menu-btn:hover {
	transform: scaleY(1.1);
}

.menu-search {
	margin-left: 26px;
	margin-right: 13px;
	width: 27px;
	height: 27px;
	/* background-image: url('../img/search.png'); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	transition: opacity .5s ease-out;
}

.menu-search-icon {
	width: 100%;
	height: 100%;
}

.menu-search-icon img {
	margin-top: 4px;
}
.menu-down {
	margin-left: 20px;
	width: 25px;
	height: 25px;
	/* background-image: url('../img/down.png'); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	transition: opacity .5s ease-out;
}

@media (max-width: 1400px) {
	.menu-search {
		width: 22px;
		height: 22px;
	}

	.menu-down {
		width: 22px;
		height: 22px;

	}
}

.menu-search:hover {
	opacity: 0.5;
}

.menu .logo {
	width: 197px;
	height: 18px;
	background-image: url('../img/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 1400px) {
	.menu .logo {
		transform: scale(0.9);
	}
}

.menu-right {
	display: flex;
}

.menu-language {
	padding-left: 30px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.menu-lang-icon img {
	display: block;
	width: 20px;
	object-fit: contain;
	background-size: 100% 100%;
	margin-left: 14px;
	margin-top: 7px;
}

/* @media (max-width: 1400px) {
	.menu-lang-icon {
		width: 20px;
		height: 20px;
	}
} */

.menu-txt {
	color: #fff;
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1400px) {
	.menu-txt {
		font-size: 14px;
	}
}

@media (max-width: 1250px) {
	.menu-txt {
		font-size: 13px;
	}
}

.menu-item-a {
	display: inline-flex;
}

.menu-arrow-icon {
	width: 12px;
	height: 8px;
	/* background-image: url('../img/arrow.png'); */
	background-repeat: no-repeat;
	margin-right: 9px;
	padding-top: 10px;
}

.menu-list {
	display: flex;
	align-items: center;
}

.menu-item {
	color: #fff;
	font-family: 'Cairo', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.9px;
	text-transform: uppercase;
	padding: 0px 13px;
	margin: 10px 4px 0 4px;
}

@media (max-width: 1400px) {
	.menu-item {
		font-size: 16px;
	}
}

@media (max-width: 1250px) {
	.menu-item {
		font-size: 15px;
	}
}

.menu-item-lineCon {
	padding-top: 5px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.menu-item-line {
	width: 0px;
	height: 2px;
	background-color: #999999;
	transition: width .5s ease-out;
}

.menu-item:hover .menu-item-txt a {
	color: #D80C24;
	transition: color .3s ease-out;
}

.menu-item:hover .menu-item-line {
	width: 60%;
}

.menu-item:hover .menu-item-sub {
	display: block;
	transition: all 0.3s ease;
}

.menu-item-sub {
	position: absolute;
	display: none;
	height: 100%;
	padding-top: 42px;
	opacity: 0;
}

.sub-item {
	position: relative;
	padding-bottom: 20px;
	color: #000;
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.sub-item:hover .sub-item-txt a {
	color: #D80C24;
}

.menu-item-sub-bg {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100vw;
	height: 0px;
	background-color: #fff;
	z-index: -1;
	overflow: hidden;
}

.menu-item-sub-bg-img {
	width: 100%;
}

.sub-item-level3 {
	position: absolute;
	display: none;
	top: 0px;
	left: 120px;
	padding-left: 30px;
	white-space: nowrap;
}

.item-level3 {
	color: #000;
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 20px;
}

.item-level3:hover a {
	color: #D80C24;
}

/* 车型 */
.menu-item-sub-bg-flex {
	width: 100vw;
	height: 100vh;
	display: flex;
	direction: rtl;
}

.sub-bg-left {
	width: 20.8%;
	min-width: 200px;
	height: 100%;
	background-color: #F5F5F5;
	text-align: center;
}

.sub-bg-left-flex {
	display: inline-flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
}

.car-category {
	display: inline-block;
	margin-top: 50px;
	flex-shrink: 0;
	color: #000;
	font-family: 'Cairo', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	cursor: pointer;
}

.car-category-line {
	width: 0px;
	height: 2px;
	background-color: #000;
	transition: width .5s ease-out;
}

.car-category-line-s {
	width: 100%;
}

.sub-bg-right {
	width: 100%;
	min-width: 850px;
	padding-right: 60px;
	box-sizing: border-box;
}

.category-sub-product-list {
	width: 70%;
	min-width: 900px;
	height: calc(100vh - 200px);
	overflow: auto;
}

@media (max-width: 1260px) {
	.category-sub-product-list {
		min-width: 850px;
	}
}

.category-sub-product-list::-webkit-scrollbar {
	width: 8px;
	height: 1px;
}

.category-sub-product-list::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #E6E6E6;
	cursor: pointer;
}

.category-sub-product-list::-webkit-scrollbar-track {
	border-radius: 8px;
	background: #fff;
}

.car-category-sub {
	margin-top: 50px;
	width: 100%;
	display: flex;
}

.category-sub-item {
	color: #000;
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
	box-sizing: border-box;
}

.category-sub-item span {
	display: inline-block;
	padding: 0px 24px;
}

.category-sub-item-line {
	margin-top: 17px;
	width: 100%;
	height: 2px;
	background-color: #000000;
}

.category-sub-item:first-child .category-sub-item-line {
	display: block;
}

.car-category-sub-line {
	position: absolute;
	top: 87px;
	width: 67.7%;
	height: 1px;
	background-color: #E4E4E4;
}

.category-sub-product {
	padding-top: 50px;
	min-width: 1000px;
}

@media (max-width: 1260px) {
	.category-sub-product {
		min-width: 900px;
	}
}

.category-sub-title {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
}

.category-sub-title span {
	display: inline-block;
	color: #000;
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding: 0px 10px 0px 4px;
}

.category-sub-title img {
	margin-top: -3px;
}

.category-sub-red {
	width: 4px;
	height: 18px;
	border-radius: 0px 4px 4px 0px;
	background: #D80C24;
}

.sub-product-item {
	width: 150px;
	margin-left: 100px;
	margin-bottom: 60px;
	cursor: pointer;
	transition: background-color 1s ease;
}

.sub-product-item:hover {
	background-color: #EAEAEC;
}

.category-sub-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.sub-product-item-img {
	width: 150px;
	height: 111px;
}

.sub-product-item-img img {
	width: 100%;
	object-fit: contain;
}

.sub-product-item-name {
	width: 100%;
	display: flex;
	justify-content: center;
	color: #000;
	text-align: center;
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.sub-product-item-name span {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-transform: none;
}

/* =========================================footer======================================== */
.footer {
	width: 100%;
	min-height: 200px;
	background-color: #000;
	padding: 90px 0px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.footer-menu {
	width: 88.5%;
	min-width: 1000px;
	display: flex;
	justify-content: space-between;
}

.footer-item-title {
	color: #FFF;
	font-family: 'Cairo', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 10px;
	text-transform: uppercase;
}

@media (max-width: 1400px) {
	.footer-item-title {
		font-size: 18px;
	}
}

.footer-sub {
	display: flex;
	flex-direction: column;
	width: 20%;
	margin: 0 10px;

}

.footer-item {
	padding-top: 8px;
	color: #FFF;
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

@media (max-width: 1400px) {
	.footer-item {
		font-size: 14px;
	}
}

.footer-conact {
	display: flex;
}

.footer-conact-icon {
	width: 50px;
	height: 50px;
	background-image: url("../img/index/phone.png");
	background-repeat: no-repeat;
	margin-left: 16px;
	background-size: contain;
}

@media (max-width: 1400px) {
	.footer-conact-icon {
		width: 40px;
		height: 40px;
	}
}

.footer-conact-desc {
	color: #FFF;
	font-family: 'Cairo', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 1.792px;
}

@media (max-width: 1400px) {
	.footer-conact-desc {
		font-size: 16px;
	}
}

.footer-conact-tel {
	color: #D80C24;
	font-family: 'Cairo', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 3.226px;
}

@media (max-width: 1400px) {
	.footer-conact-tel {
		font-size: 28px;
	}
}

.footer-conact-time {
	color: #FFF;
	font-family: 'Cairo', sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 10px;
	letter-spacing: 1.054px;
}

@media (max-width: 1400px) {
	.footer-conact-time {
		font-size: 8px;
	}
}

.footer-line {
	width: 88.5%;
	min-width: 1000px;
	height: 2px;
	background-color: #FFF;
	margin-top: 50px;
}

.footer-icp {
	padding-top: 22px;
	width: 88.5%;
	min-width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-social {
	display: flex;
	width: 160px;
	justify-content: space-between;
}

/* 图标 */
.footer_icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_icon div {
	margin: 0 12px;
}

.f_icon {
	width: 35px;
	height: 35px;
	background-image: url("../img/footer/icon1.png");
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.f_icon:hover {
	background-image: url("../img/footer/icon1_active.png");
}

.in_icon {
	width: 35px;
	height: 35px;
	background-image: url("../img/footer/icon2.png");
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.in_icon:hover {
	background-image: url("../img/footer/icon2_active.png");
}

.zj_icon {
	width: 35px;
	height: 35px;
	background-image: url("../img/footer/icon3.png");
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.zj_icon:hover {
	background-image: url("../img/footer/icon3_active.png");
}

.fs_icon {
	width: 35px;
	height: 35px;
	background-image: url("../img/footer/icon4.png");
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.fs_icon:hover {
	background-image: url("../img/footer/icon4_active.png");
}

.yt_icon {
	width: 38px;
	height: 37px;
	background-image: url("../img/footer/icon5.png");
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.yt_icon:hover {
	background-image: url("../img/footer/icon5_active.png");
}

.footer-pricy {
	padding-top: 14px;
	width: 236px;
	display: flex;
	justify-content: space-between;
}

.footer-pricy a {
	color: #FFF;
	font-family: 'Cairo', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.5px;
}

.footer-company {
	color: #FFF;
	font-family: 'Cairo', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.5px;
	width: 33.3%;
}

.footer-company3 {
	position: relative;
}

.select_box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	display: flex;
	align-items: center;
	text-align: right;
	line-height: 35px;
}

.select_box img {
	margin-left: 10px;
	width: 15px;
}

.icon_international {
	width: 22px;
	margin-left: 5px;
}

.select {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	background-color: transparent;
	border: transparent;
}

.select option {
	color: #000;
}

.footer a:hover {
	text-decoration: underline;
}








/* ==================================map======================================= */
.mapCon {
	width: 100%;
	height: 100vh;
	background-color: #FFF;
	overflow: hidden;
}

.map-page {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#map-con {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: "微软雅黑";
}

/* 搜索 */
.menu-searchBar {
	position: absolute;
	top: 60px;
	width: 100%;
	height: 0vw;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
	transition: height .6s ease-out;
}

.menu-searchBar-show {
	height: 21vw;
}

@media (max-width: 1400px) {
	.menu-searchBar {
		top: 91px;
	}
}

@media (max-width: 1024px) {
	.menu-searchBar {
		top: 84px;
	}
}

.menu-searchBar-con {
	width: 100%;
	height: 100%;
	display: none;
}

.menu-searchBar-flex {
	margin-top: -30px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-searchBar-bar {
	padding-top: 364px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.menu-searchBar-input {
	border-radius: 5px;
	background: #FFF;
	width: 873px;
	height: 61px;
	padding: 0px 10px;
	margin-left: 13px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-searchBar-btn {
	margin-left: 15px;
	width: 171px;
	height: 61px;
	border-radius: 5px;
	background: #E60110;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-family: 'Cairo', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.295px;
	cursor: pointer;
}

.menu-searchBar-txt {
	color: #000 !important;
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	height: 100%;
	background: none;
	outline: none;
	border: none;
	padding-right: 30px;
	box-sizing: border-box;
}

.menu-searchBar-submitBtn {
	cursor: pointer;
	transition: transform .5s ease-out;
}

.menu-searchBar-submitBtn:hover {
	transform: scale(1.1);
}

.menu-searchBar-close {
	position: absolute;
	display: none;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
}

.menu-searchBar-close img:hover {
	cursor: pointer;
	transform: rotate(90deg);
	transition: transform .5s ease-out;
}

/* google */
.gm-style-iw-tc {
	display: none;
}

.gm-style .gm-style-iw-c {
	/* padding: 0; */
}

.mask-image {
	width: 21px;
	height: 21px;
}

.gm-ui-hover-effect {
	opacity: 1;
	margin-top: 7px !important;
	margin-left: 15px !important;
}

.gm-ui-hover-effect span {
	width: 21px !important;
	height: 21px !important;
}

.gm-ui-hover-effect:hover span {
	transform: rotate(90deg);
	transition: transform .5s ease-out;
}

.map-info {
	width: 500px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.map-info-top {
	display: flex;
	margin-left: 38px;
}

.map-info-title {
	padding-left: 17px;
	color: #000;
	font-family: 'Cairo', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}

.map-info-line {
	margin: 18px 0px 27px 38px;
	width: 460px;
	height: 1px;
	background-color: #E2E2E2;
}

.map-info-bottom {
	margin-left: 38px;
	display: flex;
	align-items: center;
}

.map-info-arrow {
	margin-left: 260px;
}