#app .fixedBox {
  width: 106px;
  height: 341px;
  box-sizing: border-box;
  position: fixed;
  right: -106px;
  top: 30%;
  transition: all 0.5s;
}
#app .fixedBox .fixed {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: url('../images/侧导航.png') no-repeat center top;
  position: relative;
  z-index: 9999;
}
#app .fixedBox .fixed ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  position: relative;
}
#app .fixedBox .fixed ul li {
  width: 96px;
  height: 28px;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.5s;
  background-color: #003ab7;
}
#app .fixedBox .fixed ul li a {
  color: #fff;
}
#app .fixedBox .fixed ul li:hover {
  font-weight: 600;
}
#app .fixedBox .fixed ul li:last-child {
  margin-bottom: 0;
}
#app .fixedBox .top {
  width: 100%;
  position: relative;
  z-index: 99999999;
  bottom: 21px;
  right: 0;
  text-align: right;
}
#app .isFixedBar {
  right: 0px;
  opacity: 1;
}
#app .topBar {
  height: 80px;
  width: 100%;
  position: fixed;
  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;
}
#app .topBar .content ul {
  width: 1200px;
  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 .active {
  color: #0051ff;
  font-weight: 600;
}
#app .bannerImgBox {
  background: url("../images/banner.png") no-repeat center top;
  padding-bottom: 50px;
}
#app .content {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
#app .banner {
  height: 697px;
  width: 100%;
  background-color: #000;
  box-sizing: border-box;
  position: relative;
}
#app .banner .content {
  height: 100%;
  position: relative;
}
#app .banner .content .btn {
  position: absolute;
  bottom: 80px;
  left: 0;
}
#app .banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#app .banner .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
}
#app .banner .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
}
#app .banner .swiper-button-next,
#app .banner .swiper-button-prev {
  color: #fff;
}
#app .banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .publicTitle {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  font-size: 52px;
  color: #000;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 38px;
  background: url('../images/titleBG.png') no-repeat center bottom;
}
#app .huiyijieshao {
  width: 100%;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 60px;
}
#app .huiyijieshao .content .swiper-button-next {
  right: -90px;
  font-size: 30px;
  font-weight: 900;
  height: 100%;
  top: 22px;
  padding: 0 15px;
  color: #fff;
  background-color: #e0e0e0;
}
#app .huiyijieshao .content .swiper-button-prev {
  left: -90px;
  font-size: 30px;
  font-weight: 900;
  height: 100%;
  top: 22px;
  padding: 0 15px;
  color: #fff;
  background-color: #e0e0e0;
}
#app .huiyijieshao .content .title {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  width: 180px;
  height: 40px;
  font-weight: 600;
  box-sizing: border-box;
  background-color: #9e9f9f;
}
#app .huiyijieshao .content .swiperBox {
  position: relative;
}
#app .huiyijieshao .content .swiper-pagination {
  bottom: -30px;
}
#app .huiyijieshao .content .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-radius: 50px;
  background-color: #7c7c7c;
}
#app .huiyijieshao .content .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #bf1b1d;
}
#app .huiyijieshao .content ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  align-items: center;
}
#app .huiyijieshao .content ul li {
  width: 100%;
  font-size: 16px;
  color: #bf1b1d;
}
#app .huiyijieshao .content ul li span {
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px solid #bf1b1d;
  margin-bottom: 30px;
  padding: 5px 20px;
}
#app .huiyijieshao .content ul li .img {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  padding-top: 30px;
  text-align: left;
}
#app .huiyijieshao .content ul .pText {
  box-sizing: border-box;
  color: #000;
}
#app .huiyijieshao .content ul .pText p {
  margin-bottom: 10px;
  text-indent: 2em;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #000;
}
#app .anliShare {
  width: 100%;
  box-sizing: border-box;
  padding-top: 50px;
}
#app .anliShare .content .titleBar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
#app .anliShare .content .titleBar li {
  width: 220px;
  height: 44px;
  border: 1px solid #bf1b1d;
  box-sizing: border-box;
  color: #bf1b1d;
  margin: 0 20px;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#app .anliShare .content .titleBar .active {
  background-color: #bf1b1d;
  color: #fff;
}
#app .anliShare .content .infoBox .link {
  display: flex;
  width: 464px;
  height: 60px;
  margin: 0 auto;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  background-color: #bf1b1d;
  margin-top: 60px;
}
#app .anliShare .content .infoBox .infoContent {
  display: flex;
  margin-top: 40px;
  margin-bottom: 30px;
}
#app .anliShare .content .infoBox .infoContent .info {
  padding: 0 20px;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
  flex: 1;
}
#app .anliShare .content .infoBox .infoContent .info::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/yuan.png') no-repeat center;
}
#app .anliShare .content .infoBox .infoContent .info .t1 {
  font-size: 16px;
  color: #a22724;
}
#app .anliShare .content .infoBox .infoContent .info .desc {
  text-align: justify;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}
#app .anliShare .content .infoBox .infoContent .info .desc table {
  border-left: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
}
#app .anliShare .content .infoBox .infoContent .info .desc table td,
#app .anliShare .content .infoBox .infoContent .info .desc table th {
  font-size: 16px;
  line-height: 34px;
  padding: 0 10px;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
#app .anliShare .content .infoBox .infoContent .info .desc table th {
  background-color: #eeeeee;
  border-right: 1px solid #dcdbdb;
  border-bottom: 1px solid #dcdbdb;
}
#app .anliShare .content .infoBox .infoContent .info .descImg {
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
#app .anliShare .content .infoBox .infoContent .info .descImg img {
  margin-left: 0px;
}
#app .anliShare .content .infoBox .infoContent .noInfo::after {
  display: none;
}
#app .ziliao {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
}
#app .ziliao .content {
  width: 1200px;
}
#app .ziliao .content .swiper {
  width: 100%;
  height: 100%;
}
#app .ziliao .content .swiperBox {
  position: relative;
}
#app .ziliao .content .swiperBox .swiper-button-next {
  right: -70px;
  font-size: 30px;
  font-weight: 900;
  height: 100%;
  top: 22px;
  padding: 0 15px;
  color: #fff;
  background-color: #e0e0e0;
}
#app .ziliao .content .swiperBox .swiper-button-prev {
  left: -70px;
  font-size: 30px;
  font-weight: 900;
  height: 100%;
  top: 22px;
  padding: 0 15px;
  color: #fff;
  background-color: #e0e0e0;
}
#app .ziliao .content .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#app .ziliao .content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .us {
  width: 100%;
  background-color: #333333;
  box-sizing: border-box;
  padding: 80px 0;
}
#app .us .content .title {
  text-align: center;
}
#app .us .content .title span {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 15px;
  border-bottom: 2px solid #bf1b1d;
}
#app .us .content ul {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#app .us .content ul li {
  padding: 0 15px;
}
#app .us .content ul li p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
  text-align: justify;
}
#videoBox {
  width: 100%;
  box-sizing: border-box;
}
