/*
 * @Inc: https://www.hz-xg.com/
 * @Author: fegq
 * @Descripttion: this is global style.
 * @version: v0.0.1
 * @Date: 2020-11-03 17:12:21
 * @LastEditors: fegq
 * @LastEditTime: 2021-09-14 18:19:53
 */
/*
common property
*/
/*
common methods
*/
.img {
  display: inline-block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
table {
  width: 100%;
}

.banner {
  position: relative;
  width: 100%;
  height: auto;
}
.banner img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.banner .banner-name {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45rem;
  width: 90rem;
  height: auto;
  color: #fff;
  font-size: 2.875rem;
}
.banner .banner-name.bot {
  padding-bottom: 2.1875rem;
}
.banner .banner-name.bot::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 2.875rem;
  height: 0.1875rem;
  background: white;
}
.banner .banner-name.des {
  top: 45%;
}
.banner .banner-name.des strong {
  font-weight: normal;
}
.banner .banner-name.des span {
  position: absolute;
  left: 0;
  bottom: -4.0625rem;
  font-size: 2rem;
  line-height: 1.1875;
}

.child-nav {
  position: relative;
  margin: 3.4375rem auto 4.125rem auto;
  height: 4.3125rem;
  border-bottom: 0.0625rem solid #ccc;
}
.child-nav .child-nav-left {
  float: left;
  width: auto;
  height: auto;
  vertical-align: top;
  font-size: 1.875rem;
  line-height: 1.2666666667;
  color: #333;
  font-weight: 500;
}
.child-nav .child-nav-right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.875rem;
  width: auto;
  height: 100%;
  background: #e4e6f0;
  color: #666;
  font-size: 1rem;
}
.child-nav .child-nav-right a {
  color: #666;
}
.child-nav .child-nav-right .active {
  color: #333;
  font-weight: bold;
}

.child-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.75rem;
}
.child-page li {
  margin-right: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  border-radius: 0.125rem;
  border: 0.0625rem solid #8990d6;
  -webkit-box-shadow: 0 0 0.625rem rgba(94, 105, 215, 0.2);
          box-shadow: 0 0 0.625rem rgba(94, 105, 215, 0.2);
}
.child-page li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #8990d6;
  font-size: 1.125rem;
}
.child-page li:hover, .child-page li.active {
  background: #8990d6;
}
.child-page li:hover a, .child-page li.active a {
  color: white;
}

.child-form {
  position: relative;
  margin-top: 3.75rem;
  padding: 4.375rem 0;
}
.child-form .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.child-form .inner span {
  margin-right: 1.875rem;
  width: 12%;
}
.child-form .inner form input {
  margin-right: 2.5rem;
  width: 20.375rem;
}
.child-form .inner form input[type="submit"] {
  width: 23.9375rem;
}

.child-item {
  padding-bottom: 4.25rem;
}

.child-gary {
  background: #f5f5f5 !important;
}

.child-case .case-img {
  padding: 3.125rem 0;
  width: 100%;
  height: auto;
  background: #f6f6f6;
  text-align: center;
}
.child-case .case-img img {
  display: inline-block;
  max-width: 90rem;
  width: auto;
  height: auto;
}
.child-case .child-content .case-left {
  float: left;
  width: 15.25rem;
  height: auto;
}
.child-case .child-content .case-left a {
  display: block;
  margin-bottom: 0.1875rem;
  width: 100%;
  height: 4.4375rem;
  line-height: 4.4375rem;
  text-align: center;
  background: #f7f7f7;
  color: #333;
  font-size: 1.25rem;
  border-radius: 0.125rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-case .child-content .case-left a.active, .child-case .child-content .case-left a:hover {
  color: white;
  background: #8b92d5;
}
.child-case .child-content .case-right {
  float: right;
  max-width: 66.625rem;
}
.child-case .child-content .case-right .cases-ls {
  margin-bottom: 2.5rem;
}
.child-case .child-content .case-right .cases-ls li {
  margin-right: 2.1875rem;
  margin-bottom: 1.875rem;
  float: left;
  width: 20.75rem;
  height: 21.25rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(199, 205, 237, 0.35);
          box-shadow: 0 0 0.625rem rgba(199, 205, 237, 0.35);
}
.child-case .child-content .case-right .cases-ls li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
}
.child-case .child-content .case-right .cases-ls li a .cases-ls-img {
  width: 100%;
  height: 13.25rem;
  overflow: hidden;
}
.child-case .child-content .case-right .cases-ls li a .cases-ls-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-case .child-content .case-right .cases-ls li a .cases-ls-name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem;
  height: 8rem;
  background: white;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-case .child-content .case-right .cases-ls li a .cases-ls-name .cases-ls-title {
  color: #333;
  font-size: 1rem;
  line-height: 2.375;
}
.child-case .child-content .case-right .cases-ls li a .cases-ls-name .cases-ls-des {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.child-case .child-content .case-right .cases-ls li a .cases-ls-name .cases-ls-more {
  display: block;
  width: 7.0625rem;
  height: 2.125rem;
  line-height: 2.125rem;
  border-radius: 1.0625rem;
  text-align: center;
  font-size: 1rem;
  color: white;
  border: 0.0625rem solid white;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-case .child-content .case-right .cases-ls li:hover a .cases-ls-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.child-case .child-content .case-right .cases-ls li:hover a .cases-ls-name {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  background: #8b92d5;
}
.child-case .child-content .case-right .cases-ls li:hover a .cases-ls-name .cases-ls-title {
  color: white;
}
.child-case .child-content .case-right .cases-ls li:hover a .cases-ls-name .cases-ls-des {
  color: white;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.child-case .child-content .case-right .cases-ls li:hover a .cases-ls-more {
  margin-top: 0.625rem;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.child-case .child-content .case-right .cases-ls li:nth-child(3n) {
  margin-right: 0;
}

.case-detail .case-detail-title {
  text-align: center;
  color: #1b1b1b;
  font-size: 2.25rem;
  line-height: 1.0555555556;
}
.case-detail .case-detail-des {
  margin: 3.125rem auto;
  font-size: 1.125rem;
  line-height: 1.8888888889;
  color: #333;
}
.case-detail .case-detail-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
  padding: 0 12.5rem;
  height: 5.625rem;
  background: #e4e6f0;
}
.case-detail .case-detail-page p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.375rem;
  color: #1b1b1b;
  font-size: 1rem;
  line-height: 1.5;
}
.case-detail .case-detail-page p i {
  margin-right: 1.5625rem;
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.75rem solid transparent;
  border-right: 1.0625rem solid #999;
}
.case-detail .case-detail-page p span {
  width: 8.125rem;
}
.case-detail .case-detail-page p a {
  max-width: 70%;
  color: #1b1b1b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case-detail .case-detail-page p a:hover {
  color: #0c111c;
}
.case-detail .case-detail-page p:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.case-detail .case-detail-page p:last-child i {
  margin-left: 1.5625rem;
  margin-right: 0;
  border-right: 1.0625rem solid transparent;
  border-left: 1.0625rem solid #999;
}

.case-detail-good .case-detail-good-title h3 {
  color: #333;
  font-size: 1.875rem;
  line-height: 1.2666666667;
}
.case-detail-good .case-detail-good-title p {
  margin: 2.5rem 0;
  display: inline-block;
  width: 3.625rem;
  height: 1.75rem;
  line-height: 1.75rem;
  border: 0.0625rem solid #b3b3b3;
  font-size: 1.125rem;
  color: #333;
  border-radius: 0.125rem;
  text-align: center;
}
.case-detail-good .case-detail-good-content .case-detail-good-ls li {
  margin-right: 3.5rem;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.125rem 2.5rem;
  width: 27.5rem;
  height: 14.375rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #b3b3b3;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.case-detail-good .case-detail-good-content .case-detail-good-ls li a {
  display: block;
  width: 100%;
  height: 100%;
}
.case-detail-good .case-detail-good-content .case-detail-good-ls li a small {
  font-size: 1.75rem;
  line-height: 1.3571428571;
  color: #999;
}
.case-detail-good .case-detail-good-content .case-detail-good-ls li a h4 {
  margin: 0.625rem auto;
  font-size: 1rem;
  line-height: 2.375;
  color: #333;
}
.case-detail-good .case-detail-good-content .case-detail-good-ls li a .case-detail-good-des {
  font-size: 1rem;
  line-height: 1.75;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-detail-good .case-detail-good-content .case-detail-good-ls li:last-child, .case-detail-good .case-detail-good-content .case-detail-good-ls li:nth-child(3n) {
  margin-right: 0;
}
.case-detail-good .case-detail-good-content .case-detail-good-ls li:hover {
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
  border: 0.0625rem solid rgba(94, 105, 215, 0.2);
  -webkit-box-shadow: 0 0 0.625rem rgba(94, 105, 215, 0.2);
          box-shadow: 0 0 0.625rem rgba(94, 105, 215, 0.2);
}
.case-detail-good .case-detail-good-content .case-detail-good-ls li:hover a h4 {
  color: rgba(94, 105, 215, 0.9);
}

.child-tech .child-content .tech-left {
  float: left;
  width: 18.75rem;
  height: auto;
  background: #e4e6f0;
}
.child-tech .child-content .tech-left .tech-left-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2.5rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.5rem;
  color: #333;
}
.child-tech .child-content .tech-left .tech-left-nav li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2.5rem;
  padding-right: 3.125rem;
  height: 5.625rem;
  line-height: 5.625rem;
  font-size: 1.25rem;
}
.child-tech .child-content .tech-left .tech-left-nav li a {
  color: #333;
}
.child-tech .child-content .tech-left .tech-left-nav li i {
  position: absolute;
  right: 3.125rem;
  top: 50%;
  margin-top: -0.5rem;
  display: inline-block;
  width: 0.5rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-ta.png");
}
.child-tech .child-content .tech-left .tech-left-nav li.active {
  height: 5.125rem;
  line-height: 5.125rem;
  background: rgba(255, 255, 255, 0.81);
}
.child-tech .child-content .tech-left .tech-left-nav li.active a {
  color: #7f88dc;
}
.child-tech .child-content .tech-left .tech-left-nav li.active i {
  width: 1rem;
  height: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-ta-act.png");
}
.child-tech .child-content .tech-right {
  float: right;
  width: 66.625rem;
}
.child-tech .child-content .tech-right .tech-ls {
  margin-bottom: 4.375rem;
}
.child-tech .child-content .tech-right .tech-ls li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 0;
  height: 8.4375rem;
  border-bottom: 0.0625rem solid #ced0d8;
}
.child-tech .child-content .tech-right .tech-ls li .tech-ls-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 43.75rem;
}
.child-tech .child-content .tech-right .tech-ls li .tech-ls-left .tech-ls-icon {
  margin-right: 1.875rem;
  display: inline-block;
  width: 2.75rem;
  height: 3.125rem;
}
.child-tech .child-content .tech-right .tech-ls li .tech-ls-left .tech-ls-icon.icon-pdf {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-pdf.jpg");
}
.child-tech .child-content .tech-right .tech-ls li .tech-ls-left .tech-ls-icon.icon-word {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-word.jpg");
}
.child-tech .child-content .tech-right .tech-ls li .tech-ls-left .tech-ls-icon.icon-rar {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-ysb.png");
}
.child-tech .child-content .tech-right .tech-ls li .tech-ls-left .tech-ls-icon.icon-ppt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-ppt.png");
}
.child-tech .child-content .tech-right .tech-ls li .tech-ls-left .tech-ls-name h5 {
  margin-bottom: 0.75rem;
  max-width: 100%;
  font-size: 1.25rem;
  font-size: 1.125rem;
  color: #333;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.child-tech .child-content .tech-right .tech-ls li .tech-ls-left .tech-ls-name p {
  font-size: 1rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.child-tech .child-content .tech-right .tech-ls li .tech-ls-right {
  max-width: 18.75rem;
}
.child-tech .child-content .tech-right .tech-ls li .tech-ls-right span {
  font-size: 0.875rem;
  color: #666;
}
.child-tech .child-content .tech-right .tech-ls li .tech-ls-right span i {
  position: relative;
  top: 0.3125rem;
  right: 0.3125rem;
  display: inline-block;
  width: 1.375rem;
  height: 1.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-hot1.png");
}
.child-tech .child-content .tech-right .tech-ls li .tech-ls-right a {
  margin-left: 0.9375rem;
  display: inline-block;
  width: 8.375rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1rem;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg17.png");
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-tech .child-content .tech-right .tech-ls li .tech-ls-right a i {
  position: relative;
  right: 0.3125rem;
  top: 0.25rem;
  display: inline-block;
  width: 1.3125rem;
  height: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-download.png");
}
.child-tech .child-content .tech-right .tech-ls li:hover .tech-ls-left .tech-ls-name h5 {
  font-weight: bold;
}
.child-tech .child-content .tech-right .tech-ls li:hover .tech-ls-right a {
  width: 8.875rem;
  height: 2.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg16.png");
}

.child-news .news-ls {
  margin-bottom: 3.75rem;
}
.child-news .news-ls li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.125rem 0;
  height: 14.125rem;
  background: white;
  border-top: 0.0625rem solid #e4e6f0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-news .news-ls li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.child-news .news-ls li a .news-ls-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 62.5rem;
}
.child-news .news-ls li a .news-ls-left .news-ls-img {
  width: 23.75rem;
  height: 12.5rem;
  border-radius: 0.25rem 0 0 0.25rem;
  overflow: hidden;
}
.child-news .news-ls li a .news-ls-left .news-ls-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-news .news-ls li a .news-ls-left .news-ls-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 4.375rem;
  padding: 1.875rem 0;
}
.child-news .news-ls li a .news-ls-left .news-ls-name .news-ls-title {
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
  color: #333;
}
.child-news .news-ls li a .news-ls-left .news-ls-name .news-ls-des {
  font-size: 1rem;
  line-height: 1.625;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.child-news .news-ls li a .news-ls-right {
  padding-right: 3.75rem;
  width: 7.5rem;
}
.child-news .news-ls li a .news-ls-right small {
  margin-bottom: 0.9375rem;
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.875;
  color: #666;
}
.child-news .news-ls li a .news-ls-right span {
  display: inline-block;
  width: 7.0625rem;
  height: 2.375rem;
  line-height: 2.375rem;
  font-size: 1rem;
  color: #666;
  text-align: center;
  border: 0.0625rem solid #666;
  border-radius: 1.1875rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-news .news-ls li:last-child {
  border-bottom: 0.0625rem solid #e4e6f0;
}
.child-news .news-ls li:hover {
  background: #eff1f7;
}
.child-news .news-ls li:hover .news-ls-right span {
  color: white;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg18.png");
}

.child-item-title,
.about-item-title {
  margin-bottom: 3.125rem;
  text-align: center;
}
.child-item-title h3,
.about-item-title h3 {
  /*margin-bottom: 1.25rem;
  font-weight: normal;
  color: #1b1b1b;
  font-size: 2.25rem;
  line-height: 1.0555555556;*/
  margin-bottom: 1.25rem;
  color: black;
  font-size: 1.75rem;
  line-height: 1.3571428571;
  font-weight: normal;
  letter-spacing: 0.125rem;
}
.child-item-title p,
.about-item-title p {
  /*font-size: 1.5rem;
  line-height: 1.5833333333;
  color: #999;*/
  color: #666;
  font-size: 1.375rem;
  line-height: 1.5833333333;
  font-weight: lighter;
}

.child-item-title {
  padding-top: 3.4375rem;
}

.child-about {
  padding-bottom: 0;
}
/*.child-about .about-item .about-item-title h3 {
  font-size: 1.875rem;
  line-height: 1.2666666667;
}*/
.child-about .about-item .about-item-content .about-item-des {
  padding-bottom: 1.875rem;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  color: #1b1b1b;
}
.child-about .about-item .about-item-content .about-item-des img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.child-about .about-item .about-item-content .adv-ls {
  margin-bottom: 3.75rem;
}
.child-about .about-item .about-item-content .adv-ls li {
  float: left;
  margin-right: 1.3125rem;
  width: 21.5rem;
  height: 32.1875rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-about .about-item .about-item-content .adv-ls li .adv-ls-img {
  position: relative;
  width: 100%;
  height: 22.1875rem;
}
.child-about .about-item .about-item-content .adv-ls li .adv-ls-img span {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4.6875rem;
  width: 9.375rem;
  height: 9.375rem;
  line-height: 9.375rem;
  border-radius: 50%;
  text-align: center;
  background: white;
  color: #1b1b1b;
  font-size: 1.25rem;
  z-index: 2;
}
.child-about .about-item .about-item-content .adv-ls li .adv-ls-img span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3.75rem;
  margin-top: -3.75rem;
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg19.png");
  z-index: -1;
}
.child-about .about-item .about-item-content .adv-ls li .adv-ls-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 17.375rem;
}
.child-about .about-item .about-item-content .adv-ls li .adv-ls-name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem;
  width: 100%;
  height: 10rem;
  color: #333;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 0 0 0.9375rem rgba(14, 23, 56, 0.1);
          box-shadow: 0 0 0.9375rem rgba(14, 23, 56, 0.1);
}
.child-about .about-item .about-item-content .adv-ls li .adv-ls-name span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.child-about .about-item .about-item-content .adv-ls li:nth-child(4n), .child-about .about-item .about-item-content .adv-ls li:last-child {
  margin-right: 0;
}
.child-about .about-item .about-item-content .adv-ls li:hover {
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}
.child-about .about-item .about-item-content .adv-ls li:hover .adv-ls-name {
  -webkit-box-shadow: 0 0 0.9375rem rgba(14, 23, 56, 0.3);
          box-shadow: 0 0 0.9375rem rgba(14, 23, 56, 0.3);
}
.child-about .about-develop {
  padding-top: 4.0625rem;
  padding-bottom: 6.75rem;
  background: rgba(228, 230, 240, 0.65);
}
.child-about .about-develop .dev-img {
  text-align: center;
}
.child-about .about-develop .dev-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.child-about .about-honor {
  padding: 5rem 0;
}
.child-about .about-honor img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.child-about .about-contact {
  padding-top: 3.125rem;
  padding-bottom: 5rem;
  background: #edeef4;
}
.child-about .about-contact .about-addr-ls {
  margin-bottom: 3.4375rem;
}
.child-about .about-contact .about-addr-ls li {
  float: left;
  width: 33%;
  font-size: 0.875rem;
  line-height: 4;
  color: #4b4b4b;
}
.child-about .about-contact .about-addr-ls li span {
  font-size: 1rem;
  line-height: 3.5;
  color: #1b1b1b;
}
.child-about .about-contact .about-contact-bot {
  background: #f5f5f5;
}
.child-about .about-contact .about-contact-bot .about-contact-map {
  float: left;
  width: 45.0625rem;
  height: 17.375rem;
  overflow: hidden;
}
.child-about .about-contact .about-contact-bot .about-contact-map iframe {
  width: 100%;
  height: 100%;
}
.child-about .about-contact .about-contact-bot .about-contact-ls {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5rem 6.875rem;
  width: 44.9375rem;
  height: 17.375rem;
}
.child-about .about-contact .about-contact-bot .about-contact-ls p {
  font-size: 1.125rem;
  line-height: 3.1111111111;
  color: #3f4a85;
  font-weight: bold;
}
.child-about .about-contact .about-contact-bot .about-contact-ls p i {
  position: relative;
  top: 0.3125rem;
  margin-right: 1.25rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.child-about .about-contact .about-contact-bot .about-contact-ls p i.icon-call {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-call.png");
  background-size: contain;
}
.child-about .about-contact .about-contact-bot .about-contact-ls p i.icon-email {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-email.png");
  background-size: contain;
}
.child-about .about-contact .about-contact-bot .about-contact-ls p i.icon-pos {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-pos.png");
  background-size: contain;
}

.child-channel .channel-item .channel-item-title {
  margin: 3.125rem auto;
  color: #1b1b1b;
  font-size: 2.25rem;
  line-height: 1.0555555556;
  text-align: center;
}
.child-channel .channel-item .channel-item-content .channel-des {
  margin-bottom: 6.25rem;
  font-size: 1.25rem;
  line-height: 1.9;
  color: #1b1b1b;
  text-align: center;
}
.child-channel .channel-item .channel-item-content .channel-ls {
  margin-bottom: 3.75rem;
}
.child-channel .channel-item .channel-item-content .channel-ls li {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 0.9375rem;
  margin-right: 1.875rem;
  width: 28.4375rem;
  height: 15.625rem;
  background: #e4e6f0;
  border-radius: 0.25rem;
}
.child-channel .channel-item .channel-item-content .channel-ls li h4 {
  font-size: 1.375rem;
  line-height: 1.7272727273;
  color: #1b1b1b;
}
.child-channel .channel-item .channel-item-content .channel-ls li p {
  font-size: 1rem;
  line-height: 2;
  color: #1b1b1b;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.child-channel .channel-item .channel-item-content .channel-ls li i {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  display: inline-block;
  width: 5.6875rem;
  height: 4.1875rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.child-channel .channel-item .channel-item-content .channel-ls li:nth-child(3n), .child-channel .channel-item .channel-item-content .channel-ls li:last-child {
  margin-right: 0;
}
.child-channel .channel-item .channel-item-content .channel-img {
  margin-bottom: 4.0625rem;
  text-align: center;
}
.child-channel .channel-item .channel-item-content .channel-img img {
  margin: 0 auto;
  display: inline-block;
  width: 75.0625rem;
  height: 34.625rem;
}
.child-channel .channel-item .channel-item-content .channel-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.125rem 2.5rem;
  width: 44.375rem;
  height: 35rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(46, 60, 110, 0.21);
          box-shadow: 0 0 1.25rem rgba(46, 60, 110, 0.21);
}
.child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item h4 {
  margin-bottom: 3.125rem;
  font-size: 1.875rem;
  color: #333;
}
.child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item > p {
  font-size: 1.25rem;
  color: #333;
}
.child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item ul {
  margin-top: 1.25rem;
}
.child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item ul li h5,
.child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item ul li p {
  font-size: 1.125rem;
  line-height: 2.1111111111;
}
.child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item ul li h5 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.5625rem;
  color: #333;
}
.child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item ul li h5::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.1875rem;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: black;
}
.child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item ul li p {
  color: #666;
}
.child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item:first-child {
  margin-right: 1.25rem;
}
.child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item::after {
  content: '';
  position: absolute;
  right: 4.6875rem;
  top: 2.5rem;
  display: inline-block;
  min-width: 6.625rem;
  height: 8.125rem;
}
.child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item.c1::after {
  width: 6.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-c1.png");
}
.child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item.c2::after {
  width: 9.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-c2.png");
}
.child-channel .channel-item .channel-item-content.channel-form-box {
  margin-top: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg20.png");
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.125rem 0;
  width: 82.5rem;
  height: auto;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5rem 6.25rem;
  height: 100%;
  text-align: center;
  border: 0.0625rem solid white;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item h5 {
  margin-bottom: 3.125rem;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  color: white;
  font-weight: normal;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p {
  margin-bottom: 1.25rem;
  line-height: 4.0625rem;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="text"],
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="password"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.25rem;
  width: 28.25rem;
  height: 4.0625rem;
  line-height: 4.0625rem;
  border-radius: 0.25rem;
  background: white;
  color: #333;
  font-size: 1.125rem;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.flexp{
  display: flex;
  justify-content: space-between;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.flexp input[type="text"]{
  width: 16rem;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.flexp .send-btn{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem;
  width: 12rem;
  height: 4.0625rem;
  line-height: 4.0625rem;
  border-radius: 0.25rem;
  background: #ea7d43;
  color: #fff;
  font-size: 1.125rem;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="text"]::-webkit-input-placeholder,
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="password"]::-webkit-input-placeholder {
  color: #bfbfbf;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="text"]:-ms-input-placeholder,
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="password"]:-ms-input-placeholder {
  color: #bfbfbf;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="text"]::-ms-input-placeholder,
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="password"]::-ms-input-placeholder {
  color: #bfbfbf;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="text"]::placeholder,
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="password"]::placeholder {
  color: #bfbfbf;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="submit"],
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form .submitbtn {
  margin-top: 1.5625rem;
  width: 21.25rem;
  height: 3.75rem;
  background: none;
  border: none;
  font-size: 1.25rem;
  color: white;
  border-radius: 1.875rem;
  opacity: .6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/cbg-04.png");
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.nobtn input[type="submit"]{
  display: none;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form .submitbtn{
  margin: 1.5625rem auto 0;
  display: inline-block;
  line-height: 3.9rem;
  height: 3.9rem;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="submit"]:hover,
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p .submitbtn:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-box-shadow: 0 0 1.25rem rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 1.25rem rgba(255, 255, 255, 0.3);
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.channel-form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5625rem;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.channel-form-check span {
  position: relative;
  padding-left: 1.875rem;
  color: white;
  font-size: 1rem;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.channel-form-check span i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.6875rem;
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-check.png");
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.channel-form-check span input {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.6875rem;
  width: 1.375rem;
  height: 1.375rem;
  opacity: 0;
  z-index: 3;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.channel-form-check span input:checked + i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-check-act.png");
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.channel-form-check span a {
  color: white;
  z-index: 5;
  text-decoration: underline;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.nomb {
  margin-bottom: 0;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item:first-child {
  border-right: none;
}
.child-channel .channel-pt {
  padding-top: 1.875rem;
}
.child-channel .channel-pt .channel-list li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12.8125rem;
  height: 6.25rem;
  border: 0.0625rem solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-channel .channel-pt .channel-list li img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.child-channel .channel-pt .channel-list li:hover {
  -webkit-box-shadow: 0 0 0.9375rem rgba(193, 198, 251, 0.15);
          box-shadow: 0 0 0.9375rem rgba(193, 198, 251, 0.15);
  border: 0.0625rem solid #c1c6fb;
}

.child-exp .exp-item .exp-item-des {
  margin: 0 auto;
  margin-bottom: 1.25rem;
  width: 75rem;
}
.child-exp .exp-item .exp-item-des p {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #1b1b1b;
}
.child-exp .exp-item .exp-item-des img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.child-exp .exp-item.exp-item-sen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 43.75rem;
}
.child-exp .exp-item.exp-item-sen .exp-sen-left {
  position: relative;
  width: 61.875%;
  height: 100%;
}
.child-exp .exp-item.exp-item-sen .exp-sen-left .exp-sen-title {
  position: absolute;
  top: 5.3125rem;
  left: 15.3125rem;
  font-size: 2.25rem;
  line-height: 1.0555555556;
  color: white;
  font-weight: normal;
  z-index: 2;
}
.child-exp .exp-item.exp-item-sen .exp-sen-left .swiper-exp {
  width: 100%;
  height: 100%;
}
.child-exp .exp-item.exp-item-sen .exp-sen-left .swiper-exp .swiper-pagination {
  position: absolute;
  left: 15.3125rem;
  bottom: 2.8125rem;
  width: auto;
  height: 0.3125rem;
  line-height: 0.3125rem;
}
.child-exp .exp-item.exp-item-sen .exp-sen-left .swiper-exp .swiper-pagination span {
  margin-right: 0.3125rem;
  width: 2.5rem;
  height: 1rem;
  border-radius: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-exp .exp-item.exp-item-sen .exp-sen-left .swiper-exp .swiper-pagination span.swiper-pagination-bullet {
  background: white;
  opacity: 1;
}
.child-exp .exp-item.exp-item-sen .exp-sen-left .swiper-exp .swiper-pagination span.swiper-pagination-bullet-active {
  background-image: linear-gradient(to bottom right, #06e15e, #65cceb);
}
.child-exp .exp-item.exp-item-sen .exp-sen-left .exp-ls-item .exp-sen-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.child-exp .exp-item.exp-item-sen .exp-sen-left .exp-ls-item .exp-sen-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.child-exp .exp-item.exp-item-sen .exp-sen-left .exp-ls-item .exp-sen-name {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15.3125rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 4.0625rem;
  width: 100%;
  height: 14.375rem;
  background: rgba(32, 55, 99, 0.38);
}
.child-exp .exp-item.exp-item-sen .exp-sen-left .exp-ls-item .exp-sen-name h4 {
  margin-bottom: 0.625rem;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  color: white;
  font-weight: normal;
}
.child-exp .exp-item.exp-item-sen .exp-sen-left .exp-ls-item .exp-sen-name p {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  color: white;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.child-exp .exp-item.exp-item-sen .exp-sen-left .exp-ls-item .exp-sen-name span {
  position: absolute;
  right: 4.0625rem;
  top: 9.0625rem;
  margin-left: auto;
  margin-top: 0.3125rem;
  display: inline-block;
  width: 9rem;
  height: 2.875rem;
  line-height: 2.875rem;
  text-align: center;
  background: white;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  color: #333;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-exp .exp-item.exp-item-sen .exp-sen-left .exp-ls-item .exp-sen-name span:hover {
  color: white;
  background-image: linear-gradient(to bottom right, #06e15e, #65cceb);
  -webkit-box-shadow: 0 0 0.3125rem rgba(255, 255, 255, 0.88);
          box-shadow: 0 0 0.3125rem rgba(255, 255, 255, 0.88);
}
.child-exp .exp-item.exp-item-sen .exp-sen-right {
  position: relative;
  width: 38.125%;
  height: 100%;
}
.child-exp .exp-item.exp-item-sen .exp-sen-right img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.child-exp .exp-item.exp-item-sen .exp-sen-right a {
  position: absolute;
  left: 14.375rem;
  bottom: 4.0625rem;
  display: inline-block;
  width: 10.3125rem;
  height: 3.9375rem;
  line-height: 3.9375rem;
  color: white;
  font-size: 1.5rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid white;
  text-align: center;
}
.child-exp .exp-item.exp-item-sen .exp-sen-right a:hover {
    color: white;
    background-image: linear-gradient(to bottom right, #06e15e, #65cceb);
    -webkit-box-shadow: 0 0 0.3125rem rgba(236, 107, 25, 0.88);
    box-shadow: 0 0 0.3125rem rgba(0, 153, 102, 0.88);
}
.child-exp .exp-item .exp-item-content .exp-power li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.625rem;
  padding: 2.1875rem 1.5625rem;
  width: 22rem;
  height: 25rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(193, 198, 251, 0.25);
          box-shadow: 0 0 1.25rem rgba(193, 198, 251, 0.25);
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top {
  margin-bottom: 2.8125rem;
  height: 5.625rem;
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-left {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1.875rem;
  padding-bottom: 2.1875rem;
  font-size: 1.5rem;
  color: #424b9d;
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-left::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 3rem;
  height: 0.25rem;
  background: #7b82c6;
  border-radius: 0.125rem;
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right {
  float: right;
  position: relative;
  display: none;
  width: 5.625rem;
  height: 5.625rem;
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right .pie {
  margin-top: 0;
  width: 5.625rem;
  height: 5.625rem;
  background: #fe2b15;
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right .pie .pieLeft,
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right .pie .pieRight {
  width: 5.625rem;
  height: 5.625rem;
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right .pie .pieLeftInner,
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right .pie .pieRightInner {
  width: 5.625rem;
  height: 5.625rem;
  background: #f4cac6;
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right .pie .pieInner {
  top: 0.625rem;
  left: 0.625rem;
  margin: 0;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-circle {
  float: right;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.625rem;
  height: 5.625rem;
  text-align: center;
  border-radius: 50%;
  color: #fe6015;
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-circle span {
  padding-top: 0.625rem;
  width: 50%;
  height: 50%;
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-circle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.625rem solid #fe2b15;
  z-index: 2;
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-circle.exp-power-icon1, .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-circle.exp-power-icon2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-exp6.png");
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-circle.exp-power-icon3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-exp7.png");
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-circle.exp-power-icon4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-exp8.png");
}
.child-exp .exp-item .exp-item-content .exp-power li .exp-power-bot {
  color: #333;
  font-size: 1rem;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.child-exp .exp-item .exp-item-content .exp-power li:nth-child(4n), .child-exp .exp-item .exp-item-content .exp-power li:last-child {
  margin-right: 0;
}
.child-exp .exp-item .exp-item-content .exp-area-des {
  color: #333;
  font-size: 1.125rem;
  line-height: 2.1111111111;
}
.child-exp .exp-item .exp-item-content .exp-area-video {
  margin-top: 1.25rem;
  position: relative;
  width: 100%;
  height: auto;
}
.child-exp .exp-item .exp-item-content .exp-area-video img {
  width: 100%;
  height: auto;
}
.child-exp .exp-item .exp-item-content .exp-area-video .play-bnt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.0625rem;
  margin-left: -2.0625rem;
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-play1.png");
}
.child-exp .exp-item.exp-service {
  padding-bottom: 6.25rem;
  background: #e4e6f0;
}
.child-exp .exp-item.exp-service .exp-service-ls li {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 3.125rem;
    width: 15.4375rem;
    height: 12.625rem;
    background: #abd2c8;
    border: 0.1875rem solid #009688;
    border-radius: 0.25rem;
}
.child-exp .exp-item.exp-service .exp-service-ls li i {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 3.25rem;
  max-height: 3.25rem;
}
.child-exp .exp-item.exp-service .exp-service-ls li span {
  margin-top: 1.5625rem;
  color: #273059;
  font-size: 1.25rem;
  line-height: 1.9;
}
.child-exp .exp-item.exp-service .exp-service-ls li:nth-child(5n), .child-exp .exp-item.exp-service .exp-service-ls li:last-child {
  margin-right: 0;
}
.child-exp .exp-case .exp-case-ls {
  margin-bottom: 4.375rem;
}
.child-exp .exp-case .exp-case-ls li {
  margin-right: 2rem;
  float: left;
  width: 21rem;
  height: 15.5rem;
}
.child-exp .exp-case .exp-case-ls li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.child-exp .exp-case .exp-case-ls li a .exp-case-img {
  width: 100%;
  height: 100%;
}
.child-exp .exp-case .exp-case-ls li a .exp-case-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-exp .exp-case .exp-case-ls li a .exp-case-name {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem;
  width: 100%;
  height: 3.75rem;
  background: rgba(0, 0, 0, 0.37);
  color: white;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-exp .exp-case .exp-case-ls li a .exp-case-name h4 {
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  color: white;
  font-weight: normal;
}
.child-exp .exp-case .exp-case-ls li a .exp-case-name p {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: white;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.child-exp .exp-case .exp-case-ls li a .exp-case-name span {
  display: inline-block;
  width: 6.9375rem;
  height: 2.125rem;
  line-height: 2.125rem;
  text-align: center;
  background-image: linear-gradient(to bottom right, #06e15e, #65cceb);
  border: 0.0625rem solid white;
  border-radius: 1.0625rem;
}
.child-exp .exp-case .exp-case-ls li:hover a .exp-case-name {
  padding-top: 6.25rem;
  height: 100%;
}
.child-exp .exp-case .exp-case-ls li:hover a .exp-case-name h4 {
  margin-bottom: 0.9375rem;
}
.child-exp .exp-case .exp-case-ls li:last-child {
  margin-right: 0;
}
.child-exp .child-form {
  height: auto;
}

.child-soft {
  padding-bottom: 0;
}
.child-soft .soft-type .child-item-title {
  padding-top: 0.625rem;
}
.child-soft .soft-type .type-ls a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21.25rem;
  height: 25rem;
  background: #eaeaea;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-soft .soft-type .type-ls a .type-img {
  width: 18.75rem;
  height: 17.5rem;
  text-align: center;
  overflow: hidden;
}
.child-soft .soft-type .type-ls a .type-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-soft .soft-type .type-ls a .type-name {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  color: #333;
}
.child-soft .soft-type .type-ls a:hover {
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}
/*.child-soft .soft-type .type-ls a:hover .type-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}*/
.child-soft .soft-type .type-prev,
.child-soft .soft-type .type-next {
  width: 3.625rem;
  height: 3.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-arrow-right1.png");
}
.child-soft .soft-type .type-prev::after,
.child-soft .soft-type .type-next::after {
  display: none;
}
.child-soft .soft-type .type-prev {
  left: -4.25rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.child-soft .soft-type .type-next {
  right: -4.25rem;
}

.child-soft-des {
  margin-bottom: 3.75rem;
  height: 21.875rem;
}
.child-soft-des .soft-des-left {
  float: left;
  width: 37.5rem;
  height: 100%;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.17);
  border-radius: 0.25rem;
  overflow: hidden;
}
.child-soft-des .soft-des-left img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.child-soft-des .soft-des-left video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.child-soft-des .soft-des-right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 48.125rem;
  height: 100%;
  font-size: 1.25rem;
  line-height: 1.9;
  color: #1b1b1b;
}

.soft-use {
  background: #f5f5f5;
}
.soft-use .soft-use-ls li {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.8125rem;
  margin-right: 15rem;
  width: 18.625rem;
  height: 18.625rem;
}
.soft-use .soft-use-ls li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7rem;
  height: 7rem;
  border-radius: 0.25rem;
  background: #e2e3f5;
}
.soft-use .soft-use-ls li i img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.soft-use .soft-use-ls li h4 {
  margin: 0.625rem auto;
  font-size: 1.25rem;
  line-height: 1.9;
  color: #424b9d;
}
.soft-use .soft-use-ls li p {
  font-size: 1rem;
  line-height: 1.875;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 7.5rem;
}
.soft-use .soft-use-ls li:nth-child(3n) {
  margin-right: 0;
}
.soft-use .soft-use-ls.soft-use-hard {
  padding-bottom: 0;
}
.soft-use .soft-use-ls.soft-use-hard li {
  margin-bottom: 1.5625rem;
  margin-right: 16.875rem;
}
.soft-use .soft-use-ls.soft-use-hard li:nth-child(3n) {
  margin-right: 0;
}

.soft-spec {
  position: relative;
  margin-bottom: 3.75rem;
}
.soft-spec .soft-item-content {
  position: relative;
}
.soft-spec .spec-ls {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem 0;
}
.soft-spec .spec-ls a {
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.17);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: auto;
}
.soft-spec .spec-ls a .spec-img {
  width: 100%;
  height: 14rem;
  border-radius: 0.25rem 0.25rem 0 0;
  overflow: hidden;
}
.soft-spec .spec-ls a .spec-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.soft-spec .spec-ls a .spec-name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.1875rem 0.625rem;
  width: 100%;
  height: 11.25rem;
  text-align: center;
  border-radius: 0 0 0.25rem 0.25rem;
}
.soft-spec .spec-ls a .spec-name h4 {
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
  line-height: 1.9;
  color: #1b1b1b;
  font-weight: normal;
}
.soft-spec .spec-ls a .spec-name p {
  font-size: 1rem;
  line-height: 1.875;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.soft-spec .spec-ls a:hover {
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}
/*.soft-spec .spec-ls a:hover .spec-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}*/
.soft-spec .spec-prev,
.soft-spec .spec-next {
  top: 38%;
  width: 3.625rem;
  height: 3.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-arrow-right1.png");
}
.soft-spec .spec-prev::after,
.soft-spec .spec-next::after {
  display: none;
}
.soft-spec .spec-prev {
  left: -4.25rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.soft-spec .spec-next {
  right: -4.25rem;
}

.soft-spec1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg21.png");
}
.soft-spec1 .child-item-title {
  padding-top: 5.625rem;
}
.soft-spec1 .child-item-title h3 {
  color: white;
}
.soft-spec1 .spec-ls {
  margin-bottom: 4.0625rem;
}
.soft-spec1 .spec-ls a .spec-name {
  padding: 1.875rem 1.25rem;
  background: white;
  height: 11.625rem;
}
.soft-spec1 .spec-ls a .spec-name h4 {
  margin-bottom: 0.3125rem;
}
.soft-spec1 .spec-ls a .spec-name p {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.soft-spec1 .spec-prev,
.soft-spec1 .spec-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-arrow-right2.png");
}
.soft-spec1 .spec-prev::after,
.soft-spec1 .spec-next::after {
  display: none;
}
.soft-spec1 .spec-prev {
  left: -4.25rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.soft-form {
  padding: 4.5rem 0;
  height: auto;
  background: #e4e6f0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg23.png");
}
.soft-form .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.soft-form .inner span {
  position: relative;
  display: inline-block;
  padding-left: 4.375rem;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 2.125rem;
  color: #0b1843;
}
.soft-form .inner span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5rem;
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-call1.png");
}
.soft-form .inner form input[type="text"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 2.1875rem;
  padding: 0.9375rem 2.5rem;
  width: 20.375rem;
  height: 3.75rem;
  line-height: 3.75rem;
  background: white;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  color: #333;
  border: 0.0625rem solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.soft-form .inner form input[type="text"]::-webkit-input-placeholder {
  font-size: 1.125rem;
  color: #bfbfbf;
}
.soft-form .inner form input[type="text"]:-ms-input-placeholder {
  font-size: 1.125rem;
  color: #bfbfbf;
}
.soft-form .inner form input[type="text"]::-ms-input-placeholder {
  font-size: 1.125rem;
  color: #bfbfbf;
}
.soft-form .inner form input[type="text"]::placeholder {
  font-size: 1.125rem;
  color: #bfbfbf;
}
.soft-form .inner form input[type="text"]:focus {
  border: 0.0625rem solid #0b1843;
  -webkit-box-shadow: 0 0 0.625rem rgba(11, 24, 67, 0.3);
          box-shadow: 0 0 0.625rem rgba(11, 24, 67, 0.3);
}
.soft-form .inner form input[type="submit"] {
  width: 23.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  background: rgba(234, 125, 67, 0.78);
  color: white;
  font-size: 1.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.soft-form .inner form input[type="submit"]:hover, .soft-form .inner form input[type="submit"]:focus {
  background: #ea7d43;
  -webkit-box-shadow: 0 0 0.625rem rgba(234, 125, 67, 0.99);
          box-shadow: 0 0 0.625rem rgba(234, 125, 67, 0.99);
}

.child-solve {
  padding-bottom: 0;
}
.child-solve .child-content .solve-item .solve-item-content .solve-des {
  margin: 0 auto;
  max-width: 69.25rem;
  font-size: 1.25rem;
  line-height: 1.9;
  color: #1b1b1b;
  text-align: center;
}
.child-solve .child-content .solve-item .solve-item-content .app-ls li {
  margin-right: 1.875rem;
  margin-bottom: 2.5rem;
  float: left;
  width: 28.75rem;
  height: 26.25rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 0 0.625rem rgba(11, 24, 67, 0.1);
          box-shadow: 0 0 0.625rem rgba(11, 24, 67, 0.1);
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-solve .child-content .solve-item .solve-item-content .app-ls li .app-ls-img {
  width: 100%;
  height: 15.625rem;
  overflow: hidden;
}
.child-solve .child-content .solve-item .solve-item-content .app-ls li .app-ls-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .54s;
  transition: all .54s;
}
.child-solve .child-content .solve-item .solve-item-content .app-ls li .app-ls-name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem 1.875rem;
  width: 100%;
  height: 10.625rem;
}
.child-solve .child-content .solve-item .solve-item-content .app-ls li .app-ls-name .app-ls-title {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #424b9d;
}
.child-solve .child-content .solve-item .solve-item-content .app-ls li .app-ls-name .app-ls-des {
  color: #333;
  font-size: 1rem;
  line-height: 1.875;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.child-solve .child-content .solve-item .solve-item-content .app-ls li:nth-child(3n) {
  margin-right: 0;
}
.child-solve .child-content .solve-item .solve-item-content .app-ls li:hover {
  -webkit-transform: translateY(-0.1875rem);
          transform: translateY(-0.1875rem);
  -webkit-box-shadow: 0 0 0.9375rem rgba(11, 24, 67, 0.3);
          box-shadow: 0 0 0.9375rem rgba(11, 24, 67, 0.3);
}
.child-solve .child-content .solve-item .solve-item-content .way-ls {
  margin-bottom: 3.75rem;
}
.child-solve .child-content .solve-item .solve-item-content .way-ls li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.8125rem;
  padding: 1.25rem 1.875rem;
  width: 21.875rem;
  height: 12.5rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(11, 24, 67, 0.2);
          box-shadow: 0 0 0.625rem rgba(11, 24, 67, 0.2);
}
.child-solve .child-content .solve-item .solve-item-content .way-ls li .way-ls-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
}
.child-solve .child-content .solve-item .solve-item-content .way-ls li .way-ls-title i {
  margin-right: 1.25rem;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-z8.png");
}
.child-solve .child-content .solve-item .solve-item-content .way-ls li .way-ls-title span {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  color: #333;
  font-weight: bold;
}
.child-solve .child-content .solve-item .solve-item-content .way-ls li .way-ls-des {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.875;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.child-solve .child-content .solve-item .solve-item-content .way-ls li:last-child {
  margin-right: 0;
}
.child-solve .child-content .solve-succ {
  position: relative;
  padding-bottom: 8.125rem;
}
.child-solve .child-content .solve-succ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 29.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/pbg-1.png");
  z-index: -1;
}
.child-solve .child-content .solve-succ .child-item-title h3 {
  color: white;
}
.child-solve .child-content .solve-succ .solve-succ-ls {
  position: relative;
  top: 3.125rem;
}
.child-solve .child-content .solve-succ .solve-succ-ls li {
  float: left;
  position: relative;
  margin-right: 2.3125rem;
  width: 28.4375rem;
  height: 20.9375rem;
  overflow: hidden;
}
.child-solve .child-content .solve-succ .solve-succ-ls li .solve-succ-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.child-solve .child-content .solve-succ .solve-succ-ls li .solve-succ-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.child-solve .child-content .solve-succ .solve-succ-ls li .solve-succ-name {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3.75rem;
  width: 100%;
  height: 100%;
  color: white;
  background: transparent;
  -webkit-transform: translateY(83%);
          transform: translateY(83%);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-solve .child-content .solve-succ .solve-succ-ls li .solve-succ-name h4 {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.9;
}
.child-solve .child-content .solve-succ .solve-succ-ls li .solve-succ-name p {
  margin: 1.25rem 0;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.child-solve .child-content .solve-succ .solve-succ-ls li .solve-succ-name a {
  display: inline-block;
  width: 6.9375rem;
  height: 2.125rem;
  line-height: 2.125rem;
  text-align: center;
  border-radius: 1.0625rem;
  color: white;
  border: 0.0625rem solid white;
}
.child-solve .child-content .solve-succ .solve-succ-ls li:hover .solve-succ-name {
  padding: 4.375rem 3.75rem;
  /*background: rgba(4, 6, 12, 0.46);*/
  background: rgba(4, 6, 12, 0.9);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.child-solve .child-content .solve-succ .solve-succ-ls li:last-child {
  margin-right: 0;
}
.child-solve .child-content .solve-frame .solve-item-content {
  padding: 3.75rem 0;
  background: rgba(230, 238, 240, 0.95);
  text-align: center;
}
.child-solve .child-content .solve-frame .solve-item-content .solve-des {
  /*max-width: 90.0625rem;*/
  max-width: 70.0625rem;
}
.child-solve .child-content .solve-frame .solve-item-content img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.child-solve .child-content .solve-flow {
  padding-bottom: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/pbg-3.png");
}
.child-solve .child-content .solve-flow .child-item-title h3 {
  color: white;
}
.child-solve .child-content .solve-flow .solve-item-content {
  padding: 0;
  background: none;
}
.child-solve .child-content .solve-flow .solve-item-content .solve-flow-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 75rem;
  height: 8.125rem;
}
.child-solve .child-content .solve-flow .solve-item-content .solve-flow-ls li {
  width: 10rem;
  height: 100%;
  text-align: center;
}
.child-solve .child-content .solve-flow .solve-item-content .solve-flow-ls li .solve-flow-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 1.875rem auto;
  width: 4.625rem;
  height: 4.625rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}
.child-solve .child-content .solve-flow .solve-item-content .solve-flow-ls li .solve-flow-img img {
  width: 3rem;
  height: auto;
}
.child-solve .child-content .solve-flow .solve-item-content .solve-flow-ls li .solve-flow-name {
  font-size: 1.125rem;
  color: white;
  line-height: 1;
}
.child-solve .child-content .solve-flow .solve-item-content .solve-flow-ls .solve-flow-icon {
  position: relative;
  top: -1.5625rem;
}
.child-solve .child-content .solve-feature {
  padding-bottom: 7.5rem;
}
.child-solve .child-content .solve-feature .solve-feature-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.3125rem;
  height: 5rem;
  border-bottom: 0.0625rem solid #5e5e5e;
}
.child-solve .child-content .solve-feature .solve-feature-nav span {
  display: inline-block;
  width: auto;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.25rem;
  color: #2b2e48;
  cursor: pointer;
  overflow: hidden;
}
.child-solve .child-content .solve-feature .solve-feature-nav span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 13rem;
  height: 0.25rem;
  background: #13227b;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.child-solve .child-content .solve-feature .solve-feature-nav span.active {
  position: relative;
  font-size: 1.375rem;
  color: #333;
  font-weight: bold;
}
.child-solve .child-content .solve-feature .solve-feature-nav span.active::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.child-solve .child-content .solve-feature .solve-feature-content {
  position: relative;
  height: 23.5rem;
  overflow: hidden;
}
.child-solve .child-content .solve-feature .solve-feature-item {
  position: absolute;
  bottom: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  background: white;
  /*-webkit-transition: all 1s;
  transition: all 1s;*/
}
.child-solve .child-content .solve-feature .solve-feature-item .solve-feature-img {
  margin-right: 0.6875rem;
  width: 34.9375rem;
  height: 100%;
  overflow: hidden;
}
.child-solve .child-content .solve-feature .solve-feature-item .solve-feature-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.child-solve .child-content .solve-feature .solve-feature-item .solve-feature-name {
  /*max-width: 48.75rem;*/
  height: 100%;
  overflow: hidden;
  width: calc((100% - 36rem) - 40px);
}
.child-solve .child-content .solve-feature .solve-feature-item .solve-feature-name .solve-feature-title {
  margin-bottom: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  color: #333;
}
.child-solve .child-content .solve-feature .solve-feature-item .solve-feature-name .solve-feature-des {
  font-size: 1rem;
  line-height: 2.375;
  color: #333;
}
.child-solve .child-content .solve-feature .solve-feature-item.active {
  bottom: 0;
}
.child-solve .child-content .solve-frame1 {
  padding-bottom: 4.6875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/pbg-4.png");
}
.child-solve .child-content .solve-frame1 .child-item-title h3 {
  color: white;
}
.child-solve .child-content .solve-frame1 .solve-item-content {
  padding: 0;
  background: none;
}
.child-solve .child-content .solve-frame2 .solve-item-content {
  padding: 0;
  padding-bottom: 1.875rem;
  background: none;
}
.child-solve .child-content .solve-frame2 .solve-item-content .solve-des {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.child-solve .child-content .solve-use {
  background: white;
}
.child-solve .child-content .solve-spec {
  margin-bottom: 0;
}
.child-solve .child-content .solve-spec .child-item-title h3 {
  color: #1b1b1b;
}
.child-solve .child-content .solve-spec .spec-prev,
.child-solve .child-content .solve-spec .spec-next {
  top: 38%;
  width: 3.625rem;
  height: 3.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-arrow-right1.png");
}
.child-solve .child-content .solve-spec .spec-prev::after,
.child-solve .child-content .solve-spec .spec-next::after {
  display: none;
}
.child-solve .child-content .solve-spec .spec-prev {
  left: -4.25rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.child-solve .child-content .solve-spec .spec-next {
  right: -4.25rem;
}
.child-solve .child-content .solve-rela .solve-rela-ls {
  margin: 0 auto;
  padding-bottom: 6.5625rem;
  max-width: 110.625rem;
}
.child-solve .child-content .solve-rela .solve-rela-ls li {
  float: left;
  margin-right: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27.125rem;
  height: 32.125rem;
  background: #eaeaea;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-solve .child-content .solve-rela .solve-rela-ls li .solve-rela-img {
  width: 23.75rem;
  height: 20.625rem;
  text-align: center;
  overflow: hidden;
}
.child-solve .child-content .solve-rela .solve-rela-ls li .solve-rela-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-solve .child-content .solve-rela .solve-rela-ls li .solve-rela-name {
  margin-top: 1.875rem;
  text-align: center;
}
.child-solve .child-content .solve-rela .solve-rela-ls li .solve-rela-name span {
  font-size: 1.125rem;
  line-height: 2.1111111111;
  color: #333;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-solve .child-content .solve-rela .solve-rela-ls li .solve-rela-name a {
  display: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-solve .child-content .solve-rela .solve-rela-ls li:last-child {
  margin-right: 0;
}
.child-solve .child-content .solve-rela .solve-rela-ls li:hover {
  position: relative;
  background: white;
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.17);
}
.child-solve .child-content .solve-rela .solve-rela-ls li:hover .solve-rela-name {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.1875rem;
  width: 100%;
  height: 7rem;
  background: rgba(106, 117, 210, 0.92);
}
.child-solve .child-content .solve-rela .solve-rela-ls li:hover .solve-rela-name span,
.child-solve .child-content .solve-rela .solve-rela-ls li:hover .solve-rela-name a {
  color: white;
}
.child-solve .child-content .solve-rela .solve-rela-ls li:hover .solve-rela-name span {
  position: relative;
  margin-right: 2.1875rem;
  padding-right: 2.1875rem;
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.7272727273;
}
.child-solve .child-content .solve-rela .solve-rela-ls li:hover .solve-rela-name span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12.0.3125rem;
  display: inline-block;
  width: 0.0625rem;
  height: 1.5625rem;
  background: white;
}
.child-solve .child-content .solve-rela .solve-rela-ls li:hover .solve-rela-name a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 10.8125rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 1.5rem;
  color: white;
  border: 0.0625rem solid white;
}

.child-pro {
  padding-bottom: 6.25rem;
}
.child-pro .pro-nav {
  margin-bottom: 3.125rem;
}
.child-pro .pro-nav a {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  display: inline-block;
  width: 10rem;
  height: 4.25rem;
  line-height: 4.25rem;
  text-align: center;
  font-size: 1.25rem;
  border-radius: 0.125rem;
  color: #333;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-pro .pro-nav a:hover, .child-pro .pro-nav a.active {
  color: white;
  background: rgba(84, 91, 164, 0.81);
}
.child-pro .pro-nav a:first-child {
  /*background: rgba(245, 245, 245, 0.81);*/
}
.child-pro .pro-ls li {
  float: left;
  margin-right: 2.5rem;
  margin-bottom: 2.8125rem;
  width: 28.1875rem;
  height: 27.875rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 0 0 0.625rem rgba(199, 205, 237, 0.35);
          box-shadow: 0 0 0.625rem rgba(199, 205, 237, 0.35);
}
.child-pro .pro-ls li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.child-pro .pro-ls li a .pro-ls-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 21.0625rem;
  background: #efefef;
  overflow: hidden;
}
.child-pro .pro-ls li a .pro-ls-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.child-pro .pro-ls li a .pro-ls-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.1875rem;
  width: 100%;
  height: 6.8125rem;
  background: white;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.child-pro .pro-ls li a .pro-ls-name strong {
  font-size: 1.25rem;
  color: #666;
  font-weight: normal;
}
.child-pro .pro-ls li a .pro-ls-name span {
  display: inline-block;
  width: 9.125rem;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 1.25rem;
  text-align: center;
  color: #666;
  border: 0.0625rem solid #666;
  border-radius: 1.375rem;
}
.child-pro .pro-ls li:nth-child(3n) {
  margin-right: 0;
}
.child-pro .pro-ls li:hover {
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
  -webkit-box-shadow: 0 0 0.625rem rgba(139, 146, 212, 0.35);
          box-shadow: 0 0 0.625rem rgba(139, 146, 212, 0.35);
}
.child-pro .pro-ls li:hover a .pro-ls-name {
  background: #8b92d4;
}
.child-pro .pro-ls li:hover a .pro-ls-name strong {
  color: white;
}
.child-pro .pro-ls li:hover a .pro-ls-name span {
  border: 0.0625rem solid white;
  color: white;
}

.child-res {
  padding-bottom: 2.5rem;
}

.resolve-ls li {
  margin-right: 2.5rem;
  margin-bottom: 3.4375rem;
  float: left;
  width: 43.75rem;
  height: 25rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.resolve-ls li a {
  display: block;
  width: 100%;
  height: 100%;
}
.resolve-ls li a .resolve-ls-img {
  float: left;
  width: 18.75rem;
  height: 25rem;
  background: #666;
  -webkit-box-shadow: 0 0 0.625rem rgba(199, 205, 237, 0.35);
          box-shadow: 0 0 0.625rem rgba(199, 205, 237, 0.35);
}
.resolve-ls li a .resolve-ls-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.resolve-ls li a .resolve-ls-name {
  float: right;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.75rem 1.875rem;
  top: 1.875rem;
  width: 25rem;
  height: 23.125rem;
  background: rgba(245, 245, 245, 0.81);
  -webkit-box-shadow: 0 0 0.625rem rgba(199, 205, 237, 0.35);
          box-shadow: 0 0 0.625rem rgba(199, 205, 237, 0.35);
}
.resolve-ls li a .resolve-ls-name h4 {
  margin-bottom: 2.1875rem;
  font-size: 1.625rem;
  color: #333;
}
.resolve-ls li a .resolve-ls-name > div {
  font-size: 1rem;
  line-height: 2.75;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.resolve-ls li a .resolve-ls-name > span {
  margin-left: auto;
  display: block;
  margin-top: 3.75rem;
  width: 9.125rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border-radius: 1.375rem;
  color: white;
  font-size: 1rem;
  text-align: center;
  background: rgba(131, 138, 212, 0.7);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.resolve-ls li:nth-child(2n) {
  margin-right: 0;
}
.resolve-ls li:hover a .resolve-ls-img {
  -webkit-box-shadow: 0 0 0.625rem rgba(199, 205, 237, 0.55);
          box-shadow: 0 0 0.625rem rgba(199, 205, 237, 0.55);
}
.resolve-ls li:hover a .resolve-ls-name {
  -webkit-box-shadow: 0 0 0.625rem rgba(199, 205, 237, 0.55);
          box-shadow: 0 0 0.625rem rgba(199, 205, 237, 0.55);
}
.resolve-ls li:hover a .resolve-ls-name > span {
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
  background: #838ad4;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(131, 138, 212, 0.5);
          box-shadow: 0 0.3125rem 0.625rem rgba(131, 138, 212, 0.5);
}


/*2021/9/28*/
.child-about .about-contact .about-addr-ls{
  display: flex;
  flex-wrap: wrap;
}
.child-about .about-contact .about-addr-ls li{
  line-height: 1.2;
  padding: 1.4em 30px 1.4em 0;
  box-sizing: border-box;
}
.child-solve .child-content .solve-flow{
  padding: 0;
  background: none;
}
.soft-item .child-item-title h3{
  font-size: 1.55rem;
}


/*2021/10/8*/
.child-nav{
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  border: none;
}
.new_content{
  display: none;
}
@media screen and (min-width: 769px) {
  .gsdt .child-nav{
    display: block;
    margin: 3.4375rem auto 4.125rem auto;
    height: 4.3125rem;
    border-bottom: 0.0625rem solid #ccc;
    overflow: visible;
  }
  .gsdt .child-nav .child-nav-left{
    display: none;
  }
  .gsdt .child-nav .child-nav-right{
    float: left;
  }
  .gsdt .new_content{
    display: block;
    text-align: center;
    margin: 1.125rem auto;
  }
  .gsdt .new_content span{
    display: inline-block;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .gsdt .child-content{
    margin-top: 0.55rem;
  }
  .gsdt .case-detail .case-detail-des{
    margin-top: 0.1rem;
  }
}
.child-news .news-ls li{
  border: none;
}
.child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.channel-form-check span i{
  background: #fff;
}
.child-pro .pro-ls li a .pro-ls-img img{
  max-height: 90%;
  max-width: 90%;
}
.child-solve .child-content .solve-item .solve-item-content .way-ls li{
-webkit-transition: all .5s;
    transition: all .5s;
}
.child-solve .child-content .solve-item .solve-item-content .way-ls li:hover{
  -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-box-shadow: 0 0 0.625rem rgb(0 0 0 / 17%);
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 17%);
    z-index: 10;
    background: #fff;
}



/*2021/10/26*/
.child-solve .child-content .solve-succ .solve-succ-ls li .solve-succ-name{
  background: rgba(4, 6, 12, 0.5);
  padding: 0.5rem 3.75rem;
}
.child-solve .child-content .solve-rela .solve-rela-ls li .solve-rela-img{
  display: flex;
  align-items: center;
  justify-content: center;
}
.child-solve .child-content .solve-frame1{
  background: none;
}
.child-solve .child-content .solve-frame1 .solve-item-content{
  padding: 0 !important;
}
.child-solve .child-content .solve-frame1 .child-item-title{
  display: none;
}
.child-solve .child-content .solve-frame1  .solve-item-content .solve-des{
  max-width: 100%;
  width: 100%;
}
.child-case .child-content .case-right{
  width: 100%;
}
.child-solve .child-content .solve-frame .child-item-title{
  display: none;
}
.child-solve .child-content .solve-frame .solve-item-content{
  background: none;
  padding-bottom: 0 !important;
}
.child-solve .child-content .solve-frame .solve-item-content .solve-des{
  max-width: 100%;
  width: 100%;
}




.xw-detail{
    width: 86.25rem;
    margin: 0 auto;
    padding-top: 6.25rem;
}
.xw-nav{
    border-left: 0.3125rem solid #e98d18;
    padding-left: 0.9375rem;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.xw-nav span{
    float: left;
    margin-right: 0.75rem;
}
.xw-nav a{
    color: #e98d18;
}
.xw-content{
    overflow: hidden;
    margin-top: 5rem;
}
.xw-left{
    float: left;
    width: 56rem;
}
.xw-tit{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
}
.xw-mark{
    margin-top: 1.375rem;
    overflow: hidden;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #999;
}
.xw-mark span{
    float: left;
    margin-right: 1.5625rem;
}
.xw-mark span:last-child{
    margin-right: 0;
}
.xw-doc{
    margin-top: 2.375rem;
    font-size: 1.125rem;
    line-height: 2.375rem;
    color: #666;
}
.xw-doc img{
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.xw-share{
    margin-top: 3.75rem;
    padding-top: 1.375rem;
    border-top: 0.0625rem solid #a6a6a6;
    text-align: right;
}
.xw-share .bshare-custom #bshare-shareto{
    color: #44639c !important;
}
.paging{
    margin-top: 2rem;
    padding: 0.625rem 1.375rem;
    background: #eee;
    font-size: 1.125rem;
    line-height: 2.375rem;
    color: #999;
}
.pg-prev{
    overflow: hidden;
    margin-bottom: 0.625rem;
}
.pg-next{
    overflow: hidden;
}
.paging a{
    float: left;
    max-width: calc(100% - 8.75rem);
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.paging a:hover{
    text-decoration: underline;
}
.paging span{
    position: relative;
    float: right;
    width: 5rem;
    min-width: 60px;
}
.paging span:after{
    content:'';
    border-style: solid;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-color: transparent transparent #999 transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.25rem;
}
.pg-next span:after{
    border-width: 0.5rem 0.5rem  0 0.5rem;
    border-color: #999 transparent transparent transparent;
}
.xw-right{
    float: right;
    width: 25rem;
    padding-top: 2.25rem;
}
.xw-right .tit{
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: bold;
}
.xw-right .item{
    margin-bottom: 5.625rem;
}
.xw-right .item:last-child{
    margin-bottom: 0;
}
.xw-right .item ul{
    margin-top: 1.75rem;
}
.xw-right .item li{
    margin-bottom: 1.875rem;
}
.xw-right .item li:last-child{
    margin-bottom: 0;
}
.xw-right .item li a{
    display: block;
    position: relative;
    min-height: 7.5rem;
    padding-left: 12.5rem;
}
.xw-right .imgs{
    position: absolute;
    top: 0;
    left: 0;
    width: 11.25rem;
    height: 100%;
    border-radius: 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
}
.xw-right .text{
    padding: 0.875rem 0 0.375rem;
}
.xw-right .text .txt{
    max-height: 4.25rem;
    overflow: hidden;
    font-size: 1.375rem;
    line-height: 2.125rem;
    color: #333;
}
.xw-right .text .txt:hover{
  color: #ea7d43;
}
.xw-right .text .tim{
    overflow: hidden;
    margin-top: 1rem;
}
.xw-right .text .tim span{
    float: left;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #999;
}
.xw-right .text .tim span:first-child{
    margin-right: 1.5rem;
}
.bold{
    font-size: 1.5rem;
}
@media screen and (max-width: 1110px) {
    .xw-right .text .tim span:first-child{
        margin-right: 0;
    }
}
@media screen and (max-width: 980px) {
    .xw-right{
        float: left;
        width: 100%;
    }
    .xw-left{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .xw-detail{
        width: 95%;
        margin: 0 auto;
        padding-top: 0.6rem;
    }
    .xw-nav{
        border-left: 0.05rem solid #e98d18;
        padding-left: 0.15rem;
        font-size: 0.24rem;
        line-height: 1;
        color: #000;
    }
    .xw-nav span{
        float: left;
        margin-right: 0.12rem;
    }
    .xw-nav a{
        color: #e98d18;
    }
    .xw-content{
        overflow: hidden;
        margin-top: 0.4rem;
    }
    .xw-left{
        float: none;
        width: 100%;
    }
    .xw-tit{
        font-weight: bold;
        font-size: 0.34rem;
        line-height: 0.44rem;
    }
    .xw-mark{
        margin-top: 0.22rem;
        overflow: hidden;
        font-size: 0.26rem;
        line-height: 0.3rem;
        color: #999;
    }
    .xw-mark span{
        float: left;
        margin-right: 0.2rem;
    }
    .xw-mark span:last-child{
        margin-right: 0;
    }
    .xw-doc{
        margin-top: 0.38rem;
        font-size: 0.28rem;
        line-height: 0.38rem;
        color: #666;
    }
    .xw-doc img{
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }
    .xw-share{
        margin-top: 0.4rem;
        padding-top: 0.11rem;
        border-top: 0.01rem solid #a6a6a6;
        text-align: right;
    }
    .xw-share .bshare-custom #bshare-shareto{
        color: #44639c !important;
    }
    .paging{
        margin-top: 0.32rem;
        padding: 0.1rem 0.22rem;
        background: #eee;
        font-size: 0.26rem;
        line-height: 0.4rem;
        color: #999;
    }
    .pg-prev{
        overflow: hidden;
        margin-bottom: 0.1rem;
    }
    .pg-next{
        overflow: hidden;
    }
    .paging a{
        float: left;
        max-width: calc(100% - 1.4rem);
        color: #999;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .paging a:hover{
        text-decoration: underline;
    }
    .paging span{
        position: relative;
        float: right;
        width: 0.8rem;
    }
    .paging span:after{
        content:'';
        border-style: solid;
        border-width: 0 0.08rem 0.08rem 0.08rem;
        border-color: transparent transparent #999 transparent;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.04rem;
    }
    .pg-next span:after{
        border-width: 0.08rem 0.08rem  0 0.08rem;
        border-color: #999 transparent transparent transparent;
    }
    .bold{
        font-size: 0.32rem;
    }
    .xw-right{
        padding-top: 0.5rem;
    }
    .xw-right .tit{
        font-size: 0.3rem;
        line-height: 1.2;
    }
    .xw-right .item{
        margin-bottom: 0.6rem;
    }
    .xw-right .item ul{
        margin-top: 0.32rem;
    }
    .xw-right .item li{
        margin-bottom: 0.2rem;
    }
    .xw-right .item li a{
        min-height: 1rem;
        padding-left: 2.4rem;
    }
    .xw-right .imgs{
        width: 2.2rem;
        border-radius: 0.1rem;
    }
    .xw-right .text{
        padding: 0.4rem 0 0.15rem;
    }
    .xw-right .text .txt{
        font-size: 0.28rem;
        line-height: 0.4rem;
        max-height: 0.4rem;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .xw-right .text .tim{
        margin-top: 0.16rem;
    }
    .xw-right .text .tim span{
        font-size: 0.24rem;
        line-height: 0.3rem;
    }
    .xw-right .text .tim span:first-child{
        margin-right: 0.1rem;
    }
}
