[v-cloak] {
	display: none;
}

/* 固定导航同时空出间距 */
#header {
	height: 109px;
}

[v-cloak] {
	display: none;
}

.menu-bar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 109px;
	background-color: black;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 37px;
	box-sizing: border-box;
	z-index: 1000;
}
.logo{
	width: 297px;
}

.menu-bar-right {
	display: flex;
	width: 230px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.check_language {
	color: #fff;
	font-size: 28px;
	/* z-index: 999; */
}

.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 109px;
	background-color: #000;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.menu-fadeIn {
	pointer-events: all;
	display: block;
	transition: height .6s ease-out;
	opacity: 1;
	height: 100vh;
}

.menu-list {
	margin-top: 160px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0px 36px;
	box-sizing: border-box;
	height: calc(100vh - 160px);
	overflow-y: auto;
	overflow-x: hidden;
}

.menu-item {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	color: #9f9f9f;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 36px;
	font-style: normal;
	line-height: 36px;
	text-transform: uppercase;
	box-sizing: border-box;
}

.menu-item-sub {
	padding-left: 34px;
	box-sizing: border-box;
	width: 100%;
	height: 126px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-item-sub-s {
	color: #D80C24;
}

.menu-item-arrow {
	transition: transform 0.5s ease-out;
	z-index: 5;
}

.menu-item-arrow-s {
	transform: rotate(180deg);
}

.close {
	position: absolute;
	top: 29px;
	right: 36px;
}

.menu-sub {
	width: 100%;
	height: 0px;
	overflow: hidden;
}

.menu-sub-border {
	border-top: 1px solid #CCCCCC;
}

.menu-sub-item {
	position: relative;
	padding-top: 37px;
	padding-left: 77px;
	color: #808080;
	font-family: Source Han Sans CN;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px;
	text-transform: uppercase;
	display: flex;
	box-sizing: border-box;
}

.pad16 {
	padding-right: 16px;
}

.sub-item-arrow {
	position: absolute;
	top: 50px;
	right: 0px;
	transition: transform 0.5s ease-out;
}

.menu-sub-level3 {
	position: relative;
	left: -90px;
	top: 40px;
	height: 0px;
	transition: height .6s ease;
	overflow: hidden;
}

.sub-level3-item {
	padding-top: 37px;
	color: #808080;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px;
	text-transform: uppercase;
}

.menu-sub-level3-fadeIn {
	height: 270px;
}

/* =========================================footer======================================== */
.footer {
	width: 100%;
	background-color: #000;
	padding: 90px 0px;
	display: flex;
	flex-direction: column;
}

.footer-menu {
	width: 100%;
	display: flex;
	justify-content: center;
}

.footer-item-title {
	color: #FFF;
	text-align: center;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

.footer-sub {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-item {
	padding-top: 8px;
	color: #FFF;
	text-align: center;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
}

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

.footer-conact {
	display: flex;
}

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

.footer-conact-desc {
	color: #FFF;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 29.566px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2.957px;
}

.footer-conact-tel {
	color: #D80C24;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 53.218px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 5.322px;
}

.footer-conact-time {
	color: #FFF;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 17.383px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.738px;
}

.footer-line {
	width: 678px;
	margin-left: 36px;
	height: 2px;
	background-color: #CCC;
	margin-top: 50px;
}

.footer-line2 {
	width: 678px;
	margin-left: 36px;
	height: 2px;
	background-color: #CCC;
	margin-top: 15px;
}

.footer-social {
	padding-top: 20px;
	display: flex;
	width: 100%;
	justify-content: center;
}

.footer-social div {
	margin: 0px 15px;
}

/* 图标 */
/* 遮罩层 */
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: black;
	opacity: 0.8;
	pointer-events: none;
	z-index: 999;
}

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

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

.footer-webchat:hover::after {
	position: fixed;
	bottom: 40%;
	background-image: url("../img/footer/wx3.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	content: "";
	width: 300px;
	height: 340px;
	right: 50%;
	transform: translateX(50%);
	z-index: 999;

}

.footer-webchat:hover::before {
	display: block;
	content: "";
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	pointer-events: none;
	z-index: 99;
}

/* -------------------------------- */
.footer-sina {
	width: 64px;
	height: 64px;
	background-image: url("../img/footer/wb1.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-sina:hover {
	width: 64px;
	height: 64px;
	background-image: url("../img/footer/wb2.png");
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: cover;
}

.footer-sina:hover::after {
	position: fixed;
	bottom: 40%;
	background-image: url("../img/footer/wb3.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	content: "";
	width: 300px;
	height: 340px;
	right: 50%;
	transform: translateX(50%);
	z-index: 999;
}

.footer-sina:hover::before {
	display: block;
	content: "";
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	pointer-events: none;
	z-index: 99;
}

/* --------------------------------- */


.footer-douyin {
	width: 64px;
	height: 64px;
	background-image: url("../img/footer/dy1.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-douyin:hover {
	width: 64px;
	height: 64px;
	background-image: url("../img/footer/dy2.png");
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.footer-douyin:hover::after {
	position: fixed;
	bottom: 40%;
	background-image: url("../img/footer/dy3.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	content: "";
	width: 300px;
	height: 340px;
	right: 50%;
	transform: translateX(50%);
	z-index: 999;
}

.footer-douyin:hover::before {
	display: block;
	content: "";
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	pointer-events: none;
	z-index: 99;
}

/* ------------------------------------------- */

.footer-pricy {
	padding-top: 14px;
	display: flex;
	justify-content: center;
}

.footer-pricy a {
	color: #FFF;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.2px;
	padding: 0px 15px;
}

.footer-company {
	text-align: center;
	color: #FFF;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.2px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	justify-content: space-between;
	padding: 111px 50px 0px 50px;
	box-sizing: border-box;
}

.footer-company {
	white-space: nowrap;
}

/* ==================================map======================================= */
.mapCon {
	width: 100vw;
	height: 1357px;
	background-color: #FFF;
	padding-bottom: 80px;
}

.map-address {
	width: 100%;
	padding-left: 33px;
	box-sizing: border-box;
}

.map-title {
	padding-top: 54px;
	color: #000;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 62.356px;
	letter-spacing: 5px;
}

.map-location {
	padding-top: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;

}

.map-location span {
	padding-left: 15px;
	color: #666;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	white-space: nowrap;
}

@media (max-width: 1400px) {
	.map-location span {
		font-size: 20px;
	}
}

.map-coordinate {
	padding-top: 76px;
	display: flex;
}

.map-coordinate select {
	width: 100%;
	height: 50px;
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #0A0A0A;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	background: url('../img/arrow2.png') no-repeat top 25px right 5px;
	padding-right: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.map-coordinate select option {
	background: white;
}

.map-coordinate select::-ms-expand {
	display: none;
}

.map-coordinate select option:hover {
	background-color: #0078d7;
	color: #ffffff;
}

.map-privince {
	width: 213px;
	height: 50px;
	border-bottom: 3px solid #000;
	text-overflow: ellipsis;
	overflow: hidden;
}

.map-city {
	margin-left: 8px;
	width: 213px;
	height: 50px;
	border-bottom: 3px solid #000;
}

.map-key {
	margin-left: 8px;
	width: 213px;
	height: 50px;
	border-bottom: 3px solid #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.map-key input {
	width: 80%;
	height: 50px;
	color: #0A0A0A;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	text-overflow: ellipsis;
	overflow: hidden;
	background: none;
	outline: none;
	border: none;
}

.map-key-searchBtn {
	cursor: pointer;
	transition: transform .5s ease-out;
}


.map-address-list {
	width: 680px;
	height: 356px;
	overflow: auto;
}

.map-address-item {
	width: 92%;
	height: 175px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
	transition: opacity .2s ease-out;
}

.map-address-item2 {
	width: 92%;
	height: 175px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.map-address-item-dis2 {
	color: #666;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	white-space: nowrap;
	opacity: 0.3;
}

.map-address-item-txt {
	width: 75%;
}

.map-address-item-company {
	color: #000;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.map-address-item-details {
	color: #666;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.map-address-item-tel {
	color: #666;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	/* 175% */
}


.map-address-item-dis {
	color: #666;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	white-space: nowrap;
}

.map-page {
	width: 100%;
	height: 750px;
}

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

/* 搜索 */
.search {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background-color: rgba(0, 0, 0, 0.9);
	transition: height .6s ease-out;
	overflow: hidden;
}

.search-show {
	height: 100vh;
}

.search-con {
	width: 100%;
	padding: 57px 37px;
	box-sizing: border-box;
}

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

.search-select {
	width: 170px;
	height: 70px;
	background-color: #ffffff;
	color: #000;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.search-input {
	background-color: #ffffff;
	width: 485px;
	height: 70px;
	border: 1px solid #999;
	padding: 0px 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-txt {
	color: #000000;
	font-family: -apple-system, Source Han Sans CN;
	font-size: 28px;
	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;
}