body {
  overflow: hidden;
}

.fade {
  animation: fade 2s ease 0s;
}

.fade2 {
  animation: fade 2s ease .2s;
}

.fade3 {
  animation: fade 2s ease .4s;
}

.fade4 {
  animation: fade 2s ease .6s;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@font-face {
  font-family: 'EnFont';
  src: url("fonts/accid__.woff2") format("woff2"), url("./fonts/accid__.woff") format("woff"), url("./fonts/accid__.ttf") format("truetype"), url("./fonts/accid__.eot") format("embedded-opentype"), url("./fonts/accid__.svg") format("svg");
}

@font-face {
  font-family: "EnFontLitter";
  src: url("./fonts/EnLitter.woff2") format("woff2"), url("./fonts/EnLitter.woff") format("woff"), url("./fonts/EnLitter.ttf") format("truetype"), url("./fonts/EnLitter.eot") format("embedded-opentype"), url("./fonts/EnLitter.svg") format("svg");
}


/* @font-face {
	font-family: "PinFangSC-Regular";
	src: url("./fonts/PingFangSC-Regular.woff2") format("woff2"),
		url("./fonts/PingFangSC-Regular.woff") format("woff"),
		url("./fonts/PingFangSC-Regular.ttf") format("truetype"),
		url("./fonts/PingFangSC-Regular.eot") format("embedded-opentype"),
		url("./fonts/PingFangSC-Regular.svg") format("svg");
}

@font-face {
	font-family: "PinFangSC-Semibold";
	src: url("./fonts/PingFangSC-Semibold.woff2") format("woff2"),
		url("./fonts/PingFangSC-Semibold.woff") format("woff"),
		url("./fonts/PingFangSC-Semibold.ttf") format("truetype"),
		url("./fonts/PingFangSC-Semibold.eot") format("embedded-opentype"),
		url("./fonts/PingFangSC-Semibold.svg") format("svg");
} */

.f_s {
  font-family: 'EnFont';
}


/* .f_z {
	font-family: 'PinFangSC-Regular';
}

.f_z_b {
	font-family: 'PinFangSC-Semibold';
} */

.f_e {
  font-family: 'EnFontLitter';
}

.w1800 {
  max-width: 1800px;
  width: 93.75%;
  margin: 0 auto;
}

.w1650-R {
  max-width: 1650px;
  width: 85%;
  margin-left: 15%;
}

.w1450 {
  max-width: 1450px;
  width: 75%;
  margin-left: 14%;
}

.w1400 {
  max-width: 1400px;
  width: 72%;
  margin: 0 auto;
}

.w1400-p {
  padding: 0 14%;
}

.pad1 {
  padding: 2.25rem 0 3.75rem;
}

.pad2 {
  padding: 2.25rem 0 3rem;
}

.pad3 {
  padding: 2.5rem 0;
}


/* 头部 */

.head {
  height: 90px;
  background: #FFFFFF;
}

.head-category {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.head-logo {
  width: 11%;
}

.head-logo img {
  width: 100%;
}

.head-nav {
  width: 72.5%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-nav-lf {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.nav-list {
  width: 25%;
  height: 100%;
  text-align: center;
  padding: 0 0.2rem;
}

.nav-list .nav-list-ac {
  background-color: #D9B869;
  color: #FFFFFF;
  height: 100%;
  font-family: "PinFangSC-Regular";
}

.nav-list>a {
  width: 100%;
  height: 0;
  display: block;
  line-height: 90px;
  color: #555555;
  transition: all 0.3s;
  font-weight: bold;
}

.nav-list:hover>a {
  background-color: #D9B869;
  color: #FFFFFF;
  height: 100%;
}

.nav-list-subtit {
  position: absolute;
  top: 90px;
  height: 70px;
  width: 120%;
  padding-left: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: rgb(74, 76, 79);
  z-index: 100;
}

.nav-list-subtit a {
  color: #fff;
  /* opacity: 0.5; */
  margin-right: 1rem;
  transition: all 0.3s;
}

.nav-list-subtit a:hover {
  color: #D9B869;
  font-size: 500;
}

.head-nav-rg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20%;
  height: 100%;
}

.language {
  position: relative;
  width: 24%;
  margin-right: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.lan-tit {
  position: relative;
  color: #666666;
  display: block;
  width: 100%;
  line-height: 1;
  padding-left: 0.5rem;
  border-left: 1px solid #EAEAEA;
}

.lan-tit::after {
  content: '';
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #AFAFAF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.lan-list {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100px;
  height: 120px;
  border-radius: 5px;
  border: 1px solid #F0F0F0;
  display: none;
  z-index: 100;
  background: #FFFFFF;
}

.lan-list::before,
.lan-list::after {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid dashed dashed solid;
  border-color: transparent transparent #F0F0F0 transparent;
}

.lan-list::after {
  top: -10px;
  border-color: transparent transparent #FFFFFF transparent;
}

.lan-list a {
  display: block;
  text-align: center;
  border-bottom: 1px solid #F0F0F0;
  color: #888888;
  transition: all 0.3s;
  line-height: 40px;
}

.lan-list a:hover {
  color: #d9b86a;
}

.lan-list a:last-child {
  border-bottom: none;
}

.headSearch {
  width: calc(76% - 0.5rem);
  height: 40px;
  background-color: #F8F4E9;
  border-radius: 30px;
}

.headSearch .input {
  height: 100%;
  width: 100%;
  line-height: 40px;
  padding: 0 0.4rem;
  position: relative;
}

.headSearch .input input[type=text] {
  background: none;
  width: 80%;
  color: #d3c39d;
}

.headSearch .input input[type=text]::placeholder {
  color: #d3c39d;
}

.headSearch .input input[type=submit] {
  width: 15px;
  height: 15px;
  background: url(../img/search.png) no-repeat center;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}


/* 头部 */


/* 手机头部 */

.head-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 100%;
}

.search svg {
  width: 20px;
  height: 20px;
  fill: #D9B869;
}

.m-language {
  margin-right: 20px;
  width: 30%;
}

.m-lan-tit {
  width: 70%;
}

.search {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search .headsearch {
  position: absolute;
  width: 100%;
  height: 90px;
  top: 60px;
  left: 0;
  background: #ffffff;
  padding-top: 15px;
  box-sizing: border-box;
  display: none;
  z-index: 10;
}

.box {
  width: 1350px;
  margin: 0 auto;
  height: 75px;
  border-bottom: 1px solid #f2f2f2;
}

.box form {
  height: 100%;
}

.box .input {
  color: #dbdbdb;
  font-size: 30px;
  height: 100%;
  position: relative;
}

.box .input input[type=text] {
  width: 90%;
  height: 100%;
  color: #666;
  vertical-align: top;
  font-size: 16px;
}

.box .input input[type=text]::placeholder {
  font-size: 16px;
}

.box .input input[type=submit] {
  width: 25px;
  height: 25px;
  background: url(../img/search.png) no-repeat center;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.bocweb-header-m {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.8s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
}

.bocweb-header-m .bocweb-logo {
  display: block;
  transition: all 0.8s;
  width: 70%;
}

.bocweb-header-m .bocweb-logo img {
  display: block;
  max-width: 100%;
}

.bocweb-header-m .bocweb-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -80.55%;
  width: 80.55%;
  height: 100vh;
  background-color: #fff;
  min-width: max-content;
  overflow-y: auto;
  overflow-x: hidden;
}

.body {
  height: 100vh;
  overflow: hidden;
}

.bocweb-header-m .bocweb-nav li {
  padding: 0 8.27%;
  border-bottom: 1px solid #ebebeb;
  font-size: 26px;
  background: #f6f6f6;
}

.bocweb-header-m .bocweb-nav li.dy {
  background: #000;
}

.bocweb-header-m .bocweb-nav li.dy a {
  padding: 0;
  color: #fff;
}

.bocweb-header-m .bocweb-nav li .link {
  position: relative;
  display: block;
  padding: 6% 0;
  color: #222;
  transition: all 0.6s;
  transform: translateX(100px);
  opacity: 0;
}

.bocweb-header-m .bocweb-nav li .link .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 14px;
  height: 24px;
  margin-top: -10px;
  background: url(../img/arrow-r.png) no-repeat center center;
}

.bocweb-header-m .bocweb-nav li .hide {
  position: absolute;
  top: 0;
  left: 101%;
  z-index: 1001;
  width: 100%;
  /* height: 100%; */
  height: 133%;
  background-color: #fff;
  transition: all 0.8s;
}

.bocweb-header-m .bocweb-nav li .hide .sub-link {
  display: block;
  padding: 6% 8.27%;
  border-bottom: 1px solid #ebebeb;
  font-size: 26px;
  color: #222;
  background: #f6f6f6;
}

.bocweb-header-m .bocweb-nav li .hide .sub-link .text {
  display: block;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.6s;
}

.bocweb-header-m .bocweb-nav li .hide .title {
  position: relative;
  height: 80px;
  padding: 0;
  line-height: 80px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #222;
}

.bocweb-header-m .bocweb-nav li .hide .title .back {
  position: absolute;
  left: 8.27%;
  top: 50%;
  display: block;
  width: 14px;
  height: 24px;
  margin-top: -10px;
  background: url(../img/arrow-l.png) no-repeat center center;
}

.bocweb-header-m .bocweb-nav li.weibo {
  background-color: #fff;
}

.bocweb-header-m .bocweb-nav li.weibo .link .icon {
  margin-right: 16px;
}

.bocweb-header-m .bocweb-nav li.weibo .link .icon img {
  max-width: 100%;
}

.bocweb-header-m .bocweb-nav li.wechat {
  background-color: #fff;
}

.bocweb-header-m .bocweb-nav li.wechat .link .icon {
  margin-right: 16px;
}

.bocweb-header-m .bocweb-nav li.wechat .link .icon img {
  max-width: 100%;
}

.bocweb-header-m .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: pointer;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s;
  backdrop-filter: blur(60px);
}

.bocweb-header-m .menu-box {
  transition: all 0.3s;
}

.bocweb-header-m .bocweb-menu {
  width: 35px;
  margin: 0 auto;
  cursor: pointer;
}

.bocweb-header-m .bocweb-menu .line {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height: 4px;
  transition: transform 0.3s ease, top 0.3s ease, width 0.3s ease, opacity 0.3s, background 0.3s;
  transform-origin: center center;
  background: #000;
}

.bocweb-header-m .bocweb-menu .line:nth-child(2) {
  margin: 8px 0;
}

.bocweb-header-m.ishow {
  transform: translateX(-80.55%);
}

.bocweb-header-m.ishow .bg {
  transform: scale(1);
}

.bocweb-header-m.ishow .bocweb-nav li .link {
  transform: translateX(0px);
  opacity: 1;
}

.bocweb-header-m.ishow .bocweb-nav li .hide.ishow {
  transform: translateX(-101%);
}

.bocweb-header-m.ishow .bocweb-nav li .hide.ishow .sub-link .text {
  transform: translateX(0px);
  opacity: 1;
}

.bocweb-header-m.ishow .menu-box {
  right: 0;
  width: 19.45%;
}

.bocweb-header-m.ishow .bocweb-menu .line:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
  opacity: 0.8;
}

.bocweb-header-m.ishow .bocweb-menu .line:nth-child(2) {
  opacity: 0;
  width: 0;
}

.bocweb-header-m.ishow .bocweb-menu .line:nth-child(3) {
  top: -12px;
  transform: rotate(-45deg);
  opacity: 0.8;
}

.bocweb-header-m.ishow {
  transform: translateX(-80.55%);
}

@media (min-width: 1025px) {
  .bocweb-header-m {
    display: none;
  }
}

@media (max-width: 750px) {
  .bocweb-header-m {
    height: 70px;
  }

  .bocweb-header-m .bocweb-logo {
    top: 10px;
  }

  .bocweb-header-m .bocweb-nav li {
    font-size: 18px;
  }

  .bocweb-header-m .bocweb-nav li .link .arrow {
    width: 9.8px;
    height: 16.8px;
    margin-top: -8.4px;
    background-size: contain;
  }

  .bocweb-header-m .bocweb-nav li .hide .sub-link {
    font-size: 18px;
  }

  .bocweb-header-m .bocweb-nav li .hide .title {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }

  .bocweb-header-m .bocweb-nav li .hide .title .back {
    width: 9.8px;
    height: 16.8px;
    margin-top: -8.4px;
    background-size: contain;
  }

  .bocweb-header-m .bocweb-nav li.weibo .link .icon {
    width: 24px;
    margin-right: 0.4rem;
  }

  .bocweb-header-m .bocweb-nav li.wechat .link .icon {
    width: 24px;
    margin-right: 0.4rem;
  }

  .bocweb-header-m .menu-box {
    top: 23px;
  }

  .bocweb-header-m .bocweb-menu {
    width: 26px;
  }

  .bocweb-header-m .bocweb-menu .line {
    height: 2px;
  }

  .bocweb-header-m .bocweb-menu .line:nth-child(2) {
    margin: 6px 0;
  }

  .bocweb-header-m.ishow .bocweb-menu .line:nth-child(1) {
    top: 8px;
  }

  .bocweb-header-m.ishow .bocweb-menu .line:nth-child(3) {
    top: -8px;
  }
}

@media (max-width: 500px) {
  .bocweb-header-m {
    height: 60px;
  }

  .bocweb-header-m .bocweb-logo {
    width: 40%;
  }

  .bocweb-header-m .bocweb-logo img {
    /* height: 38px; */
  }

  .bocweb-header-m .bocweb-nav li {
    font-size: 16px;
  }

  .bocweb-header-m .bocweb-nav li .link .arrow {
    width: 8.4px;
    height: 14.4px;
    margin-top: -7.2px;
  }

  .bocweb-header-m .bocweb-nav li .hide .sub-link {
    font-size: 16px;
  }

  .bocweb-header-m .bocweb-nav li .hide .title {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }

  .bocweb-header-m .bocweb-nav li .hide .title .back {
    width: 8.4px;
    height: 14.4px;
    margin-top: -7.2px;
  }

  .bocweb-header-m .bocweb-nav li.dy {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }

  .bocweb-header-m .bocweb-nav li.weibo .link .icon {
    width: 22px;
  }

  .bocweb-header-m .bocweb-nav li.wechat .link .icon {
    width: 22px;
  }

  .bocweb-header-m .menu-box {
    top: 19px;
  }
}


/* 手机头部 */


/* 底部 */

.foot {
  background-color: #2D2D2D;
}

.footer {
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-lf {}

.foot-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.8rem;
}

.foot-list a {
  padding: 0 0.5rem;
  border-right: 1px solid #424242;
  line-height: 1;
  color: #FFFFFF;
  transition: all 0.3s;
  opacity: 0.8;
}

.foot-list a:hover {
  color: #D9B869;
  opacity: 1;
}

.foot-list a:first-child {
  padding-left: 0;
}

.foot-list a:last-child {
  border-right: none;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.copyright a {
  color: #555;
  line-height: 1;
}

.copyright a img {
  display: inline-block;
  margin-right: 5px;
}

.copyright a:nth-child(1) {
  margin-right: 0.25rem;
}

.copyright a:nth-child(2) {
  padding-right: 0.5rem;
  border-right: 1px solid #424242;
}

.copyright a:nth-child(3) {
  padding-left: 0.5rem;
}

.foot-rg {
  width: 8%;
}

.foot-rg p {
  color: #666;
  text-align: center;
}

.vs-code {
  width: 100%;
  border: 1px solid #424242;
}

.vs-code img {
  width: 100%;
  transform: scale(0.63);
  object-fit: cover;
}


/* 底部 */


/* 首页 */

.index-font {
  position: absolute;
  top: 21%;
  left: 15%;
  /* transform: translateY(-50%); */
}

.index-font p {
  color: #FFFFFF;
  letter-spacing: 5px;
}

.index-font p:last-child {
  opacity: 0.8;
  letter-spacing: 8px;
}

.index-font p:nth-child(2) {
  letter-spacing: 20px;
  line-height: 1;
  margin: 0.3rem 0 0.5rem -6px;
  font-weight: bold;
}

.index-container .swiper-slide img {
  width: 100%;
}

.index-container .swiper-pagination-fraction {
  width: auto;
  left: 15%;
  bottom: 22%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.index-container .swiper-pagination-fraction .swiper-pagination-current {
  color: #d5b45d;
  margin-right: 10px;
}

.index-container .swiper-pagination-fraction .swiper-pagination-total {
  color: #FFFFFF;
  margin-left: 10px;
}

.index-container .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.index-bar {
  width: 40px;
  height: 2px;
  display: block;
  background: #FFFFFF;
  position: relative;
}

.index-bar::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #D5B45D;
}

.index-new {
  width: 100%;
  height: 5rem;
  background: #F0EFED;
  position: relative;
}

.index-new-pos {
  height: 7.5rem;
  position: absolute;
  top: -50%;
  transform: translateY(-25%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 100;
  padding-left: 0.1%;
  flex-wrap: wrap;
}

.index-new-swiper {
  width: 33.3%;
  height: 100%;
  background: #FFFFFF;
  background-image: url(../img/index2.png);
  margin-left: 0.1%;
  padding: 0.5rem 0.8rem;
}

.index-new-swiper-tit {
  color: #e0c484;
}

.index-new-swiper-sub {
  color: #FFF;
  background-image: url(../img/index10.png);
  width: 1.825rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.swiper-slide-tit {
  color: #534c3b;
  height: 1.4rem;
  line-height: 0.7rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
  transition: all 0.3s;
}

.swiper-slide-tit:hover {
  color: #D9B869;
}

.swiper-slide-cont {
  color: #999999;
  height: 1rem;
  line-height: 0.5rem;
  overflow: hidden;
}

.index-new-pic {
  width: 33.3%;
  height: 100%;
}

.index-new-list {
  width: 33.3%;
  height: 100%;
}

.index-new-swiper .index-new-container {
  padding-bottom: 1.5rem;
}

.index-new-swiper .index-new-container .swiper-pagination-fraction {
  bottom: 0;
  right: 20px;
  left: auto;
  width: auto;
}

.index-new-pagination {
  color: #CCCCCC;
}

.index-new-pagination .swiper-pagination-current {
  color: #d9b86a;
}

.index-new-pagination .swiper-pagination-total {
  color: #CCCCCC;
}

.index-new-container .swiper-button-next,
.index-new-container .swiper-button-prev {
  width: 5px;
  height: 9px;
  bottom: 10px;
  top: auto;
  left: auto;
}

.index-new-container .swiper-button-prev {
  right: 60px;
  color: #D9B86A;
}

.index-new-container .swiper-button-next {
  right: 5px;
  color: #CCCCCC;
}

.index-new-container .swiper-button-next:after,
.index-new-container .swiper-button-prev:after {
  font-size: inherit;
  width: 5px;
  height: 9px;
}

.index-new-eye {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.index-new-eye div {
  width: 100%;
  margin-right: 10px;
}

.index-new-eye div img {
  width: 100%;
  object-fit: cover;
}

.index-new-eye span {
  color: #cccccc;
}

.index-new-list {
  padding: 0.75rem 1.75rem;
}

.index-new-rg-pic {
  width: 10%;
}

.index-new-rg-pic img {
  width: 100%;
  object-fit: cover;
}

.index-new-rg-cont {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 2px solid #F3EBE5;
}

.index-new-rg-cont p:nth-child(1) {
  color: #e8e1d8;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
}

.index-new-rg-cont p:nth-child(2) {
  color: #8a8072;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.index-new-rg-cont p:nth-child(3) {
  color: #938b7d;
  letter-spacing: 6px;
  margin-bottom: 1rem;
}

.index-new-rg-cont a {
  display: block;
  width: 6.5%;
}

.index-new-rg-cont a img {
  width: 100%;
}

.index-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 6.875rem;
}

.index-contact a {
  display: block;
  height: 100%;
  position: relative;
}

.index-contact1 {
  width: 40%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  /* padding: 1rem 1.5rem; */
}

.index-contact-bg {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}


/* .index-contact a:hover .index-contact-bg {
	transform: scale(1.1);
} */

.index-contact a:hover .index-contact-font .index-contact1-cont {
  opacity: 1;
}

.index-contact .index-contact-font {
  transition: all 0.3s;
}

.index-contact1 .index-contact-font {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
}

.index-contact2 .index-contact-font {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.index-contact4 .index-contact-font {
  position: absolute;
  top: 1rem;
  left: 0.7rem;
}

.index-contact2 {
  width: 23%;
  overflow: hidden;
  transition: all 0.5s;
  /* padding: 1rem 1rem; */
}

.index-contact4 {
  width: 14%;
  overflow: hidden;
  transition: all 0.5s;
  /* padding: 1rem 0.7rem; */
}

.index-contact-hov {
  width: 40%;
}

.index-contact-font span {
  color: #e2eeff;
  line-height: 1.1;
  opacity: 0.5;
  /* font-weight: bold; */
}

.index-contact-font p {
  color: #FFFFFF;
  line-height: 1;
}

.index-contact1-cont {
  letter-spacing: 3px;
  transition: all 0.3s;
  opacity: 0;
  margin-top: 10px;
}

.index-contact:hover a {
  width: 30%;
}

.index-contact a:hover {
  width: 40%;
}


/* .index-contact1:hover .index-contact4 {
	width: 14%;
} */


/* 首页 */


/* banner */

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
  object-fit: cover;
}

.banner-pic {
  width: 100%;
  position: relative;
}

.banner-pic2 {
  display: none;
}

.banner-font {
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translateY(-50%);
}

.banner-font p {
  color: #FFFFFF;
  line-height: 1;
}

.banner-font p:first-child {
  opacity: 0.5;
  margin-bottom: 0.5rem;
}

.crumbs {
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
  background: #FFFFFF;
}

.crumbs-lf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.crumbs-lf a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.crumbs-lf a svg {
  width: 24px;
  height: 22px;
  fill: #D9B86A;
}

.crumbs-lf a:nth-child(1) {
  margin-right: 0.5rem;
}

.crumbs-lf a {
  color: #888888;
}

.crumbs-lf a:nth-child(2) {
  margin-right: 0.3rem;
}

.crumbs-lf span {
  color: #888888;
}

.crumbs-lf a:last-child {
  margin-left: 0.3rem;
  color: #888888;
}

.crumbs-rg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.crumbs-rg-box {
  display: none;
}

.crumbs-rg a {
  margin-left: 1.5rem;
  color: #333333;
  position: relative;
  display: block;
  height: 100%;
  line-height: 2.5rem;
  transition: all 0.3s;
}

.crumbs-rg a::after {
  content: '';
  position: absolute;
  display: block;
  width: 0%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #D9B86A;
  transition: all 0.3s;
}

.crumbs-rg a:hover {
  color: #d9b86a;
}

.crumbs-rg a:hover::after {
  width: 100%;
}

.crumbs .crumbs-rg .crumbs-rg-ac {
  color: #d9b86a;
}

.crumbs .crumbs-rg .crumbs-rg-ac::after {
  width: 100%;
}


/* banner */


/* 关于我们 */

.about-box {
  overflow: hidden;
}

.about-lf {
  overflow: hidden;
}

.about-rg-pic {
  float: right;
  width: 44%;
  margin-left: 6%;
  margin-bottom: 2%;
}

.about-lf-tit {
  color: #dbdbdb;
  line-height: 1.1;
}

.about-lf-sub {
  color: #cd9430;
  margin-bottom: 1rem;
  font-weight: bold;
}

.about-lf-cont {
  color: #666;
}

.chase {
  background-color: #FAF7EE;
}

.chase-tit {
  color: #666666;
  text-align: center;
}

.chase-sub {
  color: #D9B86B;
  text-align: center;
  line-height: 1.1;
  margin-top: 0.3rem;
}

.chase-line {
  width: 27px;
  height: 3px;
  background-color: #D5D5D5;
  margin: 0.5rem auto 0.8rem;
}

.chase-type {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chase-list {
  width: 32%;
  height: 7.5rem;
  border-radius: 15px;
  margin-right: 2%;
  overflow: hidden;
  position: relative;
}

.chase-list-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s;
  border-radius: 15px;
}

.chase-list:nth-child(3n) {
  margin-right: 0;
}

.chase-list:hover .chase-list-box {
  /* background-size: 110%; */
  transform: scale(1.1);
}

.chase-list-pic {
  width: 100%;
  margin-bottom: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.chase-list-pic img {
  width: 12%;
  margin: 0 auto 2%;
  object-fit: cover;
}

.chase-list-tit {
  color: #FFFFFF;
}

.honor {
  position: relative;
  background-color: #F8F8F8;
  padding-top: 2.5rem;
}

.honor-pos {
  position: absolute;
  left: 50%;
  top: 1.9rem;
  transform: translateX(-50%);
  color: #010101;
  line-height: 1;
  opacity: 0.06;
}

.honor-tit {
  text-align: center;
  color: #d2af64;
  margin-bottom: 1rem;
  font-weight: bold;
}

.honor-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  padding: 0.75rem;
  width: 56%;
  opacity: 0.5;
  border-radius: 5px;
}

.honor-container .swiper-slide-active {
  opacity: 1;
}

.honor-pic {
  margin-right: 1rem;
}

.honor-font {
  max-height: 165px;
  overflow-y: auto;
}

.honor-font p {
  color: #000000;
  margin-bottom: 5px;
}

.honor .honor-container {
  padding-bottom: 10rem;
}

.honor .honor-container .honor-pagination {
  position: absolute;
  bottom: -6rem;
  height: 12rem;
  width: 15rem;
  left: 50%;
  transform: translateX(-50%);
}

.honor .honor-container .honor-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  opacity: 0;
  font-family: 'EnFontLitter';
}

.honor .honor-container .honor-pagination .swiper-prev {
  position: absolute;
  left: 0;
  top: 3rem;
  transform: rotateZ(-45deg);
  opacity: 1;
}

.honor .honor-container .honor-pagination .swiper-next {
  position: absolute;
  right: 10px;
  top: 2.6rem;
  transform: rotateZ(45deg);
  opacity: 1;
}

.honor .honor-container .honor-pagination .swiper-pagination-bullet-active {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-60%);
  font-size: 50px;
  right: auto;
  opacity: 1;
  font-weight: bold;
}

.honor-container .swiper-button-prev,
.honor-container .swiper-button-next {
  color: #505050;
  top: 54%;
}

.honor-container .swiper-button-prev {
  left: 41%;
}

.honor-container .swiper-button-next {
  right: 42%;
}

.development {
  position: relative;
}

.dev-posi {
  position: absolute;
  left: 50%;
  top: 1.9rem;
  transform: translateX(-50%);
  color: #010101;
  line-height: 1;
  opacity: 0.06;
}

.dev-tit {
  text-align: center;
  color: #d2af64;
  margin-right: 18%;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.dev-container .swiper-slide {
  width: 20%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 2.5%;
}

.dev-container .swiper-slide:nth-child(2n) {
  padding-top: 1rem;
}

.dev-container .swiper-slide:last-child {
  margin-right: 0;
}

.dev-intro-pic {
  width: 20px;
  height: 263px;
  margin-right: 0.5rem;
  transition: all 0.3s;
}

.dev-container .swiper-slide:hover .dev-intro-pic {
  background-image: url(../img/about11-1.png) !important;
}

.dev-container .swiper-slide:hover .dev-intro-tit {
  color: #d0ab5d;
}

.dev-intro {
  width: calc(100% - 0.5rem - 20px);
}

.dev-intro-tit {
  line-height: 1;
  margin-bottom: 0.5rem;
  color: #333333;
  transition: all 0.3s;
  font-weight: bold;
}

.dev-intro-cont {
  color: #666666;
}

.culture {
  padding: 2.5rem 0 4rem;
  position: relative;
}

.cul-tit {
  position: absolute;
  left: 50%;
  top: 1.9rem;
  transform: translateX(-50%);
  color: #FFFFFF;
  line-height: 1;
  opacity: 0.06;
}

.cul-sub {
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

.cul-box {
  margin-top: 1rem;
}

.cul {
  position: relative;
}

.cul-pic {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


/* .cul-pic::after {
	content: '';
	display: block;
	position: absolute;
	width: 47%;
	height: 47%;
	border-radius: 50%;
	border: 1px solid #EBEBEB;
} */

.cul-pic>img {
  margin: 0 auto;
  width: 34%;
}

.cul-of {
  position: absolute;
  color: #d0ab5d;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}

.cul-wi {
  width: 4rem;
  height: 4rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cul-wi>img {
  width: 25%;
  object-fit: cover;
  opacity: 0.5;
}

.cul-icon-pic {
  left: 56.5%;
  top: 33%;
}


/* .cul-icon-pic-line {
	position: absolute;
	top: -3.2rem;
	right: -2.7rem;
	width: 1.7rem;
	transform: rotateZ(1deg);
	opacity: 0;
	transition: all 0.3s;
} */

.cul-icon-pic2 {
  left: 50.5%;
  top: 10%;
}

.cul-icon-pic3 {
  left: 40.5%;
  top: 10%;
}

.cul-icon-pic4 {
  left: 35%;
  top: 33%;
}

.cul-icon-pic5 {
  left: 38%;
  top: 59%;
}

.cul-icon-pic5>img {
  width: 19%;
}

.cul-icon-pic6 {
  left: 46%;
  top: 70%;
}

.cul-icon-pic7 {
  left: 53.5%;
  top: 59%;
}

.cul-icon {
  position: absolute;
  top: 0.5rem;
  left: 6.5rem;
  width: 8.25rem;
}

.cul-icon-font {
  position: relative;
}

.point {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #FFFFFF;
  opacity: 1;
  border-radius: 50%;
  position: relative;
  left: -12%;
  top: 1.25rem;
}

.point::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
  transition: all 0.3s;
}

.point::after {
  content: '';
  display: block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}

.cul-icon-font-cont {
  padding-top: 0.6rem;
  transition: all 0.3s;
}

.cul-icon-pic3 .cul-icon-font-cont p {
  margin-left: 20%;
}

.cul-icon-pic4 .cul-icon-font-cont p {
  margin-left: 20%;
}

.cul-icon-pic5 .cul-icon-font-cont p {
  margin-left: 20%;
}

.cul-icon-font-cont p {
  color: #FFFFFF;
  width: 80%;
}

.cul-icon-font-cont p:first-child {
  margin-bottom: 0.5rem;
}

.cul-icon-font-cont p:nth-child(2) {
  margin-top: 0.5rem;
  opacity: 0;
}

.cul-icon-pic2 .cul-icon {
  top: -3rem;
  left: 5rem;
}


/* .cul-icon-pic2 .cul-icon-pic-line {
	top: -4.9rem;
	right: -1.2rem;
	transform: rotateZ(-54deg);
} */

.cul-icon-pic3 .cul-icon {
  transform: rotateZ(180deg);
  top: -3.2rem;
  left: -9rem;
}

.cul-icon-pic3 .cul-icon .cul-icon-font-cont {
  transform: rotateZ(-180deg);
  text-align: right;
  padding-top: 1.1rem;
}

.cul-icon-pic3 .cul-icon .point {
  top: 1.8rem;
}

.cul-icon-pic3:hover .cul-icon .point {
  top: 1rem;
}


/* .cul-icon-pic3 .cul-icon-pic-line {
	transform: rotateZ(254deg);
	top: -5rem;
	right: 0.6rem;
} */

.cul-icon-pic4 .cul-icon {
  transform: rotateZ(180deg);
  top: 0.8rem;
  left: -11rem;
}

.cul-icon-pic4 .cul-icon .cul-icon-font-cont {
  transform: rotateZ(-180deg);
  text-align: right;
  padding-top: 1.8rem;
}

.cul-icon-pic4 .cul-icon .point {
  top: 1.8rem;
}

.cul-icon-pic4:hover .cul-icon .cul-icon-font-cont {
  padding-top: 1rem;
}

.cul-icon-pic4:hover .cul-icon .point {
  top: 1.2rem;
}


/* .cul-icon-pic4 .cul-icon-pic-line {
	transform: rotateZ(204deg);
	top: -3.7rem;
	right: 1.9rem;
} */


/* .cul-icon-pic5 .cul-icon-pic-line {
	transform: rotateZ(152deg);
	top: -1.7rem;
	right: 1.9rem;
} */

.cul-icon-pic5 .cul-icon {
  transform: rotateZ(180deg);
  top: 0rem;
  left: -11rem;
}

.cul-icon-pic5 .cul-icon .cul-icon-font-cont {
  transform: rotateZ(-180deg);
  text-align: right;
  padding-top: 3rem;
}

.cul-icon-pic5 .cul-icon .point {
  top: 2.5rem;
}

.cul-icon-pic5:hover .cul-icon .point {
  top: 1.8rem;
}

.cul-icon-pic6 .cul-icon {
  top: 4.5rem;
  left: 3rem;
}


/* .cul-icon-pic6 .cul-icon-pic-line {
	transform: rotateZ(101deg);
	top: -0.2rem;
	right: -0.3rem;
} */

.cul-icon-pic7 .cul-icon {
  top: 2rem;
  left: 7rem;
}


/* .cul-icon-pic7 .cul-icon-pic-line {
	transform: rotateZ(52deg);
	top: -1.5rem;
	right: -2.2rem;
} */

.cul-wi:hover>img {
  opacity: 1;
}

.cul-wi:hover .point::before {
  width: 6.8rem;
}

.cul-wi:hover .point::after {
  opacity: 0.2;
}

.cul-wi:hover .cul-icon-font-cont {
  padding-top: 0;
}

.cul-wi:hover .cul-icon-font-cont p:first-child {
  transform: scale(1.2);
  margin-left: 20%;
}

.cul-wi:hover .cul-icon-font-cont p:nth-child(2) {
  opacity: 1;
}


/* .cul-wi:hover .cul-icon-pic-line {
	opacity: 1;
} */

.cul-icon-pic3:hover .cul-icon-font-cont p:first-child {
  padding-right: 13%;
  margin-left: 0;
  margin-bottom: 0.7rem;
}

.cul-icon-pic4:hover .cul-icon-font-cont p:first-child {
  padding-right: 13%;
  margin-left: 0;
  margin-bottom: 0.7rem;
}


/* .cul-icon-pic5:hover .point {
	top: 2.3rem;
} */

.cul-icon-pic5:hover .cul-icon-font-cont {
  padding-top: 3rem;
}

.cul-icon-pic5:hover .cul-icon-font-cont p:first-child {
  margin-left: 0;
  padding-right: 13%;
}


/* .cul-icon-pic4:hover .cul-icon .point {
	top: 2.4rem;
} */


/* .cul-icon-pic3:hover .cul-icon .point {
	top: 2.3rem;
} */

.project {
  position: relative;
  padding: 2.5rem 0 0;
  background-color: #F5F5F5;
}

.proj-tit {
  position: absolute;
  left: 50%;
  top: 1.9rem;
  transform: translateX(-50%);
  color: #010101;
  line-height: 1;
  opacity: 0.06;
}

.proj-sub {
  color: #d2af64;
  text-align: center;
  font-weight: bold;
}

.proj-box {
  margin-top: 1rem;
}

.proj-ls {
  overflow: hidden;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin-bottom: 1rem;
}

.proj-ls:last-child {
  margin-bottom: 0;
}

.proj-ls-pic {
  width: 38.5%;
  float: left;
}

.proj-ls-font {
  width: 61.5%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 1rem 4rem 1rem 2rem;
  transition: all 0.3s;
}

.proj-ls-font:hover {
  background-color: #D0AB5D;
}

.proj-ls-font:hover .proj-ls-tit {
  color: #FFFFFF;
}

.proj-ls-font:hover .proj-ls-cont {
  color: #FFFFFF;
}

.proj-ls-tit {
  color: #222222;
  line-height: 1;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #E8ECED;
  width: 100%;
  transition: all 0.3s;
}

.proj-ls-cont {
  color: #444444;
  max-height: 200px;
  overflow-y: auto;
  transition: all 0.3s;
}

.proj-ls:nth-child(2n) .proj-ls-pic {
  float: right;
}

.proj-btn {
  margin-top: 2rem;
  background-image: url(../img/cul-bg2.png);
  padding-bottom: 2.5rem;
}

.proj-btn-tit {
  color: #444444;
  text-align: center;
  margin-bottom: 0.5rem;
}

.proj-btn-cont {
  color: #333333;
  text-align: center;
}

.cul-swiper {
  padding: 2.5rem 0;
  position: relative;
}

.cul-container .swiper-slide {
  width: 64%;
  height: 11.5rem;
  background: #FFFFFF;
}

.cul-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.cul-container .swiper-slide-active img {
  opacity: 1;
}

.cul-swiper .swiper-button-next,
.cul-swiper .swiper-button-prev {
  width: 18px;
  height: 32px;
}

.cul-swiper .swiper-button-prev {
  left: 10%;
  color: #CCCCCC;
}

.cul-swiper .swiper-button-next {
  right: 10%;
  color: #D0AB5E;
}

.cul-swiper .swiper-button-next:after,
.cul-swiper .swiper-button-prev:after {
  width: 18px;
  height: 32px;
  font-size: 30px;
}


/* 关于我们 */


/* 服务产品 */

.pro {
  position: relative;
}

.pro-box {}

.pro-tit {
  color: #857b71;
  line-height: 1.1;
  width: 55%;
  opacity: 0.3;
}

.pro-sub {
  color: #c99e39;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.pro-cont {
  color: #666666;
}

.pro-type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.pro-list {
  width: 32%;
  height: 6.25rem;
  margin-right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 15px;
  transition: all 0.3s;
  position: relative;
}

.pro-list::after {
  content: '';
  background: url(../img/pro-bg2.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}

.pro-list:nth-child(3n) {
  margin-right: 0;
}

.pro-list-pic {
  position: relative;
  /* width: 16%; */
  height: 27%;
  margin-bottom: 0.5rem;
  z-index: 2;
}

.pro-list-pic img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.pro-list-pic1 {
  opacity: 1;
}

.pro-list-pic2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.pro-list-tit {
  color: #333333;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

.pro-list-cont {
  color: #111111;
  opacity: 0.2;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  text-align: center;
}

.pro-list:hover {
  box-shadow: 0 0 20px #D3E8ED;
}

.pro-list:hover::after {
  opacity: 1;
}

.pro-list:hover .pro-list-pic1 {
  opacity: 0;
}

.pro-list:hover .pro-list-pic2 {
  opacity: 1;
}

.pro-list:hover .pro-list-tit {
  color: #FFFFFF;
}

.pro-list:hover .pro-list-cont {
  color: #FFFFFF;
}

.pro-posi {
  position: absolute;
  right: 0;
  top: 0;
}

.pro-center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pro-center-container .pro-ctr-list {
  width: 16.6%;
  height: 20rem;
  position: relative;
  border-right: 1px solid #B7CBD6;
  overflow: hidden;
}

.pro-ctr-list::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pro-bg3.png) no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s;
  opacity: 0.8;
  z-index: 2;
}

.pro-ctr-list:last-child {
  border-right: none;
}

.pro-ctr-tit {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 85%;
  transform: translateX(-50%);
  width: 100%;
  color: #FFFFFF;
  transition: all 0.3s;
  z-index: 3;
  height: max-content;
}

.pro-ctr-list:hover::after {
  top: 0;
}

.pro-ctr-list:hover .pro-ctr-tit {
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
}

.pro-swiper {
  background: url(../img/pro-bg4.png);
}

.pro-swi-box {}

.pro-swi-tit {
  color: #555;
  text-align: center;
  margin-bottom: 0.5rem;
}

.pro-container .swiper-slide img {
  width: 100%;
}

.pro-container .swiper-slide p {
  color: #333333;
  margin-top: 0.5rem;
  text-align: center;
}

.pro-swi-intro {
  position: relative;
}

.pro-swi-intro .pro-container {
  padding-bottom: 1.5rem;
}

.pro-container .swiper-slide {
  width: 32%;
  margin-right: 2%;
}

.pro-container .swiper-slide:last-child {
  margin-right: 0;
}

.pro-swi-intro .pro-container .swiper-pagination {
  bottom: 0;
}

.pro-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #D0AB5D;
  width: 38px;
  border-radius: 15px;
}

.pro-container .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s;
}

.pro-swi-intro .swiper-button-prev,
.pro-swi-intro .swiper-button-next {
  width: 17px;
  height: 30px;
  margin-top: auto;
}

.pro-swi-intro .swiper-button-prev {
  left: -10%;
  color: #CDCBC6;
}

.pro-swi-intro .swiper-button-next {
  right: -10%;
  color: #C8A04B;
}

.pro-swi-intro .swiper-button-next:after,
.pro-swi-intro .swiper-button-prev:after {
  width: 100%;
  height: 100%;
  font-size: x-large;
}

.comm-btn {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 15.5rem;
}

.comm-lf {
  width: 28%;
  height: 100%;
}

.comm-ctr {
  width: 42%;
  height: 100%;
  margin: 0 2%;
}

.comm-ctr1 {
  width: 100%;
  height: 48%;
  margin-bottom: 4%;
}

.comm-ctr2 {
  width: 100%;
  height: 48%;
}

.comm-rg {
  width: 28%;
  height: 100%;
}

.comm-btn div {
  position: relative;
}

.comm-btn div p {
  color: #FFFFFF;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.owner {
  padding-bottom: 2rem;
}

.ow-list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  height: 10.5rem;
}

.ow-list:last-child {
  margin-bottom: 0;
}

.ow-list-pic {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
  float: left;
}

.ow-list-pic img {
  width: 100%;
}

.ow-list-type {
  width: 42%;
  margin-left: 8%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.ow-list-tit {
  color: #d1d5d8;
  line-height: 1.1;
}

.ow-list-sub {
  color: #222222;
}

.ow-list-line {
  width: 100%;
  height: 2px;
  background: #E8ECED;
  margin: 0.5rem 0;
}

.ow-list-cont {
  color: #444444;
}

.ow-list:nth-child(2n) .ow-list-pic {
  float: right;
}

.ow-list:nth-child(2n) .ow-list-type {
  margin-right: 8%;
  margin-left: 0;
}

.wisdom {
  position: relative;
  height: 15rem;
}

.wisdom img {
  width: 100%;
}

.wisdom-font {
  position: absolute;
  top: 2rem;
  left: 14%;
}

.wisdom-font-tit {
  color: #FFFFFF;
  line-height: 1.1;
  opacity: 0.5;
  margin-bottom: 0.5rem;
}

.wisdom-font-cont {
  color: #FFFFFF;
}


/* 服务产品 */


/* 邻里社区 */

.well {
  position: relative;
  height: 21.55rem;
  background-color: #EBEBEB;
  z-index: 11;
}

.well-box {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}

.well-lf {
  width: 100%;
}

.well-lf-pic {
  width: 100%;
  margin-bottom: 1.5rem;
}

.well-lf-pic img {
  width: 100%;
  object-fit: cover;
}

.well-lf-font {
  width: 52%;
}

.well-lf-font-tit {
  line-height: 1.1;
  color: #0f2f46;
  opacity: 0.2;
  letter-spacing: -3px;
}

.well-lf-font-sub {
  color: #cd9430;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.well-lf-font-cont {
  color: #444444;
  width: 85%;
}

.well-rg {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 46%;
  padding: 1.5rem 1.75rem;
  background: linear-gradient(to bottom, #fff, #fff, #fff, rgba(255, 255, 255, 0));
}

.well-rg-tit {
  color: #cd9430;
  line-height: 1;
}

.well-rg-list {
  padding-bottom: 1rem;
  border-bottom: 2px solid #EEEEEE;
  margin-bottom: 1rem;
  display: block;
}

.well-rg-list:nth-child(2n) .well-rg-list-pic {
  /* display: none; */
}

.well-rg-list:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}

.well-rg-list-pic img {
  width: 100%;
  object-fit: cover;
}

.well-rg-list-tit {
  color: #222222;
  line-height: 1;
  margin: 0.5rem 0;
  transition: all 0.3s;
  display: block;
}

.well-rg-list-tit:hover {
  color: #D9B869;
}

.well-rg-list-cont {
  color: #666666;
  line-height: 1.5;
}

.well-rg-more {
  display: block;
  width: 4.5rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #000000;
  border: 2px solid #D0D0D0;
  opacity: 0.8;
  transition: all 0.3s;
}

.well-rg-more:hover {
  border: 2px solid #D9B869;
  background: #D9B869;
  color: #FFFFFF;
}

.well-swiper {
  position: relative;
  padding: 2rem 0;
}

.well-swiper-tit {
  color: #555;
  margin-bottom: 1rem;
  text-align: center;
}

.well-container .swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.well-container .swiper-slide p {
  text-align: center;
  color: #888;
  margin-top: 0.5rem;
}

.well-swiper .swiper-button-prev,
.well-swiper .swiper-button-next {
  width: 17px;
  height: 30px;
  margin-top: auto;
  color: #131416;
}

.well-swiper .swiper-button-prev {
  left: 10%;
}

.well-swiper .swiper-button-next {
  right: 10%;
}

.well-swiper .swiper-button-next:after,
.well-swiper .swiper-button-prev:after {
  width: 100%;
  height: 100%;
  font-size: x-large;
}


/* 邻里社区 */


/* 邻里新闻 */

.well-news {
  width: 100%;
  background: #FFFFFF;
  padding-bottom: 1.5rem;
}

.news-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.seach_input {
  margin: 0;
  background: #F0F0F0;
  padding: 0 0.4rem;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 1.5rem;
  line-height: 1.5rem;
  width: 30%;
  margin-right: 10px;
}

.seach_input .text {
  width: 80%;
  float: left;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
  color: #999;
}

.seach_input .text::placeholder {
  color: #999;
}

.seach_input .submit {
  width: 20%;
  float: right;
  height: 100%;
  background-color: transparent;
  background-image: url(../img/sss.png);
  background-repeat: no-repeat;
  background-position: center;
}

.seor {
  width: 15%;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 0.2rem 0.6rem;
  position: relative;
  box-sizing: border-box;
  background-color: #D9B869;
  text-align: left;
  height: 1.5rem;
  display: flex;
  align-items: center;
  z-index: 10;
}

.s_tit {
  position: relative;
  width: 100%;
  display: block;
  color: #000;
}

.s_tit::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background: url(../img/menu.png) no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sub {
  position: absolute;
  top: 1.5rem;
  width: 100%;
  left: 0;
  display: none;
  z-index: 66;
  box-sizing: border-box;
  border-top: 0;
  max-height: 4.8rem;
  overflow-y: scroll;
  background: #FFFFFF;
}

.sub a {
  display: block;
  color: #007177;
  padding: 0.2rem 0.4rem;
  border-bottom: 1px solid rgb(224, 224, 224);
}

.well-new-btn {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.well-new-ls {
  width: 32%;
  margin-right: 2%;
  display: block;
  margin-bottom: 2rem;
}

.well-new-ls:nth-child(3n) {
  margin-right: 0;
}

.well-new-ls-pic {
  border-radius: 5px;
  overflow: hidden;
}

.well-new-ls-pic img {
  width: 100%;
  object-fit: cover;
}

.well-new-ls-tit {
  margin: 0.5rem 0 0;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.well-new-ls-cont {
  line-height: 0.6rem;
  height: 1.2rem;
  overflow: hidden;
  color: #888888;
}

.news-pagination {
  width: 100%;
  line-height: 2rem;
  height: 2rem;
  text-align: center;
  background-color: #FFFFFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.news-pagination a {
  color: #999;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  display: inline-block;
  white-space: nowrap;
  margin-right: 5px;
  background: #F8F8F8;
  border-radius: 5px;
}

.news-pagination a:last-child {
  margin-right: 0;
}

.news-pagination .prev,
.news-pagination .next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-pagination .prev svg,
.news-pagination .next svg {
  fill: #999;
  width: 14px;
  height: 22px;
}

.news-pagination .prev svg:hover,
.news-pagination .next svg:hover {
  fill: #000000;
  transition: all 0.3s;
}

.news-pagination .prev svg {
  transform: rotate(180deg);
}

.news-pagination a:hover {
  background-color: #D9B869;
  color: #000000;
  transition: all 0.3s;
}


/* 邻里新闻 */


/* 社会招聘 */

.join-box {
  padding: 2rem 0;
}

.news-top2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.seor2,
.seor3 {
  width: 25%;
  border-radius: 5px;
  padding: 0 0.4rem;
  margin-right: 5%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  height: 1.5rem;
  display: flex;
  align-items: center;
  z-index: 10;
  background: #F1F1F1;
}

.s_tit2,
.s_tit3 {
  position: relative;
  width: 100%;
  display: block;
  color: #666666;
}

.s_tit2::after,
.s_tit3::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background: url(../img/menu.png) no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sub2,
.sub3 {
  position: absolute;
  top: 1.5rem;
  width: 100%;
  left: 0;
  display: none;
  z-index: 66;
  box-sizing: border-box;
  border-top: 0;
  max-height: 4.8rem;
  overflow-y: scroll;
  background: #FFFFFF;
}

.sub2 a,
.sub3 a {
  display: block;
  color: #666;
  padding: 0.2rem 0.4rem;
  border-bottom: 1px solid rgb(224, 224, 224);
}

.seach_input2 {
  margin: 0;
  vertical-align: top;
  padding: 0 0.4rem;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 1.5rem;
  width: 40%;
  background: #F1F1F1;
}

.seach_input2 .text2 {
  width: 80%;
  float: left;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}

.seach_input2 .text2::placeholder {
  color: #666;
}

.seach_input2 .submit2 {
  width: 20%;
  float: right;
  height: 100%;
  background-color: transparent;
  background-image: url(../img/sss.png);
  background-repeat: no-repeat;
  background-position: center;
}

.join-btn {
  margin: 1.5rem 0;
}

.join-intro {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.2rem 1rem;
  border-bottom: 1px solid #C8C8C8;
}

.join-intro span {
  width: 7%;
  margin-right: 8.5%;
  color: #333333;
}

.join-intro span:last-child {
  margin-right: 0;
}

.join-ls {}

.join-ls-show {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.4rem 1rem;
  border-bottom: 1px solid rgba(200, 200, 200, .5);
  cursor: pointer;
}

.join-ls-show span {
  width: 7%;
  margin-right: 8.5%;
  color: #666;
}

.join-ls-show a {
  color: #FFFFFF;
  background: #CCCCCC;
  width: 8%;
  text-align: center;
  padding: 0.1rem 0;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  /* text-overflow: ellipsis; */
}

.join-ls-show-ac {
  background-color: #F1F1F1;
  border-top: 1px solid #C8C8C8;
  transition: all 0.3s;
}

.join-ls-show-ac a {
  background: #D3B366;
  color: #000;
}

.join-ls-show span:nth-child(6) {
  margin-right: 7.5%;
}

.join-ls-none {
  padding: 1rem 1rem 0 1rem;
  display: none;
  border-bottom: 1px solid #C8C8C8;
}

.join-ls-none-type {
  margin-bottom: 0.5rem;
}

.join-ls-none-type>p {
  color: #444444;
  margin-bottom: 0.2rem;
}

.join-ls-none-type div {
  color: #666666;
}

.join-ls-none-type div p {
  color: #666666;
}

.join-ls-none-more {
  display: block;
  width: 3.5rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  background-color: #D9B869;
  color: #000000;
  margin: 1rem 0 1.5rem;
}


/* 社会招聘 */


/* 校园招聘 */

.school {
  padding: 2rem 0;
}

.school img {
  margin: 0 auto;
  object-fit: cover;
}


/* 媒体新闻 */

.news-box {
  display: flex;
  align-items: flex-start;
}

.news-lf {
  width: 74%;
  padding: 1.5rem 2rem 1.5rem 0;
  border-right: 1px solid #EBEBEB;
}

.news-lf-tit {
  color: #d9b86a;
}

.news-lf-sub {
  color: #000000;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  display: block;
}

.news-lf-sub:hover {
  color: #d9b86a;
}

.news-lf-cont {
  color: #888888;
  margin-bottom: 1rem;
}

.news-lf-ls {
  padding: 1rem 0;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news-lf-ls:nth-child(4) {
  border-top: 1px solid #EBEBEB;
}

.news-lf-ls:nth-last-child(2) {
  margin-bottom: 1rem;
}

.news-lf-ls-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem 0.4rem;
  background-color: #D9B869;
  margin-right: 0.5rem;
  width: 2.5rem;
}

.news-lf-ls-date p {
  line-height: 1;
  color: #201b0e;
  font-weight: bold;
}

.news-lf-ls-date span {
  color: #201b0e;
}

.news-lf-ls-article {
  overflow: hidden;
  width: calc(100% - 2.5rem);
}

.news-lf-ls-article>p {
  color: #222222;
  margin-bottom: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-lf-ls-article div {
  color: #888888;
  line-height: 0.7rem;
  height: 2.1rem;
}

.news-rg {
  width: 26%;
  padding: 1.5rem 0 0 1.8rem;
}

.news-rg-top {
  padding: 1.5rem 0.6rem;
  margin-bottom: 20px;
  width: 100%;
  display: block;
}

.news-rg-top span {
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}

.news-rg-top span:nth-child(2) {
  letter-spacing: 5px;
}

.news-rg-btn {
  width: 100%;
  height: 10.5rem;
  text-align: center;
  padding-top: 1.5rem;
  color: #b08a34;
  line-height: 1.4;
  display: block;
}


/* 媒体新闻 */


/* 新闻详情 */

.news-info-box {
  display: flex;
  align-items: flex-start;
}

.news-info-lf {
  width: 74%;
  padding: 1.5rem 2.8rem 3rem 0;
  border-right: 1px solid #EBEBEB;
}

.news-info-lf-tit {
  color: #000000;
  text-align: center;
}

.news-info-lf-sub {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-info-lf-time {
  color: #666;
  margin-right: 20px;
}

.share {
  color: #666;
}

.bdsharebuttonbox a {
  background-image: none !important;
}

.share a:nth-child(1) svg {
  width: 16px;
  height: 16px;
}

.share a:nth-child(2) svg {
  width: 26px;
  height: 18px;
}

.share a:nth-child(3) svg {
  width: 19px;
  height: 20px;
}

.share a svg {
  pointer-events: none;
  fill: #A0A0A0;
}

.share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news-info-lf-sub .bdshare-button-style1-24 a,
.news-info-lf-sub .bdshare-button-style1-24 .bds_more {
  float: inherit;
  font-size: 0;
  line-height: inherit;
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
}

.news-info-lf-cont {
  border-bottom: 1px solid #EBEBEB;
  min-height: 300px;
}

.news-info-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.page-size {
  max-width: calc(100% - 5% - 2.75rem);
  overflow: hidden;
}

.page-size a {
  display: block;
  text-align: left;
  color: #333;
}

.page-size a:hover {
  color: #E0C68D;
}

.news-info-page .back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 0.75rem;
  border: 2px solid #E0C68D;
  border-radius: 15px;
}

.news-info-page .back svg {
  width: 14px;
  height: 14px;
  fill: #E0C68D;
  margin-right: 5px;
  transition: all 0.3s;
}

.news-info-page .back span {
  color: #E0C68D;
  transition: all 0.3s;
}

.news-info-page .back:hover {
  background-color: #E0C68D;
}

.news-info-page .back:hover svg {
  fill: #FFFFFF;
}

.news-info-page .back:hover span {
  color: #FFFFFF;
}

.news-info-rg {
  width: 26%;
  padding: 1.5rem 0 3rem 2.5rem;
}

.news-info-rg-tit {
  color: #333;
  margin-bottom: 0.5rem;
}

.news-info-rg-ls {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.news-info-rg-ls img {
  width: 100%;
  object-fit: cover;
}

.news-info-rg-ls:last-child {
  margin-bottom: 0;
}


/* 新闻详情 */


/* 联系我们 */

.contact {
  position: relative;
}

.con_map {
  width: 100%;
  height: 18rem;
}

.contact-posi {
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translateY(-50%) scale(0.8);
  background-color: #FFFFFF;
  padding: 1rem;
}

.contact-posi-pic {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.contact-posi-pic img {
  width: 100%;
}

.contact-posi-tit {
  color: #d9b86a;
  line-height: 1;
  margin: 1rem 0 0.5rem;
}

.contact-ls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #F1F1F1;
  padding: 0.5rem 0;
  overflow: hidden;
  /* opacity: 0; */
}

.contact-ls-pic {
  margin-right: 10px;
}

.contact-ls-pic img {
  object-fit: cover;
}

.contact-ls-tit {
  color: #666666;
}

.contact-btn {
  height: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact-btn-tit {
  color: #f9f9f9;
  text-align: center;
  margin-bottom: 1rem;
}

.contact-btn-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.contact-btn-ls {
  margin-right: 10%;
}

.contact-btn-ls:last-child {
  margin-right: 0;
}

.contact-btn-ls-pic {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  margin: 0 auto 0.5rem;
}

.contact-btn-ls-pic img {
  width: 28%;
}

.contact-btn-ls-tit,
.contact-btn-ls-cont {
  color: #FFFFFF;
  text-align: center;
}


/* 联系我们 */

.cul-rota {
  animation: rotate 20s linear infinite;
  position: absolute;
  left: 33%;
  top: 0;
}

.index-new-pos .index-container2 {
  width: 33.3%;
  height: 100%;
}

.index-container {
  height: 21.5rem;
}

.index-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-container3 {
  height: 24.75rem;
}

.inves {
  padding: 2.5rem 0 3.4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.inves-tit {
  line-height: 1.2;
  color: #dbdbdb;
  opacity: 0.6;
  font-weight: bold;
  text-transform: uppercase;
}

.inves-sub {
  color: #d9b86a;
  font-weight: bold;
}

.inves-pos {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
}

.inves-bg {
  width: 100%;
  height: 14.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 3.5rem 0;
}

.inves-ls {
  width: max-content;
  height: 4rem;
  margin-right: 2.25rem;
  padding-right: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .4);
}

.inves-ls:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.inves-ls-lf {
  width: 2.4rem;
  margin-right: 0.75rem;
}

.inves-ls-lf img {
  width: 100%;
  object-fit: cover;
}

.inves-ls-rg>p {
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.inves-ls-rg>div {
  color: #FFFFFF;
  line-height: 1.5;
  /* text-transform: uppercase; */
  font-weight: bold;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.on {}

.news-info-lf-cont img {
  display: inline-block;
  object-fit: cover;
}

.social {
  position: relative;
  padding: 2.25rem 0 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 2px solid #cd9430;
}

.social-select {
  position: relative;
}

.social-select-tit {
  color: #cd9430;
  position: relative;
  height: 1rem;
  line-height: 1rem;
  cursor: pointer;
  padding-right: 16px;
}

.social-select-tit::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 6px;
  background-image: url(../img/add4.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.social-select-change {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  display: none;
  background-color: #FFFFFF;
  padding: 0 0.5rem;
  border: 1px solid #cd9430;
}

.social-select-change p {
  color: #cd9430;
  cursor: pointer;
  opacity: .5;
  transition: all 0.3s;
  border-bottom: 1px solid #cd9430;
  text-align: center;
}

.social-select-change p:last-child {
  border-bottom: none;
}

.social-select-change p:hover {
  opacity: 1;
}

.soc-ajax {
  margin-top: 1.25rem;
  background-position: center bottom;
  padding-bottom: 2.25rem;
}

.soc-ajax-ls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEEEEE;
  width: 26%;
  height: 17.5rem;
  margin: 0 auto;
}

.soc-ajax-ls-top {
  width: 84%;
  margin: 0 auto;
}

.soc-ajax-ls-top img {
  width: 100%;
  object-fit: cover;
}

.soc-ajax-ls-btn {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soc-ajax-ls-btn p {
  color: #666;
  margin-right: 0.3rem;
}

.soc-ajax-ls-btn div {
  width: 0.5rem;
}

.soc-ajax-ls-btn div img {
  width: 100%;
  object-fit: cover;
}


/* 新增 */

@font-face {
  font-family: 'BEBASNEUE REGULAR';
  src: url("fonts/BEBASNEUE REGULAR.woff2") format("woff2"), url("./fonts/BEBASNEUE REGULAR.woff") format("woff"), url("./fonts/BEBASNEUE REGULAR.ttf") format("truetype"), url("./fonts/BEBASNEUE REGULAR.eot") format("embedded-opentype"), url("./fonts/BEBASNEUE REGULAR.svg") format("svg");
}

.bsr {
  font-family: 'BEBASNEUE REGULAR';
}

.i-com {
  color: rgba(83, 76, 59, .8);
  line-height: 1.7;
  margin-bottom: 1rem;
  display: block;
  transition: all .3s;
}

.i-com:hover {
  color: #e0c484;
}

.i-com-btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.i-com-num {
  margin-right: .5rem;
  line-height: 1;
}

.i-com-num p {
  font-size: 1.65rem;
  display: inline-block;
  line-height: .8;
  color: #D3282B;
  font-weight: bold;
}

.i-com-num span {
  font-size: 1rem;
  display: inline-block;
  line-height: .8;
  color: #D3282B;
  font-weight: bold;
}

.i-com-city {}

.i-com-city p {
  color: #534737;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.i-com-city span {
  color: #534737;
  line-height: 1;
  display: block;
  font-weight: bold;
}

.index-new-swiper {
  padding: 0.9rem 1.4rem;
}

.index-new-swiper-sub {
  width: 1.8rem;
  height: 0.6rem;
  line-height: .6rem;
  margin-bottom: 0.4rem;
}

.index-new-swiper-tit {
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 1366px) {
  .i-com-num p {
    font-size: 1.4rem;
  }

  .i-com-num span {
    font-size: .8rem;
  }

  .i-com-city p {
    font-size: 18px;
  }

  .i-com-city span {
    font-size: 16px;
  }

  .index-new-swiper {
    padding: .5rem;
  }
}

@media screen and (max-width: 767px) {
  .i-com-btn {
    flex-wrap: wrap;
  }

  .i-com-num {
    width: 100%;
    margin-bottom: .5rem;
  }

  .i-com-city {
    width: 100%;
  }

  .i-com {
    margin-bottom: .75rem;
  }
}


/* 22.12.26 */

.notice {
  padding: 2.5rem 0 3.25rem;
}

.notice .wrap {
  overflow: hidden;
}

.notice .wrap .lf {
  width: 30%;
  float: right;
}

.notice .wrap .lf .top {
  margin-bottom: .5rem;
  padding: 1.15rem .8rem 1.3rem;
}

.notice .wrap .lf .top .select {
  position: relative;
  width: 100%;
  margin-bottom: .6rem;
}

.notice .wrap .lf .top .select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: .65rem;
  transform: translateY(-50%);
  border-top: 5px solid #323232;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  pointer-events: none;
  transition: all .3s;
}

.notice .wrap .lf .top .select .tit {
  width: 100%;
  height: 1.7rem;
  line-height: 1.7rem;
  padding: 0 .6rem;
  background-color: #fff;
  color: #d9b86a;
  cursor: pointer;
  transition: all .3s;
}

.notice .wrap .lf .top .select .tit span {
  font-weight: bold;
  margin-right: 5px;
}

.notice .wrap .lf .top .select:hover .tit {
  background: #d9b86a;
  color: #fff;
}

.notice .wrap .lf .top .select:hover::after {
  border-top-color: #fff;
}

.notice .wrap .lf .top .select .change {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: calc(4.8rem + 3px);
  overflow-y: auto;
  background-color: #fff;
  display: none;
}

.notice .wrap .lf .top .select .change::-webkit-scrollbar {
  width: 3px;
}

.notice .wrap .lf .top .select .change::-webkit-scrollbar-thumb {
  background: #d9b86a;
}

.notice .wrap .lf .top .select .change span {
  display: block;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  padding: 0 .6rem;
  color: #333;
  cursor: pointer;
  transition: all .3s;
}

.notice .wrap .lf .top .select .change span:hover {
  color: #d9b86a;
}

.notice .wrap .lf .top .search {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.7rem;
  padding: 0 .55rem;
  background-color: #fff;
}

.notice .wrap .lf .top .search input {
  width: calc(100% - 15px);
  height: 100%;
  background: none;
  color: #999999;
}

.notice .wrap .lf .top .search div {
  width: 15px;
  cursor: pointer;
}

.notice .wrap .lf .top .search div img {
  width: 100%;
}

.notice .wrap .lf .btm {
  padding: 1.2rem .75rem;
  min-height: 11.95rem;
}

.notice .wrap .lf .btm .en {
  font-size: 1.2rem;
  line-height: 1;
  opacity: .2;
  font-weight: bold;
  margin-bottom: .6rem;
  color: #fff;
  text-transform: uppercase;
}

.notice .wrap .lf .btm .cn {
  color: #fff;
  line-height: 1.2;
  font-size: .75rem;
}

.notice .wrap .rg {
  width: 70%;
  float: left;
  padding-right: 3.25rem;
}

.notice .wrap .rg .boxis {}

.notice .wrap .rg .boxis .li-wrap {
  margin-bottom: 1.6rem;
}

.notice .wrap .rg .boxis .li-wrap .li {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: .85rem;
  margin-bottom: .9rem;
}

.notice .wrap .rg .boxis .li-wrap .li:last-child {
  margin-bottom: 0;
}

.notice .wrap .rg .boxis .li-wrap .li .text {
  width: calc(100% - 1.5rem);
}

.notice .wrap .rg .boxis .li-wrap .li .text .time {
  color: #d9b86a;
  line-height: 1;
  font-weight: bold;
  margin-bottom: .25rem;
}

.notice .wrap .rg .boxis .li-wrap .li .text .cont {
  color: #222222;
  line-height: 1.2;
  font-weight: bold;
  transition: all .3s;
}

.notice .wrap .rg .boxis .li-wrap .li:hover .text .cont {
  color: #d9b86a;
}

.statement {
  width: 70%;
  margin: 0 auto;
  padding: 2rem 0;
}

.statement .tit {
  color: #333;
  line-height: 1;
  font-size: .95rem;
  text-align: center;
}

.statement .cont {
  margin-top: 1rem;
  color: #666;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .notice .wrap .rg {
    width: 60%;
    padding-right: 1rem;
  }

  .notice .wrap .lf {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .wrap {
    padding: 0;
  }

  .notice {
    padding: 1.5rem 0;
  }

  .notice .wrap .lf {
    width: 100%;
  }

  .notice .wrap .rg {
    width: 100%;
    padding-right: 0;
  }

  .notice .wrap .lf .top {
    margin-bottom: 1rem;
  }

  .notice .wrap .lf .btm {
    display: none;
  }

  .statement {
    width: 90%;
  }
}