.qrImg {
  width: 100%;
}
.qrImg img {
  width: 100%;
}
.shareBox .social-share .item {
  line-height: 2.5;
}
.shareBox .social-share .item a {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: unset;
  height: auto;
  background-color: unset;
  border: none;
}
.shareBox .social-share .item a::before {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: teal;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 10px;
}
.shareBox .social-share .item .icon-weibo {
  color: #ff763b;
}
.shareBox .social-share .item .icon-weibo::before {
  background-color: #ff763b;
  color: #fff;
}
.shareBox .social-share .item .icon-qq {
  color: #56b6e7;
}
.shareBox .social-share .item .icon-qq::before {
  background-color: #56b6e7;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat::before {
  background-color: #7bc549;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat .share-n {
  color: #7bc549;
}
.code-popover[x-placement^="left"] .popper__arrow {
  border-left-color: #1276FF;
}
.code-popover[x-placement^="left"] .popper__arrow::after {
  border-left-color: #1276FF;
}
.code-popover {
  background: #1276FF !important;
  border-color: #1276FF;
  border-radius: 5px;
}
#app {
  min-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
#top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 999;
  background: #000000;
}
#top-nav .top-nav-content {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#top-nav .top-nav-content .left-wrap {
  display: flex;
  height: 100%;
}
#top-nav .top-nav-content .left-wrap li {
  margin-right: 90px;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
#top-nav .top-nav-content .left-wrap li a {
  font-weight: 300;
  font-size: 22px;
  color: #ffffff;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  transition: all 0.3s;
}
#top-nav .top-nav-content .left-wrap li:last-child {
  margin-right: 0;
}
#top-nav .top-nav-content .left-wrap li:hover a {
  border-bottom: 2px solid white;
}
#top-nav .top-nav-content .right-wrap {
  display: flex;
  height: 100%;
}
#top-nav .top-nav-content .right-wrap li {
  margin-right: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
#top-nav .top-nav-content .right-wrap li a {
  font-weight: 300;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0.44px;
  box-sizing: border-box;
}
#top-nav .top-nav-content .right-wrap li:nth-child(1) a {
  width: 140px;
  height: 40px;
  background: #0093be;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 22px;
  padding-bottom: 0;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all 0.3s;
}
#top-nav .top-nav-content .right-wrap li:nth-child(1) a:hover {
  transform: scale(1.03);
}
#top-nav .top-nav-content .right-wrap li:last-child {
  margin-right: 0;
}
#top-nav .top-nav-content .right-wrap li:last-child a {
  width: 140px;
  height: 40px;
  background: #0066ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 22px;
  padding-bottom: 0;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all 0.3s;
}
#top-nav .top-nav-content .right-wrap li:last-child a:hover {
  transform: scale(1.03);
}
#banner {
  margin-top: 80px;
  box-sizing: border-box;
}
#banner .banner-content {
  width: 100%;
  position: relative;
}
#banner .banner-content .banner-wrapper {
  width: 100%;
  height: 100%;
}
#banner .banner-content .banner-wrapper .swiper-slide {
  position: relative;
}
#banner .banner-content .banner-wrapper .swiper-slide .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner .banner-content .banner-wrapper .swiper-slide .img-box img {
  max-width: 100%;
  max-height: 100%;
}
#banner .banner-content .banner-wrapper .swiper-slide .video-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
#banner .banner-content .banner-wrapper .swiper-slide .video-wrapper .video-content {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#banner .banner-content .banner-wrapper .swiper-slide .video-wrapper .video-content .main-video-box {
  width: 463px;
  height: 261px;
  background: white;
}
#banner .banner-content .banner-wrapper .swiper-slide .video-wrapper .video-content .main-video-box video {
  width: 100%;
  height: 100%;
}
#banner .banner-content .banner-wrapper .swiper-slide .video-wrapper .video-content .sub-video-box {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
#banner .banner-content .banner-wrapper .swiper-slide .video-wrapper .video-content .sub-video-box .video-item {
  width: 148px;
  height: 85px;
  background: white;
  cursor: pointer;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
#banner .banner-content .banner-wrapper .swiper-slide .video-wrapper .video-content .sub-video-box .video-item img {
  width: 100%;
  height: 100%;
}
#banner .banner-content .btns {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
}
#banner .banner-content .btns .sign-up-btn {
  width: 222px;
  height: 70px;
  background: #d5121e;
  border-radius: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  font-weight: 400;
  color: #fefefe;
  letter-spacing: 1.24px;
  cursor: pointer;
  transition: all 0.3s;
}
#banner .banner-content .btns .sign-up-btn:hover {
  transform: scale(1.03) translateY(-10px);
}
#banner .banner-content .btns .sign-up-btn .icon-box {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
#banner .banner-content .btns .registration-btn {
  width: 222px;
  height: 70px;
  background: #0066ff;
  border-radius: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 46px;
  font-size: 31px;
  font-weight: 400;
  color: #fefefe;
  letter-spacing: 1.24px;
  cursor: pointer;
  transition: all 0.3s;
}
#banner .banner-content .btns .registration-btn:hover {
  transform: scale(1.03) translateY(-10px);
}
#banner .banner-content .btns .registration-btn .icon-box {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
#dhbd {
  background: #f6f6f6;
}
#dhbd .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 67px;
  padding-bottom: 72px;
}
#dhbd .wrap .title-box {
  background: url('../images/dhbd/title-dhbd-bg.png') no-repeat center center;
  height: 41px;
  width: 353px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 54px;
}
#dhbd .wrap .title-box .title {
  font-size: 44px;
  font-weight: 700;
  color: #333333;
}
#dhbd .wrap .dhbd-contents {
  height: 630px;
  display: flex;
  justify-content: space-between;
}
#dhbd .wrap .dhbd-contents .left-items .dhbd-item {
  margin-top: 12px;
}
#dhbd .wrap .dhbd-contents .right-items {
  padding-left: 20px;
  box-sizing: border-box;
}
#dhbd .wrap .dhbd-contents .right-items .dhbd-item {
  margin-top: 12px;
}
#dhbd .wrap .dhbd-contents .right-items .dhbd-item:first-child {
  margin-top: 0;
}
#dhbd .wrap .dhbd-contents .dhbd-item {
  display: inline-block;
  width: 590px;
  height: 80px;
  background: #fff;
  padding: 0 25px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
#dhbd .wrap .dhbd-contents .dhbd-item .name {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
#dhbd .wrap .dhbd-contents .dhbd-item .tail {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
}
#dhbd .wrap .dhbd-contents .dhbd-item.active {
  background: #4065f3;
  box-shadow: 2.87px 4.1px 5px 5px rgba(61, 103, 251, 0.3);
}
#dhbd .wrap .dhbd-contents .dhbd-item.active .name {
  color: #fff;
}
#dhbd .wrap .dhbd-contents .dhbd-item.active .tail {
  color: #fff;
}
#dhbd .wrap .dhbd-contents .dhbd-item-img {
  width: 590px;
  height: 263px;
}
#dhbd .wrap .dhbd-contents .dhbd-item-img .swiper-container {
  width: 100%;
  height: 100%;
}
#dhbd .wrap .dhbd-contents .dhbd-item-img .swiper-container .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#dhbd .wrap .dhbd-contents .dhbd-item-img .swiper-container .img-box img {
  max-width: 100%;
  max-height: 100%;
}
#intro .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 68px 0;
  box-sizing: border-box;
}
#intro .wrap .title-box {
  background: url('../images/intro/title-bg.png') no-repeat center center;
  height: 41px;
  width: 353px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 37px;
}
#intro .wrap .title-box .title {
  font-size: 44px;
  font-weight: 700;
  color: #333333;
}
#intro .wrap .contents {
  background: url('../images/intro/bg.png') no-repeat center top;
  width: 100%;
  height: 326px;
  padding: 50px 97px 0 50px;
  box-sizing: border-box;
}
#intro .wrap .contents p {
  text-indent: 2em;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #000000;
  line-height: 30px;
  letter-spacing: 0.36px;
}
#intro .wrap .contents p:last-child {
  padding-top: 10px;
  box-sizing: border-box;
}
#mtbd {
  position: relative;
  padding-top: 90px;
  padding-bottom: 55px;
  box-sizing: border-box;
  height: 815px;
  background: #f6f6f6;
}
#mtbd .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mtbd .wrap .title-box {
  background: url('../images/mtbd/title-mtbd-bg.png') no-repeat center center;
  height: 41px;
  width: 353px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
}
#mtbd .wrap .title-box .title {
  font-size: 44px;
  font-weight: 700;
  color: #333333;
}
#mtbd .mtbd-content {
  margin: 0 auto;
  width: 1410px;
  height: 558px;
  position: relative;
}
#mtbd .mtbd-content .swiper-box {
  margin: 0 auto;
  width: 1344px;
  height: 100%;
}
#mtbd .mtbd-content .swiper-box .swiper-button-prev:after,
#mtbd .mtbd-content .swiper-box .swiper-container-rtl .swiper-button-next:after {
  content: '';
}
#mtbd .mtbd-content .swiper-box .swiper-button-next:after,
#mtbd .mtbd-content .swiper-box .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
#mtbd .mtbd-content .swiper-box .swiper-button-prev,
#mtbd .mtbd-content .swiper-box .swiper-container-rtl .swiper-button-next {
  left: -15px;
  top: 40%;
}
#mtbd .mtbd-content .swiper-box .swiper-button-next,
#mtbd .mtbd-content .swiper-box .swiper-container-rtl .swiper-button-prev {
  right: -15px;
  top: 40%;
}
#mtbd .mtbd-content .swiper-box .swiper-button-prev {
  width: 49px;
  height: 100px;
  background: url('../images/mtbd/mtbd_left.png') no-repeat center;
}
#mtbd .mtbd-content .swiper-box .swiper-button-next {
  width: 49px;
  height: 100px;
  background: url('../images/mtbd/mtbd_right.png') no-repeat center;
}
#mtbd .mtbd-content .swiper-container {
  width: 100%;
  height: 100%;
}
#light {
  background: url('../images/lights/bg.png') no-repeat center center / cover;
  height: 1080px;
}
#light .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 75px 0 78px 0;
  box-sizing: border-box;
}
#light .wrap .title-box {
  background: url('../images/lights/title-bg.png') no-repeat center center;
  height: 41px;
  width: 353px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 53px;
}
#light .wrap .title-box .title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
#light .wrap .contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 27px;
  column-gap: 27px;
}
#light .wrap .contents .light-item {
  width: 382px;
  height: 402px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 5.74px 8.19px 10px 10px rgba(61, 103, 251, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
  transition: all 0.3s;
}
#light .wrap .contents .light-item:hover {
  transform: scale(1.03);
}
#light .wrap .contents .light-item .name {
  font-size: 24px;
  font-weight: 400;
  color: #4065f3;
  letter-spacing: 4.8px;
  margin-top: 26px;
  margin-bottom: 12px;
}
#light .wrap .contents .light-item .desc {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 24px;
}
#meeting {
  background: #f6f6f6;
}
#meeting > .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 77px 0 0px 0;
  box-sizing: border-box;
}
#meeting > .wrap .title-box {
  background: url('../images/meeting/title-metting-bg.png') no-repeat center center;
  height: 41px;
  width: 353px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 54px;
}
#meeting > .wrap .title-box .title {
  font-size: 44px;
  font-weight: 700;
  color: #333333;
}
#meeting .meeting-swiper-wrapper {
  width: 1370px;
  margin: 0 auto;
  position: relative;
}
#meeting .meeting-swiper-wrapper .meeting-swiper-wrap {
  width: 1200px;
  margin: 0 auto;
  height: 330px;
}
#meeting .meeting-swiper-wrapper .meeting-swiper-wrap .swiper-container {
  width: 100%;
  height: 100%;
}
#meeting .meeting-swiper-wrapper .meeting-swiper-wrap .swiper-container .swiper-slide {
  background: url('../images/meeting/swiper-bg.png') center right;
}
#meeting .meeting-swiper-wrapper .meeting-swiper-wrap .swiper-container .swiper-slide .contents {
  width: 818px;
  padding: 44px 38px 0 45px;
  box-sizing: border-box;
}
#meeting .meeting-swiper-wrapper .meeting-swiper-wrap .swiper-container .swiper-slide .contents .meeting-name {
  font-size: 36px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-bottom: 5px;
}
#meeting .meeting-swiper-wrapper .meeting-swiper-wrap .swiper-container .swiper-slide .contents .meeting-desc {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}
#meeting .meeting-swiper-wrapper .swiper-button-prev:after,
#meeting .meeting-swiper-wrapper .swiper-container-rtl .swiper-button-next:after {
  content: '';
}
#meeting .meeting-swiper-wrapper .swiper-button-next:after,
#meeting .meeting-swiper-wrapper .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
#meeting .meeting-swiper-wrapper .swiper-button-prev,
#meeting .meeting-swiper-wrapper .swiper-container-rtl .swiper-button-next {
  left: 0px;
  top: 40%;
}
#meeting .meeting-swiper-wrapper .swiper-button-next,
#meeting .meeting-swiper-wrapper .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  top: 40%;
}
#meeting .meeting-swiper-wrapper .swiper-button-prev {
  width: 49px;
  height: 100px;
  background: url('../images/mtbd/mtbd_left.png') no-repeat center;
}
#meeting .meeting-swiper-wrapper .swiper-button-next {
  width: 49px;
  height: 100px;
  background: url('../images/mtbd/mtbd_right.png') no-repeat center;
}
#meeting .meeting-swiper-wrapper .swiper-pagination-bullet {
  opacity: 1;
  background: #cccccc;
  width: 32px !important;
  height: 6px !important;
  border-radius: 0px !important;
  margin-right: 9px;
}
#meeting .meeting-swiper-wrapper .swiper-pagination-bullet-active {
  border-radius: 0px !important;
  background: linear-gradient(#6189f7 0%, #3a60f3 100%);
}
#meeting .meeting-swiper-wrapper .swiper-pagination {
  margin-top: 28px;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
#meeting .meeting-contents {
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
  padding-bottom: 67px;
}
#meeting .meeting-contents .meeting-contents-tab .agenda {
  width: 100%;
}
#meeting .meeting-contents .meeting-contents-tab .agenda .agenda-title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background: linear-gradient(#6189f7 0%, #3a60f3 100%);
  border-radius: 20px 20px 0px 0px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
#meeting .meeting-contents .meeting-contents-tab .agenda .agenda-title-box span {
  padding-left: 50px;
  box-sizing: border-box;
}
#meeting .meeting-contents .meeting-contents-tab .agenda table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
#meeting .meeting-contents .meeting-contents-tab .agenda table tr:first-child td {
  background: #f3f4ff;
  font-size: 20px;
  font-weight: 700;
  color: #3b60f3;
}
#meeting .meeting-contents .meeting-contents-tab .agenda table tr:first-child td:last-child span {
  font-size: 14px;
}
#meeting .meeting-contents .meeting-contents-tab .agenda table tr td {
  background: #fff;
  height: 44px;
  border-bottom: 1px dashed rgba(19, 27, 196, 0.2);
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.36px;
}
#meeting .meeting-contents .meeting-contents-tab .agenda table tr td:first-child {
  width: 200px;
  text-align: center;
}
#meeting .meeting-contents .meeting-contents-tab .agenda table tr td:nth-child(2) {
  width: 480px;
}
#meeting .meeting-contents .meeting-contents-tab .agenda table tr td:last-child {
  padding-left: 50px;
}
#meeting .meeting-contents .meeting-contents-tab .agenda .tips {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #000000;
}
#meeting .meeting-contents .meeting-contents-tab .participants {
  margin-top: 79px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#meeting .meeting-contents .meeting-contents-tab .participants .title-box {
  background: url('../images/meeting/bg_01.png') center center;
  height: 41px;
  width: 406px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#meeting .meeting-contents .meeting-contents-tab .participants .title-box .title {
  font-size: 44px;
  font-weight: 700;
  color: #333333;
}
#meeting .meeting-contents .meeting-contents-tab .participants .participants-wrapper {
  width: 100%;
  background: url('../images/meeting/bg_02.png') no-repeat center right;
  min-height: 327px;
}
#meeting .meeting-contents .meeting-contents-tab .participants .participants-wrapper .participants-contents {
  width: 874px;
  padding-top: 72px;
  padding-left: 44px;
}
#meeting .meeting-contents .meeting-contents-tab .participants .participants-wrapper .participants-contents .participants-contents-item {
  padding-top: 10px;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px dashed rgba(40, 94, 220, 0.2);
}
#meeting .meeting-contents .meeting-contents-tab .company {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#meeting .meeting-contents .meeting-contents-tab .company .title-box {
  padding-top: 70px;
  padding-bottom: 31px;
}
#meeting .meeting-contents .meeting-contents-tab .company .title-box .title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  letter-spacing: 3.6px;
}
#meeting .meeting-contents .meeting-contents-tab .company table {
  width: 100%;
}
#meeting .meeting-contents .meeting-contents-tab .company table tr td {
  height: 44px;
  padding-left: 33px;
  box-sizing: border-box;
  vertical-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
#meeting .meeting-contents .meeting-contents-tab .company table tr:nth-child(2n) td {
  background: rgba(58, 96, 243, 0.05);
}
#meeting .meeting-contents .meeting-contents-tab .company table tr:nth-child(2n+1) td {
  background: #E3E7F6;
}
.long-bg {
  background: url('../images/bg_03.png') no-repeat center top;
  min-height: 1530px;
}
#group .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 96px 0;
  box-sizing: border-box;
}
#group .wrap .title-box {
  background: url('../images/group/bg_05.png') no-repeat center center;
  height: 41px;
  width: 453px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
#group .wrap .title-box .title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
#group .wrap .group-content {
  width: 100%;
  min-height: 383px;
  position: relative;
  background: url('../images/group/circle.png') no-repeat center;
}
#group .wrap .group-content .group-content-item {
  position: absolute;
}
#group .wrap .group-content .group-content-item:nth-child(1),
#group .wrap .group-content .group-content-item:nth-child(4) {
  width: 371px;
  height: 242px;
  padding: 34px 21px 0 24px;
  box-sizing: border-box;
}
#group .wrap .group-content .group-content-item:nth-child(1) p:first-child,
#group .wrap .group-content .group-content-item:nth-child(4) p:first-child {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  margin-bottom: 5px;
}
#group .wrap .group-content .group-content-item:nth-child(1) p:last-child,
#group .wrap .group-content .group-content-item:nth-child(4) p:last-child {
  font-size: 18px;
  font-weight: 200;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}
#group .wrap .group-content .group-content-item:nth-child(2),
#group .wrap .group-content .group-content-item:nth-child(3) {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
}
#group .wrap .group-content .group-content-item:nth-child(1) {
  left: 0;
  top: 70px;
  background: url('../images/group/bg_04.png') no-repeat center center;
}
#group .wrap .group-content .group-content-item:nth-child(2) {
  left: 460px;
  top: 171px;
}
#group .wrap .group-content .group-content-item:nth-child(3) {
  right: 467px;
  top: 171px;
}
#group .wrap .group-content .group-content-item:nth-child(4) {
  top: 70px;
  right: 0;
  background: url('../images/group/bg_04.png') no-repeat center center;
}
#guest {
  padding-bottom: 78px;
}
#guest .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
#guest .wrap .title-box {
  background: url('../images/guest/title-bg.png') no-repeat center center;
  height: 41px;
  width: 453px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 53px;
}
#guest .wrap .title-box .title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
#guest .guest-content {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 46px;
}
#guest .guest-content .guest-item {
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#guest .guest-content .guest-item .name {
  font-size: 20px;
  font-weight: bold;
  color: #00f6ff;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1;
}
#guest .guest-content .guest-item .desc {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
}
#guest .tips {
  width: 1250px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  color: #f6ff00;
  margin-top: 39px;
}
#publicity .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 94px;
  padding-bottom: 36px;
  box-sizing: border-box;
}
#publicity .wrap .title-box {
  background: url('../images/publicity/title-mtxc.png') no-repeat center center;
  height: 41px;
  width: 353px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 51px;
}
#publicity .wrap .title-box .title {
  font-size: 44px;
  font-weight: 700;
  color: #333333;
}
#publicity .wrap .publicity-content {
  width: 100%;
  min-height: 596px;
  position: relative;
}
#publicity .wrap .publicity-content .right-img {
  position: absolute;
  top: 10px;
  left: 645px;
}
#publicity .wrap .publicity-content .publicity-contents {
  width: 612px;
}
#publicity .wrap .publicity-content .publicity-contents .publicity-contents-item {
  display: flex;
  margin-bottom: 25px;
}
#publicity .wrap .publicity-content .publicity-contents .publicity-contents-item:last-child {
  margin-bottom: 0;
}
#publicity .wrap .publicity-content .publicity-contents .publicity-contents-item p {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #000000;
  padding-left: 15px;
  box-sizing: border-box;
}
#publicity .wrap .publicity-content .publicity-contents .publicity-contents-item p span {
  color: #4065F3;
}
#review {
  background: #131bc4;
  padding-bottom: 84px;
}
#review .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  box-sizing: border-box;
}
#review .wrap .title-box {
  background: url('../images/review/title-review.png') no-repeat center center;
  height: 41px;
  width: 353px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
#review .wrap .title-box .title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
#review .review-con {
  position: relative;
  width: 1505px;
  margin: 0 auto;
}
#review .review-con .review-wrapper {
  width: 100%;
  height: 372px;
}
#review .review-con .review-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}
#review .review-con .review-wrapper .swiper-container .swiper-slide a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #ecedff;
  border-radius: 20px;
  transition: all 0.3s;
}
#review .review-con .review-wrapper .swiper-container .swiper-slide a:hover {
  box-shadow: 0 0px 10px 5px rgba(255, 255, 255, 0.5);
}
#review .review-con .review-wrapper .swiper-container .swiper-slide a .img-box {
  width: 100%;
  height: 266px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#review .review-con .review-wrapper .swiper-container .swiper-slide a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#review .review-con .review-wrapper .swiper-container .swiper-slide a .name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #000000;
}
#review .review-con .swiper-pagination-bullet {
  opacity: 0.3;
  background: #cccccc;
  width: 32px !important;
  height: 6px !important;
  border-radius: 0px !important;
  margin-right: 9px;
}
#review .review-con .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 0px !important;
  background: #fff;
}
#review .review-con .swiper-pagination {
  margin-top: 28px;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
#contact-us {
  width: 100%;
  height: 461px;
  background: url('../images/contactus/bg.png') no-repeat center center / cover;
}
#contact-us .wrap {
  text-align: center;
}
#contact-us .wrap .title {
  padding-top: 50px;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 8px;
}
#contact-us .wrap .sub-title {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 67px;
}
#contact-us .contact-us-wrapper {
  width: 1215px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#contact-us .contact-us-wrapper .left-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 755px;
}
#contact-us .contact-us-wrapper .left-box .contact-item {
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
}
#contact-us .contact-us-wrapper .left-box .contact-item p {
  line-height: 1;
  margin-bottom: 25px;
}
#contact-us .contact-us-wrapper .left-box .contact-item p:last-child {
  margin-bottom: 0;
}
#contact-us .contact-us-wrapper .right-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
  margin-left: 59px;
  box-sizing: border-box;
}
#contact-us .contact-us-wrapper .right-box .code-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact-us .contact-us-wrapper .right-box .code-item .img-box {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-us .contact-us-wrapper .right-box .code-item .img-box img {
  max-width: 100%;
  height: 100%;
}
#contact-us .contact-us-wrapper .right-box .code-item p {
  padding-top: 15px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
#side-menu {
  display: none;
  position: fixed;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 145px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  z-index: 999;
}
#side-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#side-menu ul li {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.9px;
  margin-bottom: 6px;
  cursor: pointer;
}
#side-menu ul li:nth-child(1) {
  background: url('../images/menus/menu_01.png') no-repeat center center;
}
#side-menu ul li:nth-child(2) {
  background: url('../images/menus/menu_02.png') no-repeat center center;
}
#side-menu ul li:nth-child(3) {
  background: url('../images/menus/menu_03.png') no-repeat center center;
}
#side-menu ul li:nth-child(4) {
  background: url('../images/menus/menu_04.png') no-repeat center center;
}
#side-menu ul li:nth-child(4) span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#side-menu ul li:nth-child(5) {
  background: url('../images/menus/menu_05.png') no-repeat center center;
}
#side-menu ul li:nth-child(5) span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#side-menu ul li:nth-child(6) {
  background: url('../images/menus/menu_06.png') no-repeat center center;
}
#side-menu ul li:last-child {
  margin-bottom: 0;
}
#side-menu ul li p {
  width: 100%;
  height: 100%;
  padding-left: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#side-menu ul li a {
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#side-menu ul li a:hover {
  color: #f6ff00;
}
#side-menu ul li:hover {
  color: #f6ff00;
}
.zxbd .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 57px 0 0 0;
  box-sizing: border-box;
}
.zxbd .wrap .title-box {
  background: url('../images/company/title-bg-cu.png') no-repeat center center;
  height: 42px;
  width: 406px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.zxbd .wrap .title-box .title {
  font-size: 44px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 4.4px;
}
.zxbd .content {
  width: 1200px;
  margin: 0 auto;
}
.zxbd .part1 {
  width: 1200px;
  margin: 0 auto 20px;
  background: #fff;
  padding: 20px 20px 0px;
}
.zxbd .part1 h4 img {
  padding: 0 0 20px 20px;
}
.zxbd .part1_con {
  width: 1200px;
}
.zxbd .hotpro {
  width: 1200px;
  height: 445px;
  overflow: hidden;
  margin: 30px auto !important;
}
.zxbd .huojiang_list li {
  float: left;
  width: 300px;
  line-height: 24px;
  padding-left: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.zxbd .huojiang_list li i {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}
.zxbd .huojiang_list li a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
.zxbd .huojiang_list li a:hover {
  color: #c00;
}
.wjzz {
  background: #f6f6f6;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.wjzz .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 95px 0 0 0;
  box-sizing: border-box;
}
.wjzz .wrap .title-box {
  background: url('../images/company/title-comp-list.png') no-repeat center center;
  height: 42px;
  width: 517px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.wjzz .wrap .title-box .title {
  font-size: 44px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 4.4px;
}
.wjzz .wrap .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wjzz .wrap .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.wjzz .wrap .tips {
  margin-top: 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  color: #6d6c6c;
  letter-spacing: 0.32px;
}
