body {
  background-color: #222;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.6;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hd-video {
  overflow: hidden;
  transition: 1.2s ease-in-out;
  padding-top: 56.25%;
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2000;
}
.hd-video video {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hd-video_hidden {
  visibility: hidden;
  padding-top: 0;
}

.standard-height {
  position: relative;
  background: #111;
}

.standard {
  position: sticky;
  top: 0;
  height: 1080px;
  font-size: 12px;
}
.standard.standard_minh .item_1 .li .tit {
  font-size: 26px;
}

.standard-title {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  z-index: 20;
}
.standard-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  transition: 0.3s 0.2s;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
}

.standard-nav {
  position: absolute;
  width: 1100px;
  display: flex;
  justify-content: space-between;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 30;
}

.standard-nav .li {
  padding: 40px 20px;
  text-align: center;
  border-radius: 80px;
  margin: 0 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  background: url(/images/guide2022/bor1.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  transition: 0.3s;
}
.standard-nav .li.cur {
  color: #ddc38a;
  background: url(/images/guide2022/bor2.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  transform: translateY(-10px);
}

.standard .item {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 20;
  opacity: 0;
  transition: 0.3s;
}

.standard .item_2 .standard-text {
  color: #000;
}
.standard .item_tit {
  margin: 40px 0 10px;
  transform: translateY(-20px) scale(0.9);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.standard .item_1 {
  background-color: #111;
}
.standard .item_1::before {
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  height: 20%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  content: "";
  position: absolute;
  z-index: 10;
}
.standard .item_1::after {
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 20%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  content: "";
  position: absolute;
  z-index: 10;
}

.standard .item .img1 {
  width: 1920px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-top: -540px;
  margin-left: -960px;
  transform: scale(1.1);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.standard .item_1 .img-contain {
  width: 1920px;
  position: relative;
  left: 50%;
  top: 50%;
  height: 1080px;
  transform: translateY(-50%);
  margin-left: -960px;
}
.standard .item_1 .ul {
  position: absolute;
  z-index: 10;
  width: 1100px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.standard .item_1 .li {
  border: 1px solid rgba(185, 163, 115, 0.3);
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 10px 20px;
  width: 275px;
  transition: 0.3s;
}
.standard .item_1 .li .line-circle {
  opacity: 0.8;
}
.standard .item_1 .li:hover {
  border: 1px solid rgba(185, 163, 115, 1);
  color: rgba(255, 255, 255, 1);
  box-shadow: 1px 0 1px rgba(255, 255, 255, 0.4);
}
.standard .item_1 .li:hover .line_poly {
  stroke: rgba(185, 163, 115, 1);
  stroke-width: 3;
}
.standard .item_1 .li:hover .line-circle {
  animation: xingtLiAft 1s ease both infinite;
}

@keyframes xingtLiAft {
  0% {
    opacity: 0.7;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.standard .item_1 .line {
  position: absolute;
  left: 315px;
  top: 0;
}
.standard .item_1 .line2 {
  position: absolute;
  right: 315px;
  top: 0;
}
.standard .item_1 svg {
  width: 400px;
}

.standard .item_1 .line_poly {
  fill: none;
  transition: 0.3s;
  stroke: rgba(185, 163, 115, 0.7);
  stroke-width: 1;
}
.standard .item_1 .li .tit {
  color: #b9a373;
  font-size: 30px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.standard .item_1 .li .tit::after {
  content: "";
  width: 1px;
  height: 30px;
  display: inline-block;
  background-color: #b9a373;
  opacity: 0.3;
  margin: 0 10px;
}
.standard .item_1 .li .txt {
  font-size: 12px;
}
.standard .item_1 .li:nth-child(1) {
  left: 0;
  top: 410px;
}
.standard .item_1 .li:nth-child(2) {
  left: 0;
  top: 515px;
}
.standard .item_1 .li:nth-child(3) {
  left: 0;
  top: 623px;
}
.standard .item_1 .li:nth-child(4) {
  left: 0;
  top: 720px;
}
.standard .item_1 .li:nth-child(5) {
  top: 524px;
  left: 800px;
}
.standard .item_1 .li:nth-child(6) {
  top: 673px;
  left: 800px;
}

.standard .item.item-show {
  opacity: 1;
  z-index: 21;
}
.standard .item.item-show .img1 {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}
.standard .item.item-show .item_tit {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.standard .item.item-show .standard-text {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.standard .item:nth-child(1) {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 40%,
    #a38c60 60%,
    #a38c60 100%
  );
}

.standard .item:nth-child(2) {
  background: linear-gradient(
    to bottom,
    #dbf1ff 0%,
    #dbf1ff 40%,
    #398bb3 60%,
    #398bb3 100%
  );
}

.standard .item:nth-child(3) {
  background: linear-gradient(
    to bottom,
    #fcfcfe 0%,
    #fcfcfe 40%,
    #020202 60%,
    #020202 100%
  );
}
.standard .item:nth-child(5),
.standard .item:nth-child(6),
.standard .item:nth-child(7),
.standard .item:nth-child(8),
.standard .item:nth-child(9) {
  background: #020202;
}

.dzxlist {
  background: #e9ebed url(/images/guide2022/prolist-bg.jpg) no-repeat 50% 100%;
  padding: 70px 0;
}
.dzxlist_talk {
  background: url(/images/guide2022/dialogue1.png) no-repeat;
  width: 276px;
  height: 40px;
  display: block;
  margin: 50px auto 0;
  transition: 0.3s;
}
.dzxlist_talk .icon {
  padding: 8px 0 0 18px;
  display: block;
  position: relative;
  -webkit-animation: guidebounce 3s 0.2s ease both infinite;
}
.dzxlist_talk:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.dzxlist .tit {
  text-align: center;
}
.info-txt {
  color: #222;
  font-size: 18px;
  line-height: 1.4;
  padding: 20px 0 60px;
}
.dzxlist .list {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
.dzxlist .list_tit {
  text-align: center;
  padding: 10px 0 30px;
}
.dzxlist .item {
  width: 340px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 20px 20px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  border-radius: 20px;
}
.dzxlist .item .img img {
  border-radius: 20px 20px 0 0;
}
.dzxlist .item .ul {
  padding: 20px 0;
}
.dzxlist .item .li {
  display: flex;
  color: #3e3a39;
  padding: 16px 20px 16px 0;
  margin: 0 30px 0 40px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eeeeed;
  background: url(/images/guide2022/more.svg) no-repeat 100% 50% / 15px;
  transition: 0.3s;
  position: relative;
}
.dzxlist .item .li .vip {
  background: url(/images/guide2022/pro-icon1.png) no-repeat 0 0 / contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -24px;
}
.dzxlist .vip-tips {
  padding: 30px 0 0 20px;
}
.dzxlist .vip-tips .vip {
  background: url(/images/guide2022/pro-icon1.png) no-repeat 0 0 / contain;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 3px;
}
.dzxlist .item .li:hover {
  transform: translateX(4px);
}
.dzxlist .item .li .name {
  line-height: 1;
}
.dzxlist .item .li .name span {
  font-size: 30px;
  font-family: "Oswald", Arial, SimSun;
  margin-right: 4px;
}
.dzxlist .item .li:first-child {
  border-top: 0;
}
.dzxlist .item .li:last-child {
  border-bottom: 0;
}
.dzxlist .item .name {
  width: 80px;
  text-align: right;
  flex-shrink: 0;
}
.dzxlist .item .des {
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  border-radius: 12px;
  padding: 0 20px;
  line-height: 1;
}
.dzxlist .item .li .xx,
.dzxlist .item .li .cx {
  padding: 0 0 0 20px;
  height: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.dzxlist .item .li .xx {
  background: url(/images/ychdzx/icon-x1.png) no-repeat 0 50% / 14px;
}
.dzxlist .item .li .cx {
  margin-top: 2px;
  background: url(/images/ychdzx/icon-x2.png) no-repeat 0 50% / 14px;
}
.dzxlist .item .li .des span {
  font-size: 16px;
  font-family: "Oswald", Arial, SimSun;
  vertical-align: middle;
  padding: 0 4px;
}
.z-2019 {
  display: none;
}
.o-kv:before {
  display: none;
}
.o-slide .jsNav {
  bottom: 0;
}
@-webkit-keyframes guidebounce {
  0%,
  10%,
  25%,
  40%,
  50% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-4px);
  }
  30% {
    -webkit-transform: translateY(-2px);
  }
}

.yzlc .con {
  height: 769px;
  background: url(/images/guide2022/yzlc-bg.jpg) right bottom no-repeat;
  text-align: center;
}

.yzlc .con ul {
  padding-top: 20px;
  width: 880px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.yzlc .con li {
  text-align: center;
}
.yzlc .con li .img {
  width: 100px;
  height: 130px;
  overflow: hidden;
  border-radius: 50px;
}
.yzlc .con li img {
  transition: 0.3s;
  position: relative;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
.yzlc .info-tit {
  padding-top: 80px;
}
.yzlc .tit2 {
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0 8px;
  color: #ae894b;
}
.yzlc p {
  position: absolute;
  visibility: hidden;
  width: 100%;
  left: 0;
  margin-top: 20px;
  text-align: left;
  padding: 15px 0;
  color: #7d7d7d;
  font-size: 16px;
}
.yzlc p:before,
.yzlc p:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #cbb99d;
  top: 0;
}
.yzlc .con li i {
  opacity: 0;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  margin-top: -15px;
  z-index: 4;
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzI0JyBoZWlnaHQ9JzI0Jz48cGF0aCBkPSdNNTU2IDMzMy42bDI4MC41IDI4MC41YzEwLjggMTAuOCAxMC44IDI4LjQgMCAzOS4yLTEwLjggMTAuOC0yOC40IDEwLjgtMzkuMiAwTDUzNi4yIDM5Mi4xIDI3NS4xIDY1My4zYy0xMC44IDEwLjgtMjguNCAxMC44LTM5LjIgMC0xMC44LTEwLjgtMTAuOC0yOC40IDAtMzkuMmwyODAuNS0yODAuNWM1LjQtNS40IDEyLjYtOC4xIDE5LjgtOC4xIDcuMiAwIDE0LjQgMi42IDE5LjggOC4xeicgZmlsbD0nI2NiYjk5ZCc+PC9wYXRoPjwvc3ZnPg==");
  background-position: 50% 0;
}

/* .yzlc .con li:nth-child(6) p {
  visibility: visible;
}
.yzlc .con li:nth-child(6) p i {
  opacity: 1;
} */
.yzlc .con li:nth-child(1) p:before {
  width: 44px;
  left: 0;
}
.yzlc .con li:nth-child(1) p:after {
  width: 823px;
  right: 0;
}
.yzlc .con li:nth-child(1) p i {
  left: 40px;
}
.yzlc .con li:nth-child(2) p:before {
  width: 199px;
  left: 0;
}
.yzlc .con li:nth-child(2) p:after {
  width: 668px;
  right: 0;
}
.yzlc .con li:nth-child(2) p i {
  left: 195px;
}
.yzlc .con li:nth-child(3) p:before {
  width: 354px;
  left: 0;
}
.yzlc .con li:nth-child(3) p:after {
  width: 513px;
  right: 0;
}
.yzlc .con li:nth-child(3) p i {
  left: 350px;
}
.yzlc .con li:nth-child(4) p:before {
  width: 510px;
  left: 0;
}
.yzlc .con li:nth-child(4) p:after {
  width: 357px;
  right: 0;
}
.yzlc .con li:nth-child(4) p i {
  left: 506px;
}
.yzlc .con li:nth-child(5) p:before {
  width: 668px;
  left: 0;
}
.yzlc .con li:nth-child(5) p:after {
  width: 199px;
  right: 0;
}
.yzlc .con li:nth-child(5) p i {
  left: 664px;
}
.yzlc .con li:nth-child(6) p:before {
  width: 824px;
  left: 0;
}
.yzlc .con li:nth-child(6) p:after {
  width: 43px;
  right: 0;
}
.yzlc .con li:nth-child(6) p i {
  left: 820px;
}
.yzlc .con li:hover img {
  transform: translateX(-50%) scale(1.1);
}
.yzlc .con li:hover p {
  visibility: visible;
}
.yzlc .con li:hover i {
  opacity: 1;
}

.guide-stores {
  height: 800px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.guide-stores::before {
  content: "";
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  height: 300px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.8) 40%,
    rgba(255, 255, 255, 0) 100%
  );
}
.guide-stores::after {
  content: "";
  position: absolute;
  z-index: 19;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1920px;
  margin-left: -960px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 30%,
    rgba(255, 255, 255, 0) 70%
  );
}
.guide-stores .info-tit {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  text-align: center;
  z-index: 20;
}
.guide-stores_text {
  border: 1px solid #000;
  padding: 20px;
  border-radius: 30px;
  display: inline-block;
  width: 180px;
  background: rgba(255, 255, 255, 0.5);
}
.guide-stores_text .li {
  display: flex;
  align-items: center;
}
.guide-stores_text span {
  width: 60px;
  font-family: "Oswald", Arial, SimSun;
  font-size: 38px;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
}
.guide-stores_text .member-css3 {
  -webkit-animation: guidebounce2 2s ease both infinite;
}
.guide-stores_text em {
  font-size: 16px;
  line-height: 1.2;
  padding-left: 10px;
}
.guide-stores_text .btn {
  padding-top: 10px;
}
.guide-stores_text .btn a {
  display: block;
  margin: 0 20px;
  background: linear-gradient(45deg, #e79350 0%, #c79f67 100%);
  border-radius: 30px;
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  opacity: 0.7;
}
.guide-stores_text .btn a:hover {
  opacity: 1;
}
.guide-stores_con {
  width: 800px;
  margin-left: -400px;
  left: 50%;
  top: 360px;
  position: absolute;
  z-index: 20;
}

#map_container {
  position: relative;
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  height: 100%;
}

@-webkit-keyframes guidebounce2 {
  0% {
    -webkit-transform: scale(0.5);
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform-origin: 100% 50%;
  }
}

.dzx-baozhuang {
  background: url(/template/default/img/a-bg.jpg) no-repeat; background-size:100% auto;
  height: 760px;
  overflow: hidden;
}
.dzx-baozhuang .con {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
.dzx-baozhuang ._lft {
  width: 540px;
  height: 600px;
  position: relative;
  display: none;
}
.dzx-baozhuang ._lft img {
  position: absolute;
  transition: 0.6s;
  opacity: 0;
}
.dzx-baozhuang ._lft img:hover {
  transform: translate(0px, -4px) !important;
}
.dzx-baozhuang ._lft1 .a-lihe {
  left: 32px;
  top: 118px;
  transform: translateY(-37px);
  width: 340px;
}
.dzx-baozhuang ._lft1 .a-dzx {
  left: 0px;
  top: 350px;
  transform: translateY(37px);
  width: 400px;
}
.dzx-baozhuang ._lft1 .a-xiecu {
  left: 353px;
  top: 207px;
  transform: translate(37px, -20px);
}
.dzx-baozhuang ._lft1 .a-bingdai {
  left: -24px;
  top: 223px;
  transform: translateX(37px);
}
.dzx-baozhuang ._lft1 .a-jiangcha {
  left: 288px;
  top: 254px;
  transform: translateX(37px);
}
.dzx-baozhuang ._lft1 .a-zisu {
  left: 225px;
  top: 272px;
  transform: translate(37px, 30px);
}
.dzx-baozhuang ._lft1 .a-tuopan {
  left: 124px;
  top: 239px;
  transform: translateX(17px);
}
.dzx-baozhuang ._lft2 .a-lihe {
  left: 20px;
  top: 80px;
  transform: translateY(-37px);
  width: 380px;
}
.dzx-baozhuang ._lft2 .a-dzx {
  left: -30px;
  top: 353px;
  transform: translateY(37px);
  width: 420px;
}
.dzx-baozhuang ._lft2 .a-xiecu {
  left: 370px;
  top: 247px;
  transform: translate(37px, -20px);
}
.dzx-baozhuang ._lft2 .a-bingdai {
  left: 400px;
  top: 245px;
  transform: translateX(37px);
}
.dzx-baozhuang ._lft2 .a-jiangcha {
  left: 305px;
  top: 280px;
  transform: translateX(37px);
}
.dzx-baozhuang ._lft2 .a-zisu {
  left: 225px;
  top: 295px;
  transform: translate(37px, 30px);
}
.dzx-baozhuang ._lft2 .a-tuopan {
  left: -88px;
  top: 198px;
  transform: translateX(-37px);
}

.dzx-baozhuang ._lft3 .a-lihe {
  left: 20px;
  top: 70px;
  transform: translateY(-37px);
  width: 420px;
}
.dzx-baozhuang ._lft3 .a-dzx {
  left: -30px;
  top: 353px;
  transform: translateY(37px);
}
.dzx-baozhuang ._lft3 .a-xiecu {
  left: 370px;
  top: 247px;
  transform: translate(37px, -20px);
}
.dzx-baozhuang ._lft3 .a-bingdai {
  left: 400px;
  top: 245px;
  transform: translateX(37px);
}
.dzx-baozhuang ._lft3 .a-jiangcha {
  left: 305px;
  top: 280px;
  transform: translateX(-37px);
}
.dzx-baozhuang ._lft3 .a-zisu {
  left: 225px;
  top: 295px;
  transform: translate(37px, 30px);
}
.dzx-baozhuang ._lft3 .a-tuopan {
  left: -88px;
  top: 208px;
  transform: translateX(-37px);
}

.dzx-baozhuang ._rgt {
  width: calc(1100px - 540px);
  height: 655px;
  position: relative;
  border-bottom: 0px solid #c4c5c5;
  border-radius: 0 0 0 50px;
  padding: 40px 0 30px 50px;
}
.dzx-baozhuang ._rgt1 {
  width: calc(1100px - 540px);
  height: 203px;
  position: relative;
  border-bottom: 0px solid #c4c5c5;
  border-radius: 0 0 0 50px;
  padding: 40px 0 30px 50px;
}
.dzx-baozhuang .tips {
  position: absolute;
  left: 50px;
  bottom: -40px;

}
.dzx-baozhuang ._rgt .imglist img {
  display: none;
}
.dzx-baozhuang ._rgt .imglist .cur {
  display: block;
  -webkit-animation: tranXbom 0.3s ease both;
}
.dzx-baozhuang ._rgt .info .text {
  display: none;
}
.dzx-baozhuang ._rgt .info .text p {
  opacity: 0.6;
}
.dzx-baozhuang ._rgt .info .cur {
  display: block;
  -webkit-animation: tranXtop 0.4s ease 0.1s both;
}
.dzx-baozhuang ._rgt .a-sec {
  display: flex;
  margin: 8px 0;
}
.dzx-baozhuang ._rgt .a-sec span {
  width: 100%;
  text-align: center;
  border: 1px solid #c40000;
  height: 58px;
  line-height: 58px;
  font-size: 22px;
  font-family: "Oswald", Arial, SimSun;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: -1px;
  user-select: none;
}
.dzx-baozhuang ._rgt .a-sec span:first-child {
  border-radius: 10px 0 0 10px;
}
.dzx-baozhuang ._rgt .a-sec span:last-child {
  border-radius: 0 10px 10px 0;
}
.dzx-baozhuang ._rgt .a-sec span:hover {
  text-decoration: underline;
}
.dzx-baozhuang ._rgt .a-sec .cur {
  background: #ab0000;
  color: #f8dfab;
  position: relative;
  overflow: hidden;
}
.dzx-baozhuang ._rgt .a-sec .cur .progress {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(
    to bottom,
    rgba(248, 223, 171, 0) 0%,
    rgba(255, 211, 117, 0.2) 100%
  );
}
.dzx-baozhuang ._rgt .a-sec .cur .progress.begin {
  -webkit-animation: beginProgress 5s linear;
}
.dzx-baozhuang ._rgt .text {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  color: #222222;
}

.dzx-baozhuang .css3_1 ._lft1 img {
  opacity: 1;
}
.dzx-baozhuang .css3_1 ._lft1 .a-lihe {
  transform: translate(0);
}
.dzx-baozhuang .css3_1 ._lft1 .a-dzx {
  transform: translate(0);
}
.dzx-baozhuang .css3_1 ._lft1 .a-xiecu {
  transform: translate(0);
}
.dzx-baozhuang .css3_1 ._lft1 .a-bingdai {
  transform: translate(0);
}
.dzx-baozhuang .css3_1 ._lft1 .a-jiangcha {
  transform: translate(0);
}
.dzx-baozhuang .css3_1 ._lft1 .a-zisu {
  transform: translate(0);
}
.dzx-baozhuang .css3_1 ._lft1 .a-tuopan {
  transform: translate(0);
}

.dzx-baozhuang .css3_2 ._lft2 img {
  opacity: 1;
}
.dzx-baozhuang .css3_2 ._lft2 .a-lihe {
  transform: translate(0);
}
.dzx-baozhuang .css3_2 ._lft2 .a-dzx {
  transform: translate(0);
}
.dzx-baozhuang .css3_2 ._lft2 .a-xiecu {
  transform: translate(0);
}
.dzx-baozhuang .css3_2 ._lft2 .a-bingdai {
  transform: translate(0);
}
.dzx-baozhuang .css3_2 ._lft2 .a-jiangcha {
  transform: translate(0);
}
.dzx-baozhuang .css3_2 ._lft2 .a-zisu {
  transform: translate(0);
}
.dzx-baozhuang .css3_2 ._lft2 .a-xsj {
  transform: translate(0);
}
.dzx-baozhuang .css3_2 ._lft2 .a-tuopan {
  transform: translate(0);
}

.dzx-baozhuang .css3_3 ._lft3 img {
  opacity: 1;
}
.dzx-baozhuang .css3_3 ._lft3 .a-lihe {
  transform: translate(0);
}
.dzx-baozhuang .css3_3 ._lft3 .a-dzx {
  transform: translate(0);
}
.dzx-baozhuang .css3_3 ._lft3 .a-xiecu {
  transform: translate(0);
}
.dzx-baozhuang .css3_3 ._lft3 .a-bingdai {
  transform: translate(0);
}
.dzx-baozhuang .css3_3 ._lft3 .a-jiangcha {
  transform: translate(0);
}
.dzx-baozhuang .css3_3 ._lft3 .a-zisu {
  transform: translate(0);
}
.dzx-baozhuang .css3_3 ._lft3 .a-xsj {
  transform: translate(0);
}
.dzx-baozhuang .css3_3 ._lft3 .a-tuopan {
  transform: translate(0);
}

@-webkit-keyframes tranXtop {
  0% {
    -webkit-transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes beginProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes tranXbom {
  0% {
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

.after-sales {
  position: relative;
  overflow: hidden;
  height: 700px;
  background: url(/images/guide2022/aftersalesbg.jpg) no-repeat 50% 50%;
}
.after-sales .tit {
  padding: 70px 0 20px;
  text-align: center;
}
.after-sales .info-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.after-sales .info-txt .span {
  border: 1px solid #999;
  border-radius: 20px 0 0 0;
  padding: 5px 20px;
  border-right: #e6c598;
}
.after-sales .info-txt em {
  background-color: gold;
  padding: 6px 20px;
  border-radius: 0 0 20px 0;
  background: linear-gradient(to right, #e6c598 0%, #cfa772 100%);
}
.after-sales .con {
  position: relative;
}
.after-sales ul {
  width: 960px;
  margin: 0 auto;
}
.after-sales li {
  display: flex;
  color: #464646;
  padding-bottom: 28px;
  align-items: center;
  transition: 0.3s;
  width: 400px;
}
.after-sales li .text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.after-sales li p {
  line-height: 16px;
  padding-top: 5px;
}
.after-sales li .icon {
  background: url(/images/guide2022/tihuo-icon-x.png) no-repeat;
  width: 56px;
  height: 56px;
  margin-right: 15px;
}
.after-sales li:nth-child(1) .icon {
  background-position: 0 0;
}
.after-sales li:nth-child(2) .icon {
  background-position: 0 -84px;
}
.after-sales li:nth-child(3) .icon {
  background-position: 0 -166px;
}
.after-sales li:nth-child(4) .icon {
  background-position: 0 -249px;
}
.after-sales li:hover {
  margin-left: 10px;
}

.customer {
  position: relative;
  overflow: hidden;
  height: 800px;
  background: url(/images/guide2022/customer-bg.jpg) no-repeat 50% 50%;
}
.customer .tit {
  padding: 70px 0 40px;
  text-align: center;
}
.customer .info-txt {
  color: #faebb0;
}
.customer .con {
  position: relative;
  text-align: center;
}
.customer ul {
  width: 960px;
  margin: 0 auto;
}
.customer .btn {
  margin-top: 80px;
}
.customer .btn a {
  display: inline-flex;
  border: 2px solid #f1dfa4;
  border-radius: 40px;
  padding: 7px 12px 7px 30px;
  font-size: 16px;
  transition: 0.3s;
}
.customer .btn .img {
  display: flex;
  align-items: center;
}
.customer .btn_icon {
  background: linear-gradient(45deg, #f5e6b5 0%, #ceaf84 100%);
  color: #000;
  padding: 6px 20px;
  border-radius: 40px;
  margin-left: 20px;
}
.customer .btn_icon img {
  margin-right: 4px;
  -webkit-animation: guidebounce 3s 0.2s ease both infinite;
}

.customer .btn a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.strength {
  position: relative;
  overflow: hidden;
  height: 700px;
  background: url(/images/guide2022/strength-bg.jpg) no-repeat 50% 50%;
}
.strength .tit {
  padding: 60px 0 0;
  text-align: center;
}
.strength .info-txt {
  padding-bottom: 40px;
}
.strength .con {
  position: relative;
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.strength .leftlist {
  font-size: 18px;
  text-align: center;
  width: 112px;
  padding-left: 20px;
  line-height: 1.3;
}
.strength .leftlist img {
  margin: 20px 0 10px;
}
.strength .leftlist .li {
  transition: 0.3s;
}
.strength .leftlist .li:hover {
  transform: translateY(-4px);
}
.strength .rightlist {
  text-align: center;
}
.strength .rightlist .info {
  border: 1px solid #999;
  width: 250px;
  margin-top: 30px;
  border-radius: 4px 4px 30px 4px;
}
.strength .rightlist .info_tit {
  text-align: center;
  border-bottom: 1px solid #999;
  padding: 10px 0;
  font-size: 20px;
}
.strength .rightlist .info_text {
  text-align: left;
  padding: 20px;
  font-size: 12px;
}

.honor {
  position: relative;
  overflow: hidden;
  height: 700px;
  background: url(/images/guide2022/honor-bg.jpg) no-repeat 50% 50%;
}
.honor .tit {
  padding: 70px 0 80px;
  text-align: center;
}
.honor .con {
  position: relative;
  text-align: center;
}

.about {
  position: relative;
  overflow: hidden;
  height: 750px;
  background: url(/images/guide2022/about-bg.jpg) no-repeat 50% 50%;
}
.about .tit {
  padding: 70px 0 0;
  text-align: center;
}
.about .con {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.about .info-txt {
  padding-bottom: 30px;
}

.pro-anim {
  background: url(/images/guide2022/a-bg2.jpg) no-repeat;
  height: 760px;
  overflow: hidden;
}
.pro-anim .con {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
.pro-anim .btn-online {
  position: absolute;
  right: -40px;
  top: 10%;
  z-index: 40;
  -webkit-animation: guidebounce 3s 0.2s ease both infinite;
}
.pro-anim ._lft {
  width: 540px;
  height: 600px;
  position: relative;
}
.pro-anim ._lft1 {
  opacity: 0;
  transition: all 0.5s ease;
}
.pro-anim ._lft1 img {
  opacity: 1;
  border-radius: 10px;
  position: absolute;
  transition: all 0.5s ease;
}
.pro-anim ._lft1 .a-fengtao {
  left: 0;
  top: 140px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.pro-anim ._lft1 .a-lsz {
  border-radius: 15px;
  left: 14px;
  top: 155px;
  position: absolute;
  width: 433px;
  height: 278px;
}
.pro-anim ._lft1 .a-lsz img {
  border-radius: 20px;
}
.pro-anim ._lft1 .a-lsz:before {
  content: "";
  left: 0;
  top: 0;
  width: 433px;
  height: 278px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 1) inset;
  position: absolute;
  z-index: 2;
  border-radius: 20px;
}
.pro-anim ._lft1 .a-hedi {
  width: 480px;
  left: -2px;
  top: 130px;
  z-index: 10;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.pro-anim ._lft2 {
  transform: scale(0.9);
}
.pro-anim ._lft2 img {
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.pro-anim ._lft2 .a-fengtao {
  left: 0;
  top: 140px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.pro-anim ._lft2 .a-lsz {
  left: 14px;
  top: 155px;
  position: absolute;
}
.pro-anim ._lft2 .a-ft1 {
  left: 14px;
  top: 155px;
}
.pro-anim ._lft2 ._zmft {
  position: absolute;
  top: 200px;
  left: 0;
}
.pro-anim ._lft2 ._lsz {
  position: absolute;
  top: 208px;
  left: 6px;
}
.pro-anim ._lft2 ._lsz img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.pro-anim ._lft2 ._daft {
  position: absolute;
  top: 176px;
  left: -28px;
  z-index: 20;
}
.pro-anim ._lft2 ._daft_bs {
  position: absolute;
  width: 200px;
  height: 150px;
  left: 125px;
  top: 240px;
  background: #fff;
}
.pro-anim ._lft2 ._daft img {
  box-shadow: none;
}
.pro-anim ._lft3 .bg {
  width: 1920px;
  transform: translateX(-410px) scale(1.2);
  position: absolute;
  top: 0;
  opacity: 0;
}

.pro-anim .css3_1 ._lft1 .a-fengtao {
  transform: translate(0);
}
.pro-anim .now_page {
  position: absolute;
  left: 0;
  top: 200px;
  z-index: 10;
}
.pro-anim .css3_1 ._lft1 {
  opacity: 1;
}
.pro-anim .css3_1 ._lft1 .a-hedi {
  -webkit-animation: flash 1.5s 0.3s linear both;
}
.pro-anim .css3_1 ._lft1 .a-lsz {
  -webkit-animation: flash2 1.5s 2s linear both;
}
.pro-anim .css3_1 ._lft1 .a-lsz:before {
  -webkit-animation: flash3 1.5s 2s linear both;
}
.pro-anim .css3_2 ._lft2 {
  -webkit-animation: slideDown 1s ease both;
}
.pro-anim .css3_2 ._lft2 ._daft,
.pro-anim .css3_2 ._lft2 ._daft_bs {
  -webkit-animation: slideLeft 1s 1s linear both;
}
.pro-anim .css3_2 ._lsz {
  -webkit-transform: translateX(-530px);
  transition: all 1s 2.8s linear;
}
.pro-anim .css3_3 .bg {
  animation: filterblur 1s ease both;
}
.preserve-3d {
  transform-style: preserve-3d;
  -webkit-perspective: 1600px;
  -moz-perspective: 1600px;
  -ms-perspective: 1600px;
  perspective: 1600px;
}
.book-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 465px;
  height: 205px;
  -webkit-backface-visibility: hidden;
}

.back_book_page {
  width: 465px;
  height: 205px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(-180deg);
  -webkit-backface-visibility: hidden;
}

.flip-animation-start {
  -webkit-animation: flipBook1 2s 2s both;
}

.pro-anim ._rgt {
  width: calc(1100px - 540px);
  height: 466px;
  position: relative;
  border-bottom: 0px solid rgba(255, 255, 255, 0.4);
  border-radius: 0 0 0 50px;
  padding: 0 0 30px 50px;
}
.pro-anim .tips {
  position: absolute;
  left: 50px;
  bottom: -40px;
  opacity: 0.6;
  color: #fff;
}
.pro-anim ._rgt .imglist img {
  display: none;
}
.pro-anim ._rgt .imglist .cur {
  display: block;
  -webkit-animation: tranXbom 0.3s ease both;
}
.pro-anim ._rgt .info .text {
  display: none;
}
.pro-anim ._rgt .info .text p {
  opacity: 0.6;
}
.pro-anim ._rgt .info .cur {
  display: block;
  -webkit-animation: tranXtop 0.4s ease 0.1s both;
}
.pro-anim ._rgt .a-sec {
  display: flex;
  margin: 10px 0;
}
.pro-anim ._rgt .a-sec span {
  width: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  height: 58px;
  line-height: 58px;
  font-size: 22px;
  font-family: "Oswald", Arial, SimSun;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: -1px;
  user-select: none;
}
.pro-anim ._rgt .a-sec span:first-child {
  border-radius: 10px 0 0 10px;
}
.pro-anim ._rgt .a-sec span:last-child {
  border-radius: 0 10px 10px 0;
}
.pro-anim ._rgt .a-sec span:hover {
  text-decoration: underline;
}
.pro-anim ._rgt .a-sec .cur {
  background: #fff;
  color: #000;
  position: relative;
  overflow: hidden;
}
.pro-anim ._rgt .a-sec .cur .progress {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 176, 85, 0.3) 100%
  );
}
.pro-anim ._rgt .a-sec .cur .progress.begin {
  -webkit-animation: beginProgress 6s linear;
}
.pro-anim ._rgt .text {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  color: #fff;
}
@-webkit-keyframes filterblur {
  0% {
    transform: translateX(-410px) scale(1.2);
    transform-origin: 60% 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(-410px) scale(1);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes flipBook1 {
  0% {
    -webkit-transform: perspective(2000) rotateX(0);
    -webkit-transform-origin: 50% 50% 50%;
  }
  100% {
    -webkit-transform: rotateX(180deg);
  }
}

@-webkit-keyframes slideDown {
  0% {
    transform: scale(0.9);
  }
  30% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: scale(1);
    -webkit-transform: translateY(86px);
  }
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-530px);
  }
}

@-webkit-keyframes flash {
  30% {
    -webkit-transform: translate(0) scale(1.1);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }
  70% {
    -webkit-transform: translate(-530px, 0) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-530px, 0);
  }
}

@-webkit-keyframes flash2 {
  10% {
    box-shadow: 0 0 20px transparent inset;
  }
  30% {
    -webkit-transform: translate(0) scale(1.1);
  }
  70% {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
    -webkit-transform: translate(-530px, 0) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-530px, 0);
  }
}

@-webkit-keyframes flash3 {
  10% {
    box-shadow: 0 0 20px transparent inset;
  }
  30% {
    -webkit-transform: translate(0);
  }
  70% {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
    -webkit-transform: translate(-530px, 0);
  }
  100% {
    -webkit-transform: translate(-530px, 0);
  }
}
