@-webkit-keyframes fadeInShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeInShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes display {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes display {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  position: relative;
}
.banner .banner_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.banner .swiper-slide {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 3%;
}
.banner .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  background-color: #fff;
  border-radius: 0px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 120px;
}
.banner .text {
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  z-index: 2;
  max-width: 950px;
  text-align: center;
}
.banner .text img {
  max-width: 100%;
}
.banner .text h3 {
  font-weight: 700;
  overflow: hidden;
}
.banner .text h3 span {
  opacity: 0;
  position: relative;
  top: 15px;
}
.banner .text p span {
  opacity: 0;
  position: relative;
  top: 8px;
}
.banner .text .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.banner .text dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-left: 20px;
  opacity: 0;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}
.banner .text dt {
  opacity: 0.7;
  font-weight: normal;
}
.banner .text dd {
  font-weight: 700;
  margin-top: 0px;
  line-height: 1;
}
.banner .other_text .text {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.isFENV .banner .swiper-slide {
  height: 100%;
}

@media screen and (max-width: 1500px) {
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 80px;
  }
  .banner .swiper-pagination-bullet {
    width: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .banner .text dt {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .banner .swiper-slide {
    height: 70vh;
  }
  .banner .text {
    width: 90%;
  }
  .banner .text h3 {
    font-size: 24px;
  }
  .banner .text p {
    font-size: 16px;
  }
  .banner .text .img img {
    width: 70%;
  }
  .banner .text dl {
    padding-left: 10px;
  }
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
  .banner .swiper-pagination-bullet {
    width: 13px;
    height: 2px;
    margin: 0 2px;
  }
}
.in_con01 .img .img_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.in_con01 .img {
  position: relative;
}
.in_con01 img {
  width: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.in_con01 .text {
  position: absolute;
  bottom: 25%;
  z-index: 2;
  color: #fff;
  max-width: 700px;
}
.in_con01 .text h3 {
  margin-bottom: 10px;
  opacity: 0;
  position: relative;
  top: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.in_con01 .text.active h3 {
  opacity: 1;
  top: 0px;
}
.in_con01 .text .p {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
}
.in_con01 .text.active .p {
  opacity: 1;
}
.in_con01 .text a {
  font-weight: 700;
  color: #fff;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  font-family: Arial, Helvetica, sans-serif;
}
.in_con01 .text.active a {
  opacity: 1;
}
.in_con01 .text:hover a {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.in_con01 > div:nth-of-type(1) .text {
  left: 25%;
}
.in_con01 > div:nth-of-type(2) .text {
  right: 15%;
}
.in_con01 > div:nth-of-type(3) .text {
  left: 15%;
}
.in_con01 > div:nth-of-type(4) .text {
  right: 15%;
}

@media screen and (max-width: 1200px) {
  .in_con01 > div:nth-of-type(1) .text {
    right: 15%;
    left: 15%;
  }
  .in_con01 > div:nth-of-type(2) .text {
    right: 15%;
    left: 15%;
  }
  .in_con01 > div:nth-of-type(3) .text {
    right: 15%;
    left: 15%;
  }
  .in_con01 > div:nth-of-type(4) .text {
    right: 15%;
    left: 15%;
  }
  .in_con01 .text .p br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .in_con01 .img {
    height: 50vh;
  }
  .in_con01 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .in_con01 .text h3 {
    font-size: 24px;
  }
  .in_con01 .text .p {
    font-size: 14px;
  }
}
.in_con02 {
  padding: 9vw 0 11vw;
  background: #fff;
  position: relative;
  z-index: 2;
}
.in_con02 .top {
  width: 1520px;
  margin-left: auto;
  margin-right: auto;
}
.in_con02 .top h3 {
  font-weight: 700;
  color: var(--color);
}
.in_con02 .top .p {
  margin-top: 25px;
}
.in_con02 .top .dl {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--color);
  position: relative;
}
.in_con02 .top .dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 60px;
}
.in_con02 .top .dl dt {
  font-weight: 700;
  font-size: 100px;
  color: #d0dae8;
  line-height: 0.8;
  margin-right: 10px;
}
.in_con02 .top .dl .a {
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.in_con02 .top .dl .a a {
  font-size: 72px;
  line-height: 0.6;
  color: var(--color);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.in_con02 .top .dl .a:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.in_con02 .top dl {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.in_con02 .top .active dl {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.in_con02 .top .active dl:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.in_con02 .top .active dl:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.in_con02 .top .active dl:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.in_con02 .top .active dl:nth-of-type(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.in_con02 .bottom {
  width: 1680px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  position: relative;
}
.in_con02 .bottom .text_list {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
.in_con02 .bottom .text_list a {
  color: #fff;
}
.in_con02 .bottom .text_list .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.in_con02 .bottom .text_list .text .img {
  display: none;
  height: 100%;
}
.in_con02 .bottom .text_list .text .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.in_con02 .bottom .text_list .text:first-child {
  border: 0;
}
.in_con02 .bottom .text_list .con {
  position: absolute;
  bottom: 0px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
.in_con02 .bottom .text_list h3 {
  line-height: 1.3;
}
.in_con02 .bottom .text_list .p {
  margin-top: 15px;
  display: none;
}
.in_con02 .bottom .text_list .text.hover {
  background: rgba(2, 40, 148, 0.5);
}
.in_con02 .bottom .text_list .text.hover .p {
  display: block;
  -webkit-animation: display 0.3s linear;
          animation: display 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.in_con02 .bottom .img_list .img {
  display: none;
}
.in_con02 .bottom .img_list .img.hover {
  display: block;
}
.in_con02 .bottom img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1700px) {
  .in_con02 .bottom {
    width: 90%;
  }
  .in_con02 .bottom .text_list h3 br {
    display: none;
  }
  .in_con02 .bottom .text_list .p br {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .in_con02 .top {
    width: 90%;
  }
  .in_con02 .top .dl {
    margin-top: 4vw;
  }
  .in_con02 .bottom {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 1500px) {
  .in_con02 .top .dl dt {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .in_con02 .top .dl dl {
    margin-right: 3vw;
  }
  .in_con02 .top .dl dt {
    font-size: 50px;
  }
  .in_con02 .bottom .text_list .p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .in_con02 .top .dl dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .in_con02 .top .dl dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 2vw 0;
  }
  .in_con02 .bottom .text_list .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 50vh;
    margin-bottom: 5vw;
  }
  .in_con02 .bottom .img_list {
    display: none;
  }
  .in_con02 .bottom .text_list .text .img {
    display: block;
  }
  .in_con02 .bottom .text_list {
    position: static;
  }
  .in_con02 .bottom .text_list .p {
    display: block !important;
  }
  .in_con02 .bottom .text_list .text.hover .p {
    -webkit-animation: none;
            animation: none;
  }
}
.in_con03 {
  position: relative;
  color: #fff;
}
.in_con03 .text {
  position: absolute;
  right: 16%;
  top: 30%;
  width: 370px;
  z-index: 2;
}
.in_con03 h3 {
  margin-bottom: 20px;
}
.in_con03 .p {
  margin-bottom: 40px;
}
.in_con03 p {
  margin-bottom: 20px;
}
.in_con03 a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.in_con03 a:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.in_con03 .img {
  height: 100%;
}
.in_con03 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.in_con03 .img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .in_con03 {
    height: 60vh;
  }
  .in_con03 h3 {
    margin-bottom: 2vw;
  }
  .in_con03 .p {
    margin-bottom: 4vw;
  }
  .in_con03 p {
    margin-bottom: 2vw;
  }
  .in_con03 .text {
    width: 90%;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.in_con04 {
  padding-top: 120px;
}
.in_con04 .top {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e0e7f2;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.in_con04 .text {
  text-align: center;
  overflow: hidden;
}
.in_con04 .text h3 {
  font-weight: 700;
  color: var(--color);
  margin-bottom: 10px;
}
.in_con04 .text .p {
  text-align: center;
}
.in_con04 .bottom {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.in_con04 dt {
  font-size: 14px;
  color: var(--color);
  margin-bottom: 6px;
  font-weight: 700;
}
.in_con04 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: #d0dae8;
}
.in_con04 dd p {
  font-size: 100px;
  font-weight: 700;
  line-height: 0.9;
}
.in_con04 dd span {
  font-size: 18px;
}
.in_con04 dl {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.in_con04 .active dl {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.in_con04 .active dl:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.in_con04 .active dl:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.in_con04 .active dl:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.in_con04 .active dl:nth-of-type(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.in_con04 .img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 60px;
}
.in_con04 .img .text {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.in_con04 .img .p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  color: #fff;
}
.in_con04 .img img {
  width: 100%;
}
.in_con04 .img .swiper-slide-active .text {
  opacity: 1;
}
.in_con04 .img .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 3%;
}
.in_con04 .img .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 0px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.in_con04 .img .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
}

@media screen and (max-width: 1600px) {
  .in_con04 {
    padding-top: 6vw;
  }
  .in_con04 .img {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 1500px) {
  .in_con04 .top {
    width: 90%;
  }
  .in_con04 .bottom {
    width: 90%;
  }
  .in_con04 dd p {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .in_con04 dt {
    font-size: 12px;
    font-weight: normal;
  }
  .in_con04 dd p {
    font-size: 50px;
  }
  .in_con04 .img {
    margin-top: 5vw;
  }
  .in_con04 .img .p {
    font-size: 14px;
  }
  .in_con04 .img .p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .in_con04 {
    padding-top: 9vw;
  }
  .in_con04 dl {
    margin: 3vw 0;
  }
  .in_con04 .img .swiper-pagination-bullet {
    height: 2px;
    width: 13px;
    margin: 0 2px;
  }
  .in_con04 .img .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
}
.in_con05 {
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
}
.in_con05 .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.in_con05 dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-right: 30px;
  background: #f9f9f9;
}
.in_con05 dl:nth-of-type(3n) {
  margin-right: 0;
}
.in_con05 dt {
  position: relative;
  color: #fff;
  overflow: hidden;
  height: 260px;
}
.in_con05 dt .text {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
.in_con05 dt h3 {
  display: none;
}
.in_con05 dt img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.in_con05 dt a {
  color: #fff;
}
.in_con05 dd {
  background: #f9f9f9;
  padding: 20px 30px 40px;
}
.in_con05 dd .p {
  color: #888;
}
.in_con05 dd h3 {
  line-height: 1.3;
  margin-bottom: 10px;
  height: 2.6em;
  overflow: hidden;
}
.in_con05 dd a > img {
  display: none;
}
.in_con05 dd a:hover {
  color: var(--color);
}
.in_con05 dl:hover dt img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.in_con05 dd .text {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.in_con05 dd .text span {
  color: #999;
  margin-right: 20px;
}
.in_con05 dd .text p {
  color: var(--color);
}
.in_con05 dl.activity {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/a90f4134-7259-409b-8959-2805a8ec5014.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.in_con05 dl.activity a {
  color: #fff;
}
.in_con05 dl.activity a:hover {
  text-decoration: underline;
}
.in_con05 dl.activity dt {
  padding: 80px 30px 20px;
  height: auto !important;
}
.in_con05 dl.activity dt a > img {
  display: none;
}
.in_con05 dl.activity dt h3 {
  display: block;
  line-height: 1.3;
  padding-right: 10px;
}
.in_con05 dl.activity dt .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.in_con05 dl.activity dd .text {
  display: none;
}
.in_con05 dl.activity dd {
  background: transparent;
}
.in_con05 dl.activity dd a > img {
  display: block;
  margin-bottom: 30px;
}
.in_con05 dl.activity dd .p {
  color: #fff;
}
.in_con05 dl.activity dd h3 {
  display: none;
}
.in_con05 .more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 35px;
  font-weight: 700;
}
.in_con05 .more a:hover {
  color: var(--color);
  text-decoration: underline;
}
.in_con05 dl {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.in_con05 .animated dl {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.in_con05 .animated dl:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.in_con05 .animated dl:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.in_con05 .animated dl:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media screen and (max-width: 1600px) {
  .in_con05 {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
  .in_con05 dd {
    padding: 2vw 2vw 3vw;
  }
  .in_con05 dt {
    height: 17vw;
  }
  .in_con05 dd .text {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 1300px) {
  .in_con05 dd h3 br {
    display: none;
  }
  .in_con05 dt .text {
    top: 10px;
    left: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .in_con05 dt {
    height: 19vw;
  }
}
@media screen and (max-width: 767px) {
  .in_con05 dl {
    margin-right: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
  .in_con05 dt {
    height: 50vw;
  }
  .in_con05 dd {
    padding: 5vw 5vw;
  }
  .in_con05 dl.activity dt {
    padding: 20vw 5vw 5vw;
  }
  .in_con05 dt .text {
    left: 5vw;
    right: 5vw;
    top: 5vw;
  }
  .in_con05 .more {
    margin-top: 3vw;
  }
  .in_con05 dd .text {
    margin-top: 8vw;
  }
  .in_con05 dd h3 {
    height: auto;
  }
}
.in_con06 {
  position: relative;
  color: #fff;
}
.in_con06 .text {
  position: absolute;
  right: 5%;
  top: 50%;
  width: 370px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.in_con06 h3 {
  margin-bottom: 20px;
}
.in_con06 .p {
  margin-bottom: 20px;
}
.in_con06 a {
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.in_con06 a:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.in_con06 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1000px) {
  .in_con06 .text {
    width: 20vw;
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .in_con06 .text {
    width: 170px;
  }
  .in_con06 .img {
    height: 30vh;
  }
}