@font-face {
  font-family: Source;
  src: url(/static/font/Source\ Han\ Serif\ CN\ SemiBold.woff2);
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  font-family: 'Source' !important;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
ol,
ul,
li {
  list-style: none;
  padding-left: 0;
}
input {
  appearance: none;
  /* 标准属性 */
  -webkit-appearance: none;
  /* Chrome, Safari, Opera, Edge */
  -moz-appearance: none;
  /* Firefox */
  -ms-appearance: none;
  /* IE/Edge (旧版) */
  border: none;
}
input:focus {
  outline: none;
  border: none;
}
input::placeholder {
  color: #BFBFBF;
  opacity: 1;
}
.fz-hide1 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.fz-hide2 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.section1 {
  background-image: url('../../images/about_bj.png');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.section1 .swiper {
  width: 100%;
  height: 100vh;
}
.section1 .swiper img {
  width: 100%;
  height: 100%;
}
#fp-nav {
  display: none;
}
.section2 {
  background-image: url('../images/bg1.jpg');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.section3 {
  background-image: url('../images/bg2.jpg');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.section4 {
  background-image: url('../images/bg3.jpg');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section5 {
  background-image: url('../images/bg4.jpg');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 94%;
}
.swiper-pagination-bullet {
  opacity: 1 !important;
  background-color: #fff !important;
}
.swiper-pagination-bullet-active {
  background-color: #A73A26 !important;
}
.Header {
  width: 100%;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #F9E3D2;
  z-index: 888;
  display: flex;
  align-items: center;
  transition: background-color 0.5s ease-in-out;
  /* 背景颜色缓慢过渡动画 */
}
.Header .area {
  width: 101.25rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header .logo {
  width: 10.4375rem;
  height: auto;
}
.Header .right_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.125rem;
}
.Header .right_box .navBox {
  display: flex;
  height: 5.125rem;
}
.Header .right_box .navBox li {
  margin-right: 5.375rem;
  color: #303133;
  line-height: 5.125rem;
  position: relative;
  font-size: 1.0625rem;
}
.Header .right_box .navBox li:hover {
  color: #A73A26;
}
.Header .right_box .navBox li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #A73A26;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.Header .right_box .navBox li:hover::after {
  width: 100%;
  left: 0;
  transform: translateX(0);
}
.Header .right_box .navBox .active {
  color: #A73A26;
}
.Header .right_box .button {
  width: 6.75rem;
  height: 1.875rem;
  background-color: #A73A26;
  border-radius: 0.375rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  margin-left: 3.75rem;
  cursor: pointer;
}
.TopSun {
  position: fixed;
  right: -10%;
  bottom: 20%;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
  background-color: #A73A26;
  cursor: pointer;
  color: #fff;
  font-size: 1.5rem;
  transition: right 0.5s ease-in-out, opacity 0.3s ease-in-out;
  /* 添加移入移出动画 */
}
.section6 .Footer {
  height: 27.3125rem;
  background-image: url('../images/bg5.jpg');
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 2px solid #A73A26;
}
.section6 .Footer .FooterArea {
  width: 100rem;
  margin: 0 auto;
  padding-top: 7.5rem;
  display: flex;
  justify-content: space-between;
}
.section6 .Footer .FooterArea .left .logo {
  width: 12.8125rem;
  height: auto;
  margin-bottom: 1.625rem;
}
.section6 .Footer .FooterArea .left .text1 {
  color: #A73A26;
  font-size: 0.9375rem;
}
.section6 .Footer .FooterArea .left .text2 {
  font-size: 1.5rem;
  color: #A73A26;
}
.section6 .Footer .FooterArea .rigth {
  display: flex;
  margin-top: -0.8rem;
}
.section6 .Footer .FooterArea .rigth .itemBox {
  margin-right: 9.375rem;
}
.section6 .Footer .FooterArea .rigth .item {
  width: 14.0625rem;
  padding-bottom: 1.875rem;
  margin-bottom: 2.125rem;
  border-bottom: 0.0938rem solid rgba(167, 58, 38, 0.1);
}
.section6 .Footer .FooterArea .rigth .item .nav {
  font-size: 1.1875rem;
  color: #A73A26;
  margin-bottom: 0.625rem;
}
.section6 .Footer .FooterArea .rigth .item .title {
  color: rgba(167, 58, 38, 0.7);
  font-size: 0.9375rem;
}
.section6 .Footer .FooterArea .rigth .item .erwei {
  display: flex;
  font-size: 0.875rem;
  color: rgba(167, 58, 38, 0.7);
  text-align: center;
  padding-top: 1.4rem;
}
.section6 .Footer .FooterArea .rigth .item .erwei .left {
  margin-right: 4.375rem;
}
.section6 .Footer .FooterArea .rigth .item .erwei img {
  width: 6.5625rem;
  height: 6.5625rem;
  margin-bottom: 0.75rem;
}
.section6 .Footer .Copyright {
  text-align: center;
  font-size: 0.875rem;
  color: #909399;
  padding-top: 1.25rem;
  border-top: 0.0938rem solid rgba(167, 58, 38, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section6 .Footer .Copyright .icon {
  width: 1.0625rem;
  margin: 0 0.5rem 0 0.9rem;
  height: 1.0625rem;
}
.banner {
  width: 100%;
  height: 40.625rem;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup_area {
  position: relative;
}
.popup_area .popup_inner .title {
  font-size: 1.875rem;
  text-align: center;
  color: #A73A26;
  margin-bottom: 1.875rem;
}
.popup_area .popup_inner .logo {
  width: 9.375rem;
  height: 6.875rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 1.5625rem;
}
.popup_area .popup_inner .logo .img {
  object-fit: cover;
  max-width: 96%;
  height: auto;
}
.popup_area .popup_inner .exhibitionName {
  text-align: center;
  font-size: 1.5rem;
  color: #303133;
  font-weight: 500;
}
.popup_area .popup_inner .popuContent {
  width: 61.75rem;
  height: 12.1875rem;
  background-color: #FFFFFF;
  margin: 0 auto;
  border-radius: 0.375rem;
  padding: 1.875rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.popup_area .popup_inner .popuContent .dplogo {
  width: 11.25rem;
  height: 8.4375rem;
  object-fit: contain;
  margin-right: 1.5625rem;
}
.popup_area .popup_inner .popuContent .name {
  font-size: 1.5rem;
  color: #303133;
  margin-bottom: 0.875rem;
}
.popup_area .popup_inner .popuContent .icon {
  width: 0.9375rem;
  height: 0.9375rem;
  object-fit: contain;
  margin-right: 0.5rem;
}
.popup_area .popup_inner .popuContent .address {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #606266;
  margin-bottom: 0.5rem;
}
.popup_area .popup_inner .form {
  padding-top: 2.3125rem;
}
.popup_area .popup_inner .form .form_person_name {
  width: 61.75rem;
  height: 3.625rem;
  margin: 0 auto;
  display: flex;
  margin-bottom: 1.25rem;
  justify-content: space-between;
}
.popup_area .popup_inner .form .form_person_name .contact {
  width: 30rem;
  box-sizing: border-box;
  height: 3.625rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 1.875rem;
  border-radius: 0.375rem;
}
.popup_area .popup_inner .form .form_person_name .contact input {
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
.popup_area .popup_inner .form .form_person_name .contact .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.popup_area .popup_inner .form .form_person_name .phone {
  width: 30rem;
  height: 3.625rem;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  padding-left: 1.875rem;
  align-items: center;
  border-radius: 0.375rem;
}
.popup_area .popup_inner .form .form_person_name .phone input {
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
.popup_area .popup_inner .form .form_person_name .phone .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.popup_area .popup_inner .form .form_com_name {
  width: 61.75rem;
  height: 3.625rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.375rem;
}
.popup_area .popup_inner .form .form_com_name .layui-form {
  width: 100%;
  height: 100%;
}
.popup_area .popup_inner .form .form_com_name .layui-form .layui-form-item {
  width: 100%;
  height: 100%;
}
.popup_area .popup_inner .form .form_com_name .layui-form .layui-form-item .layui-inline {
  width: 100%;
  height: 100%;
}
.popup_area .popup_inner .form .form_com_name .layui-form .layui-form-item .layui-inline .layui-input-inline {
  width: 100%;
  height: 100%;
}
.popup_area .popup_inner .form .form_com_name .layui-form .layui-form-item .layui-inline .layui-input-inline input {
  width: 100%;
  height: 100%;
  padding-left: 1.8rem;
  font-size: 1rem;
  border: none;
}
.popup_area .popup_inner .form .form_com_name .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.popup_area .popup_inner .form .form_button_box {
  position: relative;
  display: flex;
  margin-top: 3.75rem;
  justify-content: center;
}
.popup_area .popup_inner .form .form_button_box .form_button {
  width: 200px;
  height: 50px;
  background-color: #A73A26;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.popup_area .popup_inner .form .form_button_box .wixin {
  position: absolute;
  display: flex;
  right: 2rem;
  align-items: flex-end;
  justify-content: flex-end;
}
.popup_area .popup_inner .form .form_button_box .wixin .wx_name {
  color: #606266;
  font-size: 1rem;
  writing-mode: vertical-lr;
  letter-spacing: 0.625rem;
}
.popup_area .popup_inner .form .form_button_box .wixin .img {
  width: 8.75rem;
  height: 8.75rem;
  margin-left: 0.625rem;
}
.popup_area .popup_mask .popup_close {
  position: absolute;
  right: 16%;
  top: 10%;
}
.popup_area .popup_mask .popup_close .icon {
  width: 2.25rem;
  height: 2.25rem;
}
.popup_area .popup_content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75rem;
  height: auto;
  background: #F5F6F8;
  z-index: 1001;
  border-radius: 8px;
  overflow: hidden;
}
/* 所有输入框placeholder的通用样式 */
.form input::placeholder {
  color: #303133;
  /* 使用品牌红色 */
  opacity: 1;
}
.wapswiper {
  display: none;
}
.WapHeader {
  display: none;
}
.MainNavBox {
  display: none;
}
.wapbanner {
  display: none;
}
.wapsection4 {
  display: none;
}
.brandModule .section5 .title {
  display: none;
}
/* 分页 */
.pager {
  margin: 70px 0 40px;
}
.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager ul li {
  margin: 0 4px;
}
.pager ul li a {
  display: inline-block;
  border: 1px solid #EBEEF5;
  border-radius: 0.375rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #606266;
  font-size: 14px;
  text-align: center;
  transition: all ease-in-out 0.2s;
}
.pager ul li.active span {
  display: inline-block;
  border-radius: 0.375rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #A73A26;
  border: 1px solid #A73A26;
}
.pager ul li a:hover {
  color: #fff;
  background: #A73A26;
  border-radius: 0.375rem;
  border: 1px solid #A73A26;
}
.pager ul li:nth-last-child(1) a {
  width: auto;
  padding: 0 10px;
}
.pager ul li:nth-child(1) a {
  width: auto;
  padding: 0 10px;
  border-radius: 0.375rem;
}
.pager ul li.disabled span {
  border: 1px solid #EBEEF5;
  border-radius: 0.375rem;
  font-size: 14px;
  color: #606266;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  opacity: 0.5;
}
.pager ul li.disabled:hover {
  cursor: no-drop;
}
/* 瀵湱鐛ョ€圭懓娅� */
.custom-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  color: #fff;
  min-width: 300px;
  text-align: center;
}
/* 閸忔娊妫撮幐澶愭尦 */
.alert-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
/* 鏆傛棤鏁版嵁 */
.loadmore {
  text-align: center;
  margin-top: 100px;
}
