@charset "UTF-8";
html {
  width: 100%;
  min-width: 1200px;
  overflow-x: auto;
}

.none {
  display: none !important;
}

* {
  word-break: break-word;
  word-wrap: break-word;
}

.header_bg {
  position: relative;
  width: 100%;
  z-index: 0;
}

.header_nav_bg {
  margin: -72px 0 0;
  position: relative;
  width: 100%;
  height: 72px;
  background: linear-gradient(-90deg, #226bef, #154aef);
}

.header_nav_bg .header_nav {
  position: relative;
  max-width: 62.5rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header_nav_bg .header_nav .header_nav_item a {
  cursor: pointer;
  position: relative;
  font-size: 0.8333rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 72px;
  z-index: 1001;
}

.header_nav_bg .header_nav .header_nav_item.is_active, .header_nav_bg .header_nav .header_nav_item:hover {
  position: relative;
}

.header_nav_bg .header_nav .header_nav_item.is_active a, .header_nav_bg .header_nav .header_nav_item:hover a {
  font-weight: bold;
}

.header_nav_bg .header_nav .header_nav_item.is_active::after, .header_nav_bg .header_nav .header_nav_item:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  width: 120%;
  height: 80px;
  background: #3069ff;
  opacity: 0.8;
  border-radius: 5px 5px 0px 0px;
  z-index: 1000;
  cursor: pointer;
}

.main_content {
  position: relative;
}

.main_content .home_item_title {
  width: 62.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.main_content .home_item_title .title {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}

.main_content .home_item_title .title span {
  margin: 11px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.5);
}

.main_content .home_item_title .see_more {
  position: relative;
  margin: 15px 16px 0 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.3);
  transition: all 0.5s;
  cursor: pointer;
}

.main_content .home_item_title .see_more.no-title {
  margin-top: 0;
}

.main_content .home_item_title .see_more::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 7px;
  background: url("../images/lookMore.png") no-repeat;
  background-size: contain;
  transition: all 0.5s;
}

.main_content .home_item_title .see_more:hover {
  color: #2b5cce;
}

.main_content .home_item_title .see_more:hover::after {
  background: url("../images/lookMore-hover.png") no-repeat;
  background-size: contain;
  left: 70%;
}

.main_content .home_item_title.white .title {
  color: #ffffff;
}

.main_content .home_item_title.white .title span {
  color: rgba(255, 255, 255, 0.5);
}

.main_content .home_item_title.white .see_more {
  color: rgba(255, 255, 255, 0.8);
}

.main_content .home_item_title.white .see_more::after {
  background: url("../images/lookMore_white.png") no-repeat;
  background-size: contain;
}

.main_content .home_item_title.white .see_more:hover::after {
  background: url("../images/lookMore_white.png") no-repeat;
  background-size: contain;
  left: 70%;
}

.main_content .home_item1 {
  position: relative;
  width: 100%;
  height: 264px;
  background: #f4f8fc url("../images/home_bg1.png") center no-repeat;
  background-size: cover;
}

.main_content .home_item1 .home_item1_content {
  width: 62.5rem;
  margin: 0 auto;
  padding: 62px 0 0;
}

.main_content .home_item1 .home_item1_content .title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #070914;
  line-height: 53px;
  text-align: center;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  word-wrap: break-word;
}

.main_content .home_item1 .home_item1_content .content {
  margin: 28px auto 0;
  max-width: 1041px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.main_content .home_item1 .home_item1_content .see_detail {
  display: block;
  position: relative;
  margin: 8px 107px 0 auto;
  width: 101px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.3);
  transition: all 0.5s;
  cursor: pointer;
}

.main_content .home_item1 .home_item1_content .see_detail::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 116px;
  height: 10px;
  background: url("../images/lookMore.png") no-repeat;
  background-size: contain;
  transition: all 0.5s;
}

.main_content .home_item1 .home_item1_content .see_detail:hover {
  color: #2b5cce;
}

.main_content .home_item1 .home_item1_content .see_detail:hover::after {
  background: url("../images/lookMore-hover.png") no-repeat;
  background-size: contain;
  left: 70%;
}

.main_content .home_item2 {
  position: relative;
  width: 100%;
  padding: 56px 0 0;
}

.main_content .home_item2 .swiper_box {
  position: relative;
  width: 62.5rem;
  margin: 0 auto;
  height: 675px;
  background: #194c8d;
  box-shadow: 1px 7px 50px 0px rgba(5, 10, 116, 0.25);
  border-radius: 10px;
}

.main_content .home_item2 .swiper_box .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #00ff33;
  /* 两种都可以 */
}

.main_content .home_item2 .swiper_box .swiper-container .swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.main_content .home_item2 .swiper_box .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.main_content .home_item2 .swiper_box .swiper-container .swiper-wrapper .swiper-slide .information {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  padding-left: 174px;
  background: linear-gradient(90deg, rgba(9, 71, 193, 0.95), rgba(72, 116, 212, 0.95));
  border-radius: 0 0 10px 10px;
  z-index: 5;
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
  line-height: 110px;
}

.main_content .home_item2 .swiper_box .swiper-container .swiper-wrapper .swiper-slide .information .date {
  position: absolute;
  width: 132px;
  height: 120px;
  left: 0;
  bottom: 0;
  padding: 35px 0 0;
  background: #3e6cca;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
}

.main_content .home_item2 .swiper_box .swiper-container .swiper-wrapper .swiper-slide .information .date .day {
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 28px;
}

.main_content .home_item2 .swiper_box .swiper-container .swiper-wrapper .swiper-slide .information .date .year_month {
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
}

.main_content .home_item2 .swiper_box .swiper-container .swiper-wrapper .swiper-slide .information .text {
  display: flex;
  align-items: center;
  line-height: 34px;
  height: 110px;
  width: 90%;
}

.main_content .home_item2 .swiper_box .swiper-container .swiper-wrapper .swiper-slide .information .text > div {
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_content .home_item2 .swiper_box .swiper-container .swiper-pagination {
  text-align: right;
  padding-right: 36px;
  bottom: 40px;
}

.main_content .home_item2 .swiper_box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #b5d1ff;
  border-radius: 5px;
  transition: all 0.2s;
}

.main_content .home_item2 .swiper_box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background: #f4f4f4;
}

.main_content .home_item2 .swiper_box .newsSwiper-prev {
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 109px;
  background: url("./../images/21Swiper-prev.png") no-repeat;
  cursor: pointer;
}

.main_content .home_item2 .swiper_box .newsSwiper-next {
  position: absolute;
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 109px;
  background: url("./../images/21Swiper-next.png") no-repeat;
  cursor: pointer;
}

.main_content .home_item2 .register_news {
  margin: 57px auto 86px;
  width: 62.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.main_content .home_item2 .register_news .jump_box {
  position: relative;
  width: 32.9%;
  height: 150px;
  background: #ffffff;
  box-shadow: 1px 7px 50px 0px rgba(5, 11, 149, 0.1);
  border-radius: 10px;
  cursor: pointer;
}

.main_content .home_item2 .register_news .jump_box.guest_register .img_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 124px;
  height: 133px;
  object-fit: contain;
  z-index: 1;
}

.main_content .home_item2 .register_news .jump_box.news_center .img_bg {
  position: absolute;
  left: 8px;
  bottom: 13px;
  width: 117px;
  height: 117px;
  object-fit: contain;
  z-index: 1;
}

.main_content .home_item2 .register_news .jump_box.media_register .img_bg {
  position: absolute;
  left: 14px;
  bottom: 0;
  width: 95px;
  height: 128px;
  object-fit: contain;
  z-index: 1;
}

.main_content .home_item2 .register_news .jump_box .background_bg {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(270deg, #e0eefd, #c0dcfe);
  border-radius: 10px;
  z-index: 0;
  transition: all 0.5s;
}

.main_content .home_item2 .register_news .jump_box:hover .background_bg {
  background: linear-gradient(90deg, #0947c1, #4874d4);
}

.main_content .home_item2 .register_news .jump_box:hover .text-jump .text {
  color: #fff;
}

.main_content .home_item2 .register_news .jump_box:hover .text-jump .jump {
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(45deg);
}

.main_content .home_item2 .register_news .jump_box .text-jump {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 45px 0 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.main_content .home_item2 .register_news .jump_box .text-jump .text {
  margin-left: 47px;
  margin-top: 14px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-shadow: 1px 7px 24px rgba(64, 65, 87, 0.22);
  transition: all 0.3s;
}

.main_content .home_item2 .register_news .jump_box .text-jump .jump {
  margin-right: 27px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 66, 197, 0.1);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

.main_content .home_item2 .register_news .jump_box .text-jump .jump:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/arrow-45deg.png") no-repeat;
  background-size: contain;
}

.main_content .home_item2 .meeting_agenda {
  width: 62.5rem;
  margin: 28px auto 81px;
}

.main_content .home_item2 .meeting_agenda .meeting_dates {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.main_content .home_item2 .meeting_agenda .meeting_dates .meeting_date {
  position: relative;
  width: 126px;
  height: 40px;
  background: linear-gradient(270deg, #e0eefd, #c0dcfe);
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}

.main_content .home_item2 .meeting_agenda .meeting_dates .meeting_date.is_active, .main_content .home_item2 .meeting_agenda .meeting_dates .meeting_date:hover {
  background: #3d6cd1;
  font-weight: bold;
  color: #ffffff;
}

.main_content .home_item2 .meeting_agenda .meeting_dates .meeting_date.is_active::after, .main_content .home_item2 .meeting_agenda .meeting_dates .meeting_date:hover::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 7px;
  border-style: solid;
  border-color: #0052d9 transparent transparent transparent;
}

.main_content .home_item2 .meeting_agenda .meeting_dates .meeting_date_line {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 117px;
  justify-content: center;
}

.main_content .home_item2 .meeting_agenda .meeting_dates .meeting_date_line .center_circular {
  margin: 0 3px;
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.main_content .home_item2 .meeting_agenda .meeting_dates .meeting_date_line .left,
.main_content .home_item2 .meeting_agenda .meeting_dates .meeting_date_line .right {
  width: 46px;
  height: 2px;
  background: rgba(61, 108, 209, 0.2);
  border-radius: 1px;
}

.main_content .home_item2 .meeting_agenda .meeting_content_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0;
}

.main_content .home_item2 .meeting_agenda .meeting_content_list .meeting_content {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 0 16px;
  display: none;
  position: relative;
}

.main_content .home_item2 .meeting_agenda .meeting_content_list .meeting_content .swiper-container {
  width: 100%;
  height: 100%;
}

.main_content .home_item2 .meeting_agenda .meeting_content_list .meeting_content .swiper-prev {
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #2b5cce;
}

.main_content .home_item2 .meeting_agenda .meeting_content_list .meeting_content .swiper-prev::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 22px;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  background: url("../images/swiper-prev.png") no-repeat;
  background-size: contain;
}

.main_content .home_item2 .meeting_agenda .meeting_content_list .meeting_content .swiper-prev.my-button-disabled {
  background-color: #eff1f7;
}

.main_content .home_item2 .meeting_agenda .meeting_content_list .meeting_content .swiper-next {
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #2b5cce;
}

.main_content .home_item2 .meeting_agenda .meeting_content_list .meeting_content .swiper-next.my-button-disabled {
  background-color: #eff1f7;
}

.main_content .home_item2 .meeting_agenda .meeting_content_list .meeting_content .swiper-next::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 22px;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  background: url("../images/swiper-next.png") no-repeat;
  background-size: contain;
}

.main_content .home_item2 .meeting_agenda .meeting_content_list .meeting_content.is_active {
  display: block;
}

.main_content .home_item2 .meeting_agenda .meeting_content_list .meeting_content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main_content .home_item3 {
  position: relative;
  width: 100%;
  padding: 80px 0 85px;
  background: #f0f5fb;
}

.main_content .home_item3 .home_item3_content {
  width: 62.5rem;
  margin: 0 auto;
}

.main_content .home_item3 .home_item3_content .swiper_box2 {
  position: relative;
  width: 100%;
  margin: 0 auto 34px;
  overflow: hidden;
}

.main_content .home_item3 .home_item3_content .swiper-content2 {
  width: 100%;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide-img {
  width: 665px;
  height: 374px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 1px 7px 50px 0px rgba(5, 11, 149, 0.1);
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide-txt {
  position: relative;
  width: 665px;
  height: 146px;
  padding: 35px 45px 0;
  background: linear-gradient(0deg, #e0eefd, #c0dcfe);
  box-shadow: 1px 7px 50px 0px rgba(5, 11, 149, 0.1);
  border-radius: 0px 0px 10px 10px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0944bf;
  line-height: 27.5px;
  transition: all 0.5s;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide-txt .line {
  width: 24px;
  height: 2px;
  background: rgba(13, 74, 194, 0.8);
  transition: all 0.5s;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide-txt .jump_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 22px 0 0;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide-txt .jump_box .txt {
  width: 450px;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide-txt .jump_box .jump_button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(9, 68, 191, 0.1) url(../images/arrow_right_blue.png) center no-repeat;
  background-size: 30px 20px;
  cursor: pointer;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide .swiper-slide-opacity {
  transition: all 0.5s;
  opacity: 0;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide.swiper-slide-active .swiper-slide-opacity {
  opacity: 1;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide.swiper-slide-next .swiper-slide-opacity {
  opacity: 0.5;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide.swiper-slide-prev .swiper-slide-opacity {
  opacity: 0.5;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide-active {
  position: relative;
  z-index: 2 !important;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide-active .swiper-slide-txt {
  background: linear-gradient(180deg, #0947c1 0%, #4874d4 100%);
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide-active .swiper-slide-txt .line {
  background: #fff;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide-active .swiper-slide-txt .jump_box {
  color: #fff;
  position: relative;
  z-index: 3;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide-active .swiper-slide-txt .jump_box .jump_button {
  background: url(../images/arrow_right.png) center no-repeat;
  background-size: 30px 20px;
}

.main_content .home_item3 .home_item3_content .swiper-content2 .swiper-slide-active .swiper-slide-txt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 266px;
  height: 146px;
  background: url(../images/swiper2_txtBg.png) right no-repeat;
  background-size: contain;
}

.main_content .home_item3 .home_item3_content .home_item3_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 36px 0 0;
}

.main_content .home_item3 .home_item3_content .home_item3_tags .home_item3_tag {
  position: relative;
  width: 49.1%;
  height: 120px;
  padding: 0 41px;
  margin: 0 0 16px;
  border-radius: 10px;
  box-shadow: 1px 7px 30px 0px rgba(5, 11, 149, 0.1);
  background: url(../images/inforBg_01.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.main_content .home_item3 .home_item3_content .home_item3_tags .home_item3_tag:hover {
  background: url(../images/inforBg_01_active.png) no-repeat;
  background-size: cover;
}

.main_content .home_item3 .home_item3_content .home_item3_tags .home_item3_tag:hover .text {
  font-weight: bold;
  color: rgba(9, 71, 193, 0.9);
}

.main_content .home_item3 .home_item3_content .home_item3_tags .home_item3_tag .date {
  margin: 0 37px 0 0;
  flex-shrink: 0;
}

.main_content .home_item3 .home_item3_content .home_item3_tags .home_item3_tag .date .month_day {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
  line-height: 19px;
}

.main_content .home_item3 .home_item3_content .home_item3_tags .home_item3_tag .date .year {
  margin: 16px 0 0;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.4);
  line-height: 13px;
}

.main_content .home_item3 .home_item3_content .home_item3_tags .home_item3_tag .text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main_content .home_item4 {
  position: relative;
  width: 100%;
  padding: 4.1146rem 0 0;
  height: 34.375rem;
  background: url(../images/home_item4_bg.png) center no-repeat;
  background-size: cover;
}

.main_content .home_item4 .actuvities_tags {
  margin: 0.6771rem 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.main_content .home_item4 .actuvities_tags .left_button {
  width: 20px;
  height: 20px;
  margin-right: 1.8229rem;
  background: url(../images/arrow_left_white.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.main_content .home_item4 .actuvities_tags .right_button {
  width: 20px;
  height: 20px;
  background: url(../images/arrow_right_white.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.main_content .home_item4 .actuvities_tags .actuvities_tag {
  width: 12.6042rem;
  height: 3.3854rem;
  margin-right: 0.7292rem;
  font-size: 1.0417rem;
  font-weight: 400;
  line-height: 1.6667rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  cursor: pointer;
  padding: 0 1.0417rem;
}

.main_content .home_item4 .actuvities_tags .actuvities_tag:nth-last-child(2) {
  margin-right: 1.8229rem;
}

.main_content .home_item4 .actuvities_tags .actuvities_tag.is_active {
  background: url(../images/actuvits_tag_bg.png) center no-repeat;
  background-size: contain;
  font-size: 1.1458rem;
  font-weight: bold;
  color: #225ece;
  box-shadow: 1px 7px 2.6042rem 0px rgba(0, 0, 0, 0.06);
}

.main_content .home_item4 .actuvities_content {
  margin: 1.6667rem auto 0;
  display: none;
  flex-direction: row;
  width: 62.5rem;
}

.main_content .home_item4 .actuvities_content.is_active {
  display: flex !important;
}

.main_content .home_item4 .actuvities_content .left_img {
  flex-shrink: 0;
  width: 31.25rem;
  height: 17.6042rem;
  margin-right: 5.2083rem;
  border-radius: 10px;
  overflow: hidden;
}

.main_content .home_item4 .actuvities_content .left_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main_content .home_item4 .actuvities_content .right_introduce {
  width: calc(100% - 36.4583rem);
  flex-shrink: 0;
}

.main_content .home_item4 .actuvities_content .right_introduce .title {
  display: inline-block;
  width: 100%;
  margin: 18px 0 0;
  font-size: 1.3542rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fffefe;
  line-height: 1.8rem;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_content .home_item4 .actuvities_content .right_introduce .line {
  margin: 1.5104rem 0 1.4583rem;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
}

.main_content .home_item4 .actuvities_content .right_introduce .introduce {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.9375rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f4f4f4;
  line-height: 1.5625rem;
}

.main_content .home_item4 .actuvities_content .right_introduce .see_detail {
  margin: 30px 0 0;
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #bae1ff;
  line-height: 15px;
  text-align: right;
  cursor: pointer;
}

.main_content .home_item5 {
  position: relative;
  width: 100%;
  padding: 85px 0 0;
}

.main_content .home_item5 .home_item5_content {
  width: 62.5rem;
  margin: 30px auto 0;
  position: relative;
}

.main_content .home_item5 .home_item5_content .sectionContainer {
  width: 100%;
  height: 40.5208rem;
  box-shadow: 1px 7px 50px rgba(0, 0, 0, 0.06);
  position: relative;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container {
  width: 100%;
  height: 100%;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem {
  width: 50%;
  height: 50%;
  cursor: pointer;
  display: flex;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem .viewItemLink {
  display: block;
  width: 50%;
  height: 100%;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem .item-left {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-left: 2.1875rem;
  padding-right: 2.2917rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem .item-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #0947c1, #4672d3);
  z-index: 1;
  opacity: 0;
  transition: all 0.8s;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem .item-left::before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 2.1875rem;
  width: 0px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  transition: all 0.8s;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem .item-left .name {
  font-size: 1.4583rem;
  line-height: 1.5625rem;
  color: #333333;
  font-weight: bold;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem .item-left .slogan {
  font-size: 1.0417rem;
  line-height: 1.5625rem;
  color: #333333;
  margin-top: 14px;
  margin-bottom: 18px;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem .item-left .content {
  height: 0;
  font-size: 0.7292rem;
  line-height: 1.1458rem;
  letter-spacing: 0.2px;
  color: #fff;
  transition: all 0.8s;
  margin-bottom: 50px;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem .item-right {
  width: 100%;
  height: 100%;
  background-color: #bdc2cf;
  position: relative;
  overflow: hidden;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem .item-right img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem .item-right .lookDetail {
  position: absolute;
  right: 40px;
  bottom: 35px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  display: none;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem:nth-of-type(n + 3) {
  flex-direction: row-reverse;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem:nth-of-type(n + 3) .item-left::before {
  content: "";
  position: absolute;
  bottom: 24px;
  right: 42px;
  left: unset;
  width: 0px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  transition: all 0.8s;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem:nth-of-type(n + 3) .item-right .lookDetail {
  left: 40px;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem:hover .item-left::after {
  opacity: 1;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem:hover .item-left::before {
  width: 27.1875rem;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem:hover .item-left .name,
.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem:hover .item-left .slogan {
  color: #fff;
  z-index: 2;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem:hover .item-left .content {
  height: 40%;
  z-index: 2;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem:hover .item-right .lookDetail {
  display: block;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-container .swiper-wrapper .swiper-slide .viewItem:hover .item-right img {
  transform: scale(1.1);
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-prev {
  position: absolute;
  top: -82px;
  right: 182px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #2b5cce;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-prev::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 22px;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  background: url("../images/swiper-prev.png") no-repeat;
  background-size: contain;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-prev.my-button-disabled {
  background-color: #eff1f7;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-next {
  position: absolute;
  top: -82px;
  right: 118px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #2b5cce;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-next.my-button-disabled {
  background-color: #eff1f7;
}

.main_content .home_item5 .home_item5_content .sectionContainer .swiper-next::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 22px;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  background: url("../images/swiper-next.png") no-repeat;
  background-size: contain;
}

.main_content .home_item6 {
  position: relative;
  width: 100%;
  padding: 80px 0 0;
}

.main_content .home_item6 .home_item6_content {
  width: 62.5rem;
  height: 442px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

.main_content .home_item6 .home_item6_content .video-left {
  width: 53.5%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 7px 30px 0px rgba(5, 11, 149, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.main_content .home_item6 .home_item6_content .video-left .leftImg {
  height: 362px;
  width: 100%;
  overflow: hidden;
}

.main_content .home_item6 .home_item6_content .video-left .leftImg img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.main_content .home_item6 .home_item6_content .video-left .leftText {
  display: flex;
  align-items: center;
  height: 80px;
  width: 100%;
}

.main_content .home_item6 .home_item6_content .video-left .leftText .leftTitle {
  width: 100%;
  padding-left: 1.8229rem;
  padding-right: 1.8229rem;
  font-size: 1.1458rem;
  line-height: 1.5625rem;
  color: #000000;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_content .home_item6 .home_item6_content .video-left:hover .leftImg img {
  transform: scale(1.1);
}

.main_content .home_item6 .home_item6_content .video-left:hover .leftText,
.main_content .home_item6 .home_item6_content .video-left:hover .leftTitle {
  background: #2b5cce;
  font-weight: bold;
  color: #ffffff;
}

.main_content .home_item6 .home_item6_content .video-right {
  width: 46.5%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.main_content .home_item6 .home_item6_content .video-right .videoItem {
  width: 46.2%;
  height: 210px;
  margin-left: 3.78%;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 7px 30px 0px rgba(5, 11, 149, 0.1);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  word-break: keep-all !important;
}

.main_content .home_item6 .home_item6_content .video-right .videoItem .itemImg {
  height: 144px;
  width: 100%;
  overflow: hidden;
}

.main_content .home_item6 .home_item6_content .video-right .videoItem .itemImg img {
  width: 100%;
  transition: all 0.8s;
  height: 100%;
}

.main_content .home_item6 .home_item6_content .video-right .videoItem .itemtitle {
  display: inline-block;
  padding: 0 0.5729rem;
  height: 66px;
  width: 100%;
  font-size: 0.7813rem;
  line-height: 1.1458rem;
  color: #333333;
  display: flex;
  align-items: center;
}

.main_content .home_item6 .home_item6_content .video-right .videoItem .itemtitle > div {
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_content .home_item6 .home_item6_content .video-right .videoItem:hover .itemImg img {
  transform: scale(1.1);
}

.main_content .home_item6 .home_item6_content .video-right .videoItem:hover .itemtitle {
  background: #2b5cce;
  font-weight: bold;
  color: #ffffff;
}

.main_content .home_item6 .home_item6_content .video-right .videoItem:hover .itemtitle > div {
  word-break: break-word;
  word-wrap: break-word;
}

.main_content .home_item7 {
  position: relative;
  width: 100%;
  padding: 80px 0 0;
}

.main_content .home_item7 .home_item7_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 62.5rem;
  margin: 30px auto 0;
  box-shadow: 1px 7px 50px 0px rgba(5, 11, 149, 0.1);
  border-radius: 10px;
}

.main_content .home_item7 .home_item7_content .report_item_info {
  position: relative;
  width: 46.6%;
  height: 100px;
  padding: 0 47px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  word-break: keep-all !important;
  line-height: 26px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.main_content .home_item7 .home_item7_content .report_item_info .text {
  word-break: keep-all !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_content .home_item7 .home_item7_content .report_item_info::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50px;
  width: calc(100% - 100px);
  height: 1px;
  background: #eff1f7;
}

.main_content .home_item7 .home_item7_content .report_item_info:nth-last-child(1)::after, .main_content .home_item7 .home_item7_content .report_item_info:nth-last-child(2)::after {
  background: transparent;
}

.main_content .home_item7 .home_item7_content .report_item_info:hover {
  background: url(../images/inforBg_02_active.png) center no-repeat;
  background-size: cover;
  font-weight: bold;
  color: #ffffff;
}

.main_content .home_item7 .home_item7_content .report_item_info:hover::after {
  background: transparent;
}

.main_content .home_item7-2 {
  position: relative;
  width: 100%;
  padding: 80px 0 0;
  margin: 0 0 80px;
}

.main_content .home_item7-2 .home_item7-2_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 17.0833rem;
  width: 62.5rem;
  margin: 30px auto 0;
  box-shadow: 1px 7px 50px 0px rgba(5, 11, 149, 0.1);
  border-radius: 10px;
  padding: 1.5104rem 1.3021rem 0.8646rem 1.25rem;
  position: relative;
}

.main_content .home_item7-2 .home_item7-2_content .swiper-content-previous {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main_content .home_item7-2 .home_item7-2_content .report_item_info {
  position: relative;
  width: 19.2708rem;
  height: 100%;
}

.main_content .home_item7-2 .home_item7-2_content .report_item_info .icoImg {
  width: 100%;
  height: 10.8333rem;
  overflow: hidden;
  border-radius: 10px;
}

.main_content .home_item7-2 .home_item7-2_content .report_item_info .icoImg:hover img {
  transform: scale(1.1);
}

.main_content .home_item7-2 .home_item7-2_content .report_item_info .icoImg img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.main_content .home_item7-2 .home_item7-2_content .report_item_info .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin-top: 1.0417rem;
}

.main_content .home_item7-2 .home_item7-2_content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("./../images/previous-bg.png") no-repeat;
  background-size: 100%;
}

.main_content .home_item7-2 .home_item7-2_content .swiper-prev {
  position: absolute;
  top: 47%;
  left: -75px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #2b5cce;
}

.main_content .home_item7-2 .home_item7-2_content .swiper-prev::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 22px;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  background: url("../images/swiper-prev.png") no-repeat;
  background-size: contain;
}

.main_content .home_item7-2 .home_item7-2_content .swiper-prev.my-button-disabled {
  background-color: #eff1f7;
}

.main_content .home_item7-2 .home_item7-2_content .swiper-next {
  position: absolute;
  top: 47%;
  right: -75px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #2b5cce;
}

.main_content .home_item7-2 .home_item7-2_content .swiper-next.my-button-disabled {
  background-color: #eff1f7;
}

.main_content .home_item7-2 .home_item7-2_content .swiper-next::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 22px;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  background: url("../images/swiper-next.png") no-repeat;
  background-size: contain;
}

.main_content .home_item8 {
  position: relative;
  width: 100%;
  padding: 50px 0 0;
  background: #f0f5fb;
}

.main_content .home_item8 .home_item8_content {
  position: relative;
  width: 62.5rem;
  margin: 0 auto;
}

.main_content .home_item8 .home_item8_content .home_item8_tags {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.main_content .home_item8 .home_item8_content .home_item8_tags .home_item8_tag {
  position: relative;
  margin-right: 60px;
  width: 220px;
  height: 73px;
  background: #ffffff;
  box-shadow: 1px 7px 50px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  line-height: 73px;
  text-align: center;
  cursor: pointer;
}

.main_content .home_item8 .home_item8_content .home_item8_tags .home_item8_tag:hover, .main_content .home_item8 .home_item8_content .home_item8_tags .home_item8_tag.active {
  background: linear-gradient(90deg, #0947c1, #4874d4);
  font-weight: bold;
  color: #ffffff;
}

.main_content .home_item8 .home_item8_content .home_item8_tags .home_item8_tag:last-child {
  margin: 0;
}

.main_content .home_item8 .home_item8_content .home_item8_tags .see_more {
  position: absolute;
  right: 14px;
  top: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.3);
  transition: all 0.5s;
  cursor: pointer;
}

.main_content .home_item8 .home_item8_content .home_item8_tags .see_more::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 7px;
  background: url("../images/lookMore.png") no-repeat;
  background-size: contain;
  transition: all 0.5s;
}

.main_content .home_item8 .home_item8_content .home_item8_tags .see_more:hover {
  color: #2b5cce;
}

.main_content .home_item8 .home_item8_content .home_item8_tags .see_more:hover::after {
  background: url("../images/lookMore-hover.png") no-repeat;
  background-size: contain;
  left: 70%;
}

.main_content .home_item8 .home_item8_content .company_names {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 64px 0 0;
}

.main_content .home_item8 .home_item8_content .company_names .company_name {
  position: relative;
  flex-shrink: 0;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  white-space: nowrap;
}

.main_content .home_item8 .home_item8_content .company_names .partnerGroups {
  width: 100%;
  height: 20.4688rem;
  overflow: hidden;
}

.main_content .home_item8 .home_item8_content .company_names .partnerGroups.hidden {
  display: none;
}

.main_content .home_item8 .home_item8_content .company_names .partnerGroups .swiper-partnerGroups {
  width: 100%;
  height: 20.4688rem;
  border-radius: 10px;
  overflow: hidden;
}

.main_content .home_item8 .home_item8_content .company_names .partnerGroups .swiper-partnerGroups::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 14.1667rem;
  width: 100%;
  background-color: #d6e8ff;
  border-radius: 10px;
}

.main_content .home_item8 .home_item8_content .company_names .partnerGroups .swiper-partnerGroups .swiper-wrapper {
  width: 100%;
  height: 14.1667rem;
  position: relative;
}

.main_content .home_item8 .home_item8_content .company_names .partnerGroups .swiper-partnerGroups .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.main_content .home_item8 .home_item8_content .company_names .partnerGroups .swiper-partnerGroups .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.main_content .home_item8 .home_item8_content .company_names .partnerGroups .swiper-partnerGroups .swiper-wrapper .swiper-slide .toPartnerList {
  display: block;
  width: 100%;
  height: 100%;
}

.main_content .home_item8 .home_item8_content .company_names .partnerGroups .swiper-partnerGroups .swiper-wrapper .swiper-slide .toPartnerList img {
  width: 100%;
  height: 100%;
  object-fit: unset;
}

footer {
  width: 100%;
  background-image: linear-gradient(90deg, #3673db, #003f8f);
}

footer .footer {
  width: 62.5rem;
  height: 174px;
  margin: 0 auto;
  padding-top: 31px;
}

footer .footer .contacts {
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
}

footer .footer .contactContainer {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer .contactContainer .content {
  display: flex;
  font-size: 0.9375rem;
  color: #ffffff;
}

footer .footer .contactContainer .content .name {
  margin-right: 2.5rem;
}

footer .footer .contactContainer .content .tel {
  margin-right: 2.7083rem;
}

footer .footer .contactContainer .rightBtn {
  display: flex;
  justify-content: space-between;
  margin-right: 2rem;
}

footer .footer .contactContainer .rightBtn .btnItem {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 11px;
  background-color: #3572da;
  cursor: pointer;
  position: relative;
}

footer .footer .contactContainer .rightBtn .btnItem .qr-code {
  width: 136px;
  height: 136px;
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1955ba;
  border-radius: 5px;
  padding: 6px;
  opacity: 0;
  transition: all 0.8s linear;
}

footer .footer .contactContainer .rightBtn .btnItem .qr-code img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}

footer .footer .contactContainer .rightBtn .btnItem .qr-code::after {
  content: "";
  position: absolute;
  width: 121px;
  height: 121px;
  border-radius: 5px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

footer .footer .contactContainer .rightBtn .btnItem .qr-code:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%);
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid transparent;
  border-radius: 4px;
}

footer .footer .contactContainer .rightBtn .btnItem:hover {
  background-color: #1955af;
}

footer .footer .contactContainer .rightBtn .btnItem:hover .qr-code {
  opacity: 1;
}

footer .footer .contactContainer .rightBtn .btnItem::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .footer .contactContainer .rightBtn .btnItem.wx::after {
  width: 31px;
  height: 24px;
  background: url("../images/wx.png") no-repeat;
  background-size: contain;
}

footer .footer .contactContainer .rightBtn .btnItem.wb::after {
  width: 30px;
  height: 24px;
  background: url("../images/wb.png") no-repeat;
  background-size: contain;
}

footer .footer .contactContainer .rightBtn .btnItem.tt::after {
  width: 100%;
  height: 100%;
  background: url("../images/tt.png") no-repeat center;
  background-size: contain;
}

footer .footer .contactContainer .rightBtn .btnItem.dy::after {
  width: 22px;
  height: 26px;
  background: url("../images/dy.png") no-repeat;
  background-size: contain;
}

footer .footer .contactContainer .rightBtn .btnItem.fb::after {
  width: 16px;
  height: 31px;
  background: url("../images/fb.png") no-repeat;
  background-size: contain;
}

footer .footer .contactContainer .rightBtn .btnItem.yt::after {
  width: 25px;
  height: 18px;
  background: url("../images/yt.png") no-repeat;
  background-size: contain;
}

.copyright {
  width: 100%;
  height: 42px;
  background-color: #003e94;
}

.copyright .container-footer {
  width: 62.5rem;
  height: 42px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.7292rem;
  line-height: 42px;
  color: #bfd7ff;
}

.copyright .container-footer > a {
  color: #bfd7ff;
}
