#app .fixedBox {
  width: 144px;
  height: 285px;
  box-sizing: border-box;
  position: fixed;
  right: -146px;
  top: 30%;
  transition: all 0.5s;
  z-index: 9999999;
}
#app .fixedBox .fixed {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: url('../images/侧导航.png') no-repeat center top;
  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: 26px;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
  background: url('../images/fBg.png') no-repeat center;
  position: relative;
}
#app .fixedBox .fixed > ul li a {
  color: #fff;
}
#app .fixedBox .fixed > ul li:hover {
  font-weight: 600;
}
#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: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
#app .topBar .content {
  width: 1200px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .topBar .content ul {
  width: 830px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .topBar .content ul li {
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
#app .topBar .content ul li a {
  color: #fff;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 10px;
}
#app .topBar .content ul .active {
  color: #088c3d;
  font-weight: 600;
}
#app .banner {
  height: 750px;
  width: 100%;
  box-sizing: border-box;
  background: url('../images/banner.png?v=sssss') no-repeat center top;
}
#app .tognqi .content {
  width: 1200px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
#app .tognqi .content > div {
  width: 100%;
  position: absolute;
  top: -120px;
}
#app .tognqi .content > div .Title {
  text-align: center;
  margin-bottom: 20px;
}
#app .tognqi .content > div ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#app .tognqi .content > div ul a {
  width: 180px;
  height: 125px;
  background: url('../images/tongqiBg.png') no-repeat center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  cursor: default;
}
#app .tognqi .content > div ul a:hover {
  font-weight: 600;
}
#app .publicTitle {
  text-align: center;
  height: 62px;
  width: 100%;
  box-sizing: border-box;
  font-size: 40px;
  line-height: 40px;
  color: #333333;
  font-weight: 600;
  background: url('../images/titleBg.png?v=sdsd') no-repeat center bottom;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#app .publicTitle_W {
  color: #fff;
  background: url('../images/titleBg2.png') no-repeat center bottom;
  margin-bottom: 30px;
}
#app .huigu {
  height: 642px;
  width: 100%;
  box-sizing: border-box;
  background: url('../images/huiguBg.png') no-repeat center top;
  padding-top: 60px;
  overflow: hidden;
  background-size: cover;
}
#app .huigu .publicTitle_W {
  margin-bottom: 60px;
}
#app .huigu .content {
  width: 1850px;
  margin: 0 auto;
  box-sizing: border-box;
}
#app .huigu .content .swiperBox {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .huigu .content .swiperBox .swiper {
  width: 100%;
  height: 100%;
  overflow: unset;
}
#app .huigu .content .swiperBox .swiper-slide {
  background: transparent;
  display: flex;
  justify-content: center;
  position: relative;
}
#app .huigu .content .swiperBox .swiper-slide::after {
  position: absolute;
  content: '';
  bottom: -43px;
  left: -50%;
  transform: translateX(-50%);
  width: 49px;
  height: 44px;
  background: url('../images/sanjiao.png') no-repeat center;
}
#app .huigu .content .swiperBox .swiper-slide .imgBox {
  width: 287px;
  height: 300px;
  padding: 20px 15px;
  box-sizing: border-box;
  overflow: hidden;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-image: linear-gradient(to right, #7577fe, #f947ff);
}
#app .huigu .content .swiperBox .swiper-slide .imgBox .img {
  width: 100%;
  height: 173px;
  box-sizing: border-box;
  background-color: #fff;
}
#app .huigu .content .swiperBox .swiper-slide .imgBox .img img {
  width: 100%;
  height: 100%;
}
#app .huigu .content .swiperBox .swiper-slide .imgBox .text1 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
#app .huigu .content .swiperBox .swiper-slide .imgBox .text2 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
#app .huigu .content .swiperBox .swiper-button-next:after,
#app .huigu .content .swiperBox .swiper-rtl .swiper-button-prev:after,
#app .huigu .content .swiperBox .swiper-button-prev:after,
#app .huigu .content .swiperBox .swiper-rtl .swiper-button-next:after {
  font-size: 20px;
}
#app .huigu .content .swiperBox .swiper-button-prev,
#app .huigu .content .swiperBox .swiper-rtl .swiper-button-next {
  left: -70px;
  width: 44px;
  height: 72px;
  background-color: rgba(0, 0, 0, 0.5);
}
#app .huigu .content .swiperBox .swiper-button-next,
#app .huigu .content .swiperBox .swiper-rtl .swiper-button-prev {
  right: -70px;
  width: 44px;
  height: 72px;
  background-color: rgba(0, 0, 0, 0.5);
}
#app .huiyijieshao {
  width: 100%;
  box-sizing: border-box;
  padding-top: 150px;
  padding-bottom: 60px;
}
#app .huiyijieshao .content {
  width: 1200px;
  margin: 0 auto;
}
#app .huiyijieshao .content ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 45px;
}
#app .huiyijieshao .content ul li {
  font-size: 16px;
}
#app .huiyijieshao .content ul li img {
  transform: translateX(-20px);
}
#app .huiyijieshao .content ul .pText {
  width: 650px;
  box-sizing: border-box;
  padding-top: 22px;
  line-height: 24px;
}
#app .huiyijieshao .content ul .pText p {
  margin-bottom: 10px;
  text-indent: 2em;
  font-size: 16px;
  text-align: justify;
}
#app .jiabin {
  width: 100%;
  height: 630px;
  box-sizing: border-box;
  padding-top: 70px;
  background: url('../images/jiabin.png') no-repeat center;
}
#app .jiabin .content {
  width: 1200px;
  margin: 0 auto;
}
#app .jiabin .content .publicTitle_W {
  margin-bottom: 60px;
}
#app .jiabin .content .jiabinSwiperBox {
  position: relative;
}
#app .jiabin .content .swiper {
  width: 100%;
  height: 100%;
}
#app .jiabin .content .swiper-button-prev,
#app .jiabin .content .swiper-button-next {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
#app .jiabin .content .swiper-button-prev {
  background: url('../images/pagepre1.png') no-repeat;
  background-size: contain;
}
#app .jiabin .content .swiper-button-next {
  background: url('../images/pagenext1.png') no-repeat;
  background-size: contain;
}
#app .jiabin .content .swiper-button-prev,
#app .jiabin .content .swiper-rtl .swiper-button-next {
  left: -80px;
}
#app .jiabin .content .swiper-button-next,
#app .jiabin .content .swiper-rtl .swiper-button-prev {
  right: -80px;
}
#app .jiabin .content .swiper-button-prev:after,
#app .jiabin .content .swiper-rtl .swiper-button-next:after,
#app .jiabin .content .swiper-button-next:after,
#app .jiabin .content .swiper-rtl .swiper-button-prev:after {
  display: none;
}
#app .jiabin .content .swiper-pagination-bullet {
  background-color: #878cf9;
  opacity: 1;
  width: 10px;
  height: 10px;
}
#app .jiabin .content .swiper-pagination-bullet-active {
  background-color: #1efda2;
  width: 68px;
  border-radius: 100px;
}
#app .jiabin .content .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -35px;
}
#app .jiabin .content .swiper-slide {
  text-align: center;
  font-size: 18px;
}
#app .jiabin .content .swiper-slide .imgBox {
  width: 212px;
  height: 325px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 25px 20px;
}
#app .jiabin .content .swiper-slide .name {
  text-align: center;
  color: #1efda2;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 25px;
}
#app .jiabin .content .swiper-slide .desc {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  margin-top: 20px;
  text-align: center;
}
#app .wangjie,
#app .hezuomeiti {
  width: 100%;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 60px;
}
#app .wangjie .content,
#app .hezuomeiti .content {
  width: 1200px;
  margin: 0 auto;
}
#app .wangjie .content img,
#app .hezuomeiti .content img {
  margin-top: 40px;
}
#app .wangjie .content .swiper-pagination-bullet,
#app .hezuomeiti .content .swiper-pagination-bullet {
  background-color: #d0bafa;
  opacity: 1;
  width: 10px;
  height: 10px;
}
#app .wangjie .content .swiper-pagination-bullet-active,
#app .hezuomeiti .content .swiper-pagination-bullet-active {
  background-color: #6920ef;
  width: 68px;
  border-radius: 100px;
}
#app .wangjie .content .swiper-pagination-bullets.swiper-pagination-horizontal,
#app .hezuomeiti .content .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -35px;
}
#app .wangjie .content .swiper-button-prev,
#app .hezuomeiti .content .swiper-button-prev {
  background: url('../images/pagepre.png') no-repeat;
}
#app .wangjie .content .swiper-button-next,
#app .hezuomeiti .content .swiper-button-next {
  background: url('../images/pagenext.png') no-repeat;
}
#app .wangjie .content .swiper-button-prev,
#app .hezuomeiti .content .swiper-button-prev,
#app .wangjie .content .swiper-button-next,
#app .hezuomeiti .content .swiper-button-next {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
#app .wangjie .content .swiper-button-prev:after,
#app .hezuomeiti .content .swiper-button-prev:after,
#app .wangjie .content .swiper-rtl .swiper-button-next:after,
#app .hezuomeiti .content .swiper-rtl .swiper-button-next:after,
#app .wangjie .content .swiper-button-next:after,
#app .hezuomeiti .content .swiper-button-next:after,
#app .wangjie .content .swiper-rtl .swiper-button-prev:after,
#app .hezuomeiti .content .swiper-rtl .swiper-button-prev:after {
  display: none;
}
#app .wangjie .content .swiper-button-prev,
#app .hezuomeiti .content .swiper-button-prev,
#app .wangjie .content .swiper-rtl .swiper-button-next,
#app .hezuomeiti .content .swiper-rtl .swiper-button-next {
  left: -80px;
}
#app .wangjie .content .swiper-button-next,
#app .hezuomeiti .content .swiper-button-next,
#app .wangjie .content .swiper-rtl .swiper-button-prev,
#app .hezuomeiti .content .swiper-rtl .swiper-button-prev {
  right: -80px;
}
#app .xuanchuan {
  width: 100%;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 110px;
}
#app .xuanchuan .content {
  width: 1200px;
  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 .liangdian {
  width: 100%;
  box-sizing: border-box;
  background: #dde1ff url('../images/liangdian.png') no-repeat center top;
  padding-top: 60px;
}
#app .liangdian .content {
  width: 1200px;
  margin: 0 auto;
}
#app .liangdian .ldBox {
  width: 1200px;
  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;
  border-bottom: 1px dashed #6920ef;
  padding: 0;
}
#app .liangdian .richeng #Tab .titleBox {
  padding: 15px 0;
  padding-left: 25px;
  border-bottom: 1px dashed #6920ef;
}
#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 .canhui {
  width: 100%;
  box-sizing: border-box;
  padding-top: 60px;
}
#app .canhui .content {
  width: 1200px;
  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;
  padding-top: 60px;
}
#app .lianxi .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
  padding-top: 180px;
  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 .name {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
#app .lianxi .content ul li .name1 {
  font-size: 22px;
  font-weight: 600;
}
#app .lianxi .content ul .qrBox {
  text-align: center;
}
.shareBox > div {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: default;
}
.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;
  background-color: #f3f3f3;
  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;
}
