@charset "UTF-8";
.head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  align-items: center;
}

.head .logo-svg {
  z-index: 5;
}

.head .logo-svg .cls-1,
.head .logo-svg .cls-2,
.head .logo-svg .cls-3,
.head .logo-svg .cls-4 {
  transition: all 0.4s;
  fill: #fff;
}

.head--pc {
  width: 1920px;
  height: 88px;
  box-sizing: border-box;
  padding: 0 126px 0 80px;
  justify-content: space-between;
  transition: all 0.4s;
  display: flex;
}

.head--pc .menu {
  height: 88px;
  display: flex;
  align-items: center;
  position: relative;
}

.head--pc .menu .light-slide-t {
  display: inline-block;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.head--pc .menu .fir-item {
  height: 100%;
  position: relative;
}

.head--pc .menu .fir-item:hover .fir-link span, .head--pc .menu .fir-item.cur .fir-link span {
  opacity: 0;
}

.head--pc .menu .fir-item:hover .fir-link::after, .head--pc .menu .fir-item.cur .fir-link::after {
  opacity: 1;
}

.head--pc .menu .fir-link {
  height: 100%;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.head--pc .menu .fir-link span {
  display: inline-block;
  transition: all 0.2s;
}

.head--pc .menu .fir-link::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 34px;
  transition: all 0.2s;
}

.head--pc .menu .sec-menu {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  background: #ffffff;
  transition: height 0.4s;
}

.head--pc .menu .sec-menu .sec-item {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  padding: 0 18px;
  border-left: 1px solid #d8d8d8;
  opacity: 0;
  transition: all 0.4s;
  position: relative;
}

.head--pc .menu .sec-menu .sec-item span {
  display: inline-block;
  transition: all 0.4s;
}

.head--pc .menu .sec-menu .sec-item::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #c08235;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 18px;
  transition: all 0.4s;
}

.head--pc .menu .sec-menu .sec-item:last-child {
  border-right: 1px solid #d8d8d8;
}

.head--pc .menu .sec-menu .sec-item:hover span, .head--pc .menu .sec-menu .sec-item.cur span {
  opacity: 0;
}

.head--pc .menu .sec-menu .sec-item:hover::after, .head--pc .menu .sec-menu .sec-item.cur::after {
  opacity: 1;
}

.head--pc .menu .sec-menu.show {
  height: 76px;
}

.head--pc .menu .sec-menu.show .sec-item {
  opacity: 1;
}

.head--pc .menu .sec-menu-mask {
  width: 100%;
  height: 0;
  position: fixed;
  top: 88px;
  right: 0;
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 9px 12px -6px rgba(13, 53, 104, 0.1);
  transition: height 0.4s;
}

.head--pc .menu .sec-menu-mask.show {
  height: 76px;
}

.head--pc .search {
  width: 85px;
  height: 87px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}

.head--pc .search-rt {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 0 17px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.head--pc .search-rt font {
  font-size: 24px;
  color: #fff;
}

.head--pc .search-box {
  display: none;
  width: 100%;
  height: 370px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.head--pc .search-box .close {
  width: 30px;
  height: 30px;
  color: #272636;
  font-size: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.head--pc .search-box .search-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.head--pc .search-box .search-form p {
  font-size: 50px;
  line-height: 64px;
  color: #e1e1e1;
  margin-bottom: 28px;
}

.head--pc .search-box .search-form .ipt-box {
  width: 666px;
  height: 96px;
  border-bottom: 2px solid #c08235;
  display: flex;
  align-items: center;
}

.head--pc .search-box .search-form .ipt-box input {
  flex-grow: 1;
  height: 96px;
  line-height: 96px;
  font-size: 24px;
  color: #333;
}

.head--pc .search-box .search-form .ipt-box input::placeholder {
  color: #999;
}

.head--pc .search-box .search-form .ipt-box .search-sub {
  width: 54px;
  height: 96px;
  font-size: 24px;
  color: #c08235;
  cursor: pointer;
}

.head--pc .search::before {
  content: "";
  width: 85px;
  height: 87px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0% 0% 0% 87px;
  background: linear-gradient(0deg, #cc8f45 0%, #f1ba57 100%);
  z-index: -1;
}

.head--pc:hover, .head--pc.white, .head--pc.fixed-white {
  background: #fff;
  box-shadow: 0px 0px 22px 0px rgba(13, 53, 104, 0.1);
}

.head--pc:hover .cls-1, .head--pc.white .cls-1, .head--pc.fixed-white .cls-1 {
  fill: #333333;
}

.head--pc:hover .cls-2, .head--pc.white .cls-2, .head--pc.fixed-white .cls-2 {
  fill: #000;
  opacity: 0.2;
}

.head--pc:hover .cls-3, .head--pc.white .cls-3, .head--pc.fixed-white .cls-3 {
  fill: #e60012;
}

.head--pc:hover .cls-4, .head--pc.white .cls-4, .head--pc.fixed-white .cls-4 {
  fill: #4c4948;
}

.head--pc:hover .menu .light-slide-b,
.head--pc:hover .menu .light-slide-t, .head--pc.white .menu .light-slide-b,
.head--pc.white .menu .light-slide-t, .head--pc.fixed-white .menu .light-slide-b,
.head--pc.fixed-white .menu .light-slide-t {
  background: #c08235;
}

.head--pc:hover .menu .fir-link, .head--pc.white .menu .fir-link, .head--pc.fixed-white .menu .fir-link {
  color: #333;
}

.head--pc:hover .menu .fir-link::after, .head--pc.white .menu .fir-link::after, .head--pc.fixed-white .menu .fir-link::after {
  color: #c08235;
}

.head--wap {
  display: none;
  width: 100vw;
  height: 13.33vw;
  justify-content: center;
  transition: all 0.5s;
}

.head--wap .search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 13.6vw;
  height: 13.33vw;
}

.head--wap .search-box {
  width: 100vw;
  height: 57.07vw;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
  justify-content: center;
  box-shadow: 0px 0px 2.93vw 0px rgba(13, 53, 104, 0.1);
}

.head--wap .search-box .close {
  color: #272636;
  position: absolute;
  cursor: pointer;
  width: 6.67vw;
  height: 6.67vw;
  font-size: 4.8vw;
  top: 3.33vw;
  right: 4vw;
}

.head--wap .search-box .search-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 19.07vw;
}

.head--wap .search-box .search-form p {
  color: #e1e1e1;
  font-size: 6.67vw;
  line-height: 8.53vw;
  margin-bottom: 6.33vw;
}

.head--wap .search-box .search-form .ipt-box {
  display: flex;
  align-items: center;
  width: 76vw;
  height: 10.14vw;
  border-bottom: 0.27vw solid #c08235;
}

.head--wap .search-box .search-form .ipt-box input {
  flex-grow: 1;
  color: #333;
  height: 10.14vw;
  line-height: 10.14vw;
  font-size: 3.2vw;
}

.head--wap .search-box .search-form .ipt-box input::placeholder {
  color: #999;
}

.head--wap .search-box .search-form .ipt-box .search-sub {
  color: #c08235;
  cursor: pointer;
  width: 7.2vw;
  height: 10.14vw;
  font-size: 3.2vw;
}

.head--wap .search-rt {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 0 2.67vw 3.07vw;
}

.head--wap .search-rt font {
  color: #fff;
  font-size: 4.4vw;
}

.head--wap .search::before {
  content: "";
  width: 13.6vw;
  height: 13.33vw;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0% 0% 0% 87px;
  background: linear-gradient(0deg, #cc8f45 0%, #f1ba57 100%);
  z-index: -1;
}

.head--wap .menu {
  width: 100vw;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.5s;
  padding: 6.68vw 0 12vw;
}

.head--wap .menu li a {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #333;
  font-size: 3.73vw;
  line-height: 14.13vw;
}

.head--wap .menu li.cur a {
  font-weight: bold;
  color: #c08235;
}

.head--wap .menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6.4vw;
  height: 6.4vw;
  left: 4vw;
}

.head--wap .menu-icon i {
  display: inline-block;
  width: 5.07vw;
  height: 0.53vw;
  border-radius: 0.27vw;
  background: #fff;
  flex-shrink: 0;
  transition: all 0.5s;
  animation-play-state: running;
}

.head--wap .menu-icon i + i {
  margin-top: 0.73vw;
}

.head--wap .menu-icon i:nth-child(1) {
  --sx: 1;
  animation: soundWave 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
}

.head--wap .menu-icon i:nth-child(2) {
  --sx: 0.6;
  animation: soundWave 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
}

.head--wap .menu-icon i:nth-child(3) {
  --sx: 0.8;
  animation: soundWave 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
}

.head--wap .menu-icon::before, .head--wap .menu-icon::after {
  content: "";
  width: 5.73vw;
  height: 0.53vw;
  border-radius: 0.27vw;
  background: #fff;
  position: absolute;
  transition: all 0.5s;
  opacity: 0;
  top: 1.68vw;
  left: 0;
}

.head--wap.open .menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.head--wap.open .menu-icon i {
  background: transparent !important;
  animation-play-state: paused;
}

.head--wap.open .menu-icon::before, .head--wap.open .menu-icon::after {
  top: 47%;
  opacity: 1;
  background: #212121;
}

.head--wap.open .menu-icon::before {
  transform: rotate(45deg);
}

.head--wap.open .menu-icon::after {
  transform: rotate(-45deg);
}

.head--wap.open .search-rt font {
  color: #212121;
}

.head--wap.open .search::before {
  background: #fff;
}

.head--wap.white, .head--wap.fixed-white {
  background: #fff;
  box-shadow: 0px 0px 2.93vw 0px rgba(13, 53, 104, 0.1);
}

.head--wap.white .cls-1, .head--wap.fixed-white .cls-1 {
  fill: #333333;
}

.head--wap.white .cls-2, .head--wap.fixed-white .cls-2 {
  fill: #000;
  opacity: 0.2;
}

.head--wap.white .cls-3, .head--wap.fixed-white .cls-3 {
  fill: #e60012;
}

.head--wap.white .cls-4, .head--wap.fixed-white .cls-4 {
  fill: #4c4948;
}

.head--wap.white .menu-icon i, .head--wap.white .menu-icon::before, .head--wap.white .menu-icon::after, .head--wap.fixed-white .menu-icon i, .head--wap.fixed-white .menu-icon::before, .head--wap.fixed-white .menu-icon::after {
  background: #212121;
}

.foot--pc {
  width: 1920px;
  height: 542px;
  box-sizing: border-box;
  padding: 106px 240px 0;
  background: #2c2c2c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.foot--pc .foot-info,
.foot--pc .foot-about {
  display: flex;
  justify-content: space-between;
}

.foot--pc .foot-info .info--l {
  z-index: 10;
}

.foot--pc .foot-info .info--l .contact-ways {
  margin-top: 36px;
}

.foot--pc .foot-info .info--l .contact-ways li {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.foot--pc .foot-info .info--l .contact-ways font {
  color: #fff;
  font-size: 24px;
  width: 30px;
  height: 30px;
  justify-content: flex-start;
  margin-right: 20px;
}

.foot--pc .foot-info .info--l .contact-ways span,
.foot--pc .foot-info .info--l .contact-ways a {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.4);
}

.foot--pc .foot-info .info--l .friend-links {
  position: relative;
  z-index: 10;
  width: 250px;
}

.foot--pc .foot-info .info--l .friend-links .control {
  width: 250px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot--pc .foot-info .info--l .friend-links .control span {
  font-size: 16px;
  color: #2c2c2c;
}

.foot--pc .foot-info .info--l .friend-links .control font {
  font-size: 12px;
  color: #686868;
}

.foot--pc .foot-info .info--l .friend-links .links {
  min-width: 100%;
  box-sizing: border-box;
  padding: 8px 14px;
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: 80px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  max-height: 120px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 2;
}

.foot--pc .foot-info .info--l .friend-links .links li + li {
  margin-top: 4px;
}

.foot--pc .foot-info .info--l .friend-links .links a {
  font-size: 14px;
  line-height: 24px;
  color: #2c2c2c;
  transition: all 0.3s;
}

.foot--pc .foot-info .info--l .friend-links .links a:hover {
  color: #c08235;
}

.foot--pc .foot-info .info--l .friend-links .links::-webkit-scrollbar {
  width: 6px;
}

.foot--pc .foot-info .info--l .friend-links .links::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #c08235;
}

.foot--pc .foot-info .info--l .friend-links .links::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #f3f3f3;
}

.foot--pc .foot-info .info--l .friend-links:hover .links {
  visibility: visible;
  top: 40px;
  opacity: 1;
}

.foot--pc .foot-info .info--r .top-inlet {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 38px;
}

.foot--pc .foot-info .info--r .top-inlet .follow-us {
  width: auto;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.foot--pc .foot-info .info--r .top-inlet .follow-us .label {
  font-size: 24px;
  color: #ffffff;
}

.foot--pc .foot-info .info--r .top-inlet .follow-us .wechat {
  width: 56px;
  height: 56px;
  position: relative;
  margin-left: 30px;
  padding: 18px 0;
  cursor: pointer;
}

.foot--pc .foot-info .info--r .top-inlet .follow-us .wechat font {
  width: 56px;
  height: 56px;
  font-size: 24px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transition: all 0.3s;
}

.foot--pc .foot-info .info--r .top-inlet .follow-us .wechat .qrcode {
  width: 212px;
  height: 272px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -106px;
  box-sizing: border-box;
  padding-top: 18px;
  visibility: hidden;
  opacity: 0;
  top: 150%;
  transition: all 0.3s;
}

.foot--pc .foot-info .info--r .top-inlet .follow-us .wechat .qrcode .t1 {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}

.foot--pc .foot-info .info--r .top-inlet .follow-us .wechat .qrcode .t2 {
  font-size: 16px;
  color: #c08235;
  line-height: 26px;
}

.foot--pc .foot-info .info--r .top-inlet .follow-us .wechat .qrcode .fitimg {
  width: 146px;
  height: 146px;
  margin-top: 18px;
}

.foot--pc .foot-info .info--r .top-inlet .follow-us .wechat:hover font {
  background: #c08235;
}

.foot--pc .foot-info .info--r .top-inlet .follow-us .wechat:hover .qrcode {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.foot--pc .foot-info .info--r .top-inlet .entrance {
  padding: 0 28px;
  height: 56px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  margin-left: 28px;
}

.foot--pc .foot-info .info--r .top-inlet .entrance span {
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}

.foot--pc .foot-info .info--r .top-inlet .entrance span:nth-child(2) {
  font-size: 12px;
  opacity: 0.4;
  line-height: 18px;
}

.foot--pc .foot-info .info--r .top-inlet .entrance:hover {
  background: #c08235;
}

.foot--pc .foot-info .info--r .top-inlet .icon-mail {
  width: 244px;
  height: 58px;
  display: flex;
  align-items: center;
  background-color: #3d3d3d;
  border-radius: 29px;
  color: #fff;
  box-sizing: border-box;
  padding-left: 28px;
  transition: all 0.3s;
}

.foot--pc .foot-info .info--r .top-inlet .icon-mail + .icon-mail {
  margin-left: 16px;
}

.foot--pc .foot-info .info--r .top-inlet .icon-mail font {
  width: 28px;
  height: 28px;
  font-size: 28px;
  margin-right: 12px;
}

.foot--pc .foot-info .info--r .top-inlet .icon-mail p {
  font-size: 14px;
  line-height: 22px;
}

.foot--pc .foot-info .info--r .top-inlet .icon-mail p span:last-child {
  color: #959595;
}

.foot--pc .foot-info .info--r .top-inlet .icon-mail:hover {
  background: #c08235;
}

.foot--pc .foot-info .info--r .top-inlet .icon-mail:hover p span:last-child {
  color: rgba(255, 255, 255, 0.5);
}

.foot--pc .foot-info .info--r .map-box {
  width: 798px;
  height: 218px;
  display: block;
  border-radius: 0px 20px 0px 20px;
  overflow: hidden;
}

.foot--pc .foot-info .info--r .map-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.foot--pc .foot-about {
  align-items: center;
  height: 74px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.foot--pc .foot-about .about-item,
.foot--pc .foot-about .about-link {
  font-size: 16px;
  line-height: 26px;
  color: #787878;
}

.foot--pc .foot-about .about-link {
  transition: all 0.3s;
  margin-left: 0.3em;
}

.foot--pc .foot-about .about-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.foot--wap {
  display: none;
  width: 100vw;
  padding: 10.67vw 4vw 2.8vw;
  box-sizing: border-box;
  background: #2c2c2c;
  position: relative;
  overflow: hidden;
}

.foot--wap .inlet {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot--wap .inlet .wechat {
  cursor: pointer;
  width: 10.8vw;
  height: 10.8vw;
  position: absolute;
  top: 8.97vw;
  right: 4vw;
}

.foot--wap .inlet .wechat font {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transition: all 0.3s;
  width: 10.8vw;
  height: 10.8vw;
  font-size: 6vw;
}

.foot--wap .inlet .entrance {
  flex: 1 1 0%;
  height: 10.8vw;
  border-radius: 5.4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  color: #fff;
  margin-left: 4.8vw;
}

.foot--wap .inlet .entrance span {
  white-space: nowrap;
  font-size: 3.2vw;
  line-height: 5.33vw;
  letter-spacing: 0.05vw;
}

.foot--wap .inlet .entrance span:nth-child(2) {
  opacity: 0.4;
  font-size: 2.67vw;
  line-height: 3.6vw;
}

.foot--wap .inlet .icon-mail {
  margin: 6vw 0 0;
  width: calc((100% - 3.4vw) / 3);
  height: 8.53vw;
  border-radius: 4.27vw;
  display: flex;
  align-items: center;
  background-color: #3d3d3d;
  color: #fff;
  box-sizing: border-box;
  padding-left: 2.4vw;
}

.foot--wap .inlet .icon-mail font {
  width: 4vw;
  height: 4vw;
  font-size: 4vw;
  margin-right: 1.2vw;
}

.foot--wap .inlet .icon-mail p {
  font-size: 2.4vw;
  line-height: 2.8vw;
}

.foot--wap .inlet .icon-mail p span:last-child {
  color: #959595;
  font-size: 1.8vw;
  line-height: 2.4vw;
}

.foot--wap .contact-ways {
  margin-top: 6vw;
}

.foot--wap .contact-ways li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.4vw;
}

.foot--wap .contact-ways font {
  color: #fff;
  justify-content: flex-start;
  flex-shrink: 0;
  font-size: 3.33vw;
  width: 5.34vw;
  height: 5.87vw;
}

.foot--wap .contact-ways span,
.foot--wap .contact-ways a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 3.73vw;
  line-height: 5.87vw;
}

.foot--wap .contact-ways span .lable,
.foot--wap .contact-ways a .lable {
  flex-shrink: 0;
}

.foot--wap .friend-links {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 3vw;
}

.foot--wap .friend-links .control {
  width: 100%;
  height: 8vw;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.27vw;
  box-sizing: border-box;
  padding: 0 3.07vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot--wap .friend-links .control span {
  font-size: 3.47vw;
  color: #fff;
}

.foot--wap .friend-links .control font {
  font-size: 2.27vw;
  color: #fff;
}

.foot--wap .friend-links .links {
  width: 100%;
  box-sizing: border-box;
  padding: 2.4vw;
  background-color: #424242;
  border-radius: 0.27vw;
  position: absolute;
  top: 16vw;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  max-height: 60vw;
  overflow: hidden;
  overflow-y: auto;
  z-index: 2;
}

.foot--wap .friend-links .links li + li {
  margin-top: 0.87vw;
}

.foot--wap .friend-links .links a {
  font-size: 3.47vw;
  line-height: 4.27vw;
  color: #fff;
  transition: all 0.3s;
}

.foot--wap .friend-links .links::-webkit-scrollbar {
  width: 0.8vw;
}

.foot--wap .friend-links .links::-webkit-scrollbar-thumb {
  border-radius: 0.8vw;
  background: #c08235;
}

.foot--wap .friend-links .links::-webkit-scrollbar-track {
  border-radius: 0.8vw;
  background: #f3f3f3;
}

.foot--wap .friend-links.open .links {
  visibility: visible;
  top: 8.53vw;
  opacity: 1;
}

.foot--wap .map-box {
  width: 100%;
  overflow: hidden;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50vw;
  border-radius: 0vw 2.67vw 0vw 2.67vw;
  margin-top: 4vw;
  margin-bottom: 3.33vw;
}

.foot--wap .map-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.foot--wap .about-item span,
.foot--wap .about-item .about-link {
  color: #787878;
  font-size: 3.47vw;
  line-height: 5.87vw;
}

.foot .logo-svg .cls-1,
.foot .logo-svg .cls-4 {
  fill: #fff;
}

.foot .logo-svg .cls-2 {
  fill: #fff;
  opacity: 0.2;
}

.foot .logo-svg .cls-3 {
  fill: #e60012;
}

.back-top {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 40px;
  bottom: 64px;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 0;
  z-index: 20;
}

.back-top font {
  font-size: 30px;
  color: #fff;
  width: 100%;
  height: 100%;
}

.back-top.show {
  animation: fadeIn 1s both;
}

/* 底部分页 */
.page-tool {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "OPPOSans-R", "MicrosoftYaHei", "微软雅黑";
  margin: 80px 0;
}

.page-tool .page-item {
  width: 46px;
  height: 46px;
  margin: 0 9px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.4s;
}

.page-tool .page-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  color: #333333;
}

.page-tool .page-item.cur {
  background: #c08235;
}

.page-tool .page-item.cur a {
  color: #fff;
}

.page-tool .tap {
  height: 46px;
}

.page-tool .tap .point {
  display: inline-block;
  width: 46px;
  height: 46px;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  margin-left: 9px;
  transition: all 0.4s;
  border-radius: 50%;
  cursor: pointer;
  color: #333;
  box-sizing: border-box;
  padding-bottom: 4px;
}

.page-tool .tap .tap-ipt {
  height: 100%;
  display: flex;
  align-items: center;
  display: none;
}

.page-tool .tap .tap-ipt input {
  width: 60px;
  height: 46px;
  background: #ffffff;
  border-radius: 23px;
  border: solid 1px #d8d8d8;
  text-align: center;
  font-size: 14px;
  margin: 0 10px;
  color: #333;
}

.page-tool .tap .tap-ipt a,
.page-tool .tap .tap-ipt span {
  font-size: 14px;
  color: #666666;
}

.page-tool .tap .tap-ipt a {
  display: inline-block;
  width: 46px;
  height: 46px;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  margin-left: 9px;
  transition: all 0.4s;
  border-radius: 50%;
  color: #333;
}

.page-tool .prev,
.page-tool .next {
  width: 80px;
  height: 46px;
  border-radius: 23px;
  text-align: center;
  margin: 0 9px;
  transition: all 0.4s;
}

.page-tool .prev font,
.page-tool .next font {
  width: 46px;
  height: 46px;
  font-size: 16px;
  color: #666;
}

.page-tool .prev {
  transform: scaleX(-1);
}

/* fullpage插件样式调整 */
.section.fp-auto-height {
  width: 1920px;
  min-height: auto;
}

.section .section-full {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.section .section-wow {
  overflow: hidden;
}

.fp-overflow {
  width: 1920px;
  height: 100%;
}

.fp-watermark {
  visibility: hidden;
}

#fp-nav.fp-right {
  right: 80px !important;
}

#fp-nav ul li {
  margin: 14px 0;
  width: 4px;
  height: 14px;
  transition: all 0.3s;
}

#fp-nav ul li:has(.active) {
  height: 40px;
}

#fp-nav ul li a span,
#fp-nav ul li a .fp-sr-only {
  display: inline-block;
  width: 4px;
  height: 14px;
  margin: -7px 0 0 -2px;
  background-color: #caa869;
  border-radius: 2px;
  opacity: 0.25;
  transition: all 0.3s;
}

#fp-nav ul li a.active span,
#fp-nav ul li a.active .fp-sr-only {
  width: 4px;
  height: 40px;
  opacity: 1;
  margin: -20px 0 0 -2px;
  border-radius: 2px;
}

#fp-nav ul li a:hover.active span,
#fp-nav ul li a:hover.active .fp-sr-only {
  width: 4px;
  height: 40px;
  margin: -20px 0 0 -2px;
  border-radius: 2px;
}

#fp-nav ul li a:hover:not(.active) span,
#fp-nav ul li a:hover:not(.active) .fp-sr-only {
  width: 4px;
  height: 14px;
  margin: -7px 0 0 -2px;
  border-radius: 2px;
}

/* 最多显示一行 */
.line-text--one {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 显示多行 */
.line-text--multiple {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 平铺填充图片 */
.fitimg {
  overflow: hidden;
}

.fitimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 自定义链接 */
.custom-link {
  cursor: pointer;
}

.d_f {
  display: flex;
}
