* {
  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; 超出几行 */
}
.fz-hide5 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.Header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  background-color: #fff;
  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: #46266D;
}
.Header .right_box .navBox li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #46266D;
  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: #46266D;
}
.Header .right_box .language {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.Header .right_box .language .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.Header .right_box .language .icon1 {
  width: 0.625rem;
}
.Header .right_box .language .text {
  font-size: 1rem;
  margin-left: 0.375rem;
  margin-right: 0.625rem;
}
.Header .right_box .button {
  width: 6.75rem;
  height: 1.875rem;
  background-color: #46266D;
  border-radius: 0.375rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  margin-left: 3.75rem;
  cursor: pointer;
}
.WapHeader {
  display: none;
}
.MainNavBox {
  display: none;
}
.wapswiper {
  display: none;
}
.Footer {
  width: 100%;
  padding-bottom: 0.875rem;
  background-color: #1C1A1A;
}
.Footer .area {
  width: 87.5rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 5rem;
}
.Footer .area .topBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
  border-bottom: 1px solid #363434;
}
.Footer .area .left .logo {
  width: 13.5rem;
  height: auto;
  margin-bottom: 1.5625rem;
}
.Footer .area .left .phone {
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  color: #F5D9A0;
  margin-bottom: 2.5rem;
}
.Footer .area .left .foruBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Footer .area .left .foruBox .item {
  width: 2.75rem;
  cursor: pointer;
  height: 2.75rem;
  position: relative;
}
.Footer .area .left .foruBox .item img {
  width: 100%;
  height: 100%;
}
.Footer .area .left .foruBox .item .erwei {
  position: absolute;
  width: 6.25rem;
  height: 0;
  top: -7rem;
  left: -60%;
  transition: all 0.3s ease-in-out;
}
.Footer .area .left .foruBox .item:hover .erwei {
  height: 6.25rem;
}
.Footer .area .right {
  display: flex;
}
.Footer .area .right .navBox .class {
  font-size: 1.0625rem;
  color: #FFFFFF;
  margin-bottom: 1.3125rem;
}
.Footer .area .right .navBox .nav {
  font-size: 0.9375rem;
  color: #9A9A9A;
  margin-bottom: 0.625rem;
}
.Footer .area .bottom {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #9A9A9A;
  padding-top: 0.875rem;
  align-items: center;
}
.Footer .area .bottom .warning {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}
.wapFooter {
  display: none;
}
.banner {
  width: 100%;
  height: 35rem;
  background-size: 100% 100%;
  margin-top: 5rem;
  background-image: url('/static/images/about1.jpg');
}
.banner .area {
  width: 87.5rem;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.banner .area .title {
  font-size: 3rem;
  color: #FFFFFF;
  margin-top: 11.25rem;
}
.banner .area .title1 {
  font-size: 1.375rem;
  color: #FFFFFF;
}
.banner .area .icon {
  width: 2rem;
  height: 2rem;
  margin-top: 3.5625rem;
}
.banner1 {
  background-image: url('/static/images/banner3.jpg');
}
.banner2 {
  background-image: url('/static/images/banner2.jpg');
}
.banner3 {
  background-image: url('/static/images/banner4.jpg');
}
.back-to-top {
  position: fixed;
  bottom: 3.75rem;
  right: 2.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #46266D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.25rem);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0.25rem 0.75rem rgba(70, 38, 109, 0.3);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: #5a2e8a;
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.375rem 1.25rem rgba(70, 38, 109, 0.45);
}
.back-to-top svg {
  width: 1.5rem;
  height: 1.5rem;
}
.paginationBox {
  text-align: center;
  margin-top: 5.5rem;
  clear: both;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0.25rem;
}
.pagination > li {
  display: inline-block;
  margin: 0 0.125rem;
}
.pagination > li > a,
.pagination > li > span {
  display: inline-block;
  padding: 0.5rem 0.875rem;
  line-height: 1.42857143;
  color: #46266D;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: all 0.3s;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: #46266D;
  color: #fff;
  border-color: #46266D;
}
.pagination > .active > a,
.pagination > .active > span {
  background-color: #46266D;
  border-color: #46266D;
  color: #fff;
}
.pagination > .disabled > a,
.pagination > .disabled > span {
  color: #ccc;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #eee;
}
.Header .right_box .language {
  position: relative;
}
.lang-dropdown {
  margin-top: 0.6rem;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 112px;
  overflow: hidden;
}
.lang-dropdown.show {
  display: block;
}
.lang-dropdown .lang-option {
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
.lang-dropdown .lang-option:hover {
  background: #f5f0ff;
  color: #46266D;
}
.lang-dropdown .lang-option.active {
  background: #46266D;
  color: #fff;
}
.Header .language {
  position: relative;
}
