@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans SC";
  font-size: 20px;
}

body {
  font-weight: 400;
  font-family: "Noto Sans SC", serif;
}

.container {
  max-width: 62.5rem;
}

@media (min-width: 300) {
  html,
  body {
    font-size: 17px;
  }
}

@media (min-width: 1000px) {
  .container {
    max-width: 62.5rem;
  }
  html,
  body {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 62.5rem;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1250px;
  }
  html,
  body {
    font-size: 19px;
  }
}

@media (min-width: 1900px) {
  .container {
    max-width: 1250px;
  }
  html,
  body {
    font-size: 20px;
  }
}

a {
  color: #FF9409;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #d57800;
}

hr {
  max-width: 5rem;
  margin: 1.25rem auto 0;
  border-width: 0.05rem;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans SC", 'sans-serif';
  font-weight: bold;
  letter-spacing: 1px;
}

p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

section {
  padding: 5rem 0;
  overflow-x: hidden;
}

section h2 {
  font-size: 2.5rem;
}

.btn {
  text-transform: none;
}

.make-center-box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.downloadBtn {
  display: inline-block;
  width: 10.5rem;
  height: 3rem;
  background: #222328;
  border-radius: 1.5rem;
  text-align: center;
  line-height: 3rem;
  padding: 0;
  margin-bottom: 0.5rem;
  position: relative;
}

.downloadBtn.downloadBtn {
  margin-left: 1.75rem;
}

.downloadBtn .left-icon {
  max-width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}

.downloadBtn.down-triangle::before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  top: -0.0625rem;
  border-top: 0.4rem solid #fff;
  left: 50%;
  margin-left: -0.0208rem;
  z-index: 2;
}

.downloadBtn.up-triangle::before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  bottom: -0.0625rem;
  border-bottom: 0.4rem solid #fff;
  left: 50%;
  margin-left: -0.0208rem;
  z-index: 2;
}

.downloadBtn.left-triangle::before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  right: -0.0625rem;
  border-right: 0.4rem solid #fff;
  top: 50%;
  margin-top: -0.0208rem;
  z-index: 2;
}

.downloadBtn .hover-code {
  display: none;
  position: absolute;
  width: 10.5rem;
  height: 10.5rem;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0 0.25rem #FF9409, 0 0.1rem 0.25rem #FF9409 inset;
          box-shadow: 0 0 0.25rem #FF9409, 0 0.1rem 0.25rem #FF9409 inset;
  pointer-events: none;
  z-index: 1;
}

a.linkapp {
  color: #fff;
  position: relative;
  background: #FF9409;
  padding-left: 3.6rem;
  font-size: 0.05rem;
  display: inline-block;
  color: #fff;
  font-family: 'SourceHanSansCN-Regular', "思源宋体", sans-serif;
  line-height: 1;
  width: 10.5rem;
  height: 3rem;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
}

a.linkapp .downloadMain {
  font-size: 1.2rem;
  vertical-align: sub;
}

a.linkapp .left-icon {
  position: absolute;
  left: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@-webkit-keyframes breathe {
  0% {
    opacity: .2;
    -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
            box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
  }
  100% {
    opacity: 1;
    -webkit-box-shadow: 0 1px 30px #3D3D62;
            box-shadow: 0 1px 30px #3D3D62;
  }
}

@keyframes breathe {
  0% {
    opacity: .2;
    -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
            box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
  }
  100% {
    opacity: 1;
    -webkit-box-shadow: 0 1px 30px #3D3D62;
            box-shadow: 0 1px 30px #3D3D62;
  }
}

@-webkit-keyframes breathe-yellow {
  0% {
    opacity: .2;
    -webkit-box-shadow: 0 1px 2px rgba(146, 143, 143, 0.2);
            box-shadow: 0 1px 2px rgba(146, 143, 143, 0.2);
  }
  100% {
    opacity: 1;
    -webkit-box-shadow: 0 1px 0.05rem rgba(255, 148, 9, 0.5);
            box-shadow: 0 1px 0.05rem rgba(255, 148, 9, 0.5);
  }
}

@keyframes breathe-yellow {
  0% {
    opacity: .2;
    -webkit-box-shadow: 0 1px 2px rgba(146, 143, 143, 0.2);
            box-shadow: 0 1px 2px rgba(146, 143, 143, 0.2);
  }
  100% {
    opacity: 1;
    -webkit-box-shadow: 0 1px 0.05rem rgba(255, 148, 9, 0.5);
            box-shadow: 0 1px 0.05rem rgba(255, 148, 9, 0.5);
  }
}

.idot-icon {
  margin-left: 0.5rem;
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: bottom;
  -webkit-animation: breathe 2700ms ease-in-out infinite alternate;
          animation: breathe 2700ms ease-in-out infinite alternate;
}

.idot-icon span {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.idot-icon-yellow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: rgba(255, 148, 9, 0.2);
  border-radius: 50%;
  padding: 0.22rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  -webkit-animation: breathe-yellow 2700ms ease-in-out infinite alternate;
          animation: breathe-yellow 2700ms ease-in-out infinite alternate;
}

.idot-icon-yellow span {
  display: inline-block;
  width: 0.54rem;
  height: 0.54rem;
  background: rgba(255, 148, 9, 0.4);
  border-radius: 50%;
}

.right-display {
  position: absolute;
  right: 7.25rem;
  top: 0;
  bottom: 0;
  width: 2rem;
  z-index: 1;
}

.right-display .top-line {
  position: absolute;
  top: 0;
  bottom: 50%;
  right: 0.55rem;
  width: 1px;
  background: #BFBFCA;
  margin-bottom: 3rem;
}

.right-display .bottom-line {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0.55rem;
  width: 1px;
  background: #BFBFCA;
  margin-top: 3rem;
}

.right-display .right-arrow {
  position: absolute;
  z-index: 1;
  bottom: 0.65rem;
  left: 0;
  font-size: 0;
  text-align: left;
}

.right-display .right-arrow a {
  display: block;
  width: 1rem;
  height: 1rem;
}

.right-display .right-arrow a.arrow-up {
  background: url(../img/arrow.png) top right no-repeat;
  background-size: 2.5rem 2.5rem;
}

.right-display .right-arrow a.arrow-down {
  background: url(../img/arrow.png) bottom right no-repeat;
  background-size: 2.5rem 2.5rem;
}

.right-display .right-arrow a.arrow-up-gray {
  background: url(../img/arrow.png) top left no-repeat;
  background-size: 2.5rem 2.5rem;
}

.right-display .right-arrow a.arrow-down-gray {
  background: url(../img/arrow.png) bottom left no-repeat;
  background-size: 2.5rem 2.5rem;
}

.right-display .right-arrow a + a {
  margin-top: 1.2rem;
}

.right-display .idot-small {
  position: absolute;
  right: 0.35rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #bfbfca;
  border-radius: 50%;
  top: 50%;
  z-index: 1;
}

.right-display .idot-small.idot-small-top {
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
}

.right-display .idot-small.idot-small-bottom {
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
}

.right-display .right-name {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: center;
  width: 1.1rem;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.right-display.theme-gray .top-line,
.right-display.theme-gray .bottom-line,
.right-display.theme-gray .idot-small {
  background: rgba(255, 255, 255, 0.1);
}

.right-display.theme-gray .right-arrow a,
.right-display.theme-gray .right-name {
  color: rgba(255, 255, 255, 0.2);
}

.right-display.theme-gray .right-arrow a:hover {
  color: #FF9409;
}

.normal-middle-title {
  padding-left: 1.1rem;
  font-size: 30px;
  font-family: "Noto Sans SC";
  font-weight: 700;
  color: #1d1c35;
  text-align: left;
  position: relative;
}

.normal-middle-title.blue-bg {
  color: #fd9329;
}

.normal-middle-title.blue-bg img {
  opacity: .2;
}

.normal-middle-title img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.normal-middle-title span {
  z-index: 1;
  position: relative;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

@-webkit-keyframes rotate360-reverse {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes rotate360-reverse {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@-webkit-keyframes rotate360-center {
  0% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  25% {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(-180deg);
            transform: translateX(-50%) rotate(-180deg);
  }
}

@keyframes rotate360-center {
  0% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  25% {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(-180deg);
            transform: translateX(-50%) rotate(-180deg);
  }
}

@-webkit-keyframes rotate360-center-reverse {
  0% {
    -webkit-transform: translateX(-50%) rotate(-180deg);
            transform: translateX(-50%) rotate(-180deg);
  }
  25% {
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}

@keyframes rotate360-center-reverse {
  0% {
    -webkit-transform: translateX(-50%) rotate(-180deg);
            transform: translateX(-50%) rotate(-180deg);
  }
  25% {
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}

@-webkit-keyframes translateY10 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes translateY10 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes translateY10f {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes translateY10f {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #3D3D62;
  height: 3.5rem;
  -webkit-transition: all .35s;
  transition: all .35s;
  font-family: "方正黑体简体", '黑体', sans-serif;
}

#mainNav .navbar-brand {
  position: relative;
  padding-left: 28px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "方正黑体简体", '黑体', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #d57800;
}

#mainNav .navbar-brand img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
}

#mainNav .navbar-toggler {
  font-size: 0.6rem;
  padding: 0.4rem 0.5rem;
  color: #fff;
}

#mainNav.hide {
  opacity: 0;
  animation: opacity 1s;
  -moz-animation: opacity 1s;
  /* Firefox */
  -webkit-animation: opacity 1s;
  /* Safari 和 Chrome */
  -o-animation: opacity 1s;
  /* Opera */
}

#mainNav .navbar-nav > li > a {
  font-size: 0.7rem;
  padding: 0 2rem;
  line-height: 16px;
  color: #fff;
  font-weight: normal;
  font-family: 'SourceHanSansCN-Medium', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 1px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #FF9409;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav.navbar-shrink {
  padding-top: 0.5rem;
}

@media (min-width: 1172) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(#222222, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: #222222;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(34, 34, 34, 0.7);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #222222;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #FF9409;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #FF9409;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  color: #FF9409;
  background-image: -webkit-image-set(url(../img/main-bg-1x.png) 1x, url(../img/main-bg.png) 2x);
  background-image: image-set(url(../img/main-bg-1x.png) 1x, url(../img/main-bg.png) 2x);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  overflow: hidden;
}

header.masthead .right-display {
  top: 3.5rem;
  bottom: 4.2rem;
}

header.masthead .header-middle-bg {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

header.masthead .img-circle,
header.masthead .img-circle-1 {
  height: 80%;
  bottom: 5%;
}

header.masthead .img-circle {
  z-index: 1;
  -webkit-animation: rotate360-center 8s linear infinite;
          animation: rotate360-center 8s linear infinite;
}

header.masthead .img-circle-1 {
  z-index: 2;
  -webkit-animation: rotate360-center-reverse 8s linear infinite;
          animation: rotate360-center-reverse 8s linear infinite;
}

header.masthead .header-content {
  margin-bottom: 5rem;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}

header.masthead .header-content h1 {
  font-size: 2.4rem;
  font-family: "Noto Sans SC";
  font-weight: 700;
  line-height: 3.6rem;
  margin-bottom: 4.5rem !important;
}

header.masthead .header-content h1 small {
  display: block;
  font-size: 2rem;
  font-family: "Noto Sans SC";
  font-weight: 300;
}

header.masthead .header-content p {
  font-family: "Noto Sans SC";
  font-weight: 400;
  font-size: 0.7rem;
  color: #fff;
  margin-bottom: 1.5rem;
}

header.masthead .header-content p .sep {
  font-family: "ZCOOL Addict Italic 02";
  font-style: italic;
}

header.masthead .header-content a {
  position: relative;
  background: #FF9409;
  padding-left: 3.6rem;
  font-size: 0.6rem;
  display: block;
  color: #fff;
  font-family: "思源宋体";
  line-height: 1.2;
  width: 10.5rem;
  height: 3rem;
  text-transform: none;
  letter-spacing: .1em;
  text-align: left;
}

header.masthead .header-content a .downloadMain {
  font-size: 1.2rem;
  vertical-align: sub;
}

header.masthead .header-content a .left-icon {
  position: absolute;
  left: 1.3rem;
  top: 0.75rem;
}

header.masthead .header-content > div {
  padding-left: 1em;
  font-size: 2.4rem;
}

header.masthead .right-div > div {
  text-align: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header.masthead .right-div > div h4 {
  font-size: 1.5rem;
  font-family: 'Arial';
  font-weight: bold;
  color: #ff9000;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
  letter-spacing: 0.16em;
}

header.masthead .right-div > div h4 > div {
  padding-left: 0;
}

header.masthead .right-div > div p {
  text-transform: Uppercase;
  font-size: 0.9rem;
  font-family: 'Arial';
  font-weight: bold;
  color: #9d9da4;
  line-height: 3.2rem;
  margin: 0;
  letter-spacing: 0.16em;
}

header.masthead .middle-circle {
  width: 2.9rem;
  height: 2.9rem;
  background: transparent;
  border: 0.2rem solid #ff9409;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-top: 17.03%;
  margin-right: -4rem;
}

header.masthead .device-container {
  max-width: 16.25rem;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 0.15rem;
}

@media screen and (min-width: 600px) {
  header.masthead {
    background-size: cover;
  }
}

@media screen and (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 38.75rem;
    padding-bottom: 0;
    text-align: right;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .device-container {
    max-width: 16.25rem;
  }
}

section.qjm-serve {
  height: 100vh;
  min-height: 30rem;
  position: relative;
  background: url(../img/second-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: left;
}

section.qjm-serve .container {
  height: 100%;
  position: relative;
}

section.qjm-serve .qjm-serve-branch {
  position: absolute;
  text-align: right;
}

section.qjm-serve .qjm-serve-branch h5 {
  font: size 28px;
  font-weight: 500;
  color: #ff9409;
  line-height: 1;
  margin-bottom: 0;
}

section.qjm-serve .qjm-serve-branch > span {
  font-size: 0.7rem;
  font-weight: 400;
  color: #75716c;
  line-height: 3.8rem;
}

section.qjm-serve .qjm-serve-branch.serve-branch-1 {
  top: 12rem;
  left: 1.35rem;
}

section.qjm-serve .qjm-serve-branch.serve-branch-2 {
  top: 5.55rem;
  right: 53%;
}

section.qjm-serve .qjm-serve-branch.serve-branch-3 {
  top: 3.5rem;
  left: 53%;
}

section.qjm-serve .qjm-serve-branch.serve-branch-4 {
  top: 10.6rem;
  right: 2%;
  text-align: left;
}

section.qjm-serve .qjm-serve-branch.serve-branch-5 {
  top: 19.5rem;
  right: 3%;
  text-align: left;
}

section.qjm-production {
  height: 100vh;
  min-height: 30rem;
  position: relative;
}

section.qjm-production .container {
  height: 100%;
}

section.qjm-production .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.qjm-production .row > div {
  background: white;
  border: 0.15rem solid #f4f4f4;
  height: 12.5rem;
  margin-left: -0.15rem;
  padding-top: 2.65rem;
  cursor: pointer;
}

section.qjm-production .row > div img {
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.8rem;
}

section.qjm-production .row > div h5 {
  font-size: 0.8rem;
  font-weight: 400;
  color: #333333;
  margin: 0;
}

section.qjm-production .row > div p {
  display: none;
  font-size: 0.7rem;
  font-weight: 400;
  color: #666666;
  padding: 2.35rem;
  text-align: left;
  line-height: 1.6rem;
}

section.qjm-production .row > div:hover {
  z-index: 1;
}

section.qjm-production .row > div:hover > div {
  width: 120%;
  height: 180%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/qjm-production-active-bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

section.qjm-production .row > div:hover > div h5 {
  font-size: 0.9rem;
  font-weight: 700;
  color: white;
  height: 3rem;
  line-height: 3rem;
  margin-top: 0.75rem;
}

section.qjm-production .row > div:hover > div img {
  display: none;
}

section.qjm-production .row > div:hover > div p {
  display: block;
}

@media (max-width: 576px) {
  section.qjm-production {
    height: auto;
    padding: 0.5rem 0;
  }
  section.qjm-production .make-center-box {
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

section.qjm-business-hall {
  height: 100vh;
  min-height: 54rem;
  background: url(../img/qjm-business-hall-bg.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: left;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

section.qjm-business-hall .container {
  height: 100%;
}

section.qjm-business-hall .row {
  height: 100%;
}

section.qjm-business-hall .qjm-business-hall-content {
  width: 15rem;
  position: absolute;
  bottom: 2.85rem;
}

section.qjm-business-hall .qjm-business-hall-content > div {
  margin-bottom: 5rem;
}

section.qjm-business-hall .qjm-business-hall-content > div h6 {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  margin: 0;
}

section.qjm-business-hall .qjm-business-hall-content > div div {
  font-size: 0.8rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}

section.qjm-business-hall .qjm-business-hall-content > div p {
  font-size: 0.6rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

@-webkit-keyframes mymove1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(1rem, 1rem);
            transform: translate(1rem, 1rem);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes mymove1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(1rem, 1rem);
            transform: translate(1rem, 1rem);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes mymove2 {
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(1rem, 1rem);
            transform: translate(1rem, 1rem);
  }
  75% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes mymove2 {
  25% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(1rem, 1rem);
            transform: translate(1rem, 1rem);
  }
  75% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes mymove3 {
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(1rem, 1rem);
            transform: translate(1rem, 1rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes mymove3 {
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(1rem, 1rem);
            transform: translate(1rem, 1rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

section.qjm-business-hall .qjm-business-hall-right-box {
  height: 100%;
  position: relative;
  /* 图大小 980 */
}

section.qjm-business-hall .qjm-business-hall-right-box img {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

section.qjm-business-hall .qjm-business-hall-right-box img.qjm-business-hall-img1 {
  left: 0;
  width: 44.69%;
}

section.qjm-business-hall .qjm-business-hall-right-box img.qjm-business-hall-img2 {
  left: 6.63%;
  width: 54.48%;
  -webkit-animation: mymove1 3.5s linear infinite;
          animation: mymove1 3.5s linear infinite;
}

section.qjm-business-hall .qjm-business-hall-right-box img.qjm-business-hall-img3 {
  left: 21.84%;
  width: 54.48%;
  -webkit-animation: mymove2 3.5s linear infinite;
          animation: mymove2 3.5s linear infinite;
}

section.qjm-business-hall .qjm-business-hall-right-box img.qjm-business-hall-img4 {
  left: 47.65%;
  width: 34.49%;
  -webkit-animation: mymove3 3.5s linear infinite;
          animation: mymove3 3.5s linear infinite;
}

@media (max-width: 576px) {
  section.qjm-business-hall {
    height: auto;
    padding: 0.5rem 0;
    overflow: hidden;
  }
  section.qjm-business-hall .container {
    top: 1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  section.qjm-business-hall > img {
    width: 100%;
    height: auto;
    bottom: 0.5rem;
  }
  section.qjm-business-hall .qjm-business-hall-content {
    width: 100%;
    position: relative;
    bottom: 0;
  }
  section.qjm-business-hall .qjm-business-hall-right-box {
    height: 20rem;
  }
}

section.qjm-order-scheduling {
  padding: 0;
  background: url(../img/qjm-order-scheduling-right-bg.png) right center no-repeat;
  background-size: 50% 100%;
  position: relative;
  overflow: hidden;
}

section.qjm-order-scheduling .container {
  padding-top: 4.5rem;
  height: 100%;
  z-index: 1;
  position: relative;
}

section.qjm-order-scheduling .row {
  min-height: 44.8rem;
}

section.qjm-order-scheduling .qjm-order-scheduling-left-box {
  min-height: 30.65rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

section.qjm-order-scheduling .qjm-order-scheduling-left-box .img-mobile {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 2;
}

section.qjm-order-scheduling .right-circle {
  position: absolute;
  top: -1.6rem;
  right: -4.4rem;
  width: 3rem;
  height: 3rem;
  border: 0.3rem solid #ff9409;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.qjm-order-scheduling .img-circle,
section.qjm-order-scheduling .img-circle-1 {
  position: absolute;
  left: 3.85rem;
  bottom: 0;
  width: 37.06%;
  max-width: 100%;
  z-index: 0;
  margin-bottom: -5.91%;
}

section.qjm-order-scheduling .img-circle {
  -webkit-animation: rotate360 5s linear infinite;
          animation: rotate360 5s linear infinite;
}

section.qjm-order-scheduling .img-circle-1 {
  -webkit-animation: rotate360-reverse 5s linear infinite;
          animation: rotate360-reverse 5s linear infinite;
}

section.qjm-order-scheduling .qjm-order-scheduling-right-box .make-center-box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20rem;
  margin: 0 auto;
}

section.qjm-order-scheduling .qjm-order-scheduling-right-box .make-center-box > div {
  margin-bottom: 2.75rem;
}

section.qjm-order-scheduling .qjm-order-scheduling-right-box .make-center-box > div h6 {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  line-height: 1.8rem;
  margin: 0 0 0.25rem;
}

section.qjm-order-scheduling .qjm-order-scheduling-right-box .make-center-box > div div {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8rem;
}

@media screen and (max-width: 1000px) {
  section.qjm-order-scheduling {
    background: url(../img/qjm-order-scheduling-right-bg.png) right center no-repeat;
    background-size: 100% 100%;
  }
}

section.qjm-drm {
  height: 100vh;
  min-height: 670px;
  padding-bottom: 0;
  background: url(../img/qjm-drm-bg.jpg);
  background-size: 100% 100%;
  overflow: hidden;
}

section.qjm-drm .container {
  height: 100%;
}

section.qjm-drm .row {
  height: 100%;
}

section.qjm-drm p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #333333;
  line-height: 3rem;
  margin: 0;
}

section.qjm-drm .qjm-drm-right {
  position: relative;
  min-height: 30rem;
}

section.qjm-drm .qjm-drm-right img {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: -2rem;
}

section.qjm-drm .qjm-drm-left {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 50%;
}

section.qjm-drm .preAnimate {
  opacity: 0;
}

section.qjm-drm .preAnimate.animated {
  opacity: 1;
}

@media (max-width: 576px) {
  section.qjm-drm {
    height: auto;
    padding: 0.5rem 0;
  }
}

section.aboutus {
  height: 100vh;
  min-height: 32.5rem;
  padding-bottom: 0;
  background: url("../img/qjm-business-hall-bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: visible;
}

section.aboutus > img {
  position: absolute;
  right: 0;
  bottom: -5.208rem;
  height: 100%;
  min-height: 26.5rem;
  max-width: 100%;
}

section.aboutus > img.img-mac-fu1 {
  -webkit-animation: translateY10 2s linear 1s infinite;
          animation: translateY10 2s linear 1s infinite;
}

section.aboutus > img.img-mac-fu2 {
  -webkit-animation: translateY10f 2s linear 1s infinite;
          animation: translateY10f 2s linear 1s infinite;
}

section.aboutus .container {
  height: 100%;
  position: relative;
}

section.aboutus .row {
  height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

section.aboutus .section-heading {
  color: #fff;
}

section.aboutus .section-heading h2 {
  margin-top: 0;
  margin-bottom: 4.5rem;
  font-weight: 400;
}

section.aboutus .section-heading p {
  font-size: 0.8rem;
  line-height: 1.45rem;
  margin-bottom: 5.5rem;
  text-indent: 2em;
  opacity: .7;
  text-indent: 2em;
}

section.aboutus .section-heading a {
  position: relative;
  background: #FF9409;
  padding-left: 3.6rem;
  font-size: 0.6rem;
  display: block;
  color: #fff;
  font-family: 'SourceHanSansCN-Regular', "思源宋体", serif;
  line-height: 1.2;
  width: 10.5rem;
  height: 3rem;
  text-transform: none;
  letter-spacing: .1em;
  text-align: left;
}

section.aboutus .section-heading a .downloadMain {
  font-size: 1.2rem;
  vertical-align: sub;
}

section.aboutus .section-heading a img {
  position: absolute;
  left: 1.3rem;
  top: 0.75rem;
}

section.aboutus .aboutus-left h2 {
  font-size: 2.75rem;
  font-weight: 400;
  color: white;
  line-height: 1;
  margin-bottom: 4.5rem;
}

section.aboutus .aboutus-left p {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8rem;
  margin-bottom: 6rem;
  text-indent: 2em;
}

section.aboutus .aboutus-right {
  position: relative;
  min-height: 550px;
}

section.aboutus .preAnimate {
  opacity: 0;
}

section.aboutus .preAnimate.animated {
  opacity: 1;
}

@media (max-width: 900px) {
  section.aboutus {
    height: auto;
    padding: 5rem 0 0;
  }
  section.aboutus .row {
    top: 1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: relative;
  }
  section.aboutus > img {
    width: 100%;
    height: auto;
    bottom: 0.5rem;
  }
}

section.contact {
  background: url("../img/bg2.png") top center;
  background-size: cover;
}

section.contact .qr_code {
  display: inline-block;
  width: 9rem;
  margin-top: 3.75rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  color: white;
  line-height: 1.2rem;
}

section.contact .qr_code img {
  width: 9rem;
  height: 9rem;
  background: white;
  border-radius: 0.4rem;
  margin-bottom: 1.05rem;
}

section.contact .qr_code + .qr_code {
  margin-left: 2.5rem;
}

section.contact .container {
  padding-top: 3.75rem;
  padding-bottom: 1.5rem;
}

section.contact .section-heading {
  font-size: 2.75rem;
  font-weight: 400;
  color: white;
  margin-bottom: 1.9rem;
}

section.contact .link-seperate {
  line-height: 3rem;
  margin: 0 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans SC", serif;
}

section.contact .contact-detail {
  list-style: none;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 300;
  color: white;
  line-height: 1.8rem;
}

section.contact .linkapp-box {
  padding-top: 0.5rem;
  text-align: right;
}

section.contact a.linkapp {
  padding-left: 4.65rem;
  padding-top: 1rem;
  border-radius: 0.3rem;
  left: 0;
  height: 4rem;
  width: 13rem;
}

section.contact a.linkapp img {
  left: 1.7rem;
}

section.contact a.linkapp .downloadText {
  line-height: 0.85rem;
}

@media (max-width: 576px) {
  section.contact .container {
    padding-top: 0;
  }
  section.contact .qr_code {
    display: block;
    margin: 0 auto 3.75rem;
  }
  section.contact .qr_code.qr_code {
    margin-left: auto;
  }
}

footer {
  padding: 18px 0;
  text-align: center;
  background-color: #414266;
}

footer p {
  margin: 0;
  font: size 16p;
  font-weight: 200;
}

footer p a {
  color: rgba(255, 255, 255, 0.4);
}

footer p a:hover {
  color: rgba(255, 255, 255, 0.4);
}
/*# sourceMappingURL=index.min.css.map */