/* 公共样式 */
/* /////////////////////////////////////// */
body {
	min-width: 1200px !important
}

[v-cloak] {
	display: none;
}

/* menu */
.menu {
	position: fixed;
	top: 20px;
	width: 100%;
	min-width: 1200px;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	/* transition:all .3s ease-out; */
}

.menu-bg {
	top: 0px;
	height: 62px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}

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

.menu-list {
	margin-left: 5.6%;
	width: 46%;
	display: flex;
	justify-content: space-between;
}

.menu-list-bg {
	position: absolute;
	top: 61px;
	left: 0px;
	width: 100%;
	height: 0px;
	background-image: url(../img/bj.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	object-fit: cover;
}

.menu-item {
	color: rgba(255, 255, 255, 1);
	font-family: Source Han Sans CN;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	cursor: pointer;
	height: 27px;
	display: flex;
}

.menu-item-a {
	width: 100%;
	height: 100%;
	z-index: 999;
}

.menu-item:hover {
	color: #D80C24 !important;
}

.menu-items {
	font-weight: 700;
}

.menu-items a {
	color: #D80C24 !important;
	font-weight: 700;
}

.menu-search {
	width: 27px;
	height: 27px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* @media (max-width: 1024px) {
	.menu-search {
		width: 15px;
	}
	.menu-search-icon{
		padding-top: 50px;
	}
} */
.down-icon {
	margin-right: 20px;
}

.menu-other {
	margin-left: 7%;
	width: 250px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Source Han Sans CN;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #fff;
}

@media (max-width: 1400px) {
	.menu-other {
		margin-left: 5%;
		width: auto;
	}
}

.menu-cnen {
	cursor: pointer;
	color: #FFF;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
}

.menu-cnen:hover {
	color: #D80C24;
}

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

.menu-language {
	position: relative;
	cursor: pointer;
}

.menu-language:hover .menu-language-select {
	display: block;
}

.menu-language-cn,
.menu-language-en {
	width: 82px;
	height: 34px;
	border-radius: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-language-line {
	width: 1px;
	height: 16px;
	background-color: #CCC;
	margin: 0px 5px 0px 10px;
}

.menu-language-select {
	position: absolute;
	display: none;
	top: 34px;
	left: 0px;
	width: 100%;
	padding-top: 10px;
}

.menu-language-selectCon {
	padding: 12px 0px;
	box-sizing: border-box;
	width: 82px;
	height: 94px;
	border-radius: 5px;
	background: #FFF;
}

.menu-language-select-cn,
.menu-language-select-en {
	display: flex;
	align-items: center;
	color: #000;
	font-family: Source Han Sans CN;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	justify-content: space-between;
	align-items: center;
	padding: 0px 12px;
	box-sizing: border-box;
}

.menu-language-select-cn:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.menu-language-select-en:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.menu-language-select-en {
	margin-top: 15px;
}

.menu-invest {
	width: 110px;
	height: 40px;
	border-radius: 20px;
	background: #D80C24;
	color: #fff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

/* @media (max-width: 1024px) {
	.menu-invest {
		width: 70px;
		height: 25px;
	}
} */
.menu-item-droplist {
	position: absolute;
	top: 25px;
}

.menu-item-droplist3 {
	position: absolute;
	pointer-events: none;
	top: 33px;
	left: 0px;
	width: 100%;
}

.menu-item-sub {
	opacity: 0;
	padding: 15px 10px 0px 0px;
	box-sizing: border-box;
	overflow: hidden;
	transition: max-height 1s ease-out;
	max-height: 0px;
	font-family: Source Han Sans CN;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: black;
	border-radius: 5px;

}


.menu-item-subcon {
	width: 100%;
	opacity: 0;
	box-sizing: border-box;
	overflow: hidden;
	transition: max-height 1s ease-out;
	max-height: 0px;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 0px;
	background-image: url(../img/bj.jpg);
	background-repeat: no-repeat;
	background-size: 100% 710px;
}
/* menu-item-category */
.menu-item-category {
	width: 100%;
	height: 70px;
	background-color: #fff;
	padding: 0px 24%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.category-item {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #505050;
	font-family: Source Han Sans CN;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.gwc_img{
	width: 37px;
	object-fit: contain;
}

.category-item-s {
	color: #D80C24;
}

.category-item img {
	padding-right: 10px;
}

.menu-item-list {
	width: 100%;
	display: flex;
}
.menu-item-list .acc{
	width: 100%;
}
.menu-item-sublist {
	width: 26%;
}

.menu-item-select2 {
	width: 100%;
	height: 90px;
	padding: 0px 3.4% 0px 12.6%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	transition: background-color .5s ease-out, color .3s ease-out;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	overflow: hidden;
	background: #F7F7F7;
}

.select2-img-car {
	transition: transform .5s ease-out;
}

.menu-item-select2:hover .select2-img-car {
	transform: translateX(20px);
}

.menu-item-select2-s {
	background-color: #D80C24;
	color: #fff;
}

.menu-item-select2-txt {
	display: flex;
	align-items: center;
	font-family: Source Han Sans CN;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	pointer-events: none;
	white-space: nowrap;
}

.menu-item-select2-img {
	width: 170px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vertical-line {
	width: 2px;
	height: 57px;
	background-color: rgba(0, 0, 0, 0.4);
	margin-left: 31px;
}

.menu-sub3-level3list {
	width: 15.6%;
}

.menu-sub3-level3list::-webkit-scrollbar {
	width: 8px;
	height: 1px;
}

.menu-sub3-level3list::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #888;
}

.menu-sub3-level3list::-webkit-scrollbar-track {
	border-radius: 8px;
	background: #CCC;
}

.menu-sub3-level3-item {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	padding: 0px 11.66% 0px 5%;
	box-sizing: border-box;
	color: #000;
	font-family: Source Han Sans CN;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color .5s ease-out, color .3s ease-out;
}

.menu-sub3-level3-item img {
	transition: transform 0.5s ease-out;
}

.menu-sub3-level3-item:hover img {
	transform: translateX(15px);
}

.menu-sub3-level3-items {
	background-color: #D80C24;
	color: #fff;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-sub3-level3-bigimg {
	width: 66%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #000;
	font-family: Source Han Sans CN;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.menu-sub3-level3-bigimgCon {
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
}

.menu-sub3-level3-bigimgCon img {
	width: 100%;
	object-fit: contain;
	user-select: none;
}

.menu-item-select {
	height: 20px;
	padding-bottom: 15px;
	/* background-color: #fff !important; */
}

.menu-item:hover .menu-item-droplist {
	padding-top: 35px;
}

.menu-item.hover .menu-item-droplist {
	padding-top: 35px;
}

.menu-item:hover .menu-item-sub {
	max-height: 200px;
	opacity: 1;
}

.menu-item.hover .menu-item-sub {
	max-height: 200px;
	opacity: 1;
}

.menu-item:hover .menu-item-droplist3 {
	pointer-events: auto;
}

.menu-item.hover .menu-item-droplist3 {
	pointer-events: auto;
}

.menu-item:hover .menu-item-subcon {
	max-height: 100vh;
	padding-bottom: 10px;
	opacity: 1;
}

.menu-item.hover .menu-item-subcon {
	max-height: 100vh;
	padding-bottom: 10px;
	opacity: 1;
}

.menu-item-sub a {
	color: #000 !important;
}

.menu-item-sub a:hover {
	color: #D80C24 !important;
}

/* 三级 */
.menu-item-level3 {
	position: relative;
	display: flex;
}

.menu-item-level3:hover .menu-level3 {
	padding-left: 23px;
	max-width: 200px;
	opacity: 1;
}

.menu-level3 {
	opacity: 0;
	padding-left: 0px;
	max-width: 0px;
	transition: max-width 0.5s ease-out;
}

.menu-level3-select {
	padding-bottom: 5px;
}

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

/* =========================================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;
	text-align: center;
	font-family: Source Han Sans CN;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

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

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

.footer-item {
	padding-top: 8px;
	color: #FFF;
	text-align: center;
	font-family: 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: 50px;
	height: 50px;
	background-image: url("../img/index/phone.png");
	background-repeat: no-repeat;
	margin-right: 16px;
	background-size: contain;
}

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

.footer-conact-desc {
	color: #FFF;
	font-family: Source Han Sans CN;
	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: Source Han Sans CN;
	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: Source Han Sans CN;
	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;
}

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

/* 图标 */
.footer-webchat {
	width: 38px;
	height: 37px;
	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 {
	background-image: url("../img/footer/wx3.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	content: "";
	width: 145px;
	height: 175px;
	margin-top: -180px;
	margin-left: -55px;
}

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

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

.footer-sina:hover::after {
	background-image: url("../img/footer/wb3.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	content: "";
	width: 145px;
	height: 175px;
	margin-top: -180px;
	margin-left: -55px;
}

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

	cursor: pointer;
}

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

.footer-douyin:hover::after {
	background-image: url("../img/footer/dy3.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	content: "";
	width: 145px;
	height: 175px;
	margin-top: -180px;
	margin-left: -55px;
}

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

.footer-pricy a {
	color: #FFF;
	font-family: Source Han Sans CN;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.5px;
}

.footer-company {
	color: #FFF;
	font-family: Source Han Sans CN;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.5px;
}

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

/* ==================================map======================================= */
.mapCon {
	display: flex;
	width: 100vw;
	height: 100vh;
	background-color: #FFF;
}

.map-address {
	width: 41%;
	min-width: 500px;
	padding-left: 55px;
	box-sizing: border-box;
}

.map-title {
	padding-top: 54px;
	color: #000;
	font-family: Source Han Sans CN;
	font-size: 60px;
	font-weight: 700;
	line-height: 63px;
	white-space: nowrap;
	letter-spacing: 6px;
}

@media (max-width: 1400px) {
	.map-title {
		font-size: 50px;
	}
}

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

}

.map-location span {
	padding-left: 15px;
	color: #666;
	font-family: 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: Source Han Sans CN;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	background: url('../img/arrow.png') no-repeat top 25px right 5px;
	padding-right: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
}

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

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

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

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

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

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

.map-key {
	margin-left: 8px;
	width: 27.4%;
	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: 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-key-searchBtn:hover {
	transform: scale(1.2);
}

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

.map-address-list {
	width: 90%;
	height: 500px;
	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: 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:hover {
	opacity: 0.3;
}

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

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

@media (max-width: 1400px) {
	.map-address-item-company {
		font-size: 20px;
	}
}

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

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

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

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

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

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

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

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

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

.menu-searchBar-fix {
	top: 61px
}

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

@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 {
	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-select {
	width: 125px;
	height: 40px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
}

.menu-searchBar-select option {
	color: #000;
}

.menu-searchBar-select option:hover {
	color: #fff;
	background: #ff0000 !important;
}

.menu-searchBar-select select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('../img/arrow2.png');
	background-position: center right 10px;
	background-size: 17px 11px;
	background-repeat: no-repeat;
	border: none;
	padding: 0px 10px;
	width: 100%;
	height: 100%;
	color: #000;
	font-family: Source Han Sans CN;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.menu-searchBar-select option {
	text-align: left;
	margin-left: 15px !important;
}

.menu-searchBar-input {
	background-color: #ffffff;
	width: 616px;
	height: 40px;
	padding: 0px 10px;
	margin-left: 13px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-searchBar-txt {
	color: #000 !important;
	font-family: Source Han Sans CN;
	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: 40px;
	left: 50%;
	transform: translateX(-50%);
}

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

/* baidu */
.BMap_bubble_title {
	width: 200px !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* background-color:#D80C24; */
	/* color: #fff !important; */
}