#app {
  font-size: 10px; }

.btn {
  display: inline-block;
  height: 33px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  color: #D6000F;
  border: 1px solid #D6000F;
  line-height: 33px;
  transition: all 0.2s;
  border-radius: 2px;
  margin: 0 5px;
  box-sizing: border-box;
  cursor: pointer; }
  .btn:hover {
    opacity: 0.8; }

.btn-outline {
  background: #FFF3F3; }
  .btn-outline:hover {
    background: #ffebeb; }

.btn-danger {
  background: #FFAE00;
  color: #fff;
  border-color: #FFAE00; }
  .btn-danger:hover {
    background: rgba(255, 174, 0, 0.8); }

.btn-warning {
  background: #D6000F;
  color: #fff;
  border-color: #D6000F; }
  .btn-warning:hover {
    opacity: 0.8; }

.red {
  color: #D6000F; }

a.link {
  color: #4B96F8;
  cursor: pointer; }

a.link-red {
  color: #D6000F; }

a.link-default {
  color: #666; }

.custom-table th.el-table__cell {
  background: #eee;
  color: #333;
  font-size: 16px; }

.el-button {
  border-radius: 2px;
  min-width: 80px; }

.inp-line .el-input__inner,
.inp-line .el-input__inner:focus {
  border-radius: 0;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important; }

.w-main {
  width: 84%;
  min-width: 1200px;
  margin: auto;
  position: relative; }
  .w-main .main-tit {
    text-align: center;
    padding: 5% 0 4%; }
    .w-main .main-tit .tit-en {
      font-size: 44px;
      line-height: 1;
      font-weight: bold;
      color: #EBEBEB;
      z-index: -2; }
    .w-main .main-tit .tit-zh {
      display: inline-block;
      position: relative;
      margin-top: -16px;
      font-size: 32px;
      font-weight: 400;
      line-height: 1; }
      .w-main .main-tit .tit-zh span {
        position: relative;
        font-size: 32px;
        font-weight: 400;
        line-height: 1;
        color: #171717;
        z-index: 9; }
      .w-main .main-tit .tit-zh:after {
        position: absolute;
        top: 0;
        right: -15px;
        content: '';
        width: 30px;
        height: 9px;
        background: linear-gradient(90deg, #0473F2 0%, #00ACFF 100%);
        border-radius: 5px 5px 5px 5px;
        opacity: 1;
        z-index: 0; }
    .w-main .main-tit.color .tit-en {
      color: #fff; }

.w-1400 {
  width: 1400px; }

.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 999; }
  .header-wrapper .header {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-wrapper .logo img {
    height: 60px; }
  .header-wrapper .logo .logo-color {
    display: none; }
  .header-wrapper.header-color {
    background: #fff;
    border-bottom: 1px solid #eee; }
    .header-wrapper.header-color .nav .link {
      color: #333; }
    .header-wrapper.header-color .nav .wechat {
      position: relative; }
      .header-wrapper.header-color .nav .wechat .iconfont {
        color: #333; }
    .header-wrapper.header-color .logo-color {
      display: block; }
    .header-wrapper.header-color .logo-white {
      display: none; }
  .header-wrapper .nav .link {
    margin: 0 5px;
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
    cursor: pointer; }
  .nav .lang_link{
    color: #fff;
  }
  .header-color .nav .lang_link{
    color: #333;
  }
    .header-wrapper .nav .link.active, .header-wrapper .nav .link:hover {
      color: #0473F2;
      border-bottom: 2px solid #0473F2; }
  }
  .header-wrapper .nav .wechat {
    position: relative;
    cursor: pointer; }
    .header-wrapper .nav .wechat .iconfont {
      font-size: 20px;
      color: #fff; }
    .header-wrapper .nav .wechat:hover .iconfont {
      color: #0473F2; }
    .header-wrapper .nav .wechat:hover .img {
      margin-top: 0;
      visibility: visible;
      opacity: 1; }
    .header-wrapper .nav .wechat .img {
      margin-top: 10px;
      position: absolute;
      width: 140px;
      top: 200%;
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.5s;
      visibility: hidden;
      opacity: 0; }
      .header-wrapper .nav .wechat .img img {
        width: 140px; }
  .header-wrapper .contact {
    font-size: 17px;
    font-weight: bold;
    color: #333; }
    .header-wrapper .contact .iconfont {
      color: #D6000F;
      margin-right: 5px; }
    .header-wrapper .contact .login-btn {
      height: 28px;
      margin-left: 20px;
      line-height: 28px;
      padding: 7px 7px;
      background: #D6000F;
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      border-radius: 14px;
      cursor: pointer; }
      .header-wrapper .contact .login-btn:hover {
        opacity: 0.8; }

.banner-index {
  position: relative;
  padding-top: 50%; }
  .banner-index .banner-video {
    position: absolute;
    left: 0;
    top: 0;
    user-select: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  .banner-index img {
    display: block;
    width: 100%; }
  .banner-index .banner-text {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #FFFFFF;
    z-index: 99; }
    .banner-index .banner-text .title {
      margin-bottom: 2%;
      font-size: 50px;
      font-weight: 400; }
    .banner-index .banner-text .des {
      margin-bottom: 3%;
      font-size: 20px;
      color: #FFFFFF;
      line-height: 28px; }
    .banner-index .banner-text .more-btn {
      width: 239px;
      font-size: 20px;
      height: 66px;
      background: linear-gradient(180deg, #0473F2 0%, #00ACFF 100%);
      border-radius: 8px 8px 8px 8px;
      line-height: 66px;
      text-align: center;
      border: none;
      color: #fff;
      opacity: 1; }
      .banner-index .banner-text .more-btn img {
        display: inline-block;
        width: auto;
        height: 15px; }

.index-content .series-products {
  padding-bottom: 8%; }
  .index-content .series-products-item {
    height: 100%;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    padding: 0 0 5%;
    transition: transform 0.5s; }
    .index-content .series-products-item .top {
      background: #C0D3FA;
      position: relative;
      padding: 30px; }
      .index-content .series-products-item .top .name {
        position: relative;
        font-size: 28px;
        font-weight: 500;
        line-height: 40px;
        color: #333333;
        margin-bottom: 10px;
        z-index: 9; }
      .index-content .series-products-item .top .text {
        position: relative;
        font-size: 16px;
        height: 42px;
        overflow: hidden;
        font-weight: 400;
        color: #333333;
        z-index: 9; }
      .index-content .series-products-item .top .img-hover {
        display: none; }
      .index-content .series-products-item .top img {
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        z-index: 1;
        width: 106px; }
    .index-content .series-products-item .middle {
      height: 440px;
      padding: 10% 10% 1%; }
      .index-content .series-products-item .middle .item {
        margin-bottom: 25px; }
      .index-content .series-products-item .middle .name {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 15px; }
        .index-content .series-products-item .middle .name:before {
          content: '';
          display: inline-block;
          margin-right: 10px;
          vertical-align: middle;
          width: 4px;
          height: 4px;
          background: #0473F2;
          border-radius: 0px 0px 0px 0px;
          opacity: 1; }
      .index-content .series-products-item .middle .des {
        font-size: 16px;
        font-weight: 400;
        color: #666666; }
    .index-content .series-products-item .more-btn {
      display: block;
      width: 80%;
      margin: auto;
      height: 54px;
      background: #FFFFFF;
      border-radius: 8px 8px 8px 8px;
      opacity: 1;
      border: 1px solid #0473F2;
      font-size: 18px;
      line-height: 54px;
      text-align: center;
      font-weight: 400;
      color: #0473F2; }
      .index-content .series-products-item .more-btn:hover {
        background: #0473F2;
        color: #fff; }
    .index-content .series-products-item:hover {
      box-shadow: 0px 3px 15px 1px rgba(0, 75, 255, 0.16);
      transform: translateY(-5px); }
      .index-content .series-products-item:hover .top {
        background: linear-gradient(89deg, #0473F2 0%, #00ACFF 100%); }
        .index-content .series-products-item:hover .top .name {
          color: #fff; }
        .index-content .series-products-item:hover .top .text {
          color: #fff; }
      .index-content .series-products-item:hover .img-hover {
        display: block; }
      .index-content .series-products-item:hover .img-d {
        display: none; }
.index-content .core-product {
  background: url("../image/index/core-product-bg.png") no-repeat center;
  background-size: cover; }
  .index-content .core-product .core-product-des {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-bottom: 8%; }
  .index-content .core-product .product-tab {
    position: relative;
    margin: 0 18% 4%; }
    .index-content .core-product .product-tab:before {
      position: absolute;
      content: '';
      height: 1px;
      width: 100%;
      left: 0;
      top: 50px;
      background: #bbb;
      z-index: 1; }
    .index-content .core-product .product-tab .product-tab-item {
      position: relative;
      z-index: 9;
      cursor: pointer;
      text-align: center;
      user-select: none; }
      .index-content .core-product .product-tab .product-tab-item .icon {
        display: inline-block;
        padding: 30px;
        border-radius: 50%;
        overflow: hidden; }
        .index-content .core-product .product-tab .product-tab-item .icon img {
          display: block;
          width: 40px; }
      .index-content .core-product .product-tab .product-tab-item .name {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        line-height: 61px; }
      .index-content .core-product .product-tab .product-tab-item.active .icon {
        background: #fff; }
      .index-content .core-product .product-tab .product-tab-item:hover .icon {
        background: #fff; }
  .index-content .core-product .product-tab-panel .name {
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin-bottom: 40px; }
  .index-content .core-product .product-tab-panel .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin-right: 20%; }
  .index-content .core-product .product-tab-panel .img {
    border-radius: 20px;
    overflow: hidden; }
    .index-content .core-product .product-tab-panel .img img {
      display: block; }
.index-content .application {
  background: url("../image/index/application-bg.png") no-repeat center;
  background-size: cover;
  padding-bottom: 5%; }
  .index-content .application .application-list .application-item {
    position: relative;
    background-size: cover;
    padding: 110px 0px;
    height: 600px;
    box-sizing: border-box; }
    .index-content .application .application-list .application-item.active {
      padding: 110px 60px;
      border-top: 10px solid #0473F2; }
      .index-content .application .application-list .application-item.active .name {
        text-align: left; }
      .index-content .application .application-list .application-item.active .name-en {
        text-align: left; }
      .index-content .application .application-list .application-item.active .des {
        opacity: 1;
        transition-delay: 0.5s; }
      .index-content .application .application-list .application-item.active .more-btn {
        opacity: 1;
        transition-delay: 0.5s; }
      .index-content .application .application-list .application-item.active:before {
        display: none; }
    .index-content .application .application-list .application-item .name {
      text-align: center;
      font-size: 32px;
      font-weight: 400;
      color: #FFFFFF;
      margin-bottom: 5px; }
    .index-content .application .application-list .application-item .name-en {
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 33px;
      margin-bottom: 56px; }
    .index-content .application .application-list .application-item .des {
      font-size: 16px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 32px;
      opacity: 0;
      transition: all 0.2s; }
    .index-content .application .application-list .application-item .more-btn {
      margin-top: 56px;
      display: block;
      width: 129px;
      height: 32px;
      text-align: center;
      background: linear-gradient(180deg, #0473F2 0%, #00ACFF 100%);
      border-radius: 4px 4px 4px 4px;
      font-size: 12px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 32px;
      opacity: 0;
      transition: all 0.2s; }
    .index-content .application .application-list .application-item:before {
      position: absolute;
      right: 40px;
      bottom: 40px;
      content: '';
      width: 70px;
      height: 30px;
      background: url("../image/index/icon-arrow-long.png") no-repeat center; }
.index-content .honor {
  padding-bottom: 5%; }
  .index-content .honor .honor-tab {
    margin-bottom: 3%;
    text-align: right; }
    .index-content .honor .honor-tab .honor-tab-item {
      cursor: pointer;
      display: inline-block;
      margin-left: 20px;
      font-size: 18px;
      font-weight: 500;
      color: #333333;
      border-top: 1px solid transparent;
      padding-top: 5px; }
      .index-content .honor .honor-tab .honor-tab-item:before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #0473F2;
        border-radius: 50%;
        opacity: 1;
        vertical-align: middle; }
      .index-content .honor .honor-tab .honor-tab-item.active {
        border-color: #0473F2; }
  .index-content .honor .honor-tab-panel {
    margin: 0 90px; }
    .index-content .honor .honor-tab-panel .swiper-slide img {
      width: 100%; }
    .index-content .honor .honor-tab-panel .swiper-pagination {
      position: static;
      margin-top: 3%; }
      .index-content .honor .honor-tab-panel .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px; }
    .index-content .honor .honor-tab-panel .swiper-button-prev {
      left: -90px;
      top: 42%;
      height: 68px;
      width: 68px;
      background-image: url("../image/index/icon-arrow-left.png");
      background-size: 68px 68px; }
    .index-content .honor .honor-tab-panel .swiper-button-next {
      right: -90px;
      top: 42%;
      height: 68px;
      width: 68px;
      background-image: url("../image/index/icon-arrow-right.png");
      background-size: 68px 68px; }
.index-content .marketing-network {
  background: #F3F3F3; }
  .index-content .marketing-network .company-name {
    margin-bottom: 6%;
    font-size: 40px;
    font-weight: 400;
    color: #171717; }
  .index-content .marketing-network .company-des {
    font-size: 16px;
    font-weight: 400;
    color: #171717;
    line-height: 36px;
    margin-bottom: 12%; }
  .index-content .marketing-network .company-btn {
    width: 367px;
    height: 74px;
    text-align: center;
    line-height: 74px;
    border-radius: 34px 34px 34px 34px;
    opacity: 1;
    border: 1px solid #0473F2;
    font-size: 20px;
    font-weight: 400;
    color: #0473F2; }
    .index-content .marketing-network .company-btn:hover {
      background: #0473F2;
      color: #fff; }
.index-content .cooperative-partner {
  padding-bottom: 3%; }
  .index-content .cooperative-partner-img img {
    display: block;
    margin: auto;
    width: 100%; }
.index-content .apply-detail {
  padding-top: 3%; }
  .index-content .apply-detail .detail-con {
    padding-bottom: 6%; }
    .index-content .apply-detail .detail-con .title {
      font-size: 32px;
      font-weight: bold;
      color: #333333;
      text-align: center;
      margin-bottom: 3%; }
    .index-content .apply-detail .detail-con .content {
      font-size: 16px;
      font-weight: 400;
      color: #666666;
      line-height: 30px;
      text-indent: 2em; }
      .index-content .apply-detail .detail-con .content img {
        display: block;
        margin: 30px auto; }
  .index-content .apply-detail .relative-product {
    padding-bottom: 3%; }
    .index-content .apply-detail .relative-product .title {
      font-size: 20px;
      font-weight: bold;
      color: #333333;
      line-height: 28px;
      margin-bottom: 28px; }
    .index-content .apply-detail .relative-product .app-width {
      width: 20% !important; }
    .index-content .apply-detail .relative-product .app-item {
      display: block;
      position: relative;
      margin-bottom: 30px;
      box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); }
      .index-content .apply-detail .relative-product .app-item .img {
        padding-top: 80%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .index-content .apply-detail .relative-product .app-item .name {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #666;
        line-height: 46px;
        height: 46px;
        background: #fff; }
      .index-content .apply-detail .relative-product .app-item:hover .name {
        color: #fff;
        background: #0473F2; }

.page-tab {
  text-align: center;
  white-space: nowrap;
  position: relative;
  top: -63px;
  height: 0; }
  .page-tab .page-tab-list {
    display: inline-block;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    opacity: 1;
    font-size: 0; }
    .page-tab .page-tab-list .active + .page-tab-item:before {
      display: none; }
    .page-tab .page-tab-list .page-tab-item {
      user-select: none;
      position: relative;
      display: inline-block;
      padding: 40px 40px;
      font-size: 20px;
      background: #fff;
      cursor: pointer; }
      .page-tab .page-tab-list .page-tab-item:before {
        position: absolute;
        content: '';
        height: 40px;
        border: 1px solid #D8D8D8;
        left: 0;
        top: 50%;
        margin-top: -20px; }
      .page-tab .page-tab-list .page-tab-item:first-child:before {
        display: none; }
      .page-tab .page-tab-list .page-tab-item.active {
        background: linear-gradient(180deg, #0473F2 0%, #00ACFF 100%);
        border-radius: 8px; }
        .page-tab .page-tab-list .page-tab-item.active .name-cn {
          color: #fff; }
        .page-tab .page-tab-list .page-tab-item.active .name-en {
          color: #fff; }
        .page-tab .page-tab-list .page-tab-item.active img {
          filter: grayscale(100%) brightness(100); }
        .page-tab .page-tab-list .page-tab-item.active:before {
          display: none; }
      .page-tab .page-tab-list .page-tab-item img {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 44px;
        z-index: 9; }
      .page-tab .page-tab-list .page-tab-item .name {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        z-index: 9; }
      .page-tab .page-tab-list .page-tab-item .name-cn {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 6px; }
      .page-tab .page-tab-list .page-tab-item .name-en {
        font-size: 12px;
        font-weight: 400;
        color: #999999; }

.page-tab-panel {
  padding-top: 63px; }

.bread {
  padding: 30px 0;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 60px; }
  .bread .btn-back {
    float: right;
    margin-top: 10px;
    padding: 0 10px;
    color: #0473F2;
    font-size: 20px; }
  .bread .el-breadcrumb {
    font-size: 20px; }
  .bread .el-breadcrumb__inner a, .bread .el-breadcrumb__inner.is-link {
    font-weight: normal; }
  .bread .el-breadcrumb__item:last-child .el-breadcrumb__inner {
    color: #0473F2; }

.banner-inner {
  font-size: 0; }
  .banner-inner img {
    max-width: 100%; }

.footer {
  background: #000000 url("../image/index/footer-bg.png") no-repeat center;
  background-size: cover;
  padding: 30px 0 0;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px; }
  .footer .footer-logo {
    margin-bottom: 20px;
    margin-left: 25px; }
    .footer .footer-logo img {
      height: 78px; }
  .footer .footer-con {
    padding-bottom: 50px; }
    .footer .footer-con .link-wrapper {
      margin-left: 25px; }
    .footer .footer-con .name {
      font-size: 18px;
      font-weight: bold;
      color: #FFFFFF;
      line-height: 34px;
      margin-bottom: 15px; }
    .footer .footer-con .link {
      display: block;
      font-size: 14px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 34px; }
      .footer .footer-con .link:hover {
        color: #0473F2; }
    .footer .footer-con .footer-contact {
      font-size: 14px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 28px; }
      .footer .footer-con .footer-contact .wechat {
        text-align: center;
        border-right: 2px solid #FFFFFF; }
        .footer .footer-con .footer-contact .wechat img {
          width: 100%; }
  .footer .footer-bottom {
    border-top: 1px solid #FFFFFF;
    height: 54px; }
    .footer .footer-bottom span {
      font-size: 14px;
      font-weight: normal;
      color: #FFFFFF;
      line-height: 54px;
      margin-left: 10px; }
      .footer .footer-bottom span img {
        vertical-align: middle;
        margin-right: 5px; }
      .footer .footer-bottom span b {
        display: inline-block;
        vertical-align: middle; }
    .footer .footer-bottom .copyright {
      margin-left: 15px;
      float: right; }

.main-content .inner-tit {
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  padding: 5% 0 4%; }
  .main-content .inner-tit .tit {
    display: inline-block;
    line-height: 1;
    position: relative; }
    .main-content .inner-tit .tit span {
      position: relative;
      display: inline-block;
      z-index: 9; }
    .main-content .inner-tit .tit:before {
      position: absolute;
      content: '';
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: linear-gradient(180deg, #0473F2 0%, #00ACFF 100%);
      opacity: 1;
      right: -17px;
      top: -17px;
      z-index: 0; }
.main-content .page-wrapper {
  padding: 3% 0 5%;
  text-align: center; }
  .main-content .page-wrapper .el-pager li {
    min-width: 50.5px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box; }
  .main-content .page-wrapper .el-pagination button {
    min-width: 50.5px;
    height: 50px;
    line-height: 50px; }

.about-content .about-company {
  background: url("../image/about/main-bg.png") no-repeat top; }
.about-content .company {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  padding-bottom: 10%; }
  .about-content .company .company-video {
    position: relative;
    width: 100%;
    padding-top: 61%;
    margin-left: 46px; }
    .about-content .company .company-video .video-player-box {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
    .about-content .company .company-video .video-js {
      width: 100%;
      height: 100%; }
      .about-content .company .company-video .video-js .vjs-big-play-button {
        width: 72px;
        height: 72px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 100%;
        z-index: 100;
        background: url("../image/about/icon-play.png") no-repeat center;
        background-size: 72px 72px;
        border: solid 1px #979797; }
.about-content .company-num {
  text-align: center;
  margin: 0 10%;
  padding-bottom: 6%; }
  .about-content .company-num-item {
    display: inline-block;
    padding: 40px 40px 20px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD; }
    .about-content .company-num-item .num {
      font-size: 56px;
      font-weight: 400;
      color: #0473F2;
      margin-bottom: 10px; }
      .about-content .company-num-item .num em {
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background: linear-gradient(180deg, #0473F2 0%, #00ACFF 100%);
        opacity: 1;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        border-radius: 50%; }
    .about-content .company-num-item .text {
      font-size: 14px;
      font-weight: 400;
      color: #333333; }
.about-content .company-list {
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 5% 0 7%;
  transition: background-image 0.3s, background-color 0.2s, transform 0.3s; }
  .about-content .company-list .company-name {
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 110px; }
  .about-content .company-list .company-des {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 80px; }
  .about-content .company-list .company-item {
    height: 248px;
    width: 248px;
    margin: auto;
    background-size: cover;
    background-position: center;
    position: relative; }
    .about-content .company-list .company-item .name {
      position: absolute;
      width: 104px;
      height: 104px;
      line-height: 104px;
      font-size: 24px;
      font-weight: 400;
      color: #FFFFFF;
      text-align: center;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2);
      transform: translate(-50%, -50%); }
    .about-content .company-list .company-item:hover .name {
      background: #0473F2; }
.about-content .env {
  padding-bottom: 8%; }
  .about-content .env .env-img-box {
    overflow: hidden;
    margin-bottom: 20px; }
  .about-content .env .env-item {
    background-size: cover;
    background-position: center;
    height: 349px;
    transition: all 0.5s; }
    .about-content .env .env-item:hover {
      transform: scale(1.1); }
  .about-content .env .env-right {
    height: 718px; }
.about-content .president {
  padding-bottom: 6%; }
  .about-content .president .president-img {
    width: 45%;
    float: left;
    margin: 0 47px 40px 0; }
  .about-content .president .president-yh {
    width: 58px;
    margin-left: -23px;
    margin-bottom: 20px; }
  .about-content .president .president-con {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px; }
.about-content .development {
  padding-bottom: 8%;
  background: url("../image/about/develop-bg.png") no-repeat top;
  background-size: cover; }
  .about-content .development .dev-swiper {
    margin: 0 90px; }
    .about-content .development .dev-swiper .swiper-slide img {
      display: block;
      width: 100%;
      transition: all 0.5s; }
    .about-content .development .dev-swiper .swiper-slide .img {
      overflow: hidden; }
    .about-content .development .dev-swiper .swiper-slide:hover img {
      transform: scale(1.1); }
    .about-content .development .dev-swiper .swiper-pagination {
      position: static;
      margin-top: 3%; }
      .about-content .development .dev-swiper .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px; }
    .about-content .development .dev-swiper .swiper-button-prev {
      left: -90px;
      top: 42%;
      height: 68px;
      width: 68px;
      background-image: url("../image/about/icon-left.png");
      background-size: 68px 68px; }
    .about-content .development .dev-swiper .swiper-button-next {
      right: -90px;
      top: 42%;
      height: 68px;
      width: 68px;
      background-image: url("../image/about/icon-right.png");
      background-size: 68px 68px; }
    .about-content .development .dev-swiper .swiper-slide {
      width: 17%; }
    .about-content .development .dev-swiper .line {
      width: 0;
      height: 84px;
      margin: 30px auto 16px;
      border: 1px solid #999999; }
    .about-content .development .dev-swiper .name {
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      color: #0473F2;
      margin-bottom: 3px; }
    .about-content .development .dev-swiper .des {
      font-size: 14px;
      font-weight: 400;
      color: #333333;
      line-height: 1.8; }
.about-content .honor {
  padding-top: 0; }
  .about-content .honor .honor-iso {
    padding-top: 63px;
    background: #F9FBFF;
    padding-bottom: 5%; }
    .about-content .honor .honor-iso .honor-img {
      width: 70%;
      margin: auto; }
      .about-content .honor .honor-iso .honor-img img {
        display: block;
        width: 100%;
        transition: all 0.5s; }
      .about-content .honor .honor-iso .honor-img:hover img {
        transform: scale(1.2); }
  .about-content .honor .honor-certificate {
    background: #fff;
    padding-bottom: 1%; }
    .about-content .honor .honor-certificate .honor-certificate-box {
      margin: 0 4%; }
    .about-content .honor .honor-certificate .honor-certificate-item {
      box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
      padding: 19px;
      margin-bottom: 32px; }
      .about-content .honor .honor-certificate .honor-certificate-item .honor-img {
        background: #F4F5F6;
        padding: 5% 15%;
        height: 185px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden; }
        .about-content .honor .honor-certificate .honor-certificate-item .honor-img img {
          max-width: 100%;
          max-height: 100%;
          transition: all 0.5s; }
        .about-content .honor .honor-certificate .honor-certificate-item .honor-img:hover img {
          transform: scale(1.2); }
      .about-content .honor .honor-certificate .honor-certificate-item .name {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
        height: 60px;
        margin-top: 20px; }
  .about-content .honor .honor-report .honor-report-time {
    padding: 10px 30px;
    margin-bottom: 32px;
    border-radius: 4px;
    opacity: 1;
    border: 2px solid #0473F2; }
    .about-content .honor .honor-report .honor-report-time:hover {
      background: #0473F2;
      color: #fff; }
    .about-content .honor .honor-report .honor-report-time .name {
      font-size: 20px;
      font-weight: 400;
      line-height: 50px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .about-content .honor .honor-report .honor-report-time .des {
      font-size: 24px;
      font-weight: 400;
      line-height: 50px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .about-content .honor .honor-patent {
    padding-bottom: 4%; }
    .about-content .honor .honor-patent .honor-img {
      text-align: center;
      margin-bottom: 56px; }
      .about-content .honor .honor-patent .honor-img img {
        max-width: 100%;
        transition: all 0.5s; }
      .about-content .honor .honor-patent .honor-img:hover img {
        transform: scale(1.2); }
.about-content .core-team {
  background: #F9F9F9; }
  .about-content .core-team .core-team-leader {
    margin-bottom: 30px; }
    .about-content .core-team .core-team-leader img {
      display: block;
      width: 230px;
      height: 230px;
      border-radius: 50%;
      margin: auto; }
    .about-content .core-team .core-team-leader .name {
      position: absolute;
      top: -120px;
      font-size: 32px;
      font-weight: 400;
      color: #333333;
      line-height: 40px;
      padding: 10px 0 40px; }
    .about-content .core-team .core-team-leader .des {
      padding: 30px 30px 30px 0;
      min-height: 100px; }
    .about-content .core-team .core-team-leader .leader-des {
      background: #fff;
      font-size: 16px;
      font-weight: 400;
      color: #333333;
      line-height: 40px;
      margin-top: -115px; }
  .about-content .core-team .core-team-list .core-team-item {
    padding: 45px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px; }
    .about-content .core-team .core-team-list .core-team-item img {
      width: 143px;
      height: 143px;
      border-radius: 50%; }
    .about-content .core-team .core-team-list .core-team-item .name {
      font-size: 24px;
      font-weight: 400;
      color: #333333;
      line-height: 40px;
      margin-top: 15px; }
    .about-content .core-team .core-team-list .core-team-item .position {
      font-size: 16px;
      font-weight: 400;
      color: #666666;
      line-height: 40px; }

.product-content .product-list {
  padding-top: 150px; }
  .product-content .product-list .product-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 72%;
    margin-bottom: 40px;
    border-radius: 18px 18px 18px 18px; }
    .product-content .product-list .product-item .content {
      position: absolute;
      left: 50%;
      top: 10%;
      width: 80%;
      text-align: center;
      transform: translateX(-50%); }
    .product-content .product-list .product-item .name {
      font-size: 32px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 51px;
      margin-bottom: 20px; }
    .product-content .product-list .product-item .des {
      font-size: 16px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 28px;
      margin-bottom: 20px; }
    .product-content .product-list .product-item .btn-more {
      background: linear-gradient(180deg, #0473F2 0%, #00ACFF 100%);
      border-radius: 19px 19px 19px 19px;
      opacity: 0;
      color: #fff;
      border: none; }
    .product-content .product-list .product-item:hover .btn-more {
      opacity: 1; }
      .product-content .product-list .product-item:hover .btn-more:hover {
        opacity: 0.8; }
.product-content .product-detail .product-detail-top img {
  width: 100%;
  border-radius: 18px 18px 18px 18px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); }
.product-content .product-detail .product-detail-top .content {
  margin-left: 5%; }
  .product-content .product-detail .product-detail-top .content .name-en {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 65px;
    margin-top: 5%; }
  .product-content .product-detail .product-detail-top .content .name {
    font-size: 48px;
    font-weight: 400;
    color: #333333;
    line-height: 65px;
    margin-bottom: 30px; }
  .product-content .product-detail .product-detail-top .content .des {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 34px; }
.product-content .product-detail .product-detail-content {
  margin-top: 60px; }
  .product-content .product-detail .product-detail-content .el-tabs__item {
    font-size: 20px;
    color: #333333;
    line-height: 28px; }
  .product-content .product-detail .product-detail-content .el-tabs__item {
    padding: 0 60px;
    height: 50px; }
  .product-content .product-detail .product-detail-content .el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2), .product-content .product-detail .product-detail-content .el-tabs--bottom .el-tabs__item.is-top:nth-child(2), .product-content .product-detail .product-detail-content .el-tabs--top .el-tabs__item.is-bottom:nth-child(2), .product-content .product-detail .product-detail-content .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 0; }
  .product-content .product-detail .product-detail-content .content {
    padding: 30px 0; }
    .product-content .product-detail .product-detail-content .content .con-tit {
      margin-bottom: 30px;
      font-size: 20px;
      font-weight: bold;
      color: #333333;
      line-height: 28px; }
    .product-content .product-detail .product-detail-content .content .des {
      font-size: 20px;
      font-weight: 400;
      color: #666666;
      line-height: 34px;
      margin-bottom: 56px; }
  .product-content .product-detail .product-detail-content .app-list .app-width {
    width: 20% !important; }
  .product-content .product-detail .product-detail-content .app-list .app-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden; }
    .product-content .product-detail .product-detail-content .app-list .app-item:hover .img {
      transform: scale(1.2); }
    .product-content .product-detail .product-detail-content .app-list .app-item .img {
      padding-top: 80%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transition: all 0.5s; }
    .product-content .product-detail .product-detail-content .app-list .app-item .name {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      text-align: center;
      font-size: 20px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 46px;
      height: 46px;
      background: rgba(0, 0, 0, 0.6); }

.partner-content .strategic {
  padding-bottom: 5%; }
  .partner-content .strategic .strategic-img img {
    width: 100%;
    border-radius: 10px; }
  .partner-content .strategic .content {
    padding: 20px 0; }
    .partner-content .strategic .content .inner-tit {
      padding-top: 0;
      padding-bottom: 2%; }
    .partner-content .strategic .content .tit {
      font-size: 24px; }
    .partner-content .strategic .content .txt {
      font-size: 16px;
      font-weight: 400;
      color: #333333;
      line-height: 30px;
      padding-bottom: 2%; }
    .partner-content .strategic .content .icon-list .icon-item {
      display: inline-block;
      text-align: center;
      padding-top: 15px;
      width: 118px;
      height: 68px;
      background: #FFFFFF;
      border-radius: 4px 4px 4px 4px;
      opacity: 1;
      margin-right: 16px; }
      .partner-content .strategic .content .icon-list .icon-item:hover {
        background: #4B96F8; }
        .partner-content .strategic .content .icon-list .icon-item:hover img {
          filter: grayscale(100%) brightness(100); }
        .partner-content .strategic .content .icon-list .icon-item:hover .name {
          color: #fff; }
    .partner-content .strategic .content .icon-list img {
      width: 24px; }
    .partner-content .strategic .content .icon-list .name {
      font-size: 10px;
      font-weight: 400;
      color: #333333;
      line-height: 30px; }
  .partner-content .strategic .strategic-right {
    margin-left: 10%;
    background: #F7F7F7;
    margin-bottom: 3%; }
    .partner-content .strategic .strategic-right .strategic-img {
      margin-right: 4%; }
    .partner-content .strategic .strategic-right .content {
      margin: 0 25% 0 3%; }
  .partner-content .strategic .strategic-left {
    margin-right: 10%;
    background: #F7F7F7; }
    .partner-content .strategic .strategic-left .strategic-img {
      margin-left: 4%; }
    .partner-content .strategic .strategic-left .content {
      margin: 0 3% 0 25%; }
.partner-content .brand .brand-list {
  margin: 0 4%; }
  .partner-content .brand .brand-list .brand-item {
    margin-bottom: 80px;
    filter: grayscale(100%); }
    .partner-content .brand .brand-list .brand-item img {
      width: 100%; }
    .partner-content .brand .brand-list .brand-item:hover {
      filter: grayscale(0); }

.news-content .news {
  background: url("../image/about/main-bg.png") no-repeat top; }
.news-content .news-list .news-img {
  padding-top: 72%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.news-content .news-list .news-item {
  background: #FBFBFB;
  display: block;
  margin-bottom: 40px;
  cursor: pointer; }
  .news-content .news-list .news-item:hover {
    background: #E5F1FE; }
    .news-content .news-list .news-item:hover .tit {
      color: #0473F2; }
    .news-content .news-list .news-item:hover .content .more {
      color: #0473F2; }
      .news-content .news-list .news-item:hover .content .more img {
        filter: grayscale(0); }
.news-content .news-list .content {
  padding: 10px 6%; }
  .news-content .news-list .content .tit {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    margin-bottom: 10px; }
  .news-content .news-list .content .des {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-bottom: 10px; }
  .news-content .news-list .content .more {
    color: #999; }
    .news-content .news-list .content .more img {
      filter: grayscale(100%); }
.news-content .news-list .year {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 10px; }
.news-content .news-list .date {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 1; }
.news-content .page-wrapper {
  padding: 60px 0 90px; }
.news-content .corporate .corporate-top .swiper-slide:hover img {
  transform: scale(1.2); }
.news-content .corporate .corporate-top img {
  width: 100%;
  transition: transform 0.5s; }
.news-content .corporate .corporate-top .swiper-pagination {
  bottom: 20px;
  text-align: center;
  width: 100%; }
.news-content .corporate .corporate-top .swiper-pagination-bullet {
  margin: 0 10px;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1; }
.news-content .corporate .corporate-top .swiper-pagination-bullet-active {
  background: #0473F2; }
.news-content .corporate .corporate-top .content {
  background: #F7F7F7;
  position: relative;
  top: 10%;
  height: 80%;
  padding: 10px 15% 10px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .news-content .corporate .corporate-top .content:hover .name {
    color: #0473F2; }
  .news-content .corporate .corporate-top .content .day {
    font-size: 30px;
    font-weight: 400;
    color: #0473F2;
    line-height: 32px; }
  .news-content .corporate .corporate-top .content .date {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px; }
  .news-content .corporate .corporate-top .content .name {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin: 15px 0; }
  .news-content .corporate .corporate-top .content .des {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 10px; }
  .news-content .corporate .corporate-top .content .btn-more {
    font-size: 14px;
    padding: 0;
    width: 90px;
    height: 29px;
    line-height: 29px;
    background: #0473F2;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    border: none; }
.news-content .corporate .corporate-list {
  padding-top: 4%; }
  .news-content .corporate .corporate-list .corporate-item {
    display: block;
    padding: 15px;
    border-bottom: 2px solid #E6E6E6;
    cursor: pointer; }
    .news-content .corporate .corporate-list .corporate-item:hover {
      background: #0473F2; }
      .news-content .corporate .corporate-list .corporate-item:hover .year {
        color: #fff; }
      .news-content .corporate .corporate-list .corporate-item:hover .date {
        color: #fff; }
      .news-content .corporate .corporate-list .corporate-item:hover .content .tit {
        color: #fff; }
      .news-content .corporate .corporate-list .corporate-item:hover .content .des {
        color: #fff; }
      .news-content .corporate .corporate-list .corporate-item:hover img {
        filter: grayscale(100%) brightness(100); }
    .news-content .corporate .corporate-list .corporate-item .year {
      font-size: 24px;
      font-weight: 400;
      color: #333333;
      line-height: 36px;
      text-align: center; }
    .news-content .corporate .corporate-list .corporate-item .date {
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      text-align: center; }
    .news-content .corporate .corporate-list .corporate-item .content {
      padding: 10px 6%; }
      .news-content .corporate .corporate-list .corporate-item .content .tit {
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        line-height: 34px;
        margin-bottom: 5px; }
      .news-content .corporate .corporate-list .corporate-item .content .des {
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
.news-content .culture {
  background-image: url("../image/news/cultrue-bg2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 6%; }
  .news-content .culture .culture-box {
    width: 690px;
    margin: auto;
    position: relative; }
    .news-content .culture .culture-box img {
      width: 100%;
      display: block; }
    .news-content .culture .culture-box .content {
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .news-content .culture .culture-box .content .tit {
        position: relative;
        display: inline-block;
        font-size: 40px;
        font-weight: 400;
        color: #333333;
        line-height: 1;
        margin-bottom: 25px; }
        .news-content .culture .culture-box .content .tit span {
          position: relative;
          z-index: 9; }
        .news-content .culture .culture-box .content .tit:before {
          position: absolute;
          content: '';
          width: 19px;
          height: 19px;
          border-radius: 50%;
          background: linear-gradient(180deg, #0473F2 0%, #00ACFF 100%);
          opacity: 1;
          right: -4px;
          top: -4px;
          z-index: 0; }
      .news-content .culture .culture-box .content .des {
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        line-height: 26px; }
    .news-content .culture .culture-box .culture-point {
      position: absolute;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: linear-gradient(180deg, #0473F2 0%, #00ACFF 100%);
      opacity: 1; }
      .news-content .culture .culture-box .culture-point:hover .point-content {
        padding: 20px 20px 50px;
        background: linear-gradient(180deg, #0473F2 0%, #00ACFF 100%);
        box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.16);
        border-radius: 8px; }
        .news-content .culture .culture-box .culture-point:hover .point-content:before {
          content: '';
          position: absolute;
          right: -28px;
          width: 0;
          height: 0;
          border: 15px solid;
          border-color: transparent transparent transparent #0473F2; }
        .news-content .culture .culture-box .culture-point:hover .point-content .img {
          display: block; }
        .news-content .culture .culture-box .culture-point:hover .point-content .name {
          color: #fff;
          margin-bottom: 10px; }
        .news-content .culture .culture-box .culture-point:hover .point-content .des {
          color: #fff; }
      .news-content .culture .culture-box .culture-point .point-content {
        position: absolute;
        width: 260px; }
        .news-content .culture .culture-box .culture-point .point-content .img {
          display: none;
          margin-bottom: 10px; }
        .news-content .culture .culture-box .culture-point .point-content .name {
          font-size: 20px;
          font-weight: 400;
          color: #333333;
          line-height: 1.8; }
        .news-content .culture .culture-box .culture-point .point-content .des {
          font-size: 16px;
          font-weight: 400;
          color: #666666;
          line-height: 26px; }
      .news-content .culture .culture-box .culture-point.point1 {
        left: 17%;
        top: 12%; }
        .news-content .culture .culture-box .culture-point.point1 .point-content {
          text-align: right;
          right: 60px;
          top: -25px; }
      .news-content .culture .culture-box .culture-point.point2 {
        left: 82%;
        top: 14%; }
        .news-content .culture .culture-box .culture-point.point2 .point-content {
          left: 80px;
          top: -30px; }
        .news-content .culture .culture-box .culture-point.point2:hover .point-content:before {
          right: auto;
          left: -28px;
          border-color: transparent #0473F2 transparent transparent; }
      .news-content .culture .culture-box .culture-point.point3 {
        left: 16%;
        top: 84%; }
        .news-content .culture .culture-box .culture-point.point3 .point-content {
          text-align: right;
          right: 60px;
          top: -10px; }
        .news-content .culture .culture-box .culture-point.point3:hover .point-content {
          top: -25px; }
        .news-content .culture .culture-box .culture-point.point3:hover .point-content:before {
          border-color: transparent transparent transparent #0473F2; }
      .news-content .culture .culture-box .culture-point.point4 {
        left: 80%;
        top: 85%; }
        .news-content .culture .culture-box .culture-point.point4 .point-content {
          left: 40px;
          top: -10px; }
        .news-content .culture .culture-box .culture-point.point4:hover .point-content {
          top: -20px; }
        .news-content .culture .culture-box .culture-point.point4:hover .point-content:before {
          right: auto;
          left: -28px;
          border-color: transparent #0473F2 transparent transparent; }

.industry-content .industry-des {
  padding-bottom: 5%; }
  .industry-content .industry-des .content {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px; }
  .industry-content .industry-des img {
    width: 100%; }
.industry-content .industry-characteristic {
  background: url(../image/industry/bg1.png) no-repeat center;
  background-size: cover;
  padding: 3% 0 6%; }
  .industry-content .industry-characteristic .characteristic-tit {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 5%; }
  .industry-content .industry-characteristic .characteristic-item:hover img {
    animation: swing 1.5s 0.2s infinite linear; }
  .industry-content .industry-characteristic .characteristic {
    text-align: center; }
    .industry-content .industry-characteristic .characteristic img {
      margin-bottom: 25px; }
    .industry-content .industry-characteristic .characteristic .name {
      font-size: 18px;
      font-weight: 400;
      color: #333333;
      line-height: 28px; }
    .industry-content .industry-characteristic .characteristic .des {
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      line-height: 28px; }
.industry-content .industry-apply {
  padding: 3% 0 6%;
  background: url(../image/industry/bg2.png) no-repeat center;
  background-size: cover; }
  .industry-content .industry-apply .characteristic-tit {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 5%; }
  .industry-content .industry-apply .apply-tab {
    text-align: center;
    margin: 0 12%; }
    .industry-content .industry-apply .apply-tab .apply-tab-item {
      cursor: pointer;
      display: inline-block; }
      .industry-content .industry-apply .apply-tab .apply-tab-item .img {
        padding: 48px 82px;
        font-size: 0;
        background: #F5F5F5; }
        .industry-content .industry-apply .apply-tab .apply-tab-item .img img {
          width: 44px;
          height: 44px; }
      .industry-content .industry-apply .apply-tab .apply-tab-item .name {
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 3px;
        display: inline-block;
        color: #333333;
        line-height: 1;
        margin-top: 19px;
        border-bottom: 2px solid transparent; }
      .industry-content .industry-apply .apply-tab .apply-tab-item.active .img {
        background: linear-gradient(180deg, #0473F2 0%, #00ACFF 100%); }
        .industry-content .industry-apply .apply-tab .apply-tab-item.active .img img {
          filter: grayscale(100%) brightness(100); }
      .industry-content .industry-apply .apply-tab .apply-tab-item.active .name {
        border-bottom: 2px solid #0473F2; }
  .industry-content .industry-apply .apply-tab-panel {
    padding: 4% 0 5%; }
    .industry-content .industry-apply .apply-tab-panel .apply-tab-panel-item {
      position: relative; }
    .industry-content .industry-apply .apply-tab-panel .left {
      position: absolute;
      left: 0;
      top: 10%;
      bottom: 10%;
      width: 770px;
      background: #fff;
      padding: 5% 5% 0;
      z-index: 9;
      box-sizing: border-box; }
      .industry-content .industry-apply .apply-tab-panel .left .name {
        font-size: 24px;
        font-weight: 400;
        color: #333333;
        line-height: 26px;
        margin-bottom: 10px; }
      .industry-content .industry-apply .apply-tab-panel .left .name-en {
        position: relative;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        line-height: 26px;
        margin-bottom: 35px; }
        .industry-content .industry-apply .apply-tab-panel .left .name-en:before {
          content: '';
          position: absolute;
          bottom: -5px;
          left: 0;
          width: 48px;
          height: 0;
          opacity: 1;
          border: 2px solid #0473F2; }
      .industry-content .industry-apply .apply-tab-panel .left .des {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        line-height: 36px; }
    .industry-content .industry-apply .apply-tab-panel img {
      width: 100%; }
.industry-content .association .news-list .news-img {
  padding-top: 72%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.industry-content .association .news-list .news-item {
  background: #FBFBFB;
  display: block;
  margin-bottom: 40px;
  cursor: pointer; }
  .industry-content .association .news-list .news-item:hover {
    background: #E5F1FE; }
    .industry-content .association .news-list .news-item:hover .tit {
      color: #0473F2; }
    .industry-content .association .news-list .news-item:hover .content .more {
      color: #0473F2; }
      .industry-content .association .news-list .news-item:hover .content .more img {
        filter: grayscale(0); }
.industry-content .association .news-list .content {
  padding: 10px 6%; }
  .industry-content .association .news-list .content .tit {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    margin-bottom: 10px; }
  .industry-content .association .news-list .content .des {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-bottom: 10px; }
  .industry-content .association .news-list .content .more {
    color: #999; }
    .industry-content .association .news-list .content .more img {
      filter: grayscale(100%); }
.industry-content .association .news-list .year {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 10px; }
.industry-content .association .news-list .date {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 1; }
.industry-content .association .page-wrapper {
  padding: 60px 0 90px; }
.industry-content .association .association-detail {
  padding-bottom: 6%;
  margin: 0 8%; }
  .industry-content .association .association-detail .title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 4%; }
  .industry-content .association .association-detail .content {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-indent: 2em; }
    .industry-content .association .association-detail .content img {
      display: block;
      margin: 30px auto; }

.contact-content .contact {
  padding-bottom: 5%; }
  .contact-content .contact .BMap_cpyCtrl {
    display: none; }
.contact-content .contact-map .map-tab span {
  display: inline-block;
  width: 300px;
  height: 64px;
  background: #E5F1FE;
  font-size: 20px;
  font-weight: 400;
  line-height: 64px;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
  text-align: center;
  margin-right: 15px; }
  .contact-content .contact-map .map-tab span.active {
    background: #0473F2;
    color: #fff;
    font-weight: bold; }
.contact-content .contact-map .map-box {
  position: relative; }
.contact-content .contact-map .map {
  height: 700px; }
.contact-content .contact-map .map-des {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35%;
  background: rgba(31, 135, 255, 0.8);
  opacity: 0.8;
  padding: 3%;
  box-sizing: border-box; }
  .contact-content .contact-map .map-des .name {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 50px; }
  .contact-content .contact-map .map-des .des-item {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 40px; }
    .contact-content .contact-map .map-des .des-item img {
      vertical-align: middle;
      margin-right: 10px;
      margin-top: -5px; }
    .contact-content .contact-map .map-des .des-item span {
      display: inline-block;
      white-space: nowrap;
      vertical-align: top;
      text-align: center; }
      .contact-content .contact-map .map-des .des-item span p {
        margin-top: 5px; }
.contact-content .recruit {
  background: #F9FBFF; }
  .contact-content .recruit .recruit-cate {
    background: #fff;
    padding: 30px;
    font-size: 19px;
    line-height: 40px; }
    .contact-content .recruit .recruit-cate .btn-cate {
      display: inline-block;
      min-width: 100px;
      height: 40px;
      font-size: 15px;
      text-align: center;
      color: #333;
      line-height: 40px;
      cursor: pointer;
      margin-right: 50px;
      margin-bottom: 20px; }
      .contact-content .recruit .recruit-cate .btn-cate.active, .contact-content .recruit .recruit-cate .btn-cate:hover {
        background: #0473F2;
        color: #fff; }
  .contact-content .recruit .post-list {
    background: #fff;
    padding: 20px 0; }
    .contact-content .recruit .post-list .post-cate {
      padding: 0 100px;
      margin-bottom: 40px;
      font-size: 20px;
      font-weight: bold;
      color: #333333;
      line-height: 76px;
      border-bottom: 1px solid #F0F0F0; }
    .contact-content .recruit .post-list img {
      vertical-align: middle;
      margin-top: -5px;
      margin-right: 10px; }
    .contact-content .recruit .post-list .post-item {
      padding: 0 100px;
      margin-bottom: 40px; }
      .contact-content .recruit .post-list .post-item .el-collapse {
        border: none; }
      .contact-content .recruit .post-list .post-item .el-collapse-item__header {
        background: #F9F9F9;
        padding-left: 40px;
        padding-right: 30px;
        height: 74px;
        font-size: 20px;
        border: none; }
        .contact-content .recruit .post-list .post-item .el-collapse-item__header:hover, .contact-content .recruit .post-list .post-item .el-collapse-item__header.is-active {
          color: #0473F2; }
        .contact-content .recruit .post-list .post-item .el-collapse-item__header .el-collapse-item__arrow {
          font-size: 0;
          width: 30px;
          height: 6px;
          background: linear-gradient(180deg, #2162FC 0%, #467CFE 100%);
          border-radius: 0px 0px 0px 0px;
          opacity: 1; }
      .contact-content .recruit .post-list .post-item .post-des {
        padding: 40px; }
        .contact-content .recruit .post-list .post-item .post-des .tit {
          font-size: 18px;
          font-weight: 400;
          color: #333333;
          line-height: 26px;
          margin-bottom: 10px; }
        .contact-content .recruit .post-list .post-item .post-des p {
          font-size: 16px;
          font-weight: 400;
          color: #666666;
          line-height: 30px; }
        .contact-content .recruit .post-list .post-item .post-des .btn-send {
          display: inline-block;
          width: 101px;
          height: 41px;
          text-align: center;
          background: #0473F2;
          line-height: 41px;
          color: #fff; }
          .contact-content .recruit .post-list .post-item .post-des .btn-send:hover {
            opacity: 0.8; }
.contact-content .business {
  padding-bottom: 6%; }
  .contact-content .business .business-form {
    background: #F9F9F9;
    margin: 0 5%;
    padding: 5% 6%; }
    .contact-content .business .business-form .label {
      font-size: 16px;
      font-weight: 400;
      color: #666;
      line-height: 22px;
      margin-bottom: 5px;
      text-align: left; }
    .contact-content .business .business-form .btn-sub {
      width: 168px;
      height: 48px;
      line-height: 48px;
      border: none;
      color: #fff;
      font-size: 16px;
      background: #0473F2;
      margin-top: 30px; }
  .contact-content .business p {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-top: 20px; }
    .contact-content .business p span {
      font-size: 36px; }

@media (max-width: 1880px) {
  .calculate-content .calculate-right .calculate-item .calculate-list .item .item-right span {
    font-size: 16px;
    min-width: 65px; }

  .calculate-content .calculate-right .calculate-item .calculate-list .item .item-left {
    font-size: 16px; } }
@media (max-width: 1880px) {
  .calculate-content .calculate-right .calculate-item .calculate-list .item .item-right span {
    font-size: 16px;
    min-width: 65px; }

  .calculate-content .calculate-right .calculate-item .calculate-list .item .item-left {
    font-size: 16px;
    width: 135px; } }
@media (max-width: 1660px) {
  .calculate-content .calculate-right .calculate-item .calculate-list .item .item-right span {
    font-size: 15px;
    min-width: 55px; }

  .calculate-content .calculate-right .calculate-item .calculate-list .item .item-left {
    font-size: 15px;
    width: 135px; }

  .person-content .person-info-assets-item {
    padding-left: 3%; }

  .person-content .person-info-assets-item .icon {
    height: 40px;
    width: 40px;
    line-height: 40px; }

  .person-content .person-info-assets-item .icon .iconfont {
    font-size: 26px; }

  .person-content .person-info-assets-item .assets-info .assets-num {
    font-size: 20px; }

  .person-content .person-info-top .person-des {
    margin-left: 140px; }

  .person-content .person-info-top .person-photo {
    width: 125px; }

  .person-content .person-info-top .person-photo img {
    height: 125px;
    width: 125px; }

  .person-content .person-info-top .person-des-item .btn {
    margin-bottom: 10px; }

  .person-content .manager-info .person-info-top {
    margin-right: 140px; }

  .person-content .manager-info .manager-wechat {
    width: 130px;
    box-sizing: border-box; } }
@media (max-width: 1550px) {
  .calculate-content .calculate-right .calculate-item .calculate-list .item .item-right span {
    font-size: 14px;
    min-width: 45px; }

  .calculate-content .calculate-right .calculate-item .calculate-list .item .item-left {
    font-size: 14px;
    width: 120px; } }

/*# sourceMappingURL=style.css.map */
.article{
  text-indent: 2em;
  font-size: 16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 36px;
}
#app .development{
  box-sizing: border-box;
  min-height: 876px;
  background-image: url('../images/development-bg.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#app .index-about{
  box-sizing: border-box;
  background-image: url('../images/index-about-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.industry-content .industry-apply .apply-tab-panel .right{
    position: absolute;
    right: 0;
    top: 10%;
    bottom: 10%;
    width: 770px;
    background: #fff;
    padding: 5% 5% 0;
    z-index: 9;
    box-sizing: border-box;
}
.industry-content .industry-apply .apply-tab-panel .right .name{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-bottom: 10px;
}
.industry-content .industry-apply .apply-tab-panel .right .name-en {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin-bottom: 35px;
}
.industry-content .industry-apply .apply-tab-panel .right .name-en:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 48px;
    height: 0;
    opacity: 1;
    border: 2px solid #0473F2;
}
.industry-content .industry-apply .apply-tab-panel .right .des {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}
#app .industry-content .industry-apply{
  background: url(../image/industry/bg2.png);
  background-size: unset;
}