section.bgG {
  background-color: #f1f1f1;
}

section h2 {
  margin: 0 0 0.625rem;
}

section .main_btn.cont_20 {
  height: 50px;
  line-height: 50px;
}

.mobile_btn i {
  color: white;
}

.index_banner_container {
  position: relative;
  background-color: black;
}

.index_banner_container img {
  opacity: 0.8;
}

.index_banner_container .banner_title {
  position: absolute;
  left: 8vw;
  bottom: 7vw;
  width: 450px;
  max-width: 90vw;
  color: white;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.lan_EN .index_banner_container .banner_title {
  bottom: 5vw;
}

.index_banner_container .banner_title p {
  font-size: 1.5rem;
  line-height: 1.35;
}

.index_banner_container .banner_title .main_btn {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}

@media only screen and (max-width: 991.98px) {
  .index_banner_container .banner_title h1 {
    font-size: 2rem;
  }
  .index_banner_container .banner_title p {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .index_banner_container .banner_title h1 {
    font-size: 1.25rem;
  }
  .index_banner_container .banner_title p {
    font-size: 1rem;
  }
}

.index_banner_container .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.index_banner_container .owl-dots .owl-dot {
  min-width: 50px;
  width: 15%;
  max-width: 140px;
}

.index_banner_container .owl-dots .owl-dot span {
  width: calc(100% - 14px);
  height: 6px;
  margin: 0;
  opacity: 0.8;
}

.index_banner_container .owl-dots .owl-dot.active span, .index_banner_container .owl-dots .owl-dot:hover span {
  background-color: #6070FF;
}

@media only screen and (max-width: 767.98px) {
  .index_banner_container .owl-dots .owl-dot span {
    height: 6px;
  }
}

.guide_box {
  width: 80%;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .guide_box > div {
    margin-bottom: 1.875rem;
  }
}

.guide_box a {
  font-size: 1.125rem;
  text-decoration: none;
  cursor: default;
}

.guide_box a i {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  color: #5463e1;
  font-size: 50px;
  line-height: 100px;
  -webkit-transition: 0.2s, 0.6s;
  transition: 0.2s, 0.6s;
}

@media only screen and (min-width: 768px) {
  .guide_box a:hover i {
    font-size: 60px;
  }
}

.guide_box.contact {
  width: 100%;
  color: #222;
}

.guide_box.contact a i {
  margin-bottom: 10px;
  background-color: #222;
  color: white;
  border-radius: 99rem;
}

.guide_box.contact a strong {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0;
  -webkit-transition: ease;
  transition: ease;
}

@media only screen and (min-width: 768px) {
  .guide_box.contact a:hover i {
    background-color: #ffa136;
  }
  .guide_box.contact a:hover strong,
  .guide_box.contact a:hover span {
    color: #f16161;
  }
}

@media only screen and (max-width: 575.98px) {
  .guide_box.contact > div {
    margin-bottom: 3.75rem;
  }
}

.pro_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pro_box > div {
  margin-bottom: 3.75rem;
}

.pro_box > div img {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .pro_box {
    margin: 0 -30px;
  }
  .pro_box > div {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 576px) {
  .pro_box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 575.98px) {
  .pro_box {
    margin: 0 1.25rem;
  }
  .pro_box > div:first-of-type {
    margin-bottom: 1.25rem;
  }
}

.pro_main_wrapper {
  margin-bottom: 3rem;
}

.pro_main_wrapper .pro_main img.pro_main_img {
  width: 100%;
}

.pro_main_wrapper .pro_main img.pro_main_img ~ p {
  width: 90%;
  margin: 1.25rem auto;
  text-align: left;
}

@media only screen and (max-width: 575.98px) {
  .pro_main_wrapper .pro_main {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 575.98px) {
  .pro_style_wrapper .style_box,
  .pro_style_wrapper .style_box .col {
    padding: 0.5em;
  }
  .pro_style_wrapper .cont_24 {
    padding: 0 1em;
    font-size: 1.25rem;
  }
}

.app_display_container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app_display_container .item > img {
  width: auto;
  max-height: 50vh;
}

@media only screen and (min-width: 576px) {
  .app_display_container .item > img {
    max-width: 30%;
    max-height: 500px;
    margin-left: 15%;
    margin-right: 5%;
  }
}

.app_display_container .item > div {
  max-width: 400px;
}

.app_display_container .item > div h3 {
  margin-top: 0;
}

.app_display_container .item > div p {
  font-size: 1.125rem;
}

@media only screen and (max-width: 575.98px) {
  .app_display_container .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .app_display_container .item > div {
    width: 100%;
    margin-top: 3.75rem;
    padding: 0 1.875rem;
  }
}

.app_display_container .app_dl_box {
  margin-top: 3.75rem;
}

.app_display_container .app_dl_box img {
  width: 200px;
}

.app_display_container .owl-dots {
  margin-top: 1.25rem;
}

.app_display_container .owl-dots .owl-dot.active span, .app_display_container .owl-dots .owl-dot:hover span {
  background-color: #6070FF;
}

.app_display_container .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  margin-top: 0;
}

.app_display_container .owl-nav button[class*="owl-"] {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0;
  line-height: 50px;
  pointer-events: all;
}

.app_display_container .owl-nav button[class*="owl-"] span {
  color: #aaa;
  font-size: 3.5rem;
  line-height: 40px;
}

.app_display_container .owl-nav button[class*="owl-"]:hover {
  background-color: transparent;
}

.app_display_container .owl-nav button[class*="owl-"]:hover span {
  color: #6070FF;
}

@media only screen and (max-width: 991.98px) {
  .app_display_container .owl-nav button[class*="owl-"].owl-prev {
    left: -50px;
  }
  .app_display_container .owl-nav button[class*="owl-"].owl-next {
    right: -50px;
  }
}

.app_display_container .owl-nav button[class*="owl-"].disabled {
  opacity: 0;
}
/*# sourceMappingURL=index.css.map */