#app .fixedBox {
  width: 144px;
  background-image: linear-gradient(to top, #252422, #171112);
  box-sizing: border-box;
  position: fixed;
  right: -146px;
  top: 30%;
  transition: all 0.5s;
  z-index: 9999999;
  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;
  color: #fff;
}
#app .fixedBox .fixed > ul li {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#app .fixedBox .fixed > ul .tab {
  margin-bottom: 20px;
}
#app .fixedBox .fixed > ul .tab:hover {
  color: #e50043;
}
#app .fixedBox .fixed > ul .last {
  padding-bottom: 50px;
}
#app .fixedBox .fixed > ul .top {
  position: absolute;
  bottom: -110px;
}
#app .isFixedBar {
  right: 20px;
  opacity: 1;
}
#app .content {
  width: 1165px;
  margin: auto;
  box-sizing: border-box;
}
#app .topBar {
  height: 100px;
  width: 100%;
  background-color: #0f0e0e;
  z-index: 99999;
}
#app .topBar .content {
  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: flex-end;
}
#app .topBar .content ul li {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  padding: 0 30px;
}
#app .topBar .content ul li a {
  color: #fff;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 10px;
}
#app .topBar .content ul .tab:hover {
  background-color: #e50043;
}
#app .topBar .content ul .link {
  padding: 0;
}
#app .topBar .content ul .active {
  color: #088c3d;
  font-weight: 600;
}
#app .banner {
  width: 100%;
  height: calc(100vh - 100px);
  box-sizing: border-box;
}
#app .banner .content {
  width: 100%;
  height: 100%;
  background-color: #040000;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
}
#app .banner .content .swiper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .banner .content .swiper-slide {
  height: 100%;
  background-color: #fff;
}
#app .banner .content .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: no-repeat center / cover;
}
#app .banner .content .swiper-button-next,
#app .banner .content .swiper-button-prev {
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  background-color: #0e0a0a;
  transition: all 0.5s;
}
#app .banner .content .swiper-button-next::after,
#app .banner .content .swiper-button-prev::after {
  color: #504d4d;
  transition: all 0.5s;
}
#app .banner .content .swiper-button-next:hover {
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  background-color: #e50043;
}
#app .banner .content .swiper-button-next:hover::after {
  color: #fff;
}
#app .banner .content .swiper-button-prev:hover {
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  background-color: #e50043;
}
#app .banner .content .swiper-button-prev:hover::after {
  color: #fff;
}
#app .publicTitle {
  text-align: center;
  display: inline-block;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
#app .publicTitle .cn {
  font-size: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
  z-index: 1;
}
#app .publicTitle .en {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}
#app .publicTitle_W .en {
  color: #fff;
}
#app .huigu {
  width: 100%;
  box-sizing: border-box;
  padding-top: 35px;
  padding-bottom: 85px;
  background: url('../images/huiguBg.png') no-repeat;
  background-size: 100% 100%;
}
#app .huigu .content {
  height: 100%;
  margin: 0 auto;
}
#app .huigu .content ul {
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#app .huigu .content ul li {
  width: 222px;
  height: 222px;
  box-sizing: border-box;
  border: 5px solid #fff;
  background-color: #fff;
  border-radius: 20px;
  transform: rotate(45deg);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#app .huigu .content ul li .textBox {
  width: 120%;
  height: 100%;
  position: absolute;
  top: 26%;
  left: 15%;
  transform: rotate(-45deg);
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  opacity: 0;
}
#app .huigu .content ul li .titleBox {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  transform: rotate(-45deg);
  text-align: center;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
#app .huigu .content ul li img {
  position: absolute;
  top: -42px;
  left: -42px;
  transform: rotate(-45deg);
  image-rendering: pixelated;
}
#app .huigu .content ul li:hover .textBox {
  opacity: 1;
}
#app .huigu .content ul li:hover .titleBox,
#app .huigu .content ul li:hover img {
  opacity: 0;
}
#app .huigu .content ul li:nth-child(2n) {
  visibility: hidden;
}
#app .huiyijieshao {
  width: 100%;
  box-sizing: border-box;
  padding-top: 135px;
  padding-bottom: 165px;
  background: url('../images/jieshaoBG.jpg') no-repeat center / cover;
  background-attachment: fixed;
}
#app .huiyijieshao .content {
  margin: 0 auto;
}
#app .huiyijieshao .content .numberBox {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 100px;
}
#app .huiyijieshao .content .numberBox ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  box-sizing: border-box;
}
#app .huiyijieshao .content .numberBox ul li {
  color: #fff;
  text-align: center;
}
#app .huiyijieshao .content .numberBox ul li .num {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 20px;
}
#app .huiyijieshao .content .numberBox ul li .name {
  font-size: 15px;
  color: #fff;
}
#app .huiyijieshao .content .jieshaoContent {
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff url('../images/10024.png') no-repeat right bottom;
  padding: 70px 74px;
}
#app .huiyijieshao .content .jieshaoContent .title {
  font-size: 27px;
  color: #2e2c2c;
  margin: 20px 0;
}
#app .huiyijieshao .content .jieshaoContent .desc {
  font-size: 18px;
  color: #2e2c2c;
  text-align: justify;
  margin-bottom: 30px;
}
#app .huiyijieshao .content .jieshaoContent .desc a {
  display: inline-block;
  color: #008bd2;
  text-decoration: underline;
}
#app .huiyijieshao .content .jieshaoContent .btn a {
  display: inline-block;
  width: 138px;
  height: 47px;
  font-size: 13px;
  color: #e50043;
  line-height: 47px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #e50043;
}
#app .title1 {
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 45px;
  display: flex;
  justify-content: center;
}
#app .title1 span {
  display: inline-block;
  padding: 0 40px;
}
#app .title1 img {
  height: 100%;
}
#app .baipishu {
  width: 100%;
  box-sizing: border-box;
  background-color: #000;
  padding-top: 98px;
  padding-bottom: 95px;
  color: #fff;
}
#app .baipishu .infoBox {
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#app .baipishu .infoBox .left {
  padding-right: 30px;
}
#app .baipishu .infoBox .left .desc {
  font-size: 23px;
}
#app .baipishu .infoBox .left ul {
  font-size: 20px;
  margin: 50px 0;
}
#app .baipishu .infoBox .left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#app .baipishu .infoBox .left ul li img {
  margin-right: 10px;
}
#app .baipishu .infoBox .pdf {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 25px;
}
#app .chanpin {
  width: 100%;
  box-sizing: border-box;
  background-color: #000;
  padding-top: 98px;
  padding-bottom: 180px;
  background: url('../images/cp.png') no-repeat center / cover;
}
#app .chanpin .content .info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 66px;
}
#app .chanpin .content .info .left {
  width: 742px;
  box-sizing: border-box;
}
#app .chanpin .content .info .left .swiper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .chanpin .content .info .left .desc {
  width: 100%;
  margin-top: 30px;
}
#app .chanpin .content .info .left .desc .t1 {
  width: 100%;
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
}
#app .chanpin .content .info .left .desc .t1 span {
  font-size: 23px;
  color: #fff;
}
#app .chanpin .content .info .left .desc .t1 i {
  color: #10b4f8;
  font-size: 17px;
}
#app .chanpin .content .info .left .desc .desc1 {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  padding-top: 38px;
}
#app .chanpin .content .info .right {
  width: 586px;
  height: 553px;
  box-sizing: border-box;
  background-color: #e50043;
  padding-left: 58px;
  padding-right: 38px;
  padding-top: 88px;
}
#app .chanpin .content .info .right .sudititle {
  font-size: 33px;
  color: #fff;
  font-weight: 600;
  padding: 26px 0;
}
#app .chanpin .content .info .right .desc {
  font-size: 17px;
  color: #fff;
}
#app .chanpin .content .info .right .btn {
  margin-top: 42px;
  position: relative;
  display: flex;
}
#app .chanpin .content .info .right .btn > div {
  width: auto;
  position: unset;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
#app .chanpin .content .info .right .btn > div::after {
  display: none;
}
#app .chanpin .content .info .right .btn img {
  margin-right: 10px;
  cursor: pointer;
}
#app .chanpin .content .info .right .imgList {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
#app .chanpin .content .info .right .imgList div {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 200px;
  margin-right: 10px;
  overflow: hidden;
  transition: all 0.5s;
}
#app .chanpin .content .info .right .imgList div img {
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#app .chanpin .content .info .right .imgList .active {
  width: 60px;
  height: 60px;
}
#app .gongbohui {
  width: 100%;
  padding-top: 75px;
  box-sizing: border-box;
  background-color: #000;
}
#app .gongbohui .content .title1 {
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 45px;
  display: flex;
  justify-content: center;
}
#app .gongbohui .content .title1 span {
  display: inline-block;
  padding: 0 40px;
}
#app .gongbohui .content .title1 img {
  height: 100%;
}
#app .gongbohui .content .title {
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 65px;
}
#app .gongbohui .content .desc {
  text-align: center;
  color: #fff;
  font-size: 23px;
  padding-bottom: 60px;
}
#app .liangdian {
  width: 100%;
  padding-top: 50px;
  background-color: #000;
  box-sizing: border-box;
  position: relative;
}
#app .liangdian .bian1,
#app .liangdian .bian2 {
  position: absolute;
}
#app .liangdian .bian1 {
  left: 0;
  top: 722px;
}
#app .liangdian .bian2 {
  right: 0;
  top: 970px;
}
#app .liangdian .content .title {
  text-align: center;
  color: #fff;
}
#app .liangdian .content .title .t1 {
  text-align: center;
  font-size: 30px;
}
#app .liangdian .content .title .t2 {
  text-align: center;
  font-size: 20px;
}
#app .liangdian .content .title .t3 {
  width: 380px;
  height: 20px;
  margin: auto;
  border-bottom: 2px solid #e50043;
  box-sizing: border-box;
}
#app .liangdian .content .title1 {
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 45px;
  display: flex;
  justify-content: center;
}
#app .liangdian .content .title1 span {
  display: inline-block;
  padding: 0 40px;
}
#app .liangdian .content .title1 img {
  height: 100%;
}
#app .liangdian .content .img {
  padding: 0 28px;
}
#app .liangdian .content .img img {
  max-width: 100%;
}
#app .liangdian .content ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-evenly;
}
#app .liangdian .content ul li {
  width: 365px;
  height: 284px;
  border-radius: 13px;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 28px;
  padding: 0 30px;
  padding-top: 34px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
#app .liangdian .content ul li .yuan {
  transition: all 0.5s;
}
#app .liangdian .content ul li .titleText {
  text-align: center;
  color: #000;
  font-size: 23px;
  padding: 30px 0;
}
#app .liangdian .content ul li .desc {
  color: #627983;
  text-align: center;
  font-size: 18px;
  line-height: 33px;
}
#app .liangdian .content ul li:hover .yuan {
  transform: scale(1.2);
}
#app .liangdian .content .weitu {
  padding-top: 105px;
}
#app .liangdian .content .weitu .desc {
  padding-bottom: 90px;
}
#app .liangdian .content .weitu .desc div {
  font-size: 23px;
  color: #fff;
  padding-bottom: 30px;
}
#app .liangdian .content .weitu .desc div:last-child {
  margin-bottom: 0;
}
#app .liangdian .content .weitu .qrBox {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
#app .liangdian .content .weitu .qrBox .left {
  color: #fff;
  font-size: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#app .liangdian .content .weitu .qrBox .left .link {
  display: inline-block;
  background-color: #e50043;
  font-size: 25px;
  padding: 16px 20px;
  color: #fff;
}
#app .videoBox {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 100px;
  box-sizing: border-box;
  background: url('../images/videoBG1.png') no-repeat center bottom / cover;
}
#app .videoBox .content {
  width: 1300px;
}
#app .videoBox .content .title1 {
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 45px;
  display: flex;
  justify-content: center;
}
#app .videoBox .content .title1 span {
  display: inline-block;
  padding: 0 40px;
}
#app .videoBox .content .title1 img {
  height: 100%;
}
#app .videoBox .content .video {
  width: 100%;
  height: 634px;
  box-sizing: border-box;
  background: url('../images/videoBG.png') no-repeat center;
  background-size: 100% 100%;
}
#app .videoBox .content .video ul {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 110px;
}
#app .videoBox .content .video ul li {
  width: 620px;
  height: auto;
  box-sizing: border-box;
  margin: 0px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#app .videoBox .content .video ul li .video_Box {
  width: 575px;
  height: 322px;
  box-sizing: border-box;
}
#app .videoBox .content .video ul li .text {
  font-size: 25px;
  color: #fff;
  padding-top: 30px;
}
#app .lianxi {
  width: 100%;
  box-sizing: border-box;
  background-color: #000;
  overflow: hidden;
}
#app .lianxi .content {
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
#app .lianxi .content .usImg {
  position: absolute;
  bottom: 0;
  right: -280px;
}
#app .lianxi .content .publicTitle {
  color: #fff;
}
#app .lianxi .content .publicTitle .cn {
  font-size: 36px;
  font-weight: 500;
}
#app .lianxi .content .publicTitle .en {
  font-size: 16px;
  font-weight: 500;
}
#app .lianxi .content ul {
  display: flex;
  justify-content: flex-start;
}
#app .lianxi .content ul li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-right: 40px;
  position: relative;
}
#app .lianxi .content ul li .address {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 22px;
}
#app .lianxi .content ul li > div {
  margin-right: 40px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#app .lianxi .content ul li > div .name {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
#app .lianxi .content ul li > div .name::after {
  content: '';
  width: 3px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#app .lianxi .content ul li > div .name:last-child {
  margin-bottom: 0;
}
.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;
}
