.main_content {
  width: 100%;
  height: 100%;
  background: url(/Content/static/images/intro/intro_bg_new.jpg) no-repeat left top/cover;
}
.main_content .video_wrap {
  position: relative;
  height: 100%;
}
.main_content .video_wrap .inline-YTPlayer {
  max-width: unset !important;
  height: 100%;
  width: auto;
}
.main_content .video_wrap #bgVideo {
  height: 100% !important;
  width: auto;
  padding-top: 56.25%;
  padding-bottom: 0 !important;
}
.main_content .video_wrap #bgVideo iframe {
  height: 100% !important;
  margin-top: 0 !important;
}

.intro_slide {
  width: 100%;
  height: 100%;
}
.intro_slide .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.intro_slide .swiper-wrapper .swiper-slide:first-child {
  background: url(/Content/static/images/intro/slide_test01.png) no-repeat center/cover;
}
.intro_slide .swiper-wrapper .swiper-slide:nth-child(2) {
  background: url(/Content/static/images/intro/slide_test02.png) no-repeat center/cover;
}
.intro_slide .swiper-wrapper .swiper-slide:last-child {
  background: url(/Content/static/images/intro/slide_test03.png) no-repeat center/cover;
}

.main_tit_wrap {
	display:none;
}
.hover_con_txt .inactive_h2.test{
	color:#fff;
}
.hover_con_txt .inactive_h2.test::before,
.hover_con_txt .inactive_h2.test::after{
	background:#fff;
}