@charset "utf-8";
/* 字体引用 */
@font-face {
  font-family: 'oppo-m';
  src: url(../font/OPPOSans-M.ttf);
}
.font-xm {
  font-family: 'oppo-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font38 {
  font-size: 38px;
}
@media (max-width: 1580px) {
  font-size: 36px;
}
@media (max-width: 1260px) {
  font-size: 30px;
}
@media (max-width: 767px) {
  font-size: 0.34rem;
}
.x-palt1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 1rem;
}
.x-palt1 .container .breadbox {
  padding: 0.25rem 0;
  margin-bottom: 0.2rem;
}
.x-palt1 .container .x-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.5rem 0.9rem;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .x-palt1 .container .x-box {
    padding: 0.4rem;
  }
}
.x-palt1 .container .x-box .x-le {
  width: 23.77%;
}
@media (max-width: 1580px) {
  .x-palt1 .container .x-box .x-le {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .x-palt1 .container .x-box .x-le {
    width: 50%;
  }
}
.x-palt1 .container .x-box .x-le .public-img {
  border: 1px solid #d7d7d7;
  border-radius: 0.08rem;
  background-color: #f7f7f7;
}
.x-palt1 .container .x-box .x-le .public-img::before {
  padding-top: 44.82758621%;
}
.x-palt1 .container .x-box .x-text {
  width: 65.57%;
}
@media (max-width: 1580px) {
  .x-palt1 .container .x-box .x-text {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .x-palt1 .container .x-box .x-text {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-palt1 .container .x-box .x-text .x-title {
  font-weight: bold;
  color: #1a1a1a;
  position: relative;
  padding-bottom: 0.05rem;
}
.x-palt1 .container .x-box .x-text .x-title::before {
  content: "";
  width: 64%;
  height: 1px;
  background-color: #e4e4e4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-palt1 .container .x-box .x-text .x-p {
  color: #505050;
  line-height: 1.875;
  margin-top: 0.1rem;
}
.x-palt2 .container {
  border-bottom: 1px solid #f5f5f5;
}
.x-palt2 .container a {
  display: inline-block;
  padding: 0.35rem 0.08rem 0.25rem;
  color: #333333;
  margin-right: 0.45rem;
  position: relative;
  transition: 0.4s ease-in-out;
}
.x-palt2 .container a:hover,
.x-palt2 .container a.on {
  color: #c68643;
}
.x-palt2 .container a:hover::before,
.x-palt2 .container a.on::before {
  width: 100%;
}
.x-palt2 .container a::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #c68643;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.4s ease-in-out;
}
.x-palt3 {
  padding-top: 0.9rem;
}
@media (max-width: 767px) {
  .x-palt3 {
    padding: 1.2rem 0 0;
  }
}
.x-palt3 .container .x-title {
  text-align: center;
  color: #1a1a1a;
  font-weight: bold;
}
.x-palt3 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-palt3 .container ul {
    margin-top: 0.3rem;
  }
}
.x-palt3 .container ul li {
  width: 48.35%;
  margin-bottom: 0.4rem;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .x-palt3 .container ul li {
    width: 100%;
  }
}
.x-palt3 .container ul li::before {
  content: "";
  width: 1.06rem;
  height: 0.48rem;
  position: absolute;
  left: 0.38rem;
  top: -0.06rem;
  background: url('../images/x-pla4.png') no-repeat center;
  background-size: contain;
}
.x-palt3 .container ul li .x-box {
  border: 1px solid #dddddd;
  border-radius: 0.1rem;
  padding: 0.35rem 0.4rem 0.65rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.x-palt3 .container ul li .x-box .x-title2 {
  color: #333;
}
.x-palt3 .container ul li .x-box .x-p {
  color: #666666;
  margin-top: 0.05rem;
}
.x-palt3 .container ul li .x-box span {
  font-size: 1.4rem;
  color: rgba(198, 134, 67, 0.1);
  line-height: 0.8;
  position: absolute;
  right: 0.2rem;
  bottom: -0.38rem;
}
.x-palt4 {
  padding: 1.4rem 0 0.6rem;
}
@media (max-width: 767px) {
  .x-palt4 {
    padding: 0.8rem 0 0.4rem;
  }
}
.x-palt4 .container .x-title {
  text-align: center;
  color: #1a1a1a;
  font-weight: bold;
}
.x-palt4 .container .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia {
    margin-top: 0.3rem;
  }
}
.x-palt4 .container .x-xia .x-le {
  width: 20%;
  background-color: #f5f5f5;
  border-radius: 0.06rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia .x-le {
    width: 100%;
    margin-bottom: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
  }
}
.x-palt4 .container .x-xia .x-le a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.16rem 0.2rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia .x-le a {
    padding: 0.2rem 0.2rem;
    width: 50%;
  }
}
.x-palt4 .container .x-xia .x-le a.on,
.x-palt4 .container .x-xia .x-le a:hover {
  background-color: #c68643;
}
.x-palt4 .container .x-xia .x-le a.on span,
.x-palt4 .container .x-xia .x-le a:hover span {
  color: #fff;
}
.x-palt4 .container .x-xia .x-le a.on i,
.x-palt4 .container .x-xia .x-le a:hover i {
  opacity: 1;
}
.x-palt4 .container .x-xia .x-le a span {
  display: block;
  color: #1a1a1a;
  padding-right: 0.1rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .x-palt4 .container .x-xia .x-le a span {
    font-size: 14px;
  }
}
.x-palt4 .container .x-xia .x-le a i {
  display: inline-flex;
  align-items: center;
  width: 0.2rem;
  height: 0.2rem;
  transition: 0.4s ease-in-out;
  opacity: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia .x-le a i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-palt4 .container .x-xia .x-le a i svg {
  width: 100%;
  height: 100%;
}
.x-palt4 .container .x-xia .x-le a i svg path {
  fill: #fff;
}
.x-palt4 .container .x-xia .x-ri {
  width: 72.14%;
}
@media (max-width: 1580px) {
  .x-palt4 .container .x-xia .x-ri {
    width: 76.14%;
  }
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia .x-ri {
    width: 100%;
  }
}
.x-palt4 .container .x-xia .x-ri .x-bd1 {
  display: none;
}
.x-palt4 .container .x-xia .x-ri .x-bd1.on {
  display: block;
}
.x-palt4 .container .x-xia .x-ri .x-box1 form .x-title2 {
  color: #c68643;
  background-color: #f5f5f5;
  padding: 0.15rem 0.2rem;
  margin-bottom: 0.4rem;
}
.x-palt4 .container .x-xia .x-ri .x-box1 form .x-title3 {
  margin-top: 0.6rem;
}
.x-palt4 .container .x-xia .x-ri .x-box1 form .x-inp {
  margin-top: 0.3rem;
}
.x-palt4 .container .x-xia .x-ri .x-box1 form .x-inp span {
  color: #1a1a1a;
}
.x-palt4 .container .x-xia .x-ri .x-box1 form .x-inp span i {
  color: #f13636;
  font-style: initial;
}
.x-palt4 .container .x-xia .x-ri .x-box1 form .x-inp .x-in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.05rem;
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia .x-ri .x-box1 form .x-inp .x-in {
    margin-top: 0.1rem;
    flex-wrap: wrap;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box1 form .x-inp .x-in input {
  color: #999999;
  border: 1px solid #d9d9d9;
  width: 76.23%;
  height: 0.54rem;
  border-radius: 0.05rem;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .x-palt4 .container .x-xia .x-ri .x-box1 form .x-inp .x-in input {
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia .x-ri .x-box1 form .x-inp .x-in input {
    width: 100%;
    height: 0.8rem;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box1 form .x-inp .x-in input::placeholder {
  color: #999999;
}
.x-palt4 .container .x-xia .x-ri .x-box1 form .x-inp .x-in p {
  color: #f13636;
  width: 23.77%;
  padding-left: 0.16rem;
}
@media (max-width: 991px) {
  .x-palt4 .container .x-xia .x-ri .x-box1 form .x-inp .x-in p {
    font-size: 12px;
  }
  .x-palt4 .container .x-xia .x-ri .x-box1 form .x-inp .x-in p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia .x-ri .x-box1 form .x-inp .x-in p {
    font-size: 0.24rem;
    width: 100%;
    padding-left: 0;
    margin-top: 0.1rem;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box1 form .x-but {
  margin-top: 0.8rem;
}
.x-palt4 .container .x-xia .x-ri .x-box1 form .x-but .pub_a2 {
  margin-right: 0.25rem;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t {
  border: 1px solid #d7d7d7;
  border-radius: 0.06rem;
  padding: 0.4rem 0.8rem 0.36rem 0.4rem;
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t {
    padding: 0.4rem;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li {
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li:nth-child(2),
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li:nth-child(4) {
  width: 56.63%;
}
@media (max-width: 1260px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li:nth-child(2),
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li:nth-child(4) {
    width: 100%;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li:nth-child(2) .x-p,
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li:nth-child(4) .x-p {
  width: 0.9rem;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li:nth-child(2) .x-p,
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li:nth-child(4) .x-p {
    width: 1.6rem;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li:nth-child(1),
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li:nth-child(3) {
  width: 43.37%;
}
@media (max-width: 1260px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li:nth-child(1),
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li:nth-child(3) {
    width: 100%;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-p {
  color: #333;
  width: 1.3rem;
}
@media (max-width: 1580px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-p {
    width: 29%;
  }
}
@media (max-width: 1260px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-p {
    width: 1.6rem;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-p {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-xiala {
  width: 1.9rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-xiala {
    width: 2.7rem;
  }
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-xiala {
    width: 100%;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-xiala .x-sp {
  display: block;
  border: 1px solid #d9d9d9;
  height: 100%;
  padding: 0 0.15rem;
  height: 40px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  border-radius: 0.05rem;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-xiala .x-sp span {
  color: #999999;
  font-weight: bold;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-xiala .x-sp i {
  display: inline-block;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-xiala .x-sp i svg {
  display: block;
  width: 13px;
  height: 7px;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-xiala .x-sp i svg path {
  fill: #999999;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-xiala ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0 0 0.1rem rgba(22, 36, 97, 0.1);
  padding: 0.05rem 0;
  display: none;
  max-height: 4rem;
  overflow-y: auto;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-xiala ul li {
  padding: 0.05rem 0.15rem;
  color: #666;
  cursor: pointer;
  transition: 0.4s all;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .x-xiala ul li:hover {
  color: #c68643;
  background-color: #fceddd;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .layui-form .layui-form-item {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .layui-form .layui-form-mid {
    margin: 0 0.15rem 0 0.15rem !important;
    top: 0;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .layui-form .layui-inline {
  display: flex;
  margin: 0;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .layui-form .layui-input-inline {
  width: 1.9rem;
  margin-right: 0.1rem;
  border: 1px solid #d9d9d9 !important;
  border-radius: 0.05rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .layui-form .layui-input-inline {
    width: 2.7rem;
  }
}
@media (max-width: 767px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .layui-form .layui-input-inline {
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .layui-form .layui-input-inline::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url('../images/x-jt1.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.17rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .layui-form .layui-input-inline input {
  border: none !important;
  border-radius: initial !important;
  color: #999999;
  font-weight: bold;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .x-ul .x-li .layui-form .layui-input-inline input::placeholder {
  color: #999;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-t .pub_a2 {
  margin-top: 0.25rem;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx {
  margin: 0.3rem 0 0.6rem;
}
@media (max-width: 991px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-xx {
    overflow-x: auto;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul {
  border: 1px solid #d9d9d9;
  border-radius: 0.06rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul {
    width: 100%;
    width: 1100px;
  }
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li {
  display: flex;
  justify-content: flex-start;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li:first-child {
  background-color: #f9f9f9;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li h3 {
  color: #333333;
  padding: 0.14rem 0.2rem;
  border-right: 1px solid #d9d9d9;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li h3:last-child {
  border-right: none;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li h3:nth-child(1) {
  width: 13.86%;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li h3:nth-child(2) {
  width: 26.23%;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li h3:nth-child(3) {
  width: 12.87%;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li h3:nth-child(4) {
  width: 19.8%;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li h3:nth-child(5) {
  width: 14.35%;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li h3:nth-child(6) {
  width: 12.89%;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li .x-p {
  color: #666666;
  padding: 0.15rem 0.2rem;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li .x-p:last-child {
  border-right: none;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li .x-p:nth-child(1) {
  width: 13.86%;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li .x-p:nth-child(2) {
  width: 26.23%;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li .x-p:nth-child(3) {
  width: 12.87%;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li .x-p:nth-child(4) {
  width: 19.8%;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li .x-p:nth-child(5) {
  width: 14.35%;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .x-xx ul li .x-p:nth-child(6) {
  width: 12.89%;
}
.x-palt4 .container .x-xia .x-ri .x-box2 .zz-public-page {
  justify-content: flex-start;
}
.layui-laydate-range {
  width: 548px !important;
}
#layui-laydate1 .layui-this {
  background-color: #c68643 !important;
}
#layui-laydate1 .layui-laydate-header i:hover,
.layui-laydate-header span:hover {
  color: #c68643 !important;
}
.layui-laydate-footer span:first-child.layui-laydate-preview {
  color: #c68643 !important;
}
#layui-laydate1 .laydate-footer-btns span:hover {
  color: #c68643;
}
.x-contact1 {
  position: relative;
  z-index: 10;
  padding: 1.1rem 0.8rem 0 0.8rem;
}
@media (max-width: 767px) {
  .x-contact1 {
    padding: 0.98rem 0;
  }
}
.x-contact1 .x-title {
  font-weight: bold;
  color: #1a1a1a;
}
.x-contact1 ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dddddd;
  border-bottom: none;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-contact1 ul {
    margin-top: 0.3rem;
  }
}
.x-contact1 ul li {
  width: 25%;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 0.4rem 0.15rem 0.96rem 0.3rem;
  position: relative;
}
@media (max-width: 1260px) {
  .x-contact1 ul li {
    width: 50%;
  }
  .x-contact1 ul li:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .x-contact1 ul li {
    width: 100%;
    border-right: none;
  }
}
.x-contact1 ul li:nth-child(4n) {
  border-right: none;
}
.x-contact1 ul li .x-title2 {
  color: #333;
}
.x-contact1 ul li .x-text {
  margin-top: 0.2rem;
}
.x-contact1 ul li .x-text .x-sp {
  color: #666666;
  line-height: 1.875;
}
.x-contact1 ul li .x-text .x-sp span {
  color: #333333;
  flex-shrink: 0;
  display: inline-block;
}
.x-contact1 ul li .x-text .x-ewm {
  display: flex;
  margin-top: 0.12rem;
}
.x-contact1 ul li .x-text .x-ewm .x-ew {
  margin-right: 0.18rem;
}
.x-contact1 ul li .x-text .x-ewm .x-ew .x-img {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .x-contact1 ul li .x-text .x-ewm .x-ew .x-img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .x-contact1 ul li .x-text .x-ewm .x-ew .x-img {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.x-contact1 ul li .x-text .x-ewm .x-ew .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-contact1 ul li .x-text .x-ewm .x-ew p {
  text-align: center;
  color: #999999;
  margin-top: 5px;
}
.x-contact1 ul li .x-im {
  width: auto;
  height: 0.76rem;
  position: absolute;
  right: 0.36rem;
  bottom: 0.3rem;
}
.x-contact1 ul li .x-im img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-prog1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.9rem 0.8rem 0.4rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .x-prog1 {
    padding: 0.98rem 0 0;
  }
}
.x-prog1 .x-le {
  width: 15.71%;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}
@media (max-width: 767px) {
  .x-prog1 .x-le {
    width: 100%;
    position: initial;
  }
}
.x-prog1 .x-le a {
  display: block;
  color: #666666;
  border: 1px solid transparent;
  border-top: 1px solid #ecebea;
  padding: 0.2rem 0.2rem 0.2rem 0.6rem;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .x-prog1 .x-le a {
    padding: 0.2rem;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .x-prog1 .x-le a {
    padding: 0.25rem;
    font-size: 0.28rem;
  }
}
.x-prog1 .x-le a:first-child {
  border-top: none;
}
.x-prog1 .x-le a::before {
  content: "";
  width: 0.28rem;
  height: 0.66rem;
  background: url('../images/x-prog2.png') no-repeat center;
  background-size: contain;
  position: absolute;
  left: -0.05rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-prog1 .x-le a.on {
  color: #c88b4b;
  font-weight: bold;
  border: 1px solid #dddddd;
  border-radius: 0.1rem;
}
.x-prog1 .x-le a.on + a {
  border-top: 1px solid transparent;
}
.x-prog1 .x-le a.on::before {
  opacity: 1;
}
.x-prog1 .x-ri {
  width: 76.71%;
}
@media (max-width: 767px) {
  .x-prog1 .x-ri {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.x-prog1 .x-ri .x-box1 {
  margin-bottom: 0.55rem;
}
.x-prog1 .x-ri .x-box1 .x-title {
  font-weight: bold;
  color: #333333;
  padding-left: 0.2rem;
  position: relative;
}
.x-prog1 .x-ri .x-box1 .x-title i {
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0.15rem;
}
@media (max-width: 1580px) {
  .x-prog1 .x-ri .x-box1 .x-title i {
    width: 6px;
    height: 6px;
    top: 0.25rem;
  }
}
@media (max-width: 767px) {
  .x-prog1 .x-ri .x-box1 .x-title i {
    width: 0.08rem;
    height: 0.08rem;
    top: 0.2rem;
  }
}
.x-prog1 .x-ri .x-box1 .x-title i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-prog1 .x-ri .x-box1 .x-p {
  padding-left: 0.2rem;
  line-height: 1.625;
  margin-top: 0.15rem;
  color: #666666;
}
.x-prog1 .x-ri .x-box1 .public-img {
  margin-left: 0.2rem;
  border-radius: 0.1rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-prog1 .x-ri .x-box1 .public-img {
    margin-top: 0.3rem;
  }
}
.x-prog1 .x-ri .x-box1 .public-img::before {
  padding-top: 44.19047619%;
}
.x-prog1 .x-ri .x-box1 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 1.4rem -0.2rem 0 0;
}
@media (max-width: 767px) {
  .x-prog1 .x-ri .x-box1 ul {
    margin-top: 0.2rem;
  }
}
.x-prog1 .x-ri .x-box1 ul li {
  width: 33.33%;
  padding: 1rem 0.2rem 0 0;
  display: flex;
}
@media (max-width: 991px) {
  .x-prog1 .x-ri .x-box1 ul li {
    width: 50%;
  }
}
.x-prog1 .x-ri .x-box1 ul li:nth-child(-n + 3) {
  padding-top: 0;
}
@media (max-width: 991px) {
  .x-prog1 .x-ri .x-box1 ul li:nth-child(-n + 3) {
    padding-top: 1rem;
  }
}
@media (max-width: 991px) {
  .x-prog1 .x-ri .x-box1 ul li:nth-child(-n + 2) {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .x-prog1 .x-ri .x-box1 ul li {
    width: 100%;
    padding-top: 1rem !important;
  }
}
.x-prog1 .x-ri .x-box1 ul li .x-box {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 0.1rem;
  position: relative;
  padding: 1.25rem 0.2rem 0.5rem;
  background-color: #fff;
}
.x-prog1 .x-ri .x-box1 ul li .x-box .but_on {
  transition: all 0.4s;
  position: relative;
  z-index: 20;
  width: 1.46rem;
  height: 1.46rem;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -0.7rem;
  transform: translateX(-50%);
  cursor: auto;
}
.x-prog1 .x-ri .x-box1 ul li .x-box .but_on .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  animation: rotate 10s linear infinite;
}
.x-prog1 .x-ri .x-box1 ul li .x-box .but_on p {
  color: #fff;
}
@media (max-width: 767px) {
  .x-prog1 .x-ri .x-box1 ul li .x-box .but_on p {
    font-size: 12px;
  }
}
.x-prog1 .x-ri .x-box1 ul li .x-box .x-text .x-title2 {
  color: #666666;
  text-align: center;
}
.x-djdw {
  position: relative;
  height: 0;
  top: -120px;
}
.x-why1 {
  padding: 1.1rem 0.8rem 1.3rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .x-why1 {
    padding: 0.98rem 0 0;
  }
}
.x-why1 .x-title {
  text-align: center;
  font-weight: bold;
  color: #1a1a1a;
}
.x-why1 ul li {
  width: 2.16rem;
  height: 2.16rem;
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  animation: xsxd 4s linear infinite;
}
@media (max-width: 1580px) {
  .x-why1 ul li {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .x-why1 ul li {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.x-why1 ul li:nth-child(1) {
  left: 14.28%;
  top: 30%;
}
@media (max-width: 767px) {
  .x-why1 ul li:nth-child(1) {
    left: 0;
    top: 34%;
  }
}
.x-why1 ul li:nth-child(2) {
  left: 42.14%;
  top: 26%;
}
@media (max-width: 767px) {
  .x-why1 ul li:nth-child(2) {
    left: 38%;
    top: 30%;
  }
}
.x-why1 ul li:nth-child(3) {
  left: 72.14%;
  top: 30%;
}
@media (max-width: 767px) {
  .x-why1 ul li:nth-child(3) {
    left: auto;
    right: 0;
    top: 34%;
  }
}
.x-why1 ul li:nth-child(3) .x-imgbj {
  transform: translate(-50%, -50%) rotate(180deg);
}
.x-why1 ul li .x-imgbj {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-why1 ul li .x-imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-why1 ul li .x-title2 {
  color: #333333;
  position: relative;
  z-index: 5;
  text-align: center;
  line-height: 1.25;
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-why1 ul li .x-title2 {
    font-size: 0.28rem;
  }
}
.x-why1 .public-img {
  margin: 2rem -1rem 0;
}
@media (max-width: 1260px) {
  .x-why1 .public-img {
    margin: 2.5rem 0 0;
  }
}
.x-why1 .public-img::before {
  padding-top: 31.5625%;
}
.x-why1 .public-img video {
  position: absolute;
  left: -23px;
  top: 0;
  z-index: 2;
  width: 103%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .x-why1 .public-img video {
    left: -18px;
    transform: scale(1.0059);
  }
}
@media (max-width: 767px) {
  .x-why1 .public-img video {
    left: -5px;
  }
}
@keyframes xsxd {
  0% {
    transform: translateY(-0.1rem);
  }
  50% {
    transform: translateY(0.1rem);
  }
  100% {
    transform: translateY(-0.1rem);
  }
}
.x-why2 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-why2 {
    padding-top: 1.2rem;
  }
}
.x-why2 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #1a1a1a;
  position: relative;
  z-index: 5;
}
.x-why2 .container .x-xia {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 5;
  box-shadow: 0 0 0.32rem rgba(167, 99, 28, 0.2);
  padding-bottom: 1.4rem;
  margin-top: 0.3rem;
  padding-top: 1.3rem;
}
@media (max-width: 767px) {
  .x-why2 .container .x-xia {
    padding-bottom: 0.8rem;
  }
}
.x-why2 .container .x-xia .x-swiper1 {
  height: 3.45rem;
  overflow: hidden;
  width: 65.57%;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .x-why2 .container .x-xia .x-swiper1 {
    height: 5.45rem;
    width: 60.87%;
  }
}
@media (max-width: 991px) {
  .x-why2 .container .x-xia .x-swiper1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .x-why2 .container .x-xia .x-swiper1 {
    width: 88%;
    height: 3.45rem;
  }
}
.x-why2 .container .x-xia .x-swiper1 .swiper-wrapper {
  flex-direction: column;
}
.x-why2 .container .x-xia .x-swiper1 .swiper-wrapper .swiper-slide.on .x-sp {
  opacity: 1 !important;
  font-size: 0.36rem;
  line-height: 0.36rem;
}
@media (max-width: 1580px) {
  .x-why2 .container .x-xia .x-swiper1 .swiper-wrapper .swiper-slide.on .x-sp {
    font-size: 0.4rem;
    line-height: 0.4rem;
  }
}
@media (max-width: 991px) {
  .x-why2 .container .x-xia .x-swiper1 .swiper-wrapper .swiper-slide.on .x-sp {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
}
@media (max-width: 767px) {
  .x-why2 .container .x-xia .x-swiper1 .swiper-wrapper .swiper-slide.on .x-sp {
    font-size: 0.22rem;
    line-height: 0.22rem;
  }
}
.x-why2 .container .x-xia .x-swiper1 .swiper-wrapper .swiper-slide.swiper-slide-prev .x-sp {
  opacity: 0.5;
}
.x-why2 .container .x-xia .x-swiper1 .swiper-wrapper .swiper-slide .x-sp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
  font-weight: bold;
  transition: 0.4s ease-in-out;
  opacity: 0.5;
  line-height: 0.24rem;
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .x-why2 .container .x-xia .x-swiper1 .swiper-wrapper .swiper-slide .x-sp {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-why2 .container .x-xia .x-swiper1 .swiper-wrapper .swiper-slide .x-sp {
    font-size: 0.2rem;
  }
}
.x-why2 .container .x-xia .x-swiper1 .swiper-wrapper .swiper-slide .x-sp.on {
  font-size: 0.36rem;
  line-height: 0.36rem;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .x-why2 .container .x-xia .x-swiper1 .swiper-wrapper .swiper-slide .x-sp.on {
    font-size: 0.22rem;
    line-height: 0.22rem;
  }
}
.x-why2 .container .x-xia .x-swiper1 .swiper-wrapper .swiper-slide .x-sp span {
  color: #c68643;
}
.x-why2 .container .x-xia .x-a {
  margin-top: 0.54rem;
  text-align: center;
}
@media (max-width: 767px) {
  .x-why2 .container .x-xia .x-a {
    margin-top: 0.3rem;
  }
}
.x-why2 video {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 104%;
  object-fit: cover;
  margin-left: -4px;
}
.x-why3 {
  padding: 1.3rem 0 1rem;
  position: relative;
  z-index: 100;
}
.x-why3 .container .x-top {
  text-align: center;
}
.x-why3 .container .x-top .x-title {
  color: #1a1a1a;
  font-weight: bold;
}
.x-why3 .container .x-top .x-p {
  color: #333;
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .x-why3 .container .x-top .x-p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-why3 .container .x-con {
    width: 100%;
  }
}
.x-why3 .container .x-xia {
  margin: 0 -0.36rem;
  height: 786px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (max-width: 1580px) {
  .x-why3 .container .x-xia {
    height: 668px;
  }
}
@media (max-width: 991px) {
  .x-why3 .container .x-xia {
    height: auto;
    background: initial !important;
  }
}
.x-why3 .container .x-xia .x-le {
  width: 50%;
  padding: 0.9rem 0.4rem 0 0.75rem;
}
@media (max-width: 991px) {
  .x-why3 .container .x-xia .x-le {
    width: 100%;
    padding-top: 0rem;
  }
}
@media (max-width: 767px) {
  .x-why3 .container .x-xia .x-le {
    padding: 0 0.4rem;
  }
}
.x-why3 .container .x-xia .x-le .x-title2 {
  text-align: center;
  font-weight: bold;
  color: #333;
}
.x-why3 .container .x-xia .x-le ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.x-why3 .container .x-xia .x-le ul li {
  width: 48.38%;
  border: 1px solid #eeeeee;
  border-radius: 0.1rem;
  transition: 0.4s ease-in-out;
  margin-bottom: 0.2rem;
}
.x-why3 .container .x-xia .x-le ul li a {
  display: block;
  padding: 0.28rem 0.3rem 0.3rem 0.2rem;
}
@media (max-width: 767px) {
  .x-why3 .container .x-xia .x-le ul li {
    width: 100%;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.x-why3 .container .x-xia .x-le ul li:hover {
  background-color: #c68643;
}
.x-why3 .container .x-xia .x-le ul li:hover .x-title3 i svg path {
  fill: #fff;
}
.x-why3 .container .x-xia .x-le ul li:hover .x-title3 span {
  color: #fff;
}
.x-why3 .container .x-xia .x-le ul li:hover .x-p {
  color: #fff;
}
.x-why3 .container .x-xia .x-le ul li:last-child {
  width: 100%;
}
.x-why3 .container .x-xia .x-le ul li .x-title3 {
  display: flex;
}
.x-why3 .container .x-xia .x-le ul li .x-title3 i {
  display: inline-flex;
  align-items: center;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.06rem;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .x-why3 .container .x-xia .x-le ul li .x-title3 i {
    width: 0.46rem;
    height: 0.46rem;
  }
}
.x-why3 .container .x-xia .x-le ul li .x-title3 i svg,
.x-why3 .container .x-xia .x-le ul li .x-title3 i img {
  width: 100%;
  height: 100%;
}
.x-why3 .container .x-xia .x-le ul li .x-title3 i svg path,
.x-why3 .container .x-xia .x-le ul li .x-title3 i img path {
  fill: #c68643;
  transition: 0.4s ease-in-out;
}
.x-why3 .container .x-xia .x-le ul li .x-title3 span {
  color: #c68643;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.4s ease-in-out;
  font-weight: bold;
}
.x-why3 .container .x-xia .x-le ul li .x-p {
  margin-top: 5px;
  color: #666666;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.8em;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-why3 .container .x-xia .x-le ul li .x-p {
    height: auto;
    -webkit-line-clamp: initial;
  }
}
.x-why3 .container .x-xia .x-ri {
  width: 50%;
  padding: 0.9rem 0.75rem 0 0.4rem;
}
@media (max-width: 991px) {
  .x-why3 .container .x-xia .x-ri {
    width: 100%;
    padding-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-why3 .container .x-xia .x-ri {
    padding: 0.4rem 0.4rem 0;
  }
}
.x-why3 .container .x-xia .x-ri .x-title2 {
  text-align: center;
  font-weight: bold;
  color: #333;
}
.x-why3 .container .x-xia .x-ri ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.x-why3 .container .x-xia .x-ri ul li {
  width: 48.38%;
  border: 1px solid #eeeeee;
  border-radius: 0.1rem;
  transition: 0.4s ease-in-out;
  margin-bottom: 0.2rem;
}
.x-why3 .container .x-xia .x-ri ul li a {
  display: block;
  padding: 0.28rem 0.3rem 0.3rem 0.2rem;
}
@media (max-width: 767px) {
  .x-why3 .container .x-xia .x-ri ul li {
    width: 100%;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.x-why3 .container .x-xia .x-ri ul li:hover {
  background-color: #c68643;
}
.x-why3 .container .x-xia .x-ri ul li:hover .x-title3 i svg path {
  fill: #fff;
}
.x-why3 .container .x-xia .x-ri ul li:hover .x-title3 span {
  color: #fff;
}
.x-why3 .container .x-xia .x-ri ul li:hover .x-p {
  color: #fff;
}
.x-why3 .container .x-xia .x-ri ul li .x-title3 {
  display: flex;
}
.x-why3 .container .x-xia .x-ri ul li .x-title3 i {
  display: inline-flex;
  align-items: center;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.06rem;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .x-why3 .container .x-xia .x-ri ul li .x-title3 i {
    width: 0.46rem;
    height: 0.46rem;
  }
}
.x-why3 .container .x-xia .x-ri ul li .x-title3 i svg,
.x-why3 .container .x-xia .x-ri ul li .x-title3 i img {
  width: 100%;
  height: 100%;
}
.x-why3 .container .x-xia .x-ri ul li .x-title3 i svg path,
.x-why3 .container .x-xia .x-ri ul li .x-title3 i img path {
  fill: #c68643;
  transition: 0.4s ease-in-out;
}
.x-why3 .container .x-xia .x-ri ul li .x-title3 span {
  color: #c68643;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.x-why3 .container .x-xia .x-ri ul li .x-p {
  margin-top: 5px;
  color: #666666;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.8em;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-why3 .container .x-xia .x-ri ul li .x-p {
    height: auto;
    -webkit-line-clamp: initial;
  }
}
.x-why3 .container .pub_tc {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-why3 .container .pub_tc {
    margin-top: 0.1rem;
  }
}
.x-why4 .container {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.25rem;
}
.x-why4 .container .x-title {
  text-align: center;
  color: #1a1a1a;
  font-weight: bold;
}
.x-why4 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0.14rem;
  margin: 0.9rem -0.3rem 0 0;
}
@media (max-width: 767px) {
  .x-why4 .container ul {
    margin-top: 0.3rem;
  }
}
.x-why4 .container ul li {
  width: 25%;
  padding: 0 0.3rem 0.3rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .x-why4 .container ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-why4 .container ul li {
    width: 100%;
  }
}
.x-why4 .container ul li .x-box {
  width: 100%;
  display: flex;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.32rem rgba(206, 145, 77, 0.24);
  background-color: #fff;
  padding: 0.2rem 0.2rem 0.2rem 0.25rem;
}
.x-why4 .container ul li .x-box .x-l {
  width: calc(100% - 1.32rem);
  padding-right: 0.1rem;
}
.x-why4 .container ul li .x-box .x-l .x-title2 {
  color: #333333;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .x-why4 .container ul li .x-box .x-l .x-title2 {
    font-size: 16px;
  }
}
.x-why4 .container ul li .x-box .x-l .x-ic {
  margin-top: 0.15rem;
  width: 0.58rem;
  height: auto;
}
.x-why4 .container ul li .x-box .x-l .x-ic img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.x-why4 .container ul li .x-box .x-r {
  width: 1.32rem;
  height: 1.32rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-why4 .container ul li .x-box .x-r {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.x-why4 .container ul li .x-box .x-r .x-img {
  width: 100%;
  height: 100%;
}
.x-why4 .container ul li .x-box .x-r .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-why4 .container ul li .x-box .x-r p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #cd904d;
  font-weight: bold;
  text-align: center;
  width: 0.84rem;
  height: 0.84rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
@media (max-width: 1580px) {
  .x-why4 .container ul li .x-box .x-r p {
    font-size: 12px;
  }
}
.x-why4 .container .public-img {
  margin: 0.6rem -1rem 0;
}
@media (max-width: 1260px) {
  .x-why4 .container .public-img {
    margin: 0.6rem 0rem 0;
  }
}
@media (max-width: 767px) {
  .x-why4 .container .public-img {
    margin-top: 0.2rem;
  }
}
.x-why4 .container .public-img::before {
  padding-top: 21.25%;
}
.x-why4 .container .public-img video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-why5 {
  padding: 1.8rem 0 2rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-why5 {
    padding-bottom: 2.8rem;
  }
}
@media (max-width: 767px) {
  .x-why5 {
    padding-top: 1.4rem;
  }
}
.x-why5 .x-con .x-title {
  text-align: center;
  font-weight: bold;
}
.x-why5 .x-con .x-xia {
  position: relative;
}
.x-why5 .x-con .x-xia .x-zh {
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 auto;
  margin-top: 0.65rem;
  position: relative;
  border: 1px solid #fff;
  border-radius: 100%;
}
.x-why5 .x-con .x-xia .x-zh i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: inset 0px 0px 1rem 0px #c68643;
}
.x-why5 .x-con .x-xia .x-zh i:nth-child(1) {
  animation: round2 6s linear infinite;
}
.x-why5 .x-con .x-xia .x-zh i:nth-child(2) {
  animation: round2 6s 1.2s linear infinite;
}
.x-why5 .x-con .x-xia .x-zh i:nth-child(3) {
  animation: round2 6s 2.4s linear infinite;
}
.x-why5 .x-con .x-xia .x-zh i:nth-child(4) {
  animation: round2 6s 3.6s linear infinite;
}
.x-why5 .x-con .x-xia .x-zh i:nth-child(5) {
  animation: round2 6s 4.8s linear infinite;
}
.x-why5 .x-con .x-xia .x-zh .x-img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 5;
}
.x-why5 .x-con .x-xia .x-zh .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-why5 .x-con .x-xia .x-zh .pub_a3 {
  position: absolute;
  left: 50%;
  top: 1.8rem;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 5;
}
.x-why5 .x-con .x-xia .x-zh .pub_a3::before {
  content: "";
  width: 1.3rem;
  height: 0.9rem;
  background: url('../images/home4.png') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 73.5%;
  transform: translateX(-50%);
}
@media (max-width: 1260px) {
  .x-why5 .x-con .x-xia .x-zh .pub_a3::before {
    bottom: 82.5%;
  }
}
.x-why5 .x-con .x-xia .x-zh .pub_a3 p {
  white-space: nowrap;
}
.x-why5 .x-con .x-xia .x-zh .pub_a3:hover p {
  color: #c68643;
}
.x-why5 .x-con .x-xia .x-zh .pub_a3:hover svg path {
  fill: #c68643;
}
.x-why5 .x-con .x-xia .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-ic {
  width: 1.6rem;
  height: 1.6rem;
  transform: translateX(0) scale(1) !important;
  opacity: 1 !important;
}
@media (max-width: 1580px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-ic {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (max-width: 991px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-ic {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-ic {
    width: 1.26rem;
    height: 1.26rem;
  }
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic {
  width: 0;
  height: 0;
  border: 1px solid #d7d7d7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  transition: all 0.6s linear;
  opacity: 0;
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(1) {
  left: 17.7%;
  top: -42.77%;
  transform: translateX(-1rem) scale(0);
}
@media (max-width: 767px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(1) {
    left: 10.7%;
    top: -15.77%;
  }
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(2) {
  left: 9.89%;
  top: 25%;
  transform: translateX(-1rem) scale(0);
}
@media (max-width: 767px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(2) {
    left: 2.89%;
  }
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(3) {
  left: 23.43%;
  top: 25%;
  transform: translateX(-1rem) scale(0);
}
@media (max-width: 767px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(3) {
    left: 5.43%;
    top: 66%;
  }
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(4) {
  left: 17.7%;
  top: 102%;
  transform: translateX(-1rem) scale(0);
}
@media (max-width: 767px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(4) {
    left: 14.7%;
  }
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(5) {
  left: 31.77%;
  top: 94.4%;
  transform: translateX(-1rem) scale(0);
}
@media (max-width: 767px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(5) {
    left: 32.77%;
    top: 117.4%;
  }
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(6) {
  right: 17.7%;
  top: -42.77%;
  transform: translateX(1rem) scale(0);
}
@media (max-width: 767px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(6) {
    right: 10.7%;
    top: -15.77%;
  }
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(7) {
  right: 23.43%;
  top: 25%;
  transform: translateX(1rem) scale(0);
}
@media (max-width: 767px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(7) {
    right: 5.43%;
    top: 66%;
  }
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(8) {
  right: 9.89%;
  top: 25%;
  transform: translateX(1rem) scale(0);
}
@media (max-width: 767px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(8) {
    right: 2.89%;
  }
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(9) {
  right: 31.77%;
  top: 94.4%;
  transform: translateX(1rem) scale(0);
}
@media (max-width: 767px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(9) {
    right: 32.77%;
    top: 117.4%;
  }
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(10) {
  right: 17.7%;
  top: 102%;
  transform: translateX(1rem) scale(0);
}
@media (max-width: 767px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic:nth-child(10) {
    right: 14.7%;
  }
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic .x-img {
  max-width: 65.4545%;
  max-height: 65.4545%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic .x-img {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (max-width: 991px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic .x-img {
    width: 1rem;
    height: 1rem;
  }
}
.x-why5 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-ic .x-img img {
  width: auto;
  height: auto;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-why5 .x-con .x-xia .swiper-container .swiper-pagination {
  bottom: -36%;
}
@media (max-width: 767px) {
  .x-why5 .x-con .x-xia .swiper-container .swiper-pagination {
    bottom: -68%;
  }
}
.x-why5 .x-con .x-xia .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #cbcaca;
  opacity: 1;
  margin: 0 0.1rem;
}
.x-why5 .x-con .x-xia .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c68643;
}
@keyframes round2 {
  0% {
    opacity: 0.1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(6);
  }
}
.x-curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.x-curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.x-curtain1 .curtain_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
.x-curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.x-curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 52px;
  height: 52px;
  cursor: pointer;
  z-index: 10000;
  background-color: #f5e9dc;
  border-radius: 100%;
}
@media (max-width: 1260px) {
  .x-curtain1 .curtain_box .curtain_title .close_tc {
    top: 0.8rem;
    right: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 991px) {
  .x-curtain1 .curtain_box .curtain_title .close_tc {
    top: 0.5rem;
    right: 0.5rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-curtain1 .curtain_box .curtain_title .close_tc {
    top: 0.3rem;
    right: 0.3rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}
.x-curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #ce904e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.x-curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #ce904e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.x-curtain1 .curtain_box .x-con {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
@media (max-width: 767px) {
  .x-curtain1 .curtain_box .x-con {
    min-height: 100vh;
  }
}
.x-curtain1 .curtain_box .x-con .x-le {
  width: 33.85%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.1rem 1.5rem 0.4rem 1.2rem;
}
@media (max-width: 1580px) {
  .x-curtain1 .curtain_box .x-con .x-le {
    padding: 2.1rem 1.2rem 0.4rem 1.2rem;
  }
}
@media (max-width: 1260px) {
  .x-curtain1 .curtain_box .x-con .x-le {
    padding: 1.8rem 0.6rem 0.4rem;
  }
}
@media (max-width: 991px) {
  .x-curtain1 .curtain_box .x-con .x-le {
    display: none;
  }
}
.x-curtain1 .curtain_box .x-con .x-le .x-title {
  line-height: 1.33333333;
  font-weight: bold;
  color: #fff;
}
.x-curtain1 .curtain_box .x-con .x-le .x-p {
  margin-top: 1.25rem;
}
.x-curtain1 .curtain_box .x-con .x-le .x-p .x-sp {
  display: flex;
  margin-bottom: 0.3rem;
}
.x-curtain1 .curtain_box .x-con .x-le .x-p .x-sp .x-im {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.x-curtain1 .curtain_box .x-con .x-le .x-p .x-sp .x-im img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-curtain1 .curtain_box .x-con .x-le .x-p .x-sp span {
  color: #fff;
  line-height: 1.33333333;
}
.x-curtain1 .curtain_box .x-con .x-ri {
  width: 66.15%;
  padding: 1.2rem 2rem 0.4rem 1.5rem;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: auto;
}
@media (max-width: 1260px) {
  .x-curtain1 .curtain_box .x-con .x-ri {
    padding: 0.8rem 0.6rem 0.4rem;
  }
}
@media (max-width: 991px) {
  .x-curtain1 .curtain_box .x-con .x-ri {
    width: 100%;
    height: 100%;
    background-image: none !important;
  }
}
.x-curtain1 .curtain_box .x-con .x-ri .x-top .x-title {
  font-weight: bold;
  color: #333;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-top p {
  color: #666666;
  margin-top: 5px;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia {
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia {
    overflow: hidden;
  }
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l {
  width: 46.73%;
}
@media (max-width: 767px) {
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l {
    width: 100%;
  }
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp {
  margin-bottom: 0.24rem;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp p {
  color: #666666;
  margin-bottom: 5px;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp p span {
  color: #e62020;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .g-tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .g-tel img {
  height: 0.48rem;
  width: 1.8rem;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-in {
  width: 100%;
  height: 0.48rem;
  border: 1px solid #dddddd;
  padding: 0 10px;
  border-radius: 0.05rem;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-in,
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .g-tel img {
    height: 0.64rem;
  }
}
@media (max-width: 767px) {
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-in,
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .g-tel img {
    height: 0.8rem;
  }
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-in::placeholder {
  color: #999999;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0.1rem;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-ul .x-li {
  width: 33.33%;
  padding-right: 0.1rem;
  margin-bottom: 0.12rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-ul .x-li span {
  display: inline-block;
  margin-left: 0.1rem;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala {
  width: 100%;
  position: relative;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala .x-sp {
  display: block;
  border: 1px solid #e5e5e5;
  height: 100%;
  padding: 0 0.15rem;
  height: 0.48rem;
  line-height: 0.48rem;
  position: relative;
  cursor: pointer;
  border-radius: 0.05rem;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala .x-sp {
    height: 0.64rem;
    line-height: 0.64rem;
  }
}
@media (max-width: 767px) {
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala .x-sp {
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala .x-sp span {
  color: #333;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala .x-sp i {
  display: inline-block;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala .x-sp i svg {
  display: block;
  width: 13px;
  height: 7px;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala .x-sp i svg path {
  fill: #ce904e;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0 0 0.1rem rgba(22, 36, 97, 0.1);
  padding: 0.05rem 0;
  max-height: 2.3rem;
  overflow-y: auto;
  display: none;
}
@media (max-width: 767px) {
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala ul {
    max-height: 1.7rem;
  }
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala ul li {
  padding: 0.05rem 0.15rem;
  color: #666;
  cursor: pointer;
  transition: 0.4s all;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala ul li p {
  transition: 0.4s all;
  margin: 0;
  font-weight: initial;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala ul li:hover {
  background-color: #f5f5f5;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-l .x-inp .x-xiala ul li:hover p {
  color: #c68643;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r {
  width: 46.73%;
}
@media (max-width: 767px) {
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r {
    width: 100%;
    padding-bottom: 0.4rem;
  }
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp {
  margin-bottom: 0.24rem;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp p {
  color: #666666;
  margin-bottom: 5px;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp p span {
  color: #e62020;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala {
  width: 100%;
  position: relative;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala .x-sp {
  display: block;
  border: 1px solid #e5e5e5;
  padding: 0 0.15rem;
  height: 0.48rem;
  line-height: 0.48rem;
  position: relative;
  cursor: pointer;
  border-radius: 0.05rem;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 0.4rem;
}
@media (max-width: 1580px) {
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala .x-sp {
    height: 0.64rem;
    line-height: 0.64rem;
  }
}
@media (max-width: 767px) {
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala .x-sp {
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala .x-sp span {
  color: #333;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala .x-sp i {
  display: inline-block;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala .x-sp i svg {
  display: block;
  width: 13px;
  height: 7px;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala .x-sp i svg path {
  fill: #ce904e;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0 0 0.1rem rgba(22, 36, 97, 0.1);
  padding: 0.05rem 0;
  max-height: 3rem;
  overflow-y: auto;
  display: none;
}
@media (max-width: 767px) {
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala ul {
    max-height: 1.7rem;
  }
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala ul li {
  padding: 0.05rem 0.15rem;
  color: #666;
  cursor: pointer;
  transition: 0.4s all;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala ul li p {
  transition: 0.4s all;
  margin: 0;
  font-weight: initial;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala ul li:hover {
  background-color: #f5f5f5;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp .x-xiala ul li:hover p {
  color: #c68643;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp textarea {
  width: 100%;
  height: 2.3rem;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 0.12rem 0.15rem;
  border-radius: 0.05rem;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp textarea {
    height: 2.9rem;
  }
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-inp textarea::placeholder {
  color: #999;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-te .x-tt {
  display: flex;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-te .x-tt .xc-checkbox {
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-te .x-tt .x-pl {
  color: #999999;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-te .x-tt .x-pl a {
  color: #c68643;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .x-r .x-te .pub_a2 {
  margin-top: 0.3rem;
}
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .xc-radio,
.x-curtain1 .curtain_box .x-con .x-ri .x-xia .xc-checkbox {
  pointer-events: initial;
}
.x-curtain1 .xc-radio:checked,
.x-curtain1 .xc-radio.xc-checked,
.x-curtain1 .xc-checkbox:checked,
.x-curtain1 .xc-checkbox.xc-checked {
  background-color: #ce904e;
  border: 1px solid #f0f0f0;
  text-align: center;
  background-clip: padding-box;
  transition: all 0.3s;
}
.x-curtain1 .xc-radio,
.x-curtain1 .xc-checkbox {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
  cursor: pointer;
  flex-shrink: 0;
  pointer-events: none;
}
@media (max-width: 1580px) {
  .x-curtain1 .xc-radio,
  .x-curtain1 .xc-checkbox {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .x-curtain1 .xc-radio,
  .x-curtain1 .xc-checkbox {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.x-curtain1 .xc-radio:checked:after,
.x-curtain1 .xc-radio.xc-checked:after,
.x-curtain1 .xc-checkbox:checked:after,
.x-curtain1 .xc-checkbox.xc-checked:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('../images/x-lz3.svg') no-repeat center;
  background-size: contain;
}
.x-chan1 {
  margin: 2.2rem 0.8rem 0;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 0.2rem rgba(206, 206, 206, 0.5);
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .x-chan1 {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .x-chan1 {
    margin: 2.2rem 0 0;
  }
}
.x-chan1::before {
  content: "";
  width: 2.5rem;
  height: 1.6rem;
  background: url('../images/x-cha2.png') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 96.1%;
  transform: translateX(-50%);
}
@media (max-width: 1580px) {
  .x-chan1::before {
    bottom: 97.1%;
  }
}
@media (max-width: 991px) {
  .x-chan1::before {
    bottom: 97.4%;
  }
}
@media (max-width: 767px) {
  .x-chan1::before {
    bottom: 98.3%;
  }
}
.x-chan1 .x-le {
  width: 32.14%;
  padding: 1.15rem 0.4rem 0.4rem 0.4rem;
}
@media (max-width: 991px) {
  .x-chan1 .x-le {
    width: 100%;
    padding: 0.4rem;
  }
}
.x-chan1 .x-le .x-title {
  font-weight: bold;
  color: #1a1a1a;
}
.x-chan1 .x-le .x-p {
  color: #333;
  margin-top: 0.25rem;
}
.x-chan1 .x-ri {
  width: 67.86%;
  padding: 0.6rem 0.6rem 0.86rem 0;
}
@media (max-width: 991px) {
  .x-chan1 .x-ri {
    width: 100%;
    padding: 0.2rem 0.4rem 0.4rem;
  }
}
.x-chan1 .x-ri .x-form .x-t {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-chan1 .x-ri .x-form .x-t .x-inp {
  width: 48.31%;
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .x-chan1 .x-ri .x-form .x-t .x-inp {
    width: 100%;
  }
}

.x-chan1 .x-inp .g-tel img {
  height: 0.48rem;
  width: 1.8rem;
  margin-top: 5px;
}

  
.x-chan1 .x-ri .x-form .x-t .x-inp input.x-in {
  width: 1.8rem;
}

.x-chan1 .x-ri .x-form .x-t .x-inp p {
  color: #666666;
  font-weight: bold;
}
.x-chan1 .x-ri .x-form .x-t .x-inp p span {
  color: #e62020;
}
.x-chan1 .x-ri .x-form .x-t .x-inp input {
  width: 100%;
  height: 0.48rem;
  border: 1px solid #dddddd;
  border-radius: 0.05rem;
  padding: 0 10px;
  /* color: #999999; */
  margin-top: 5px;
}
@media (max-width: 1580px) {
  .x-chan1 .x-ri .x-form .x-t .x-inp input,
  .x-chan1 .x-inp .g-tel img {
    height: 0.56rem;
  }
}
@media (max-width: 767px) {
  .x-chan1 .x-ri .x-form .x-t .x-inp input,
  .x-chan1 .x-inp .g-tel img {
    height: 0.8rem;
  }
}
.x-chan1 .x-ri .x-form .x-t .x-inp input::placeholder {
  color: #999999;
}
.x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala {
  width: 100%;
  position: relative;
  margin-top: 5px;
}
.x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala .x-sp {
  display: block;
  border: 1px solid #dddddd;
  padding: 0 0.15rem;
  height: 0.48rem;
  line-height: 0.48rem;
  position: relative;
  cursor: pointer;
  border-radius: 0.05rem;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala .x-sp {
    height: 0.56rem;
    line-height: 0.56rem;
  }
}
@media (max-width: 767px) {
  .x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala .x-sp {
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala .x-sp span {
  color: #999999;
}
.x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala .x-sp i {
  display: inline-block;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala .x-sp i svg {
  display: block;
  width: 13px;
  height: 7px;
}
.x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala .x-sp i svg path {
  fill: #ce904e;
}
.x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0 0 0.1rem rgba(22, 36, 97, 0.1);
  padding: 0.05rem 0;
  max-height: 2rem;
  overflow-y: auto;
  display: none;
}
@media (max-width: 767px) {
  .x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala ul {
    max-height: 1.7rem;
  }
}
.x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala ul li {
  padding: 0.05rem 0.15rem;
  color: #666;
  cursor: pointer;
  transition: 0.4s all;
}
.x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala ul li p {
  transition: 0.4s all;
  margin: 0;
  font-weight: initial;
}
.x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala ul li:hover {
  background-color: #f5f5f5;
}
.x-chan1 .x-ri .x-form .x-t .x-inp .x-xiala ul li:hover p {
  color: #c68643;
}
.x-chan1 .x-ri .x-form .x-tt {
  display: flex;
  margin-top: -0.15rem;
}
.x-chan1 .x-ri .x-form .x-tt .x-on {
  margin-right: 0.1rem;
}
.x-chan1 .x-ri .x-form .x-tt .x-pl {
  color: #999999;
}
.x-chan1 .x-ri .x-form .x-tt .x-pl a {
  color: #c68643;
}
.x-chan1 .x-ri .x-form .pub_a2 {
  margin-top: 0.38rem;
}
.x-chan1 .xc-radio:checked,
.x-chan1 .xc-radio.xc-checked,
.x-chan1 .xc-checkbox:checked,
.x-chan1 .xc-checkbox.xc-checked {
  background-color: #ce904e;
  border: 1px solid #f0f0f0;
  text-align: center;
  background-clip: padding-box;
  transition: all 0.3s;
}
.x-chan1 .xc-radio,
.x-chan1 .xc-checkbox {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .x-chan1 .xc-radio,
  .x-chan1 .xc-checkbox {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .x-chan1 .xc-radio,
  .x-chan1 .xc-checkbox {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.x-chan1 .xc-radio:checked:after,
.x-chan1 .xc-radio.xc-checked:after,
.x-chan1 .xc-checkbox:checked:after,
.x-chan1 .xc-checkbox.xc-checked:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('../images/x-lz3.svg') no-repeat center;
  background-size: contain;
}
.panClip {
  width: 1.32rem;
  height: 1.32rem;
  background-color: #f8f0e7;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .panClip {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.panClip .percentage {
  width: 0.84rem;
  height: 0.84rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  opacity: 0;
}
@media (max-width: 767px) {
  .panClip .percentage {
    width: 1rem;
    height: 1rem;
  }
}
.panClip .clipBox {
  width: 100%;
  height: 100%;
  position: absolute;
  clip-path: polygon(50% 0%, 50% 100%, 100% 100%, 100% 0%);
}
.panClip .clipBox .clipLeft,
.panClip .clipBox .clipRight {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.panClip .clipBox .clipLeft {
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0%);
  background-color: #e2a45f !important;
}
.panClip .clipBox .clipRight {
  clip-path: polygon(50% 0%, 50% 100%, 100% 100%, 100% 0%);
  background-color: #e2a45f !important;
}
.width-none {
  width: 0 !important;
}
.clip_none {
  clip-path: none !important;
}
.panClip .circular {
  display: none !important;
  width: 30px;
  height: 30px;
  background-color: transparent !important;
  transform: translateX(-50%);
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 3;
}
.panClip .corest {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.x-djdw {
  position: relative;
  height: 0;
  top: -120px;
}