.w {
  width: 100%;
  padding: 0 10px;
}
.imp_header .imp_banner {
  height: 323px;
  padding-bottom: 20px;
  background: url(../images/bg_header_yx.png) no-repeat;
  background-size: 100% 100%;
}
.imp_header .imp_banner .imp_shortcut {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 46px;
}
.imp_header .imp_banner .imp_shortcut .imp_shortcut_nav {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}
.imp_header .imp_banner .imp_shortcut .imp_shortcut_nav li:nth-child(2n) {
  margin: 0 20px;
}
.imp_header .imp_banner .imp_shortcut .imp_shortcut_nav li a {
  color: #333;
}
.imp_header .imp_banner .imp_shortcut .imp_shortcut_nav li a:hover {
  color: #015293;
}
.imp_header .imp_banner .imp_shortcut .imp_shortcut_nav li.wza {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 31px;
  border-radius: 10px 10px 10px 10px;
  background: #18a4df;
  color: #fff;
  cursor: pointer;
}
.imp_header .imp_banner .imp_shortcut .imp_shortcut_nav li.wza img {
  margin-right: 5px;
}
.imp_header .imp_banner .imp_shortcut .imp_shortcut_nav li.ghb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 31px;
  border-radius: 10px 10px 10px 10px;
  background: #015293;
  color: #fff;
  cursor: pointer;
}
.imp_header .imp_banner .imp_shortcut .imp_shortcut_nav li.ghb img {
  margin-right: 5px;
}
.imp_header .imp_banner .imp_search_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(100% - 50px);
  margin-top: 20px;
}
.imp_header .imp_banner .imp_search_box .imp_nav_list {
  display: flex;
  justify-content: space-around;
}
.imp_header .imp_banner .imp_search_box .imp_nav_list li {
  position: relative;
  margin-left: 0px;
}
.imp_header .imp_banner .imp_search_box .imp_nav_list li::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: transparent;
}
.imp_header .imp_banner .imp_search_box .imp_nav_list li a {
  font-size: 20px;
  color: #015293;
}
.imp_header .imp_banner .imp_search_box .imp_nav_list li.active,
.imp_header .imp_banner .imp_search_box .imp_nav_list li:hover {
  font-weight: 700;
}
.imp_header .imp_banner .imp_search_box .imp_nav_list li.active::before,
.imp_header .imp_banner .imp_search_box .imp_nav_list li:hover::before {
  background-color: #015293;
}
.mlbt {
  height: auto;
  background: url(../images/bg_banner_yx.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 100px;
  padding-bottom: 40px;
}
.mlbt .mlbt_top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mlbt .mlbt_top .mlbt_top_l {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 614px;
}
.mlbt .mlbt_top .mlbt_top_l p {
  font-size: 20px;
  line-height: 36px;
  text-indent: 2em;
  margin-top: -30px;
  color: #333;
}
.mlbt .mlbt_top .mlbt_top_l .check {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
}
.mlbt .mlbt_top .mlbt_top_l .check a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 181px;
  height: 50px;
  background: url(../images/bg_check.png) no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
}
.mlbt .mlbt_top .mlbt_top_l .check a:hover {
  transform: translateX(-5px);
}
.mlbt .mlbt_top .mlbt_top_r {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  margin-left: 0;
  margin-top: 30px;
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper {
  position: relative;
  width: 92%;
  height: 380px;
  /* 导航箭头 */
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper .carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper .carousel-slide.active {
  z-index: 3;
  transform: translateX(0) scale(1);
  opacity: 1;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper .carousel-slide.prev-1 {
  z-index: 2;
  transform: translateX(-60px) scale(0.92);
  opacity: 1;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper .carousel-slide.prev-2 {
  z-index: 1;
  transform: translateX(-112px) scale(0.84);
  opacity: 0.7;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper .carousel-slide.hidden {
  z-index: 0;
  transform: translateX(100px) scale(0.8);
  opacity: 0;
  pointer-events: none;
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper .carousel-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
  z-index: 10;
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper .nav-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper .nav-btn.prev {
  left: 0px;
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper .nav-btn.prev::after {
  transform: rotate(-135deg);
  margin-left: 4px;
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper .nav-btn.next {
  right: 0px;
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper .nav-btn.next::after {
  transform: rotate(45deg);
  margin-right: 4px;
}
.mlbt .mlbt_top .mlbt_top_r .carousel-container .carousel-wrapper .nav-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: white;
}
.mlbt .mlbt_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.mlbt .mlbt_list li {
  width: 221px;
  height: 96px;
  background: url(../images/bg_ys_li.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease;
}
.mlbt .mlbt_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 5px;
  font-size: 22px;
  color: #000;
}
.mlbt .mlbt_list li a img {
  margin-right: 10px;
}
.mlbt .mlbt_list li:hover {
  transform: translateY(-5px);
}
.pub_title {
  display: flex;
  justify-content: center;
}
.pub_title .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 564px;
  height: 37px;
  font-size: 36px;
  color: #1b5389;
  font-weight: 700;
  background: url(../images/bg_ys_title.png) no-repeat;
  background-position: center;
}
.bg {
  background: url(../images/bg_block_1.png) no-repeat;
  background-position: top;
}
.activity {
  padding-top: 103px;
}
.activity .calendar_box {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 5px 12px 1px rgba(65, 93, 127, 0.21);
  border-radius: 45px;
  margin-top: 79px;
  padding-top: 60px;
}
.activity .calendar_box h3 {
  display: flex;
  align-items: center;
  position: absolute;
  top: -32px;
  left: 26px;
  width: 444px;
  height: 61px;
  background: url(../images/bg_calendar_title.png) no-repeat;
  background-size: 100% 100%;
  font-size: 30px;
  color: #fff;
  padding-left: 33px;
}
.activity .calendar_box h3 .month {
  display: flex;
  align-items: center;
  margin-left: 27px;
}
.activity .calendar_box h3 .month .prev {
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 2px;
}
.activity .calendar_box h3 .month .next {
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
  margin-top: 2px;
}
.activity .calendar_box .date_axis {
  display: flex;
  align-items: center;
  height: 200px;
  padding: 0 25px;
}
.activity .calendar_box .date_axis .axis {
  position: relative;
  width: 100%;
}
.activity .calendar_box .date_axis .axis::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  transform: translateY(-50%);
}
.activity .calendar_box .date_axis .axis .prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
  border: 0;
  outline: 0;
}
.activity .calendar_box .date_axis .axis .next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
  border: 0;
  outline: 0;
}
.activity .calendar_box .date_axis .axis .date_list {
  position: absolute;
  top: 50%;
  display: flex;
  padding: 0 47px;
  transform: translateY(-50%);
}
.activity .calendar_box .date_axis .axis .date_list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 31px;
  cursor: pointer;
}
.activity .calendar_box .date_axis .axis .date_list li i {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #1f63bd;
  transform: rotate(45deg);
}
.activity .calendar_box .date_axis .axis .date_list li i.past {
  background-color: #dcdcdc;
}
.activity .calendar_box .date_axis .axis .date_list li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border: solid 3px #d2d2d2;
  border-radius: 50%;
  font-size: 24px;
  color: #999;
  font-weight: 700;
}
.activity .calendar_box .date_axis .axis .date_list li .date-number {
  position: absolute;
  top: 50px;
  left: 50%;
  font-size: 24px;
  color: #333;
  font-weight: 700;
  transform: translateX(-50%);
}
.activity .calendar_box .date_axis .axis .date_list li.today .num {
  color: #1658a0;
  border-color: #69a3d9;
}
.activity .calendar_box .date_axis .axis .date_list li.today .date-number {
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 73px;
  background: url(../images/bg_select_date.png) no-repeat;
  background-size: 100% 100%;
  font-size: 39px;
  color: #fff;
}
.activity .calendar_box .date_axis .axis .date_list li.selected .num {
  color: #1658a0;
  border-color: #69a3d9;
}
.activity .calendar_box .date_axis .axis .date_list li.selected .date-number {
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 73px;
  background: url(../images/bg_select_date.png) no-repeat;
  background-size: 100% 100%;
  font-size: 39px;
  color: #fff;
}
.activity .calendar_box .activities_list {
  height: 245px;
  background-color: #f2faff;
  margin-top: 20px;
  border-radius: 0px 0px 45px 45px;
}
.activity .calendar_box .activities_list .swiper {
  width: 100%;
  height: 100%;
}
.activity .calendar_box .activities_list .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.activity .calendar_box .activities_list .swiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 78px;
  top: 50%;
  width: 9px;
  height: 86px;
  background-color: #1f63bd;
  border-radius: 5px;
  transform: translateY(-50%);
}
.activity .calendar_box .activities_list .swiper .swiper-slide a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 97px;
}
.activity .calendar_box .activities_list .swiper .swiper-slide a .date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 180px;
  margin-right: 20px;
}
.activity .calendar_box .activities_list .swiper .swiper-slide a .date .month {
  font-size: 36px;
  color: #1b5389;
  font-weight: 700;
}
.activity .calendar_box .activities_list .swiper .swiper-slide a .date .year {
  font-size: 24px;
  color: #1b5389;
}
.activity .calendar_box .activities_list .swiper .swiper-slide a .inner {
  color: #333;
  flex: 1;
}
.activity .calendar_box .activities_list .swiper .swiper-slide a .inner .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity .calendar_box .activities_list .swiper .swiper-slide a .inner .title .state {
  color: #1f63bd;
  margin-right: 5px;
}
.activity .calendar_box .activities_list .swiper .swiper-slide a .inner .location {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.activity .calendar_box .activities_list .swiper .swiper-slide a .inner .location img {
  margin-right: 10px;
}
.activity .calendar_box .activities_list .swiper .swiper-slide:hover a .inner .title {
  color: #1658a0;
}
.activity .calendar_box .activities_list .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 38px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  opacity: 1;
}
.activity .calendar_box .activities_list .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #015293;
}
.activity .calendar_box .activities_list .no-activities {
  text-align: center;
  padding: 40px 20px;
  color: #adb5bd;
}
.activity .calendar_box .activities_list .no-activities .no-activities-icon {
  font-size: 48px;
  margin-bottom: 15px;
  opacity: 0.5;
}
.activity .calendar_box .activities_list .no-activities .no-activities-text {
  font-size: 16px;
  margin-bottom: 5px;
}
.activity .calendar_box .activities_list .no-activities .no-activities-subtext {
  font-size: 14px;
  opacity: 0.7;
}
.investment {
  margin-top: 100px;
}
.investment .investment_inner {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin-top: 42px;
}
.investment .investment_inner .side {
  position: relative;
  width: 100%;
  height: 434px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}
.investment .investment_inner .side::after {
  content: "";
  position: absolute;
  top: 0;
  right: 17px;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #bebfbf;
}
.investment .investment_inner .side::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 34px;
  background-image: linear-gradient(0deg, #26a4df 0%, #016bb5 100%);
  border-radius: 50%;
  transform: translateY(-50%);
  border: 10px solid #d9eef9;
  box-sizing: border-box;
}
.investment .investment_inner .side .swiper {
  width: 100%;
  height: 100%;
}
.investment .investment_inner .side .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.investment .investment_inner .side .swiper .swiper-slide.swiper-slide-active {
  font-size: 24px;
  color: #1b5389;
  font-weight: 700;
}
.investment .investment_inner .content {
  width: 100%;
  height: 434px;
  margin-left: 0px;
  margin-top: 40px;
}
.investment .investment_inner .content .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.investment .investment_inner .content .swiper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}
.investment .investment_inner .content .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.other {
  height: 146px;
  margin-top: 80px;
  background: url(../images/bg_yx_other.png) no-repeat;
  background-size: 100% 100%;
}
.other .other_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 100%;
}
.other .other_list li {
  position: relative;
  width: 25%;
  height: 100%;
}
.other .other_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 102px;
  background-color: #fff;
  transform: translateY(-50%);
}
.other .other_list li:last-child::after {
  display: none;
}
.other .other_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 18px;
}
.other .other_list li a img {
  margin-right: 0px;
  transition: all 0.3s;
}
.other .other_list li a:hover img {
  transform: rotateY(180deg);
}
.reform {
  padding-top: 101px;
}
.reform .reform_main {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin-top: 55px;
  background: url(../images/bg_reform.png) no-repeat;
  background-size: 1198px 100%;
  background-position: right;
  padding: 42px 28px 28px 0;
}
.reform .reform_main .img {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
.reform .reform_main .img img {
  width: 100%;
  height: 100%;
}
.reform .reform_main .inner {
  flex: 1;
  margin-left: 0px;
}
.reform .reform_main .inner p {
  font-size: 18px;
  color: #333;
  line-height: 44px;
  text-indent: 2em;
}
.reform .reform_main .inner .check {
  display: flex;
  justify-content: flex-end;
}
.reform .reform_main .inner .check a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 181px;
  height: 50px;
  background: url(../images/bg_check.png) no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s;
}
.reform .reform_main .inner .check a:hover {
  transform: translateX(-10px);
}
.reform .reform_main .inner .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.reform .reform_main .inner .links li {
  height: 55px;
  border-radius: 10px;
  border: solid 1px #c4deee;
  background-color: #fff;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.reform .reform_main .inner .links li:hover {
  transform: translateY(-5px);
}
.reform .reform_main .inner .links li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #015293;
  padding: 0 27px;
}
.play {
  margin-top: 100px;
  padding-bottom: 104px;
  background: url(../images/bg_yx_paly.png) no-repeat;
  background-size: 100% 211px;
  background-position: bottom;
}
.play .play_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.play .play_main .left {
  width: 100%;
}
.play .play_main .left .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}
.play .play_main .left .head .text {
  display: flex;
  align-items: center;
  width: 243px;
  height: 75px;
  background: url(../images/bg_mj_title.png) no-repeat;
  background-size: 100% 100%;
  font-size: 24px;
  color: #1b5389;
  padding-left: 16px;
}
.play .play_main .left .head .text .word {
  border-bottom: 3px solid #1b5389;
}
.play .play_main .left .head .more {
  font-size: 18px;
  color: #333;
}
.play .play_main .left .head .more:hover {
  color: #1b5389;
}
.play .play_main .left .swiper {
  width: 100%;
  height: 439px;
}
.play .play_main .left .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.play .play_main .left .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.play .play_main .left .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.play .play_main .left .swiper .swiper-slide a .mask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 186px;
  background-color: rgba(71, 137, 225, 0.4);
  font-size: 18px;
  color: #fff;
  writing-mode: vertical-rl;
}
.play .play_main .left .swiper .swiper-slide a:hover img {
  transform: scale(1.03);
}
.play .play_main .right {
  width: 100%;
  height: 515px;
  margin-left: 0px;
  background: url(../images/bg_yx_ms.png) no-repeat;
  background-size: 100% 100%;
  padding: 33px 15px 0 15px;
  margin-top: 40px;
}
.play .play_main .right h3 {
  display: flex;
  justify-content: center;
  font-size: 24px;
  color: #1b5389;
}
.play .play_main .right h3 .text {
  display: inline-block;
  border-bottom: 3px solid #1b5389;
}
.play .play_main .right .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
}
.play .play_main .right .list li {
  width: 48%;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 35px;
  border-radius: 24px;
  border: 1px solid #b5cfe3;
}
.play .play_main .right .list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.play .play_main .right .list li a:hover {
  color: #015293;
}
