@charset "UTF-8";
/* 移动端 */
@media screen and (max-width: 768px) {
  .lscx__pc {
    display: none;
  }
  .lscx__mobile {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .container__header__mobile {
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    box-sizing: border-box;
    padding: 0 4px 0 24px;
  }
  .container__header__mobile .container__header--logo {
    width: 114px;
    height: 37px;
  }
  .container__header__mobile .container__header--logo img {
    width: 100%;
    height: 100%;
  }
  .container__header__mobile .container__header--nav {
    width: 25px;
    height: 25px;
    padding: 20px;
  }
  .container__header__mobile .container__header--nav img {
    width: 100%;
    height: 100%;
  }
  .container__navbar {
    width: 223px;
    min-height: 646px;
    opacity: 0.88;
    background: #000000;
    position: absolute;
    right: -225px;
    top: 74px;
    z-index: 99;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .container__navbar div {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    border-bottom: 1px solid #555;
  }
  .container__navbar div a {
    color: #fff;
  }
  .container__navbar.close {
    right: -225px;
  }
  .container__navbar.open {
    right: 0;
  }
  .container__main-home {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
  }
  .container__main-home img {
    width: 100%;
  }
  .container__main-home-desc {
    position: absolute;
    left: 50%;
    top: 220px;
    transform: translate(-50%);
    width: 80%;
  }
  .container__main-home-desc .desc-name {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container__main-home-desc .desc-name span {
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #282828;
  }
  .container__main-home-desc .desc-name p {
    font-size: 14px;
    line-height: 13px;
    color: #282828;
    margin: 0 16px;
  }
  .container__main-home-desc .desc-title {
    font-size: 38px;
    line-height: 55px;
    color: #282828;
    text-align: center;
    font-weight: bold;
    margin: 12px auto;
  }
  .container__main-home-desc .desc-subtitle {
    font-size: 23px;
    color: #282828;
    text-align: center;
  }
  .container__main-home .container__main--guide-icon {
    width: 35px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 148px;
    transform: translate(-50%);
  }
  .container__main-home .container__main--guide-more {
    width: 207px;
    height: 43px;
    background-color: #282828;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translate(-50%);
    font-size: 19px;
    color: #ffffff;
  }
  .container__main .container__main--blurb {
    box-sizing: border-box;
    margin-bottom: 70px;
  }
  .container__main .container__main--blurb .container__main--blurb-title {
    font-size: 24px;
    color: #0078bd;
    text-align: center;
    margin-bottom: 8px;
    padding: 0 20px;
  }
  .container__main .container__main--blurb .container__main--blurb-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
    padding: 0 14px;
  }
  .container__main .container__main--blurb .container__main--blurb-subtitle p {
    font-size: 15px;
    color: #000000;
    margin: 0 40px;
    font-weight: bold;
  }
  .container__main .container__main--blurb .container__main--blurb-subtitle img {
    width: 93px;
    height: 4px;
  }
  .container__main .container__main--blurb .container__main--blurb-desc {
    font-size: 15px;
    color: #282828;
    text-align: center;
    line-height: 26px;
    margin-bottom: 27px;
    padding: 0 20px;
  }
  .container__main .container__main--blurb .container__main--blurb-swiper {
    width: 100%;
    position: relative;
  }
  .container__main .container__main--blurb .container__main--blurb-swiper .swiper-wrapper {
    height: 100%;
    width: 335px;
  }
  .container__main .container__main--blurb .container__main--blurb-swiper .swiper-wrapper .swiper-first {
    height: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
    background: #fff;
  }
  .container__main .container__main--blurb .container__main--blurb-swiper .swiper-wrapper .swiper-first .swiper-box {
    background-color: #e5e5e5;
    box-sizing: border-box;
    padding: 30px 16px;
    min-height: 466px;
  }
  .container__main .container__main--blurb .container__main--blurb-swiper .swiper-wrapper .swiper-first .swiper-box p {
    font-size: 15px;
    color: #282828;
    font-weight: bold;
  }
  .container__main .container__main--blurb .container__main--blurb-swiper .swiper-wrapper .swiper-first .swiper-box div {
    font-size: 15px;
    color: #282828;
    line-height: 30px;
  }
  .container__main .container__main--blurb .container__main--blurb-swiper .swiper-wrapper .swiper-second {
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 0px 16px;
  }
  .container__main .container__main--blurb .container__main--blurb-swiper .swiper-wrapper .swiper-second .swiper-box {
    background-color: #e5e5e5;
    box-sizing: border-box;
    padding: 30px 16px;
    min-height: 466px;
  }
  .container__main .container__main--blurb .container__main--blurb-swiper .swiper-wrapper .swiper-second .swiper-box p {
    font-size: 15px;
    color: #282828;
    font-weight: bold;
  }
  .container__main .container__main--blurb .container__main--blurb-swiper .swiper-wrapper .swiper-second .swiper-box div {
    font-size: 15px;
    color: #282828;
    line-height: 30px;
  }
  .container__main .container__main--blurb .container__main--blurb-swiper .swiper-wrapper .swiper-second .swiper-box div img {
    width: 283px;
    height: 293px;
    display: block;
    margin: 10px auto 0;
  }
  .container__main .container__main--blurb .container__main--blurb-swiper .myswiper-pagination {
    bottom: -40px;
  }
  .container__main .container__main--blurb .container__main--blurb-swiper .myswiper-pagination span {
    width: 15px;
    height: 15px;
    border-radius: 100%;
  }
  .container__main .container__main--milestone {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px;
  }
  .container__main .container__main--milestone .container__main-milestone-bg {
    width: 100%;
  }
  .container__main .container__main--milestone .container__main--milestone-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding-top: 25px;
  }
  .container__main .container__main--milestone .container__main--milestone-box .container__main--milestone-title {
    font-size: 24px;
    width: 100%;
    color: #0078bd;
    text-align: center;
    margin-bottom: 8px;
  }
  .container__main .container__main--milestone .container__main--milestone-box .container__main--milestone-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
    text-align: center;
  }
  .container__main .container__main--milestone .container__main--milestone-box .container__main--milestone-subtitle p {
    font-size: 15px;
    margin: 0 40px;
    color: #ffffff;
    font-weight: bold;
  }
  .container__main .container__main--milestone .container__main--milestone-box .container__main--milestone-subtitle img {
    width: 86px;
    height: 4px;
  }
  .container__main .container__main--milestone .container__main--milestone-tree {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 111px;
  }
  .container__main .container__main--snapshot {
    padding-bottom: 30px;
  }
  .container__main .container__main--snapshot .container__main--snapshot-title {
    font-size: 24px;
    color: #0078bd;
    text-align: center;
    margin-bottom: 8px;
  }
  .container__main .container__main--snapshot .container__main--snapshot-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
  }
  .container__main .container__main--snapshot .container__main--snapshot-subtitle p {
    font-size: 15px;
    color: #000000;
    margin: 0 40px;
    font-weight: bold;
  }
  .container__main .container__main--snapshot .container__main--snapshot-subtitle img {
    width: 93px;
    height: 4px;
  }
  .container__main .container__main--snapshot .container__main--snapshot-desc {
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
    color: #282828;
  }
  .container__main .container__main--snapshot .container__main--snapshot-desc div {
    text-indent: 2rem;
  }
  .container__footer .container__main--contactus {
    width: 100%;
    background: #000000;
    padding: 85px 0 50px;
    box-sizing: border-box;
  }
  .container__footer .container__main--contactus .container__main--contactus-code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .container__footer .container__main--contactus .container__main--contactus-code div {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 4px 0;
  }
  .container__footer .container__main--contactus .container__main--contactus-code img {
    width: 122px;
    height: 122px;
    display: block;
    margin: 8px auto;
  }
  .container__footer .container__main--contactus .container__main--contactus-area {
    text-align: center;
  }
  .container__footer .container__main--contactus .container__main--contactus-area div {
    width: 53px;
    height: 24px;
    border-radius: 8px 0px 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #ffffff;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
  }
  .container__footer .container__main--contactus .container__main--contactus-area p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 6px;
  }
  .container__footer .container__main--contactus .container__main--contactus-copyright {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin: 41px auto;
    width: 90%;
    line-height: 20px;
  }
}
