/* é‡ç½®æ ·å¼å¼€å§‹ */

/*é¦–é¡µä¸éœ€è¦*/
.module-cloud-application,
.module.module-network-security {
  margin-top: 0;
}

/* å¼€å‘è€…ä¸­å¿ƒæ¨¡å— - è¦†ç›–èƒŒæ™¯ */
.module.module-developer {
  background: #fff;
}

/* å¼€å‘è€…ä¸­å¿ƒï¼š6åˆ— -> 7åˆ— */
.module.module-developer .card-list .card-item {
  width: calc(25% + 1px);
}

@media (max-width: 768px) {
  .card {
    text-align: inherit;
  }

  .card-item .card a:nth-child(1) {
    display: inline-block;
    float: left;
  }

  .card-item .card a:nth-child(n + 2) p {
    display: inline-block;
    width: 3.4rem;
    margin-left: 0.53rem;
    margin-bottom: 0.18rem;
  }

  .card-item .card a:nth-child(2) p {
    margin-top: 0.5rem;
  }

  .module.module-developer .card-list .card-item {
    width: 100%;
    height: 2.8rem;
  }

  .card .card-img-content {
    margin: 0;
    margin-left: 0.73rem;
    margin-right: 0.73rem;
    margin-bottom: 0.33rem;
  }

  .module.module-developer .card-list .card-img-content {
    margin-top: 0.5rem;
    width: 0.83rem;
    height: 0.91rem;
  }

  .module-developer .card-list .card-item .card-title {
    font-size: 0.24rem;
    line-height: 0.26rem;
    color: #222222;
    display: inline-block;
    width: 2.29rem;
    text-align: center;
  }

  .module-developer .card-list .card-title-bar {
    display: none;
  }
}

/* é¦–é¡µåŽ‹ç¼©é«˜åº¦ */
.module.module-network-security .module-content {
  padding-bottom: 0;
}

.module.module-network-security .module-section-right {
  bottom: -20px;
}

.module-title {
  margin-bottom: 32px;
}

.card .card-img-content.card-img-content-sm {
  width: 60px;
  height: 60px;
}

.solution-img {
  width: 60px;
  height: 60px;
}

/* é‡ç½®æ ·å¼ç»“æŸ */

/* æŒ‰é’®ï¼šç«‹å³æ³¨å†Œ */
.module-title .module-title-button {
  display: inline-block;
  padding: 8px 28px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s;
}

.module-title .module-title-button:hover {
  background: #fff;
  color: #1875f0;
}

/*å¤´éƒ¨banner*/
.banner {
  background: none;
}

.banner .swiper-container {
  height: 100%;
}

.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

.slide_banner {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.slide_banner > a {
  display: block;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.slide_banner > a > img {
  width: auto;
  max-width: none;
  height: 100%;
  margin: 0 auto;
  vertical-align: middle;
  margin-left: 50%;
  transform: translateX(-50%);
}

.slide_banner > a > img:nth-child(1) {
  display: block;
}

.slide_banner > a > img:nth-child(2) {
  display: none;
}

.banner .swiper-container .banner-img {
  position: relative;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #364157;
  background-size: cover;
  overflow: hidden;
}

.banner .swiper-container .banner-img > img {
  vertical-align: middle;
  height: 100%;
}

.banner .swiper-pagination {
  text-align: center;
}

/*é»˜è®¤éšè—ï¼Œæ‚¬æµ®æ˜¾ç¤º*/
.banner .swiper-button-prev,
.banner .swiper-button-next {
  display: none;
  position: absolute;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  background-size: 80px;
}

.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
  display: block;
}

.banner .swiper-button-prev {
  left: 60px;
  background-image: url('../images/index/banner_prev.png');
}

.banner .swiper-button-next {
  right: 60px;
  background-image: url('../images/index/banner_next.png');
}

.banner .swiper-button-prev:hover {
  background-image: url('../images/index/banner_prev_active.png');
}

.banner .swiper-button-next:hover {
  background-image: url('../images/index/banner_next_active.png');
}

.banner .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.banner .swiper-pagination-bullet:after {
  width: 30px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
}

.banner .swiper-pagination-bullet:hover:after {
  background-color: rgba(255, 255, 255, 1);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .slide_banner {
    height: 290px;
  }

  .slide_banner > a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .slide_banner > a > img:nth-child(1) {
    display: none;
  }

  .slide_banner > a > img:nth-child(2) {
    display: block;
    width: 100%;
  }

  /*ç§»åŠ¨ç«¯éšè—å‰è¿›åŽé€€æŒ‰é’®*/
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none !important;
  }
}

/* æ°´å¹³tabåˆ‡æ¢å¼€å§‹ */
.wrapper-horizontal-header {
  border-bottom: 1px solid #efefef;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
}

.wrapper-horizontal-header .wrapper-horizontal-tab-list {
  list-style: none;
  display: block;
  margin-bottom: -1px;
}

.wrapper-horizontal-header .wrapper-horizontal-tab-item {
  float: left;
  width: 200px;
  margin-left: 100px;
  padding-bottom: 24px;
  border-bottom: 3px solid transparent;
  color: #666;
  text-align: center;
  cursor: pointer;
}

.wrapper-horizontal-header .wrapper-horizontal-tab-item:hover {
  font-weight: bold;
}

.wrapper-horizontal-header .wrapper-horizontal-tab-item:first-child {
  margin-left: 50px;
}

.wrapper-horizontal-header .wrapper-horizontal-tab-item.active {
  border-color: #1875f0;
  color: #222;
}

.wrapper-horizontal-content {
  width: 100%;
  padding: 24px 0 1px;
}

@media (max-width: 768px) {
  .wrapper-horizontal-header .wrapper-horizontal-tab-item {
    width: auto;
    margin: 0;
    padding-bottom: 8px;
  }

  .wrapper-horizontal-content {
    padding: 20px 0;
  }

  .wrapper-horizontal-header .wrapper-horizontal-tab-item:first-child {
    margin-left: 0;
  }
}

/* æ°´å¹³tabåˆ‡æ¢ç»“æŸ */

.main-content {
  width: 100%;
}

.module {
  width: 80%;
  margin: 0 auto;
}

.module-content {
  overflow: visible;
}

@media (max-width: 768px) {
  .module {
    padding: 30px 15px;
  }

  .module-content {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}

/* äº‘å¸ã€åº”ç”¨åˆ—è¡¨æ¨¡å—å¼€å§‹ */
.module-application {
  border-bottom: 1px solid #efefef;
}

.module.module-application {
  padding: 16px 0;
}

.module.module-application ul {
  list-style: none;
  float: left;
  margin-left: -20px;
  width: 1024px;
}

.module.module-application ul li {
  list-style: none;
  float: left;
  width: 25%;
  /* padding: 0 10px; */
  padding: 8px 16px;
  margin-bottom: 8px;
  text-align: center;
  /*transition: transform .2s;*/
}
.module.module-application ul li.yqrtLi {
  border: 1px solid #1875f0;
  background-image: url('../images/index/yqrtNew-pc.png');
  background-repeat: no-repeat;
  background-position: right top;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  width: 24%;
  background-size: 10%;
}

/*.module.module-application ul li:hover {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}*/

.module.module-application ul li .img-content,
.module.module-application ul li .text-content {
  transition: transform 0.2s;
}
.module.module-application ul li:hover .img-content,
.module.module-application ul li:hover .text-content {
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}

/*.module.module-application ul li:nth-last-child(5):nth-child(4n+4) ~ li,*/
/*.module.module-application ul li:nth-last-child(4):nth-child(4n+4) ~ li,*/
/*.module.module-application ul li:nth-last-child(3):nth-child(4n+4) ~ li,*/
/*.module.module-application ul li:nth-last-child(2):nth-child(4n+4) ~ li {*/
/*margin-bottom: 0;*/
/*}*/

.module.module-application ul li:hover span {
  color: #1875f0;
}

.module.module-application ul li .img-content {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  line-height: 56px;
  /*background-image: url("../images/index/home_spirit.png");*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.module.module-application ul li .img-content.img_yqrtpt {
  background-image: url('../images/index/indexYqrt-pc.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.img_qydn {
  background-image: url('../images/index/application/icon-qydn.png');
}
.img_qyjsc {
  background-image: url('../images/index/application/icon-qyjsc.png');
}
.img_ydywgzs {
  background-image: url('../images/index/application/icon-ydyw.png');
}
.img_ydyygzs {
  background-image: url('../images/index/application/icon-ydyy.png');
}
.img_qysyfwz {
  background-image: url('../images/index/application/icon-qysy.png');
}
.img_zxqyfwz {
  background-image: url('../images/index/application/icon-zxqy.png');
}
.img_sjtjrj {
  background-image: url('../images/index/application/icon-sjtj.png');
}
.module.module-application .text-content {
  float: left;
  max-width: calc(100% - 56px);
  padding-left: 8px;
  text-align: left;
}

.module.module-application .text-content .text-title {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  margin-bottom: 3px;
  font-weight: 800;
}
.module.module-application .yqrtLi .text-content .text-title {
  margin-top: 6px;
}

.module.module-product .module-title {
  margin-bottom: 0 !important;
}

.module-application {
  border-bottom: none;
  padding-bottom: 0 !important;
}

.module.module-cloud-manufacture .module-title-desc {
  /*margin: 21px -70px 8px;*/
}

/*ä¿®æ”¹åŽŸæ ·å¼*/

/*æ–°å¹´ä¸»é¢˜æ ·å¼ç»“æŸ*/
.module.module-application .text-content .text-detail {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  max-height: 36px;
  overflow: hidden;
}

.module.module-application .text-content .feature-points {
  height: 18px;
  line-height: 18px;
  font-size: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module.module-application .text-content .feature-points a.point {
  font-size: 12px;
  color: #1875f0;
  padding-right: 3px;
  margin-right: 3px;
  position: relative;
}
.module.module-application .text-content .feature-points a.point::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  width: 0;
  height: 10px;
  transform: translate(0, -50%);
  border-right: 1px solid #1875f0;
}
.module.module-application
  .text-content
  .feature-points
  a.point:last-child::after {
  display: none;
}

.cloud-coin {
  position: relative;
  float: right;
  width: 176px;
  margin-bottom: 8px;
  padding: 8px 0 24px;
  border-left: 1px solid #efefef;
  background: url('../images/index/bg_cloud_coin.png') center center no-repeat;
  text-align: center;
}

.cloud-coin-title {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #222;
}

.cloud-coin-number {
  margin-bottom: 16px;
  font-family: alternate;
  font-size: 32px;
  line-height: 48px;
}

.cloud-coin-number a {
  color: #1875f0;
}

.cloud-coin-number i {
  font-style: normal;
}

.cloud-coin-button {
  display: inline-block;
  padding: 0 27px;
  border: 1px solid #1875f0;
  border-radius: 16px;
  font-size: 14px;
  line-height: 30px;
  color: #1875f0;
}

a.cloud-coin-button:hover {
  background: #1875f0;
  color: #fff;
  opacity: 0.9;
}

a.cloud-coin-button {
  color: #1875f0;
}

.cloud-coin-button:hover {
  color: #1569d8;
  border-color: #1569d8;
}

.cloud-coin-icon {
  position: relative;
}

.cloud-coin-icon > img {
  display: none;
  position: absolute;
  top: 0;
  left: calc((175px - 150px) / 2);
  animation: coinIcon 600ms ease-in-out infinite;
}

@keyframes coinIcon {
  0% {
    top: 0;
  }
  25% {
    top: -2px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 0;
  }
}

.cloud-coin-icon > img:nth-child(1) {
  display: block;
}
@media (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .module.module-application ul {
    width: 100%;
    margin: 0;
  }

  .module.module-application ul li {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
    height: 150px;
  }
  .module.module-application ul li.title-xtjgyyy {
    background: url('../images/index/application/icon-btbj.png') no-repeat 10px
      24px;
    background-size: 70% auto;
  }
  .module.module-application ul li.title-xtjgyyy .text-content .text-title {
    text-align: left;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .module.module-application ul li.title-xtjgyyy .text-content .text-detail {
    color: #222;
    text-align: left;
  }

  .module.module-application ul li.yqrtLi {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    padding: 4px;
  }
  .module.module-application ul li.yqrtLi > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .module.module-application ul li.yqrtLi .img-content {
    margin: 0;
  }

  .module.module-application ul li.yqrtLi .text-content {
    margin: 0;
    height: auto;
    width: auto;
  }
  .module.module-application li.yqrtLi .text-content .text-title {
    height: auto;
    margin: 0;
    white-space: nowrap;
    margin-left: 3%;
    text-align: left;
  }

  .module.module-application {
    padding: 18px 15px 0;
    border: none;
  }

  .module.module-application .text-content {
    float: none;
    /*width: 100%;*/
    max-width: unset;
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }

  .module.module-application ul li .img-content {
    float: none;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }
  .module.module-application ul li.title-xtjgyyy .text-content {
    padding-left: 10px;
  }
  .cloud-coin {
    width: 100%;
    margin: 30px 0;
    padding: 22px 40px;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
    border-left: none;
    background: url('../images/index/bg_cloud_coin-m.png') center right
      no-repeat;
    background-size: auto 100%;
    position: relative;
  }

  .cloud-coin-button {
    position: absolute;
    top: 35px;
    right: 40px;
  }

  .cloud-coin-number {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 27px;
  }

  .cloud-coin-icon {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
  }

  .cloud-coin-icon > img {
    display: none;
    width: 145px;
    top: auto;
    bottom: -16px;
    left: auto;
    right: 18px;
  }

  .cloud-coin-icon > img:nth-child(1) {
    display: none;
  }

  .cloud-coin-icon > img:nth-child(2) {
    display: block;
  }

  @keyframes coinIcon {
    0% {
      top: auto;
      bottom: -16px;
    }
    25% {
      top: auto;
      bottom: -18px;
    }
    50% {
      top: auto;
      bottom: -16px;
    }
    75% {
      top: auto;
      bottom: -14px;
    }
    100% {
      top: auto;
      bottom: -16px;
    }
  }
}

/* äº‘å¸ã€åº”ç”¨åˆ—è¡¨æ¨¡å—ç»“æŸ */
/* æ±‚è´­å’Œéœ€æ±‚ã€äº§å“å’Œé…å¥—æ¨¡å—å¼€å§‹ */
.module.module-product .product-buy-list {
  text-align: left;
}

.module.module-product .product-buy-list .product-item {
  float: left;
  width: 568px;
}

.module.module-product .product-buy-list .product-item:nth-child(2n + 2) {
  margin-left: 64px;
}

@media (max-width: 768px) {
  .module.module-product .product-buy-list .product-item {
    width: 100%;
  }

  .module.module-product .product-buy-list .product-item:nth-child(2n + 2) {
    margin-left: 0;
  }
}

/* æ±‚è´­å’Œéœ€æ±‚ã€äº§å“å’Œé…å¥—ï¼šå¤´éƒ¨ */
.module.module-product .product-buy-list .product-item-header {
  margin-bottom: 16px;
}

/* æ±‚è´­å’Œéœ€æ±‚ã€äº§å“å’Œé…å¥—ï¼štabå¯¼èˆª */
.module.module-product .product-item .product-item-nav {
  border-bottom: 1px solid #efefef;
}

.module.module-product .product-item .product-item-nav ul {
  margin-bottom: -1px;
}

.module.module-product .product-item .product-item-nav li {
  float: left;
  margin-left: 48px;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  line-height: 21px;
}

.module.module-product .product-item .product-item-nav li a {
  color: #222;
}

.module.module-product .product-item .product-item-nav li.active {
  border-color: #1875f0;
}

.module.module-product .product-item .product-item-nav li.active a {
  color: #1875f0;
}

.module.module-product .product-item .product-item-nav li:first-child {
  margin-left: 16px;
}

.product-item-content {
  width: 100%;
  height: 196px;
  /* æ˜¾ç¤º5è¡Œ */
  overflow: hidden;
}

.product-item-content table {
  width: 100%;
  overflow: hidden;
}

.product-item-content table > tbody > tr {
  border-bottom: 1px solid #efefef;
}

.product-item-content table > tbody > tr > td {
  padding: 9px 0;
  font-size: 14px;
  line-height: 21px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item-content table > tbody > tr > td:first-child {
  font-size: 0;
}

.product-item-content table > tbody > tr > td:nth-child(1) {
  width: 360px;
}

.product-item-content .product-req-name {
  display: -webkit-box;
  width: 100%;
  max-width: calc(100% - 50px);
  padding: 0;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 21px;
  color: #222;
  vertical-align: middle;
  text-align: left;
}

.product-item-content .product-req-name:hover {
  color: #1875f0;
}

.product-item-content .product-req-name.newYouzhi {
  font-size: 0;
}
.product-item-content .product-req-name.newYouzhi span {
  display: inline-block;
  max-width: 255px;
  font-size: 14px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-item-content .icon-product {
  margin-left: 4px;
  width: 21px;
  height: 21px;
  vertical-align: top;
}

.product-item-content table > tbody > tr > td:nth-child(2) {
  width: 120px;
  max-width: 120px;
}

.product-item-content table > tbody > tr > td:nth-child(2) span {
  margin: 0 5px;
}

.product-item-content table > tbody > tr > td:nth-child(3) {
  width: 88px;
  text-align: right;
}

.product-item-content table > tbody > tr > td:nth-child(3) a {
  color: #1875f0;
}

.product-item-content table > tbody > tr > td:nth-child(3) a:hover {
  font-weight: bold;
}

.product-item-content table > tbody > tr:nth-child(10) {
  border-color: transparent;
}

@media (max-width: 768px) {
  .module.module-product .product-item .product-item-nav li {
    font-size: 13px;
    padding-bottom: 3px;
    margin-left: 8px;
  }

  .product-item-content table > tbody > tr > td {
    font-size: 13px;
  }

  .product-item-content table > tbody > tr > td:nth-child(1) {
    width: 230px;
  }

  .product-item-content table > tbody > tr > td:nth-child(2) {
    width: 70px;
  }

  .product-item-content table > tbody > tr > td:nth-child(3) {
    width: 100px;
  }

  .module.module-product .product-buy-list .product-item-header {
    margin-bottom: 12px;
  }

  .module.module-product .product-item {
    margin-top: 30px;
  }

  .module.module-product .product-item:first-child {
    margin-top: 0;
  }
}

/* æ±‚è´­å’Œéœ€æ±‚ã€äº§å“å’Œé…å¥—æ¨¡å—ç»“æŸ */
/* æ‰¾éœ€æ±‚ã€æ‰¾äº§å“ä¸‹æ–¹çš„ä¸‰ä¸ªå…¥å£ start */
.img-m {
  display: none;
}
.nedProBotPoints {
  margin-top: 30px;
}
.nedProBotPoints::after {
  content: '';
  display: table;
  clear: both;
}

.pointCard {
  width: 384px;
  height: 110px;
  background-color: #ffffff;
  border: solid 1px #e9e9e9;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.pointCard_img {
  width: 50px;
  height: 50px;
  margin-left: 42px;
}
.pointCard_text {
  margin-left: 24px;
}
.pointCard_text_title {
  line-height: 28px;
  font-size: 20px;
  color: #222222;
  font-weight: bold;
}
.pointCard_text_desc {
  margin-top: 3px;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}
.pointCardYDYX {
  background-image: url(/res_v2/images/index/pointCardImg1-pc.png);
}
.pointCardYDYX:hover {
  box-shadow: 0px 10px 20px 0px rgba(24, 117, 240, 0.07);
  border: solid 1px #1875f0;
}
.pointCardYDYX:hover .pointCard_text_title {
  color: #1875f0;
}
.pointCardYBQ {
  background-image: url(/res_v2/images/index/pointCardImg2-pc.png);
}
.pointCardYBQ:hover {
  box-shadow: 0px 10px 20px 0px rgba(236, 159, 56, 0.1);
  border: solid 1px #ec9f38;
}
.pointCardYBQ:hover .pointCard_text_title {
  color: #e28407;
}
.pointCardYWL {
  background-image: url(/res_v2/images/index/pointCardImg3-pc.png);
}
.pointCardYWL:hover {
  box-shadow: 0px 10px 20px 0px rgba(18, 166, 124, 0.13);
  border: solid 1px #12a67c;
}
.pointCardYWL:hover .pointCard_text_title {
  color: #07996f;
}

@media (min-width: 769px) {
  .pointCard {
    float: left;
    display: block;
    padding-top: 26px;
  }
  .pointCard + .pointCard {
    margin-left: 20px;
  }
  .pointCard_img.img-pc {
    display: inline-block;
    vertical-align: top;
  }
  .pointCard_text {
    display: inline-block;
    vertical-align: top;
  }
}

@media (max-width: 768px) {
  .img-m {
    display: block;
  }
  .img-pc {
    display: none;
  }

  .nedProBotPoints {
    display: block;
    margin-top: 15px;
  }
  .pointCard {
    width: 100%;
    height: auto;
    padding: 16px 0;
    background-position: right center;
    background-size: auto 100%;
  }
  .pointCard + .pointCard {
    margin-top: 15px;
  }
  .pointCard_img {
    width: 10.14%;
    height: 10.14%;
    margin-left: 10.14%;
  }
  .pointCard_text {
    margin-left: 5.797%;
  }
  .pointCard_text_title {
    line-height: 16px;
    font-size: 12px;
  }
  .pointCard_text_desc {
    margin-top: 5px;
    line-height: 16px;
    font-size: 12px;
  }
  .pointCardYDYX {
    background-image: url(/res_v2/images/index/pointCardImg1-m.png);
  }

  .pointCardYBQ {
    background-image: url(/res_v2/images/index/pointCardImg2-m.png);
  }

  .pointCardYWL {
    background-image: url(/res_v2/images/index/pointCardImg3-m.png);
  }
}
/* æ‰¾éœ€æ±‚ã€æ‰¾äº§å“ä¸‹æ–¹çš„ä¸‰ä¸ªå…¥å£ end */
/* å¹³å°ç”Ÿæ€æœåŠ¡å¼€å§‹ */
.module.module-service {
  background: #f3f3f5;
}

.module.module-service .box-imglist {
  margin-left: 22px;
  margin-right: 22px;
  margin-top: 0;
}

.module-service .module-service-title {
  margin-bottom: 40px;
}

.module-service .module-service-content {
  margin: 0 22px;
}

.module-service .card.module-service-card {
  float: left;
  position: relative;
  width: 20%;
}

.imgitem {
  width: 21.25%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.imgitem dl {
  margin-top: 16px;
  margin-bottom: 0;
}

.imgitem dl dt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.imgitem dl dd {
  margin-top: 12px;
  font-size: 14px;
  line-height: 21px;
  color: #999;
}

.imgitem:nth-child(4n + 1) {
  margin-left: 0;
}

.imgitem:hover dl dt {
  color: #1875f0;
}

.box-imglist {
  margin-top: 40px;
  font-size: 0;
}

@media (max-width: 768px) {
  /* äº”åˆ—å›¾ç‰‡çš„ */
  .box-imglist.col5 .imgitem {
    width: 33.33%;
  }

  .box-imglist.col5 .imgitem + .imgitem {
    margin-left: 0;
  }

  .box-imglist.col5 .imgitem:nth-child(n + 3) {
    margin-top: 0;
  }

  .box-imglist.col5 .imgitem:nth-child(n + 4) {
    margin-top: 40px;
  }

  .module.module-service .box-imglist {
    margin-left: 0;
    margin-right: 0;
  }
}

/* å¹³å°ç”Ÿæ€æœåŠ¡ç»“æŸ */
/* æ™ºèƒ½åˆ¶é€ æ¨¡å—å¼€å§‹ */
.module.module-manufacture {
  background: url('../images/index/bg_module_manufacture.png') center center
    no-repeat;
  background-size: 100% 100%;
}

.module-manufacture .module-title .module-title-name {
  color: #fff;
}

.module-manufacture .widget-list {
  margin-bottom: 40px;
}

.module-manufacture .widget-list .widget-item {
  float: left;
  width: 368px;
  height: 88px;
  overflow: hidden;
  margin-left: 48px;
  padding: 14px 48px;
  border: 1px solid #646971;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}

.module-manufacture .widget-list .widget-item:nth-child(3n + 1) {
  margin-left: 0;
}

.module-manufacture .widget-list .widget-item .widget-img-content {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  line-height: 48px;
}

.module-manufacture .widget-img-content img {
  width: 100%;
}

.module-manufacture .widget-desc {
  float: left;
  margin-left: 40px;
  max-width: calc(100% - 88px);
  overflow: hidden;
}

.module-manufacture .widget-desc-title {
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s;
}

.module-manufacture .widget-list .widget-item:hover {
  /* background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px #f8e71c; */
  background-color: rgba(0, 199, 255, 0.1);
  border: solid 1px #00c7ff;
}

.box-content {
  margin-top: 40px;
  padding-bottom: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .box-content {
    margin-top: 0px;
    padding: 0;
  }

  html {
    font-size: 625%;
  }

  .module-manufacture .widget-list {
    margin-bottom: 12px;
  }

  .module-manufacture .widget-list .widget-item {
    width: 100%;
    height: 72px;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 18px 16px;
  }

  .module-manufacture .widget-list .widget-item:last-child {
    margin-bottom: 0;
  }

  .module-manufacture .widget-list .widget-item .widget-img-content {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .module-manufacture .widget-desc {
    margin-left: 20px;
    max-width: calc(100% - 54px);
  }

  .module-manufacture .widget-desc-detail {
    line-height: 20px;
  }

  .module-manufacture .widget-desc-title {
    margin-top: 6px;
    line-height: 22px;
  }
}

/* æ™ºèƒ½åˆ¶é€ æ¨¡å—ç»“æŸ */
/* å·¥ä¸šå¤§æ•°æ®æ¨¡å—å¼€å§‹ */
.module.module-data .module-data-img-content {
  float: left;
  margin-top: -70px;
  width: 402px;
  height: 334px;
  line-height: 334px;
}

.module.module-data .module-data-img-content img {
  width: 100%;
}

.module.module-data .card-list .card-item {
  float: left;
  position: relative;
  width: calc(16.6666666666% + 0.5px);
  margin-right: -1px;
  margin-bottom: -1px;
  height: 192px;
  border: 1px solid #ddd;
  background: #fff;
}

.module.module-data .app-list-content {
  margin: 0 92px;
}

.module.module-data .app-item {
  float: left;
  width: 25%;
  padding: 19px 16px;
  border: 1px solid transparent;
  font-size: 0;
  transition: transform 0.5s;
}

.module.module-data .app-item:hover {
  transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
}

.module.module-data .app-item:hover .app-desc {
  color: #1875f0;
}

.module.module-data .app-item:hover img.img-active {
  display: inline-block;
}

.module.module-data .app-item:hover img.img-default {
  display: none;
}

.module.module-data .app-item .app-img-content {
  display: block;
  margin: 0 auto 16px;
  width: 60px;
  height: 60px;
  background-size: contain;
  line-height: 60px;
}

.module.module-data .app-item img {
  width: 100%;
  vertical-align: middle;
}

.module.module-data .app-item img.img-active {
  display: none;
}

.module.module-data .app-item .app-desc {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .module.module-data .app-list-content {
    margin: 20px 0 0;
    width: 100%;
  }

  .module.module-data .app-item {
    width: 33.33333%;
    margin: 0 0 16px;
    padding: 0;
    text-align: center;
  }

  .module.module-data .app-item .app-desc {
    display: block;
    padding: 10px 5px 0;
    max-width: unset;
    font-size: 12px;
  }

  .module.module-data .card-list .card-item {
    width: calc(33.3333% + 0.5px);
    height: 115px;
  }

  .module.module-data .module-data-img-content {
    display: none;
  }

  .module.module-data .card-list .card-item .card-title {
    font-size: 12px;
    line-height: 12px;
  }

  .module.module-data .card-list .card-img-content {
    width: 45px;
    height: 45px;
    margin-top: 20px;
  }

  #swiperCloudApp .swiper-container,
  #swiperBigData .swiper-container {
    overflow: visible;
  }

  #swiperCloudApp .swiper-pagination-bullets,
  #swiperBigData .swiper-pagination-bullets {
    bottom: -20px;
  }

  #swiperCloudApp .swiper-pagination-bullet,
  #swiperBigData .swiper-pagination-bullet {
    position: relative;
    width: 30px;
    height: 30px;
    background: transparent;
  }

  #swiperCloudApp .swiper-pagination-bullet:after,
  #swiperBigData .swiper-pagination-bullet:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 13px;
    left: 0;
    background: #69d5fa;
  }

  #swiperCloudApp .swiper-pagination-bullet-active:after,
  #swiperBigData .swiper-pagination-bullet-active:after {
    background: #1875f0;
  }
}

/* å·¥ä¸šå¤§æ•°æ®æ¨¡å—ç»“æŸ */
/* èµ„è®¯ä¸Žæ´»åŠ¨æ¨¡å—å¼€å§‹ */
.module.module-news .news-list {
  list-style: none;
}

.module.module-news .news-list .news-item {
  float: left;
  width: 368px;
  margin-left: 48px;
}

.module.module-news .news-list .news-item:first-child {
  margin-left: 0;
}

.module.module-news .news-img-content {
  position: relative;
  width: 100%;
  height: 220px;
  margin-top: 16px;
  line-height: 220px;
}

.module.module-news .news-img-content img {
  width: 100%;
  height: 100%;
}

.module.module-news .news-img-content p {
  position: absolute;
  left: 24px;
  bottom: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  max-width: calc(100% - 48px);
  z-index: 20;
}

.module.module-news .news-img-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url('../../res_v2/images/index/cover_shadow_bottom.png') center
    center no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .module.module-news .news-img-content {
    height: auto;
    margin-top: 15px;
    line-height: normal;
  }

  .module.module-news .news-list .news-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
  }

  .module.module-news .news-img-content img {
    width: 100%;
    height: auto;
  }

  .module.module-news .news-img-content p {
    left: 22px;
    bottom: 23px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    max-width: calc(100% - 44px);
  }
}

.module.module-news .news-info-list {
  list-style: none;
  margin-top: 24px;
  font-size: 16px;
  line-height: 21px;
}

/* ä½¿ç”¨äº† margin èžåˆ */
.module.module-news .news-info-list .news-info-item {
  display: block;
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.module.module-news .news-info-list .news-info-item a {
  color: #222;
}

.module.module-news .news-info-list .news-info-item a:hover {
  color: #1875f0;
}

.banner-card-content {
  margin-top: 56px;
}

.banner-card-list .banner-card-item {
  float: left;
  width: 282px;
  height: 152px;
  margin-left: 24px;
  overflow: hidden;
}

.banner-card-list .banner-card-item:nth-child(4n + 1) {
  margin-left: 0;
}

.banner-card-list .banner-card-img-content {
  width: 100%;
  overflow: hidden;
}

.banner-card-list .banner-card-img-content img {
  width: 100%;
  transition: all 0.2s linear;
}

.banner-card-list .banner-card-img-content img:hover {
  transform: scale(1.08);
}

@media (max-width: 768px) {
  .banner-card-content {
    margin-top: 20px;
  }

  .banner-card-list .banner-card-item {
    width: calc(50% - 8px);
    height: 99px;
    margin: 0 0 15px 16px;
  }

  .banner-card-list .banner-card-item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .banner-card-list .banner-card-img-content {
    width: 100%;
    height: 100%;
    line-height: normal;
  }

  .banner-card-list .banner-card-img-content img {
    width: 100%;
  }
}

.product-title li.title {
  float: left;
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}

.product-title li.title a {
  color: #222;
}

.product-title li.title:hover,
.product-title li.title:hover a {
  color: #1875f0;
}

.product-title li.title:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 24px;
  background: #1875f0;
}

.product-title li.link {
  float: left;
  padding: 3px 0;
  font-size: 14px;
  line-height: 21px;
  margin-left: 16px;
}
.titleRightBtn {
  display: inline-block;
  width: 93px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  border: solid 1px #1875f0;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #1875f0;
}
.titleRightBtn:link,
.titleRightBtn:visited {
  color: #1875f0;
}

.titleRightBtn:hover {
  background: #1875f0;
  color: #fff;
}

.titleRightBtn_blue {
  background-color: #1875f0;
  color: #fff;
}
.titleRightBtn_blue:hover,
.titleRightBtn_blue:active {
  background-color: #1875f0;
  color: #fff;
}
.product-title .titleRightBtn {
  float: right;
}

.product-title li.link a {
  color: #1875f0;
}

.product-title li.link i {
  margin-left: 5px;
}

/* èµ„è®¯ä¸Žæ´»åŠ¨æ¨¡å—ç»“æŸ */
/* äº‘åˆ¶é€ åœ°å›¾æ¨¡å—å¼€å§‹ */
.side-tab-left {
  float: left;
  margin-left: 20px;
  width: 100px;
  overflow: hidden;
}

.side-tab-list {
  list-style: none;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #999;
}

.side-tab-list .side-tab-item {
  list-style: none;
  display: block;
  padding: 12px 0;
  cursor: pointer;
}

.side-tab-list .side-tab-item.active {
  color: #1875f0;
}

.side-tab-list .side-tab-item:hover {
  font-weight: bold;
}

.map-area {
  position: relative;
  height: 716px;
  overflow: hidden;
}

.map-area .map-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.module-cloud-manufacture .map2 {
  width: 200px;
  position: absolute;
  left: 81px;
  bottom: 0px;
  background: #fff;
}

.module-cloud-manufacture .map2 .point-area:nth-of-type(1) {
  left: 16.84%;
  top: 35.66%;
}

@media (max-width: 768px) {
  .map-area {
    width: 100%;
    height: auto;
  }

  .map-area .map-bg {
    position: relative;
    height: auto;
  }
  .module-cloud-manufacture .map2 {
    width: 20.22%;
    bottom: -14px;
    left: 30px;
  }
  .module-cloud-manufacture .map2 .deguo .point-dot-sm {
    width: 6px;
    height: 6px;
  }
  .module-cloud-manufacture .map2 .point-area:nth-of-type(1) {
    left: 32.84%;
    top: 38.66%;
  }

  .titleRightBtn {
    width: 86px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 13px;
  }
}

.point-area-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.point-area {
  position: absolute;
  width: 80px;
  height: 80px;
}

.point-area .point-dot {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: #1875f0;
  border-radius: 50%;
}

.point-area .point-dot.point-dot-sm {
  width: 8px;
  height: 8px;
}

.point-area .point-name {
  position: absolute;
  top: 30px;
  left: 56px;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  white-space: nowrap;
}

.point-group-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.point-group-area {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(24, 117, 240, 0.66);
  border-radius: 50%;
  background: rgba(24, 117, 240, 0.05);
  opacity: 0.5;
}

.point-group-area.active {
  opacity: 1;
}

.point-group-area.active .point-group-title {
  display: inline-block;
}
.point-group-none {
  display: none;
}
.point-group-area .point-group-title {
  position: absolute;
  height: 32px;
  padding: 0 13px;
  border: 1px solid #1875f0;
  background: rgba(24, 117, 240, 0.1);
  font-size: 14px;
  line-height: 30px;
  color: #1875f0;
  white-space: nowrap;
}

.point-group-area .point-group-title.point-group-title-right-top {
  left: 235px;
  top: 0;
}

.point-group-area .point-group-title.point-group-title-right-bottom {
  left: 235px;
  bottom: 0;
}

.point-group-area .point-group-title.point-group-title-left-top {
  right: 235px;
  top: 0;
}
.point-group-area-4 .point-group-title.point-group-title-left-top {
  right: 270px;
  top: 0;
}

/* åœ°å›¾åŒºåŸŸåç§° - æŠ˜çº¿ */
.point-group-area .point-group-title .icon-line {
  position: absolute;
  top: 16px;
  display: inline-block;
  width: 28px;
  height: 17px;
}

@media (max-width: 768px) {
  .point-area {
    width: 28px;
    height: 28px;
  }

  .point-group-area {
    width: 85px;
    height: 85px;
  }

  .point-area .point-dot {
    width: 5px;
    height: 5px;
  }

  .point-area .point-dot.point-dot-sm {
    width: 3px;
    height: 3px;
  }

  .point-area .point-name {
    top: 10px;
    left: 20px;
    font-size: 12px;
    line-height: 12px;
    white-space: normal;
    width: 75px;
  }

  .point-group-area .point-group-title {
    height: 22px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .point-group-area .point-group-title.point-group-title-right-top {
    left: 105%;
    top: -13px;
  }

  .point-group-area .point-group-title.point-group-title-right-bottom {
    left: 111%;
    bottom: -13%;
  }

  .point-group-area .point-group-title.point-group-title-left-top {
    right: 111%;
    top: -5px;
  }

  /* åœ°å›¾åŒºåŸŸåç§° - æŠ˜çº¿ */
  .point-group-area .point-group-title .icon-line {
    top: 10px;
    width: 20px;
    height: 10px;
  }

  .point-group-area .point-group-title .icon-line.icon-line-to-left {
    right: -20px;
  }

  .point-group-area .point-group-title .icon-line.icon-line-to-right {
    left: -20px;
  }

  .point-group-area .point-group-title .icon-line.icon-line-to-right-bottom {
    left: -20px;
  }
}

.module.module-cloud-manufacture .side-tab-list {
  margin-top: 124px;
}

/* å°ç‚¹å®šä½å¼€å§‹ */
/* æ–°ç–†ç”Ÿäº§å»ºè®¾å…µå›¢ */
.point-area.point-area-1 {
  top: 27.37%;
  left: 17.92%;
}

/* åŒ—äº¬ */
.point-area.point-area-2 {
  top: 38.41%;
  left: 63.72%;
}

.point-area.point-area-2 .point-name {
  left: -4px;
}

/* å¤©æ´¥ */
.point-area.point-area-3 {
  top: 40.22%;
  left: 64.75%;
}

/* æ²ˆé˜³ */
.point-area.point-area-4 {
  top: 31.15%;
  left: 73.47%;
}

/* éƒ‘å·ž */
.point-area.point-area-5 {
  top: 51.4%;
  left: 58.12%;
}

/* æˆéƒ½ */
.point-area.point-area-6 {
  top: 65.36%;
  left: 44.26%;
}

.point-area.point-area-6 .point-name {
  left: -31px;
}

/* é‡åº† */
.point-area.point-area-7 {
  top: 68.16%;
  left: 48.12%;
}

/* å¹¿å·ž */
.point-area.point-area-8 {
  top: 82.12%;
  left: 57.62%;
}

.point-area.point-area-8 .point-name {
  left: -34px;
}

/* æ·±åœ³ */
.point-area.point-area-9 {
  top: 83.52%;
  left: 59.21%;
}

/* å¸¸å·ž */
.point-area.point-area-10 {
  top: 60.75%;
  left: 68.91%;
}

/* å®æ³¢ */
.point-area.point-area-11 {
  top: 67.88%;
  left: 70.3%;
}

.point-area.point-area-12 {
  top: 50.56%;
  left: 42.87%;
}

.point-area.point-area-13 {
  top: 34.78%;
  left: 56.83%;
}

.point-area.point-area-14 {
  top: 74.93%;
  left: 48.5%;
}

.point-area.point-area-15 {
  top: 67.18%;
  left: 60.79%;
}

.point-area.point-area-16 {
  top: 71.95%;
  left: 69.47%;
}

.point-area.point-area-17 {
  top: 84.78%;
  left: 60.3%;
}
.point-area.point-area-18 {
  top: 21.15%;
  left: 79.92%;
}
.point-area.point-area-19 {
  top: 41.45%;
  left: 65.02%;
}
.point-area.point-area-20 {
  top: 79.55%;
  left: 65.67%;
}
.point-area.point-area-21 {
  top: 70.55%;
  left: 63.17%;
}
.point-area.point-area-22 {
  top: 65.55%;
  left: 59.67%;
}
.point-area .point-name-bold {
  font-weight: bold;
}
.point-area .point-name-small {
  font-size: 12px;
}
.point-area-12 .point-name {
  left: -27px;
}
.point-area-13 .point-name {
  left: -65px;
}
.point-area-14 .point-name {
  left: -26px;
}
.point-area-16 .point-name {
  left: 48px;
}
.point-area-17 .point-name {
  left: 48px;
}
.point-area-18 .point-name {
  left: -53px;
}
.point-area-20 .point-name {
  left: 48px;
}
.point-area-21 .point-name {
  left: -25px;
}
.point-area-22 .point-name {
  left: -25px;
}
.deguo .point-name {
  left: 51px;
}
@media (max-width: 768px) {
  .point-area.point-area-1 .point-name {
    width: 8em;
    left: -22px;
    top: 19px;
  }
  .point-area.point-area-2 .point-name {
    width: 30px;
    left: -1px;
    top: -3px;
  }
  .point-area.point-area-6 .point-name {
    left: -48px;
  }
  .point-area-7 .point-name {
    top: 8px;
    left: 22px;
  }
  .point-area.point-area-8 .point-name {
    width: 55px;
    left: -44px;
    top: 13px;
  }
  .point-area.point-area-10 .point-name {
    top: 5px;
  }
  /* å®æ³¢ */
  .point-area.point-area-11 .point-name {
    top: 4px;
    left: 21px;
  }
  .point-area-12 .point-name {
    width: 55px;
    top: 5px;
    left: -43px;
  }
  .point-area-13 .point-name {
    width: 3rem;
    top: 6px;
    left: -76px;
  }
  .point-area-14 .point-name {
    top: 9px;
    left: -42px;
  }
  .point-area-16 .point-name {
    top: 13px;
    left: 16px;
  }
  .point-area-17 .point-name {
    top: 13px;
    left: 18px;
  }
  .point-area-18 .point-name {
    width: 75px;
    top: -3px;
    left: -23px;
  }
  .point-area-20 .point-name {
    left: 19px;
  }
  .point-area-21 .point-name {
    top: 17px;
  }
  .point-area-22 .point-name {
    top: -3px;
    left: -16px;
  }
  .deguo .point-name {
    left: 21px;
  }
}

/* å°ç‚¹å®šä½ç»“æŸ */
/* åœ°å›¾åŒºåŸŸå®šä½å¼€å§‹ */
/* æ–°ç–†åŒºåŸŸ */
.point-group-area.point-group-area-1 {
  top: 18.44%;
  left: 11.49%;
}

/* ä¸­éƒ¨åŒºåŸŸ */
.point-group-area.point-group-area-2 {
  top: 42.58%;
  left: 43.96%;
}

/* è¥¿å—åŒºåŸŸ */
.point-group-area.point-group-area-3 {
  top: 57.29%;
  left: 33.33%;
}

/* ä¸œåŒ—åŒºåŸŸ */
.point-group-area.point-group-area-4 {
  top: 0.85%;
  left: 66.19%;
  width: 300px;
  height: 300px;
}

/* é•¿ä¸‰è§’åŒºåŸŸ */
.point-group-area.point-group-area-5 {
  top: 48.9%;
  left: 55.09%;
}

/* æ´¥äº¬å†€åŒºåŸŸ */
.point-group-area.point-group-area-6 {
  top: 26.47%;
  left: 55.52%;
}

/* ç ä¸‰è§’åŒºåŸŸ */
.point-group-area.point-group-area-7 {
  top: 59.78%;
  left: 49.07%;
}

@media (max-width: 768px) {
  .point-group-area.point-group-area-4 {
    top: 2.85%;
    left: 68.19%;
    width: 102px;
    height: 102px;
  }
  .point-group-area.point-group-area-5 {
    top: 49.9%;
    left: 58.09%;
  }
  .point-group-area.point-group-area-7 {
    top: 62.78%;
    left: 50.07%;
  }
}
/* åœ°å›¾åŒºåŸŸå®šä½ç»“æŸ */
/* å°ç‚¹æ³¢çº¹åŠ¨ç”»å¼€å§‹ */
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.point-area .point-10 {
  width: 100%;
  height: 100%;
}

.point-area .point-10:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #58abff;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 225ms infinite;
  -moz-animation: ripple 4500ms ease-out 225ms infinite;
  -o-animation: ripple 4500ms ease-out 225ms infinite;
  animation: ripple 4500ms ease-out 225ms infinite;
}

.point-area .point-20 {
  width: 100%;
  height: 100%;
}

.point-area .point-20:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #58abff;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 450ms infinite;
  -moz-animation: ripple 4500ms ease-out 450ms infinite;
  -o-animation: ripple 4500ms ease-out 450ms infinite;
  animation: ripple 4500ms ease-out 450ms infinite;
}

.point-area .point-30 {
  width: 100%;
  height: 100%;
}

.point-area .point-30:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #58abff;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 675ms infinite;
  -moz-animation: ripple 4500ms ease-out 675ms infinite;
  -o-animation: ripple 4500ms ease-out 675ms infinite;
  animation: ripple 4500ms ease-out 675ms infinite;
}

.point-area .point-40 {
  width: 100%;
  height: 100%;
}

.point-area .point-40:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #58abff;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 900ms infinite;
  -moz-animation: ripple 4500ms ease-out 900ms infinite;
  -o-animation: ripple 4500ms ease-out 900ms infinite;
  animation: ripple 4500ms ease-out 900ms infinite;
}

.point-area .point-50 {
  width: 100%;
  height: 100%;
}

.point-area .point-50:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #58abff;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1125ms infinite;
  -moz-animation: ripple 4500ms ease-out 1125ms infinite;
  -o-animation: ripple 4500ms ease-out 1125ms infinite;
  animation: ripple 4500ms ease-out 1125ms infinite;
}

.point-area .point-60 {
  width: 100%;
  height: 100%;
}

.point-area .point-60:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #58abff;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1350ms infinite;
  -moz-animation: ripple 4500ms ease-out 1350ms infinite;
  -o-animation: ripple 4500ms ease-out 1350ms infinite;
  animation: ripple 4500ms ease-out 1350ms infinite;
}

.point-area .point-70 {
  width: 100%;
  height: 100%;
}

.point-area .point-70:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #58abff;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1575ms infinite;
  -moz-animation: ripple 4500ms ease-out 1575ms infinite;
  -o-animation: ripple 4500ms ease-out 1575ms infinite;
  animation: ripple 4500ms ease-out 1575ms infinite;
}

.point-area .point-80 {
  width: 100%;
  height: 100%;
}

.point-area .point-80:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #58abff;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
  -moz-animation: ripple 4500ms ease-out 1800ms infinite;
  -o-animation: ripple 4500ms ease-out 1800ms infinite;
  animation: ripple 4500ms ease-out 1800ms infinite;
}

.point-area .point-90 {
  width: 100%;
  height: 100%;
}

.point-area .point-90:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #58abff;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 2025ms infinite;
  -moz-animation: ripple 4500ms ease-out 2025ms infinite;
  -o-animation: ripple 4500ms ease-out 2025ms infinite;
  animation: ripple 4500ms ease-out 2025ms infinite;
}

.point-area .point-100 {
  width: 100%;
  height: 100%;
}

.point-area .point-100:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #58abff;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 2250ms infinite;
  -moz-animation: ripple 4500ms ease-out 2250ms infinite;
  -o-animation: ripple 4500ms ease-out 2250ms infinite;
  animation: ripple 4500ms ease-out 2250ms infinite;
}

/* å°ç‚¹æ³¢çº¹åŠ¨ç”»ç»“æŸ */
/* äº‘åˆ¶é€ åœ°å›¾æ¨¡å—ç»“æŸ */
/* äº‘ç«¯åº”ç”¨æ¨¡å—å¼€å§‹ */
.module.module-cloud-application .wrapper-horizontal-header {
  line-height: 70px;
}

.module.module-cloud-application
  .wrapper-horizontal-header
  .wrapper-horizontal-tab-item {
  /* width: 14.28%; */
  width: 12.5%;
  padding: 0;
  margin: 0;
}

.module.module-cloud-application
  .wrapper-horizontal-header
  .wrapper-horizontal-tab-item.active {
  color: #222;
}

@media (max-width: 768px) {
  .module.module-cloud-application .wrapper-horizontal-header {
    font-size: 16px;
    line-height: 24px;
    background: transparent;
  }

  .module.module-cloud-application
    .wrapper-horizontal-header
    .wrapper-horizontal-tab-item {
    width: auto;
    padding: 0 0 8px;
  }
}

/* äº‘ç«¯åº”ç”¨æ¨¡å—ç»“æŸ */
/* ç«‹å³æ³¨å†Œæ¨¡å—å¼€å§‹ */
.module.module-sign-up {
  background: url('../../res_v2/images/index/bg_register.png') center center
    no-repeat;
  background-size: cover;
  padding: 32px 0;
}

.module.module-sign-up .module-title {
  margin-bottom: 0;
}

.module.module-sign-up .module-title-name {
  margin-bottom: 16px;
  white-space: normal;
}

.module.module-sign-up .module-title-desc {
  color: #fff;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .module.module-sign-up {
    background: url('../../res_v2/images/index/mobile/bg_register_mobile.png')
      center center no-repeat;
  }

  .module.module-sign-up .module-title-desc {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .module.module-sign-up .module-title-name {
    width: 11em;
    margin: 0 auto 10px;
  }
}

/* ç«‹å³æ³¨å†Œæ¨¡å—å¼€å§‹ */
/* å…¸åž‹æ¡ˆä¾‹æ¨¡å—å¼€å§‹ */
.module.module-classic-case {
  background: #f3f3f5;
}

.case-article {
  padding: 0 24px;
}

.case-article .case-article-title {
  display: inline-block;
  max-width: 50%;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case-article .case-article-content {
  height: 192px;
  /* height: 218px; */
  overflow: hidden;
  margin-bottom: 28px;
  margin-right: 552px;
}

.case-article .case-article-content p {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  /* text-indent: 2em; */
  text-align: justify;
}

.case-article .case-article-manage {
  margin-right: 552px;
  height: 32px;
}

.case-article .case-article-link {
  float: left;
  margin-top: 11px;
  font-size: 16px;
  line-height: 21px;
  color: #1875f0;
}

.case-article .case-article-link i {
  margin-top: 1px;
}

.case-article .case-article-img {
  float: right;
  width: 500px;
  height: 300px;
  overflow: hidden;
}

.case-article .case-article-img img {
  width: 100%;
  height: auto;
}

.case-article-button-group {
  position: absolute;
  left: 537px;
  bottom: 0;
  height: 32px;
  background: #fff;
  font-size: 0;
  z-index: 10;
}

.case-article-button {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #dddddd;
  background: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

.case-article-button:hover {
  border-color: #1875f0;
  z-index: 5;
}

.case-article-button.case-article-button-disabled {
  border-color: #ddd;
  cursor: not-allowed;
}

.case-article-button + .case-article-button {
  margin-left: -1px;
}

/* å…¸åž‹æ¡ˆä¾‹ - æŒ‰é’® - prev */
.case-article-button-prev {
  background: url('../images/index/icon_arrow_to_left_default.png') center
    center no-repeat;
}

.case-article-button-prev:hover {
  background: url('../images/index/icon_arrow_to_left_highlight.png') center
    center no-repeat;
}

.case-article-button-prev.case-article-button-disabled,
.case-article-button-prev.case-article-button-disabled:hover {
  background: url('../images/index/icon_arrow_to_left_disabled.png') center
    center no-repeat;
}

/* å…¸åž‹æ¡ˆä¾‹ - æŒ‰é’® - next */
.case-article-button-next {
  background: url('../images/index/icon_arrow_to_right_default.png') center
    center no-repeat;
}

.case-article-button-next:hover {
  background: url('../images/index/icon_arrow_to_right_highlight.png') center
    center no-repeat;
}

.case-article-button-next.case-article-button-disabled,
.case-article-button-next.case-article-button-disabled:hover {
  background: url('../images/index/icon_arrow_to_right_disabled.png') center
    center no-repeat;
}

@media (max-width: 768px) {
  .case-article {
    padding: 0;
  }

  .case-article .case-article-title {
    max-width: 100%;
    margin-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .case-article .case-article-content {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .case-article .case-article-manage {
    margin-right: 0;
  }

  .case-article .case-article-img {
    float: unset;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  .case-article-button-group {
    left: unset;
    right: 0;
    bottom: 0;
  }
}

/* å…¸åž‹æ¡ˆä¾‹æ¨¡å—ç»“æŸ */
/* icon */
.icon-seven-day {
  display: inline-block;
  background: url('../images/index/home_spirit.png') no-repeat;
  background-size: auto;
  background-position: -31px 0;
}
.icon-youzhi {
  display: inline-block;
  background: url('../images/index/home_spirit.png') no-repeat;
  background-size: auto;
  background-position: 0px 0;
}

/* æ–°æ‰‹å¼•å¯¼åŠŸèƒ½ */
#noviceGuide {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10005;
  overflow: hidden;
  display: none;
}

#noviceGuide .guide-item {
  position: absolute;
  z-index: 10005;
  background-size: 100% 100%;
  display: none;
}

#noviceGuide .guide-item span,
#noviceGuide .guide-item a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}

#noviceGuide .guide-item span.guide-close {
  padding: 5px 10px;
}

#noviceGuide .guide-item span.guide-next {
  width: 130px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #1875f0;
}

#noviceGuide .guide-item-1 {
  width: 469px;
  height: 395px;
  display: block;
  background: url('../images/index/guide/guide1.png') no-repeat center center;
}

#noviceGuide .guide-item-2 {
  width: 820px;
  height: 354px;
  background: url('../images/index/guide/guide2.png') no-repeat center center;
}

#noviceGuide .guide-item-3 {
  width: 850px;
  height: 236px;
  background: url('../images/index/guide/guide3.png') no-repeat center center;
}

#noviceGuide .guide-item-4 {
  width: 675px;
  height: 364px;
  background: url('../images/index/guide/guide4.png') no-repeat center center;
}

#noviceGuide .guide-item-5 {
  width: 702px;
  height: 191px;
  background: url('../images/index/guide/guide5.png') no-repeat center center;
}

#noviceGuide .guide-item-6 {
  width: 1220px;
  height: 409px;
  background: url('../images/index/guide/guide6.png') no-repeat center center;
}

#noviceGuide .guide-item-1 .guide-close {
  left: 400px;
  top: 170px;
}

#noviceGuide .guide-item-2 .guide-close {
  left: 756px;
  top: 128px;
}

#noviceGuide .guide-item-3 .guide-close {
  left: 400px;
  top: -40px;
}

#noviceGuide .guide-item-4 .guide-close {
  left: 400px;
  top: 140px;
}

#noviceGuide .guide-item-5 .guide-close {
  left: 400px;
  top: -30px;
}

#noviceGuide .guide-item-1 .guide-next {
  left: 337px;
  top: 408px;
}

#noviceGuide .guide-item-2 .guide-next {
  left: 690px;
  top: 367px;
}

#noviceGuide .guide-item-3 .guide-next {
  left: 330px;
  top: 198px;
}

#noviceGuide .guide-item-4 .guide-next {
  left: 330px;
  top: 375px;
}

#noviceGuide .guide-item-5 .guide-next {
  left: 330px;
  top: 204px;
}

#noviceGuide .guide-item-6 .guide-more {
  left: 580px;
  top: 420px;
  width: 130px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}

#noviceGuide .guide-item-6 .guide-exper {
  width: 130px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #1875f0;
  left: 730px;
  top: 420px;
}

.device-img1 {
  background: url('../images/index/developer/developer-img1.png') no-repeat
    center center;
  background-size: 100% 100%;
}

.device-img2 {
  background: url('../images/index/developer/developer-img2.png') no-repeat
    center center;
  background-size: 100% 100%;
}

.device-img3 {
  background: url('../images/index/developer/developer-img3.png') no-repeat
    center center;
  background-size: 100% 100%;
}

.device-img4 {
  background: url('../images/index/developer/developer-img4.png') no-repeat
    center center;
  background-size: 100% 100%;
}

.device-list.active .device-img1 {
  background: url('../images/index/developer/developer-img1.png') no-repeat
    center center;
  background-size: 100% 100%;
}

.device-list.active .device-img2 {
  background: url('../images/index/developer/developer-img2.png') no-repeat
    center center;
  background-size: 100% 100%;
}

.device-list.active .device-img3 {
  background: url('../images/index/developer/developer-img3.png') no-repeat
    center center;
  background-size: 100% 100%;
}

.device-list.active .device-img4 {
  background: url('../images/index/developer/developer-img4.png') no-repeat
    center center;
  background-size: 100% 100%;
}
/*é¼ å¹´æ–°æ˜¥ç‰ˆ
åŽæœŸä¸éœ€è¦ç›´æŽ¥åˆ ä¸€ä¸‹æ ·å¼å°±ok
*/
.mouse-year-container .module.module-application ul li .img-content {
  background-size: 100% 100% !important;
  background-position: 0 0 !important;
}
.mouse-year-container .img_qydn {
  background: url('../images/newyear/newyear-qydn.png') no-repeat center center !important;
}
.mouse-year-container .img_qyjsc {
  background: url('../images/newyear/newyear-qyjsc.png') no-repeat center center !important;
}
.mouse-year-container .img_ydywgzs {
  background: url('../images/newyear/newyear-ydywgzs.png') no-repeat center
    center !important;
}
.mouse-year-container .img_ydyygzs {
  background: url('../images/newyear/newyear-ydyygzs.png') no-repeat center
    center !important;
}
.mouse-year-container .img_qysyfwz {
  background: url('../images/newyear/newyear-qysyfwz.png') no-repeat center
    center !important;
}
.mouse-year-container .img_zxqyfwz {
  background: url('../images/newyear/newyear-zxqyfwz.png') no-repeat center
    center !important;
}
.mouse-year-container .img_sjtjrj {
  background: url('../images/newyear/newyear-sjtj.png') no-repeat center center !important;
}
.mouse-year-container .cloud-coin-title {
  color: #f1483b;
}
.mouse-year-container .cloud-coin-number a {
  color: #f1483b;
}
.mouse-year-container .cloud-coin-button {
  border: 1px solid #f1483b;
  color: #f1483b;
}
.mouse-year-container a.cloud-coin-button:hover {
  background: #f1483b;
}
@media (min-width: 768px) {
  .mouse-year-container {
    background: url('../images/newyear/bg-block.jpg') no-repeat center top;
    background-size: auto;
  }
  .mouse-year-container .module.module-application {
    padding: 40px 0 0;
  }
  .mouse-year-container .module-application {
    border-bottom: 0;
  }
  .mouse-year-container .module-title .module-title-name {
    width: 384px;
    height: 101px;
    margin: 5px auto 0;
    background: url('../images/newyear/bg-title.png') no-repeat center center;
    background-size: auto;
    /* padding-top: 33px; */
    padding-top: 25px;
    font-size: 24px;
    color: #fee6c8;
    font-weight: 500;
  }
  /* .module-sign-up .module-title .module-title-name{
        width:100%;
        height:auto;
       margin-bottom: 8px;
        background:none;
        background-size: auto;
        padding-top:0;
        font-size: 24px;
        color:#fff;
        font-weight: 500;
    } */

  .mouse-year-container .module.module-application ul li {
    width: calc(25% - 15px);
    background-image: linear-gradient(
      to left top,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0)
    );
    padding: 8px 10px;
    margin-bottom: 18px;
    margin-right: 18px;
  }
  .mouse-year-container .module.module-application ul li:nth-child(4n) {
    margin-right: 0;
  }
  .mouse-year-container .module.module-application ul {
    width: 1040px;
  }
  .mouse-year-container .module.module-application .text-content .text-title {
    color: #f1483b;
  }
  .mouse-year-container .module.module-application .text-content .text-detail {
    color: #dc9785;
  }
  .mouse-year-container
    .module.module-application
    .text-content
    .feature-points
    a.point {
    color: #ffa700;
  }
  .mouse-year-container
    .module.module-application
    .text-content
    .feature-points
    a.point::after {
    border-right: 1px solid #ffa700;
  }
}

@media (max-width: 768px) {
  .mouse-year-container .module-title .module-title-name {
    width: 90%;
    height: 80px;
    margin: 0 auto;
    background: url('../images/newyear/bg-title.png') no-repeat center center;
    background-size: 100% 100%;
    /* padding-top: 20px; */
    padding-top: 15px;
    font-size: 20px;
    color: #fee6c8;
    font-weight: 500;
  }
  /* .module-sign-up .module-title .module-title-name{
        width:100%;
        height:auto;
        margin-bottom: 8px;
        background:none;
        background-size: auto;
        padding-top:0;
        font-size: 24px;
        color:#fff;
        font-weight: 500;
    } */
  .mouse-year-container .module.module-application ul {
    width: 100%;
  }
  .mouse-year-container {
    background: url('../images/newyear/bg-block-m.jpg') no-repeat center top;
    background-size: 100% 70%;
  }
  .mouse-year-container .module.module-application ul li {
    width: calc(33.33% - 11px);
    background-image: linear-gradient(
      to top,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0)
    );
    padding: 5px 2px;
    margin-bottom: 10px !important;
    margin-right: 15px;
  }
  .mouse-year-container .module.module-application .text-content .text-title {
    color: #f1483b;
    font-size: 12px;
  }
  .mouse-year-container .module.module-application .text-content {
    width: 100%;
  }
  .mouse-year-container .module.module-application ul li:nth-child(3n) {
    margin-right: 0;
  }
  .mouse-year-container .cloud-coin {
    background: linear-gradient(
      to left top,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0)
    );
    margin: 0;
    box-shadow: none;
  }
  /* .module.module-manufacture{
        background:#582020 ;
    } */
}
@media (min-width: 1920px) {
  .mouse-year-container {
    background: url('../images/newyear/bg-block.jpg') no-repeat center top;
    background-size: 100% 429px;
  }
}
