@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1;
  overflow-x: hidden; }

menu, ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.web-warp {
  padding-top: 60px; }

.navfixed {
  max-height: 61px; }
  .navfixed .navbar {
    height: 61px;
    background-color: #fff;
    margin-bottom: 0px;
    border: 0;
    border-bottom: 1px solid #eeeeee; }
    .navfixed .navbar .navbar-brand {
      height: 60px;
      margin-left: 0;
      border-color: transparent; }
    .navfixed .navbar .navbar-toggle {
      margin-top: 13px; }
    .navfixed .navbar .navbar-collapse {
      border-top: 0;
      background-color: #fff; }
    .navfixed .navbar .nav.navbar-nav.navbar-right {
      padding-top: 5px; }
      .navfixed .navbar .nav.navbar-nav.navbar-right li a:hover {
        color: #1096db; }
      .navfixed .navbar .nav.navbar-nav.navbar-right li a.currentActive {
        color: #1096db; }
  .navfixed .navbar-default .navbar-nav > li > a {
    color: #000; }
  .navfixed .navbar-brand {
    padding: 0;
    padding-top: 5px; }
    .navfixed .navbar-brand img {
      height: 50px; }
  .navfixed .navbar-header {
    height: 60px;
    margin-left: 0; }

.banner-container {
  background-color: #fb9f83;
  background-image: url("../img/banner-comon-bg.png");
  background-position-x: 70%;
  height: 324px; }
  .banner-container .main-desc-flex {
    display: flex;
    align-items: center;
    height: 100%; }
  .banner-container .main-desc h3 {
    font-size: 40px;
    color: #fff;
    margin: 20px 0; }
  .banner-container .main-desc span {
    font-size: 16px;
    font-weight: 300;
    color: #fff; }
  .banner-container .main-desc .desc-en {
    margin-top: 25px;
    font-size: 20px;
    color: #fff; }
  .banner-container .line {
    width: 70px;
    height: 10px;
    background-color: #fff;
    position: relative; }
    .banner-container .line::after {
      content: "";
      width: 10px;
      height: 10px;
      background-color: #fff;
      position: absolute;
      right: -20px;
      top: 0; }

.top-header {
  text-align: center;
  padding: 40px 0 30px 0; }
  .top-header h4 {
    font-size: 34px;
    padding-bottom: 10px;
    font-weight: 600; }
  .top-header p.desc-en {
    font-size: 18px;
    color: #858585;
    font-weight: 100; }
  .top-header p.desc-cn {
    font-size: 16px;
    color: #646464;
    padding-top: 18px;
    font-weight: 300; }

@media (max-width: 768px) {
  .top-header h4 {
    font-size: 28px; } }

/* 按钮 */
.link_btn {
  background: #ff7f5c;
  box-shadow: 1px 10px 35px 0px rgba(255, 127, 92, 0.54);
  display: inline-block;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  z-index: 999; }
  .link_btn:hover {
    text-decoration: none; }

.link_btn {
  width: 158px;
  height: 45px;
  border-radius: 23px;
  font-size: 16px;
  line-height: 45px; }

@media (max-width: 768px) {
  .link_btn {
    width: 120px;
    height: 34px;
    border-radius: 17px;
    font-size: 15px;
    line-height: 34px; } }

/* 尾部 */
.met-footnav {
  padding: 20px 0;
  background: #2b2d2e; }

.flex {
  display: flex; }

.met-footnav .list {
  flex: auto;
  text-align: center;
  margin-bottom: 20px;
  position: relative; }

.met-footnav h4 {
  margin-top: 0px;
  text-shadow: none;
  margin-bottom: 0;
  display: inline-block; }

.met-footnav .list h4 a {
  font-size: 16px;
  color: #eee; }

.met-footnav .list + .list::before {
  display: inline-block;
  position: absolute;
  left: 0px;
  content: "|";
  color: #ccd5db; }

.copy-bg {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  text-align: center; }

.copy-bg p,
.copy-bg a {
  text-align: center;
  line-height: 14px;
  color: #b7b5b5;
  font-size: 13px; }

.icon {
  display: none;
  margin-top: 15px;
  float: right;
  cursor: pointer; }

.icon img {
  width: 30px;
  vertical-align: middle; }

.mob-masonry {
  width: 80%;
  margin: 0 auto; }

@media (max-width: 767px) {
  .foot_nav_met_16_4_34 .mob-masonry {
    display: block; }
  .foot_nav_met_16_4_34.met-footnav .list {
    width: 33.3333%;
    float: left; } }

@media (min-width: 1440px) {
  body {
    background-color: #f8f8f8; }
  .web-warp {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden; } }

@media (max-width: 1200px) {
  .banner-container {
    background-position-x: 80%; } }

@media (max-width: 992px) {
  .banner-container {
    background-position-x: 90%; } }

@media (max-width: 768px) {
  .banner-container .main-desc h3 {
    font-size: 28px;
    margin: 15px 0; }
  .banner-container .main-desc .desc-en {
    margin-top: 15px;
    font-size: 16px; }
  .banner-container .main-desc span {
    font-size: 14px; }
  .banner-container {
    background-size: auto 100%;
    background-position-x: 60%;
    height: 260px; } }

.gray-bg {
  background-color: #f8f8f8; }

.indexbanner {
  background-image: url(../img/indexbanner.png);
  height: 418px;
  background-position-x: 90%; }
  .indexbanner .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; }
  .indexbanner h1 {
    font-size: 80px;
    color: #FF9776; }
  .indexbanner h2 {
    color: #FF9776;
    font-size: 40px;
    margin-bottom: 10px; }
  .indexbanner h4 {
    font-size: 30px;
    color: #333;
    margin-bottom: 8px; }
  .indexbanner p {
    font-size: 16px;
    margin-bottom: 20px; }

@media (max-width: 768px) {
  .indexbanner {
    height: 350px;
    background-position-x: 50%; }
    .indexbanner h1 {
      font-size: 60px;
      color: #FF9776; }
    .indexbanner h2 {
      color: #FF9776;
      font-size: 30px;
      margin-bottom: 10px; }
    .indexbanner h4 {
      font-size: 25px;
      color: #333;
      margin-bottom: 8px; }
    .indexbanner p {
      font-size: 14px;
      margin-bottom: 20px; } }

.superiority-list {
  padding: 80px 0 0 0;
  background-color: #fff;
  position: relative; }
  .superiority-list .superiority-container li {
    min-height: 150px; }
    .superiority-list .superiority-container li .img-container {
      padding-right: 20px;
      width: 30%; }
    .superiority-list .superiority-container li .des {
      width: 70%; }
    .superiority-list .superiority-container li h4 {
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 10px; }
    .superiority-list .superiority-container li p {
      font-size: 14px;
      color: #7f7f7f;
      line-height: 1.5em;
      text-align: justify; }

.introduction-container {
  position: relative;
  background-color: #fff;
  padding-top: 30px; }
  .introduction-container .item:last-of-type {
    min-height: 480px; }
    .introduction-container .item:last-of-type .item-bg .des-container ul {
      padding-bottom: 0 !important; }
  .introduction-container .des-container {
    padding-top: 60px; }
    .introduction-container .des-container .item-bg {
      padding-left: 65px; }
    .introduction-container .des-container h4 {
      font-size: 30px;
      font-weight: bold;
      color: black; }
    .introduction-container .des-container .des-text {
      display: inline-block;
      font-size: 17px;
      color: #393939;
      margin: 20px 0 40px 0;
      position: relative; }
      .introduction-container .des-container .des-text::before {
        content: '';
        width: 34px;
        height: 1px;
        background-color: #BFBFBF;
        position: absolute;
        left: -42px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .introduction-container .des-container ul {
      padding-bottom: 30px; }
    .introduction-container .des-container ul li p {
      font-size: 14px;
      color: #989898;
      line-height: 40px; }
      .introduction-container .des-container ul li p .strong-text {
        font-size: 16px;
        font-weight: 600;
        color: #000; }
  .introduction-container .des-image {
    padding-top: 20px; }

.header-title {
  text-align: center;
  padding-bottom: 40px; }
  .header-title h4 {
    font-size: 34px;
    font-weight: bold;
    color: black;
    padding-bottom: 10px; }
  .header-title p {
    font-size: 16px;
    font-weight: 400;
    color: #858585; }

.smart-container {
  padding-top: 80px; }
  .smart-container .smart-item {
    text-align: center;
    margin-bottom: 30px; }
    .smart-container .smart-item .smart-bg {
      background-color: #fff;
      padding: 60px 0;
      box-shadow: 0px 3px 39px 0px rgba(255, 127, 92, 0.16);
      max-width: 326px;
      margin: 0 auto; }
    .smart-container .smart-item .smart-img img {
      margin: 0 auto; }
    .smart-container .smart-item .smart-item-title {
      margin-top: 40px;
      font-size: 18px;
      font-weight: 500;
      color: #111111; }
    .smart-container .smart-item .line {
      width: 16px;
      height: 2px;
      background-color: #ff7f5c;
      display: block;
      margin: 10px auto; }
    .smart-container .smart-item .smart-des {
      color: #7a7a7a;
      font-size: 13px;
      margin-top: 30px; }

.saas-mode {
  padding-top: 100px;
  padding-bottom: 30px;
  background-image: url(../img/scss-bg_03.png);
  background-size: cover;
  background-repeat: no-repeat; }
  .saas-mode .sass-inteduartion {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 40px; }
    .saas-mode .sass-inteduartion h4 {
      font-size: 30px;
      color: #FF7F5C; }
    .saas-mode .sass-inteduartion h5 {
      padding-top: 10px;
      font-size: 26px;
      font-weight: 600;
      padding-bottom: 30px; }
    .saas-mode .sass-inteduartion ul li {
      font-size: 15px;
      padding-left: 30px;
      position: relative;
      line-height: 30px; }
      .saas-mode .sass-inteduartion ul li::before {
        content: '';
        width: 9px;
        height: 9px;
        position: absolute;
        left: 0;
        top: 50%;
        border-radius: 50%;
        border: 1px solid #FF9776;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

.success-example {
  position: relative; }
  .success-example .success-header {
    background: #f8f8f8;
    padding: 30px 0;
    text-align: center; }
    .success-example .success-header h4 {
      font-weight: 600;
      font-size: 34px;
      padding-bottom: 20px; }
    .success-example .success-header span {
      color: #646464; }

.buy-container {
  background-color: #fff; }
  .buy-container .buy-header {
    padding: 45px 0;
    text-align: center;
    font-size: 34px;
    font-weight: 600; }
  .buy-container .stup-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    .buy-container .stup-container li {
      position: relative;
      padding-bottom: 20px;
      flex: 0 0 11%; }
      .buy-container .stup-container li img {
        margin: 0 auto; }
      .buy-container .stup-container li p {
        text-align: center;
        width: 100%;
        text-align: center;
        font-size: 20px;
        position: absolute;
        top: 100%; }
      .buy-container .stup-container li.space span {
        display: block;
        margin: 0 auto;
        height: 1px;
        width: 0;
        padding-left: 50%;
        background-color: #BFBFBF; }
      .buy-container .stup-container li:last-of-type::after {
        display: none; }
  .buy-container .mpcode-container {
    padding-top: 120px;
    padding-bottom: 100px;
    display: flex;
    max-width: 500px;
    align-items: center;
    margin: 0 auto; }
    .buy-container .mpcode-container .code-text {
      padding-left: 40px;
      line-height: 30px;
      max-width: 290px;
      font-size: 20px; }
    .buy-container .mpcode-container .code-img {
      flex: 1 0 180px; }

@media (max-width: 768px) {
  .introduction-container .des-container .item-bg {
    padding-bottom: 30px; }
  .introduction-container .des-image {
    padding-top: 50px; }
    .introduction-container .des-image .img-warp {
      max-width: 400px;
      margin: 0 auto; }
    .introduction-container .des-image img {
      margin: 0 auto; }
  .buy-container .mpcode-container .code-img {
    flex: 1 0 150px; } }

@media (max-width: 500px) {
  .buy-container .mpcode-container .code-img {
    flex: 1 0 120px; }
  .introduction-container .des-container .item-bg {
    padding-left: 30px; }
  .introduction-container .des-container h4 {
    font-size: 26px; }
  .buy-container .buy-header {
    font-size: 24px; }
  .superiority-list .superiority-container li:nth-child(even) {
    padding-left: 8px; }
  .superiority-list .superiority-container li:nth-child(odd) {
    padding-right: 8px; }
  .superiority-list .superiority-container li .img-container {
    padding-right: 10px; }
  .header-title h4 {
    font-size: 24px; }
  .success-example .success-header {
    padding: 30px 0;
    text-align: center; }
    .success-example .success-header h4 {
      font-size: 24px; }
  .header-title p {
    font-size: 14px; }
  .buy-container .mpcode-container .code-text {
    font-size: 16px; } }

@media (max-width: 992px) {
  .smart-container .smart-item .smart-bg {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%; }
  .buy-container .stup-container li p {
    font-size: 15px; }
  .saas-mode .sass-inteduartion h4 {
    font-size: 24px; }
  .saas-mode .sass-inteduartion h5 {
    font-size: 20px; } }
