#app .fixedBox {
  width: 144px;
  background-color: #2d2c2a;
  box-sizing: border-box;
  position: fixed;
  right: -146px;
  top: 30%;
  transition: all 0.5s;
  z-index: 9999999;
  border: 4px solid #fde3bb;
  border-radius: 20px;
}
#app .fixedBox .fixed {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .fixedBox .fixed > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  position: relative;
}
#app .fixedBox .fixed > ul li {
  width: 112px;
  height: 30px;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
  background-color: #fed8a2;
  border-radius: 8px;
}
#app .fixedBox .fixed > ul li a {
  color: #000;
}
#app .fixedBox .fixed > ul li:hover {
  background-image: linear-gradient(to right, #ffb34b, #fa8301);
}
#app .fixedBox .fixed > ul .top {
  width: 93px;
  height: 22px;
  box-sizing: border-box;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  color: #601806;
  margin-bottom: 0;
  margin-top: 15px;
  background: url('../images/topBg.png') no-repeat center;
}
#app .isFixedBar {
  right: 20px;
  opacity: 1;
}
#app .topBar {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 99999;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
#app .topBar .content {
  width: 1190px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .topBar .content ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .topBar .content ul li {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
#app .topBar .content ul li a {
  color: #fff;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 10px;
  background-image: -moz-linear-gradient(0deg, #e99113 0%, #ff7200 100%);
  background-image: -webkit-linear-gradient(0deg, #e99113 0%, #ff7200 100%);
  background-image: -ms-linear-gradient(0deg, #e99113 0%, #ff7200 100%);
}
#app .topBar .content ul .gotoBtn {
  position: relative;
}
#app .topBar .content ul .gotoBtn::after {
  content: '';
  width: 0%;
  height: 5px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
#app .topBar .content ul .gotoBtn:hover::after {
  width: 100%;
}
#app .topBar .content ul .active {
  color: #088c3d;
  font-weight: 600;
}
#app .banner {
  height: 789px;
  width: 100%;
  box-sizing: border-box;
  background: #000 url('../images/banner.png?v=234rwrwerqew') no-repeat center top / cover;
}
#app .banner .content {
  width: 1190px;
  height: 100%;
  margin: auto;
  position: relative;
}
#app .banner .content .banner1 {
  mix-blend-mode: plus-lighter;
  position: absolute;
  top: 170px;
  left: 0;
}
#app .banner .content .si {
  position: absolute;
  top: 100px;
  right: -360px;
}
#app .publicTitle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 84px;
  box-sizing: border-box;
  position: relative;
}
#app .publicTitle .cn {
  font-size: 45px;
  line-height: 45px;
  color: #ffde7b;
  font-weight: 600;
  background-image: -webkit-linear-gradient(right, #b69c62, #e5dc96, #7e6333, #fdf7ce, #b7af7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#app .publicTitle .en {
  font-size: 24px;
  line-height: 24px;
  color: #ffde7b;
  text-transform: uppercase;
}
#app .publicTitle_W .cn,
#app .publicTitle_W .en {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-image: unset;
  color: #fff;
}
#app .huigu {
  width: 100%;
  box-sizing: border-box;
  background: url('../images/huiguBg.png') no-repeat center top;
  padding-top: 40px;
  padding-bottom: 100px;
  overflow: hidden;
  background-size: cover;
}
#app .huigu .publicTitle {
  margin-bottom: 60px;
}
#app .huigu .content {
  width: 1190px;
  margin: 0 auto;
  box-sizing: border-box;
}
#app .huigu .content .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#app .huigu .content .info .li {
  display: block;
  margin-bottom: 55px;
}
#app .huigu .content .info .li .imgBox {
  width: 795px;
  height: 410px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: url('../images/wangjieBG.png') no-repeat center / cover;
  position: relative;
}
#app .huigu .content .info .li .imgBox::after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  background: url('../images/shoushi.png') no-repeat center / cover;
}
#app .huigu .content .info .li p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
#app .huiyijieshao {
  width: 100%;
  box-sizing: border-box;
  padding-top: 110px;
  padding-bottom: 170px;
  background: #000 url('../images/huiyiimg.png') no-repeat right center / cover;
}
#app .huiyijieshao .content {
  width: 1190px;
  margin: 0 auto;
}
#app .huiyijieshao .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 45px;
}
#app .huiyijieshao .content ul .pText {
  width: 820px;
  box-sizing: border-box;
  padding-top: 22px;
}
#app .huiyijieshao .content ul .pText p {
  margin-bottom: 10px;
  text-indent: 2em;
  font-size: 16px;
  line-height: 40px;
  text-align: justify;
  color: #fff;
}
#app .baoming {
  width: 100%;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 166px;
  background: #02020c url('../images/baomingBG.png') no-repeat center / cover;
}
#app .baoming .content {
  width: 1035px;
  box-sizing: border-box;
  margin: 0 auto;
}
#app .baoming .content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 145px;
}
#app .baoming .content ul li {
  width: 430px;
  height: 195px;
  box-sizing: border-box;
  background: url('../images/baoBG.png') no-repeat center / cover;
  position: relative;
}
#app .baoming .content ul li .title {
  position: absolute;
  top: 15px;
  left: 35px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
#app .baoming .content ul li .desc {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .baoming .content ul li .desc div {
  transform: translateY(20px);
}
#app .jiabin {
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  background: url('../images/jiabinBG.png') no-repeat center / cover;
}
#app .jiabin .content {
  width: 850px;
  margin: 0 auto;
}
#app .jiabin .content ul {
  display: grid;
  grid-template-columns: repeat(5, 150px);
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  margin-top: 50px;
}
#app .jiabin .content ul li {
  width: 100%;
  box-sizing: border-box;
}
#app .jiabin .content ul li .imgBox {
  width: 145px;
  height: 145px;
  margin: auto;
  box-sizing: border-box;
  padding: 5px;
  background: url('../images/txBG.png') no-repeat center / cover;
  position: relative;
}
#app .jiabin .content ul li .imgBox::after {
  content: '';
  width: 92%;
  height: 92%;
  background-image: linear-gradient(to bottom, #9c6f34, #553d2d);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}
#app .jiabin .content ul li .imgBox img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#app .jiabin .content ul li .imgBox .quan {
  width: 115%;
  height: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
#app .jiabin .content ul li .name {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
#app .jiabin .content ul li .job {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
#app .jiabin .content ul li:hover .quan {
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
    /*从0度开始*/
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
    /*360度结束*/
  }
}
#app .wangjie {
  width: 100%;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #02020c;
}
#app .wangjie .content {
  width: 1190px;
  margin: 0 auto;
}
#app .wangjie .content .mySwiperBox {
  margin-top: 40px;
}
#app .wangjie .content .swiper-wrapper {
  display: flex;
  align-items: center;
}
#app .wangjie .content .swiper-slide {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#app .wangjie .content .swiper-slide img {
  image-rendering: pixelated;
}
#app .wangjie .content .swiper-pagination-bullet {
  background-color: #d0bafa;
  opacity: 1;
  width: 10px;
  height: 10px;
}
#app .wangjie .content .swiper-pagination-bullet-active {
  background-color: #6920ef;
  width: 68px;
  border-radius: 100px;
}
#app .wangjie .content .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -35px;
}
#app .wangjie .content .swiper-button-prev {
  background: url('../images/pagepre.png') no-repeat center / cover;
}
#app .wangjie .content .swiper-button-next {
  background: url('../images/pagenext.png') no-repeat center / cover;
}
#app .wangjie .content .swiper-button-prev,
#app .wangjie .content .swiper-button-next {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
#app .wangjie .content .swiper-button-prev:after,
#app .wangjie .content .swiper-rtl .swiper-button-next:after,
#app .wangjie .content .swiper-button-next:after,
#app .wangjie .content .swiper-rtl .swiper-button-prev:after {
  display: none;
}
#app .wangjie .content .swiper-button-prev,
#app .wangjie .content .swiper-rtl .swiper-button-next {
  left: 0px;
}
#app .wangjie .content .swiper-button-next,
#app .wangjie .content .swiper-rtl .swiper-button-prev {
  right: 0px;
}
#app .xuanchuan {
  width: 100%;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 110px;
}
#app .xuanchuan .content {
  width: 1690px;
  margin: 0 auto;
}
#app .xuanchuan .content ul {
  margin-top: 60px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 560px 560px;
  grid-row-gap: 50px;
}
#app .xuanchuan .content ul li {
  width: 560px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#app .xuanchuan .content ul li .text {
  margin-left: 25px;
}
#app .xuanchuan .content ul li .text .top {
  font-size: 20px;
  color: #be3455;
  font-weight: 600;
  margin-bottom: 15px;
}
#app .xuanchuan .content ul li .text .bottom {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
}
#app .pingxuan {
  width: 100%;
  box-sizing: border-box;
  background: #02020c;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
#app .pingxuan::after {
  content: '';
  width: 513px;
  height: 343px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: url('../images/canpingYUN.png') no-repeat center / cover;
}
#app .pingxuan::before {
  content: '';
  width: 513px;
  height: 343px;
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  background: url('../images/canpingYUN.png') no-repeat center / cover;
}
#app .pingxuan .publicTitle {
  margin-bottom: 35px;
}
#app .pingxuan .content {
  width: 1190px;
  margin: 0 auto;
}
#app .pingxuan .content .info {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
#app .pingxuan .content .info ul {
  width: 960px;
  margin: auto;
  position: relative;
  z-index: 1;
}
#app .pingxuan .content .info ul li {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, transparent, #02020c, #11111a);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 14px;
  padding-right: 24px;
  position: relative;
}
#app .pingxuan .content .info ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #02020c, #02020c), linear-gradient(90deg, #02020c, #fff);
}
#app .pingxuan .content .info ul li .textBox {
  width: 725px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  cursor: default;
  transition: all 0.5s;
  z-index: 1;
}
#app .pingxuan .content .info ul li .textBox .title {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
  color: #ffde7b;
}
#app .pingxuan .content .info ul li .textBox .desc {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  text-align: justify;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
#app .pingxuan .content .info ul li .num {
  font-size: 39px;
  font-weight: 900;
  color: #ffde7b;
  position: relative;
  z-index: 1;
}
#app .pingxuan .content .info ul li .num i {
  font-style: italic;
}
#app .pingxuan .content .info ul li .iconBox {
  width: 110px;
  height: 100px;
  box-sizing: border-box;
  border-radius: 40px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#app .seting {
  width: 100%;
  box-sizing: border-box;
  background: #02020c;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 25px;
}
#app .seting .content {
  width: 1190px;
  margin: 0 auto;
}
#app .seting .content .setingInfo {
  width: 1140px;
  height: 410px;
  box-sizing: border-box;
  margin: auto;
  margin-top: 18px;
  background-position-x: initial;
  background-position-y: initial;
  background-size: cover;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  padding-left: 120px;
  padding-top: 50px;
  padding-right: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .seting .content .setingInfo .left {
  box-sizing: border-box;
  padding: 28px;
  padding-top: 0;
}
#app .seting .content .setingInfo .left .title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 45px;
}
#app .seting .content .setingInfo .left .ddd {
  width: 377px;
  height: 267px;
  padding: 10px 20px;
  box-sizing: border-box;
  background: no-repeat center / cover;
  position: relative;
  padding-top: 20px;
}
#app .seting .content .setingInfo .left .ddd .text {
  font-size: 16px;
  color: #683a1b;
  line-height: 26px;
  font-weight: 600;
  background-image: -webkit-linear-gradient(right, #e9aa20, #b22a01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#app .seting .content .setingInfo .left .ddd .iconBox {
  margin-bottom: 10px;
}
#app .seting .content .setingInfo .left .ddd .iconBox1 {
  position: absolute;
  right: 30px;
  top: 80px;
}
#app .seting .content .setingInfo .right {
  width: 515px;
  box-sizing: border-box;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
#app .seting .content ul {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
#app .seting .content ul li {
  width: 240px;
  height: 138px;
  box-sizing: border-box;
  background-color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .seting .content ul li .text {
  z-index: 1;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: default;
  transform: translate(-50%, -50%);
}
#app .seting .content ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
  background-color: rgba(95, 73, 45, 0.3);
}
#app .seting .content ul li:hover::after {
  opacity: 0;
}
#app .liucheng {
  width: 100%;
  box-sizing: border-box;
  background: #02020c;
  background-size: cover;
}
#app .liucheng .content {
  width: 1190px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 156px;
  padding-top: 40px;
  padding-bottom: 125px;
  background: url('../images/liuchengBG.png') no-repeat center top / cover;
}
#app .liucheng .content .tagBox {
  font-size: 14px;
  text-align: justify;
  color: #fff;
  margin-top: 35px;
}
#app .liucheng .content .tagBox .tagTitle {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background-color: #513a2d;
  padding: 2px 8px;
  margin-bottom: 20px;
}
#app .liucheng .content ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 100px;
}
#app .liucheng .content ul li {
  width: 275px;
  height: 195px;
  background-color: rgba(238, 209, 119, 0.55);
  box-sizing: border-box;
  transition: all 0.5s;
  border-radius: 12px;
  border: 1px solid #8e6b4c;
  padding-top: 70px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: default;
  position: relative;
}
#app .liucheng .content ul li div {
  position: absolute;
  bottom: -100px;
  left: 50%;
  opacity: 0.1;
  transition: all 0.5s;
  transform: translateX(-50%);
}
#app .liucheng .content ul .active {
  background-color: #eed177;
}
#app .liucheng .content ul .active div {
  opacity: 1;
}
#app .liucheng .content .text {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#app .liangdian {
  width: 100%;
  box-sizing: border-box;
  background: #1843ff url('../images/liangdian.png') no-repeat center top;
  background-size: cover;
  padding-top: 60px;
}
#app .liangdian .content {
  width: 1690px;
  margin: 0 auto;
}
#app .liangdian .ldBox {
  width: 1690px;
  margin: 0 auto;
  padding-bottom: 270px;
}
#app .liangdian .ldBox .showText {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  background-color: #5420bf;
  padding: 35px 44px;
  border-radius: 20px;
  margin-bottom: 50px;
  margin-top: 100px;
}
#app .liangdian .ldBox .showText .titleBox {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#app .liangdian .ldBox .showText .descBox {
  font-size: 18px;
  color: #fff;
}
#app .liangdian .ldBox ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#app .liangdian .ldBox ul li {
  width: 130px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
#app .liangdian .ldBox ul li .iconBox {
  margin-bottom: 10px;
  width: 103px;
  height: 124px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  background: url('../images/ldImg/ld_noW.png') no-repeat center / cover;
}
#app .liangdian .ldBox ul li .iconBox .ld_noW {
  display: block;
}
#app .liangdian .ldBox ul li .iconBox .ldW {
  display: none;
}
#app .liangdian .ldBox ul li:hover .iconBox {
  background: url('../images/ldImg/ldW.png') no-repeat center / cover;
}
#app .liangdian .ldBox ul li:hover .iconBox .ld_noW {
  display: none;
}
#app .liangdian .ldBox ul li:hover .iconBox .ldW {
  display: block;
}
#app .liangdian .richeng {
  padding-bottom: 70px;
}
#app .liangdian .richeng #Tab {
  width: 100%;
  box-sizing: border-box;
  margin-top: 60px;
  border-bottom: 1px solid #6920ef;
}
#app .liangdian .richeng #Tab .timeBox {
  border-right: 1px dashed #6920ef;
  padding: 10px 0;
}
#app .liangdian .richeng #Tab .titleBox {
  padding-left: 25px;
}
#app .liangdian .richeng #Tab .titleBox > table {
  width: 100%;
}
#app .liangdian .richeng #Tab .titleBox > table tr td {
  padding: 3px 0;
}
#app .liangdian .richeng #Tab .titleBox .td {
  width: 30%;
}
#app .liangdian .richeng #Tab .titleBox .tabTitle {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
#app .liangdian .richeng #Tab .time {
  display: inline-block;
  background-image: linear-gradient(to right, #7677fe, #f847ff);
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  padding: 0 18px;
  border-radius: 50px;
  position: relative;
}
#app .liangdian .richeng #Tab .time::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: -26.5px;
  transform: translateY(-50%);
  background-image: linear-gradient(to right, #7677fe, #f847ff);
}
#app .liangdian .richeng #Tab .tabTitle {
  font-size: 20px;
  color: #6920ef;
  font-weight: 600;
}
#app .liangdian .richeng .tag {
  font-size: 18px;
  color: #666666;
  margin-top: 20px;
}
#app .richengBox {
  width: 100%;
  box-sizing: border-box;
  background: #1843ff;
  background-size: cover;
  padding-top: 60px;
}
#app .richengBox .info {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0 123px;
  border-radius: 37px;
  padding-top: 35px;
  padding-bottom: 175px;
  position: relative;
  overflow: hidden;
}
#app .richengBox .info .publicTitle {
  position: relative;
  z-index: 1;
}
#app .richengBox .info .jiguang01 {
  background: url('../images/richengBG01.png') no-repeat left top;
  width: 890px;
  height: 1045px;
  box-sizing: border-box;
  position: absolute;
  top: -20px;
  left: -20px;
}
#app .richengBox .info .jiguang02 {
  background: url('../images/carBg.png') no-repeat left top;
  width: 890px;
  height: 410px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#app .richengBox .content {
  width: 1690px;
  margin: 0 auto;
}
#app .richengBox .richeng {
  padding-bottom: 70px;
}
#app .richengBox .richeng #Tab {
  width: 100%;
  box-sizing: border-box;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
#app .richengBox .richeng #Tab .timeBox {
  border-left: 4px dashed #000;
  text-align: center;
  padding-top: 40px;
  width: 330px;
  box-sizing: border-box;
}
#app .richengBox .richeng #Tab .titleBox {
  padding-left: 25px;
  padding-top: 40px;
}
#app .richengBox .richeng #Tab .titleBox .tabTitle {
  color: #000;
  font-size: 36px;
}
#app .richengBox .richeng #Tab .titleBox .tabTitle div {
  line-height: 36px;
  margin-bottom: 36px;
}
#app .richengBox .richeng #Tab .time {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  color: #000;
  padding: 0 18px;
  border-radius: 50px;
  position: relative;
}
#app .richengBox .richeng #Tab .time::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: -58px;
  transform: translateY(-50%);
  background-color: #000;
}
#app .richengBox .richeng #Tab .tabTitle {
  font-size: 20px;
  color: #6920ef;
}
#app .richengBox .richeng .tag {
  font-size: 18px;
  color: #666666;
  margin-top: 20px;
}
#app .canhui {
  width: 100%;
  box-sizing: border-box;
  padding-top: 60px;
}
#app .canhui .content {
  width: 1690px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
#app .canhui .content .img {
  width: 100%;
  height: 472px;
  box-sizing: border-box;
  padding-left: 50px;
  background: url('../images/canhui.png') no-repeat center;
  background-size: 100% 100%;
  margin-top: 50px;
}
#app .canhui .content .img > div {
  width: 600px;
  font-size: 18px;
  color: #333333;
  text-align: justify;
}
#app .canhui .content .img .text1 {
  padding-top: 60px;
}
#app .canhui .content .img .text2 {
  padding-top: 70px;
}
#app .zhanhuishifan {
  height: 681px;
  width: 100%;
  box-sizing: border-box;
  background: url('../images/展示范围.png') no-repeat center top;
}
#app .lianxi {
  height: 665px;
  width: 100%;
  box-sizing: border-box;
  background: url('../images/联系我们.png') no-repeat center top / cover;
  padding-top: 60px;
}
#app .lianxi .content {
  width: 1190px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
  padding-top: 115px;
  padding-left: 0;
}
#app .lianxi .content .titleBox {
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}
#app .lianxi .content .titleBox .title {
  font-size: 44px;
  line-height: 44px;
  font-weight: 600;
}
#app .lianxi .content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .lianxi .content ul li {
  padding: 20px 25px;
  background-color: rgba(255, 255, 255, 0.1);
}
#app .lianxi .content ul li .name {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#app .lianxi .content ul li .name svg {
  margin-right: 10px;
}
#app .lianxi .content ul li .name1 {
  font-size: 22px;
  font-weight: 600;
  color: #885100;
}
#app .lianxi .content ul .qrBox {
  background-color: unset;
  text-align: center;
}
.shareBox > div {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
}
.shareBox > div img {
  width: 30px;
  margin-right: 10px;
}
.shareBox > div .qr {
  width: 150px;
}
.shareBox .weixin {
  position: relative;
}
.shareBox .weixin .qrBox {
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -160px;
  left: -200px;
  width: 200px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  padding-bottom: 10px;
  display: none;
}
.shareBox .weixin .qrBox h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #777;
}
.shareBox .weixin .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.shareBox .weixin:hover .qrBox {
  display: block;
}
