.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "light";
  src: url('../fonts/MISANS-LIGHT.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/MiSans-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/MISANS-REGULAR.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mr";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ml";
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
.cn_light {
  font-family: "light";
}
.medium {
  font-family: "medium";
}
.cn_regular {
  font-family: "regular";
}
.mb {
  font-family: "mb";
}
.mr {
  font-family: "mr";
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs16: 16px;
  --fs17: 17px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
  --fs72: 72px;
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs17: 16px;
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
    --fs72: 68px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs16: 15px;
    --fs18: 16px;
    --fs20: 17px;
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
    --fs72: 0.64rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs16: 14px;
    --fs17: 15px;
    --fs72: 0.6rem;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
    --fs72: 0.56rem;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs16: 0.28rem;
    --fs17: 0.3rem;
    --fs18: 0.32rem;
    --fs20: 0.34rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs48: 0.48rem;
    --fs72: 0.6rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.content video {
  max-width: 100%;
  height: auto!important;
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.border .header-wrapper {
  position: sticky;
  border-bottom: 1px solid #f7f8f9;
}
.border .header-wrapper,
.header-wrapper.shadow,
.header-wrapper.on {
  background-color: #fff;
}
.border .header-wrapper .pc-nav-box li.on > a:before,
.header-wrapper.shadow .pc-nav-box li.on > a:before,
.header-wrapper.on .pc-nav-box li.on > a:before,
.border .header-wrapper .pc-nav-box li:hover > a:before,
.header-wrapper.shadow .pc-nav-box li:hover > a:before,
.header-wrapper.on .pc-nav-box li:hover > a:before {
  background-color: #c0a464;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.border .header-wrapper .pc-nav-box li > a,
.header-wrapper.shadow .pc-nav-box li > a,
.header-wrapper.on .pc-nav-box li > a {
  color: #333;
}
.border .header-wrapper .lang,
.header-wrapper.shadow .lang,
.header-wrapper.on .lang,
.border .header-wrapper .user,
.header-wrapper.shadow .user,
.header-wrapper.on .user {
  color: #333;
}
.border .header-wrapper .lang a:hover,
.header-wrapper.shadow .lang a:hover,
.header-wrapper.on .lang a:hover,
.border .header-wrapper .user a:hover,
.header-wrapper.shadow .user a:hover,
.header-wrapper.on .user a:hover {
  color: #c0a464;
}
.border .header-wrapper .lang,
.header-wrapper.shadow .lang,
.header-wrapper.on .lang {
  background-image: url(../img/lang2.png);
}
.border .header-wrapper .user,
.header-wrapper.shadow .user,
.header-wrapper.on .user {
  background-image: url(../img/user2.png);
}
.border .header-wrapper .search,
.header-wrapper.shadow .search,
.header-wrapper.on .search {
  background-image: url(../img/search2.png);
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper.on,
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0.5rem;
  height: 1rem;
  align-items: center;
}
.header-wrapper .logo-box {
  width: 1.27rem;
}
.header-wrapper .logo-box a,
.header-wrapper .logo-box img {
  display: block;
  width: 100%;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .other-box > a:not(.user) {
  display: inline-block;
  text-align: center;
  font-size: var(--fs18);
  min-width: 0.9rem;
  height: 0.4rem;
  line-height: 0.38rem;
  border-radius: 20px;
  padding: 0 0.24rem;
  border: solid 1px #fff;
  margin-right: 0.2rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  color: #fff;
}
.header-wrapper .other-box > a:not(.user):hover {
  background-color: #c0a464;
  border-color: #c0a464;
}
.header-wrapper .other-box > a:not(.user):last-child {
  margin-right: 0;
}
.header-wrapper .lang,
.header-wrapper .user {
  font-size: var(--fs16);
  color: #fff;
  padding-left: 0.35rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.24rem;
  line-height: 0.24rem;
}
.header-wrapper .lang a,
.header-wrapper .user a {
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease, color 0.1s ease;
}
.header-wrapper .lang a:hover,
.header-wrapper .user a:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.header-wrapper .lang {
  margin-right: 0.5rem;
  background-image: url(../img/lang.png);
}
.header-wrapper .user {
  background-image: url(../img/user.png);
}
.header-wrapper .search {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.4rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/search.png);
  cursor: pointer;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.header-wrapper .search.on {
  background-image: url(../img/search2.png);
}
.pc-nav-box {
  flex: 1;
  margin: 0 1.2rem 0 1rem;
}
.pc-nav-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: flex-end;
}
.pc-nav-box li {
  position: relative;
  margin-right: 0.8rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li:hover .nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box li.on > a:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box li > a {
  position: relative;
  font-size: var(--fs16);
  color: #fff;
  height: 1rem;
  line-height: 1rem;
  font-family: "medium";
}
.pc-nav-box li > a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.pc-nav-box a {
  display: block;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.pc-nav-box .nav {
  background-color: #fff;
  border-top: 2px solid #c0a464;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  position: absolute;
  top: 100%;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  padding: 0.1rem;
  text-align: center;
}
.pc-nav-box .nav:before {
  content: '';
  position: absolute;
  background: url(../img/angle.png) no-repeat;
  width: 17px;
  height: 10px;
  top: -10px;
  left: 50%;
  margin-left: -8px;
}
.pc-nav-box .nav a {
  line-height: 0.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "light";
  font-size: var(--fs16);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pc-nav-box .nav a:hover {
  background-color: #c0a464;
  color: #fff;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .main {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 0.2rem;
  font-size: var(--fs15);
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs15);
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs15);
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs15);
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs15);
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #c0a464;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.footer-wrapper {
  padding: 0.95rem 0 0.4rem;
  background: url(../img/footerbg.jpg) no-repeat center center;
  background-size: cover;
}
.footer-wrapper .box-1,
.footer-wrapper .box-2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .box-1 {
  flex-flow: wrap;
}
.footer-wrapper .box-2 {
  margin-top: 0.4rem;
  align-items: center;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs16);
  color: #999;
  font-family: "light";
}
.footer-wrapper .copyright {
  line-height: 24px;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .tel-box {
  text-align: right;
}
.footer-wrapper .tel-box .tel {
  font-size: var(--fs30);
  color: #fff;
  font-family: "mr";
  font-weight: 700;
  line-height: 0.36rem;
}
.footer-wrapper .tel-box p {
  font-size: var(--fs16);
  color: #999;
  line-height: 0.24rem;
  margin-top: 4px;
}
.footer-wrapper .qrcode {
  width: 1.2rem;
  text-align: center;
  margin-right: 0;
  margin-left: auto;
  margin-top: 0.42rem;
}
.footer-wrapper .qrcode img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.footer-wrapper .qrcode p {
  font-size: var(--fs16);
  color: #999;
  font-family: "light";
  line-height: 0.24rem;
  margin-top: 0.06rem;
}
.footer-wrapper .contact-box {
  width: 37.24%;
}
.footer-nav-box {
  width: 62.76%;
}
.footer-nav-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.footer-nav-box li {
  width: 20%;
  padding-right: 0.3rem;
}
.footer-nav-box li:last-child {
  padding-right: 0;
}
.footer-nav-box li > a {
  font-size: var(--fs18);
  color: #fff;
}
.footer-nav-box a {
  display: block;
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-nav-box .nav {
  margin-top: 0.15rem;
}
.footer-nav-box .nav a {
  font-size: var(--fs14);
  color: #999;
  font-family: "light";
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box .nav span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.share {
  font-size: 0;
}
.share a {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.15rem;
}
.share a:last-child {
  margin-right: 0;
}
.share a:hover .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.share a:hover .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.share a img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.share .on {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.friend-link {
  margin-top: 0.6rem;
  width: 2.4rem;
}
.friend-link .box {
  position: relative;
  width: 100%;
}
.friend-link .name {
  position: relative;
  z-index: 11;
  cursor: pointer;
  color: #999;
  height: 0.44rem;
  line-height: 0.44rem;
  background-color: #272624;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 22px;
  padding: 0 0.4rem 0 0.28rem;
  background-image: url(../img/up.png);
  background-repeat: no-repeat;
  font-family: inherit;
  background-size: 0.15rem;
  background-position: right 0.28rem center;
}
.friend-link .list {
  font-size: 0;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  background-color: #272624;
  border-bottom: none;
  padding-bottom: 0.44rem;
  border-radius: 22px;
}
.friend-link .list .inner {
  max-height: 2.58rem;
  overflow-y: auto;
}
.friend-link .list .inner::-webkit-scrollbar {
  width: 3px;
  background-color: #f7f8f9;
}
.friend-link .list .inner::-webkit-scrollbar-thumb {
  background-color: #c0a464;
}
.friend-link .list a {
  display: block;
  color: #797979;
  line-height: 0.42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: solid 1px rgba(255, 255, 255, 0.04);
  padding: 0 0.44rem 0 0.28rem;
}
.friend-link .list a:hover {
  color: #c0a464;
}
.friend-link .list a:last-child {
  border-bottom: none;
}
.gotop {
  display: none;
}
.sidebar-box {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 20;
  width: 0.78rem;
  border-radius: 8px 0 0 8px;
  list-style-type: none;
}
.sidebar-box li {
  position: relative;
  text-align: center;
  list-style: none;
}
.sidebar-box li.phone {
  display: none;
}
.sidebar-box li:hover a > p {
  color: #c0a464;
}
.sidebar-box li:hover .hidebox {
  right: 95%;
  opacity: 1;
  visibility: visible;
}
.sidebar-box li > a {
  display: block;
  padding: 0.1rem 0;
  height: 0.78rem;
  background-color: #fff;
  position: relative;
  z-index: 10;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.sidebar-box li > a > img {
  width: 0.3rem;
  display: block;
  margin: 0 auto;
}
.sidebar-box p {
  font-size: var(--fs15);
  color: #666;
  line-height: 0.24rem;
  margin-top: 0.05rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.sidebar-box .hidebox {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 4;
  width: 2.5rem;
  background-color: #fff;
  text-align: left;
  height: 100%;
  padding: 0.06rem 0.2rem 0;
  border-radius: 8px 0 0 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  right: -100%;
}
.sidebar-box .hidebox.qrcode {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 1.6rem;
  height: auto;
  padding-bottom: 0.2rem;
}
.sidebar-box .hidebox.qrcode p {
  text-align: center;
}
.sidebar-box .hidebox.qrcode img {
  width: 100%;
}
.sidebar-box .hidebox p {
  font-size: 12px;
  color: #999;
  line-height: 0.18rem;
  margin-bottom: 5px;
}
.sidebar-box .tel {
  color: #c0a464;
  font-size: var(--fs28);
  font-family: "mr";
  font-weight: 700;
  line-height: 0.3rem;
}
.message-box {
  position: relative;
  overflow: hidden;
  background: #c0a464;
  padding: 0.86rem 0 0.92rem;
  /* input placeholder  */
}
.message-box h3 {
  font-size: var(--fs36);
  text-align: center;
  line-height: 0.48rem;
  font-weight: 700;
  margin-bottom: 0.38rem;
}
.message-box .box-container {
  position: relative;
  z-index: 10;
}
.message-box .form {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.message-box .group {
  position: relative;
  width: 14%;
}
.message-box .group:nth-child(2) {
  width: 24%;
}
.message-box .group:nth-child(4) {
  width: 33%;
}
.message-box .text {
  width: 100%;
  line-height: 0.56rem;
  font-size: var(--fs16);
  color: #666;
  font-family: "light";
  padding: 0 0.2rem;
  background-color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.message-box .text:focus {
  box-shadow: 0 2px 30px rgba(26, 26, 26, 0.2);
}
.message-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs16);
}
.message-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs16);
}
.message-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs16);
}
.message-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs16);
}
.message-box .text,
.message-box .submit {
  height: 0.56rem;
  border-radius: 5px;
}
.message-box .submit {
  display: block;
  color: #fff;
  font-size: var(--fs16);
  width: 11.91%;
  line-height: 0.54rem;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.message-box .submit:hover {
  border-color: #fff;
  background-color: #b7964c;
}
.message-box .canvas {
  width: 100%;
  height: 7rem;
  position: absolute;
  left: 0;
  bottom: -4rem;
  z-index: 0;
}
.message-box a[disabled="disabled"] {
  cursor: not-allowed;
}
.message-box .ibtn {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: inline-block;
  border-radius: 5px;
  background: #c0a464;
  color: #fff;
  min-width: 100px;
  padding: 0 15px;
  line-height: 32px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.message-box .ibtn:hover {
  background: #b7964c;
}
@media screen and (min-width: 1004px) {
  .header-wrapper:not(.noHover):hover {
    background-color: #fff;
  }
  .header-wrapper:not(.noHover):hover .pc-nav-box li.on > a,
  .header-wrapper:not(.noHover):hover .pc-nav-box li:hover > a {
    color: #c0a464;
  }
  .header-wrapper:not(.noHover):hover .pc-nav-box li.on > a:before,
  .header-wrapper:not(.noHover):hover .pc-nav-box li:hover > a:before {
    background-color: #c0a464;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .header-wrapper:not(.noHover):hover .pc-nav-box li > a {
    color: #333;
  }
  .header-wrapper:not(.noHover):hover .lang,
  .header-wrapper:not(.noHover):hover .user {
    color: #333;
  }
  .header-wrapper:not(.noHover):hover .lang a:hover,
  .header-wrapper:not(.noHover):hover .user a:hover {
    color: #c0a464;
  }
  .header-wrapper:not(.noHover):hover .lang {
    background-image: url(../img/lang2.png);
  }
  .header-wrapper:not(.noHover):hover .user {
    background-image: url(../img/user2.png);
  }
  .header-wrapper:not(.noHover):hover .search {
    background-image: url(../img/search2.png);
  }
}
@media screen and (max-width: 1600px) {
  .pc-nav-box {
    margin: 0 0.8rem;
  }
  .pc-nav-box li {
    margin-right: 0.6rem;
  }
  .pc-nav-box li > a {
    line-height: 0.9rem;
    height: 0.9rem;
  }
  .header-wrapper .box {
    height: 0.9rem;
  }
  .footer-wrapper {
    padding: 0.8rem 0 0.34rem;
  }
  .search-form {
    top: 0.9rem;
  }
  .sidebar-box li > a > img {
    width: 0.24rem;
  }
}
@media screen and (max-width: 1440px) {
  .pc-nav-box li {
    margin-right: 0.48rem;
  }
}
@media screen and (max-width: 1366px) {
  .sidebar-box p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 1004px) {
  .header-wrapper.shadow .nav-icon span,
  .header-wrapper.on .nav-icon span {
    background-color: #c0a464;
  }
  .header-wrapper .box {
    padding: 0 0.3rem;
    height: 1.2rem;
  }
  .header-wrapper .logo-box {
    width: 20%;
  }
  .header-wrapper .lang,
  .header-wrapper .user {
    font-size: 0.24rem;
    padding-left: 0.4rem;
    background-size: 0.28rem;
    line-height: 0.4rem;
  }
  .header-wrapper .lang a,
  .header-wrapper .user a {
    font-size: 0.24rem;
  }
  .header-wrapper .lang {
    margin-right: 0.32rem;
  }
  .header-wrapper .search {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.24rem;
  }
  .header-wrapper .other-box > a:not(.user) {
    font-size: var(--fs14);
    min-width: 1.1rem;
    height: 0.56rem;
    line-height: 0.52rem;
    border-radius: 20px;
    padding: 0 0.3rem;
    margin-right: 0.24rem;
  }
  .pc-nav-box,
  .footer-nav-box {
    display: none;
  }
  .nav-icon {
    font-size: 0;
    width: 0.48rem;
    height: 0.48rem;
    position: relative;
    margin-left: 0.3rem;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 100%;
    height: 0.04rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0.25rem;
    z-index: 10;
    border-radius: 2px;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -6px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 6px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #c0a464;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #c0a464;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #c0a464;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #c0a464;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .main {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .sidebar-box {
    width: 0.74rem;
  }
  .sidebar-box li:hover .hidebox {
    right: 82%;
  }
  .sidebar-box li.pc {
    display: none;
  }
  .sidebar-box li.phone {
    display: block;
  }
  .sidebar-box li > a {
    height: 0.74rem;
  }
  .sidebar-box li > a > img {
    width: 0.36rem;
    height: 100%;
    object-fit: contain;
  }
  .sidebar-box li > a > p {
    display: none;
  }
  .sidebar-box .hidebox {
    width: 3rem;
    padding: 0 0.24rem;
  }
  .sidebar-box .hidebox.qrcode {
    padding: 0.2rem;
    width: 2.4rem;
  }
  .sidebar-box .hidebox.qrcode p {
    display: block;
  }
  .sidebar-box .hidebox p {
    display: none;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .sidebar-box .tel {
    font-size: var(--fs20);
    line-height: 0.74rem;
  }
  .message-box {
    padding: 1rem 0;
    /* input placeholder  */
  }
  .message-box h3 {
    font-size: var(--fs24);
    margin-bottom: 0.54rem;
  }
  .message-box .form {
    flex-flow: wrap;
  }
  .message-box .group {
    width: 80%;
    margin: 0 auto 0.3rem;
  }
  .message-box .group:last-child {
    margin-bottom: 0;
  }
  .message-box .group:nth-child(2),
  .message-box .group:nth-child(4) {
    width: 80%;
  }
  .message-box .text {
    line-height: 0.72rem;
    font-size: var(--fs14);
    padding: 0 0.24rem;
  }
  .message-box ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: var(--fs14);
  }
  .message-box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: var(--fs14);
  }
  .message-box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: var(--fs14);
  }
  .message-box :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: var(--fs14);
  }
  .message-box .text,
  .message-box .submit {
    border-radius: 6px;
    height: 0.72rem;
  }
  .message-box .submit {
    font-size: var(--fs14);
    width: calc((100% - 0.3rem) / 2);
    line-height: 0.68rem;
    margin: 0 auto;
  }
  .message-box .ibtn {
    position: absolute;
    right: 0.18rem;
    line-height: 0.5rem;
    font-size: 12px;
    min-width: 80px;
    padding: 0 10px;
  }
  .footer-wrapper {
    padding: 1rem 0 0.7rem;
  }
  .footer-wrapper .box-2 {
    flex-flow: wrap;
    margin-top: 0.8rem;
    flex-direction: column-reverse;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: var(--fs14);
  }
  .footer-wrapper .copyright {
    line-height: 0.4rem;
  }
  .footer-wrapper .tel-box {
    text-align: left;
  }
  .footer-wrapper .tel-box .tel {
    line-height: 0.48rem;
  }
  .footer-wrapper .tel-box p {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .footer-wrapper .qrcode {
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    width: 2rem;
    margin: 0;
  }
  .footer-wrapper .qrcode p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .footer-wrapper .contact-box {
    position: relative;
    width: 100%;
  }
  .share {
    text-align: left;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .share a {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.24rem;
  }
  .friend-link {
    width: 3rem;
    margin-top: 0.6rem;
  }
  .friend-link .list {
    background-color: #2d2d2d;
    padding-bottom: 0.7rem;
    border-radius: 12px;
  }
  .friend-link .list a {
    line-height: 0.7rem;
    font-size: 12px;
    padding: 0 0.48rem 0 0.3rem;
  }
  .friend-link .name {
    font-size: 12px;
    height: 0.7rem;
    line-height: 0.7rem;
    background-color: #2d2d2d;
  }
}
.index-banner-wrapper {
  position: relative;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container,
.index-banner-wrapper .index-banner-swiper.noSwiper .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active img,
.index-banner-wrapper .index-banner-swiper.noSwiper img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active h2:before,
.index-banner-wrapper .index-banner-swiper.noSwiper h2:before,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active h2:after,
.index-banner-wrapper .index-banner-swiper.noSwiper h2:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide img {
  display: block;
  width: 100%;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .index-banner-swiper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-banner-wrapper .index-banner-swiper h2 {
  position: relative;
  font-size: 0.6rem;
  line-height: 0.72rem;
  font-family: "medium";
  padding-right: 1.26rem;
  display: inline-block;
  font-weight: 700;
  color: #fff;
}
.index-banner-wrapper .index-banner-swiper h2:before,
.index-banner-wrapper .index-banner-swiper h2:after {
  content: "";
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 1.1s ease;
  -webkit-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  -ms-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition-delay: 0.4s;
}
.index-banner-wrapper .index-banner-swiper h2:before {
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 50%;
  border: 2px solid #fff;
  right: 1.13rem;
  top: 1px;
  transform: translateX(0.5rem);
  -webkit-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
}
.index-banner-wrapper .index-banner-swiper h2:after {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/double.png);
  right: 0;
  top: 0;
  width: 1.46rem;
  height: 0.59rem;
  transform: translateX(-0.5rem);
  -webkit-transform: translateX(-0.5rem);
  -moz-transform: translateX(-0.5rem);
  -ms-transform: translateX(-0.5rem);
  -o-transform: translateX(-0.5rem);
}
.index-banner-wrapper .index-banner-swiper h2 b {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 0.71rem;
  font-family: "mr";
  background-image: -webkit-linear-gradient(-50deg, #c0a464, #fae097);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 2px;
  margin-right: 0.16rem;
}
.index-banner-wrapper .index-banner-swiper .en {
  font-size: var(--fs18);
  line-height: 0.24rem;
  color: #fff;
  font-family: "ml";
  text-transform: uppercase;
  margin-top: 0.14rem;
  letter-spacing: 1px;
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  margin-top: -0.19rem;
  left: 50%;
  margin-left: -0.19rem;
}
.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-banner-wrapper .swiper-pagination-bullet {
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 0.7rem;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.18rem;
  opacity: 1;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.index-country-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.index-country-box:before {
  content: "";
  width: 100%;
  height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.index-country-box .swiper-wrapper {
  align-items: flex-end;
}
.index-country-box .box-container {
  position: relative;
}
.index-country-box .swiper-slide {
  width: 20%;
  height: 1.5rem;
  padding: 0 0.2rem;
  transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.index-country-box .swiper-slide.swiper-slide-active {
  border-color: transparent;
}
.index-country-box .swiper-slide:hover {
  height: 2.57rem;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.9);
}
.index-country-box .swiper-slide:hover .top {
  height: 0.88rem;
}
.index-country-box .swiper-slide:hover .icon {
  width: 0.38rem;
  height: 0.38rem;
}
.index-country-box .swiper-slide:hover .icon:before,
.index-country-box .swiper-slide:hover .icon:after {
  opacity: 1;
  visibility: visible;
}
.index-country-box .swiper-slide:hover .name {
  font-size: var(--fs24);
}
.index-country-box .swiper-slide:hover p {
  display: none;
}
.index-country-box .swiper-slide:hover .hidebox {
  opacity: 1;
  visibility: visible;
}
.index-country-box .top {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 1.5rem;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
}
.index-country-box .icon {
  width: 0.74rem;
  height: 0.74rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 0.05rem;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-country-box .icon:before,
.index-country-box .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.index-country-box .icon:before {
  animation: iconScale2 2.4s linear infinite;
}
.index-country-box .icon:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.index-country-box .icon img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index-country-box .infos {
  flex: 1;
  margin-left: 0.2rem;
}
.index-country-box .name {
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  font-family: "medium";
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.index-country-box p {
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "light";
  margin-top: 0.02rem;
}
.index-country-box .hidebox {
  opacity: 0;
  visibility: hidden;
  padding: 0.24rem 0 0.16rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.index-country-box .hidebox ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  overflow: hidden;
  height: 112px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  align-content: flex-start;
}
.index-country-box .hidebox ul li {
  width: 33.33%;
  list-style: none;
  padding-right: 0.1rem;
  margin-top: 16px;
  font-size: var(--fs14);
  color: #fff;
  display: inline-block;
  line-height: 20px;
}
.index-country-box .hidebox ul li:nth-child(-n+3) {
  margin-top: 0;
}
.index-country-box .hidebox ul li:nth-child(3n) {
  padding-right: 0;
}
.index-country-box .hidebox ul li a:hover {
  color: #c0a464;
}
.index-country-box .swiper-btn {
  width: 0.11rem;
  height: 0.2rem;
  opacity: 0.6;
  transform: none;
  top: auto;
  bottom: 0.65rem;
}
.index-country-box .swiper-btn:hover {
  opacity: 1;
}
.index-country-box .swiper-btn.prev {
  left: -0.24rem;
  background-image: url(../img/i-prev.png);
}
.index-country-box .swiper-btn.next {
  right: -0.24rem;
  background-image: url(../img/i-next.png);
}
.page-banner-wrapper {
  position: relative;
  z-index: 10;
}
.page-banner-wrapper.mid > img {
  height: 5rem;
  object-fit: cover;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.page-banner-wrapper .animated h2:before,
.page-banner-wrapper .animated h2:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.page-banner-wrapper h2,
.page-banner-wrapper h3,
.page-banner-wrapper p {
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.page-banner-wrapper h2 {
  position: relative;
  font-size: var(--fs72);
  line-height: 0.8rem;
  font-family: "medium";
  padding-right: 1.94rem;
  display: inline-block;
}
.page-banner-wrapper h2:before,
.page-banner-wrapper h2:after {
  content: "";
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition-delay: 0.35s;
}
.page-banner-wrapper h2:before {
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 50%;
  border: 2px solid #fff;
  right: 1.13rem;
  top: 1px;
  transform: translateX(0.5rem);
  -webkit-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
}
.page-banner-wrapper h2:after {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/double.png);
  right: 0;
  top: 0;
  width: 1.46rem;
  height: 0.59rem;
  transform: translateX(-0.5rem);
  -webkit-transform: translateX(-0.5rem);
  -moz-transform: translateX(-0.5rem);
  -ms-transform: translateX(-0.5rem);
  -o-transform: translateX(-0.5rem);
}
.page-banner-wrapper h3 {
  font-size: var(--fs48);
  font-weight: 700;
}
.page-banner-wrapper .en {
  font-size: var(--fs18);
  line-height: 24px;
  margin-top: 0.1rem;
  letter-spacing: 1px;
  color: #fff;
}
.page-banner-wrapper p {
  font-size: var(--fs14);
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "mr";
  margin-top: 0.12rem;
}
.page-banner-wrapper .line {
  width: 0.33rem;
  height: 0.02rem;
  background-color: #fff;
  margin-top: 0.45rem;
}
.page-box {
  padding: 1.2rem 0 1.4rem;
}
.npt {
  padding-top: 0!important;
}
.npb {
  padding-bottom: 0!important;
}
.page-title {
  font-size: 0.42rem;
  line-height: 0.48rem;
  color: #000;
  font-family: "medium";
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.page-title.center {
  text-align: center;
}
.mt {
  margin-top: 1.2rem;
}
.content,
.content div,
.content p {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.32rem;
  font-family: "light";
}
@media screen and (min-width: 1004px) {
  .breadcrumb-box {
    line-height: 0.3rem;
    margin: 0.14rem auto 0.52rem;
  }
  .breadcrumb-box a,
  .breadcrumb-box span,
  .breadcrumb-box img {
    display: inline-block;
    vertical-align: middle;
  }
  .breadcrumb-box span,
  .breadcrumb-box a {
    font-size: var(--fs18);
  }
  .breadcrumb-box a {
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    font-family: "light";
  }
  .breadcrumb-box a:hover {
    color: #c0a464;
  }
  .breadcrumb-box span {
    color: #c0a464;
    font-family: "medium";
  }
  .breadcrumb-box .box-container > img {
    width: 4px;
    margin: 0 0.14rem;
  }
  .breadcrumb-box a img {
    margin-right: 0.15rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 10;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 0;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    display: inline-block;
    font-size: var(--fs16);
    line-height: 0.8rem;
    font-family: "light";
    margin-right: 0.84rem;
    background: url(../img/line2.jpg) no-repeat;
    background-size: 0 2px;
    background-position: 100% 100%;
    transition: background-size 0.7s ease, color 0.1s ease;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #c0a464;
    background-size: 100% 2px;
    background-position: 0 100%;
  }
  .page-nav-wrapper .nav > a.on {
    font-family: "medium";
  }
}
@media screen and (max-width: 1600px) {
  .page-box {
    padding: 1.1rem 0 1.3rem;
  }
  .mt {
    margin-top: 1.1rem;
  }
  .page-nav-wrapper .nav > a {
    margin-right: 0.7rem;
    line-height: 0.74rem;
  }
  .index-banner-wrapper .index-banner-swiper h2 {
    font-size: 0.56rem;
    line-height: 0.76rem;
  }
  .index-country-box .hidebox ul li {
    margin-top: 12px;
  }
  .index-country-box .swiper-slide {
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 1440px) {
  .page-box {
    padding: 1rem 0 1.2rem;
  }
  .page-nav-wrapper .nav > a {
    margin-right: 0.6rem;
    line-height: 0.7rem;
  }
  .mt {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1366px) {
  .page-box {
    padding: 0.9rem 0 1.1rem;
  }
  .page-nav-wrapper .nav > a {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 1004px) {
  .breadcrumb-box {
    display: none;
  }
  .index-banner-wrapper .index-banner-swiper .swiper-slide img {
    display: none;
  }
  .index-banner-wrapper .index-banner-swiper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .index-banner-swiper .info {
    padding-bottom: 0.5rem;
  }
  .index-banner-wrapper .index-banner-swiper h2 {
    padding-right: 1.1rem;
    font-size: 0.48rem;
    line-height: 0.64rem;
    padding-right: 1rem;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .index-banner-wrapper .index-banner-swiper h2:before {
    width: 0.12rem;
    height: 0.12rem;
    right: 1.1rem;
    top: 0;
  }
  .index-banner-wrapper .index-banner-swiper h2:after {
    width: 1.4rem;
    height: 0.5rem;
  }
  .index-banner-wrapper .index-banner-swiper h2 b {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .index-banner-wrapper .index-banner-swiper .en {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.14rem;
    letter-spacing: 0;
  }
  .index-banner-wrapper .index-banner-swiper .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }
  .index-banner-wrapper .index-banner-swiper .swiper-pagination-bullet svg {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
    left: 50%;
    margin-left: -0.2rem;
  }
  .index-banner-wrapper .index-banner-swiper .swiper-pagination {
    bottom: 0.4rem;
  }
  .index-banner-wrapper .index-banner-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.2rem;
  }
  .index-country-box .swiper-slide {
    width: 50%;
  }
  .index-country-box .swiper-slide:hover {
    height: 3.1rem;
  }
  .index-country-box .swiper-slide:hover .icon {
    width: 0.42rem;
    height: 0.42rem;
  }
  .index-country-box .swiper-slide:hover .name {
    font-size: var(--fs16);
  }
  .index-country-box .icon {
    padding: 0.06rem;
  }
  .index-country-box .name {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .index-country-box p {
    font-size: var(--fs14);
    line-height: 0.32rem;
    height: 0.32rem;
    margin-top: 0.02rem;
  }
  .index-country-box .hidebox {
    padding: 0.24rem 0 0.16rem;
  }
  .index-country-box .hidebox ul {
    height: 82px;
  }
  .index-country-box .hidebox ul li {
    margin-top: 6px;
  }
  .index-country-box .hidebox a {
    font-size: var(--fs14);
    line-height: 16px;
  }
  .index-country-box .swiper-btn {
    width: 0.16rem;
    height: 0.3rem;
    bottom: 0.56rem;
  }
  .index-country-box .swiper-btn.prev {
    left: 0.1rem;
  }
  .index-country-box .swiper-btn.next {
    right: 0.1rem;
  }
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    width: 100%;
    z-index: 20;
    background: #f4f4f4;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #c0a464;
    color: #fff;
    font-size: 0.26rem;
  }
  .page-nav-wrapper .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-wrapper .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-wrapper .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-wrapper .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.84rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-wrapper .nav a:first-child {
    border-top: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    background: none;
  }
  .page-nav-wrapper .nav > a:after {
    display: none;
  }
  .page-banner-wrapper {
    background: none!important;
  }
  .page-banner-wrapper .info {
    padding-top: 0.6rem;
  }
  .page-banner-wrapper img {
    opacity: 1;
    visibility: visible;
    height: 4.4rem;
    object-fit: cover;
  }
  .page-banner-wrapper h2 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    padding-right: 1.8rem;
  }
  .page-banner-wrapper h2:before {
    width: 0.12rem;
    height: 0.12rem;
    right: 1.1rem;
    top: 0;
  }
  .page-banner-wrapper h2:after {
    width: 1.4rem;
    height: 0.5rem;
  }
  .page-banner-wrapper h3 {
    font-size: 0.4rem;
    line-height: 0.48rem;
  }
  .page-banner-wrapper p {
    line-height: 0.36rem;
    letter-spacing: 0;
    margin-top: 0.2rem;
    font-size: 0.24rem;
  }
  .page-banner-wrapper .info2 .en {
    font-size: var(--fs16);
  }
  .page-banner-wrapper .line {
    width: 0.4rem;
    height: 0.04rem;
    margin-top: 0.36rem;
  }
  .page-box {
    padding: 1rem 0 1.2rem;
  }
}
.index-box-1 ul,
.index-box-2 ul,
.index-box-3 ul {
  list-style: none;
}
.index-more {
  display: block;
  width: 1.48rem;
  line-height: 0.46rem;
  border-radius: 5px;
  border: solid 1px #bfbfbf;
  text-align: center;
  font-size: var(--fs16);
  color: #666;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-more:hover {
  color: #fff;
  background-color: #c0a464;
  border-color: #c0a464;
}
.index-more.white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
.index-more.white:hover {
  background-color: #fff;
  color: #c0a464;
}
.index-more.on {
  border-color: #c0a464;
  color: #c0a464;
}
.index-more.on:hover {
  color: #fff;
  background-color: #c0a464;
}
.label {
  display: inline-block;
  font-size: var(--fs14);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  line-height: 25px;
  text-align: center;
  padding: 0 0.08rem;
  background-color: #ff7123;
}
.padding {
  padding: 1.2rem 0;
}
.index-box-1 .swiper-slide {
  width: calc((100% - 28px) / 2);
}
.index-box-1 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-1 .swiper-slide .pic {
  position: relative;
}
.index-box-1 .swiper-slide .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: url(../img/shadow3.png) repeat-x;
  background-size: 100% 100%;
}
.index-box-1 .swiper-slide .info {
  position: absolute;
  left: 0;
  bottom: 0.24rem;
  z-index: 10;
  width: 100%;
  padding: 0 2rem 0 0.3rem;
}
.index-box-1 .swiper-slide .title {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.36rem;
  height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "medium";
}
.index-box-1 .swiper-slide .desc {
  color: #fff;
  margin-top: 0.11rem;
}
.index-box-1 .swiper-slide .price {
  position: absolute;
  right: 0.4rem;
  bottom: 0.06rem;
  z-index: 10;
}
.index-box-1 .swiper-slide .pic img {
  height: 4.24rem;
}
.index-box-1 .pic img {
  object-fit: cover;
}
.index-box-1 .price {
  font-size: var(--fs16);
  color: #c0a464;
  line-height: 0.3rem;
}
.index-box-1 .price b {
  font-size: var(--fs20);
  font-family: "medium";
  font-weight: 500;
}
.index-box-1 .desc {
  font-size: var(--fs14);
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-box-1 .list {
  margin-top: 28px;
}
.index-box-1 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-1 .list ul li {
  width: calc((100% - 84px) / 4);
  margin-right: 28px;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.09);
}
.index-box-1 .list ul li:last-child {
  margin-right: 0;
}
.index-box-1 .list ul li:hover .pic:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.index-box-1 .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-1 .list ul li:hover h6 {
  color: #c0a464;
}
.index-box-1 .list .pic img {
  height: 2.04rem;
}
.index-box-1 .list .info {
  padding: 0.18rem 0.28rem 0.25rem;
}
.index-box-1 .list h6 {
  font-size: var(--fs18);
  color: #000;
  line-height: 0.3rem;
  font-family: "medium";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-transform: uppercase;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-box-1 .list .desc {
  color: #666;
  margin: 0.06rem auto;
}
.index-box-1 .index-more {
  margin: 0.5rem auto 0;
}
.index-box-1 .swiper-btn.normal.prev {
  left: -0.73rem;
}
.index-box-1 .swiper-btn.normal.next {
  right: -0.73rem;
}
.index-box-2 {
  background-image: url(../img/index2bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-box-2 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-2 .left,
.index-box-2 .right {
  width: 48.7%;
}
.index-box-2 .left li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  background-color: #fff;
  margin-bottom: 0.22rem;
}
.index-box-2 .left li:last-child {
  margin-bottom: 0;
}
.index-box-2 .left li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-2 .left li:hover .info:before {
  opacity: 1;
  visibility: visible;
}
.index-box-2 .left li:hover .ibtn {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-box-2 .left li:hover .desc {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  -webkit-transform: translateY(0.3rem);
  -moz-transform: translateY(0.3rem);
  -ms-transform: translateY(0.3rem);
  -o-transform: translateY(0.3rem);
}
.index-box-2 .left li:hover .date,
.index-box-2 .left li:hover .title {
  color: #fff;
}
.index-box-2 .left .pic {
  position: relative;
  display: block;
  width: 44.92%;
}
.index-box-2 .left .pic img {
  height: 2.12rem;
  object-fit: cover;
}
.index-box-2 .left .info {
  width: 55.08%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0.28rem 0.5rem 0.34rem 0.35rem;
  position: relative;
}
.index-box-2 .left .info:before {
  content: "";
  background-image: linear-gradient(90deg, #e8d18b 0%, #c0a564 100%), linear-gradient(#c0a564, #c0a564);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.index-box-2 .left .inner {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-box-2 .left .title {
  font-size: var(--fs18);
  line-height: 0.28rem;
  font-family: "medium";
  margin: 0.02rem auto 0.16rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-box-2 .left .desc {
  font-size: var(--fs14);
  color: #666;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-2 .date {
  font-size: var(--fs14);
  color: #aeaeae;
  line-height: 24px;
  font-family: "mb";
}
.index-box-2 .ibtn {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 1rem;
  line-height: 0.36rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.18rem;
  font-size: 0.15rem;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.1rem);
  -webkit-transform: translateY(-0.1rem);
  -moz-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  -o-transform: translateY(-0.1rem);
}
.index-box-2 .ibtn:hover {
  background-color: #c0a464;
  color: #fff;
}
.index-box-2 .right .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
}
.index-box-2 .right .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-box-2 .right .pic {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.index-box-2 .right .pic:before {
  content: "";
  width: 100%;
  height: 3.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: url(../img/shadow4.png) repeat-x;
  background-size: 100% 100%;
}
.index-box-2 .right .info {
  position: absolute;
  left: 0;
  bottom: 0.32rem;
  z-index: 10;
  width: 100%;
  padding: 0 0.9rem 0 0.4rem;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition-delay: 0.15s;
  transform: translateY(0.48rem);
  -webkit-transform: translateY(0.48rem);
  -moz-transform: translateY(0.48rem);
  -ms-transform: translateY(0.48rem);
  -o-transform: translateY(0.48rem);
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .right .info .title {
  font-size: var(--fs16);
  font-family: "medium";
  color: #fff;
  line-height: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0.06rem;
}
.index-box-2 .right .info .desc {
  font-size: var(--fs14);
  color: #fff;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}
.index-box-2 .right .swiper-pagination {
  display: block;
  right: 0.3rem;
  bottom: 0.3rem;
  font-size: 0;
  width: auto;
  left: auto;
}
.index-box-2 .right .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  background-color: transparent;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border: none;
}
.index-box-2 .right .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.5;
  background: #fff;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  border-radius: 50%;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.index-box-2 .right .swiper-pagination .swiper-pagination-bullet:link,
.index-box-2 .right .swiper-pagination .swiper-pagination-bullet:visited,
.index-box-2 .right .swiper-pagination .swiper-pagination-bullet:active,
.index-box-2 .right .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.index-box-2 .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}
.index-box-2 .index-more {
  margin: 0.4rem auto 0;
}
.index-box-3 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-3 .label {
  background: #c0a464;
}
.index-box-3 .left {
  width: 67.96%;
}
.index-box-3 .left ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-3 .left ul li {
  width: 47.12%;
  margin-right: 2.88%;
  background-color: #f6f6f6;
}
.index-box-3 .left ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .left ul li:hover .title {
  color: #c0a464;
}
.index-box-3 .left .pic {
  position: relative;
}
.index-box-3 .left .info {
  padding: 0.3rem 0.44rem 0.22rem 0.26rem;
}
.index-box-3 .left .title {
  font-size: var(--fs20);
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-3 .left .desc {
  margin: 0.04rem auto 0.38rem;
}
.index-box-3 .pic img {
  height: 2.76rem;
  object-fit: cover;
}
.index-box-3 .title {
  color: #000;
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-box-3 .desc {
  font-size: var(--fs14);
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.index-box-3 .btn {
  font-size: var(--fs16);
  color: #999;
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-box-3 .btn:hover {
  color: #c0a464;
}
.index-box-3 .right {
  position: relative;
  width: 32.04%;
  background-color: #f6f6f6;
  padding-left: 0.3rem;
  padding-top: 0;
}
.index-box-3 .right li {
  position: relative;
  padding: 0.24rem 0.3rem 0.24rem 0;
  border-bottom: 1px solid #e9e9e9;
}
.index-box-3 .right li:first-child {
  padding-top: 0;
}
.index-box-3 .right li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.index-box-3 .right li:hover:after {
  background-size: 3px 100%;
  background-position: 0 0;
}
.index-box-3 .right li:hover .title {
  color: #c0a464;
}
.index-box-3 .right li:after {
  content: "";
  position: absolute;
  right: 0;
  width: 3px;
  height: 0.9rem;
  top: 50%;
  margin-top: -0.4rem;
  z-index: 10;
  background: url(../img/line2.jpg) no-repeat;
  background-size: 3px 0;
  background-position: 0 100%;
  transition: background-size 0.7s ease;
}
.index-box-3 .right .title {
  font-size: var(--fs18);
  height: 0.3rem;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-box-3 .right .desc {
  margin: 0.08rem auto 0.13rem;
}
.index-box-3 .right p {
  font-size: var(--fs14);
  color: #666;
  line-height: 20px;
}
.index-box-3 .right .label {
  display: none;
}
.index-box-4 {
  position: relative;
}
.index-box-4.animated .en,
.index-box-4.animated .index-more,
.index-box-4.animated .inner img {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-box-4 .pic {
  height: 5.8rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.index-box-4 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url(../img/index4bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-box-4 .inner {
  width: 28.125%;
  margin-left: calc((100% - 15.36rem) / 2);
}
.index-box-4 .inner img {
  display: block;
  width: 90.55%;
}
.index-box-4 .en {
  font-size: var(--fs16);
  font-family: "ml";
  color: #e6d6b0;
  line-height: 0.3rem;
  margin: 0.24rem auto 0.6rem;
}
.index-box-4 .inner img,
.index-box-4 .en {
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-2rem);
  -webkit-transform: translateX(-2rem);
  -moz-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
  transition-delay: 0.3s;
}
.index-box-4 .index-more {
  opacity: 0;
  visibility: hidden;
  transform: translateX(2rem);
  -webkit-transform: translateX(2rem);
  -moz-transform: translateX(2rem);
  -ms-transform: translateX(2rem);
  -o-transform: translateX(2rem);
  transition-delay: 0.3s;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}
.index-box-5 .swiper-slide {
  width: 20%;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  overflow: hidden;
  z-index: 1;
}
.index-box-5 .swiper-slide:hover {
  z-index: 10;
  box-shadow: 0px 0px 19px 0px rgba(153, 159, 165, 0.21);
}
.index-box-5 .swiper-slide img {
  height: 1.5rem;
  object-fit: contain;
}
@media screen and (min-width: 1004px) {
  .index-box-5 .swiper-container,
  .index-box-5 .swiper-wrapper {
    overflow: inherit;
  }
  .index-box-5 .swiper-wrapper {
    flex-flow: wrap;
  }
}
@media screen and (max-width: 1600px) {
  .padding {
    padding: 1.1rem 0;
  }
  .index-box-2 .left .title {
    margin-bottom: 0.1rem;
  }
  .index-box-2 .left .info {
    padding-bottom: 0.2rem;
    padding-top: 0.24rem;
  }
  .index-box-2 .left li {
    margin-bottom: 0.18rem;
  }
  .index-box-3 .right .desc {
    margin: 0.04rem auto 0.1rem;
  }
  .index-box-3 .right li {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .index-box-3 .left .desc {
    margin-bottom: 0.3rem;
  }
  .index-box-4 .inner {
    margin-left: calc((100% - 14rem) / 2);
  }
  .index-box-4 .en {
    margin-bottom: 0.5rem;
  }
  .index-box-4 .pic {
    height: 5.4rem;
  }
  .index-box-5 .swiper-slide img {
    height: 1.36rem;
  }
  .index-box-3 .desc {
    line-height: 22px;
    height: 44px;
  }
  .index-box-3 .right li {
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
  }
  .index-country-box .top,
  .index-country-box .swiper-slide {
    height: 1.4rem;
  }
  .index-box-1 .swiper-slide .desc {
    margin-top: 0.06rem;
  }
  .index-box-1 .swiper-slide .pic img {
    height: 3.81rem;
  }
  .index-box-1 .list .pic img {
    height: 1.82rem;
  }
  .index-box-3 .pic img {
    height: 2.48rem;
  }
  .index-box-2 .left .pic img {
    height: 1.9rem;
  }
}
@media screen and (max-width: 1440px) {
  .padding {
    padding: 1rem 0;
  }
  .index-box-1 .swiper-slide {
    width: calc((100% - 24px) / 2);
  }
  .index-box-1 .list {
    margin-top: 24px;
  }
  .index-box-1 .list ul li {
    width: calc((100% - 72px) / 4);
    margin-right: 24px;
  }
  .index-box-4 .pic {
    height: 5.2rem;
  }
  .index-box-2 .left .info {
    padding-top: 0.2rem;
  }
}
@media screen and (max-width: 1004px) {
  .index-more {
    width: 2rem;
    line-height: 0.64rem;
    font-size: var(--fs14);
  }
  .label {
    line-height: 26px;
    padding: 0 0.12rem;
    font-size: 0.24rem;
  }
  .index-box-1 .swiper-slide {
    width: 100%;
  }
  .index-box-1 .swiper-slide .info {
    bottom: 0.24rem;
  }
  .index-box-1 .swiper-slide .title {
    font-size: var(--fs16);
    line-height: 0.44rem;
    height: 0.44rem;
  }
  .index-box-1 .swiper-slide .desc {
    margin-top: 0;
  }
  .index-box-1 .swiper-slide .price {
    right: 0.3rem;
    bottom: 0.1rem;
  }
  .index-box-1 .swiper-slide .pic img {
    height: 3.88rem;
  }
  .index-box-1 .price {
    line-height: 0.4rem;
    font-size: 0.24rem;
  }
  .index-box-1 .price b {
    font-size: 0.26rem;
  }
  .index-box-1 .desc {
    line-height: 20px;
    height: 60px;
  }
  .index-box-1 .list {
    margin-top: 0.3rem;
  }
  .index-box-1 .list ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-1 .list ul li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .index-box-1 .list ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .index-box-1 .list .pic img {
    height: 1.86rem;
  }
  .index-box-1 .list .info {
    padding: 0.3rem 0.2rem;
  }
  .index-box-1 .list h6 {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .index-box-1 .list .desc {
    font-size: 0.24rem;
    margin: 0.12rem auto;
  }
  .index-box-1 .index-more {
    margin-top: 0.7rem;
  }
  .index-box-1 .swiper-btn.normal.prev {
    left: 0.2rem;
  }
  .index-box-1 .swiper-btn.normal.next {
    right: 0.2rem;
  }
  .index-box-2 {
    background-image: url(../img/p_index2bg.jpg);
    background-attachment: inherit;
  }
  .index-box-2 .main {
    flex-flow: wrap;
  }
  .index-box-2 .left,
  .index-box-2 .right {
    width: 100%;
  }
  .index-box-2 .left li {
    margin-bottom: 0.3rem;
  }
  .index-box-2 .left .pic img {
    height: 2.2rem;
  }
  .index-box-2 .left .info {
    padding: 0.2rem 0.24rem;
  }
  .index-box-2 .left .title {
    font-size: 0.26rem;
    line-height: 0.36rem;
    margin: 0.04rem auto 0.1rem;
  }
  .index-box-2 .left .desc {
    line-height: 0.36rem;
    height: 0.72rem;
    font-size: 0.24rem;
  }
  .index-box-2 .date {
    line-height: 16px;
  }
  .index-box-2 .ibtn {
    width: 1.2rem;
    line-height: 0.48rem;
    font-size: 0.24rem;
  }
  .index-box-2 .right {
    margin-top: 0.3rem;
  }
  .index-box-2 .right .info {
    bottom: 0.32rem;
    padding: 0 1.2rem 0 0.3rem;
  }
  .index-box-2 .right .info .title {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .index-box-2 .right .info .desc {
    line-height: 0.36rem;
    height: 0.72rem;
    font-size: 0.24rem;
  }
  .index-box-2 .right .swiper-pagination {
    right: 0.3rem;
    bottom: 0.3rem;
  }
  .index-box-2 .right .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .index-box-2 .index-more {
    margin-top: 0.8rem;
  }
  .index-box-3 .main {
    display: block;
  }
  .index-box-3 .left {
    width: 100%;
  }
  .index-box-3 .left ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-3 .left ul li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
  }
  .index-box-3 .left .info {
    padding: 0.3rem 0.44rem 0.22rem 0.26rem;
  }
  .index-box-3 .left .title {
    height: 0.8rem;
    font-size: 0.26rem;
  }
  .index-box-3 .left .desc {
    margin: 0.04rem auto 0.38rem;
  }
  .index-box-3 .pic img {
    height: 1.86rem;
  }
  .index-box-3 .title {
    line-height: 0.4rem;
  }
  .index-box-3 .desc {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
  }
  .index-box-3 .btn {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .index-box-3 .right {
    width: 100%;
    padding: 0 0 0.6rem 0.3rem;
    margin-top: 0.3rem;
  }
  .index-box-3 .right li {
    padding: 0.36rem 0.3rem 0.36rem 0;
  }
  .index-box-3 .right li:hover:after {
    background-size: 2px 100%;
  }
  .index-box-3 .right li:after {
    height: 60%;
    margin-top: 0;
    top: 20%;
    background-size: 2px 0;
  }
  .index-box-3 .right .title {
    font-size: var(--fs16);
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .index-box-3 .right .desc {
    margin: 0.12rem auto 0.16rem;
  }
  .index-box-3 .right p {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .index-box-4.animated .en,
  .index-box-4.animated .index-more,
  .index-box-4.animated .inner img {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .index-box-4 .pic {
    height: auto;
    background: none!important;
  }
  .index-box-4 .info {
    background-image: url(../img/p_index4bg.png);
  }
  .index-box-4 .inner {
    width: 60%;
    margin-left: 0.3rem;
  }
  .index-box-4 .inner img {
    width: 45%;
  }
  .index-box-4 .en {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin: 0.3rem auto 0.48rem;
  }
  .index-box-5 .box-container {
    padding: 0;
  }
  .index-box-5 .swiper-container {
    padding: 0.2rem 0;
  }
  .index-box-5 .swiper-slide {
    width: 20%;
  }
  .index-box-5 .swiper-slide:nth-child(even) {
    transform: translateX(0.4rem);
    -webkit-transform: translateX(0.4rem);
    -moz-transform: translateX(0.4rem);
    -ms-transform: translateX(0.4rem);
    -o-transform: translateX(0.4rem);
  }
  .index-box-5 .swiper-slide img {
    height: 1.52rem;
  }
}
.about-wrapper .part-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .part-1 .pic {
  position: relative;
  width: 28.64%;
}
.about-wrapper .part-1 .info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0.44rem 0.4rem 0;
}
.about-wrapper .part-1 .since {
  font-size: var(--fs48);
  line-height: 0.48rem;
  text-transform: uppercase;
  font-family: "mr";
  font-weight: 700;
  display: inline-block;
  background: url(../img/aboutbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.about-wrapper .part-1 p {
  font-size: var(--fs24);
  color: #3f3f3f;
  line-height: 0.36rem;
  font-family: "light";
  margin-top: 0.12rem;
}
.about-wrapper .content {
  width: 65.1%;
}
.about-wrapper .part-2 {
  margin-top: 0.8rem;
}
.honor-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.honor-wrapper .left {
  width: 65.88%;
}
.honor-wrapper .left ul {
  list-style: none;
}
.honor-wrapper .left li {
  position: relative;
  cursor: default;
  padding-left: 0.46rem;
  border-bottom: 1px solid #f2f2f2;
}
.honor-wrapper .left li:nth-last-child(-n+4) .pic {
  top: auto;
  bottom: -0.25rem;
}
.honor-wrapper .left li .pic {
  position: absolute;
  right: 0;
  top: -0.25rem;
  z-index: 10;
  width: 3.46rem;
  padding: 0.2rem;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.honor-wrapper .left .icon {
  width: 0.16rem;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.honor-wrapper .left .title {
  font-size: var(--fs16);
  line-height: 0.65rem;
  height: 0.65rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.honor-wrapper .right {
  width: 27.6%;
  position: relative;
}
.honor-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 0.65rem 0.52rem 0;
}
.honor-wrapper .info h3 {
  font-size: 0.42rem;
  color: #c1a767;
  line-height: 0.48rem;
}
.honor-wrapper .info .en {
  font-size: 0.32rem;
  color: #666;
  line-height: 0.42rem;
  margin: 0.18rem auto 0.32rem;
  font-family: "mr";
}
.honor-wrapper .info .line {
  width: 0.44rem;
  height: 0.02rem;
  background-color: #000;
  opacity: 0.15;
}
.history-wrapper {
  background: url(../img/historybg.jpg) no-repeat center bottom;
  background-size: cover;
}
.history-wrapper .year-box {
  border-bottom: 2px solid #e7e7e7;
}
.history-wrapper .year-box .swiper-slide {
  cursor: pointer;
  width: 17.285%;
  font-size: var(--fs24);
  font-family: "medium";
  line-height: 0.5rem;
  text-align: center;
  padding-bottom: 0.38rem;
  background: url(../img/linebg.jpg) no-repeat center bottom;
  background-size: 100%;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
}
.history-wrapper .year-box .swiper-slide:hover {
  color: #c0a464;
}
.history-wrapper .year-box .swiper-slide.on {
  font-size: var(--fs48);
  color: #c0a464;
}
.history-wrapper .detail-box .box-container {
  position: relative;
}
.history-wrapper .detail-box .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.history-wrapper .detail-box .swiper-slide-active .pic,
.history-wrapper .detail-box .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.history-wrapper .detail-box .pic,
.history-wrapper .detail-box .info {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition-delay: 0.15s;
}
.history-wrapper .detail-box .pic {
  width: 50%;
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
}
.history-wrapper .detail-box .info {
  padding-bottom: 0.58rem;
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
}
.history-wrapper .detail-box .btn,
.history-wrapper .detail-box .info {
  width: 43.3%;
}
.history-wrapper .year {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.4rem;
  font-family: "mb";
  background: url(../img/yearbg.jpg) no-repeat center center;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.history-wrapper .line {
  width: 0.44rem;
  height: 2px;
  background-color: #cbcbcb;
  margin: 0.38rem 0;
}
.history-wrapper .desc,
.history-wrapper .desc li {
  font-size: var(--fs18);
  line-height: 0.3rem;
}
.history-wrapper .desc ul {
  list-style: none;
}
.history-wrapper .desc li {
  position: relative;
  padding-left: 0.3rem;
}
.history-wrapper .desc li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #c0a464;
  position: absolute;
  left: 0;
  top: calc((0.3rem - 6px) / 2);
  z-index: 10;
}
.history-wrapper .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: 0;
}
.history-wrapper .btn a {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.35s ease;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
}
.history-wrapper .btn .prev {
  background-image: url(../img/prev3.png);
  margin-right: 0.2rem;
}
.history-wrapper .btn .prev:hover {
  background-image: url(../img/prev4.png);
}
.history-wrapper .btn .next {
  background-image: url(../img/next3.png);
}
.history-wrapper .btn .next:hover {
  background-image: url(../img/next4.png);
}
.user-wrapper {
  background: url(../img/userbg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  /* input placeholder  */
}
.user-wrapper .main {
  width: 5rem;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 24, 48, 0.2);
  border-radius: 15px;
  margin: 0 auto;
  padding: 0.5rem;
}
.user-wrapper h5 {
  font-size: var(--fs24);
  color: #c0a464;
  line-height: 0.36rem;
  margin-bottom: 0.35rem;
}
.user-wrapper .group {
  position: relative;
  margin-bottom: 0.15rem;
}
.user-wrapper .group:last-child {
  margin-bottom: 0;
}
.user-wrapper .group img {
  position: absolute;
  left: 0.16rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  width: 0.2rem;
}
.user-wrapper .code {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.user-wrapper .code .text {
  width: 60.75%;
}
.user-wrapper .text {
  width: 100%;
  height: 0.46rem;
  line-height: 0.44rem;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  font-size: var(--fs14);
  font-family: "light";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 0 0.3rem 0 0.46rem;
}
.user-wrapper .text:focus {
  border-color: #c0a464;
}
.user-wrapper ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a5a5a5;
  font-size: var(--fs14);
}
.user-wrapper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a5a5a5;
  font-size: var(--fs14);
}
.user-wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a5a5a5;
  font-size: var(--fs14);
}
.user-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a5a5a5;
  font-size: var(--fs14);
}
.user-wrapper .bottom,
.user-wrapper .btns {
  margin-top: 0.26rem;
}
.user-wrapper .bottom {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  line-height: 24px;
}
.user-wrapper .bottom a {
  display: inline-block;
  font-size: 12px;
  color: #c0a464;
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  line-height: 20px;
  transition: background-size 0.7s ease, color 0.1s ease;
}
.user-wrapper .bottom a:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.user-wrapper .checkbox {
  position: relative;
}
.user-wrapper .checkbox input {
  display: none;
}
.user-wrapper .checkbox input:checked + label i:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.user-wrapper .checkbox label {
  cursor: pointer;
  font-size: 12px;
  color: #000;
  user-select: none;
}
.user-wrapper .checkbox label i {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: solid 1px #e6e6e6;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.user-wrapper .checkbox label i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(../img/check.png) no-repeat center center;
  background-size: 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.user-wrapper .btns a,
.user-wrapper .btn {
  position: relative;
  display: block;
  line-height: 0.46rem;
  overflow: hidden;
  color: #c0a464;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.user-wrapper .btns a:before,
.user-wrapper .btn:before {
  background-image: linear-gradient(90deg, #e8d18b 0%, #c0a564 100%);
  background-blend-mode: normal, 
				normal;
  z-index: 1;
}
.user-wrapper .btns a:before,
.user-wrapper .btn:before,
.user-wrapper .btns a:after,
.user-wrapper .btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.user-wrapper .btns a:after,
.user-wrapper .btn:after {
  z-index: 0;
  background-color: #c0a464;
}
.user-wrapper .btns a span,
.user-wrapper .btn span {
  position: relative;
  z-index: 10;
}
.user-wrapper .btns a {
  width: 100%;
  font-size: var(--fs18);
  margin-bottom: 5px;
}
.user-wrapper .btns a:last-child {
  margin-bottom: 0;
}
.user-wrapper .btns a:first-child {
  color: #fff;
}
.user-wrapper .btns a:first-child:before {
  opacity: 1;
  visibility: visible;
}
.user-wrapper .btns a:first-child:hover:before {
  opacity: 0;
  visibility: hidden;
}
.user-wrapper .btns a:first-child:hover:after {
  opacity: 1;
  visibility: visible;
}
.user-wrapper .btns a:hover {
  color: #fff;
}
.user-wrapper .btns a:hover:before {
  opacity: 1;
  visibility: visible;
}
.user-wrapper .btns a:hover:after {
  opacity: 0;
  visibility: hidden;
}
.user-wrapper .btn {
  width: 35.45%;
  color: #fff;
}
.user-wrapper .btn:before {
  opacity: 1;
  visibility: visible;
}
.user-wrapper .btn:hover:before {
  opacity: 0;
  visibility: hidden;
}
.user-wrapper .btn:hover:after {
  opacity: 1;
  visibility: visible;
}
.user-wrapper a[disabled="disabled"] {
  cursor: not-allowed;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}
.info-modal {
  display: none;
  position: fixed;
  left: 50%;
  margin-left: -4.5rem;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 9rem;
  background-color: #fff;
  border-radius: 15px;
}
.info-modal.map {
  display: block;
  width: 80%;
  left: 10%;
  margin-left: auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
}
.info-modal.map.on {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}
.info-modal h2 {
  font-size: var(--fs30);
  line-height: 1rem;
  border-bottom: 1px solid #eee;
  padding: 0 0.4rem;
}
.info-modal .content {
  padding: 0.4rem;
  min-height: 3.2rem;
  max-height: 6.4rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.info-modal .content::-webkit-scrollbar {
  width: 0.06rem;
  background-color: #f7f8f9;
}
.info-modal .content::-webkit-scrollbar-thumb {
  background-color: #c0a464;
}
.info-modal .top {
  position: relative;
}
.info-modal .close {
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.11rem;
  z-index: 10;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/close.png);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.info-modal .close:hover {
  transform: rotate(-90deg);
}
.info-modal #bigMap {
  height: 80vh;
  padding: 0.1rem;
  position: relative;
  overflow: hidden;
}
.learn {
  position: relative;
  display: block;
  width: 1.48rem;
  line-height: 0.46rem;
  border-radius: 5px;
  text-align: center;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.learn:hover:before {
  opacity: 1;
  visibility: visible;
}
.learn:hover:after {
  opacity: 0;
  visibility: hidden;
}
.learn.black:after {
  background-color: #000;
}
.learn.mid {
  width: 1.6rem;
}
.learn.mid img {
  display: inline-block;
  margin-left: 0.16rem;
  width: 0.13rem;
}
.learn:before {
  background-image: linear-gradient(90deg, #e8d18b 0%, #c0a564 100%);
  background-blend-mode: normal, normal;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.learn:before,
.learn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.learn:after {
  z-index: 0;
  background-color: #c0a464;
}
.learn span {
  position: relative;
  z-index: 10;
}
.filter-box {
  margin-bottom: 0.8rem;
}
.filter-box .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  line-height: 26px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0.2rem;
}
.filter-box .item:last-child {
  border-bottom: none;
}
.filter-box .item.normal b {
  margin-right: 0.46rem;
}
.filter-box .item.normal .list {
  flex: 1;
}
.filter-box .item:last-child {
  margin-bottom: 0;
}
.filter-box .item a {
  display: inline-block;
  min-width: 0.48rem;
  margin-right: 0.16rem;
  padding: 0 0.1rem;
  line-height: 26px;
  border-radius: 2px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  font-size: var(--fs14);
  margin-bottom: 0.15rem;
}
.filter-box .item a:last-child {
  margin-right: 0;
}
.filter-box .item a.on {
  color: #fff;
  background-color: #c0a464;
}
.filter-box .item > a {
  margin-left: 0.2rem;
}
.filter-box b {
  display: inline-block;
  font-size: var(--fs16);
  color: #222;
  line-height: 26px;
}
.filter-box .list,
.filter-box .list a {
  font-size: 15px;
  color: #666;
  font-family: "light";
}
.filter-box .list span {
  margin-right: 0.12rem;
}
.filter-box .list span:last-child {
  margin-right: 0;
}
.filter-box .condition a {
  padding-right: 0.26rem;
  background: url(../img/close.gif) no-repeat top 10px right 4px;
}
.filter-box .condition a:hover {
  background-position: top -15px right 4px;
}
.estate-wrapper .estate-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
  list-style: none;
}
.estate-wrapper .estate-box li {
  position: relative;
  width: 47.39%;
  margin-top: 1rem;
  background-color: #fff;
  box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.estate-wrapper .estate-box li:nth-child(-n+2) {
  margin-top: 0;
}
.estate-wrapper .estate-box li:hover {
  background-color: #c0a464;
}
.estate-wrapper .estate-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.estate-wrapper .estate-box li:hover .info h5 {
  color: #fff;
}
.estate-wrapper .estate-box li:hover .info h5:after {
  background-image: url(../img/right3.png);
}
.estate-wrapper .estate-box li:hover .desc {
  color: #fff;
}
.estate-wrapper .estate-box li:hover .bottom span,
.estate-wrapper .estate-box li:hover .bottom i,
.estate-wrapper .estate-box li:hover .bottom b {
  color: #fff;
}
.estate-wrapper .estate-box li:hover .size i:before {
  background-image: url(../img/size2.png);
}
.estate-wrapper .estate-box li:hover .type i:before {
  background-image: url(../img/type2.png);
}
.estate-wrapper .estate-box li:hover .build i:before {
  background-image: url(../img/build2.png);
}
.estate-wrapper .tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 1.16rem;
  height: 1.15rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/angle2.png);
}
.estate-wrapper .tag span {
  position: relative;
  top: 0.22rem;
  left: 0.08rem;
  z-index: 10;
  display: inline-block;
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.3rem;
  transform: rotate(-45deg);
  transform-origin: center bottom;
}
.estate-wrapper .pic {
  position: relative;
}
.estate-wrapper .pic:before {
  content: "";
  width: 100%;
  height: 2.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: url(../img/shadow2.png) repeat-x;
  background-size: 100% 100%;
}
.estate-wrapper .pic > img {
  height: 4.1rem;
  object-fit: cover;
}
.estate-wrapper .base {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0.12rem;
  z-index: 10;
  width: 100%;
  padding: 0 0.2rem;
}
.estate-wrapper .price,
.estate-wrapper .local {
  color: #fff;
  font-size: var(--fs20);
  line-height: 0.3rem;
}
.estate-wrapper .price b {
  font-size: var(--fs36);
  color: #c0a464;
  font-weight: 500;
  margin: 0 0.08rem;
}
.estate-wrapper .local img {
  width: 0.16rem;
  margin-right: 0.1rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -2px;
}
.estate-wrapper .info {
  padding: 0.36rem 0.45rem 0.52rem 0.5rem;
}
.estate-wrapper .info h5 {
  position: relative;
  font-size: var(--fs30);
  color: #222;
  line-height: 0.36rem;
  height: 0.36rem;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  padding-right: 0.44rem;
}
.estate-wrapper .info h5:after {
  content: "";
  width: 0.28rem;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/right2.png);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.estate-wrapper .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.28rem;
  height: 0.56rem;
  margin: 0.16rem auto 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.estate-wrapper .bottom span,
.estate-wrapper .bottom i,
.estate-wrapper .bottom b {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.estate-wrapper .bottom span {
  display: inline-block;
  font-size: var(--fs14);
  color: #666;
  font-family: "light";
  margin-right: 0.24rem;
}
.estate-wrapper .bottom span:last-child {
  margin-right: 0;
}
.estate-wrapper .bottom i {
  display: inline-block;
  padding-left: 0.28rem;
  position: relative;
  font-size: var(--fs16);
  color: #333;
  font-family: "regular";
}
.estate-wrapper .bottom i:before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.1rem;
  z-index: 10;
}
.estate-wrapper .bottom b {
  font-size: var(--fs30);
  color: #c0a464;
  font-family: "medium";
  font-weight: 500;
  display: inline-block;
  margin-right: 0.08rem;
}
.estate-wrapper .size i:before {
  background-image: url(../img/size.png);
}
.estate-wrapper .type i:before {
  background-image: url(../img/type.png);
}
.estate-wrapper .build i:before {
  background-image: url(../img/build.png);
}
.estateinfo-wrapper .box-container > div {
  margin-bottom: 0.42rem;
}
.estateinfo-wrapper .box-container > div:last-child {
  margin-bottom: 0;
}
.estateinfo-wrapper .caption {
  font-size: var(--fs30);
  line-height: 0.48rem;
  font-family: "medium";
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.estateinfo-wrapper .caption span {
  display: inline-block;
  padding-bottom: 0.08rem;
  border-bottom: 2px solid #c0a464;
}
.estateinfo-wrapper .caption .icon {
  display: inline-block;
}
.estateinfo-wrapper .caption .icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 0.36rem;
  position: relative;
  top: -0.08rem;
}
.estateinfo-wrapper .part-1,
.estateinfo-wrapper .part-2,
.estateinfo-wrapper .part-5 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.estateinfo-wrapper .video-box {
  width: 50%;
}
.estateinfo-wrapper .info-box {
  width: 43.62%;
  padding-top: 0.04rem;
}
.estateinfo-wrapper .info-box h2 {
  font-size: 0.32rem;
  font-family: "medium";
  line-height: 0.36rem;
  margin-bottom: 0.15rem;
}
.estateinfo-wrapper .price {
  margin: 0.4rem auto 0.3rem;
  font-size: 0.22rem;
  line-height: 0.36rem;
}
.estateinfo-wrapper .price b {
  font-size: 0.32rem;
  font-family: "medium";
  font-weight: 500;
  color: #c0a464;
}
.estateinfo-wrapper .params {
  padding-top: 0.24rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.estateinfo-wrapper .params ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style-type: none;
}
.estateinfo-wrapper .params li {
  width: 30%;
  padding-right: 0.2rem;
  font-size: var(--fs16);
  color: #666;
  font-family: "light";
  position: relative;
  line-height: 0.36rem;
  margin-top: 0.16rem;
}
.estateinfo-wrapper .params li:nth-child(-n+3) {
  margin-top: 0;
}
.estateinfo-wrapper .params li:nth-child(3n) {
  padding-right: 0;
}
.estateinfo-wrapper .params li:nth-child(3n+1) {
  width: 40%;
}
.estateinfo-wrapper .params li:nth-child(3n+1):last-child {
  width: 100%;
}
.estateinfo-wrapper .params li i {
  color: #333;
  font-family: "medium";
}
.estateinfo-wrapper .params li b {
  color: #c0a464;
  font-family: "medium";
  margin-right: 0.06rem;
  display: inline-block;
  font-weight: 500;
}
.estateinfo-wrapper .params li img {
  width: 0.2rem;
  margin-right: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.estateinfo-wrapper .part-1 .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.32rem;
  font-family: "light";
}
.estateinfo-wrapper .part-2 .right li {
  list-style: none;
}
.estateinfo-wrapper .part-2 li {
  height: 0.56rem;
  background-color: #f6f6f6;
  border-radius: 5px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0 0.3rem;
  margin-bottom: 0.1rem;
}
.estateinfo-wrapper .part-2 li:last-child {
  margin-bottom: 0;
}
.estateinfo-wrapper .part-2 li:hover {
  background-color: #c0a464;
}
.estateinfo-wrapper .part-2 li:hover .title {
  color: #fff;
  font-family: "medium";
}
.estateinfo-wrapper .part-2 li:hover .date,
.estateinfo-wrapper .part-2 li:hover .download {
  color: #fff;
}
.estateinfo-wrapper .part-2 li:hover .download i {
  background-image: url(../img/download2.png);
}
.estateinfo-wrapper .part-2 .date {
  font-size: var(--fs18);
  color: #b2b4b6;
  opacity: 0.8;
  font-family: "mr";
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.estateinfo-wrapper .part-2 .title {
  font-size: var(--fs16);
  font-family: "light";
  flex: 1;
  margin: 0 0.26rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.estateinfo-wrapper .part-2 .download {
  font-size: var(--fs16);
  color: #666;
  font-family: "light";
  display: block;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.estateinfo-wrapper .part-2 .download i {
  display: inline-block;
  width: 0.26rem;
  height: 0.22rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/download.png);
  margin-right: 0.1rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.estateinfo-wrapper .part-3 .caption {
  margin-bottom: 0;
}
.estateinfo-wrapper .part-3 .swiper-container {
  padding: 0.25rem 0.2rem;
  margin: 0 -0.2rem;
}
.estateinfo-wrapper .part-3 .key {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
}
.estateinfo-wrapper .part-3 .key:before,
.estateinfo-wrapper .part-3 .key:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(90deg, #e8d18b 0%, #c0a564 100%), linear-gradient(#2182c5, #2182c5);
  background-blend-mode: normal, 
					normal;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.estateinfo-wrapper .part-3 .key:before {
  animation: iconScale2 2.4s linear infinite;
}
.estateinfo-wrapper .part-3 .key:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.estateinfo-wrapper .part-3 .key span {
  display: block;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  background-image: linear-gradient(90deg, #e8d18b 0%, #c0a564 100%), linear-gradient(#2182c5, #2182c5);
  background-blend-mode: normal, 
					normal;
  text-align: center;
  color: #fff;
  font-size: var(--fs28);
  font-family: "medium";
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border-radius: 50%;
}
.estateinfo-wrapper .part-3 .swiper-slide {
  width: 23.44%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.15rem;
  padding: 0.5rem 0.3rem 0.42rem;
}
.estateinfo-wrapper .part-3 .swiper-slide:hover .key:before,
.estateinfo-wrapper .part-3 .swiper-slide:hover .key:after {
  opacity: 1;
  visibility: visible;
}
.estateinfo-wrapper .part-3 h5 {
  font-size: 0.22rem;
  font-family: "medium";
  line-height: 0.3rem;
  margin: 0.24rem auto 0.1rem;
}
.estateinfo-wrapper .part-3 .brief {
  font-size: 0.15rem;
  color: #666;
  line-height: 0.28rem;
  font-family: "light";
  letter-spacing: 1px;
  height: 1.12rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.estateinfo-wrapper .part-3 .brief::-webkit-scrollbar {
  width: 2px;
  background-color: #f7f8f9;
}
.estateinfo-wrapper .part-3 .brief::-webkit-scrollbar-thumb {
  background-color: #c0a464;
}
.estateinfo-wrapper .part-2 .left,
.estateinfo-wrapper .part-5 .left {
  width: 48.7%;
}
.estateinfo-wrapper .part-2 .right,
.estateinfo-wrapper .part-5 .right {
  width: 48.04%;
}
.estateinfo-wrapper .part-4 {
  margin-top: -0.2rem;
}
.estateinfo-wrapper .part-4 .swiper-slide {
  width: 65.1%;
}
.estateinfo-wrapper .part-4 .swiper-slide.swiper-slide-active .pic {
  opacity: 1;
}
.estateinfo-wrapper .part-4 .swiper-slide.swiper-slide-active .pic:before {
  opacity: 1;
  visibility: visible;
}
.estateinfo-wrapper .part-4 .swiper-slide.swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.estateinfo-wrapper .part-4 .pic {
  opacity: 0.5;
  position: relative;
}
.estateinfo-wrapper .part-4 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: url(../img/shadow2.png) repeat-x;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.3s;
  transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
}
.estateinfo-wrapper .part-4 .info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: -1rem;
  z-index: 10;
  width: 100%;
  padding: 0 0.3rem 0.2rem;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.estateinfo-wrapper .part-4 h5 {
  font-size: var(--fs28);
  color: #fff;
  line-height: 0.36rem;
  height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "medium";
}
.estateinfo-wrapper .part-4 p {
  color: #fff;
  font-family: "ml";
  line-height: 0.24rem;
  font-size: var(--fs14);
  margin-top: 0.03rem;
}
.estateinfo-wrapper .part-5 .left li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style: none;
  align-items: center;
  min-height: 0.62rem;
  border-bottom: 1px solid #f6f6f6;
}
.estateinfo-wrapper .part-5 .left h6 {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.26rem;
  flex: 1;
  font-family: "light";
}
.estateinfo-wrapper .part-5 .key {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 50%;
  text-align: center;
  background-color: #c0a464;
  color: #fff;
  margin-right: 0.2rem;
}
.estateinfo-wrapper .map {
  height: 3.6rem;
  overflow: hidden;
  position: relative;
}
.estateinfo-wrapper .map .img,
.estateinfo-wrapper .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-btn.normal {
  width: 0.23rem;
  height: 0.44rem;
}
.swiper-btn.normal.prev {
  left: -0.63rem;
  background-image: url(../img/prev.png);
}
.swiper-btn.normal.prev:hover {
  background-image: url(../img/prev2.png);
}
.swiper-btn.normal.next {
  right: -0.63rem;
  background-image: url(../img/next.png);
}
.swiper-btn.normal.next:hover {
  background-image: url(../img/next2.png);
}
.video-box {
  position: relative;
  overflow: hidden;
}
.video-box:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.video-box.on .pic {
  opacity: 0;
  visibility: hidden;
}
.video-box.on .video {
  opacity: 1;
  visibility: visible;
}
.video-box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.28rem;
  margin-top: -0.28rem;
  width: 0.56rem;
  height: 0.56rem;
  cursor: pointer;
  background-image: url(../img/play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
.video-box .play:before,
.video-box .play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-sizing: border-box;
}
.video-box .play:before {
  animation: iconScale2 2.4s linear infinite;
}
.video-box .play:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.video-box .pic {
  position: relative;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.video-box .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-box video {
  width: 100%;
}
.video-box .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.video-box .video video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
  max-height: 100%;
  object-fit: contain;
}
@keyframes iconScale2 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}
.event-wrapper .recommend-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  margin-bottom: 0.8rem;
  box-shadow: 0px 0px 30px 0px rgba(4, 0, 0, 0.1);
}
.event-wrapper .recommend-box .pic,
.event-wrapper .recommend-box .info {
  width: 50%;
}
.event-wrapper .recommend-box .info {
  padding: 0 1rem 0 0.9rem;
}
.event-wrapper .recommend-box .info:hover .title {
  color: #c0a464;
}
.event-wrapper .recommend-box .title {
  height: 0.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--fs30);
}
.event-wrapper .recommend-box .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 1.2rem;
  margin: 0.2rem auto 0.32rem;
}
.event-wrapper .recommend-box .btns {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.event-wrapper .recommend-box .btns a {
  margin-right: 0.2rem;
}
.event-wrapper .recommend-box .btns a:last-child {
  margin-right: 0;
}
.event-wrapper .date {
  font-size: var(--fs16);
  color: #c5c8ca;
  line-height: 0.24rem;
  font-family: "medium";
  margin-bottom: 0.07rem;
}
.event-wrapper .title {
  color: #000;
  font-family: "medium";
  line-height: 0.4rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.event-wrapper .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.event-wrapper .event-box .title {
  font-size: var(--fs24);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.4rem;
}
.event-wrapper .event-box .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0.9rem;
}
.event-wrapper .event-box li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(4, 0, 0, 0.07);
  margin-bottom: 0.5rem;
}
.event-wrapper .event-box li:last-child {
  margin-bottom: 0;
}
.event-wrapper .event-box li:hover .title {
  color: #c0a464;
}
.event-wrapper .event-box .pic {
  width: 31.38%;
}
.event-wrapper .event-box .info {
  position: relative;
  width: 68.62%;
  padding: 0 2.3rem 0 0.6rem;
}
.event-wrapper .event-box .title {
  margin-bottom: 0.16rem;
}
.event-wrapper .event-box .btns {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.event-wrapper .event-box .btns a {
  margin-bottom: 0.3rem;
}
.event-wrapper .event-box .btns a:last-child {
  margin-bottom: 0;
}
.eventinfo-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.eventinfo-wrapper .left {
  width: 30.6%;
  position: sticky;
  left: 0;
  top: 1.3rem;
  z-index: 10;
  height: 100%;
}
.eventinfo-wrapper .left .date {
  font-size: var(--fs18);
  color: #000;
  opacity: 0.3;
  line-height: 0.3rem;
  font-family: "ml";
  font-weight: 700;
}
.eventinfo-wrapper .left h1 {
  font-size: var(--fs30);
  line-height: 0.44rem;
  font-family: "medium";
  margin: 0.06rem auto 0.42rem;
}
.eventinfo-wrapper .left li {
  list-style: none;
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin-bottom: 0.26rem;
  position: relative;
  font-family: "light";
  padding-left: 0.48rem;
}
.eventinfo-wrapper .left li:last-child {
  margin-bottom: 0;
}
.eventinfo-wrapper .left li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0.3rem;
}
.eventinfo-wrapper .left .btns {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: 0.6rem;
}
.eventinfo-wrapper .learn {
  margin-right: 0.4rem;
}
.eventinfo-wrapper .learn:last-child {
  margin-right: 0;
}
.eventinfo-wrapper .icon {
  display: block;
  width: 0.96rem;
  margin-bottom: 0.44rem;
}
.eventinfo-wrapper .right {
  width: 63.15%;
  padding: 0.7rem;
  background-color: #f9f9f9;
}
.eventinfo-wrapper .right h3 {
  font-size: var(--fs24);
  line-height: 0.36rem;
  margin-bottom: 0.24rem;
  font-family: "medium";
}
.global-wrapper .global-box ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.global-wrapper .global-box ul li:last-child {
  margin-bottom: 0;
}
.global-wrapper .global-box ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.global-wrapper .pic {
  display: block;
  width: 54.69%;
}
.global-wrapper .info {
  width: 38.8%;
}
.global-wrapper .name {
  font-size: var(--fs30);
  font-family: "medium";
  line-height: 0.36rem;
}
.global-wrapper .desc {
  line-height: 0.3rem;
  margin: 0.44rem auto 0.72rem;
}
.global-wrapper .desc p {
  position: relative;
  font-size: var(--fs16);
  padding-left: 0.26rem;
  font-family: "light";
  margin-bottom: 0.2rem;
}
.global-wrapper .desc p:last-child {
  margin-bottom: 0;
}
.global-wrapper .desc p img {
  position: absolute;
  left: 0;
  top: 0.05rem;
  z-index: 10;
  width: 0.2rem;
}
.global-wrapper .desc b {
  font-family: "regular";
  font-weight: 500;
}
.globalinfo-wrapper .caption {
  font-size: var(--fs30);
  line-height: 0.48rem;
  font-family: "medium";
  margin-bottom: 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.globalinfo-wrapper .caption span {
  display: inline-block;
  padding-bottom: 0.08rem;
  border-bottom: 2px solid #c0a464;
}
.globalinfo-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.globalinfo-wrapper .left {
  width: 66.02%;
}
.globalinfo-wrapper .left h2 {
  font-size: var(--fs40);
  font-family: "medium";
  line-height: 0.6rem;
}
.globalinfo-wrapper .left .en {
  font-size: var(--fs18);
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 700;
  margin: 0.06rem auto 0.36rem;
  line-height: 24px;
}
.globalinfo-wrapper .content {
  margin-bottom: 0.32rem;
}
.globalinfo-wrapper .content:last-child {
  margin-bottom: 0;
}
.globalinfo-wrapper .right {
  width: 29.3%;
  height: 100%;
  padding: 0.48rem;
  background-color: #f6f6f6;
}
.globalinfo-wrapper .right ul {
  list-style: none;
  margin-bottom: 0.35rem;
}
.globalinfo-wrapper .right h4 {
  font-size: var(--fs18);
  font-family: "medium";
  line-height: 0.5rem;
  margin-bottom: 0.34rem;
}
.globalinfo-wrapper .right h4 img {
  width: 0.5rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 0.2rem;
}
.globalinfo-wrapper .right li {
  margin-bottom: 0.26rem;
}
.globalinfo-wrapper .right li:last-child {
  margin-bottom: 0;
}
.globalinfo-wrapper .right li:nth-child(-n+2) h5 {
  font-size: var(--fs24);
}
.globalinfo-wrapper .right h5 {
  font-size: 0.17rem;
  line-height: 0.3rem;
}
.globalinfo-wrapper .right p {
  font-size: 0.15rem;
  color: #666;
  font-family: "light";
  line-height: 20px;
}
.globalinfo-wrapper .return {
  position: relative;
  display: block;
  line-height: 0.56rem;
  font-size: 0.15rem;
  color: #fff;
  text-align: center;
}
.globalinfo-wrapper .return:hover:before {
  opacity: 1;
  visibility: visible;
}
.globalinfo-wrapper .return:hover:after {
  opacity: 0;
  visibility: hidden;
}
.globalinfo-wrapper .return:before {
  background-image: linear-gradient(90deg, #e8d18b 0%, #c0a564 100%);
  background-blend-mode: normal, 
				normal;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.globalinfo-wrapper .return:before,
.globalinfo-wrapper .return:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.globalinfo-wrapper .return:after {
  z-index: 0;
  background-color: #c0a464;
}
.globalinfo-wrapper .return span {
  position: relative;
  z-index: 10;
}
.globalinfo-wrapper .return img {
  display: inline-block;
  margin-right: 0.2rem;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 0.23rem;
}
.globalinfo-wrapper .box-2 {
  overflow: hidden;
  margin-top: 0.54rem;
}
.globalinfo-wrapper .box-2 > ul {
  position: relative;
  list-style: none;
  width: calc((100% + .24rem));
}
.globalinfo-wrapper .box-2 > ul > li {
  cursor: pointer;
  display: block;
  margin: 0 0.24rem 0.24rem 0;
  width: calc(100% / 3 - 0.24rem);
  height: auto;
}
.globalinfo-wrapper .box-2 .pic:before {
  display: none;
}
.download-wrapper li {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 0.8rem;
  background-color: #f6f6f6;
  margin-bottom: 0.2rem;
  line-height: 0.3rem;
  padding: 0 0.3rem 0 0.4rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.download-wrapper li:last-child {
  margin-bottom: 0;
}
.download-wrapper li:hover:before {
  opacity: 1;
  visibility: visible;
}
.download-wrapper li:hover .time {
  color: rgba(255, 255, 255, 0.7);
}
.download-wrapper li:hover .title,
.download-wrapper li:hover .download {
  color: #fff;
}
.download-wrapper li:hover .download i {
  background-image: url(../img/download2.png);
}
.download-wrapper li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-image: linear-gradient(90deg, #e8d18b 0%, #c0a564 100%);
  background-blend-mode: normal, 
					normal;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.download-wrapper .time,
.download-wrapper .title {
  position: relative;
  z-index: 10;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.download-wrapper .time {
  font-size: var(--fs18);
  font-family: "mr";
  color: #b2b4b6;
}
.download-wrapper .title {
  font-size: var(--fs18);
  font-family: "light";
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.3rem;
  margin: 0 0.6rem;
}
.download-wrapper .download {
  position: relative;
  z-index: 10;
  font-size: var(--fs14);
  color: #666;
  font-family: "light";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.download-wrapper .download i {
  display: inline-block;
  width: 0.26rem;
  height: 0.22rem;
  background-image: url(../img/download.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  vertical-align: middle;
  top: -1px;
  margin-right: 0.1rem;
}
.contact-wrapper .box-1 .swiper-slide {
  cursor: pointer;
  width: 22.13%;
  padding-top: 0.32rem;
  border-top: 0.04rem solid #eee;
  transition: border 0.35s ease;
  -webkit-transition: border 0.35s ease;
  -moz-transition: border 0.35s ease;
  -ms-transition: border 0.35s ease;
  -o-transition: border 0.35s ease;
}
.contact-wrapper .box-1 .swiper-slide.on,
.contact-wrapper .box-1 .swiper-slide:hover {
  border-color: #c0a464;
}
.contact-wrapper .box-1 .name {
  font-size: var(--fs24);
  font-family: "medium";
  line-height: 0.36rem;
}
.contact-wrapper .box-1 .en {
  font-size: var(--fs14);
  color: rgba(0, 0, 0, 0.3);
  line-height: 0.24rem;
  font-family: "mm";
  text-transform: uppercase;
}
.contact-wrapper .box-1 .address {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.32rem;
  font-family: "light";
  margin-top: 0.14rem;
}
.contact-wrapper .map-box {
  margin-top: 0.7rem;
}
.contact-wrapper .map-box .item {
  position: relative;
  display: none;
  height: 6.4rem;
  overflow: hidden;
}
.contact-wrapper .map-box .item > .img,
.contact-wrapper .map-box .item iframe {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.contact-wrapper .swiper-btn {
  width: 0.42rem;
  height: 0.42rem;
}
.contact-wrapper .prev {
  left: -0.92rem;
  background-image: url(../img/prev3.png);
}
.contact-wrapper .prev:hover {
  background-image: url(../img/prev4.png);
}
.contact-wrapper .next {
  right: -0.92rem;
  background-image: url(../img/next3.png);
}
.contact-wrapper .next:hover {
  background-image: url(../img/next4.png);
}
.contact-wrapper .box-2 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrapper .box-2 .pic,
.contact-wrapper .box-2 .form {
  width: 46.74%;
}
.contact-wrapper .form {
  /* input placeholder  */
}
.contact-wrapper .form .group {
  font-size: 0;
  margin-bottom: 0.2rem;
}
.contact-wrapper .form .text,
.contact-wrapper .form .submit {
  height: 0.62rem;
}
.contact-wrapper .form .text,
.contact-wrapper .form .msg {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  font-size: var(--fs16);
  font-family: "light";
  border: solid 1px #e5e5e5;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.contact-wrapper .form .text:focus,
.contact-wrapper .form .msg:focus {
  border-color: #c0a464;
}
.contact-wrapper .form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: var(--fs16);
}
.contact-wrapper .form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: var(--fs16);
}
.contact-wrapper .form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: var(--fs16);
}
.contact-wrapper .form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: var(--fs16);
}
.contact-wrapper .form .msg {
  resize: none;
  height: 1.6rem;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  line-height: 0.3rem;
}
.contact-wrapper .form .submit {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0.6rem;
  text-align: center;
  font-size: var(--fs24);
  color: #fff;
  margin-top: 0.5rem;
}
.contact-wrapper .form .submit:hover:before {
  opacity: 1;
  visibility: visible;
}
.contact-wrapper .form .submit:hover:after {
  opacity: 0;
  visibility: hidden;
}
.contact-wrapper .form .submit:before {
  background-image: linear-gradient(90deg, #e8d18b 0%, #c0a564 100%);
  background-blend-mode: normal, 
					normal;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.contact-wrapper .form .submit:before,
.contact-wrapper .form .submit:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.contact-wrapper .form .submit:after {
  z-index: 0;
  background-color: #c0a464;
}
.contact-wrapper .form .submit span {
  position: relative;
  z-index: 10;
}
.mapinfo {
  width: 3.1rem;
  background-color: #fff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
  padding: 0.2rem 0.2rem 0.25rem;
}
.mapinfo .info {
  margin-top: 0.2rem;
}
.mapinfo h5 {
  font-size: var(--fs20);
  color: #000;
  line-height: 0.3rem;
  font-family: "medium";
}
.mapinfo p {
  font-size: 0.15rem;
  color: #666;
  line-height: 0.25rem;
  font-family: "light";
  margin-top: 0.04rem;
}
.partner-wrapper {
  background: url(../img/historybg.jpg) no-repeat center bottom;
  background-size: cover;
}
.partner-wrapper .swiper-container {
  overflow: inherit;
}
.partner-wrapper .swiper-wrapper {
  overflow: inherit;
  flex-flow: wrap;
}
.partner-wrapper .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  margin-top: 1.8875%;
}
.partner-wrapper .swiper-slide:first-child {
  margin-top: 0;
}
.partner-wrapper .pic {
  width: 18.49%;
  margin-right: 1.8875%;
  margin-top: 1.8875%;
  background-color: #fff;
  border-radius: 0.15rem;
  box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.1);
  transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
}
.partner-wrapper .pic:nth-child(-n+5) {
  margin-top: 0;
}
.partner-wrapper .pic:nth-child(5),
.partner-wrapper .pic:nth-child(9),
.partner-wrapper .pic:nth-child(14) {
  margin-right: 0;
}
.partner-wrapper .pic:nth-child(6),
.partner-wrapper .pic:nth-child(15) {
  margin-left: 9.245%;
}
.partner-wrapper .pic img {
  height: 1.4rem;
  object-fit: contain;
}
.partner-wrapper .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.partner-wrapper .swiper-pagination {
  display: block;
  bottom: 0;
  font-size: 0;
}
.partner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #c1c1c1;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border: none;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.partner-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.partner-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.partner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.partner-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.partner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c0a464;
}
.service-wrapper ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
  list-style: none;
}
.service-wrapper li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 46.09%;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.5rem 0;
}
.service-wrapper li:nth-child(-n+2) {
  border-top: 1px solid #e5e5e5;
}
.service-wrapper .pic {
  width: 1.8rem;
}
.service-wrapper .info {
  flex: 1;
  padding-left: 0.48rem;
  padding-top: 0.04rem;
}
.service-wrapper .name {
  font-size: var(--fs28);
  font-family: "medium";
  line-height: 0.36rem;
}
.service-wrapper .name span {
  font-size: var(--fs16);
  font-family: "regular";
  color: #c0a464;
  display: inline-block;
  margin-left: 0.12rem;
}
.service-wrapper .desc {
  font-size: 15px;
  color: #666;
  line-height: 0.28rem;
  font-family: "light";
  margin-top: 0.12rem;
}
.more {
  position: relative;
  display: block;
  width: 1.83rem;
  border-radius: 5px;
  line-height: 0.56rem;
  text-align: center;
  font-size: var(--fs16);
  color: #fff;
}
.more:hover:before {
  opacity: 1;
  visibility: visible;
}
.more:hover:after {
  opacity: 0;
  visibility: hidden;
}
.more:before {
  background-image: linear-gradient(90deg, #e8d18b 0%, #c0a564 100%);
  background-blend-mode: normal, 
			normal;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.more:before,
.more:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.more:after {
  z-index: 0;
  background-color: #c0a464;
}
.more.on:after {
  background-color: #1a1a1a;
}
.more span {
  position: relative;
  z-index: 10;
}
.step-wrapper .box-1 ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.step-wrapper .box-1 li {
  width: 23.05%;
  margin-right: 2.6%;
  margin-top: 0.7rem;
  background-color: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(1, 29, 52, 0.08);
  border-radius: 0.15rem;
  overflow: hidden;
}
.step-wrapper .box-1 li:nth-child(-n+4) {
  margin-top: 0;
}
.step-wrapper .box-1 li:nth-child(4n) {
  margin-right: 0;
}
.step-wrapper .box-1 .pic {
  position: relative;
}
.step-wrapper .box-1 .pic span {
  width: 0.6rem;
  line-height: 0.55rem;
  background-color: #c0a464;
  text-align: center;
  color: #fff;
  font-family: "mb";
  font-size: var(--fs24);
  border-radius: 0px 5px 0px 0px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.step-wrapper .box-1 .info {
  padding: 0.32rem 0.32rem 0.36rem;
}
.step-wrapper .box-1 h5 {
  font-size: 0.22rem;
  font-family: "medium";
  line-height: 0.3rem;
}
.step-wrapper .box-1 .desc {
  font-size: 15px;
  color: #666;
  font-family: "light";
  line-height: 0.3rem;
  margin-top: 0.08rem;
  min-height: 1.2rem;
}
.supply-box {
  margin-top: 1.4rem;
  min-height: 6.4rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../img/stepbg.jpg);
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.supply-box .box-container {
  text-align: center;
}
.supply-box h5 {
  font-size: var(--fs30);
  color: #000;
  font-family: "medium";
  line-height: 0.48rem;
}
.supply-box .brief {
  font-size: var(--fs48);
  color: #000;
  font-family: "light";
  line-height: 0.6rem;
  margin: 0.12rem auto 0.8rem;
}
.supply-box .more {
  margin: 0 auto;
}
.crossService-wrapper .first-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.crossService-wrapper .first-box .pic {
  width: 62.5%;
}
.crossService-wrapper .first-box .info {
  width: 31.9%;
}
.crossService-wrapper .first-box h3 {
  font-size: 0.42rem;
  color: #222;
  font-weight: 700;
  line-height: 0.48rem;
  margin-bottom: 0.25rem;
}
.crossService-wrapper .first-box .line {
  width: 0.46rem;
  height: 0.03rem;
  background-color: #000;
  opacity: 0.2;
}
.crossService-wrapper .first-box .desc {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
  font-family: "light";
  margin-top: 0.32rem;
}
.crossService-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.crossService-wrapper .list li {
  position: relative;
  width: 31.38%;
  margin-right: 2.93%;
  margin-top: 2.93%;
  overflow: hidden;
}
.crossService-wrapper .list li:nth-child(-n+3) {
  margin-top: 0;
}
.crossService-wrapper .list li:nth-child(3n) {
  margin-right: 0;
}
.crossService-wrapper .list li:hover .hidebox {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.crossService-wrapper .list li:hover .info {
  opacity: 0;
  visibility: hidden;
}
.crossService-wrapper .list .pic {
  position: relative;
}
.crossService-wrapper .list .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url(../img/shadow.png) no-repeat center bottom;
  background-size: 100%;
}
.crossService-wrapper .list .info,
.crossService-wrapper .list .hidebox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.crossService-wrapper .list .info {
  padding: 0 0.32rem 0.24rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.crossService-wrapper .list h5 {
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.06rem;
}
.crossService-wrapper .list .en {
  font-size: 12px;
  font-family: "mr";
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
  text-transform: uppercase;
}
.crossService-wrapper .list .hidebox {
  background-color: #c0a464;
  padding: 0.34rem 0.4rem 0.2rem;
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.crossService-wrapper .list .name {
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.3rem;
}
.crossService-wrapper .list .desc {
  font-size: var(--fs16);
  color: #fff;
  font-family: "light";
  line-height: 0.28rem;
  margin-top: 0.1rem;
}
.relocation-wrapper .item {
  position: relative;
}
.relocation-wrapper .item:first-child {
  margin-bottom: 1.2rem;
}
.relocation-wrapper .item:first-child .info {
  position: absolute;
  left: 1.2rem;
  top: 0;
  width: 30.6%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.relocation-wrapper .item:first-child .line {
  width: 0.44rem;
  height: 0.03rem;
  margin-bottom: 0.32rem;
}
.relocation-wrapper .item:first-child h5 {
  font-size: 0.42rem;
}
.relocation-wrapper .item:not(:first-child) {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 0.6rem;
}
.relocation-wrapper .item:not(:first-child):last-child {
  margin-bottom: 0;
}
.relocation-wrapper .item:not(:first-child):nth-child(odd) {
  flex-direction: row-reverse;
}
.relocation-wrapper .item:not(:first-child) .pic,
.relocation-wrapper .item:not(:first-child) .info {
  width: 50%;
}
.relocation-wrapper .item:not(:first-child) .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.relocation-wrapper .item:not(:first-child) .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0 1rem;
  background-color: #f6f6f6;
}
.relocation-wrapper .item:not(:first-child) .line {
  width: 0.35rem;
  height: 2px;
}
.relocation-wrapper .item .inner {
  width: 100%;
}
.relocation-wrapper .line {
  background-color: #000;
  opacity: 0.2;
  margin-bottom: 0.36rem;
}
.relocation-wrapper h5 {
  font-size: var(--fs36);
  color: #000;
  line-height: 0.48rem;
  font-family: "medium";
  margin-bottom: 0.25rem;
}
.relocation-wrapper .desc {
  font-family: "light";
  font-size: var(--fs18);
  line-height: 0.32rem;
  color: #666;
}
.page-title-box {
  text-align: center;
  margin-bottom: 0.42rem;
}
.page-title-box.white h3,
.page-title-box.white p {
  color: #fff;
}
.page-title-box h3 {
  font-size: 0.42rem;
  color: #000;
  line-height: 0.48rem;
  font-weight: 700;
}
.page-title-box p {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.05rem;
}
.news-wrapper .first-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 0.5rem;
}
.news-wrapper .first-box:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .first-box:hover .title {
  color: #c0a464;
}
.news-wrapper .first-box .pic,
.news-wrapper .first-box .info {
  width: 50%;
}
.news-wrapper .first-box .pic {
  display: block;
}
.news-wrapper .first-box .pic img {
  height: 4.5rem;
  object-fit: cover;
}
.news-wrapper .first-box .info {
  padding: 0.6rem 1rem 0.6rem 0.88rem;
  box-shadow: 0px 0px 30px 0px rgba(4, 0, 0, 0.1);
}
.news-wrapper .first-box .desc {
  -webkit-line-clamp: 3;
  height: 0.9rem;
}
.news-wrapper .first-box .title {
  display: block;
  font-size: var(--fs30);
  color: #000;
  line-height: 0.4rem;
  -webkit-line-clamp: 2;
  height: 0.8rem;
  margin: 0.1rem auto 0.2rem;
}
.news-wrapper .first-box .btn {
  margin-top: 0.58rem;
}
.news-wrapper .title {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 0.3rem;
  height: 0.3rem;
  font-family: "medium";
}
.news-wrapper .desc {
  font-size: var(--fs16);
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.3rem;
}
.news-wrapper .first-box .btn,
.news-wrapper li .btn {
  display: inline-block;
  font-size: var(--fs16);
  color: #c0a464;
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  line-height: 0.24rem;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.news-wrapper .first-box .btn:hover,
.news-wrapper li .btn:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.news-wrapper .time {
  font-size: var(--fs16);
  color: #c5c8ca;
  font-family: "medium";
  line-height: 0.2rem;
}
.news-wrapper .list ul {
  list-style: none;
}
.news-wrapper li {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0.45rem 0.5rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-wrapper li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.news-wrapper li:hover {
  background-color: #f6f6f6;
}
.news-wrapper li:hover:after {
  background-color: #f6f6f6;
}
.news-wrapper li:hover .title {
  color: #c0a464;
}
.news-wrapper li:hover .date {
  color: #e3cc86;
}
.news-wrapper li:hover .date:before {
  opacity: 1;
  visibility: visible;
}
.news-wrapper li:hover .date .day {
  color: #fff;
}
.news-wrapper li:hover .date p {
  color: rgba(255, 255, 255, 0.8);
}
.news-wrapper li .info {
  flex: 1;
  overflow: hidden;
  position: relative;
  margin-left: 0.46rem;
  padding-right: 2.58rem;
}
.news-wrapper li .title {
  font-size: var(--fs24);
  color: #333;
  margin-bottom: 0.1rem;
}
.news-wrapper li .desc {
  height: 0.6rem;
}
.news-wrapper li .time {
  display: none;
}
.news-wrapper li .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.news-wrapper .date {
  width: 0.96rem;
  height: 0.94rem;
  border: solid 1px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.news-wrapper .date:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: linear-gradient(90deg, #e8d18b 0%, #c0a564 100%), linear-gradient(#3367b3, #3367b3);
  background-blend-mode: normal, normal;
  transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
.news-wrapper .date span {
  display: block;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.news-wrapper .date .day {
  font-size: var(--fs36);
  color: #c0a464;
  font-family: "mb";
  line-height: 0.3rem;
}
.news-wrapper .date p {
  font-size: var(--fs14);
  font-family: "light";
  color: #c0a464;
  line-height: 0.22rem;
  margin-top: 0.07rem;
}
.newsinfo-wrapper.download .right {
  height: 100%;
  position: sticky;
  top: 1.2rem;
}
.newsinfo-wrapper.download .right .return:first-child img {
  width: 0.2rem;
}
.newsinfo-wrapper .content,
.newsinfo-wrapper .content div,
.newsinfo-wrapper .content p {
  color: #000;
}
.newsinfo-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.newsinfo-wrapper .left {
  width: 67.7%;
}
.newsinfo-wrapper .top {
  margin-bottom: 0.44rem;
}
.newsinfo-wrapper .top h1 {
  font-size: var(--fs36);
  color: #c0a464;
  line-height: 0.48rem;
  font-weight: 700;
}
.newsinfo-wrapper .other {
  font-size: 0;
  margin-top: 0.3rem;
}
.newsinfo-wrapper .other span {
  display: inline-block;
  font-family: "mb";
  font-size: 14px;
  color: #ccc;
  margin-right: 0.2rem;
  line-height: 24px;
}
.newsinfo-wrapper .other img {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 0.08rem;
}
.newsinfo-wrapper .content {
  display: inline-block;
}
.newsinfo-wrapper .right {
  width: 26.2%;
}
.newsinfo-wrapper .right ul {
  list-style: none;
  margin-top: 0.42rem;
}
.newsinfo-wrapper .right ul li {
  border-bottom: 1px solid #e9eaeb;
}
.newsinfo-wrapper .right ul li:first-child {
  border-top: 1px solid #e9eaeb;
}
.newsinfo-wrapper .right ul li:hover a {
  color: #c0a464;
  font-weight: 700;
}
.newsinfo-wrapper .right ul a {
  font-size: var(--fs18);
  color: #666;
  font-family: "light";
  height: 0.7rem;
  line-height: 0.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.newsinfo-wrapper .caption {
  font-size: var(--fs30);
  font-weight: 700;
  color: #393435;
  line-height: 0.36rem;
}
.newsinfo-wrapper .en {
  color: rgba(0, 0, 0, 0.25);
  font-family: "en_regular";
  line-height: 24px;
  margin-top: 0.04rem;
  text-transform: uppercase;
}
.newsinfo-wrapper .first {
  margin-top: 0.33rem;
}
.newsinfo-wrapper .first:hover .pic:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.newsinfo-wrapper .first:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.newsinfo-wrapper .first:hover .title {
  color: #b7964c;
}
.newsinfo-wrapper .first a {
  display: block;
  margin-bottom: 0.3rem;
}
.newsinfo-wrapper .first .title {
  font-size: var(--fs20);
  color: #c0a464;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  font-family: "medium";
  line-height: 0.3rem;
  margin-top: 0.23rem;
}
.newsinfo-wrapper .relative-box {
  margin-top: 0.48rem;
}
.newsinfo-wrapper .relative-box p,
.newsinfo-wrapper .relative-box p a {
  font-size: var(--fs16);
  font-family: "light";
}
.newsinfo-wrapper .relative-box p {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  color: #999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.newsinfo-wrapper .relative-box p:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .relative-box p:hover a {
  font-weight: 700;
  color: #c0a464;
}
.newsinfo-wrapper .relative-box p a {
  color: #666;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.newsinfo-wrapper .return {
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  line-height: 0.5rem;
  background-color: #c0a464;
  border-radius: 25px;
  font-size: var(--fs16);
  color: #fff;
  font-family: "light";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.newsinfo-wrapper .return img {
  margin-left: 0.1rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.newsinfo-wrapper .return:hover {
  background-color: #b7964c;
}
.share-box {
  font-size: 0;
  margin-top: 0.4rem;
}
.share-box a {
  position: relative;
  display: inline-block;
  margin-right: 0.15rem;
  width: 0.36rem;
  height: 0.36rem;
}
.share-box a:hover .init {
  opacity: 0;
  visibility: hidden;
}
.share-box a:hover .on {
  opacity: 1;
  visibility: visible;
}
.share-box img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.share-box .on {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1004px) {
  .honor-wrapper .left li:hover {
    z-index: 10;
  }
  .honor-wrapper .left li:hover:before {
    animation: shake 0.5s ease;
  }
  .honor-wrapper .left li:hover .title {
    font-family: "medium";
    color: #c0a464;
  }
  .honor-wrapper .left li:hover .pic {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .honor-wrapper .left li:hover .hidebox {
    opacity: 1;
    visibility: visible;
    right: 110px;
  }
  .filter-box .item a:hover {
    color: #fff;
    background-color: #c0a464;
  }
}
@media screen and (max-width: 1600px) {
  .content,
  .content div,
  .content p {
    line-height: 0.3rem;
  }
  .about-wrapper .part-1 .info {
    padding: 0.34rem 0.34rem 0;
  }
  .about-wrapper .part-1 p {
    margin-top: 0.08rem;
    line-height: 0.3rem;
  }
  .history-wrapper .year {
    font-size: 1.7rem;
    line-height: 1.3rem;
  }
  .filter-box {
    margin-bottom: 0.7rem;
  }
  .eventinfo-wrapper .left li {
    margin-bottom: 0.15rem;
  }
  .eventinfo-wrapper .icon {
    margin-bottom: 0.36rem;
  }
  .eventinfo-wrapper .learn {
    margin-top: 0.5rem;
  }
  .eventinfo-wrapper .left h1 {
    margin-bottom: 0.36rem;
  }
  .contact-wrapper .prev {
    left: -0.74rem;
  }
  .contact-wrapper .next {
    right: -0.74rem;
  }
  .contact-wrapper .map-box .item {
    height: 6rem;
  }
  .contact-wrapper .form .group {
    margin-bottom: 0.15rem;
  }
  .contact-wrapper .form .submit {
    margin-top: 0.35rem;
  }
  .partner-wrapper .pic img {
    height: 1.24rem;
  }
  .service-wrapper .desc {
    margin-top: 0.06rem;
  }
  .service-wrapper li {
    padding: 0.45rem 0;
  }
  .supply-box {
    margin-top: 1.3rem;
    min-height: 6rem;
  }
  .step-wrapper .box-1 li {
    margin-top: 0.6rem;
  }
  .relocation-wrapper h5 {
    margin-bottom: 0.2rem;
  }
  .relocation-wrapper .line {
    margin-bottom: 0.26rem;
  }
  .relocation-wrapper .item:first-child .info {
    left: 1.1rem;
  }
  .relocation-wrapper .item:first-child {
    margin-bottom: 1.1rem;
  }
  .newsinfo-wrapper .relative-box {
    margin-top: 0.4rem;
  }
  .share-box {
    margin-top: 0.3rem;
  }
  .newsinfo-wrapper .relative-box p {
    margin-bottom: 0.05rem;
  }
  .newsinfo-wrapper .right ul a {
    height: 0.64rem;
    line-height: 0.64rem;
  }
  .news-wrapper li .info {
    padding-right: 2.3rem;
  }
  .estate-wrapper .bottom span {
    margin-right: 0.2rem;
  }
  .estate-wrapper .info {
    padding: 0.36rem 0.4rem 0.48rem 0.48rem;
  }
  .estate-wrapper .desc {
    margin-bottom: 0.2rem;
  }
  .estate-wrapper .estate-box li {
    margin-top: 0.9rem;
  }
  .estateinfo-wrapper .price {
    margin: 0.32rem auto 0.24rem;
  }
  .estateinfo-wrapper .params li {
    margin-top: 0.1rem;
  }
  .global-wrapper .global-box ul li {
    margin-bottom: 1.1rem;
  }
  .global-wrapper .desc p {
    margin-bottom: 0.15rem;
  }
  .global-wrapper .desc {
    margin: 0.3rem auto 0.48rem;
  }
  .news-wrapper .first-box .pic img {
    height: 4.06rem;
  }
  .estate-wrapper .pic > img {
    height: 3.7rem;
  }
  .news-wrapper .first-box .info {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .history-wrapper .year {
    font-size: 1.6rem;
    line-height: 1.2rem;
  }
  .filter-box .list,
  .filter-box .list a {
    font-size: 14px;
  }
  .eventinfo-wrapper .left h1 {
    margin-bottom: 0.3rem;
  }
  .eventinfo-wrapper .right {
    padding: 0.6rem;
  }
  .eventinfo-wrapper .learn {
    margin-top: 0.4rem;
  }
  .contact-wrapper .box-1 .address {
    margin-top: 0.1rem;
  }
  .service-wrapper .desc {
    font-size: 14px;
  }
  .step-wrapper .box-1 .desc {
    font-size: 14px;
  }
  .relocation-wrapper .item:not(:first-child) .info {
    padding: 0 0.9rem;
  }
  .relocation-wrapper .item:first-child .info {
    left: 1rem;
  }
  .relocation-wrapper .item:first-child {
    margin-bottom: 1rem;
  }
  .newsinfo-wrapper .other {
    margin-top: 0.24rem;
  }
  .news-wrapper li .info {
    padding-right: 2.1rem;
  }
  .news-wrapper li .title {
    margin-bottom: 0.06rem;
  }
  .news-wrapper .first-box .title {
    line-height: 0.36rem;
    height: 0.72rem;
    margin-bottom: 0.14rem;
  }
  .news-wrapper .first-box .btn {
    margin-top: 0.44rem;
  }
  .estate-wrapper .estate-box li {
    margin-top: 0.8rem;
  }
  .estate-wrapper .info {
    padding-left: 0.44rem;
  }
  .estate-wrapper .bottom span {
    margin-right: 0.16rem;
  }
  .estate-wrapper .bottom b {
    margin-right: 0.06rem;
  }
  .global-wrapper .global-box ul li {
    margin-bottom: 1rem;
  }
  .global-wrapper .desc p {
    margin-bottom: 0.1rem;
  }
  .global-wrapper .desc {
    margin-top: 0.2rem;
  }
  .estateinfo-wrapper .caption .icon svg {
    width: 0.3rem;
    top: -0.06rem;
  }
}
@media screen and (max-width: 1366px) {
  .history-wrapper .year {
    font-size: 1.5rem;
    line-height: 1.1rem;
  }
}
@media screen and (max-width: 1004px) {
  .content,
  .content div,
  .content p {
    line-height: 0.48rem;
    font-size: var(--fs16);
  }
  .about-wrapper .part-1 {
    display: block;
  }
  .about-wrapper .part-1 .pic {
    width: 100%;
  }
  .about-wrapper .part-1 .info {
    padding: 0.8rem 0.6rem 0;
  }
  .about-wrapper .part-1 .since {
    font-size: var(--fs72);
    line-height: 0.48rem;
  }
  .about-wrapper .part-1 p {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-top: 0.1rem;
  }
  .about-wrapper .content {
    width: 100%;
    margin-top: 0.6rem;
  }
  .about-wrapper .part-2 {
    margin-top: 0.6rem;
  }
  .honor-wrapper .left {
    width: 100%;
  }
  .honor-wrapper .left li {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.6rem;
  }
  .honor-wrapper .left li:nth-last-child(-n+4) .pic {
    top: auto;
    bottom: -80px;
  }
  .honor-wrapper .left li .pic {
    position: static;
    width: 2.4rem;
    padding: 0.1rem;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .honor-wrapper .left .title {
    flex: 1;
    margin-right: 0.4rem;
    height: auto;
    max-height: 1.76rem;
    font-size: var(--fs16);
    line-height: 0.44rem;
    -webkit-line-clamp: 4;
  }
  .honor-wrapper .left .icon {
    width: 0.26rem;
    transform: none;
    top: 0.36rem;
  }
  .honor-wrapper .right {
    display: none;
  }
  .history-wrapper .year-box {
    border-width: 1px;
  }
  .history-wrapper .year-box .swiper-slide {
    width: 20%;
    font-size: var(--fs18);
    padding-bottom: 0.44rem;
    background-size: 2.4rem;
  }
  .history-wrapper .detail-box .swiper-slide {
    display: block;
  }
  .history-wrapper .detail-box .pic {
    width: 100%;
  }
  .history-wrapper .detail-box .info {
    padding-bottom: 0.8rem;
    margin-top: 0.8rem;
  }
  .history-wrapper .detail-box .btn,
  .history-wrapper .detail-box .info {
    width: 100%;
  }
  .history-wrapper .year {
    font-size: 1.2rem;
    line-height: 1rem;
  }
  .history-wrapper .line {
    width: 0.64rem;
    margin: 0.4rem 0;
  }
  .history-wrapper .desc,
  .history-wrapper .desc li {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .history-wrapper .desc li {
    padding-left: 0.4rem;
  }
  .history-wrapper .desc li:before {
    width: 4px;
    height: 4px;
    top: calc((0.4rem - 4px) / 2);
  }
  .history-wrapper .btn {
    position: static;
  }
  .history-wrapper .btn a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .history-wrapper .btn .prev {
    margin-right: 0.3rem;
  }
  .user-wrapper .main {
    width: calc((100% - 0.6rem));
    padding: 0.6rem;
    border-radius: 10px;
  }
  .user-wrapper h5 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
  }
  .user-wrapper .group {
    margin-bottom: 0.3rem;
  }
  .user-wrapper .group img {
    left: 0.2rem;
    width: 0.3rem;
  }
  .user-wrapper .text {
    height: 0.8rem;
    line-height: 0.76rem;
    padding-left: 0.6rem;
  }
  .user-wrapper .bottom,
  .user-wrapper .btns {
    margin-top: 0.36rem;
  }
  .user-wrapper .bottom {
    line-height: 20px;
  }
  .user-wrapper .checkbox label i {
    width: 12px;
    height: 12px;
  }
  .user-wrapper .btns a,
  .user-wrapper .btn {
    line-height: 0.76rem;
    font-size: var(--fs16);
  }
  .user-wrapper .btns a {
    margin-bottom: 8px;
  }
  .user-wrapper .btn {
    font-size: var(--fs14);
  }
  .info-modal {
    left: 0.3rem;
    margin-left: auto;
    width: calc((100% - 0.6rem));
    border-radius: 5px;
  }
  .info-modal.map {
    left: 0.3rem;
    width: calc((100% - 0.6rem));
  }
  .info-modal h2 {
    font-size: var(--fs20);
    line-height: 1.2rem;
    padding: 0 0.3rem;
  }
  .info-modal .content {
    padding: 0.3rem;
    min-height: 2.4rem;
    max-height: 9.6rem;
  }
  .info-modal .close {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: -0.15rem;
  }
  .info-modal #bigMap {
    height: 7rem;
  }
  .filter-box {
    margin-bottom: 0.4rem;
  }
  .filter-box .item {
    line-height: 0.42rem;
    margin-bottom: 0.3rem;
    padding-bottom: 0.1rem;
    align-items: flex-start;
  }
  .filter-box .item:last-child {
    padding-bottom: 0;
  }
  .filter-box .item.normal b {
    margin-right: 0.3rem;
  }
  .filter-box .item a {
    min-width: 0.5rem;
    padding: 0 0.12rem;
    line-height: 0.42rem;
    margin-bottom: 0.12rem;
    margin-right: 0.1rem;
  }
  .filter-box b {
    font-size: var(--fs14);
    line-height: 0.42rem;
  }
  .filter-box .condition.active {
    flex: 1;
  }
  .filter-box .list,
  .filter-box .list a {
    font-size: var(--fs14);
  }
  .estate-wrapper {
    margin-top: 0.6rem;
  }
  .estate-wrapper .estate-box li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .estate-wrapper .estate-box li:last-child {
    margin-bottom: 0;
  }
  .estate-wrapper .tag {
    width: 1.4rem;
    height: 1.39rem;
  }
  .estate-wrapper .tag span {
    top: 0.2rem;
    left: 0.16rem;
    font-size: 0.24rem;
    line-height: 0.48rem;
  }
  .estate-wrapper .pic:before {
    height: 3rem;
  }
  .estate-wrapper .base {
    bottom: 0.2rem;
    padding: 0 0.3rem;
  }
  .estate-wrapper .price,
  .estate-wrapper .local {
    font-size: var(--fs14);
  }
  .estate-wrapper .price b {
    font-size: var(--fs24);
    margin: 0 0.1rem;
  }
  .estate-wrapper .local img {
    width: 0.24rem;
    margin-right: 0.16rem;
    top: -1px;
  }
  .estate-wrapper .info {
    padding: 0.5rem 0.4rem;
  }
  .estate-wrapper .info h5 {
    font-size: var(--fs18);
    line-height: 0.48rem;
    height: 0.48rem;
    padding-right: 0.6rem;
  }
  .estate-wrapper .info h5:after {
    width: 0.32rem;
  }
  .estate-wrapper .desc {
    font-size: 0.26rem;
    line-height: 0.44rem;
    height: 0.88rem;
    margin: 0.24rem auto 0.36rem;
  }
  .estate-wrapper .bottom span {
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .estate-wrapper .bottom span:last-child {
    margin-bottom: 0;
  }
  .estate-wrapper .bottom i {
    padding-left: 0.36rem;
    font-size: var(--fs14);
  }
  .estate-wrapper .bottom i:before {
    width: 0.24rem;
    height: 0.24rem;
    margin-top: -0.12rem;
  }
  .estate-wrapper .bottom b {
    font-size: var(--fs16);
    margin-right: 0.12rem;
  }
  .estateinfo-wrapper {
    margin-top: 0.48rem;
  }
  .estateinfo-wrapper .box-container > div {
    margin-bottom: 1rem;
  }
  .estateinfo-wrapper .caption {
    font-size: var(--fs24);
    margin-bottom: 0.36rem;
  }
  .estateinfo-wrapper .caption span {
    padding-bottom: 0.12rem;
  }
  .estateinfo-wrapper .caption .icon svg {
    width: 0.36rem;
  }
  .estateinfo-wrapper .part-1,
  .estateinfo-wrapper .part-2,
  .estateinfo-wrapper .part-5 {
    display: block;
  }
  .estateinfo-wrapper .video-box {
    width: 100%;
  }
  .estateinfo-wrapper .info-box {
    width: 100%;
    padding-top: 0;
    margin-top: 0.6rem;
  }
  .estateinfo-wrapper .info-box h2 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .estateinfo-wrapper .price {
    margin: 0.4rem auto 0.3rem;
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .estateinfo-wrapper .price b {
    font-size: var(--fs30);
  }
  .estateinfo-wrapper .params {
    padding-top: 0.36rem;
  }
  .estateinfo-wrapper .params ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .estateinfo-wrapper .params li {
    width: 48%;
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: 0.12rem;
    padding-right: 0;
  }
  .estateinfo-wrapper .params li:nth-child(2) {
    margin-top: 0;
  }
  .estateinfo-wrapper .params li:nth-child(3) {
    margin-top: 0.12rem;
  }
  .estateinfo-wrapper .params li:nth-child(3n+1) {
    width: 48%;
  }
  .estateinfo-wrapper .params li:nth-child(3n+1):last-child {
    width: 100%;
  }
  .estateinfo-wrapper .params li b {
    margin-right: 0.08rem;
  }
  .estateinfo-wrapper .params li img {
    width: 0.28rem;
  }
  .estateinfo-wrapper .part-1 .desc {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .estateinfo-wrapper .part-2 li {
    height: 0.8rem;
    margin-bottom: 0.1rem;
  }
  .estateinfo-wrapper .part-2 .date {
    font-size: var(--fs14);
  }
  .estateinfo-wrapper .part-2 .title {
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.26rem;
  }
  .estateinfo-wrapper .part-2 .download {
    font-size: 0;
  }
  .estateinfo-wrapper .part-2 .download i {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0;
  }
  .estateinfo-wrapper .part-3 .swiper-container {
    padding: 0.48rem 0.3rem;
    margin: 0 -0.3rem;
  }
  .estateinfo-wrapper .part-3 .swiper-slide {
    width: 48%;
    padding: 0.6rem 0.3rem;
  }
  .estateinfo-wrapper .part-3 h5 {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .estateinfo-wrapper .part-3 .brief {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }
  .estateinfo-wrapper .part-3 .key {
    width: 0.8rem;
    height: 0.8rem;
    font-size: var(--fs16);
  }
  .estateinfo-wrapper .part-3 .key span {
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .estateinfo-wrapper .part-2 .left,
  .estateinfo-wrapper .part-5 .left {
    width: 100%;
  }
  .estateinfo-wrapper .part-2 .right,
  .estateinfo-wrapper .part-5 .right {
    width: 100%;
    margin-top: 1rem;
  }
  .estateinfo-wrapper .part-4 {
    margin-top: -0.2rem;
  }
  .estateinfo-wrapper .part-4 .swiper-slide {
    width: 80%;
  }
  .estateinfo-wrapper .part-4 .info {
    bottom: -2rem;
    padding: 0 0.3rem 0.3rem;
  }
  .estateinfo-wrapper .part-4 h5 {
    font-size: var(--fs16);
    line-height: 0.44rem;
    height: 0.44rem;
  }
  .estateinfo-wrapper .part-4 p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0;
  }
  .estateinfo-wrapper .part-5 .left li {
    min-height: 1rem;
  }
  .estateinfo-wrapper .part-5 .left h6 {
    font-size: var(--fs14);
    line-height: 0.48rem;
  }
  .estateinfo-wrapper .part-5 .key {
    width: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
    margin-right: 0.3rem;
  }
  .estateinfo-wrapper .map {
    height: 4.2rem;
  }
  .swiper-btn.normal {
    width: 0.3rem;
    height: 0.4rem;
  }
  .swiper-btn.normal.prev {
    left: -0.3rem;
  }
  .swiper-btn.normal.next {
    right: -0.3rem;
  }
  .global-wrapper .global-box ul li {
    display: block;
    margin-bottom: 0.8rem;
  }
  .global-wrapper .info,
  .global-wrapper .pic {
    width: 100%;
  }
  .global-wrapper .info {
    margin-top: 0.48rem;
  }
  .global-wrapper .name {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .global-wrapper .desc {
    line-height: 0.48rem;
    margin: 0.16rem auto 0.5rem;
  }
  .global-wrapper .desc p {
    font-size: var(--fs14);
    padding-left: 0.4rem;
    margin-bottom: 0.12rem;
  }
  .global-wrapper .desc p img {
    top: 0.12rem;
    width: 0.24rem;
  }
  .globalinfo-wrapper {
    margin-top: 1rem;
  }
  .globalinfo-wrapper .caption {
    font-size: var(--fs20);
  }
  .globalinfo-wrapper .box-1 {
    display: block;
  }
  .globalinfo-wrapper .left {
    width: 100%;
  }
  .globalinfo-wrapper .left h2 {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .globalinfo-wrapper .left .en {
    font-size: 0.24rem;
    margin: 0.08rem auto 0.48rem;
    line-height: 0.36rem;
  }
  .globalinfo-wrapper .content {
    font-size: 0.26rem;
    line-height: 0.44rem;
    margin-bottom: 0.4rem;
  }
  .globalinfo-wrapper .right {
    width: 100%;
    height: auto;
    padding: 0.6rem;
    margin-top: 0.8rem;
  }
  .globalinfo-wrapper .right ul {
    margin-bottom: 0.6rem;
  }
  .globalinfo-wrapper .right h4 {
    margin-bottom: 0.3rem;
    line-height: 0.7rem;
  }
  .globalinfo-wrapper .right h4 img {
    width: 0.7rem;
    margin-right: 0.24rem;
  }
  .globalinfo-wrapper .right li {
    margin-bottom: 0.3rem;
  }
  .globalinfo-wrapper .right li:nth-child(-n+2) h5 {
    font-size: var(--fs20);
  }
  .globalinfo-wrapper .right h5 {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .globalinfo-wrapper .right p {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .globalinfo-wrapper .return {
    line-height: 0.8rem;
    font-size: 0.26rem;
  }
  .globalinfo-wrapper .return img {
    margin-right: 0.3rem;
    width: 0.4rem;
  }
  .globalinfo-wrapper .box-2 {
    margin-top: 0.8rem;
  }
  .globalinfo-wrapper .box-2 > ul > li {
    width: calc(100% / 2 - 0.24rem);
  }
  .event-wrapper .recommend-box {
    display: block;
    margin-bottom: 0.4rem;
  }
  .event-wrapper .recommend-box .pic,
  .event-wrapper .recommend-box .info {
    width: 100%;
  }
  .event-wrapper .recommend-box .info {
    padding: 0.6rem 0.4rem;
  }
  .event-wrapper .recommend-box .title {
    height: 0.96rem;
    font-size: var(--fs20);
  }
  .event-wrapper .recommend-box .desc {
    -webkit-line-clamp: 3;
    height: 1.44rem;
  }
  .event-wrapper .recommend-box .btns a {
    margin-right: 0.3rem;
  }
  .event-wrapper .date {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .event-wrapper .title {
    line-height: 0.48rem;
  }
  .event-wrapper .desc {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .event-wrapper .event-box .title {
    font-size: var(--fs18);
    height: 0.48rem;
  }
  .event-wrapper .event-box .desc {
    height: 1.44rem;
  }
  .event-wrapper .event-box li {
    display: block;
    margin-bottom: 0.3rem;
  }
  .event-wrapper .event-box .pic {
    width: 100%;
  }
  .event-wrapper .event-box .info {
    width: 100%;
    padding: 0.6rem 0.4rem;
  }
  .event-wrapper .event-box .title {
    margin-bottom: 0.2rem;
    -webkit-line-clamp: 2;
    height: 0.96rem;
  }
  .event-wrapper .event-box .desc {
    margin-bottom: 0.32rem;
  }
  .event-wrapper .event-box .btns {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    position: static;
    transform: none;
  }
  .event-wrapper .event-box .btns a {
    margin-bottom: 0;
    margin-right: 0.3rem;
  }
  .event-wrapper .event-box .btns a:last-child {
    margin-right: 0;
  }
  .learn {
    width: 1.6rem;
    line-height: 0.6rem;
    font-size: var(--fs14);
  }
  .learn.mid {
    width: 1.9rem;
  }
  .learn.mid img {
    width: 0.2rem;
  }
  .eventinfo-wrapper .box-container {
    display: block;
  }
  .eventinfo-wrapper .left {
    width: 100%;
    top: 0;
    height: auto;
    position: static;
  }
  .eventinfo-wrapper .left .date {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .eventinfo-wrapper .left h1 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin: 0.12rem auto 0.36rem;
  }
  .eventinfo-wrapper .left li {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-bottom: 0.36rem;
    padding-left: 0.6rem;
  }
  .eventinfo-wrapper .left li img {
    width: 0.48rem;
  }
  .eventinfo-wrapper .learn {
    margin-top: 0.48rem;
  }
  .eventinfo-wrapper .icon {
    width: 0.8rem;
    margin-bottom: 0.3rem;
  }
  .eventinfo-wrapper .right {
    width: 100%;
    padding: 0.6rem 0.4rem;
    margin-top: 0.8rem;
  }
  .eventinfo-wrapper .right h3 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .download-wrapper li {
    display: block;
    height: auto;
    margin-bottom: 0.3rem;
    line-height: 0.44rem;
    padding: 0.3rem 1rem 0.3rem 0.3rem;
    position: relative;
  }
  .download-wrapper .title {
    font-size: var(--fs16);
    height: auto;
    max-height: 0.88rem;
    -webkit-line-clamp: 2;
    margin: 0 auto;
  }
  .download-wrapper .time {
    font-size: var(--fs16);
  }
  .download-wrapper .download {
    font-size: 0;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .download-wrapper .download i {
    width: 0.36rem;
    height: 0.3rem;
    margin-right: 0;
  }
  .contact-wrapper .box-1 .swiper-slide {
    width: 48%;
    padding-top: 0.3rem;
  }
  .contact-wrapper .box-1 .name {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .contact-wrapper .box-1 .en {
    line-height: 0.32rem;
  }
  .contact-wrapper .box-1 .address {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .contact-wrapper .map-box {
    margin-top: 0.8rem;
  }
  .contact-wrapper .map-box .item {
    height: 4.2rem;
  }
  .contact-wrapper .swiper-box {
    padding-bottom: 1rem;
  }
  .contact-wrapper .swiper-btn {
    width: 0.56rem;
    height: 0.56rem;
    top: auto;
    transform: none;
    bottom: 0%;
  }
  .contact-wrapper .prev {
    left: calc(50% - 0.7rem);
  }
  .contact-wrapper .next {
    right: calc(50% - 0.7rem);
  }
  .contact-wrapper .box-2 .pic {
    display: none;
  }
  .contact-wrapper .box-2 .form {
    width: 100%;
  }
  .contact-wrapper .form .group {
    margin-bottom: 0.2rem;
  }
  .contact-wrapper .form .text,
  .contact-wrapper .form .submit {
    height: 0.8rem;
  }
  .contact-wrapper .form .text,
  .contact-wrapper .form .msg {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .contact-wrapper .form .msg {
    height: 3rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    line-height: 0.44rem;
  }
  .contact-wrapper .form .submit {
    line-height: 0.76rem;
    font-size: var(--fs16);
  }
  .mapinfo {
    width: 4rem;
    padding: 0.24rem;
  }
  .mapinfo .info {
    margin-top: 0.3rem;
  }
  .mapinfo h5 {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .mapinfo p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0;
  }
  .partner-wrapper .pic {
    border-radius: 0.1rem;
  }
  .partner-wrapper .pic img {
    height: 0.8rem;
  }
  .partner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 6px;
    height: 6px;
  }
  .service-wrapper li {
    width: 100%;
    padding: 0.4rem 0;
  }
  .service-wrapper li:nth-child(2) {
    border-top: none;
  }
  .service-wrapper .pic {
    width: 2.3rem;
  }
  .service-wrapper .info {
    padding-left: 0.4rem;
  }
  .service-wrapper .name {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .service-wrapper .name span {
    font-size: var(--fs14);
    margin-left: 0.14rem;
  }
  .service-wrapper .desc {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.06rem;
  }
  .more {
    width: 2rem;
    line-height: 0.72rem;
    font-size: var(--fs14);
  }
  .step-wrapper .box-1 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .step-wrapper .box-1 li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    border-radius: 0.1rem;
  }
  .step-wrapper .box-1 li:nth-child(3),
  .step-wrapper .box-1 li:nth-child(4) {
    margin-top: 0.3rem;
  }
  .step-wrapper .box-1 .pic span {
    width: 0.8rem;
    line-height: 0.64rem;
    font-size: var(--fs16);
  }
  .step-wrapper .box-1 .info {
    padding: 0.4rem 0.24rem;
  }
  .step-wrapper .box-1 h5 {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .step-wrapper .box-1 .desc {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: 0.06rem;
    min-height: inherit;
  }
  .supply-box {
    margin-top: 1rem;
    min-height: 4.8rem;
    background-attachment: inherit;
  }
  .supply-box h5 {
    font-size: var(--fs17);
  }
  .supply-box .brief {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin: 0.1rem auto 0.6rem;
  }
  .crossService-wrapper .first-box {
    display: block;
  }
  .crossService-wrapper .first-box .pic {
    width: 100%;
  }
  .crossService-wrapper .first-box .info {
    width: 100%;
    margin-top: 0.6rem;
  }
  .crossService-wrapper .first-box h3 {
    font-size: var(--fs20);
    margin-bottom: 0.16rem;
  }
  .crossService-wrapper .first-box .line {
    width: 0.5rem;
    height: 0.04rem;
  }
  .crossService-wrapper .first-box .desc {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-top: 0.3rem;
  }
  .crossService-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .crossService-wrapper .list li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .crossService-wrapper .list li:nth-child(3),
  .crossService-wrapper .list li:nth-child(4) {
    margin-top: 0.3rem;
  }
  .crossService-wrapper .list .info {
    padding: 0 0.2rem 0.3rem;
  }
  .crossService-wrapper .list h5 {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-bottom: 0.04rem;
  }
  .crossService-wrapper .list .en {
    line-height: 16px;
  }
  .crossService-wrapper .list .hidebox {
    padding: 0.3rem;
  }
  .crossService-wrapper .list .name {
    font-size: var(--fs18);
    line-height: 0.48rem;
    display: none;
  }
  .crossService-wrapper .list .desc {
    line-height: 0.36rem;
    margin-top: 0;
    font-size: 0.24rem;
    max-height: 2.88rem;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .crossService-wrapper .list .desc::-webkit-scrollbar {
    width: 2px;
    background-color: #f2e3c0;
  }
  .crossService-wrapper .list .desc::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
  .relocation-wrapper .item:first-child {
    margin-bottom: 0.3rem;
  }
  .relocation-wrapper .item:first-child .info {
    position: static;
    width: 100%;
    height: auto;
    background: #f6f6f6;
    padding: 0.48rem 0.3rem;
  }
  .relocation-wrapper .item:first-child .line {
    width: 0.48rem;
    height: 0.04rem;
    margin-bottom: 0.24rem;
  }
  .relocation-wrapper .item:first-child h5 {
    font-size: var(--fs20);
  }
  .relocation-wrapper .item:not(:first-child) {
    display: block;
    margin-bottom: 0.3rem;
  }
  .relocation-wrapper .item:not(:first-child) .pic,
  .relocation-wrapper .item:not(:first-child) .info {
    width: 100%;
  }
  .relocation-wrapper .item:not(:first-child) .info {
    padding: 0.48rem 0.3rem;
  }
  .relocation-wrapper .item:not(:first-child) .line {
    width: 0.48rem;
    height: 0.04rem;
  }
  .relocation-wrapper .line {
    margin-bottom: 0.24rem;
  }
  .relocation-wrapper h5 {
    font-size: var(--fs20);
    margin-bottom: 0.2rem;
  }
  .relocation-wrapper .desc {
    font-size: var(--fs14);
    line-height: 0.44rem;
  }
  .page-title-box {
    margin-bottom: 0.48rem;
  }
  .page-title-box p {
    font-size: 0.26rem;
    line-height: 0.44rem;
    margin-top: 0.1rem;
  }
  .news-wrapper .first-box {
    display: block;
    margin-bottom: 0.6rem;
  }
  .news-wrapper .first-box .pic,
  .news-wrapper .first-box .info {
    width: 100%;
  }
  .news-wrapper .first-box .pic img {
    height: 4.04rem;
  }
  .news-wrapper .first-box .info {
    padding: 0.56rem 0.4rem;
  }
  .news-wrapper .first-box .desc {
    height: 1.32rem;
  }
  .news-wrapper .first-box .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    height: 0.96rem;
    margin: 0.12rem auto 0.3rem;
  }
  .news-wrapper .first-box .btn {
    margin-top: 0.4rem;
  }
  .news-wrapper .title {
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .news-wrapper .desc {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .news-wrapper .first-box .btn,
  .news-wrapper li .btn {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.4rem;
  }
  .news-wrapper .time {
    line-height: 0.32rem;
  }
  .news-wrapper li {
    display: block;
    padding: 0.56rem 0.4rem;
  }
  .news-wrapper li .info {
    margin-left: auto;
    padding-right: 0;
  }
  .news-wrapper li .title {
    font-size: var(--fs18);
    margin-bottom: 0.12rem;
  }
  .news-wrapper li .desc {
    height: 0.88rem;
  }
  .news-wrapper li .time {
    display: block;
    margin-bottom: 0.12rem;
  }
  .news-wrapper li .btn {
    position: static;
    transform: none;
  }
  .news-wrapper .date {
    display: none;
  }
  .newsinfo-wrapper.download .right {
    position: static;
  }
  .newsinfo-wrapper.download .right .return:first-child img {
    width: 0.3rem;
  }
  .newsinfo-wrapper .box-container {
    display: block;
  }
  .newsinfo-wrapper .left {
    width: 100%;
  }
  .newsinfo-wrapper .top {
    margin-bottom: 0.48rem;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs30);
    line-height: 0.6rem;
  }
  .newsinfo-wrapper .other span {
    margin-right: 0.3rem;
  }
  .newsinfo-wrapper .other img {
    height: 12px;
    margin-right: 0.12rem;
  }
  .newsinfo-wrapper .right {
    width: 100%;
    margin-top: 1rem;
  }
  .newsinfo-wrapper .right ul {
    margin-top: 0.5rem;
  }
  .newsinfo-wrapper .right ul a {
    font-size: var(--fs15);
    height: 1rem;
    line-height: 1rem;
  }
  .newsinfo-wrapper .caption {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .newsinfo-wrapper .en {
    line-height: 20px;
    margin-top: 0.1rem;
  }
  .newsinfo-wrapper .first {
    margin-top: 0.48rem;
  }
  .newsinfo-wrapper .first .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-top: 0.36rem;
  }
  .newsinfo-wrapper .first a {
    margin-bottom: 0.48rem;
  }
  .newsinfo-wrapper .relative-box p,
  .newsinfo-wrapper .relative-box p a {
    font-size: var(--fs14);
  }
  .newsinfo-wrapper .relative-box p {
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .newsinfo-wrapper .return {
    margin: 0.6rem auto 0;
    width: 50%;
    line-height: 0.74rem;
    font-size: var(--fs14);
  }
  .newsinfo-wrapper .return img {
    width: 10px;
    margin-left: 0.2rem;
  }
  .share-box {
    margin-top: 0.6rem;
  }
  .share-box a {
    margin-right: 0.24rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 1rem;
}
.pageNum a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 14px;
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #f2f2f2;
  border-radius: 5px;
  text-align: center;
  font-family: "ml";
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .dot {
  line-height: 0.38rem;
}
.pageNum .btn {
  font-family: "宋体";
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #c0a464;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #c0a464;
  color: #fff;
  font-size: 12px;
}
.page-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.search-wrapper .result {
  margin-bottom: 0.2rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: var(--fs16);
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #cd0000;
  font-family: "mb";
  text-decoration: underline;
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #eee;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #eee;
}
.search-wrapper .list li:hover .title {
  color: #c0a464;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: var(--fs16);
  color: #999;
  font-family: "mr";
}
.book-modal {
  position: fixed;
  width: 5.6rem;
  top: 50%;
  left: 50%;
  margin-left: -2.8rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 40;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  display: none;
}
.book-modal h2 {
  background-color: #c0a464;
  line-height: 0.74rem;
  text-align: center;
  font-size: var(--fs30);
  color: #fff;
}
.book-modal .main {
  position: relative;
}
.book-modal .form {
  padding: 0.6rem;
}
.book-modal .group {
  margin-bottom: 0.2rem;
}
.book-modal .text {
  width: 100%;
  border: 1px solid #eee;
  line-height: 0.54rem;
  padding: 0 0.2rem;
  font-size: var(--fs16);
  transition: border 0.35s ease;
  -webkit-transition: border 0.35s ease;
  -moz-transition: border 0.35s ease;
  -ms-transition: border 0.35s ease;
  -o-transition: border 0.35s ease;
}
.book-modal .text:focus {
  border-color: #c0a464;
}
.book-modal .text[readonly]:focus {
  border-color: #eee;
  cursor: not-allowed;
}
.book-modal .submit {
  display: block;
  width: 100%;
  line-height: 0.54rem;
  background: #c0a464;
  color: #fff;
  font-size: var(--fs18);
  text-align: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.book-modal .submit:hover {
  background-color: #b7964c;
}
.book-modal .close {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  right: -0.3rem;
  top: -0.3rem;
  z-index: 10;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/close2.png);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.book-modal .close:hover {
  transform: rotate(-90deg);
}
@media screen and (max-width: 1600px) {
  .pageNum {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 1440px) {
  .pageNum {
    margin-top: 0.8rem;
  }
  .pageNum a {
    margin: 0 0.05rem;
  }
}
@media screen and (max-width: 1004px) {
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
  .page-wrapper .content {
    line-height: 0.48rem;
  }
  .search-wrapper .result {
    margin-bottom: 0.3rem;
  }
  .search-wrapper .result span {
    font-size: var(--fs14);
    margin-right: 0.48rem;
  }
  .search-wrapper .list li a {
    padding: 0.2rem 0;
  }
  .search-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-right: 0.6rem;
  }
  .search-wrapper .list p {
    font-size: var(--fs14);
  }
  .book-modal {
    left: 0.3rem;
    margin-left: auto;
    width: calc(100% - 0.6rem);
  }
  .book-modal h2 {
    line-height: 1.1rem;
    font-size: var(--fs24);
  }
  .book-modal .form {
    padding: 0.6rem 0.48rem;
  }
  .book-modal .group {
    margin-bottom: 0.3rem;
  }
  .book-modal .text {
    line-height: 0.8rem;
    padding: 0 0.3rem;
    font-size: var(--fs14);
  }
  .book-modal .submit {
    line-height: 0.8rem;
    font-size: var(--fs16);
  }
  .book-modal .close {
    width: 0.3rem;
    height: 0.3rem;
    right: auto;
    left: 50%;
    margin-left: -0.15rem;
    top: auto;
    bottom: -0.8rem;
  }
}
.imgScale {
  position: relative;
}
.imgScale:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.imgScale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.imgScale:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #c0a464;
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
.breadcrumb {
  text-align: right;
  margin-bottom: 0.2rem;
  font-size: 0;
  width: 100%;
}
.breadcrumb a img {
  width: 12px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.breadcrumb a,
.breadcrumb span,
.breadcrumb img {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
  color: #666;
}
.breadcrumb .icon {
  margin: 0 8px;
}
.breadcrumb span.active,
.breadcrumb a:hover {
  color: #221815;
  font-weight: 700;
}
.breadcrumb a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.breadcrumb a:hover {
  color: #c0a464;
}
.admin-wrapper {
  background: #f7f8f9;
}
.admin-wrapper ul {
  list-style: none;
}
.admin-wrapper .w1200 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.admin-wrapper .left-inner-box,
.admin-wrapper .main {
  background: #fff;
}
.admin-wrapper .left-inner-box {
  width: 295px;
  padding-bottom: 102px;
}
.admin-wrapper .left-inner-box .top {
  background: #c0a464;
  padding: 54px 0 63px;
}
.admin-wrapper .left-inner-box .top a {
  display: block;
  text-align: center;
}
.admin-wrapper .left-inner-box .top a img {
  width: 165px;
  margin: 0 auto;
}
.admin-wrapper .left-inner-box li {
  line-height: 64px;
  border-bottom: 1px solid #e9e7e7;
  padding: 0 50px;
}
.admin-wrapper .left-inner-box li.on a,
.admin-wrapper .left-inner-box li:hover a {
  color: #c0a464;
}
.admin-wrapper .left-inner-box li.on a:before,
.admin-wrapper .left-inner-box li:hover a:before {
  opacity: 1;
  visibility: visible;
}
.admin-wrapper .left-inner-box li a {
  display: block;
  font-size: 16px;
  color: #231815;
}
.admin-wrapper .left-inner-box li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #c0a464;
  margin-right: 16px;
  opacity: 0;
  visibility: hidden;
}
.admin-wrapper .main {
  width: 860px;
}
.admin-wrapper .main .top {
  position: relative;
  line-height: 125px;
  padding: 0 46px;
  border-bottom: 1px solid #d5d5d5;
}
.admin-wrapper .main .top span {
  display: inline-block;
  font-size: 24px;
  color: #221815;
}
.admin-wrapper .main .top span:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #c0a464;
  margin-right: 16px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.admin-wrapper .main .top .cat {
  font-size: 0;
  position: absolute;
  right: 46px;
  top: 0;
  z-index: 10;
}
.admin-wrapper .main .top .cat a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #666;
  margin-right: 22px;
}
.admin-wrapper .main .top .cat a:last-child {
  margin-right: 0;
}
.admin-wrapper .main .top .cat a.on,
.admin-wrapper .main .top .cat a:hover {
  color: #c0a464;
}
.admin-wrapper .main .top .edit-btn {
  position: absolute;
  right: 45px;
  top: 40px;
  z-index: 10;
  display: inline-block;
  width: 106px;
  height: 50px;
  line-height: 50px;
  background: #c0a464;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
}
.admin-wrapper .main .top .edit-btn:hover {
  box-shadow: 8px 6px 30px 0px rgba(192, 164, 100, 0.2);
}
.record-wrapper .list {
  padding: 28px 46px;
}
.record-wrapper li.on .title,
.record-wrapper li:hover .title {
  color: #c0a464;
}
.record-wrapper li.on span,
.record-wrapper li:hover span {
  color: #666;
}
.record-wrapper li .title {
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 46px;
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
  padding-right: 80px;
  cursor: pointer;
}
.record-wrapper li .title i {
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  margin-right: 10px;
}
.record-wrapper li .title span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 500;
}
.record-wrapper li .text {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: justify;
  padding: 0 20px;
  margin: 12px auto 22px;
  display: none;
}
.userinfo-wrapper .form {
  display: none;
  padding: 50px 46px;
  /* input placeholder  */
}
.userinfo-wrapper .form .group {
  margin-bottom: 10px;
}
.userinfo-wrapper .form .group:nth-last-child(2) {
  margin-bottom: 36px;
}
.userinfo-wrapper .form .group:last-child {
  margin-bottom: 0;
}
.userinfo-wrapper .form .text,
.userinfo-wrapper .form .submit {
  display: inline-block;
  width: 202px;
}
.userinfo-wrapper .form .text {
  border: 1px solid #d2d2d2;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 14px;
  font-family: Arial;
  color: #666;
}
.userinfo-wrapper .form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: 14px;
}
.userinfo-wrapper .form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: 14px;
}
.userinfo-wrapper .form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: 14px;
}
.userinfo-wrapper .form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: 14px;
}
.userinfo-wrapper .form .submit {
  display: inline-block;
  background: #c0a464;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 50px;
  border-radius: 2px;
  text-align: center;
  margin-left: 167px;
}
.userinfo-wrapper .form .submit:hover {
  box-shadow: 8px 6px 30px 0px rgba(215, 40, 43, 0.2);
}
.userinfo-wrapper .form .btn {
  display: inline-block;
  line-height: 36px;
  text-decoration: underline;
  font-size: 14px;
  color: #666;
  margin-left: 12px;
}
.userinfo-wrapper .form .btn:hover {
  color: #c0a464;
}
.userinfo-wrapper .form label,
.userinfo-wrapper .userinfo-box li span:first-child {
  display: inline-block;
  width: 152px;
  font-size: 14px;
  color: #666;
  line-height: 36px;
  text-align: right;
  margin-right: 15px;
}
.userinfo-wrapper .userinfo-box {
  padding: 43px 46px;
}
.userinfo-wrapper .userinfo-box li {
  margin-bottom: 4px;
  line-height: 46px;
}
.userinfo-wrapper .userinfo-box li span {
  font-size: 14px;
  color: #666;
  display: inline-block;
}
@media screen and (min-width: 1004px) {
  .record-wrapper li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1004px) {
  .admin-wrapper .left-inner-box {
    display: none;
  }
  .admin-wrapper .main {
    width: 100%;
  }
  .admin-wrapper .main .top {
    line-height: 60px;
    padding: 0 20px;
  }
  .admin-wrapper .main .top span {
    font-size: 18px;
  }
  .admin-wrapper .main .top span:before {
    width: 5px;
    height: 5px;
    margin-right: 10px;
  }
  .admin-wrapper .main .top .cat {
    right: 20px;
  }
  .admin-wrapper .main .top .cat a {
    font-size: 14px;
    margin-right: 10px;
  }
  .admin-wrapper .main .top .edit-btn {
    right: 15px;
    top: 13px;
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .userinfo-wrapper .main {
    padding-bottom: 50px;
  }
  .userinfo-wrapper .form {
    padding: 30px 20px 0;
  }
  .userinfo-wrapper .form .group {
    margin-bottom: 10px;
  }
  .userinfo-wrapper .form .group:nth-last-child(2) {
    margin-bottom: 30px;
  }
  .userinfo-wrapper .form label {
    display: block;
    width: 100%;
    margin-right: 10px;
    text-align: left;
  }
  .userinfo-wrapper .form .text,
  .userinfo-wrapper .form .submit {
    width: 100%;
  }
  .userinfo-wrapper .form .submit {
    display: block;
    line-height: 48px;
    margin-left: 0;
  }
  .userinfo-wrapper .form .btn {
    display: block;
    margin-left: 0;
  }
  .userinfo-wrapper .userinfo-box {
    padding: 30px 20px 0;
  }
  .userinfo-wrapper .userinfo-box li {
    line-height: 36px;
  }
  .userinfo-wrapper .userinfo-box li span:first-child {
    width: 80px;
  }
  .breadcrumb {
    display: none;
  }
  .record-wrapper .list {
    padding: 28px 20px 40px;
  }
  .record-wrapper li .title {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 60px 4px 15px;
  }
  .record-wrapper li .title i {
    position: absolute;
    left: 0;
    top: 10px;
    margin-right: 4px;
  }
  .record-wrapper li .title span {
    top: 10px;
    font-size: 12px;
  }
  .record-wrapper li .text {
    font-size: 13px;
    line-height: 24px;
    padding: 0 10px;
    margin: 10px auto 20px;
  }
}
.viewer-toolbar > li {
  display: none;
}
.viewer-toolbar > li.viewer-prev,
.viewer-toolbar > li.viewer-next {
  display: inline-block;
  float: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  background: none;
}
.viewer-toolbar > li.viewer-prev:before,
.viewer-toolbar > li.viewer-next:before {
  font-size: 1rem;
  background: none;
  width: 100%;
  height: 100%;
  line-height: 0.6rem;
  font-family: monospace;
  color: #fff;
}
.viewer-toolbar > li.viewer-prev {
  left: 24%;
}
.viewer-toolbar > li.viewer-prev:before {
  content: "<";
}
.viewer-toolbar > li.viewer-next {
  right: 24%;
}
.viewer-toolbar > li.viewer-next:before {
  content: ">";
}
.viewer-title {
  display: none;
}
@media screen and (max-width: 1004px) {
  .viewer-toolbar > li.viewer-prev,
  .viewer-toolbar > li.viewer-next {
    top: 44%;
  }
  .viewer-toolbar > li.viewer-prev:before,
  .viewer-toolbar > li.viewer-next:before {
    font-size: 0.8rem;
  }
  .viewer-toolbar > li.viewer-prev {
    left: 0.3rem;
  }
  .viewer-toolbar > li.viewer-next {
    right: 0.3rem;
  }
}
