
body{
	line-height: normal;
	font-family: 'MiSansNormal', sans-serif;
	font-weight: normal;
}

a,a:active,a:focus{
	outline: none;
}
button,button:active,button:focus{
	outline: none;
}
input,input:active,input:focus{
	outline: none;
}

html{
	overflow-x: hidden;
	font-size: 16px;
}
body{
	position: relative;
}

:root {
	--overlay-bg: rgba(0, 0, 0, 0.5);
	--popup-bg: white;
}

body > header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 401;
	background-color: rgba(0, 0, 0, 0.5);
	transition: background linear .3s;
}
/* body > header.compressed {
	background-color: #285BDC;
} */
body > header:hover{
	background-position: 0 0;
}
body > header .headerDiv{
	margin: auto;
	height: 100px;
	max-width: 1440px;
	padding: 0 20px;
	width: 100%;
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

body > header .logo, body > header nav, body > header .wechat, body > header .lang, body > header nav>ul>li{
	display: inline-block;
}

body > header a{
	color: #fff;
}

body > header .logo a img{
	height: 30px;
}

body > header nav{
	font-size: 0.9rem;
	line-height: 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
body > header nav>ul{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
body > header nav>ul>li{
	margin: 0 15px;
	position: relative;
}
body > header nav>ul>li>a{
	display: flex;
	flex-direction: row;
	height: 100px;
	transition: all 0.3s ease-in-out;
	align-items: center;
	border-bottom: 2px solid #F9F95B00;
	padding: 0 5px;
	font-size: 16px;
}
body > header nav>ul>li i{
	margin-left: 5px;
}
body > header nav>ul .focus>a{
	border-bottom: 2px solid #DAB866;
}

body > header nav>ul>li .children{
	position: absolute;
	background-color: #fff;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	display: none;
	overflow: hidden;
	z-index: 2;
	padding-top: 10px;
}
body > header nav>ul>li.active>a{
	border-bottom: 2px solid #DAB866;
}
body > header nav>ul>li.active .children{
	display: block;
}
body > header nav>ul>li.active .drop-down{
	display: block;
}
body > header nav>ul>li.active .children:before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #DAB866;    /* 三角形的颜色 */
	border-bottom: 0; 
}

body > header nav>ul>li .children li{
	font-size: 16px;
	white-space: nowrap;
	color: #333;
	text-align: center;
	padding: 0 10px;
}
body > header nav>ul>li .children li:hover{
	background-color: #dab866;
	color: #fff;
}
body > header nav>ul>li .children li:hover a{
	background-color: #dab866;
	color: #fff;
}
body > header nav>ul>li .children li a{
	color: #333;
	font-size: 16px;
	padding: 10px;
	display: block;
}
body > header nav>ul>li .drop-down{
	position: fixed;
	left: 0;
	top: 100px;
	width: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
body > header nav>ul>li .drop-down ul{
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	display: flex;
	justify-content: center;
	gap: 5%;
}
body > header nav>ul>li .drop-down ul li {
    padding-top: 1rem;
    text-align: center;
    height: 100%;
    border-bottom: 2px solid #F9F95B00;
	width: 21%;
}
body > header nav>ul>li .drop-down-auto ul {
	justify-content: center;
}
body > header nav>ul>li .drop-down-auto ul li{
	width: auto;
	padding-top: 0;
}
body > header nav>ul>li .drop-down-auto ul li a{
	display: inline-block;
	padding: 1rem 0;
}
body > header nav>ul>li .drop-down ul img {
	width: 90%;
	display: block;
	margin: 0 auto;
}
body > header nav>ul>li .drop-down ul h3 {
	font-weight: normal;
	padding: 1rem;
	font-size: 0.8rem;
	letter-spacing: 1px;
	color: #fff;
}
body > header nav>ul>li .drop-down ul li:hover{
	border-bottom: 2px solid #DAB866;
}

body > header .btns{
	display: flex;
	flex-direction: row;
	align-items: center;
}
body > header .wechat{
	width: 98px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	background: #dab866;
	margin-left: 15px;
	cursor: pointer;
}
/* body > header.compressed .wechat{
	background: #fff;
	color: #dab866;
} */
body > header .lang{
	margin-left: 30px;
	letter-spacing: 2px;
	font-weight: lighter;
}
body > header .lang span{
	font-size: 16px;
	font-family: 'MiSansDemibold', sans-serif;
}
body > header .lang a{
	font-size: 14px;
}

/* 二级导航栏 */
.dropDownDiv {
	position: fixed;
	z-index: 10;
	top: 100px;
	width: 100%;
	height: 0px;
	left: 0%;
	background-color: rgba(0, 0, 0, 0.4);
	overflow: hidden;
	transition: height 0.3s ease;
}
.dropDownDiv .inner{
	max-width: 1400px;
	margin: 0 auto;
}
.dropDownDiv ul {
	position: relative;
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	display: none;
	justify-content: space-around;
}
.dropDownDiv ul.active{
	display: flex;
}
.dropDownDiv ul li {
	padding-top: 1rem;
	text-align: center;
	height: 100%;
	border-bottom: 5px solid #F9F95B00;
}
.dropDownDiv ul li:hover {
	border-bottom: 5px solid #F9F95B;
}
.dropDownDiv ul li img {
	width: 90%;
	display: block;
	margin: 0 auto;
}
.dropDownDiv ul li h3 {
	font-weight: normal;
	padding: 1rem;
	font-size: 0.8rem;
	letter-spacing: 1px;
	color: #fff;
}
.dropDownDiv ul li a {
	color: #333;
}
.mobile-menu {
	width: 30px;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.mobile-menu span{
	display: block;
	width: 100%;
	height: 3px;
	background: #FFFFFF;
	margin: 3px 0;
	border-radius: 1.5px;
	transition: all .3s linear;
}
.mobile-menu.active span:nth-child(1) {
    transform: rotate(32deg) translateX(2px);
    transform-origin: left;
}
.mobile-menu.active span:nth-child(2) {
	opacity: 0;
}
.mobile-menu.active span:nth-child(3) {
	transform: rotate(-32deg) translateX(2px);
	transform-origin: left;
}

.default-title{
	text-align: center;
}
.default-title h2{
	font-size: 48px;
	color: #333;
	padding-bottom: 20px;
	position: relative;
	font-family: 'MiSansDemibold', sans-serif;
}
.default-title h2:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
	width: 50px;
	height: 2px;
	background-color: #DAB866;
}
.default-title p{
	margin: 0 auto;
	margin-top: 20px;
	font-size: 24px;
	line-height: 32px;
}
.default-title-white h2{
	color: #fff;
}
.default-title-white p{
	color: #fff;
}
.default-title-border-yellow h2{
	color: #fff;
}
.default-title-border-yellow h2:after{
	background-color: #FFFF18;
}

/* 自适应样式 */
@media screen and (max-width:1400px){
	body > header nav>ul>li{
		margin: 0 5px;
	}
}
@media screen and (max-width:1240px){
	
	body > header nav>ul>li{
		margin: 0 2px;
	}
	body > header nav>ul>li>a{
		height: 60px;
		font-size: 14px;
	}
}
@media screen and (max-width:1200px){
	body > header .headerDiv{
		height: 60px;
	}
	body > header nav>ul>li .drop-down{
		top: 60px;
	}
	body > header .logo a img{
		height: 25px;
	}
	
	body > header .wechat{
		margin-left: 15px;
		font-size: 14px;
		width: 80px;
		height: 32px;
	}
	body > header .lang{
		margin-left: 14px;
	}
	body > header .lang span{
		font-size: 16px;
	}
	body > header .lang a{
		font-size: 14px;
	}
	body > header nav>ul>li .children li{
		font-size: 14px;
	}
	body > header nav>ul>li .children li a{
		font-size: 14px;
	}
}

@media screen and (max-width:1024px){
	/* body{
		padding-top: 60px;
	} */
	body.show-overlay{
		height: 100%;
		overflow: hidden;
	}
	body > header{
		background-color: rgba(0, 0, 0, 0.5);
	}
	body > header nav{
		position: fixed;
		top: 60px;
		right: -280px;
		background-color: rgba(0, 0, 0, 0.5);
		width: 280px;
		height: calc(100dvh - 60px);
		z-index: 999;
		transition: all .3s;
		display: block;
		overflow-y: auto;
	}
	body > header nav>ul{
		display: block;
	}
	body > header nav>ul>li{
		display: block;
		margin: 0 10px;
	}
	body > header nav>ul>li>a{
		font-size: 14px;
		border-bottom: 0;
		height: 36px;
	}
	body > header nav>ul>li>a:hover{
		border-bottom: 0;
		color: #DAB866;
	}
	body > header nav>ul .focus>a{
		border-bottom: 0;
	}
	body > header nav>ul>li.active .children{
		position: static;
		transform: none;
		background-color: rgba(0, 0, 0, 0.3);
		border-radius: 0;
	}
	body > header nav>ul>li .children li a{
		color: #fff;
		text-align: left;
	}
	body > header nav>ul>li.active .children:before{
		display: none;
	}
	body > header nav>ul>li.active>a{
		border: 0;
	}
	body > header nav>ul>li:nth-child(4) i{
		display: none;
	}
	body > header nav.active{
		right: 0;
	}
	body > header .headerDiv{
		height: 60px;
	}
	body > header .lang{
		display: none;
	}
	body > header .wechat{
		height: 34px;
		background: #fff;
		color: #DAB866;
		margin-top: 10px;
	}
	
	.mobile-menu{
		display: flex;
	}
	
	body > header nav>ul>li .drop-down{
		position: static;
	}
	body > header nav>ul>li .drop-down ul{
		display: block;
		padding-bottom: 1rem;
	}
	body > header nav>ul>li .drop-down ul img{
		display: none;
	}
	body > header nav>ul>li .drop-down ul h3{
		padding: 0;
		text-align: left;
		padding-left: 10px;
	}
	body > header nav>ul>li .drop-down ul li{
		border-bottom: 0;
		width: auto;
	}
	body > header nav>ul>li .drop-down ul li:hover{
		border-bottom: 0;
	}
	
	.default-title h2{
		font-size: 30px;
	}
	.default-title p{
		font-size: 0.9375rem;
	}
	.default-title h2:after{
		width: 38px;
		margin-left: -19px;
	}
}
@media screen and (max-width:768px){
	body > header .wechat{
		height: 30px;
		width: 76px;
		font-size: 12px;
	}
	body > header .lang{
		margin-left: 4px;
	}
	body > header .lang span{
		font-size: 14px;
	}
	body > header .lang a{
		font-size: 12px;
	}
	
	.default-title h2{
		font-size: 24px;
		padding-bottom: 10px;
	}
	.default-title p{
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px;
		padding: 0 20px;
	}
	.default-title h2:after{
		width: 30px;
		margin-left: -15px;
	}
}

@media screen and (max-width:480px){
	
	.mobile-menu{
		width: 24px;
	}
	.mobile-menu span{
		height: 2px;
	}
	.mobile-menu.active span:nth-child(1) {
	    transform: rotate(35deg) translateX(2px);
	    transform-origin: left;
	}
	.mobile-menu.active span:nth-child(3) {
		transform: rotate(-35deg) translateX(2px);
		transform-origin: left;
	}
	
	.default-title p br{
		display: none;
	}
}

.news26-contact {
	margin-top: 70px;
	padding: 100px 0 110px;
	background-color: #F9F9F9;
	background-image: url('../_image/contact_from_bg.webp');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.news26-contact__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}

.news26-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 150px;
	margin-top: 70px;
}

.news26-contact__col {
	min-width: 0;
}

.news26-contact__panel-title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 8px;
	background-color: #DAB866;
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
	font-family: 'MiSansDemibold', sans-serif;
	text-align: center;
}

.news26-contact__info-stack {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 40px;
}

.news26-contact__card {
	padding: 34px 34px 10px;
	border-radius: 18px;
	background-image: url('../_image/contact_from_card_bg.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.news26-contact__steps li {
	padding: 0 0 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.news26-contact__steps li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.news26-contact__steps h4 {
	position: relative;
	margin: 0;
	padding-left: 34px;
	font-size: 26px;
	line-height: 1.45;
	color: #fff;
	font-family: 'MiSansDemibold', sans-serif;
}

.news26-contact__steps h4::before,
.news26-contact__steps h4::after {
	content: '';
	position: absolute;
	border-radius: 50%;
}

.news26-contact__steps h4::before {
	left: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	border: 1px solid #fff;
	transform: translateY(-50%);
}

.news26-contact__steps h4::after {
	left: 7px;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #fff;
	transform: translateY(-50%);
}

.news26-contact__steps p {
	margin: 14px 0 0;
	font-size: 22px;
	line-height: 1.65;
	color: #fff;
}

.news26-contact__meta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 90px;
	gap: 50px;
	align-items: start;
}

.news26-contact__meta-text p,
.news26-contact__meta-text h4,
.news26-contact__phone {
	color: #000;
}

.news26-contact__meta-text p {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.6;
	word-break: break-word;
}

.news26-contact__meta-text h4 {
	margin: 18px 0 10px;
	font-size: 22px;
	line-height: 1.5;
	font-family: 'MiSansDemibold', sans-serif;
}

.news26-contact__phone {
	margin: 0;
	font-size: 22px;
	line-height: 1.5;
	font-family: 'MiSansDemibold', sans-serif;
}

.news26-contact__qrcode img {
	width: 90px;
	height: auto;
	display: block;
}

.news26-contact__qrcode p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
	text-align: center;
}

.news26-contact__form {
	margin-top: 20px;
}

.news26-contact__field {
	margin-bottom: 12px;
}

.news26-contact__field > label {
	display: block;
	margin-bottom: 6px;
	font-size: 20px;
	line-height: 1.4;
	color: #000;
}

.news26-contact__field > label span {
	margin-right: 6px;
	color: #DAB866;
}

.news26-contact__field input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 0 14px;
	border: 1px solid #DAB866;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.96);
	font-size: 18px;
	color: #333;
}

.news26-contact__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 26px;
	margin-top: 4px;
}

.news26-contact__check-item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.news26-contact__check-item input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0;
	appearance: none;
	border: 1px solid #DAB866;
	border-radius: 2px;
	background-color: #fff;
	position: relative;
}

.news26-contact__check-item input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 1px;
	width: 4px;
	height: 8px;
	border: solid #DAB866;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.news26-contact__check-item span {
	font-size: 20px;
	line-height: 1.4;
	color: #000;
}

.news26-contact__submit {
	width: 100%;
	height: 48px;
	border: none;
	border-radius: 24px;
	background-color: #DAB866;
	color: #fff;
	font-size: 24px;
	font-family: 'MiSansDemibold', sans-serif;
	cursor: pointer;
	margin-top: 20px;
}

/* 弹窗样式 */
.getQuoteDiv{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	z-index: 501;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	background-color: rgba(0, 0, 0, 0.6);
}
.getQuoteDiv .getQuoteDiv-inner{
	position: relative;
	max-width: 1400px;
	width: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	background-color: var(--popup-bg);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.getQuoteDiv.show {
	display: flex;
}
.getQuoteDiv .tt{
	width: 100%;
	height: 40px;
	min-height: 0;
	display: flex;
	align-items: center;
	font-weight: normal;
	position: relative;
	z-index: 3;
}
.getQuoteDiv .tt .windowClose{
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #333;
}
.getQuoteDiv .tt img{
	height: 32px;
	vertical-align: middle;
	margin-left: 45px;
}
.getQuoteDiv .tt span{
	margin: 0.5rem 0 0.5rem 0;
	padding-left: 0.8rem;
	line-height: 1rem;
	color: #fff;
	font-size: 1rem;
	height: 25px;
	line-height: 25px;
	position: relative;
	margin-left: 20px;
	font-size: 16px;
}
.getQuoteDiv .tt span::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
}
.alert-form{
	padding: 0 20px;
	padding-bottom: 20px;
}
.alert-form .default-title h2{
	font-size: 30px;
	padding-bottom: 10px;
}
.alert-form .default-title h2::after{
	display: block;
}
.alert-form .news26-contact__grid{
	margin-top: 50px;
	gap: 60px;
}
.alert-form .news26-contact__panel-title{
	font-size: 18px;
	height: 40px;
}
.alert-form .news26-contact__steps h4{
	font-size: 22px;
}
.alert-form .news26-contact__steps .news26-contact__steps p{
	font-size: 18px;
}
.alert-form .news26-contact__steps li{
	padding: 0 0 20px;
    margin-bottom: 20px;
}
.alert-form .news26-contact__steps li:last-child{
	margin-bottom: 0;
}
.alert-form .news26-contact__meta-text p{
	font-size: 18px;
}
.alert-form .news26-contact__field > label{
	font-size: 18px;
}
.alert-form .news26-contact__field input[type="text"]{
	font-size: 14px;
}
.alert-form .news26-contact__checks{
	gap: 8px 12px;
}
.alert-form .news26-contact__check-item span{
	font-size: 14px;
}
.alert-form .news26-contact__field input[type="text"]{
	height: 36px;
}

@media screen and (max-width:1439px) {
	.news26-contact__grid {
		gap: 90px;
	}
}

@media screen and (max-width:1199px) {
	.news26-contact__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 60px;
	}
	.alert-form .news26-contact__grid {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	}
}

@media screen and (max-width:1024px) {
	.news26-contact__col__left{
		display: none;
	}
	.alert-form .default-title{
		display: none;
	}
	.alert-form .news26-contact__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.news26-contact {
		padding: 50px 0 50px;
		margin-top: 50px;
	}

	.news26-contact__grid {
		margin-top: 56px;
	}

	.news26-contact__meta-text p,
	.news26-contact__meta-text h4,
	.news26-contact__phone,
	.news26-contact__steps p {
		font-size: 18px;
	}

	.news26-contact__steps h4 {
		font-size: 22px;
	}

	.news26-contact__check-item span,
	.news26-contact__field > label {
		font-size: 18px;
	}

	.getQuoteDiv{
		padding: 10px;
	}
	.windowContent{
		overflow-y: auto;
		flex: 1;
	}
}

@media screen and (max-width:767px) {
	.news26-contact {
		margin-top: 0px;
		padding: 50px 0 50px;
		padding-top: 20px;
		background-size: cover;
	}

	.news26-contact__grid {
		margin-top: 40px;
		gap: 40px;
	}

	.news26-contact__panel-title {
		min-height: 54px;
		font-size: 18px;
	}

	.news26-contact__info-stack {
		gap: 28px;
		margin-top: 28px;
	}

	.news26-contact__card {
		padding: 24px 18px 8px;
	}

	.news26-contact__steps li {
		padding-bottom: 22px;
		margin-bottom: 22px;
	}

	.news26-contact__steps h4 {
		padding-left: 30px;
		font-size: 18px;
	}

	.news26-contact__steps h4::before {
		width: 20px;
		height: 20px;
	}

	.news26-contact__steps h4::after {
		left: 6px;
		width: 10px;
		height: 10px;
	}

	.news26-contact__steps p,
	.news26-contact__meta-text p,
	.news26-contact__meta-text h4,
	.news26-contact__phone {
		font-size: 16px;
	}

	.news26-contact__meta {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.news26-contact__qrcode {
		width: 90px;
	}

	.news26-contact__field {
		margin-bottom: 20px;
	}

	.news26-contact__field > label,
	.news26-contact__check-item span {
		font-size: 16px;
	}

	.news26-contact__checks {
		gap: 14px 18px;
	}

	.news26-contact__submit {
		font-size: 20px;
	}

	.alert-form .news26-contact__grid{
		margin-top: 20px;
	}
	.alert-form .news26-contact__panel-title{
		font-size: 16px;
	}
	.alert-form .news26-contact__steps h4{
		font-size: 20px;
	}
	.alert-form .news26-contact__meta-text p{
		font-size: 16px;
	}
}
