@charset "utf-8";

#footer, #footer a, #footer p {
  color: #FFFFFF;
}
/*------- footer_img -------*/
.footer_img.sec_common_all.img_area {
  position: relative;
  width: 100%;
  height: 220px; /* 根据需要修改高度 */
  overflow: hidden; /* 避免背景放大溢出 */
  background: #000000;
}
.footer_img .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/top/img_area_footer.jpg'); /* 替换成你的图片 */
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;

  /* 缓慢放大动画 */
  animation: zoomBg 30s ease-out forwards;
}
/*------- footer_one -------*/
.footer_one {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	background: #000000;
	padding: .75rem 0;
}
.footer_one .f_logo {
	max-width: 160px;
    margin: 0 auto;
}
.footer_two .column.one .accordionbox:first-child {
    margin-bottom: 1rem;
}

/*------- footer_two -------*/
.footer_two {
	background: #000000;
	padding: 2rem 0;
}
.footer_two_inner {
    max-width: 1160px;
	padding: 0 2rem;
	margin: 0 auto;
}
.footer_two_inner {
    max-width: 1160px;
	padding: 0 2rem;
	margin: 0 auto;
}
.footer_two .column.one {
	width: 100%;
	margin: 0 0 40px;
}
.footer_two .column.one .text_one {
	font-size: 26px;
	font-weight: 600;
}
.footer_two .column.one .text_two {
	font-size: 16px;
}
.footer_two .column.two {
	width: 50%;
}
.footer_two .column.three {
	width: 50%;
}

.footer_two .column.one .accordionbox p, .footer_two .column.two  .accordionbox p {
	font-weight: 700;
}

.footer_two .column {
	margin-bottom: 0;
}
.footer_two .column.two .accordionbox {
	margin-bottom: 1rem;
}

.footer_two .footer_text_one {
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.footer_two .footer-text {
	font-weight: 100;
	font-size: .9rem;
}
.footer_two .column.three .hd-btn-wh-inner {
	text-align: center;
}
.footer_two .column.three .hd-btn-wh:first-child {
	margin-bottom: 1rem;
}
.accordionbox dd {
    display: none;
}
.footer_two .column.four p {
	margin-bottom: 1rem;
}

/*------- footer_three -------*/
.footer_three {
	border-top: 1px solid #ffffff;
    color: #ffffff;
	background: #000000;
	text-align: center;
	padding: .75rem 0;
}
.footer_three p {
	text-align: center;
}


@media only screen and (max-width: 800px) {
	
	.footer_two .column.one .accordionbox:first-child {
		margin-bottom: 0;
	}
	.footer_two .column.one .accordionbox:first-child p {
		border-top: 1px solid #ffffff;
	}
	.footer_two .row .column {
		width: 100%;
		margin: 0 0 30px;
	}
	.footer_two .column.two .accordionbox {
		margin-bottom: 0;
	}
	.footer_two .column.one .text_one {
		font-size: 22px;
	}
/*	.footer_two .column.one p {
		border-bottom: 1px solid #ffffff;
		padding: 1rem 0;
	}
	.footer_two .column.two p {
		border-bottom: 1px solid #ffffff;
		padding: 1rem 0;
	}*/
	.footer_two .column.two {
		margin-bottom: 30px;
	}
	.footer_two .column.three {
		margin-bottom: 0;
	}
	.footer_two .column.three .hd-btn-wh {
		text-align: center;
	}
	.footer_two .column.three .hd-btn-wh:first-child {
		margin-bottom: 1.5rem;
	}
	.footer_two .column.three .hd-btn-wh a {
		margin: 0 auto;
	}
	.accordionbox {
		position: relative;
	}
	dt .accordion_icon.active::before {
		content: '';
		display: inline-block;
		width: 13px;
		height: 13px;
		background-image: url("../img/icon/img_icon_plus-w.png");
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		right: 10px;
		top: 20px;
		overflow: hidden;
	}
	dt .accordion_icon:before {
		content: '';
		display: inline-block;
		width: 13px;
		height: 13px;
		background-image: url("../img/icon/img_icon_minus-w.png");
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		right: 10px;
		top: 20px;
		overflow: hidden;
	}
	.accordionbox li {
		border-bottom: 1px solid #ffffff;
		padding: 1rem 0;
	}
}
 
@media screen and (min-width: 800px) {
  .accordionbox dd {
    display: block !important;
}
  .accordionbox dt {
    pointer-events: none;
}
	
}
