html,
body {
  scroll-behavior: smooth;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  color: inherit;
  /* 使用父元素的文本颜色 */
  text-decoration: none;
  /* 去除下划线 */
}
li {
  list-style: none;
}
.single-line-ellipsis {
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
  white-space: nowrap;
  /* 禁止文本换行 */
  border: 1px solid #ccc;
}
.two-line-ellipsis {
  display: -webkit-box;
  /* 设置为WebKit内核的弹性盒子模型 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
}

#header {
	position: absolute;
	width:100%;
	z-index: 999;
}

/* 头部 */
.header-box {
  flex-direction: row !important;
  height: 91px;
  min-height: 91px !important;
  justify-content: space-between;
  align-items: center;
}
.header-box .logo-box .logo {
  width: 166px;
  height: 52px;
}
.header-box .logo-box span {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.header-box .menu-box {
  width: 913px;
  height: 60px;
  line-height:60px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 30px;
}
.header-box .menu-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-box .menu-box ul .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content:center;
  width: 136px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.header-box .menu-box ul .active {
 
  height: 60px;
  background: rgba(255, 161, 1, 0.3);
  border-radius: 30px;
  font-weight: 700;
  color: #783A1E;
}
.header-box .menu-box ul .active::after {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 31px;
  height: 4px;
  background-color: #f40d0b;
  border-radius: 2px;
  content: "";
  transform: translateX(-50%);
}
/* 顶部banner */
.banner-box-home{
	position:relative;
}
.banner-box-home .swiper-slide img {
  max-width: 100%;
  height: auto;
  position:relative;
}

.banner-box-home .banner-botttom {
	width:100%;
	height:159px;
	display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(255, 255, 255, 0.35);
	position:absolute;
	bottom: 0;
    z-index: 99;
}
.banner-box-home .banner-botttom .banner-tabs {
	width: 1200px;
    display: flex;
    align-items: center;
}

.banner-box-home .banner-botttom .banner-tabs .banner-tabs-item {
	display:flex;
	align-items:center;
	padding-right:16px;
	padding-left:14px;
	border-right:1px solid #d1c3a4;
}

.banner-box-home .banner-botttom .banner-tabs .banner-tabs-item:first-child {
	padding-left:0;
}

.banner-box-home .banner-botttom .banner-tabs .banner-tabs-item:last-child {
	border:none;
	padding-right:0;
}

.banner-box-home .banner-botttom .banner-tabs .banner-tabs-item img {
	width: 88px;
	height: 82px;
	margin-right:25px;
}

.banner-box-home .banner-botttom .banner-tabs .banner-tabs-item h2 {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	color: #7f4d2b;
}
.banner-box-home .banner-botttom .banner-tabs .banner-tabs-item p {
	max-width:190px;
	padding-top:12px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 21px;
}

/* footer 区域 */
.footer {
  display: flex;
  width: 100%;
  background: #000;
  justify-content: center;
}
.footer .footer-top {
  padding-top:30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-top .footer-left .log {
  width: 166px;
  height: 52px;
}
.footer .footer-top .footer-list {
  display: flex;
}
.footer .footer-top .footer-list .footer-list-item {
  width: 64px;
  margin-left: 60px;
}
.footer .footer-top .footer-list .footer-list-item a:first-child {
  font-size: 16px;
  color: #FFF;
}
.footer .footer-top .footer-list .footer-list-item a:not(:first-child) {
  display: block;
  margin-top: 20px;
  color: #999;
}
.footer .footer-top .footer-right .qrcode {
  width: 120px;
  height: 120px;
}
.footer .footer-top .footer-right p {
  margin-top: 12px;
  color: #999;
  text-align: center;
}
.footer .footer-bottom {
  width: 100%;
  height: 106px;
  margin: 20px auto 8px;
  text-align:center;
  border-top: 1px solid #666;
}
.footer .footer-bottom .footer-bottom-mz {
  height: 17px;
  margin: 18px auto 0;
  font-size: 17px;
  font-weight: 800;
  color: #999;
  opacity: 1;
}
.footer .footer-bottom .footer-bottom-version {
    font-size: 12px;
    margin: 0 auto;
    margin-top: 20px;
    color: #999999;
}
.footer .footer-bottom .footer-bottom-ip {
  display: flex;
  width: 420px;
  height: 20px;
  margin: 13px auto 0;
  font-size: 12px;
  color: #999;
  align-items: center;
  justify-content: center;
}
.footer .footer-bottom .footer-bottom-ip a {
  height: 20px;
}
.footer .footer-bottom .footer-bottom-ip .number {
  display: flex;
  align-items: center;
}
.footer .footer-bottom .footer-bottom-ip .divide {
  width: 1px;
  height: 13px;
  margin: 0 10px;
  background: #888;
}
.footer .footer-bottom .footer-bottom-ip .preparation {
  display: flex;
  align-items: center;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
}
.footer .footer-bottom .footer-bottom-ip .preparation .beian {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  border: none;
}
.footer .footer-bottom .footer-bottom-ip .preparation span {
  height: 20px;
  margin: 0 0 0 5px;
  line-height: 20px;
}
.container {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  flex-direction: column;
}
/* 通用顶部标题 */
.sn-section-header {
  margin-bottom: 44px;
  text-align: center;
}
.sn-section-header h1 {
  font-size: 32px;
  color: #333;
}
.sn-section-header p {
  padding-top: 4px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  color: #999;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */