/* 1.about */
.about .txt {
  width: 40%;
}

.about .img {
  width: 56%;
}

.about .pic {
  width: 100%;
  max-width: 960px;
}

.about .desc {
  font-size: 24px;
  color: #b2946d;
}

.about-iner .desc {
  text-align: center;
}

.about .buted {
  color: #626262;
  line-height: 29px;
}

.about a {
  display: block;
  width: 190px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  border: 1px solid #b2946d;
  color: #ffffff;
  border-radius: 40px;
  background-color: #b2946d;
}

.about a:hover {
  color: #b2946d;
  background-color: #ffffff;
}

@media (max-width: 1400px) {
  .about .desc {
    font-size: 20px;
  }
  .about a {
    width: 170px;
    height: 47px;
    line-height: 45px;
  }
}

@media (max-width: 1000px) {
  .about.lex-db {
    flex-direction: column;
  }
  .about .txt,
  .about .img {
    width: 100%;
  }
  .about .img {
    margin-top: 20px;
    max-width: 380px;
  }
  .about .desc {
    font-size: 17px;
  }
  .about .buted {
    line-height: 26px;
  }
  .about a {
    width: 130px;
    height: 42px;
    line-height: 40px;
    font-size: 12px;
  }
}

/* 2.tange */
.tange li {
  width: 24%;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}

.tange li .ico {
  width: 100%;
  height: 48px;
  margin: 0 auto 20px;
}

.tange li .ico img {
  width: auto;
  height: 100%;
  object-fit: fill;
}

.tange li h3 {
  font-size: 20px;
}

.tange li p {
  color: #626262;
  font-size: 14px;
  margin-top: 15px;
}

@media (max-width: 1400px) {
  .tange li {
    padding: 30px 20px;
  }
  .tange li .ico {
    height: 35px;
    margin: 0 auto 15px;
  }
  .tange li h3 {
    font-size: 17px;
  }
  .tange li p {
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  .tange.lex-db-st {
    flex-wrap: wrap;
  }
  .tange li {
    width: 49%;
  }
  .tange li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .tange li .ico {
    height: 30px;
    margin: 0 auto 10px;
  }
  .tange li h3 {
    font-size: 15px;
  }
  .tange li p {
    font-size: 12px;
    margin-top: 5px;
  }
}

@media (max-width: 580px) {
  .tange.lex-db-st {
    flex-wrap: wrap;
  }
  .tange li {
    width: 48%;
  }
  .tange li:nth-child(n + 3) {
    margin-top: 15px;
  }
}

/* 3.serve-box */
.serve-box {
  background: url(/images/haoxin/serve-box.png) no-repeat center/cover;
}

.serve-swiper {
  width: 100%;
  height: 380px;
  position: relative;
}

.serve-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.serve-swiper a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.serve-swiper .img {
  width: 100%;
  height: 100%;
}

.serve-swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serve-swiper a:hover .img img {
  transform: scale(1.04);
}

.serve-swiper .cons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  box-sizing: border-box;
}

.serve-swiper p {
  font-size: 20px;
  font-weight: bold;
}

.serve-swiper .cons img {
  width: 30px;
  height: auto;
  margin-right: 15px;
}

.serve-swiper .serve-item {
  display: none;
}

/* 分页按钮修改 */
.serve-swiper .swiper-button-next,
.serve-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.serve-swiper .swiper-button-prev,
.serve-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(/images/haoxin/swiper-lf.png);
  background-size: 100% 100%;
  left: -70px;
  cursor: pointer;
}
.serve-swiper .swiper-button-next,
.serve-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/haoxin/swiper-rg.png);
  background-size: 100% 100%;
  right: -70px;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .serve-swiper {
    height: 280px;
  }
  .serve-swiper .swiper-container {
    width: calc(100% - 160px);
  }
  .serve-swiper .cons {
    padding: 20px;
  }
  .serve-swiper p {
    font-size: 17px;
  }
  .serve-swiper .cons img {
    width: 24px;
    margin-right: 10px;
  }
  .serve-swiper .swiper-button-prev,
  .serve-swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .serve-swiper .swiper-button-next,
  .serve-swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}

@media (max-width: 1000px) {
  .serve.lex-db-st {
    flex-direction: column;
  }
  .serve-swiper {
    width: 100%;
    height: 180px;
  }
  .serve-swiper .swiper-container {
    width: calc(100% - 75px);
  }
  .serve-swiper p {
    font-size: 15px;
  }
  .serve-swiper .cons img {
    width: 18px;
    margin-right: 7px;
  }
  .serve-swiper .swiper-button-next,
  .serve-swiper .swiper-button-prev {
    width: 28px;
    height: 28px;
  }
  .serve-swiper .swiper-button-prev,
  .serve-swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .serve-swiper .swiper-button-next,
  .serve-swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}

/* 4.jour */
.jour {
  width: 100%;
  height: 540px;
  overflow: hidden;
}

.jour a {
  display: block;
  width: 100%;
  height: 100%;
}

.jour-hot {
  width: 50%;
}

.jour-reco-box {
  width: 45%;
  height: 100%;
}

.jour-hot .img {
  width: 100%;
  height: 100%;
}

.jour-hot .img img {
  height: 100%;
}

.jour-hot:hover .img img {
  transform: scale(1.04);
}

.use-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 60px 0;
}

.use-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.use-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
}

.use-swiper a {
  box-sizing: border-box;
  padding: 30px 0;
  border-top: 1px solid #efefef;
}

.use-swiper a:last-child {
  border-bottom: 1px solid #efefef;
}

.use-swiper a h3 {
  font-size: 20px;
}

.use-swiper a p {
  color: #626262;
  font-size: 17px;
  margin-top: 20px;
}

.use-swiper a:hover h3 {
  color: #b2946d;
}

/* 分页按钮修改 */
.use-swiper .swiper-button-next,
.use-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.use-swiper .swiper-button-prev,
.use-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(/images/haoxin/swiper-up.png);
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  top: 20px;
}
.use-swiper .swiper-button-next,
.use-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/haoxin/swiper-dw.png);
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  top: calc(100% - 20px);
}

.jour-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 60px 0;
}

.jour-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jour-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
}

.jour-swiper a {
  box-sizing: border-box;
  padding: 30px 0;
  border-top: 1px solid #efefef;
}

.jour-swiper a h3 {
  font-size: 20px;
}

.jour-swiper a p {
  color: #626262;
  font-size: 17px;
  line-height: 34px;
  margin-top: 20px;
  -webkit-line-clamp: 2; /* 显示的行数 */
}

.jour-swiper a em {
  display: block;
  color: #b2946d;
  margin-top: 15px;
}

.jour-reco a:hover h3 {
  color: #b2946d;
}

.jour-swiper a .sightless {
  display: none;
}

.jour-reco li.active .sightless {
  display: none;
}

/* 分页按钮修改 */
.jour-swiper .swiper-button-next,
.jour-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.jour-swiper .swiper-button-prev,
.jour-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(/images/haoxin/swiper-up.png);
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  top: 20px;
}
.jour-swiper .swiper-button-next,
.jour-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/haoxin/swiper-dw.png);
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  top: calc(100% - 20px);
}

@media (max-width: 1400px) {
  .jour {
    height: 420px;
  }
  .use-swiper a {
    padding: 20px 0;
  }
  .jour-swiper {
    padding: 40px 0;
  }
  .jour-swiper a {
    padding: 20px 0;
  }
  .jour-swiper .swiper-button-next,
  .jour-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .jour-swiper .swiper-button-prev,
  .jour-swiper .swiper-container-rtl .swiper-button-next {
    top: 20px;
  }
  .jour-swiper .swiper-button-next,
  .jour-swiper .swiper-container-rtl .swiper-button-prev {
    top: 100%;
  }
}

@media (max-width: 1000px) {
  .jour {
    height: auto;
  }
  .jour.lex-db {
    flex-direction: column;
  }
  .jour-hot {
    width: 100%;
    height: 230px;
    order: 1;
  }
  .jour-reco-box {
    width: 100%;
    margin-top: 20px;
    order: 2;
  }
  .use-swiper a {
    padding: 15px 0;
  }
  .use-swiper a h3 {
    font-size: 15px;
  }
  .use-swiper a p {
    font-size: 12px;
    margin-top: 10px;
  }
  .jour-swiper,
  .use-swiper {
    width: 100%;
    height: 245px;
    margin-top: 0;
    padding: 20px 0 30px;
  }
  .use-swiper {
    height: 320px;
  }
  .jour-swiper .swiper-button-next,
  .jour-swiper .swiper-button-prev {
    width: 24px;
    height: 24px;
  }
  .jour-swiper .swiper-button-prev,
  .jour-swiper .swiper-container-rtl .swiper-button-next {
    top: 10px;
  }
  .jour-swiper .swiper-button-next,
  .jour-swiper .swiper-container-rtl .swiper-button-prev {
    top: calc(100% + 3px);
  }
  .use-swiper .swiper-button-next,
  .use-swiper .swiper-button-prev {
    width: 24px;
    height: 24px;
  }
  .use-swiper .swiper-button-prev,
  .use-swiper .swiper-container-rtl .swiper-button-next {
    top: 10px;
  }
  .use-swiper .swiper-button-next,
  .use-swiper .swiper-container-rtl .swiper-button-prev {
    top: calc(100% + 3px);
  }
  .jour-swiper a {
    padding: 15px 0;
  }
  .jour-swiper a h3 {
    font-size: 15px;
  }
  .jour-swiper a p {
    font-size: 13px;
    margin-top: 5px;
    line-height: 24px;
  }
  .jour-swiper a em {
    font-size: 13px;
    margin-top: 7px;
  }
}

/* 5.contact */
.contact {
  height: 380px;
}

.contact .map {
  width: 47%;
  height: 100%;
}

.contact .map img,
.contact .map iframe {
  width: 100%;
  height: 100%;
}

.contact .way {
  width: 53%;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.way li {
  display: flex;
  align-items: flex-start;
  color: #202020;
  font-size: 17px;
  line-height: 32px;
}

.way li:not(:first-child) {
  margin-top: 20px;
}

.way li img {
  width: 20px;
  height: auto;
  margin-right: 20px;
  margin-top: 9px;
}

.way li span,
.way li a {
  display: flex;
}

#msg-btns,
#wx-btns {
  cursor: pointer;
}

#msg-btns p,
#wx-btns p,
#msg-btns i {
  color: #b2946d;
  text-decoration: underline;
}

.way li i {
  flex: 1;
}

.qr-code {
  text-align: center;
}

.qr-code li {
  display: inline-block;
  color: #202020;
  font-size: 17px;
}

.qr-code li:not(:last-child) {
  margin-right: 30px;
}

.qr-code li img {
  width: 200px;
  height: 200px;
  margin-bottom: 5px;
}

@media (max-width: 1400px) {
  .contact .way {
    padding: 30px;
  }
  .way li:not(:first-child) {
    margin-top: 15px;
  }
  .way li {
    font-size: 15px;
    line-height: 28px;
  }
  .way li img {
    width: 15px;
    margin-right: 15px;
  }
  .qr-code li img {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 1000px) {
  .contact {
    height: auto;
  }
  .contact.lex-db-st {
    flex-direction: column;
  }
  .contact .map {
    width: 100%;
    height: 180px;
  }
  .contact .way {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
  .way li:not(:first-child) {
    margin-top: 10px;
  }
  .way li {
    font-size: 13px;
    line-height: 26px;
  }
  .way li img {
    width: 13px;
    margin-right: 7px;
    margin-top: 7px;
  }
  .qr-code li {
    font-size: 14px;
  }
  .qr-code li:not(:last-child) {
    margin-right: 15px;
  }
  .qr-code li img {
    width: 110px;
    height: 110px;
    margin-bottom: 2px;
  }
}

/* 6.msg */
.msg-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 300;
}

.msg-area {
  width: 95%;
  max-width: 640px;
  height: auto;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 0 40px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.msg-sub {
  font-size: 28px;
  color: #b2946d;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #efefef;
}

.msg-tips {
  text-align: center;
  font-size: 15px;
  display: none;
}

.msg {
  padding: 0 60px;
}

.msg ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.msg ul li:nth-child(n + 2) {
  margin-top: 15px;
}

.msg ul li span {
  display: block;
  line-height: 46px;
  font-size: 15px;
  margin-right: 10px;
  width: 40px;
  margin-right: 15px;
}

.msg-en ul li span {
  width: 75px;
}

.msg ul li span i {
  color: #ff2929;
}

.msg ul li input[type="text"],
.msg ul li textarea {
  flex: 1;
  height: 46px;
  font-size: 14px;
  padding: 0 15px;
  border: 1px solid #efefef;
}

.msg ul li textarea {
  height: 96px;
  padding: 15px;
}

.msg ul li .radio {
  flex: 1;
  text-align: left;
  display: flex;
  align-items: center;
}

.msg ul li .radio label {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.msg ul li .radio label:not(:last-child) {
  margin-right: 50px;
}

.msg ul li em {
  margin-left: 5px;
}

.msg ul li input[type="radio"] {
  /* appearance属性 为none去除该标签的默认样式，保留其原有功能 */
  appearance: none;
  display: inline-block;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #b2946d;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  transition: all 0.2s;
  vertical-align: middle;
}
/* 设置 单选框 被选中后的样式 */
.msg ul li input[type="radio"]:checked {
  background-color: #b2946d;
  transition: all 0.2s;
}

.msg ul li input[type="radio"]:checked + em {
  color: #b2946d;
}

.msg ul li .verify {
  flex: 1;
  background-color: #f9f9f9;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  border: 1px solid #efefef;
}

.msg ul li .verify img {
  width: 54px;
  height: 54px;
  margin-left: 40px;
}

.msg ul li .verify label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.msg ul li .verify label em {
  margin-left: 10px;
}

.msg ul li input[type="checkbox"] {
  /* appearance属性 为none去除该标签的默认样式，保留其原有功能 */
  appearance: none;
  display: inline-block;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #b2946d;
  border-radius: 3px;
  width: 12px;
  height: 12px;
  transition: all 0.2s;
  vertical-align: middle;
  margin-bottom: 2px;
  overflow: hidden;
}
/* 设置 单选框 被选中后的样式 */
.msg ul li input[type="checkbox"]:checked {
  background-color: #b2946d;
  transition: all 0.2s;
}

.msg ul li input[type="checkbox"]:checked + em {
  color: #b2946d;
}

.msg .btn-gp {
  margin: 30px auto 0;
  padding-left: 55px;
}

.msg .submit {
  display: inline-block;
  width: 120px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

.msg .submit1 {
  color: #ffffff;
  background-color: #b2946d;
  border: 1px solid #b2946d;
}

.msg .submit2 {
  background-color: #ffffff;
  border: 1px solid #efefef;
}

.msg .btn-gp .submit:first-child {
  margin-right: 20px;
}

.msg .submit1:hover {
  background-color: #98bfff;
  border: 1px solid #98bfff;
}

.msg .submit2:hover {
  color: #98bfff;
  border: 1px solid #98bfff;
}

@media (max-width: 1000px) {
  .msg-area {
    padding: 15px 0 20px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .msg-sub {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .msg-tips {
    font-size: 13px;
  }
  .msg {
    padding: 0 20px;
  }
  .msg ul li {
    align-items: center;
  }
  .msg ul li:nth-child(n + 2) {
    margin-top: 7px;
  }
  .msg ul li span {
    font-size: 12px;
    line-height: 32px;
    width: 35px;
    margin-right: 5px;
  }
  .msg-en ul li span {
    width: 60px;
  }
  .msg ul li input[type="text"],
  .msg ul li textarea {
    font-size: 12px;
    height: 32px;
    padding: 0 7px;
  }
  .msg ul li textarea {
    height: 60px;
    padding: 7px;
  }
  .msg ul li .radio label:not(:last-child) {
    margin-right: 30px;
  }
  .msg ul li em {
    font-size: 12px;
    margin-left: 0;
  }
  .msg ul li input[type="radio"] {
    width: 9px;
    height: 9px;
    margin-bottom: 3px;
  }
  .msg ul li .verify {
    padding: 10px;
  }
  .msg ul li .verify img {
    width: 32px;
    height: 32px;
    margin-left: 20px;
  }
  .msg ul li .verify label em {
    margin-left: 7px;
    font-size: 12px;
  }
  .msg ul li input[type="checkbox"] {
    width: 9px;
    height: 9px;
    margin-bottom: 5px;
  }
  .msg .btn-gp {
    margin: 15px auto 0;
    padding-left: 45px;
  }
  .msg .submit {
    width: 90px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }
  .msg .btn-gp .submit:first-child {
    margin-right: 10px;
  }
}

/* 7.news-tabs */
.news-tabs {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}

.news-tabs a {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
}

.news-tabs a:not(:last-child) {
  margin-right: 90px;
}

.news-tabs a:hover,
.news-tabs a.active {
  color: #b2946d;
  border-bottom: 2px solid #b2946d;
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1000px) {
  .news-tabs a {
    font-size: 14px;
    padding-bottom: 7px;
  }
  .news-tabs a:not(:last-child) {
    margin-right: 20px;
  }
}

/* 8.trend */
.trend li {
  width: calc((100% / 3) - 20px);
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f6f6f6;
}

.trend li:not(:nth-child(3n)) {
  margin-right: 30px;
}

.trend li:nth-child(n + 4) {
  margin-top: 30px;
}

.trend li a {
  display: block;
  box-sizing: border-box;
  padding: 30px;
}

.trend li s,
.trend li em {
  font-size: 14px;
  display: block;
  color: #b2946d;
}

.trend li em {
  margin-top: 15px;
}

.trend li i {
  font-size: 14px;
  display: block;
  color: #a2a2a2;
  margin-top: 5px;
}

.trend li h3 {
  font-size: 17px;
  line-height: 30px;
  margin-top: 10px;
  -webkit-line-clamp: 2; /* 显示的行数 */
}

.trend li:hover h3 {
  color: #98bfff;
}

@media (max-width: 1400px) {
  .trend li {
    width: calc((100% / 3) - 10px);
  }
  .trend li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .trend li:nth-child(n + 4) {
    margin-top: 15px;
  }
  .trend li a {
    padding: 20px 20px;
  }
}

@media (max-width: 1000px) {
  .trend li {
    width: calc((100% / 2) - 5px);
  }
  .trend li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .trend li:nth-child(n + 4) {
    margin-top: 0;
  }
  .trend li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .trend li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .trend li s,
  .trend li em {
    font-size: 12px;
  }
  .trend li em {
    margin-top: 7px;
  }
  .trend li i {
    font-size: 12px;
    margin-top: 3px;
  }
  .trend li h3 {
    font-size: 14px;
    line-height: 23px;
    margin-top: 5px;
  }
}

@media (max-width: 680px) {
  .trend li {
    width: 100%;
  }
  .trend li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .trend li:nth-child(n + 3) {
    margin-top: 0;
  }
  .trend li:nth-child(n + 2) {
    margin-top: 10px;
  }
}

/* 9.matic */
.matic li {
  width: calc((100% / 4) - 24px);
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #f8f8f8;
  text-align: center;
}

.matic li:hover {
  border: 1px solid #b2946d;
}

.matic li:not(:nth-child(4n)) {
  margin-right: 32px;
}

.matic li:nth-child(n + 5) {
  margin-top: 32px;
  display:flex
}

.matic li a {
  display: block;
  box-sizing: border-box;
  padding: 25px;
}

.matic li .ico {
  width: auto;
  height: 60px;
  margin: 0 auto 20px;
}
.matic li .ico img{
    width:auto;
    height:100%
}
.matic li h3 {
  font-size: 15px;
  color: #626262;
}

.matic li:hover h3 {
  color: #98bfff;
}

@media (max-width: 1400px) {
  .matic li {
    width: calc((100% / 4) - 12px);
  }
  .matic li:not(:nth-child(4n)) {
    margin-right: 16px;
  }
  .matic li:nth-child(n + 5) {
    margin-top: 16px;
  }
  .matic li a {
    padding: 20px;
  }
}

@media (max-width: 1000px) {
  .matic li {
    width: calc((100% / 3) - 6px);
  }
  .matic li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .matic li:nth-child(n + 5) {
    margin-top: 0;
  }
  .matic li:not(:nth-child(3n)) {
    margin-right: 9px;
  }
  .matic li:nth-child(n + 4) {
    margin-top: 9px;
  }
  .matic li .ico {
    width: 38px;
    height: 38px;
    margin: 0 auto 12px;
  }
  .matic li h3 {
    font-size: 12px;
  }
}

@media (max-width: 680px) {
  .matic li {
    width: calc((100% / 2) - 5px);
  }
  .matic li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .matic li:nth-child(n + 4) {
    margin-top: 0;
  }
  .matic li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .matic li:nth-child(n + 3) {
    margin-top: 10px;
  }
}

/* 10.grama */
.grama {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.grama .grabar {
  width: 290px;
  height: auto;
}

.grama .gracons {
  width: calc(100% - 290px);
  padding-left: 40px;
}

.grama .grabar .graclose {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: right;
  color: #b2946d;
  font-size: 14px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0 7px;
  display: none;
  cursor: pointer;
}

.grama .gracons .grapou {
  display: none;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-bottom: 9px;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  line-height: 23px;
}

.grama .gracons .grapou span {
  font-size: 15px;
  font-weight: bold;
}

.grama .gracons .grapou img {
  float: right;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.grama .gracons .gramain {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.grama .grabar-sub {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #b2946d;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 30px;
}

@media (max-width: 1400px) {
  .grama .gracons {
    padding-left: 30px;
  }
  .grama .grabar {
    width: 240px;
  }
  .grama .gracons {
    width: calc(100% - 240px);
    padding-left: 20px;
  }
  .grama .grabar-sub {
    padding: 0 20px;
  }
}

@media (max-width: 1000px) {
  .grama .grabar {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 680px;
    display: none;
    z-index: 300;
    background-color: #f7f7f7;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
  }
  .grama .grabar .graclose {
    display: block;
  }
  .grama .gracons .grapou {
    display: block;
  }
  .grama .gracons {
    width: 100%;
    padding-left: 0;
  }
  .grama .grabar-sub {
    display: none;
  }
}

/* gramenu-cate */
.gramenu-cate {
  width: 100%;
  height: auto;
}

.gramenu-cate li {
  width: 100%;
}

.gramenu-cate li a {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #8d8d8d;
  text-align: left;
  font-size: 14px;
}

.gramenu-cate li .one {
  color: #000000;
  background-color: #f6f6f6;
  width: 100%;
  font-size: 15px;
  padding: 15px 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.gramenu-cate li.active .one {
  color: #ffffff;
  background-color: #b2946d;
}

.gramenu-cate li a img {
  width: 7px;
  height: auto;
  vertical-align: middle;
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
}

.gramenu-cate li.active .one img {
  /* 图片变白 */
  filter: grayscale(200%) brightness(700%);
  transform-origin: center center;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
}

.gramenu-cate li > .two {
  display: none;
}

.gramenu-cate li.active > .two {
  display: block;
}

.gramenu-cate li > .two {
  box-sizing: border-box;
  padding: 20px 30px;
  background-color: #fbfbfb;
}

.gramenu-cate li > .two > li:not(:first-child) {
  margin-top: 15px;
}

.gramenu-cate li > .two a {
  position: relative;
  padding-left: 15px;
}

.gramenu-cate li > .two a::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #bdbbb8;
}

.gramenu-cate li > .two > li:hover a {
  color: #98bfff;
  text-decoration: underline;
}

.gramenu-cate li > .two > li:hover a::after {
  background-color: #98bfff;
}

.gramenu-cate li > .two > li.active a {
  color: #b2946d;
  text-decoration: underline;
}

.gramenu-cate li > .two > li.active a::after {
  background-color: #b2946d;
}

@media (max-width: 1400px) {
  .gramenu-cate li > .two {
    padding: 20px;
  }
  .gramenu-cate li .one {
    padding: 15px 20px;
  }
}

@media (max-width: 1000px) {
  .gramenu-cate {
    border-left: 0;
    border-right: 0;
    height: 45vh;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 5px;
  }
  .gramenu-cate li a {
    font-size: 13px;
  }
  .gramenu-cate li .one {
    font-size: 14px;
    padding: 10px 15px;
  }
  .gramenu-cate li > .two {
    padding: 10px 15px;
  }
  .gramenu-cate li > .two > li:not(:first-child) {
    margin-top: 13px;
  }
  .gramenu-cate li > .two a {
    padding-left: 15px;
  }
  .gramenu-cate li > .two a::after {
    width: 4px;
    height: 4px;
  }
}

/* 11.goods */
.goods-sub {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  line-height: 55px;
}

.goods-cons {
  color: #626262;
}

.goods-cons .buted {
  line-height: 28px;
}

.goods-cons .buted i {
  color: #000000;
  font-weight: bold;
}

.goods-h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.goods-color-gold {
  color: #b2946d;
}

.goods-label span {
  display: block;
  width: auto;
  height: auto;
  color: #b2946d;
  text-align: center !important;
  margin-bottom: 20px;
  border: 1px solid #f5f1ec;
  border-radius: 32px;
  box-sizing: border-box;
  padding: 15px 20px;
}

.goods-label-sm span {
  padding: 15px 20px;
}

.goods-label span:not(:last-child) {
  margin-right: 17px;
}

.goods-label span:hover {
  color: #98bfff;
  border: 1px solid #98bfff;
}

@media (max-width: 1400px) {
  .goods-sub {
    font-size: 32px;
    line-height: 32px;
    line-height: 45px;
  }
}

@media (max-width: 1000px) {
  .goods-cons img {
    width: 100% !important;
    height: auto !important;
  }
  .goods-sub {
    font-size: 20px;
    line-height: 20px;
    line-height: 30px;
  }
  .goods-cons .buted {
    line-height: 26px;
  }
  .goods-h3 {
    font-size: 17px;
  }
  .goods-label span {
    font-size: 12px;
    padding: 7px 15px;
  }
  .goods-label-sm span {
    padding: 7px 15px;
  }
  .goods-label span:not(:last-child) {
    margin-right: 10px;
  }
}

/* goods-fold */
.goods-fold li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f3f3f3;
}

.goods-fold li:hover,
.goods-fold li.active {
  border-bottom: 1px solid #b2946d;
}

.goods-fold li .goods-fold-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 0;
}

.goods-fold li.active .goods-fold-sub {
  border-bottom: 1px solid #b2946d;
}

.goods-fold li:first-child .goods-fold-sub {
  padding-top: 0;
}

.goods-fold li .goods-fold-sub h2 {
  color: #b2946d;
  width: calc(100% - 40px);
  font-size: 16px;
}

.goods-fold li .goods-fold-sub .ico {
  width: 28px;
  height: 28px;
  position: relative;
}

.goods-fold li .goods-fold-sub .ico img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.goods-fold li .goods-fold-sub .ico img:nth-child(1) {
  opacity: 1;
}

.goods-fold li .goods-fold-sub .ico img:nth-child(2) {
  opacity: 0;
}

.goods-fold li.active .goods-fold-sub .ico img:nth-child(1) {
  opacity: 0;
}

.goods-fold li.active .goods-fold-sub .ico img:nth-child(2) {
  opacity: 1;
}

.goods-fold li .goods-fold-txt {
  box-sizing: border-box;
  padding: 20px;
  display: none;
  line-height: 28px;
}

.goods-fold li .goods-fold-txt i {
  color: #000000;
  font-weight: bold;
}

.goods-fold li .goods-fold-txt s {
  font-family: "KaiTi";
}

@media (max-width: 768px) {
  .goods-fold li .goods-fold-sub {
    padding: 10px 0;
  }
  .goods-fold li .goods-fold-sub h2 {
    width: calc(100% - 30px);
    font-size: 13px;
  }
  .goods-fold li .goods-fold-txt {
    padding: 15px 10px;
    line-height: 26px;
  }
  .goods-fold li .goods-fold-sub .ico {
    width: 20px;
    height: 20px;
  }
}

/* 12.vision */
.vision li {
  width: 32%;
  padding: 60px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f6f6f6;
}

.vision li .ico {
  width: 100%;
  height: 60px;
  margin: 0 auto 20px;
}

.vision li .ico img {
  width: auto;
  height: 100%;
  object-fit: fill;
}

.vision li h3 {
  font-size: 20px;
  font-weight: bold;
}

.vision li p {
  color: #626262;
  font-size: 14px;
  margin-top: 15px;
}

@media (max-width: 1400px) {
  .vision li {
    padding: 50px 30px;
  }
  .vision li .ico {
    height: 40px;
    margin: 0 auto 15px;
  }
  .vision li h3 {
    font-size: 17px;
  }
  .vision li p {
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  .vision.lex-db-st {
    flex-wrap: wrap;
  }
  .vision li {
    width: 100%;
    padding: 30px 20px;
  }
  .vision li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .vision li .ico {
    height: 30px;
    margin: 0 auto 10px;
  }
  .vision li h3 {
    font-size: 15px;
  }
  .vision li p {
    font-size: 12px;
    margin-top: 5px;
  }
}

/* 13.team */
.team.lex {
  align-items: flex-start;
}

.team li {
  width: calc((100% / 2) - 40px);
}

.team li:not(:nth-child(2n)) {
  margin-right: 80px;
}

.team li:nth-child(n + 3) {
  margin-top: 60px;
}

.team li .img {
  width: 100%;
}

.team li:hover .img img {
  transform: scale(1.04);
}

.team li .det {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 0 0;
}

.team li .det h2 {
  font-size: 32px;
  font-weight: bold;
}

.team li:hover .det h2 {
  color: #b2946d;
}

.team li .det em {
  display: block;
  margin-top: 10px;
  color: #b2946d;
}

.team li .det .buted {
  margin-top: 15px;
  color: #6a6a6a;
  line-height: 28px;
}

.team li .spot h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 15px;
}

.team li .spot-dot.lex-db-st {
  flex-wrap: wrap;
}

.team li .spot-item {
  width: 45%;
  color: #b2946d;
}

.team li .spot-dot .spot-item:nth-child(n + 3) {
  margin-top: 7px;
}

.team li .spot-item span {
  display: block;
  position: relative;
  padding-left: 15px;
}

.team li .spot-item span:not(:first-child) {
  margin-top: 7px;
}

.team li .spot-item span::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #b2946d;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

@media (max-width: 1400px) {
  .team li {
    width: calc((100% / 2) - 10px);
  }
  .team li:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .team li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .team li .det {
    padding: 20px 0 0;
  }
  .team li .det h2 {
    font-size: 24px;
  }
  .team li .spot-item {
    width: 49%;
  }
}

@media (max-width: 1000px) {
  .team li {
    width: calc((100% / 2) - 7px);
  }
  .team li:not(:nth-child(2n)) {
    margin-right: 14px;
  }
  .team li:nth-child(n + 3) {
    margin-top: 14px;
  }
  .team li .det {
    padding: 15px 0 0;
  }
  .team li .det h2 {
    font-size: 17px;
  }
  .team li .det em {
    margin-top: 5px;
  }
  .team li .det .buted {
    line-height: 26px;
    margin-top: 10px;
  }
  .team li .spot h4 {
    font-size: 14px;
  }
  .team li .spot-item span:not(:first-child) {
    margin-top: 5px;
  }
  .team li .spot-item span {
    padding-left: 12px;
    font-size: 12px;
  }
  .team li .spot-item span::after {
    width: 4px;
    height: 4px;
  }
}

@media (max-width: 768px) {
  .team li {
    width: 100%;
  }
  .team li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .team li:nth-child(n + 3) {
    margin-top: 0;
  }
  .team li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .team li .spot-item {
    width: 100%;
  }
  .team li .spot-dot .spot-item:nth-child(n + 3) {
    margin-top: 0;
  }
  .team li .spot-dot .spot-item:nth-child(n + 2) {
    margin-top: 5px;
  }
}

/* 14.cular */
.cular h2 {
  text-align: center;
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  color: #000000;
}

.cular .time {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 2px solid #e6e6e6;
}

.cular .time em {
  display: inline-block;
  color: #c4c4c4;
}

.cular .time em:not(:last-child) {
  margin-right: 30px;
}

.cular .cons img {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 1400px) {
  .cular h2 {
    font-size: 20px;
    line-height: 37px;
  }
  .cular .time {
    padding-bottom: 15px;
  }
  .cular .time em:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 1000px) {
  .cular h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .cular .time {
    padding-bottom: 10px;
  }
  .cular .time em:not(:last-child) {
    margin-right: 7px;
  }
  .cular .cons {
    line-height: 28px;
  }
}

/* 14.wx-box */
.wx-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 300;
}

.wx-area {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wx-close {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.wx-close img {
  width: 100%;
  height: 100%;
}

.wx-code {
  width: 240px;
  height: 240px;
}

.wx-code img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  .wx-close {
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
  }
  .wx-code {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 1000px) {
  .wx-close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
  .wx-code {
    width: 140px;
    height: 140px;
  }
}

/* 15.hot-swiper */
.hot-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.hot-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hot-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hot-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.hot-swiper .img {
  width: 100%;
  height: 100%;
}

.hot-swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 默认样式修改 */
.hot-swiper .swiper-pagination {
  width: 95%;
  max-width: 1400px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.hot-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.hot-swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}
.hot-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

@media (max-width: 1000px) {
  .hot-swiper .swiper-pagination {
    bottom: 5px;
  }
  .hot-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .hot-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
