* {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 0;
  height: 100%;
  min-width: 1250px;
  cursor: default;
  color: #333;
  overflow-y: auto;
  font-size: 14px; }

.wrap {
  margin: 0 auto;
  display: block;
  position: relative; }

.ql-align-right {
  text-align: right; }

header {
  height: 70px; }
  header .content {
    width: 1024px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    line-height: 68px;
    text-align: right;
    background-image: url(../images/logo.png?v=20220610);
    background-size: auto 70px;
    background-repeat: no-repeat; }
    header .content .nav {
      position: relative; }
      header .content .nav .logo {
        width: 150px;
        height: 71px;
        position: absolute;
        left: 0; }
      header .content .nav .item {
        display: inline-block;
        padding: 0px 10px;
        margin-right: 20px;
        cursor: pointer;
        color: black;
        font-weight: bold; }

.MenuBody {
  position: absolute;
  top: 10vw;
  right: 10px;
  z-index: 10;
  display: flex; }
  .MenuBody .blockBody {
    padding: 20px;
    background-color: #fff;
    text-align: start;
    box-shadow: 0px 3px 22px 0px rgba(7, 0, 2, 0.1);
    display: none; }
    .MenuBody .blockBody .item1 .title,
    .MenuBody .blockBody .item2 .title {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 5px; }
    .MenuBody .blockBody .item1 .phone,
    .MenuBody .blockBody .item2 .phone {
      font-size: 20px;
      color: #265ca0;
      font-weight: 500; }
    .MenuBody .blockBody .item1 .time,
    .MenuBody .blockBody .item2 .time {
      font-size: 12px;
      color: #999;
      margin-top: 5px;
      margin-bottom: 5px; }
    .MenuBody .blockBody .item1 .qrcode img,
    .MenuBody .blockBody .item2 .qrcode img {
      width: 120px;
      height: 120px;
      display: block; }
    .MenuBody .blockBody .item1 .title1,
    .MenuBody .blockBody .item2 .title1 {
      text-align: center;
      margin-bottom: 20px;
      font-weight: 500; }
    .MenuBody .blockBody .item1 .extraInput,
    .MenuBody .blockBody .item2 .extraInput {
      width: 300px;
      height: 68px;
      text-align: start;
      border: 1px solid #d9d9d9;
      margin: 5px 0 10px 0;
      padding: 5px; }
    .MenuBody .blockBody .item1 .input,
    .MenuBody .blockBody .item2 .input {
      width: 300px;
      height: 34px;
      text-align: start;
      border: 1px solid #d9d9d9;
      margin: 5px 0;
      padding: 0 5px; }
    .MenuBody .blockBody .btn-group {
      display: flex;
      justify-content: end;
      margin-top: 10px; }
      .MenuBody .blockBody .btn-group .cancel,
      .MenuBody .blockBody .btn-group .submit {
        width: 60px;
        height: 30px;
        border: 1px solid #d9d9d9;
        color: #999;
        background-color: #fff; }
      .MenuBody .blockBody .btn-group .submit {
        background-color: #265ca0;
        border: 1px solid #265ca0;
        color: #fff;
        margin-left: 10px; }
  .MenuBody .triangle {
    width: 0;
    height: 0;
    border: 10px solid #000;
    border-left-color: #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: relative;
    top: 32px;
    display: none; }
  .MenuBody .menu {
    list-style: none;
    width: 3rem;
    height: 10rem;
    border-radius: 24px;
    background-color: #fff;
    padding: 10px 0;
    padding-top: 15px;
    box-shadow: 0px 3px 22px 0px rgba(7, 0, 2, 0.1); }
    .MenuBody .menu .item {
      width: 26px;
      height: 26px;
      display: inline-block;
      background-repeat: no-repeat;
      background-size: 90%;
      background-position: center;
      cursor: pointer; }
    .MenuBody .menu .item:first-child {
      background-image: url(../../images/service.png); }
    .MenuBody .menu .item:nth-child(2) {
      background-image: url(../../images/business.png); }
    .MenuBody .menu .item:nth-child(3) {
      background-image: url(../../images/download.png); }
    .MenuBody .menu .item:last-child {
      background-image: url(../../images/feedback.png); }
    .MenuBody .menu .item:first-child:hover {
      background-image: url(../../images/service_click.png); }
    .MenuBody .menu .item:nth-child(2):hover {
      background-image: url(../../images/business_click.png); }
    .MenuBody .menu .item:nth-child(3):hover {
      background-image: url(../../images/download_click.png); }
    .MenuBody .menu .item:not(:first-child) {
      margin: 0 10px;
      padding-top: 13px;
      border-top: 1px solid #d9d9d9; }

.banner img {
  width: 100%;
  min-height: 280px; }

.title-area {
  text-align: center;
  padding: 20px 30px 15px;
  position: relative;
  border-bottom: 2px solid #e06838;
  display: inline-block; }
  .title-area .title-cn {
    font-size: 35px;
    line-height: 40px; }
  .title-area .title-en {
    font-size: 18px; }

.page-wrap {
  width: 1024px;
  margin: 0 auto; }

footer {
  height: 290px;
  background-color: #333333;
  position: relative; }
  footer .f-content {
    width: 1024px;
    margin: 0px auto;
    padding-top: 36px;
    color: white;
    text-align: left;
    line-height: 2;
    margin-bottom: 20px;
    position: relative; }
    footer .f-content .nav-short {
      margin-bottom: 30px; }
      footer .f-content .nav-short a {
        color: white; }
      footer .f-content .nav-short span {
        display: inline-block;
        width: 50px;
        text-align: center; }
    footer .f-content .qr {
      position: absolute;
      right: -20px;
      bottom: 35px;
      display: flex; }
      footer .f-content .qr .qrDiv {
        display: inline-block;
        width: 150px;
        height: 150px;
        text-align: center; }
        footer .f-content .qr .qrDiv img {
          width: 120px;
          height: 120px;
          display: inline-block; }
        footer .f-content .qr .qrDiv span {
          color: #fff;
          font-size: 10px;
          display: inline-block; }
    footer .f-content .linkClass {
      text-decoration: underline;
      color: #7c94c2;
      font-size: 14px; }
  footer .f-copyright {
    height: 48px;
    line-height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #2e2e2e; }

a {
  outline: none;
  text-decoration: none; }

.scrollTop {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  position: fixed;
  bottom: 300px;
  right: 10px;
  box-shadow: 0px 3px 22px 0px rgba(7, 0, 2, 0.1); }
  .scrollTop img {
    width: 60%;
    height: 60%;
    display: block;
    margin: 0 auto;
    padding-top: 11px; }

.content_area {
  background-color: #f5f5f5;
  text-align: center; }
  .content_area .area {
    width: 1024px;
    margin: 0px auto;
    padding-top: 100px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left; }
    .content_area .area .div-l {
      flex: 1;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      margin-right: 50px; }
    .content_area .area .div-r {
      width: 354px;
      padding: 5px 20px; }
      .content_area .area .div-r img {
        width: 100%; }

.title-area {
  text-align: left;
  padding-bottom: 10px;
  position: relative;
  border: none;
  padding-left: 0px; }
  .title-area .title-cn {
    font-size: 35px;
    line-height: 40px; }
  .title-area .title-en {
    font-size: 18px; }

.title-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #e06838; }

.about .area {
  height: 330px; }

.lm-area {
  padding-top: 25px;
  padding-bottom: 25px;
  height: 140px;
  text-align: left;
  text-indent: 25px;
  font-size: 14px;
  line-height: 1.8; }

.lb-area {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 15px;
  border: 1px solid #6f6f6f;
  cursor: pointer; }

.product {
  background-color: white !important; }
  .product .area {
    padding-top: 50px; }
    .product .area .div-l {
      padding: 0; }
    .product .area .div-r {
      text-align: right; }
  .product .pic-area {
    height: 555px;
    justify-content: space-between;
    padding-top: 0px; }
    .product .pic-area .pic-l {
      width: 350px;
      height: 555px;
      background-size: 100% 100%; }
      .product .pic-area .pic-l .tab-title {
        margin-top: 480px;
        font-size: 14px;
        font-weight: 600; }
      .product .pic-area .pic-l .tab-detail {
        font-size: 12px;
        margin-top: 10px;
        display: inline-block;
        padding: 5px 15px;
        border: 1px solid grey;
        border-radius: 15px;
        cursor: pointer;
        margin-left: 10%; }
    .product .pic-area .tab-title {
      width: 80%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-left: 10%; }
    .product .pic-area table {
      border-collapse: collapse;
      border-spacing: 0;
      border-right: 1px solid grey;
      border-bottom: 1px solid grey; }
    .product .pic-area .pic-r {
      width: 555px;
      height: 555px; }
      .product .pic-area .pic-r td {
        border-left: 1px solid grey;
        border-top: 1px solid grey;
        width: 272.5px;
        height: 272.5px;
        padding: 0;
        text-align: center;
        background-size: 50% 50%;
        background-position: center 35%;
        background-repeat: no-repeat; }
        .product .pic-area .pic-r td .tab-title {
          margin-top: 60%;
          font-size: 14px;
          font-weight: 600; }
        .product .pic-area .pic-r td .tab-detail {
          font-size: 12px;
          margin-top: 10px;
          padding: 5px 10px;
          cursor: pointer; }

header .index {
  border-bottom: 3px solid #e06838; }

.news .area {
  padding-top: 50px; }
  .news .area .div-l {
    padding: 0; }
  .news .area .div-r {
    text-align: right; }
.news .news-list {
  width: 1024px;
  margin: 0 auto; }
  .news .news-list .first-news {
    width: 100%;
    height: 0;
    padding-bottom: 41.02%;
    background-size: 100% 100%;
    position: relative; }
    .news .news-list .first-news .news-wrap {
      position: absolute;
      bottom: 0;
      width: 94%;
      height: 120px;
      padding-left: 3%;
      padding-right: 3%;
      background-color: rgba(255, 255, 255, 0.9);
      text-align: left;
      overflow: hidden; }
      .news .news-list .first-news .news-wrap .news-title {
        font-size: 16px;
        font-weight: 600;
        max-width: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 2.5;
        display: inline-block;
        overflow: hidden; }
      .news .news-list .first-news .news-wrap .news-date {
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        line-height: 40px;
        margin-left: 10px; }
      .news .news-list .first-news .news-wrap .news-content {
        font-size: 12px;
        line-height: 20px;
        text-indent: 25px;
        overflow: hidden;
        height: 68px; }
  .news .news-list .news-area {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }
    .news .news-list .news-area .news-item {
      width: 260px;
      background-color: white;
      padding: 30px 20px;
      margin-bottom: 50px;
      text-align: left; }
      .news .news-list .news-area .news-item .title {
        font-size: 16px;
        height: 70px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 600; }
      .news .news-list .news-area .news-item .date {
        font-size: 12px;
        line-height: 2.5; }
      .news .news-list .news-area .news-item .content {
        font-size: 12px;
        line-height: 20px;
        height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-indent: 25px; }
      .news .news-list .news-area .news-item .detail {
        float: right;
        font-size: 12px;
        cursor: pointer; }

/*# sourceMappingURL=index.css.map */
