/* this website */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
.whmax {
  width: 100%;
  height: 100%;
}
.ind_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.ind_banner .ind_swi {
  width: 100%;
  height: 100%;
}
.ind_banner .ind_swi .swiper-slide {
  width: 100%;
  height: 100%;
}
.ind_banner .ind_swi .swiper-slide .mimg {
  width: 100%;
  height: 100%;
}
.ind_banner .ind_swi .swiper-slide .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_banner .ind_banner_font {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 7rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.ind_banner .ind_banner_font .ind_banner_font_main {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.ind_banner .ind_banner_font h2 {
  font-size: 5.5rem;
  color: #fff;
  margin-bottom: 3rem;
  font-weight: bold;
}
.ind_banner .ind_banner_font p {
  font-size: 2.2rem;
  color: #fff;
  opacity: 0.85;
}
.ind_banner .ind_banner_pag {
  position: absolute;
  padding: 0 7rem;
  left: 0;
  right: 0;
  bottom: 3rem;
  z-index: 10;
}
.ind_banner .ind_banner_pag .swiper-pagination {
  position: static;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 4.8rem;
}
.ind_banner .ind_banner_pag .swiper-pagination .swiper-pagination-bullet {
  background: none;
  width: auto;
  height: auto;
  opacity: 0.6;
  border-radius: 0;
  flex: 1;
  max-width: 25%;
}
.ind_banner .ind_banner_pag .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.ind_banner .ind_banner_pag .swiper-pagination .ind_pag {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ind_banner .ind_banner_pag .swiper-pagination .ind_pag .ind_pag_mline {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
  position: relative;
}
.ind_banner .ind_banner_pag .swiper-pagination .ind_pag .ind_pag_mline span {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  height: 2px;
}
.ind_banner .ind_banner_pag .swiper-pagination .ind_pag .ind_pag_title {
  font-size: 1.8rem;
  color: #fff;
}
.ind_news .ind_news_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.ind_news .ind_news_bom {
  height: 52rem;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.ind_news .ind_news_bom .ind_news_left {
  flex: 1;
  display: flex;
  height: 100%;
}
.ind_news .ind_news_bom .ind_news_left .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.2rem;
}
.ind_news .ind_news_bom .ind_news_left .news_tag {
  font-size: 1.6rem;
  color: #121F3F;
}
.ind_news .ind_news_bom .ind_news_left .news_time {
  font-size: 1.4rem;
  color: #999;
  display: flex;
  align-items: center;
}
.ind_news .ind_news_bom .ind_news_left .news_time span {
  transform: translateY(-0.1rem);
}
.ind_news .ind_news_bom .ind_news_left .news_time i {
  margin-right: 0.5rem;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item {
  margin-right: 4rem;
  height: 100%;
  width: 50%;
  transition: 0.2s all ease-in;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item .mimg {
  width: 100%;
  height: 31rem;
  overflow: hidden;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item .mfont {
  padding: 4rem;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item .mfont h3 {
  font-size: 2rem;
  color: #2b2b2b;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.5rem);
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item:hover .mimg img {
  transform: scale(1.05);
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item:hover .mfont h3 {
  color: #121F3F;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item2 {
  transition: 0.2s all ease-in;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  background: url(/Static/images/bg01.jpg) no-repeat center center;
  background-size: cover;
  width: 50%;
  height: 100%;
  padding: 6.8rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item2 .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item2 .mfont {
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item2 h3 {
  font-size: 2rem;
  color: #2b2b2b;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-bottom: 3.5rem;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item2 p {
  font-size: 1.5rem;
  color: #999;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  line-height: 170%;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item2 .news_more {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item2 .news_more .news_more_btn {
  background: #083957;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  padding: 0.8rem 4rem;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item2 .news_more .news_more_btn i {
  color: #fff;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item2 .news_more .news_more_btn:hover {
  background: #121F3F;
  transform: translateY(-0.1rem);
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item2 .news_more .news_more_btn:hover i {
  transform: translateX(0.5rem);
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item2:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ind_news .ind_news_bom .ind_news_left .ind_news_item2:hover .mfont h3 {
  color: #121F3F;
}
.ind_news .ind_news_bom .ind_news_right {
  width: 48rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ind_news .ind_news_bom .ind_news_right .ind_news_right_item {
  display: flex;
  transition: 0.2s all ease-in;
  position: relative;
}
.ind_news .ind_news_bom .ind_news_right .ind_news_right_item .mimg {
  padding-top: 28%;
  width: 45%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.ind_news .ind_news_bom .ind_news_right .ind_news_right_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ind_news .ind_news_bom .ind_news_right .ind_news_right_item .mfont {
  padding-left: 2rem;
  padding-top: 1rem;
}
.ind_news .ind_news_bom .ind_news_right .ind_news_right_item .mfont h3 {
  font-size: 1.4rem;
  color: #2b2b2b;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 1.5rem;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_bom .ind_news_right .ind_news_right_item .mfont p {
  font-size: 1.3rem;
  color: #999;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-bottom: 2rem;
}
.ind_news .ind_news_bom .ind_news_right .ind_news_right_item .mfont i {
  color: #999;
  font-size: 1.6rem;
  transition: 0.2s all ease-in;
  display: block;
}
.ind_news .ind_news_bom .ind_news_right .ind_news_right_item:hover {
  transform: translateY(-3px);
}
.ind_news .ind_news_bom .ind_news_right .ind_news_right_item:hover img {
  transform: scale(1.05);
}
.ind_news .ind_news_bom .ind_news_right .ind_news_right_item:hover .mfont h3 {
  color: #121F3F;
}
.ind_news .ind_news_bom .ind_news_right .ind_news_right_item:hover .mfont i {
  color: #121F3F;
  transform: translateX(5px);
}
.ind_news .ind_news_bom .ind_news_right hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #ececec;
  border: none;
}
.ind_news .ind_news_bom .ind_news_right hr:last-child {
  display: none;
}
.ind_video {
  cursor: pointer;
  position: relative;
  height: 53rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_video .mleft {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 4rem;
}
.ind_video .mleft .ind_video_ic {
  width: 45rem;
  margin-bottom: 4rem;
}
.ind_video .mleft h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
}
.ind_video .mleft p {
  color: #fff;
  font-size: 1.5rem;
}
.ind_video .ind_video_ic2 {
  width: 12rem;
}
.video_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.video_popup .video_popup_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}
.video_popup .video_popup_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1200px;
  z-index: 1001;
}
.video_popup .video_popup_close {
  position: absolute;
  top: -4rem;
  right: 0;
  cursor: pointer;
  z-index: 1002;
}
.video_popup .video_popup_close i {
  font-size: 2.8rem;
  color: #fff;
  transition: 0.2s all ease-in;
}
.video_popup .video_popup_close:hover i {
  transform: rotate(90deg);
  color: #FFCE95;
}
.video_popup .video_popup_content {
  width: 100%;
  background: #000;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.video_popup .video_popup_content video {
  width: 100%;
  display: block;
  object-fit: cover;
}
.video_popup .video_popup_title {
  text-align: center;
  margin-top: 2rem;
}
.video_popup .video_popup_title h3 {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.video_popup .video_popup_title p {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0.7;
}
.ind_about .mfont {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.6rem;
  color: #666;
  line-height: 190%;
  text-align: center;
  margin-bottom: 5rem;
}
.ind_about ul {
  display: flex;
  flex-wrap: wrap;
}
.ind_about ul li {
  width: 25%;
  display: flex;
  align-items: center;
  margin-bottom: 8rem;
  flex-direction: column;
  border-left: 1px solid #d9d9d9;
}
.ind_about ul .mtop {
  display: flex;
  align-items: center;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}
.ind_about ul .mtop h4 {
  font-size: 4rem;
  font-family: numfont;
  font-weight: bold;
  color: #121F3F;
}
.ind_about ul .mtop span {
  color: #121F3F;
  font-size: 2.4rem;
  font-weight: bold;
  transform: translateY(-0.5rem);
  font-family: numfont;
}
.ind_about ul p {
  font-size: 1.4rem;
  color: #2b2b2b;
}
.ind_about ul li:first-child,
.ind_about ul li:nth-child(5) {
  border-left: none;
}
.ind_about ul li:nth-child(n+5) {
  margin-bottom: 0;
}
.ind_course {
  background: #121F3F;
}
.ind_course .section_main {
  display: flex;
  justify-content: space-between;
}
.ind_course .mright {
  max-width: 820px;
  width: 100%;
}
.ind_course .mright ul li {
  display: none;
}
.ind_course .mright ul li.curr {
  display: block;
}
.ind_course .mright .mimg {
  padding-top: 45%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.ind_course .mright .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ind_course .mright img:hover {
  transform: scale(1.05);
}
.ind_course .mright .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding-top: 4rem;
}
.ind_course .mright .mtop h4 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.ind_course .mright .mtop .mtag {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.ind_course .mright .mtop .mtag span {
  opacity: 0.8;
  font-size: 1.6rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.2rem 1.5rem;
}
.ind_course .mright .mfont p {
  color: #fff;
  font-size: 1.6rem;
  opacity: 0.7;
  line-height: 180%;
}
.ind_course .mleft {
  max-width: 420px;
  width: 100%;
  margin-right: 6rem;
}
.ind_course .mleft ul {
  width: 100%;
}
.ind_course .mleft ul li {
  opacity: 0.6;
  margin-bottom: 4rem;
  transition: 0.2s all ease-in;
}
.ind_course .mleft ul li a {
  transition: 0.2s all ease-in;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.5rem;
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.ind_course .mleft ul li a h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  transition: 0.2s all ease-in;
}
.ind_course .mleft ul li a i {
  color: #fff;
  font-size: 2.4rem;
  transition: 0.2s all ease-in;
  display: block;
}
.ind_course .mleft ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background: #FFCE95;
  transition: width 0.5s ease;
}
.ind_course .mleft ul li:last-child {
  margin-bottom: 0;
}
.ind_course .mleft ul li:hover {
  opacity: 1;
}
.ind_course .mleft ul li:hover a h4 {
  color: #FFCE95;
}
.ind_course .mleft ul li:hover a:after {
  width: 100%;
}
.ind_course .mleft ul li:hover a i {
  transform: translateX(5px);
}
.ind_course .mleft ul li.curr {
  opacity: 1;
}
.ind_course .mleft ul li.curr a h4 {
  color: #FFCE95;
}
.ind_course .mleft ul li.curr a:after {
  width: 100%;
}
.ind_course .mleft ul li.curr a i {
  color: #FFCE95;
  transform: translateX(5px);
}
.ind_feature .mtabs {
  margin-bottom: 4rem;
}
.ind_feature .mtab_content {
  width: 100%;
  height: 60rem;
  position: relative;
  overflow: hidden;
}
.ind_feature .mtab_content .mimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ind_feature .mtab_content .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.ind_feature .mtab_content .mfont {
  position: absolute;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6rem 8rem;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.ind_feature .mtab_content .mfont .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.ind_feature .mtab_content .mfont .mtop img {
  width: 4.5rem;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.ind_feature .mtab_content .mfont .mtop h4 {
  color: #fff;
  font-size: 2.8rem;
}
.ind_feature .mtab_content .mfont p {
  color: #fff;
  font-size: 1.7rem;
  line-height: 160%;
  padding-right: 8rem;
}
.ind_feature .mtab_content .mbtn_box {
  position: absolute;
  right: 8rem;
  bottom: 6rem;
  z-index: 40;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.ind_feature .mtab_content .mbtn_box > div {
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: 0.3s background ease;
}
.ind_feature .mtab_content .mbtn_box > div i {
  color: #fff;
  font-size: 2.4rem;
  transition: 0.2s all ease-in;
}
.ind_feature .mtab_content .mbtn_box > div:hover {
  background: rgba(255, 255, 255, 0.5);
}
.ind_feature .mtab_content .mbtn_box > div:active {
  transform: scale(0.9);
}
.ind_feature .mtab_content ul {
  width: 100%;
  height: 100%;
  position: relative;
}
.ind_feature .mtab_content ul .mitem {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform, opacity;
  transform-style: preserve-3d;
  transform: translateZ(0);
}
.ind_feature .mtab_content ul .mitem.curr {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.ind_open_day {
  background: #121F3F;
  height: 65rem;
  display: flex;
  border-bottom: 2px solid #FFCE95;
}
.ind_open_day .ind_open_day_main {
  padding: 7rem 7rem 0 7rem;
  height: 100%;
  width: 39%;
  display: flex;
  justify-content: flex-end;
}
.ind_open_day .ind_open_day_main .mmain {
  max-width: 420px;
  width: 100%;
}
.ind_open_day .mleft {
  width: 100%;
}
.ind_open_day .mleft .mfont {
  margin-bottom: 6rem;
}
.ind_open_day .mleft .mfont p {
  font-size: 1.6rem;
  color: #fff;
  opacity: 0.8;
  line-height: 160%;
  margin-bottom: 2rem;
}
.ind_open_day .mleft ul {
  width: 100%;
}
.ind_open_day .mleft ul li {
  opacity: 0.6;
  margin-bottom: 4rem;
  transition: 0.2s all ease-in;
}
.ind_open_day .mleft ul li a {
  transition: 0.2s all ease-in;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.5rem;
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.ind_open_day .mleft ul li a h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  transition: 0.2s all ease-in;
}
.ind_open_day .mleft ul li a i {
  color: #fff;
  font-size: 2.4rem;
  transition: 0.2s all ease-in;
  display: block;
}
.ind_open_day .mleft ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background: #FFCE95;
  transition: width 0.5s ease;
}
.ind_open_day .mleft ul li:last-child {
  margin-bottom: 0;
}
.ind_open_day .mleft ul li:hover {
  opacity: 1;
}
.ind_open_day .mleft ul li:hover a h4 {
  color: #FFCE95;
}
.ind_open_day .mleft ul li:hover a:after {
  width: 100%;
}
.ind_open_day .mleft ul li:hover a i {
  transform: translateX(5px);
}
.ind_open_day .mright {
  height: 100%;
  flex: 1;
}
.ind_open_day .mright #bdmap {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .video_popup .video_popup_container {
    width: 90%;
  }
  .ind_feature .mtab_content {
    height: 50rem;
  }
  .ind_feature .mtab_content .mfont {
    padding: 4rem 5rem;
  }
  .ind_feature .mtab_content .mfont p {
    padding-right: 5rem;
  }
  .ind_feature .mtab_content .mbtn_box {
    right: 5rem;
    bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .video_popup .video_popup_container {
    width: 95%;
  }
  .ind_video {
    height: 40rem;
    flex-direction: column;
  }
  .ind_video .mleft {
    align-items: center;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .ind_video .mleft .ind_video_ic {
    width: 30rem;
  }
  .ind_video .ind_video_play {
    margin: 2rem 0;
  }
  .ind_video .ind_video_play .ind_video_play_btn {
    width: 6rem;
    height: 6rem;
  }
  .ind_video .ind_video_play .ind_video_play_btn i {
    font-size: 2.4rem;
  }
  .ind_feature .mtabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .ind_feature .mtabs li {
    margin: 0 0.5rem 1rem;
  }
  .ind_feature .mtab_content {
    height: 40rem;
  }
  .ind_feature .mtab_content .mfont {
    height: 65%;
    padding: 3rem 3rem;
  }
  .ind_feature .mtab_content .mfont .mtop {
    margin-bottom: 2rem;
  }
  .ind_feature .mtab_content .mfont .mtop img {
    width: 3.5rem;
  }
  .ind_feature .mtab_content .mfont .mtop h4 {
    font-size: 2.2rem;
  }
  .ind_feature .mtab_content .mfont p {
    font-size: 1.5rem;
    padding-right: 3rem;
  }
  .ind_feature .mtab_content .mbtn_box {
    right: 3rem;
    bottom: 3rem;
  }
  .ind_feature .mtab_content .mbtn_box > div {
    width: 4rem;
    height: 4rem;
  }
}
.map_info_window {
  padding: 1rem;
}
.map_info_window h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #083957;
  margin-bottom: 1rem;
}
.map_info_window p {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
}
.BMap_scaleCtrl {
  height: 23px !important;
  margin: 8px !important;
}
.BMap_scaleCtrl .BMap_scaleTxt {
  bottom: 0 !important;
  font-size: 11px !important;
  color: #FFEBD3 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.BMap_zlHolder,
.BMap_stdMpZoom,
.BMap_stdMpPan,
.BMap_stdMpSlider {
  background-color: rgba(18, 31, 63, 0.7) !important;
  border: 1px solid rgba(255, 235, 211, 0.3) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}
.BMap_stdMpZoomIn,
.BMap_stdMpZoomOut,
.BMap_stdMpPanUp,
.BMap_stdMpPanDown,
.BMap_stdMpPanLeft,
.BMap_stdMpPanRight,
.BMap_CPyCtrl {
  cursor: pointer !important;
  filter: brightness(1.5) !important;
}
.BMap_stdMpZoomIn:hover,
.BMap_stdMpZoomOut:hover,
.BMap_stdMpPanUp:hover,
.BMap_stdMpPanDown:hover,
.BMap_stdMpPanLeft:hover,
.BMap_stdMpPanRight:hover,
.BMap_CPyCtrl:hover {
  filter: brightness(2) !important;
}
.custom_map_marker {
  position: absolute;
  cursor: pointer;
  width: auto;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1;
}
.custom_map_marker .marker_pin {
  width: 3rem;
}
.custom_map_marker .marker_text {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #FFEBD3;
  color: #121F3F;
  padding: 0.4rem 1rem;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  font-weight: bold;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
}
.BMap_bubble_top {
  height: 0!important;
}
.BMap_bubble_pop img {
  top: 81px!important;
}
.BMapLabel {
  max-width: 20rem;
  border: none !important;
  padding: 0.8rem 1.5rem !important;
}
.BMapLabel:after {
  content: '';
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #121F3F;
}
