@charset "UTF-8";
@media screen and (max-width: 1024px) {
  html {
    font-size: 12px;
  }
  .main-box {
    padding: 0 5% !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1681px) {
  html {
    font-size: 16px;
  }
}
body, div, p, ul, li {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

body {
  font-family: Helvetica, "Microsoft YaHei", "微软雅黑", Arial, "sans-serif";
}

.body-wrap {
  background-color: #2D3C5A;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.top-box {
  /* 1704 1920 */
  padding: 1.1% 5.57% 1.2% 5.68%;
  background: #ffffff;
  position: relative;
  box-sizing: border-box;
  height: 11%;
  min-height: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-box .logo-box {
  width: 100%;
  height: 100%;
}
.top-box .logo-box img {
  /* width: 213px;height: 62px; */
  width: auto;
  height: 100%;
  min-height: 2.5rem;
}
.top-box .web-lang {
  cursor: pointer;
  padding: 1% 0;
}

.main-box {
  flex: 1;
  overflow: hidden;
  background: url(./images/bg.png) no-repeat center bottom rgb(244, 245, 249);
  background-size: 100% 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.57% 0 10.82%; /* 1636 */
  box-sizing: border-box;
}
.main-box .main-left {
  width: 33%;
  max-width: 40.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.main-box .main-left .tit {
  font-size: 2.75rem;
  font-family: QanelasSoftDEMO-ExtraBold, QanelasSoftDEMO;
  font-weight: 800;
  color: rgb(45, 60, 90);
  white-space: nowrap;
}
.main-box .main-left .des {
  font-size: 1.25rem;
  font-family: STYuanti-SC-Light, STYuanti-SC;
  font-weight: 300;
  color: rgb(45, 60, 90);
  margin-top: 0.875rem;
  text-align: justify;
}
.main-box .main-left .download {
  display: flex;
}
.main-box .main-left .download .select .btn {
  display: block;
  text-decoration: none;
  color: rgb(255, 255, 255);
  width: 13.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  background: rgb(45, 60, 90);
  border-radius: 2.8125rem;
  text-align: center;
  font-size: 16px;
  font-family: SFProDisplay-Semibold, SFProDisplay;
  font-weight: 600;
  color: rgb(255, 255, 255);
  cursor: pointer;
  margin: 0 2.5rem 1.25rem 0;
}
.main-box .main-left .download .select .btn img {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-right: 0.625rem;
  position: relative;
  top: -2px;
}
.main-box .main-left .download .select p:first-child {
  margin-bottom: 2.125rem;
}
.main-box .main-left .download .qrcode {
  width: 9.625rem;
  height: 9.625rem;
}
.main-box .main-left .download .qrcode img {
  width: auto;
  height: 100%;
}
.main-box .main-scroll {
  height: 100%;
  position: relative;
  margin-right: 4rem;
  max-width: 50%;
}
.main-box .main-scroll .scroll-btn {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 50%;
  margin-top: -2rem;
  cursor: pointer;
}
.main-box .main-scroll .btn-l {
  background: url(./images/icon1.png) no-repeat;
  left: -4rem;
  background-size: 100% 100%;
}
.main-box .main-scroll .btn-r {
  background: url(./images/icon2.png) no-repeat;
  right: -4rem;
  background-size: 100% 100%;
}
.main-box .main-scroll .scroll-box {
  width: 100%;
  height: 100%; /* overflow: hidden; */
  position: relative;
}
.main-box .main-scroll .scroll-box .scroll-main {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.main-box .main-scroll .scroll-box .scroll-main ul {
  width: 100%;
  height: 100%;
}
.main-box .main-scroll .scroll-box .scroll-main ul li {
  height: 100%;
  float: left;
}
.main-box .main-scroll .scroll-box .scroll-main ul li img {
  height: 100%;
  width: auto; /* 782*892 */
}

.btm-box {
  padding: 1rem 0;
  box-sizing: border-box;
  width: 100%;
  height: 12.5%;
  background: rgb(45, 60, 90);
  text-align: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.btm-box .com-name {
  font-size: 1.25rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.btm-box .contact {
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.btm-box .contact .tit {
  padding: 0;
  padding-right: 0.625rem;
}
.btm-box .copyright, .btm-box .copyright a {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgb(179, 187, 202);
  text-decoration: none;
}
.btm-box .copyright a:hover, .btm-box .copyright a a:hover {
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */