@charset "UTF-8";
/* CSS Document */
/*index*/
/* index 首屏 */
.index-first-screen {
  position: relative;
  background: #5b87ff;
  background-image: url("../images/index_first_screen_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  overflow: hidden;
}

.index-first-screen .bg {
  position: absolute;
  left: 0%;
  bottom: 0%;
  right: 0%;
  margin: 0 auto;
}

.index-first-screen .middle-box {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}

.index-first-screen .middle-box .title {
  padding-top: 120px;
  font-size: 48px;
  color: #fffefe;
  font-family: "PingFangSC-Light";
  font-family: "等线";
}

.index-first-screen .middle-box .title2 {
  font-size: 24px;
  padding: 25px 0px;
  color: #fff;
  font-family: "PingFangSC-Light";
  font-family: "等线";
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-first-screen .middle-box .banner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.index-first-screen .middle-box .swiper-wrap {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
}

.index-first-screen .middle-box .swiper-wrap .swiper-button-next,
.index-first-screen .middle-box .swiper-wrap .swiper-button-prev {
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  box-shadow: 0 1px 17px 1px rgba(248, 110, 4, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #006eff;
  transition: all .3s linear;
}

.index-first-screen .middle-box .swiper-wrap .swiper-button-next.swiper-button-disabled, .index-first-screen .middle-box .swiper-wrap .swiper-button-next.swiper-button-disabled,
.index-first-screen .middle-box .swiper-wrap .swiper-button-prev.swiper-button-disabled,
.index-first-screen .middle-box .swiper-wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.index-first-screen .middle-box .swiper-wrap .swiper-button-next::after,
.index-first-screen .middle-box .swiper-wrap .swiper-button-prev::after {
  display: none;
}

.index-first-screen .middle-box .swiper-wrap .swiper-button-prev,
.index-first-screen .middle-box .swiper-wrap .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: -50px;
  right: auto;
  background-color: #fff;
}

.index-first-screen .middle-box .swiper-wrap .swiper-button-next,
.index-first-screen .middle-box .swiper-wrap .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: -50px;
  left: auto;
  background-color: #fff;
}

.index-first-screen .middle-box .swiper-wrap .swiper-container .swiper-slide {
  margin-top: 2%;
  margin-bottom: 2%;
  width: 120px;
  height: 120px;
  margin-right: 40px;
  transition: all .3s linear;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 17px 0px rgba(64, 64, 64, 0.13);
}

.index-first-screen .middle-box .swiper-wrap .swiper-container .swiper-slide:first-child {
  margin-left: 10px;
}

.index-first-screen .middle-box .swiper-wrap .swiper-container .swiper-slide .item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

.index-first-screen .middle-box .swiper-wrap .swiper-container .swiper-slide .item .txt {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .index-first-screen .middle-box .swiper-wrap .swiper-container .swiper-slide:hover {
    transform: scale(1.2);
    z-index: 10;
  }
}

/* index-首屏-平板 */
@media screen and (max-width: 991px) {
  .index-first-screen .middle-box .title {
    font-size: .4rem;
  }
  .index-first-screen .middle-box .title2 {
    font-size: 20px;
  }
}

/* index-首屏-手机 */
@media screen and (max-width: 767px) {
  .index-first-screen {
    height: auto;
  }
  .index-first-screen .middle-box .title {
    padding-top: 1.48rem;
    font-size: 16px;
  }
  .index-first-screen .middle-box .title2 {
    font-size: 12px;
    padding: .33rem 0 .45rem;
  }
  .index-first-screen .middle-box .banner {
    margin-top: .32rem;
  }
  .index-first-screen .middle-box .swiper-wrap .swiper-button-prev,
  .index-first-screen .middle-box .swiper-wrap .swiper-container-rtl .swiper-button-next {
    left: 0px;
  }
  .index-first-screen .middle-box .swiper-wrap .swiper-button-next,
  .index-first-screen .middle-box .swiper-wrap .swiper-container-rtl .swiper-button-prev {
    right: 0px;
  }
  .index-first-screen .middle-box .swiper-wrap .swiper-container .swiper-slide {
    width: 70px;
    height: 70px;
    margin-right: 5px;
  }
  .index-first-screen .middle-box .swiper-wrap .swiper-container .swiper-slide:first-child {
    margin-left: 0px;
  }
  .index-first-screen .middle-box .swiper-wrap .swiper-container .swiper-slide .item .txt {
    padding: 0;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
}

/* index-你想要的，都能帮你实现*/
.index-you-like {
  padding-bottom: 80px;
  background: url("../images/index_youlike_bg.jpg") no-repeat center center/cover;
  overflow-x: hidden;
}

.index-you-like .box {
  margin-top: 100px;
}

.index-you-like .box li {
  position: absolute;
  width: 5%;
}

.index-you-like .box li:nth-child(1) {
  left: 1%;
  top: 19%;
}

.index-you-like .box li:nth-child(2) {
  left: 14%;
  top: 13.5%;
}

.index-you-like .box li:nth-child(3) {
  left: 20%;
  top: -14%;
}

.index-you-like .box li:nth-child(4) {
  left: 32%;
  top: -8%;
}

.index-you-like .box li:nth-child(5) {
  left: 40.7%;
  top: 7.5%;
}

.index-you-like .box li:nth-child(6) {
  left: 58.1%;
  top: 28.9%;
}

.index-you-like .box li:nth-child(7) {
  left: 70%;
  top: 30.5%;
}

.index-you-like .box li:nth-child(8) {
  left: 80%;
  top: 1%;
}

.index-you-like .box li:nth-child(9) {
  left: 93.5%;
  top: 8.5%;
}

.index-you-like .box li:nth-child(10) {
  left: 90%;
  top: 32%;
}

.index-you-like .box li:nth-child(11) {
  left: 80%;
  top: 62%;
}

.index-you-like .box li:nth-child(12) {
  left: 69.5%;
  top: 56%;
}

.index-you-like .box li:nth-child(13) {
  left: 57.5%;
  top: 83%;
}

.index-you-like .box li:nth-child(14) {
  left: 46%;
  top: 57%;
}

.index-you-like .box li:nth-child(15) {
  left: 35.5%;
  top: 52%;
}

.index-you-like .box li:nth-child(16) {
  left: 24%;
  top: 52%;
}

.index-you-like .box li:nth-child(17) {
  left: 13.5%;
  top: 72%;
}

.index-you-like .box li:nth-child(18) {
  left: 2.5%;
  top: 52%;
}

.index-you-like .box .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-image: radial-gradient(#7858ff, #fff 80%);
}

.index-you-like .box .dot:nth-child(1) {
  left: 15%;
  top: 49.5%;
}

.index-you-like .box .dot:nth-child(2) {
  left: 32%;
  top: 22%;
}

.index-you-like .box .dot:nth-child(3) {
  left: 59.8%;
  top: 60%;
}

.index-you-like .box .dot:nth-child(4) {
  left: 81.9%;
  top: 36.5%;
}

.index-you-like .box .center-icon {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  left: 49.5%;
  top: 35%;
}

.index-you-like .box .center-icon span:nth-child(1) {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -13px;
  background-image: radial-gradient(#7858ff, #fff 80%);
}

.index-you-like .box .center-icon span:nth-child(2) {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  background-image: radial-gradient(#7858ff, #fff 80%);
}

/* index-你想要的，都能帮你实现 --手机端 */
@media screen and (max-width: 767px) {
  .index-you-like {
    padding-bottom: 20px;
  }
  .index-you-like .box {
    margin-top: 20px;
  }
}

/*数据*/
.index-number-box {
  overflow: hidden;
  text-align: center;
  background-image: url("../images/index-number-box_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 90px;
}

.index-number-box .box ul {
  margin: 90px auto 70px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.index-number-box .box ul li {
  float: left;
  text-align: center;
}

.index-number-box .box ul li:last-child {
  margin-right: 0%;
}

.index-number-box .box ul li .p-num {
  position: relative;
  display: inline-block;
  color: #2958da;
  margin-bottom: 10px;
}

.index-number-box .box ul li .p-num span {
  overflow: hidden;
  display: inline-block;
  font-size: 50px;
  transition: all .8s;
}

.index-number-box .box ul li .p-num i {
  display: inline-block;
}

.index-number-box .box ul li .p-num em {
  position: absolute;
  right: -20px;
  top: 7%;
  font-size: 25px;
  font-weight: bold;
}

.index-number-box .box ul li .p-txt {
  color: #808080;
}

.index-number-box .box .bottom .p1 {
  font-size: 63px;
  margin-bottom: 10px;
}

.index-number-box .box .bottom .p1 strong {
  font-size: 100px;
  color: #f86b02;
  font-family: "等线";
  transition: all .8s;
}

.index-number-box .box .bottom .p2 {
  font-size: 43px;
}

/*数据--平板*/
@media screen and (max-width: 991px) {
  .index-number-box .box ul li .p-num span {
    font-size: 30px;
  }
  .index-number-box .box .bottom .p1 {
    font-size: 44px;
    margin-bottom: 10px;
  }
  .index-number-box .box .bottom .p1 strong {
    font-size: 120px;
  }
  .index-number-box .box .bottom .p2 {
    font-size: 36px;
  }
}

/*数据--手机*/
@media screen and (max-width: 767px) {
  .index-number-box {
    padding-bottom: 20px;
  }
  .index-number-box .box ul {
    margin: 20px auto 10px;
  }
  .index-number-box .box ul li {
    float: left;
    width: 20%;
    text-align: center;
  }
  .index-number-box .box ul li:last-child {
    margin-right: 0%;
  }
  .index-number-box .box ul li .p-num {
    margin-bottom: 10px;
  }
  .index-number-box .box ul li .p-num span {
    font-size: 14px;
  }
  .index-number-box .box ul li .p-num em {
    right: -10px;
    top: -5px;
    font-size: 12px;
  }
  .index-number-box .box ul li .p-txt {
    font-size: 12px;
  }
  .index-number-box .box .bottom .p1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .index-number-box .box .bottom .p1 strong {
    font-size: 30px;
  }
  .index-number-box .box .bottom .p2 {
    font-size: 14px;
  }
}

/* index-业务矩阵 */
.index-juzhen {
  padding-bottom: 80px;
  background-image: url("../images/index_juzhen_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.index-juzhen .box {
  height: 570px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
}

.index-juzhen .box .item {
  display: flex;
  align-items: center;
  width: 30%;
  height: 100px;
  margin: 0 5% 40px 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 18px 0 rgba(6, 53, 115, 0.08);
  padding-left: 3%;
  box-sizing: border-box;
}

.index-juzhen .box .item:nth-child(n+9) {
  margin-right: 0;
}

.index-juzhen .box .item .icon {
  flex-shrink: 0;
  width: 60px;
}

.index-juzhen .box .item .txt-box {
  flex: 1;
  margin-left: 5%;
}

.index-juzhen .box .item .txt-box .title {
  font-size: 20px;
  margin-bottom: 5px;
}

.index-juzhen .box .item .txt-box .txt {
  font-size: 16px;
  color: #808080;
}

.index-juzhen .box .more {
  background-image: url("../images/index_juzhen_more.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 240px;
  padding-top: 35px;
  flex-direction: column;
  align-items: flex-start;
}

.index-juzhen .box .more .title {
  font-size: 26px;
}

.index-juzhen .box .more .txt {
  font-size: #808080;
  font-size: 16px;
  margin: 10px 0 55px;
}

.index-juzhen .box .more .btn {
  width: 120px;
  height: 40px;
  border-radius: 100px;
  background-color: #006eff;
  box-shadow: 0 0 18px 0 rgba(6, 53, 115, 0.36);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* index-业务矩阵-平板 */
@media screen and (max-width: 991px) {
  .index-juzhen .box .item {
    width: 33%;
    margin: 0 1% 40px 0;
    padding-left: 1%;
  }
  .index-juzhen .box .item .txt-box .txt {
    font-size: 14px;
  }
}

/* index-业务矩阵-手机 */
@media screen and (max-width: 767px) {
  .index-juzhen {
    padding-bottom: 20px;
  }
  .index-juzhen .box {
    height: auto;
    flex-direction: row;
  }
  .index-juzhen .box .item {
    margin: 0 0 5px;
    width: 48.5%;
    align-items: flex-start;
    flex-grow: 1;
    height: auto;
  }
  .index-juzhen .box .item:nth-child(even) {
    margin-left: 1.5%;
  }
  .index-juzhen .box .item .icon {
    width: 40px;
  }
  .index-juzhen .box .item .txt-box .title {
    font-size: 16px;
    margin-top: 5px;
  }
  .index-juzhen .box .item .txt-box .txt {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .index-juzhen .box .more {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
  .index-juzhen .box .more .title {
    font-size: 16px;
  }
  .index-juzhen .box .more .txt {
    font-size: 14px;
    margin: 5px 0 15px;
  }
  .index-juzhen .box .more .btn {
    width: 100px;
    height: 35px;
    font-size: 14px;
  }
}

/* index-解决方案 */
.index-fangan {
  padding-bottom: 90px;
  background-image: url("../images/index_fangan_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.index-fangan .title-box .title,
.index-fangan .title-box .title2 {
  color: #fff;
}

.index-fangan .box {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

.index-fangan .box .item {
  position: relative;
  width: 16%;
  height: 242px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
}

.index-fangan .box .item .pic {
  position: absolute;
  width: 50%;
  left: 0;
  right: 0;
  top: 7%;
  margin: 0 auto;
}

.index-fangan .box .item .title {
  position: absolute;
  width: 100%;
  height: 65px;
  line-height: 28px;
  font-size: 14px;
  bottom: 0;
  color: #808284;
  background-color: #fff;
  padding-top: 5px;
}
.index-fangan .box .item .title p{
  margin-left: 5px;
}

/* index-解决方案-手机 */
@media screen and (max-width: 767px) {
  .index-fangan {
    padding-bottom: 20px;
  }
  .index-fangan .box {
    margin-top: 0px;
    flex-wrap: wrap;
  }
  .index-fangan .box .item {
    width: 49%;
    margin-top: 60px;
  }
  .index-fangan .box .item .pic {
    width: 50%;
    top: 10%;
  }
  .index-fangan .box .item .title {
    height: 75px;
    line-height: 25px;
    font-size: 13px;
  }
}

/* index-经典案例 */
.index-anli .box .swiper-wrapper .swiper-slide {
  height: auto;
}

.index-anli .box .item {
  display: inline-flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 9px 0 rgba(6, 53, 115, 0.1);
  transition: all .5s;
  cursor: pointer;
}

.index-anli .box .item:hover {
  box-shadow: 0 0 21px 0 rgba(6, 53, 115, 0.13);
  transform: translateY(-2px);
}

.index-anli .box .item .txt-box {
  height: 110px;
  box-sizing: border-box;
  padding: 2% 3% 0;
}

.index-anli .box .item .txt-box .title {
  font-size: 20px;
}

.index-anli .box .item .txt-box .intro {
  margin-top: 10px;
  font-size: 16px;
  color: #808080;
}

/* index-经典案例-pc */
@media screen and (min-width: 768px) {
  .index-anli .box .case-swiper-container {
    height: 800px;
  }
  .index-anli .box .case-swiper-container .case-swiper-pagination {
    display: none;
  }
}

/* index-经典案例-手机 */
@media screen and (max-width: 767px) {
  .index-anli .box {
    justify-content: space-between;
  }
  .index-anli .box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .index-anli .box .item .txt-box {
    height: auto;
    box-sizing: border-box;
    padding: 2% 3%;
  }
  .index-anli .box .item .txt-box .title {
    font-size: 16px;
  }
  .index-anli .box .item .txt-box .intro {
    margin-top: 5px;
    font-size: 14px;
  }
}

/* index-为什么选择我们 */
.index-why-we .tabs {
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  margin-bottom: 100px;
}

.index-why-we .tabs .item {
  position: relative;
  cursor: pointer;
}

.index-why-we .tabs .item.on {
  color: #006eff;
}

.index-why-we .tabs .item.on::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #006eff;
}

.index-why-we .tabs .pc {
  display: block;
}

.index-why-we .tabs .phone {
  display: none;
}

.index-why-we .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 0;
}

.index-why-we .swiper-slide .letter {
  position: absolute;
  left: 58%;
  top: 10%;
  font-weight: bold;
  font-size: 86px;
  color: #f9f9f9;
  z-index: -1;
}

.index-why-we .swiper-slide .pic {
  flex-shrink: 0;
  width: 56%;
}

.index-why-we .swiper-slide .txt-box {
  margin-left: 3%;
}

.index-why-we .swiper-slide .txt-box .title {
  font-size: 32px;
}

.index-why-we .swiper-slide .txt-box .intro {
  margin-top: 10%;
  font-size: 16px;
  color: #808080;
}

/* index-为什么选择我们-pc */
@media screen and (min-width: 768px) {
  .index-why-we .swiper-slide .txt-box .title {
    position: relative;
  }
  .index-why-we .swiper-slide .txt-box .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -50%;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #006eff;
    opacity: .5;
  }
}

/* index-为什么选择我们-手机 */
@media screen and (max-width: 767px) {
  .index-why-we .tabs {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .index-why-we .tabs .item {
    width: 16%;
    text-align: center;
  }
  .index-why-we .tabs .item.on::after {
    bottom: -10px;
    width: 20px;
    height: 2px;
  }
  .index-why-we .tabs .pc {
    display: none;
  }
  .index-why-we .tabs .phone {
    display: block;
  }
  .index-why-we .swiper-slide {
    flex-direction: column;
  }
  .index-why-we .swiper-slide .pic {
    width: 100%;
  }
  .index-why-we .swiper-slide .txt-box {
    margin-left: 0%;
    width: 100%;
  }
  .index-why-we .swiper-slide .txt-box .title {
    margin-top: 10px;
    font-size: 16px;
  }
  .index-why-we .swiper-slide .txt-box .intro {
    margin-top: 1%;
    font-size: 14px;
  }
}

/* index-服务流程 */
.index-fuwuliucheng {
  background-image: url("../images/index_liucheng_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.index-fuwuliucheng .box .row {
  position: relative;
  display: flex;
}

.index-fuwuliucheng .box .row .dotted-line {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 15%;
  height: 164px;
  border-top: 1px dashed #dde4f9;
  border-right: 1px dashed #dde4f9;
  border-bottom: 1px dashed #dde4f9;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.index-fuwuliucheng .box .row .item {
  position: relative;
  width: 24.8%;
  height: 165px;
}

.index-fuwuliucheng .box .row .item .top-bar {
  display: flex;
  align-items: center;
}

.index-fuwuliucheng .box .row .item .top-bar .number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #eef2fc;
  color: #006eff;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.index-fuwuliucheng .box .row .item .top-bar .title {
  font-size: 20px;
  margin: 0 5px;
}

.index-fuwuliucheng .box .row .item .top-bar .line {
  flex: 1;
  height: 1px;
  border-bottom: 1px dashed #dde4f9;
  margin-right: 5px;
}

.index-fuwuliucheng .box .row .item .intro {
  margin-left: 45px;
  font-size: 16px;
}

/* index-服务流程-pc */
@media screen and (min-width: 768px) {
  .index-fuwuliucheng .box .row:nth-child(2) {
    flex-direction: row-reverse;
    margin-right: 14%;
  }
  .index-fuwuliucheng .box .row:nth-child(2) .item {
    flex-grow: 1;
  }
  .index-fuwuliucheng .box .row:nth-child(2) .item:last-child {
    width: 30%;
  }
  .index-fuwuliucheng .box .row:nth-child(2) .item:last-child .intro {
    margin-left: 40%;
  }
}

/* index-服务流程-平板 */
@media screen and (max-width: 991px) {
  .index-fuwuliucheng .box .row .item .top-bar .title {
    font-size: 16px;
  }
  .index-fuwuliucheng .box .row .item .intro {
    font-size: 14px;
  }
}

/* index-服务流程-手机 */
@media screen and (max-width: 767px) {
  .index-fuwuliucheng .box .row {
    flex-direction: column;
  }
  .index-fuwuliucheng .box .row .dotted-line {
    display: none;
  }
  .index-fuwuliucheng .box .row .item {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .index-fuwuliucheng .box .row .item .top-bar .number {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
  .index-fuwuliucheng .box .row .item .top-bar .title {
    font-size: 16px;
  }
  .index-fuwuliucheng .box .row .item .top-bar .line {
    display: none;
  }
  .index-fuwuliucheng .box .row .item .intro {
    margin-left: 35px;
    font-size: 14px;
  }
  .index-fuwuliucheng .box .row .item:after {
    content: '';
    position: absolute;
    left: 14px;
    bottom: 5px;
    width: 1px;
    height: calc(100% - 40px);
    border-left: 1px dashed #dde4f9;
  }
}

/* index-合作伙伴 */
.index-hezuo {
  padding: 90px 0 160px;
  background-image: url("../images/index_hezuo_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.index-hezuo .title-box .title,
.index-hezuo .title-box .title2 {
  color: #fff;
}

.index-hezuo .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-hezuo .box .item {
  width: 15%;
  margin-bottom: 3%;
}
.index-hezuo .box .item .img{
  width: 185px;
}


/* index-合作伙伴-pc */
@media screen and (min-width: 768px) {
  .index-hezuo .box .item {
    transition: all .3s;
  }
  .index-hezuo .box .item:hover {
    transform: translateY(-3px);
  }
}

/* index-合作伙伴-手机 */
@media screen and (max-width: 767px) {
  .index-hezuo {
    padding: 0;
    background-size: 100% 200%;
  }
  .index-hezuo .box .item {
    width: 49%;
    margin-bottom: 2%;
  }
}

/* index-资讯中心 */
.index-zixun {
  padding-bottom: 110px;
}

.index-zixun .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-zixun .box .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.index-zixun .box .inner .item {
  position: relative;
  box-sizing: border-box;
  width: 48%;
  height: 220px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 9px 0 rgba(6, 53, 115, 0.1);
  padding: 0 5%;
  margin-bottom: 4%;
}

.index-zixun .box .inner .item .date {
  flex-shrink: 0;
  width: 70px;
  display: flex;
  flex-direction: column;
}

.index-zixun .box .inner .item .date .day {
  font-size: 36px;
}

.index-zixun .box .inner .item .date .line {
  width: 19px;
  height: 2px;
  background-color: #808080;
  margin: 25% 0;
}

.index-zixun .box .inner .item .date .time {
  color: #808080;
  font-size: 16px;
}

.index-zixun .box .inner .item .txt-box {
  width: 0;
  flex: 1;
  position: relative;
  padding-left: 5%;
}

.index-zixun .box .inner .item .txt-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 128px;
  width: 2px;
  background-color: #f6f7fc;
}

.index-zixun .box .inner .item .txt-box .title {
  font-size: 24px;
  margin-bottom: 5%;
}

.index-zixun .box .inner .item .txt-box .intro {
  color: #808080;
}

.index-zixun .box .inner .item .btn {
  position: absolute;
  right: 4%;
  bottom: 4%;
  width: 68px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.index-zixun .box .inner .item .btn .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #006eff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: all .5s;
}

.index-zixun .box .inner .item .btn .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080;
  transition: all .5s;
}

.index-zixun .box .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #006eff;
  border: 1px solid #006eff;
  width: 140px;
  height: 40px;
  cursor: pointer;
}

.index-zixun .box .more .icon {
  margin-left: 5px;
}

/* index-资讯中心-pc */
@media screen and (min-width: 768px) {
  .index-zixun .box .inner .item {
    cursor: pointer;
    transition: all .3s;
  }
  .index-zixun .box .inner .item .txt-box .title:hover {
    color: #006eff;
  }
  .index-zixun .box .inner .item .btn .txt {
    transform: translateX(-100%);
  }
  .index-zixun .box .inner .item:hover {
    box-shadow: 0 0 20px 0 rgba(6, 53, 115, 0.13);
  }
  .index-zixun .box .inner .item:hover .btn .txt {
    transform: translateX(0%);
  }
  .index-zixun .box .inner .item:hover .btn .icon {
    transform: translateX(100%);
  }
  .index-zixun .box .more:hover {
    background-color: #006eff;
    color: #fff;
  }
}

/* index-资讯中心-手机 */
@media screen and (max-width: 767px) {
  .index-zixun {
    padding-bottom: 20px;
  }
  .index-zixun .box .inner .item {
    width: 100%;
    height: auto;
    padding: 2%;
  }
  .index-zixun .box .inner .item .date {
    width: 70px;
  }
  .index-zixun .box .inner .item .date .day {
    font-size: 20px;
  }
  .index-zixun .box .inner .item .date .line {
    margin: 10% 0;
  }
  .index-zixun .box .inner .item .date .time {
    font-size: 14px;
  }
  .index-zixun .box .inner .item .txt-box::after {
    height: 80px;
  }
  .index-zixun .box .inner .item .txt-box .title {
    font-size: 16px;
    margin-bottom: 2%;
  }
  .index-zixun .box .inner .item .txt-box .intro {
    margin-bottom: 2%;
    margin-right: 25%;
  }
  .index-zixun .box .inner .item .btn {
    right: 2%;
    bottom: 50%;
    transform: translateY(50%);
    width: 60px;
    height: 25px;
  }
  .index-zixun .box .more {
    width: 100px;
    height: 30px;
  }
}

/* 注册 登录 忘记密码 短信登录  start */
.login {
  background-image: url("../images/login_banner.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login .top-bar {
  width: 100%;
  height: 60px;
}

.login .top-bar .inner {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.login .top-bar .inner .left {
  display: flex;
  align-items: center;
}

.login .top-bar .inner .left .logo {
  max-width: 120px;
}

.login .top-bar .inner .left .line {
  margin: 0 15px;
}

.login .top-bar .inner .right .link {
  color: #fa7a0c;
}

.login .box {
  width: 98%;
  max-width: 500px;
  margin: 0 auto;
  background: rgba(28, 88, 255, 0.7);
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login .box .title {
  font-size: 30px;
  padding-top: 45px;
  padding-bottom: 10px;
}

.login .box .info {
  padding-top: 50px;
  width: 90%;
  max-width: 350px;
}

.login .box .info .cell-txt {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login .box .info .cell-txt .right-txt {
  color: #fd951e;
}

.login .box .info .cell-txt .right-txt a {
  color: #fd951e;
}

.login .box .info .cell-inp {
  width: 100%;
  padding-bottom: 20px;
  display: inline-flex;
  align-items: center;
  height: 40px;
}

.login .box .info .cell-inp .inp {
  flex: 1;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
  background: none;
  text-indent: 10px;
  color: #fff;
  height: 100%;
  box-sizing: border-box;
}

.login .box .info ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.8);
}

.login .box .info :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.8);
}

.login .box .info :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.8);
}

.login .box .info .get-identifying-code {
  flex-shrink: 0;
  width: 100px;
  background: linear-gradient(to right, #fd951e, #f86b02);
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  margin-left: 10px;
  border-radius: 4px;
}

.login .box .info .remember-password {
  padding-bottom: 20px;
  display: inline-flex;
  align-items: center;
}

.login .box .info .remember-password .icon {
  border: 1px solid #fd951e;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  display: flex;
  justify-content: center;
  margin-right: 5px;
  cursor: pointer;
}

.login .box .info .remember-password .icon i {
  display: none;
}

.login .box .info .remember-password .icon.on i {
  display: inline-block;
  transform: scale(0.7);
}

.login .box .info .remember-password .txt {
  opacity: .6;
}

.login .box .info .clause {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.login .box .info .clause .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 100%;
  margin-right: 5px;
  cursor: pointer;
}

.login .box .info .clause .icon i {
  display: none;
}

.login .box .info .clause .icon.on {
  border: 0;
  background-color: #f86b02;
}

.login .box .info .clause .icon.on i {
  display: inline-block;
}

.login .box .info .clause .right-txt .txt {
  opacity: .6;
}

.login .box .info .clause .right-txt a {
  color: #fff;
}

.login .box .info .submit {
  width: 100%;
  line-height: 40px;
  background: linear-gradient(to right, #fd951e, #f86b02);
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}

.login .box .info .cell-link {
  padding-top: 20px;
  text-align: center;
}

.login .box .info .cell-link .txt {
  color: #fff;
  padding: 0 10px;
}

.login .box .info .cell-link .txt:first-child {
  color: #fd951e;
}

.login .box .info .copyright {
  padding: 35px 0;
  opacity: .75;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .login .top-bar .inner {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .login .top-bar .inner .left .line {
    display: none;
  }
  .login .top-bar .inner .left .txt {
    display: none;
  }
  .login .box .title {
    font-size: 20px;
    padding-top: 15px;
  }
  .login .box .info {
    padding-top: 20px;
  }
  .login .box .info .copyright {
    padding: 20px 0;
  }
}

/* 注册 登录 忘记密码 短信登录  end */
/* 小程序开发--banner */
.applet-common-banner {
  background-image: url("../images/applet_banner.jpg");
}

/* 小程序开发--你想要的，都能帮你实现 */
.applet-you-like {
  background-image: url("../images/applet_youlike_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}

.applet-you-like .box {
  margin-bottom: .8rem;
}

.applet-you-like .box li {
  position: absolute;
  width: 5%;
}

.applet-you-like .box li:nth-child(1) {
  left: 13%;
  top: 21%;
}

.applet-you-like .box li:nth-child(2) {
  left: 22%;
  top: .5%;
}

.applet-you-like .box li:nth-child(3) {
  left: 33%;
  top: 14%;
}

.applet-you-like .box li:nth-child(4) {
  left: 57%;
  top: 35%;
}

.applet-you-like .box li:nth-child(5) {
  left: 65.7%;
  top: 44%;
}

.applet-you-like .box li:nth-child(6) {
  left: 71.1%;
  top: 1.9%;
}

.applet-you-like .box li:nth-child(7) {
  left: 83%;
  top: 1%;
}

.applet-you-like .box li:nth-child(8) {
  left: 89%;
  top: 23%;
}

.applet-you-like .box li:nth-child(9) {
  left: 86%;
  top: 45.5%;
}

.applet-you-like .box li:nth-child(10) {
  left: 76%;
  top: 72%;
}

.applet-you-like .box li:nth-child(11) {
  left: 69.5%;
  top: 60%;
}

.applet-you-like .box li:nth-child(12) {
  left: 57.5%;
  top: 84%;
}

.applet-you-like .box li:nth-child(13) {
  left: 46%;
  top: 60%;
}

.applet-you-like .box li:nth-child(14) {
  left: 36.5%;
  top: 52%;
}

.applet-you-like .box li:nth-child(15) {
  left: 26.5%;
  top: 55%;
}

.applet-you-like .box li:nth-child(16) {
  left: 16%;
  top: 74%;
}

.applet-you-like .box li:nth-child(17) {
  left: 4.5%;
  top: 56%;
}

.applet-you-like .box .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-image: radial-gradient(#7858ff, #fff 80%);
}

.applet-you-like .box .dot:nth-child(1) {
  left: 17.5%;
  top: 54.5%;
}

.applet-you-like .box .dot:nth-child(2) {
  left: 26.2%;
  top: 29%;
}

.applet-you-like .box .dot:nth-child(3) {
  left: 38.8%;
  top: 36%;
}

.applet-you-like .box .dot:nth-child(4) {
  left: 59.9%;
  top: 64.5%;
}

.applet-you-like .box .dot:nth-child(5) {
  left: 78%;
  top: 49.5%;
}

.applet-you-like .box .dot:nth-child(6) {
  left: 78.5%;
  top: 25.5%;
}

.applet-you-like .box .center-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  width: .5rem;
  height: .5rem;
  border-radius: 100%;
  left: 48.5%;
  top: 38%;
}

.applet-you-like .box .center-icon span:nth-child(1) {
  position: absolute;
  width: .52rem;
  height: .52rem;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  margin: -.26rem 0 0 -.26rem;
  background: #ffffff;
  box-shadow: 0 0 16px rgba(51, 140, 255, 0.85);
}

.applet-you-like .box .center-icon span:nth-child(2) {
  position: absolute;
  width: .36rem;
  height: .36rem;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  margin: -.18rem 0 0 -.18rem;
  box-shadow: 0 0 16px rgba(51, 140, 255, 0.85);
}

.applet-you-like .box .center-icon span:nth-child(3) {
  position: absolute;
  width: .2rem;
  height: .2rem;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #0a67ff url("../images/applet_youlike_xcx.png") no-repeat center center/100% 100%;
}

/* 小程序开发--应用场景 */
.applet-scene {
  padding-bottom: .8rem;
  overflow-x: hidden;
  background: #f6f5f5;
}

.applet-scene .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.applet-scene .box .con {
  display: flex;
  align-items: center;
}

.applet-scene .box .con .txt-box {
  max-width: 320px;
}

.applet-scene .box .con .txt-box .title {
  font-size: 20px;
  margin-bottom: 5%;
}

.applet-scene .box .con .pic {
  max-width: 500px;
  transition: all .8s;
}

.applet-scene .box .con .pic:hover {
  transform: translateY(-1%);
}

.applet-scene .box .tabs {
  position: relative;
  flex-shrink: 0;
  color: #888;
  margin-right: 10px;
  padding-bottom: .3rem;
}

.applet-scene .box .tabs::after {
  content: '';
  position: absolute;
  right: 9px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.11);
}

.applet-scene .box .tabs .item {
  position: relative;
  padding-right: 30px;
  margin-top: .3rem;
  cursor: default;
  z-index: 1;
  line-height: 20px;
}

.applet-scene .box .tabs .item::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #c1c3cb;
}

.applet-scene .box .tabs .item.on {
  color: #333;
}

.applet-scene .box .tabs .item.on::after {
  background: #696969;
  -webkit-animation: fangDaOut 2s 1s infinite;
  animation: fangDaOut 2s 1s infinite;
}

.applet-scene .box .tabs .item.on::before {
  content: '';
  position: absolute;
  right: 2px;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 2px solid #696969;
  border-radius: 100%;
  -webkit-animation: fangDaOut 2s infinite;
  animation: fangDaOut 2s infinite;
  box-sizing: border-box;
}

.applet-scene .box .tabs .item:hover {
  color: #333;
}

/* 小程序开发--应用场景-平板 */
@media screen and (max-width: 991px) {
  .applet-scene .box .con {
    margin-right: 2%;
  }
}

/* 小程序开发--应用场景-手机 */
@media screen and (max-width: 767px) {
  .applet-scene .box .con {
    flex-direction: column-reverse;
    margin-right: 5%;
  }
  .applet-scene .box .con .txt-box .title {
    font-size: 16px;
    margin-bottom: 3%;
  }
}

/* 小程序开发--小程序案例展示 */
.applet-case .box {
  position: relative;
}

.applet-case .box .swiper-container {
  width: 100%;
  height: 100%;
  padding: 1% 0 60px;
}

.applet-case .box .swiper-container .swiper-slide .pic {
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}

.applet-case .box .swiper-container .swiper-slide:not(.swiper-slide-active) .pic .bg {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: 0 auto;
  background: #fff;
  opacity: .4;
  opacity: .7;
}

.applet-case .box .swiper-container .swiper-slide.swiper-slide-prev .pic .bg,
.applet-case .box .swiper-container .swiper-slide.swiper-slide-next .pic .bg {
  opacity: .2;
  opacity: .5;
}

.applet-case .box .swiper-button {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #007aff;
}

.applet-case .box .swiper-button::after {
  display: none;
}

.applet-case .box .swiper-button .icon {
  font-size: 20px;
}

.applet-case .box .swiper-button-prev {
  left: -10%;
}

.applet-case .box .swiper-button-next {
  right: -10%;
}

.applet-case .box .frame {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  margin: 0 auto;
  width: 20.9%;
  z-index: 100000;
}

@media screen and (max-width: 1450px) {
  .swiper-button-prev {
    left: 5px !important;
  }
  .swiper-button-next {
    right: 5px !important;
  }
}

/* 小程序开发--小程序案例展示-手机 */
@media screen and (max-width: 767px) {
  .applet-case .box {
    position: relative;
  }
  .applet-case .box .swiper-container {
    padding: 1% 0 40px;
  }
  .applet-case .box .swiper-button {
    width: 30px;
    height: 30px;
  }
  .applet-case .box .frame {
    width: 56%;
  }
}

/* 小程序开发--虎超小程序全网价值定制 */
.applet-custom {
  background-image: url("../images/applet_dingzhi_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  padding-bottom: .8rem;
}

.applet-custom .title-box .title,
.applet-custom .title-box .title2 {
  color: #fff;
}

.applet-custom .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.applet-custom .box .list {
  display: flex;
  justify-content: space-between;
}

.applet-custom .box .list .item {
  position: relative;
  width: 20%;
  margin-bottom: 5%;
}

.applet-custom .box .list .item .arrows {
  position: absolute;
  left: 100%;
  top: 18%;
  width: 63px;
}

.applet-custom .box .list .item .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: justify;
}

.applet-custom .box .list .item .inner .icon {
  width: 50%;
}

.applet-custom .box .list .item .inner .title {
  font-size: 20px;
  margin: .18rem 0 .25rem;
}

.applet-custom .box .list .item .inner .intro {
  opacity: .6;
  font-size: 16px;
}

.applet-custom .box .look {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #fff;
  font-size: 16px;
  border-radius: 2px;
  cursor: pointer;
  box-sizing: border-box;
}

.applet-custom .box .look:hover {
  background-color: #006eff;
  border: 1px solid #006eff;
}

@media screen and (min-width: 768px) {
  .applet-custom .box .list .item .inner:hover .icon {
    -webkit-animation: tiaodong2 1s linear;
    animation: tiaodong2 1s linear;
  }
}

/* 小程序开发--虎超小程序全网价值定制 -手机*/
@media screen and (max-width: 767px) {
  .applet-custom .box .list {
    flex-wrap: wrap;
  }
  .applet-custom .box .list .item {
    width: 48%;
  }
  .applet-custom .box .list .item .arrows {
    display: none;
  }
  .applet-custom .box .list .item .inner .icon {
    width: 40%;
  }
  .applet-custom .box .list .item .inner .title {
    font-size: 16px;
  }
  .applet-custom .box .list .item .inner .intro {
    font-size: 14px;
  }
}

/* 小程序开发--他们选择了我们 */
.applet-pick-us .box .swiper-container {
  height: 900px;
}

.applet-pick-us .box .swiper-container .swiper-pagination {
  display: none;
}

.applet-pick-us .box .item .pic {
  width: 100%;
  height: 312px;
  overflow: hidden;
}

.applet-pick-us .box .item .pic .img {
  height: 100%;
  object-fit: cover;
  transition: all .8s;
}

.applet-pick-us .box .item .pic:hover .img {
  transform: scale(1.03);
}

.applet-pick-us .box .item .txt {
  text-align: center;
  margin: .4rem;
}

/* 小程序开发--他们选择了我们 -平板*/
@media screen and (max-width: 991px) {
  .applet-pick-us .box .swiper-container {
    height: 1350px;
  }
}

/* 小程序开发--他们选择了我们 -手机*/
@media screen and (max-width: 767px) {
  .applet-pick-us .box .swiper-container {
    height: auto;
  }
  .applet-pick-us .box .swiper-container .swiper-pagination {
    display: block;
  }
  .applet-pick-us .box .item .pic {
    height: 5rem;
  }
}

/* App开发-banner */
.App-common-banner {
  background-image: url("../images/banner.png");
}

/* App开发-哪些行业需要做APP */
.App-hangye {
  padding-bottom: 5%;
}

.App-hangye .box {
  display: flex;
  flex-wrap: wrap;
}

.App-hangye .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 2.5rem;
  box-sizing: border-box;
  font-size: 18px;
}

.App-hangye .box .item:not(:nth-child(5n)) {
  border-right: 1px solid #e5e5e5;
}

.App-hangye .box .item:nth-child(n+6) {
  border-top: 1px solid #e5e5e5;
}

.App-hangye .box .item .icon {
  width: 30%;
  margin-bottom: .3rem;
}

@media screen and (min-width: 768px) {
  .App-hangye .box .item:hover {
    box-shadow: 0px 0px 12px rgba(57, 57, 57, 0.08);
  }
  .App-hangye .box .item:hover .icon {
    -webkit-animation: tiaodong2 1s linear;
    animation: tiaodong2 1s linear;
  }
}

/* App开发-哪些行业需要做APP-手机 */
@media screen and (max-width: 767px) {
  .App-hangye .box .item {
    height: 1.5rem;
    font-size: 14px;
  }
  .App-hangye .box .item .icon {
    margin-bottom: .1rem;
  }
}

/* App开发--优秀案例 */
.App-case .box .swiper-container {
  height: 700px;
}

.App-case .box .swiper-container .swiper-pagination {
  display: none;
}

.App-case .box .item {
  position: relative;
  height: 320px;
  border-radius: 6px;
  overflow: hidden;
}

.App-case .box .item .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.App-case .box .item .pic .img {
  height: 100%;
  object-fit: cover;
  transition: all .8s;
}

.App-case .box .item .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  box-sizing: border-box;
}

.App-case .box .item .mask .title {
  font-size: 26px;
  color: #2958da;
  margin-bottom: 6%;
}

.App-case .box .item .mask .btn {
  font-size: 16px;
  color: #fff;
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2958da;
}

.App-case .box .item .mask .btn:hover {
  background-color: #f86b02;
}

/* App开发--优秀案例 -PC和平板*/
@media screen and (min-width: 768px) {
  .App-case .box .item .mask {
    opacity: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0);
  }
  .App-case .box .item:hover {
    box-shadow: 0 0 33px rgba(248, 107, 2, 0.08);
  }
  .App-case .box .item:hover .mask {
    opacity: 1;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.92);
  }
}

/* App开发--优秀案例 -平板*/
@media screen and (max-width: 991px) {
  .App-case .box .swiper-container {
    height: 1060px;
  }
}

/* App开发--优秀案例 -手机*/
@media screen and (max-width: 767px) {
  .App-case .box .swiper-container {
    height: auto;
  }
  .App-case .box .swiper-container .swiper-pagination {
    display: block;
  }
  .App-case .box .item {
    height: 5.3rem;
    margin-bottom: .3rem;
  }
  .App-case .box .item .mask {
    background-color: rgba(255, 255, 255, 0.92);
    height: 50px;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 10px;
  }
  .App-case .box .item .mask .title {
    margin-bottom: 0;
    font-size: 16px;
  }
  .App-case .box .item .mask .btn {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 100px;
  }
}

/* App开发--我们的优势 */
.App-youshi {
  background-image: url("../images/youshi_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 5%;
}

.App-youshi .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.App-youshi .box .item {
  width: 33%;
  display: inline-flex;
  box-sizing: border-box;
  padding: 2%;
}

.App-youshi .box .item .icon {
  flex-shrink: 0;
  width: 46px;
  margin-right: 5%;
}

.App-youshi .box .item .txt-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.App-youshi .box .item .txt-box .title {
  font-size: 18px;
}

.App-youshi .box .item .txt-box .line {
  width: .4rem;
  height: .02rem;
  background: #2958da;
  margin: 3% 0 5%;
}

.App-youshi .box .item .txt-box .intro {
  color: #808080;
  opacity: .54;
}

/* App开发--我们的优势-PC和平板 */
@media screen and (min-width: 768px) {
  .App-youshi .box .item:hover {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  }
}

/* App开发--我们的优势-手机 */
@media screen and (max-width: 767px) {
  .App-youshi .box .item {
    width: 100%;
  }
  .App-youshi .box .item .icon {
    width: 30px;
    margin-right: 3%;
  }
  .App-youshi .box .item .txt-box .title {
    font-size: 16px;
  }
  .App-youshi .box .item .txt-box .line {
    display: none;
  }
}

/* App开发--APP开发的流程 */
.App-kaifa-liucheng {
  padding-bottom: 5%;
}

.App-kaifa-liucheng .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url("../images/kflc_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 18%;
  background-size: 100% 55%;
}

.App-kaifa-liucheng .box .item {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5%;
}

.App-kaifa-liucheng .box .item .icon {
  width: 50%;
}

.App-kaifa-liucheng .box .item .title {
  font-size: 18px;
  margin: 5px auto 30px;
}

.App-kaifa-liucheng .box .item .intro {
  position: relative;
  box-sizing: border-box;
  padding: 3% 5%;
  border: 1px solid #a9bcf2;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #666;
}

.App-kaifa-liucheng .box .item .intro::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 17px solid #fff;
}

.App-kaifa-liucheng .box .item .intro::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1px);
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 17px solid #a9bcf2;
}

/* App开发--APP开发的流程-PC和平板 */
@media screen and (min-width: 768px) {
  .App-kaifa-liucheng .box .item:hover .icon {
    -webkit-animation: tiaodong2 1s linear;
    animation: tiaodong2 1s linear;
  }
}

/* App开发--APP开发的流程-平板 */
@media screen and (max-width: 991px) {
  .App-kaifa-liucheng .box {
    background-position: 50% 12%;
    background-size: 100% 55%;
  }
  .App-kaifa-liucheng .box .item .intro {
    font-size: 14px;
  }
}

/* App开发--APP开发的流程-手机 */
@media screen and (max-width: 767px) {
  .App-kaifa-liucheng .box {
    background-image: none;
  }
  .App-kaifa-liucheng .box .item {
    width: 49%;
  }
  .App-kaifa-liucheng .box .item .title {
    font-size: 16px;
  }
}

/* 网站建设--banner */
.website-common-banner {
  background-image: url("../images/website_banner.png");
}

/* 网站建设--网站定制的优势 */
.website-youshi {
  padding-bottom: 5%;
}

.website-youshi .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.website-youshi .box.pc {
  display: flex;
}

.website-youshi .box.phone {
  display: none;
}

.website-youshi .box .item {
  box-sizing: border-box;
  width: 23%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  padding: 3% 2%;
  min-height: 300px;
  margin-bottom: 2%;
}

.website-youshi .box .item .icon {
  width: 114px;
}

.website-youshi .box .item .title {
  margin: 5% 0;
  font-size: 18px;
  font-weight: bold;
}

.website-youshi .box .item .intro {
  color: #999;
  text-align: justify;
}

/* 网站建设--网站定制的优势-PC和平板 */
@media screen and (min-width: 768px) {
  .website-youshi .box .item .icon.icon2 {
    display: none;
  }
  .website-youshi .box .item .intro {
    display: none;
  }
  .website-youshi .box .item:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  }
  .website-youshi .box .item:hover .icon.icon1 {
    display: none;
  }
  .website-youshi .box .item:hover .icon.icon2 {
    display: block;
  }
  .website-youshi .box .item:hover .intro {
    display: block;
  }
}

/* 网站建设--网站定制的优势-平板 */
@media screen and (max-width: 991px) {
  .website-youshi .box .item {
    width: 49%;
  }
}

/* 网站建设--网站定制的优势-手机 */
@media screen and (max-width: 767px) {
  .website-youshi .box.pc {
    display: none;
  }
  .website-youshi .box.phone {
    display: flex;
  }
  .website-youshi .box .item {
    width: 49%;
    width: 100%;
    min-height: auto;
    padding-top: 7%;
  }
  .website-youshi .box .item .icon {
    width: 80px;
  }
  .website-youshi .box .item .icon.icon1 {
    display: none;
  }
  .website-youshi .box .item .icon.icon2 {
    display: block;
  }
  .website-youshi .box .item .title {
    font-size: 16px;
    font-weight: normal;
  }
}

/* 网站建设--服务范围 */
.website-FWfanwei .box.pc {
  display: block;
}

.website-FWfanwei .box.phone {
  display: none;
}

.website-FWfanwei .box .item {
  display: flex;
  background-color: #f2f2f2;
}

.website-FWfanwei .box .item:not(:last-child) {
  margin-bottom: 7%;
}

.website-FWfanwei .box .item .pic {
  flex-shrink: 0;
  overflow: hidden;
}

.website-FWfanwei .box .item .pic .img {
  height: 100%;
  object-fit: cover;
}

.website-FWfanwei .box .item .txt-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}

.website-FWfanwei .box .item .txt-box .title {
  font-size: 30px;
  margin: 3% 0;
}

.website-FWfanwei .box .item .txt-box .intro {
  color: #808080;
  line-height: 24px;
  text-align: justify;
}

/* 网站建设--网站定制的优势-PC和平板 */
@media screen and (min-width: 768px) {
  .website-FWfanwei .box .item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .website-FWfanwei .box .item .pic {
    width: 54%;
  }
  .website-FWfanwei .box .item .pic .img {
    transition: all .8s;
  }
  .website-FWfanwei .box .item .pic:hover .img {
    transform: scale(1.015);
  }
}

/* 网站建设--网站定制的优势-手机 */
@media screen and (max-width: 767px) {
  .website-FWfanwei .box.pc {
    display: none;
  }
  .website-FWfanwei .box.phone {
    display: block;
  }
  .website-FWfanwei .box .item {
    flex-direction: column;
    padding-bottom: 2%;
    margin-bottom: 3%;
  }
  .website-FWfanwei .box .item .txt-box {
    padding: 0 2%;
  }
  .website-FWfanwei .box .item .txt-box .title {
    font-size: 16px;
    margin: 2% 0;
  }
  .website-FWfanwei .box .item .txt-box .intro {
    line-height: 24px;
  }
}

/* 网站建设--强大的研发实力，安全稳定可靠的系统支持 */
.website-jishu {
  position: relative;
  background-image: url("../images/website_jishu_banner.png");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: auto;
  padding-bottom: 5%;
  margin-top: 8%;
}

.website-jishu .top-icon {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate3d(-50%, 20%, 0);
  width: 8%;
  max-width: 100px;
  min-width: 50px;
}

.website-jishu .title-box .title,
.website-jishu .title-box .title2 {
  color: #fff;
}

.website-jishu .box-m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -5%;
}

.website-jishu .box-m .left-num-box {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  align-content: flex-start;
}

.website-jishu .box-m .left-num-box .item {
  position: relative;
  width: 50%;
  height: 175px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.website-jishu .box-m .left-num-box .item .numbar {
  font-size: 56px;
}

.website-jishu .box-m .left-num-box .item:nth-child(1)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 80%;
  height: 2px;
  background: rgba(212, 217, 224, 0.5);
}

.website-jishu .box-m .left-num-box .item:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 80%;
  background: rgba(212, 217, 224, 0.5);
}

.website-jishu .box-m .left-num-box .item:nth-child(4)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 2px;
  background: rgba(212, 217, 224, 0.5);
}

.website-jishu .box-m .left-num-box .item:nth-child(4)::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 80%;
  background: rgba(212, 217, 224, 0.5);
}

.website-jishu .box-m .pic {
  width: 39%;
}

.website-jishu .bottom-num-box {
  margin-top: 3%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 247px;
  background: #fff;
  box-shadow: 5px 5px 30px #e8edfc;
  border-radius: 6px;
  text-align: center;
}

.website-jishu .bottom-num-box .item {
  box-sizing: border-box;
}

.website-jishu .bottom-num-box .item .numbar {
  font-size: 36px;
  margin-bottom: 5%;
}

.website-jishu .bottom-num-box .item .txt {
  color: #808080;
}

/* 网站建设--强大的研发实力，安全稳定可靠的系统支持-手机 */
@media screen and (max-width: 767px) {
  .website-jishu .box-m {
    margin-top: 0%;
    flex-direction: column;
  }
  .website-jishu .box-m .left-num-box {
    width: 100%;
  }
  .website-jishu .box-m .left-num-box .item {
    width: 50%;
    height: 80px;
  }
  .website-jishu .box-m .left-num-box .item .numbar {
    font-size: 30px;
  }
  .website-jishu .box-m .pic {
    width: 60%;
  }
  .website-jishu .bottom-num-box {
    height: auto;
    padding: 3% 0;
    border-radius: 0px;
    align-items: flex-start;
  }
  .website-jishu .bottom-num-box .item {
    width: 25%;
    padding: 0 2px;
  }
  .website-jishu .bottom-num-box .item .numbar {
    font-size: 18px;
    font-size: .32rem;
  }
  .website-jishu .bottom-num-box .item .txt {
    font-size: 12px;
  }
}

/* 网站建设--服务流程 */
.website-FWliucheng {
  padding-bottom: 5%;
}

.website-FWliucheng .box {
  display: flex;
  text-align: center;
}

.website-FWliucheng .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
}

.website-FWliucheng .box .item:nth-child(even) {
  margin-top: 15%;
}

.website-FWliucheng .box .item .icon {
  flex-shrink: 0;
  width: 50%;
  max-width: 140px;
}

.website-FWliucheng .box .item .txt-box .title {
  font-size: 18px;
}

.website-FWliucheng .box .item .txt-box .intro {
  margin-top: .15rem;
  display: flex;
  flex-direction: column;
}

.website-FWliucheng .box .item .txt-box .intro .txt {
  margin-bottom: .05rem;
}

/* 网站建设--服务流程-PC和平板 */
@media screen and (min-width: 768px) {
  .website-FWliucheng .box .item:hover .icon {
    -webkit-animation: tiaodong2 1s linear;
    animation: tiaodong2 1s linear;
  }
}

/* 网站建设--服务流程-手机 */
@media screen and (max-width: 767px) {
  .website-FWliucheng .box {
    flex-direction: column;
    text-align: left;
  }
  .website-FWliucheng .box .item {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0% !important;
    border-bottom: 1px solid #e8edfc;
    padding: 5px 0;
    box-sizing: border-box;
  }
  .website-FWliucheng .box .item .icon {
    width: 25%;
  }
  .website-FWliucheng .box .item .txt-box .title {
    font-size: 16px;
  }
}

/* 关于我们-banner */
.about-common-banner {
  background-image: url("../images/about_banner.png");
}

.about-common-banner .banner-in .txt-box .title {
  display: flex;
  justify-content: center;
}

.about-common-banner .banner-in .txt-box .title .play {
  font-size: .45rem;
  margin-left: .1rem;
  transition: all .5s;
  cursor: pointer;
}

.about-common-banner .banner-in .txt-box .title .play:hover {
  transform: scale(1.03);
  transform-origin: 50% 50%;
}

/* 关于我们 > 公司介绍 */
.about-gongsijieshao {
  margin-bottom: 3%;
}

.about-gongsijieshao .box {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.about-gongsijieshao .box .letter-bg {
  position: absolute;
  left: -.9rem;
  top: 0px;
  width: 1.24rem;
}

.about-gongsijieshao .box .txt-box {
  position: relative;
  box-shadow: 0 0 .3rem #e5e5e5;
  padding: .6rem;
  width: 57%;
  background: #fff;
}

.about-gongsijieshao .box .txt-box .title {
  font-size: 36px;
}

.about-gongsijieshao .box .txt-box .p-zimu {
  font-size: .36rem;
  padding-top: .1em;
  color: #999999;
  opacity: .12;
  font-weight: bold;
}

.about-gongsijieshao .box .txt-box .txt {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  padding-top: .3rem;
  width: 65%;
}

.about-gongsijieshao .box .txt-box .btn {
  position: absolute;
  left: 9%;
  bottom: -4%;
  width: 2.65rem;
  height: .57rem;
  background: #2a59da;
  color: #fff;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-gongsijieshao .box .txt-box .btn:hover {
  background: #f86b02;
}

.about-gongsijieshao .box .pic {
  position: absolute;
  top: 63px;
  right: 0;
  width: 48%;
  max-height: 486px;
  overflow: hidden;
  z-index: 1;
}

.about-gongsijieshao .box .pic img {
  transition: all 1s;
}

.about-gongsijieshao .box .pic:hover img {
  transform: scale(1.03);
}

/* 关于我们 > 公司介绍-平板和手机 */
@media screen and (max-width: 991px) {
  .about-gongsijieshao .box {
    flex-direction: column;
  }
  .about-gongsijieshao .box .txt-box {
    padding: .6rem 3%;
    width: 94%;
    box-shadow: none;
  }
  .about-gongsijieshao .box .txt-box .title {
    font-size: .36rem;
  }
  .about-gongsijieshao .box .txt-box .p-zimu {
    font-size: .36rem;
    padding-top: .1em;
  }
  .about-gongsijieshao .box .txt-box .txt {
    font-size: 12px;
    line-height: 30px;
    padding-top: .3rem;
    width: 100%;
  }
  .about-gongsijieshao .box .txt-box .btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: -4%;
    width: 130px;
    height: 40px;
    font-size: 12px;
  }
  .about-gongsijieshao .box .pic {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
  }
}

/* 关于我们 > 开发团队 */
.about-team {
  overflow: hidden;
}

.about-team .box-out {
  position: relative;
  margin: 0 auto;
  background: #fafafa;
}

.about-team .box {
  position: relative;
  display: flex;
}

.about-team .letter-bg {
  position: absolute;
  right: 15%;
  bottom: 0px;
  width: 37%;
}

.about-team .box .left {
  padding: 7% 2%;
  width: 470px;
  background: #333;
}

.about-team .box .left .title {
  position: relative;
  padding-bottom: .38rem;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
}

.about-team .box .left .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: .11rem;
  width: 11px;
  height: .03rem;
  background: #fff;
  opacity: .5;
}

.about-team .box .left .txt {
  font-size: 18px;
  color: #fff;
  opacity: .5;
}

.about-team .box .left ul {
  margin-top: 90px;
}

.about-team .box .left li {
  position: relative;
  display: inline-block;
  width: 32%;
  text-align: center;
}

.about-team .box .left li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 90px;
  background: #4d4d4d;
}

.about-team .box .left li:last-child::after {
  display: none;
}

.about-team .box .left li span {
  display: block;
  font-size: 11px;
  color: #fff;
}

.about-team .box .left li .span-2 {
  font-size: 59px;
}

.about-team .box .right {
  flex: 1;
  margin-left: 5%;
}

.about-team .box .right .title {
  font-size: 32px;
  padding: 86px 0 40px;
}

.about-team .box .right .txt {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
}

@media screen and (max-width: 991px) {
  .about-team .box {
    flex-direction: column;
  }
  .about-team .box .left {
    padding: .5rem 2%;
    width: 96%;
  }
  .about-team .box .right {
    margin-left: 0%;
  }
  .about-team .box .right .title {
    font-size: 24px;
    padding: .5rem 0 .2rem;
  }
  .about-team .box .right .txt {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .about-team .box .left .title {
    font-size: 18px;
  }
  .about-team .box .left .txt {
    font-size: 14px;
  }
  .about-team .box .left ul {
    margin-top: .5rem;
  }
  .about-team .box .left li .span-2 {
    font-size: .69rem;
  }
  .about-team .box .right .title {
    font-size: 18px;
  }
  .about-team .box .right .txt {
    font-size: 12px;
  }
}

/* 关于我们 > 公司环境 */
.about-environment {
  position: relative;
  overflow: hidden;
}

.about-environment .box {
  width: 85%;
  margin: 0 auto;
  padding-bottom: .9rem;
}

.about-environment .swiper-container {
  height: 100%;
}

.about-environment .swiper-container .swiper-slide {
  overflow: hidden;
}

.about-environment .swiper-container .swiper-slide img {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  transition: all .8s;
}

.about-environment .swiper-container .swiper-slide-active:hover img {
  transform: scale(1.01);
}

.about-environment .swiper-container .swiper-slide:not(.swiper-slide-active) {
  opacity: .4;
}

.about-environment .swiper-container .swiper-slide.swiper-slide-active {
  width: 75% !important;
  z-index: 10;
}

.about-environment .swiper-button-prev {
  background: url("../images/about_gshj_arrows_left.png") no-repeat center center/cover;
  width: 40px;
  height: 40px;
  left: 15%;
}

.about-environment .swiper-button-prev::after {
  display: none;
}

.about-environment .swiper-button-next {
  background: url("../images/about_gshj_arrows_right.png") no-repeat center center/cover;
  width: 40px;
  height: 40px;
  right: 15%;
}

.about-environment .swiper-button-next::after {
  display: none;
}

.about-environment .swiper-container {
  padding-bottom: 35px;
}

.about-environment .swiper-slide .bg {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: 0 auto;
  background: linear-gradient(transparent, #000 100.0%);
  opacity: .6;
  border-radius: 5px;
}

.about-environment .swiper-slide .txt-box {
  position: absolute;
  left: 42px;
  bottom: 40px;
  color: #fff;
  width: 50%;
}

.about-environment .swiper-slide .txt-box .title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 15px;
}

.about-environment .swiper-slide .txt-box .txt {
  font-size: 16px;
  line-height: 32px;
  opacity: .6;
  transition: all .3s;
}

.about-environment .swiper-slide-active:hover .txt-box .txt {
  opacity: 1;
}

.about-environment .letter-bg {
  position: absolute;
  right: -15.5%;
  bottom: 0%;
  width: 77%;
}

@media screen and (max-width: 767px) {
  .about-environment .box {
    width: auto;
  }
  .about-environment .swiper-slide .txt-box .title {
    font-size: 16px;
    padding-bottom: .1rem;
  }
  .about-environment .swiper-slide .txt-box .txt {
    font-size: 12px;
    line-height: .3rem;
    color: #fff;
  }
  .about-environment .swiper-slide.swiper-slide-active .txt-box .txt {
    opacity: 1;
  }
  .about-environment .swiper-button-prev {
    left: 1%;
  }
  .about-environment .swiper-button-next {
    right: 1%;
  }
  .about-environment .swiper-btn {
    width: 30px;
    height: 30px;
  }
  .about-environment .swiper-slide .txt-box {
    left: 50%;
    transform: translateX(-50%);
    bottom: .3rem;
    color: #fff;
    width: 90%;
  }
}

/* 关于我们 > 虎超物联成长历程 pc/平板*/
@media screen and (min-width: 768px) {
  .about-chengzhang-pc {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .about-chengzhang-iphone {
    display: none;
  }
  .about-chengzhang-pc .letter-bg {
    position: absolute;
    left: 0;
    bottom: 50px;
    right: 0;
    margin: 0 auto;
    width: 43%;
  }
  .about-chengzhang-pc .box {
    position: relative;
    margin-top: 90px;
  }
  .about-chengzhang-pc .box .bic-box {
    position: absolute;
    overflow: hidden;
  }
  .about-chengzhang-pc .box .bic-box > img {
    transform: scale(0.999);
    transition: all 1s;
  }
  .about-chengzhang-pc .box .bic-box:hover > img {
    transform: scale(1.03);
  }
  .about-chengzhang-pc .box .pic-1 {
    width: 49%;
    left: 1%;
    top: -1.9%;
    text-align: right;
  }
  .about-chengzhang-pc .box .pic-2 {
    width: 15%;
    left: 32%;
    top: 35%;
    box-shadow: 0 0 30px #ccc;
  }
  .about-chengzhang-pc .box .pic-3 {
    width: 49%;
    right: 1%;
    top: 29.5%;
  }
  .about-chengzhang-pc .box .pic-4 {
    width: 15%;
    right: 31.5%;
    top: 66.5%;
    box-shadow: 0 0 30px #ccc;
  }
  .about-chengzhang-pc .box .pic-5 {
    width: 15%;
    right: 14.5%;
    top: 66.5%;
    box-shadow: 0 0 30px #ccc;
  }
  .about-chengzhang-pc .box .chengzhang-play {
    position: absolute;
    left: 50%;
    top: 39%;
    transform: translateX(-50%);
    cursor: pointer;
  }
  .about-chengzhang-pc .box .chengzhang-play .icon {
    color: #fff;
    font-size: 50px;
  }
  .about-chengzhang-pc .bic-box .txt-box {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    font-size: 36px;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 80%;
  }
  .about-chengzhang-pc .bic-box .txt-box .title {
    font-size: 36px;
  }
  .about-chengzhang-pc .bic-box .txt-box .txt {
    font-size: 14px;
    opacity: .5;
  }
  .about-chengzhang-pc .bic-box:hover .txt-box .txt {
    opacity: 1;
  }
  .about-chengzhang-pc .box .about-chengzhang-iphone-play {
    position: absolute;
    left: 0%;
    top: 39%;
    right: 0%;
    margin: 0 auto;
    width: 12%;
    cursor: pointer;
  }
  .about-chengzhang-pc .box .btn {
    display: block;
    position: relative;
    width: 180px;
    height: 50px;
    margin: 0 auto;
    border-radius: 2px;
    background: #eeeeee;
    line-height: 50px;
    text-align: center;
    color: #808080;
    font-size: 16px;
    cursor: pointer;
  }
  .about-chengzhang-pc .box .btn:hover {
    color: #fff;
    background: #f86b02;
  }
}

/* 关于我们 > 虎超物联成长历程 手机端*/
@media screen and (max-width: 767px) {
  .about-chengzhang-pc {
    display: none;
  }
  .about-chengzhang-iphone {
    display: block;
  }
  .about-chengzhang-iphone .box {
    margin: 0 .3rem;
    position: relative;
  }
  .about-chengzhang-iphone .box .line {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #b5b5b5;
  }
  .about-chengzhang-iphone .box .line::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    width: .3rem;
    height: .3rem;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #b2b2b2 inset;
  }
  .about-chengzhang-iphone .box .line::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 1px;
    height: 2rem;
    background: linear-gradient(to bottom, #b5b5b5, #fff);
  }
  .about-chengzhang-iphone .box .item {
    position: relative;
    padding-left: .4rem;
  }
  .about-chengzhang-iphone .box .item .year {
    padding: 1rem 0 .3rem;
    font-size: .58rem;
    color: #2958da;
  }
  .about-chengzhang-iphone .box .item .paragraph {
    padding-bottom: .3rem;
    color: #666;
  }
  .about-chengzhang-iphone .box .item .pic {
    display: flex;
    flex-wrap: wrap;
  }
  .about-chengzhang-iphone .box .item .pic > div {
    position: relative;
    width: 3rem;
    height: 2.12rem;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 .2rem .2rem 0;
    z-index: 0;
  }
  .about-chengzhang-iphone .box .item .pic .vid-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-chengzhang-iphone .box .item .pic .vid-box .play {
    color: #fff;
    font-size: .6rem;
  }
  .about-chengzhang-iphone .box .item .pic > div:nth-child(2n) {
    margin-right: 0;
  }
  .about-chengzhang-iphone .box .item .pic .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-chengzhang-iphone .box .item .dot {
    position: absolute;
    left: -.14rem;
    top: 1.23rem;
    width: .3rem;
    height: .3rem;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #2958da inset;
  }
  .about-chengzhang-iphone .box .item .dot::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: .16rem;
    height: .16rem;
    background: #f86c02;
    border-radius: 100rem;
  }
}

/* 关于我们 > 企业动态 */
.about-qiyedongtai {
  overflow: hidden;
  padding: .66rem 0 1.3rem;
}

.about-qiyedongtai .box {
  display: flex;
}

.about-qiyedongtai .box .txt-box {
  flex: 1;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px 0 0 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-qiyedongtai .box .txt-box .arrows .icon {
  font-size: 30px;
  color: #2a59f8;
}

.about-qiyedongtai .box .pic {
  width: 65%;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
}

.about-qiyedongtai .box .pic .img {
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}

.about-qiyedongtai .box .pic:hover img {
  transform: scale(1.03);
}

@media screen and (max-width: 991px) {
  .about-qiyedongtai .box .txt-box {
    padding-bottom: 20px;
  }
  .about-qiyedongtai .box .title-box .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .about-qiyedongtai .box {
    flex-direction: column;
  }
  .about-qiyedongtai .box .txt-box {
    box-shadow: none;
  }
  .about-qiyedongtai .box .pic {
    width: 100%;
    border-radius: 4px;
  }
}

/* 关于我们-联系我们 */
.about-contact-wrap {
  background-color: #fcf9f6;
}

/* 关于我们-地图 */
.about-map {
  width: 100%;
  height: 5rem;
  margin: 0 auto;
}

/* 文章资讯-banner */
.news-common-banner {
  background-image: url("../images/news_banner.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* 文章资讯-文章列表 */
.news-content {
  padding-top: .45rem;
}

.news-main {
  flex: 1;
}

.news-tabs {
  display: flex;
  padding-bottom: .45rem;
  font-size: 18px;
}

.news-tabs .item {
  position: relative;
  margin: 0 .15rem;
  padding: .1rem 0;
  cursor: pointer;
}

.news-tabs .item::after {
  content: '';
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  margin: 0 auto;
  height: 3px;
  background-color: #006eff;
  transition: all .3s;
  border-radius: 2px;
}

.news-tabs .item.on::after {
  width: 100%;
}

.news-tabs .item:hover::after {
  width: 100%;
}

.news-list .item {
  display: flex;
  margin-bottom: .5rem;
}

.news-list .item .pic {
  display: flex;
  flex-shrink: 0;
  width: 33%;
  height: 1.5rem;
  overflow: hidden;
}

.news-list .item .pic .img {
  width: 100%;
  height: 100%;
  transition: all .8s;
  object-fit: cover;
}

.news-list .item .pic:hover .img {
  transform: scale(1.05);
}

.news-list .item .txt-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 2%;
  width: 0;
  align-content: flex-start;
}

.news-list .item .txt-box .title-bar {
  margin-bottom: 3%;
  display: flex;
  justify-content: space-between;
}

.news-list .item .txt-box .title-bar .left-title {
  flex: 1;
  font-size: 24px;
  width: 0;
  margin-right: 3%;
}

.news-list .item .txt-box .title-bar .left-title:hover {
  color: #006eff;
}

.news-list .item .txt-box .title-bar .explain {
  flex-shrink: 0;
  color: #006eff;
}

.news-list .item .txt-box .intro {
  flex: 1;
  color: #888;
}

.news-list .item .txt-box .bt-bar {
  display: flex;
  color: #c1c1c1;
}

.news-list .item .txt-box .bt-bar span {
  display: inline-flex;
  align-items: center;
}

.news-list .item .txt-box .bt-bar span.source {
  flex: 1;
}

.news-list .item .txt-box .bt-bar span:not(.source) {
  margin-left: 3%;
}

.news-list .item .txt-box .bt-bar span .icon {
  margin-right: .05rem;
}

.news-side {
  flex-shrink: 0;
  width: 27%;
  margin-left: 3%;
}

.news-side .box {
  margin-bottom: 60px;
}

.news-side .box .title-bar {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  padding-left: 20px;
}

.news-side .box .title-bar::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background: #006eff;
  vertical-align: middle;
}

.news-side .box .tag {
  display: flex;
  flex-wrap: wrap;
}

.news-side .box .tag .item {
  padding: 9px 17px;
  color: #808080;
  margin: 0 8px 10px 0;
  background: #f7f8fc;
  border-radius: 2px;
  cursor: pointer;
}

.news-side .box .tag .item.on {
  color: #fff;
  background-color: #006eff;
}

.news-side .box .list .item {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.news-side .box .list .item .pic {
  max-height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-side .box .list .item .pic .img {
  transition: all .8s;
}

.news-side .box .list .item .pic:hover .img {
  transform: scale(1.05);
}

.news-side .box .list .item .txt {
  margin-top: 20px;
}

.news-side .box .list .item .txt:hover {
  color: #006eff;
}

/* 文章资讯-手机 */
@media screen and (max-width: 767px) {
  .news-tabs {
    font-size: 14px;
  }
  .news-tabs .item::after {
    height: 2px;
  }
  .news-list .item .pic {
    width: 1.7rem;
    height: 1.7rem;
  }
  .news-list .item .txt-box {
    font-size: 12px;
  }
  .news-list .item .txt-box .title-bar {
    margin-bottom: 2%;
  }
  .news-list .item .txt-box .title-bar .left-title {
    font-size: 16px;
  }
  .news-list .item .txt-box .bt-bar span .icon {
    font-size: 14px;
  }
  .news-side {
    display: none;
  }
}

/* 文章详情 */
.nwesDetails-header {
  background-color: #2a59da !important;
}

.nwesDetails-content {
  padding-top: 100px;
}

.nwesDetails-main {
  flex: 1;
}

.nwesDetails-top {
  border-bottom: 1px solid #e5e5e5;
}

.nwesDetails-top .title-bar {
  display: flex;
  align-items: flex-start;
}

.nwesDetails-top .title-bar .left-title {
  flex: 1;
  font-size: 24px;
  margin-right: 5%;
}

.nwesDetails-top .title-bar .share {
  flex-shrink: 0;
  color: #006eff;
  cursor: pointer;
}

.nwesDetails-top .bt-bar {
  display: flex;
  color: #c1c1c1;
  justify-content: space-between;
  padding: .2rem 0;
}
.nwesDetails-top .bt-bar a{
  color: #c1c1c1;;
}

.nwesDetails-top .bt-bar .tag {
  color: #808080;
  background: #f6f7fc;
  margin-left: .2rem;
  padding: 5px 8px;
}

.nwesDetails-top .bt-bar .number .item {
  margin-left: .2rem;
}

.nwesDetails-article {
  padding-top: .4rem;
  line-height: 31px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.3rem;
  font-size: 16px;
}

.nwesDetails-main .pinglun-box{
  padding-top: 0.2rem;
  font-size: 16px;
}
.nwesDetails-main .pinglun-box p{
  padding-bottom: 5px;
}
.nwesDetails-main .pinglun-box a{
  font-size: 16px;
}

.nwesDetails-article img {
  max-width: 100%;
  width: auto;
  margin: 10px auto;
}

.nwesDetails-like {
  margin: .5rem auto;
  width: 1.06rem;
  padding: .05rem 0;
  border-radius: 2px;
  background: #f7f8fc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nwesDetails-like .icon-box {
  position: relative;
  margin-right: .05rem;
  display: inline-flex;
}

.nwesDetails-like .icon-box .icon-old {
  font-size: .4rem;
  color: #ccc;
  cursor: pointer;
}

.nwesDetails-like .num {
  font-size: .16rem;
  color: #808080;
}

.pinglun-box .p-title {
  font-size: 22px;
  margin-top: 0.2rem;
}

.pinglun-box .textarea-box {
  margin: .1rem auto .2rem;
}
.pinglun-box .textarea-box ul{
  padding-left: 0.1rem;
}

.pinglun-box .textarea-box textarea {
  width: 100%;
  height: 1rem;
  resize: none;
  background: #f7f8fc;
  font-size: 14px;
}

.pinglun-box .btn {
  width: 90px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  background-color: #006eff;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}

.pinglun-box .btn:hover {
  background-color: #2a59da;
}

.pinglun-list {
  padding: .25rem 0 .6rem;
  display: flex;
  flex-direction: column;
}

.pinglun-list .p-title {
  font-size: 20px;
}

.pinglun-list .item {
  position: relative;
  margin-top: .3rem;
  border-bottom: 1px solid #f7f8fc;
  padding-bottom: .3rem;
  display: flex;
}

.pinglun-list .item .head {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: top;
}

.pinglun-list .item .div-M {
  flex: 1;
  margin-left: 2%;
}

.pinglun-list .item .div-M .name {
  font-size: 18px;
  padding-bottom: .18rem;
  display: block;
}

.pinglun-list .item .div-M .txt {
  line-height: 20px;
  text-align: justify;
}

.pinglun-list .item .time {
  color: #c1c1c1;
}

.pinglun-list .look-all {
  margin: .6rem auto 0;
  color: #808080;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pinglun-list .look-all:hover {
  color: #006eff;
}

.pinglun-list .look-all i.iconfont {
  margin-left: .05rem;
}

/* 文章详情-手机 */
@media screen and (max-width: 767px) {
  .nwesDetails-content {
    padding-top: 60px;
  }
  .nwesDetails-top {
    border-bottom: 1px solid #e5e5e5;
  }
  .nwesDetails-top .title-bar .left-title {
    font-size: 16px;
  }
  .nwesDetails-top .bt-bar {
    display: flex;
    color: #c1c1c1;
    justify-content: space-between;
    padding: .2rem 0;
    flex-direction: column;
  }
  .nwesDetails-top .bt-bar .number {
    margin-top: .3rem;
  }
  .nwesDetails-top .bt-bar .number .item {
    margin-left: 0;
  }
  .pinglun-box .p-title {
    font-size: 16px;
  }
  .pinglun-box .btn {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .pinglun-list .p-title {
    font-size: 16px;
  }
  .pinglun-list .item .div-M .name {
    font-size: 16px;
  }
}

/* 智慧工业-banner */
.gongye-common-banner {
  background-image: url("../images/banner_bg.png");
}

.gongye-common-banner .txt-box .txt {
  line-height: .24rem;
}

.gongye-common-banner .pic {
  transition: all .8s;
}

.gongye-common-banner .pic:hover {
  transform: translateY(-3px);
}

/* 智慧工业- 产品展示*/
.gongye-chanpin {
  --w: 32%;
  --fs: 26px;
}

.gongye-chanpin .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gongye-chanpin .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--w);
}

.gongye-chanpin .box .item .pic {
  overflow: hidden;
}

.gongye-chanpin .box .item .pic .img {
  transition: all .8s;
}

.gongye-chanpin .box .item .pic:hover .img {
  transform: scale(1.03);
}

.gongye-chanpin .box .item .txt {
  font-size: var(--fs);
  margin: .2rem auto .5rem;
}

/* 智慧工业-产品展示-平板*/
@media screen and (max-width: 991px) {
  .gongye-chanpin {
    --fs: 18px;
  }
}

/* 智慧工业-产品展示-手机*/
@media screen and (max-width: 767px) {
  .gongye-chanpin {
    --w: 49%;
    --fs: 14px;
  }
}

/* 智慧工业-监测参数 */
.gongye-canshu {
  --thead-font-size: 26px;
  --thead-line-height: 65px;
  --tbody-font-size: 16px;
  --tbody-th-min-height: 60px;
  background-image: url("../images/canshu_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.gongye-canshu .box .item {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid #60231b;
  text-align: center;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

.gongye-canshu .box .item .thead {
  font-size: var(--thead-font-size);
  line-height: var(--thead-line-height);
}

.gongye-canshu .box .item .thead .tr {
  display: flex;
}

.gongye-canshu .box .item .thead .tr .th {
  flex: 1;
}

.gongye-canshu .box .item .thead .tr .th:not(:first-child) {
  border-left: 1px solid #60231b;
}

.gongye-canshu .box .item .tbody .tr {
  border-top: 1px solid #60231b;
  font-size: var(--tbody-font-size);
  color: #808080;
  display: flex;
}

.gongye-canshu .box .item .tbody .tr .th {
  flex: 1;
  display: inline-flex;
  min-height: var(--tbody-th-min-height);
  align-items: center;
  justify-content: center;
}

.gongye-canshu .box .item .tbody .tr .th:not(:first-child) {
  border-left: 1px solid #60231b;
}

.gongye-canshu .box .item .tbody .tr .th:nth-child(3) {
  border-left: 2px solid #60231b;
}

.gongye-canshu .box .canshu-swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 0%;
}

.gongye-canshu .box .canshu-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff6c02;
}

/* 智慧工业-监测参数-手机*/
@media screen and (max-width: 767px) {
  .gongye-canshu {
    --thead-font-size: 16px;
    --thead-line-height: 40px;
    --tbody-font-size: 12px;
    --tbody-th-min-height: 35px;
  }
}

/* 智慧工业-高支模监测案例现场 */
.gongye-anli .pic-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gongye-anli .pic-box .item {
  width: 25%;
  display: flex;
  flex-direction: column;
  margin-bottom: .2rem;
}

.gongye-anli .pic-box .item .pic {
  overflow: hidden;
  flex: 1;
}

.gongye-anli .pic-box .item .pic .img {
  height: 100%;
  object-fit: cover;
  transition: all .8s;
}

.gongye-anli .pic-box .item .pic:hover .img {
  transform: scale(1.03);
}

.gongye-anli .pic-box .item .more {
  background-color: #ff6c02;
  margin-top: .15rem;
  color: #fff;
  height: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 10%;
}

.gongye-anli .pic-box .item .more .title {
  font-size: 26px;
}

.gongye-anli .pic-box .item .more .line {
  width: 40px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: .1rem 0;
}

.gongye-anli .pic-box .item .more .subtitle {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.gongye-anli .pic-box .item .more .subtitle .icon {
  font-size: 26px;
}

.gongye-anli .txt-box {
  background-color: #ff6c02;
  color: #fff;
  min-height: 1.6rem;
  box-sizing: border-box;
  padding: 2% 0;
}

.gongye-anli .txt-box .item {
  box-sizing: border-box;
  padding: 0% 5%;
}

.gongye-anli .txt-box .item .title {
  font-size: 20px;
}

.gongye-anli .txt-box .item .intro {
  margin-top: 5%;
  opacity: .8;
}

.gongye-anli .bt-bar {
  background-color: #fcfbfa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  box-sizing: border-box;
  padding: 0 .2rem;
}

.gongye-anli .bt-bar .left-bar {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}

.gongye-anli .bt-bar .left-bar .icon {
  color: #999;
  font-size: 28px;
  margin-right: .1rem;
  background-image: linear-gradient(#e66465, #9198e5);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.gongye-anli .bt-bar .left-bar .line {
  margin-left: .5rem;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 108, 2, 0.5);
}

.gongye-anli .bt-bar .right-bar {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.gongye-anli .bt-bar .right-bar .left-title {
  width: 150px;
  height: 40px;
  color: #fff;
  border-radius: 1000px;
  background-image: linear-gradient(to bottom, #ffbc8b, #ff6c02);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: .2rem;
}

.gongye-anli .bt-bar .right-bar .left-title .icon {
  font-size: 26px;
  margin-right: 5px;
}

.gongye-anli .bt-bar .right-bar .number {
  font-size: 30px;
}

/* 智慧工业-高支模监测案例现场-平板和PC */
@media screen and (min-width: 768px) {
  .gongye-anli .pic-box {
    display: flex;
    justify-content: space-between;
  }
  .gongye-anli .pic-box .item:nth-child(3), .gongye-anli .pic-box .item:nth-child(4) {
    width: 47%;
  }
  .gongye-anli .txt-box {
    display: flex;
    align-items: center;
  }
  .gongye-anli .txt-box .item {
    width: 33.333%;
  }
  .gongye-anli .txt-box .item:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .gongye-anli .txt-box .item .intro {
    font-size: 16px;
    margin-top: 5%;
    line-height: 28px;
  }
}

/* 智慧工业-高支模监测案例现场-手机 */
@media screen and (max-width: 767px) {
  .gongye-anli .pic-box {
    display: flex;
    justify-content: space-between;
  }
  .gongye-anli .pic-box .item {
    width: 49%;
  }
  .gongye-anli .pic-box .item .more .title {
    font-size: 16px;
  }
  .gongye-anli .pic-box .item .more .subtitle {
    font-size: 12px;
  }
  .gongye-anli .pic-box .item .more .subtitle .icon {
    font-size: 16px;
  }
  .gongye-anli .txt-box .item .title {
    font-size: 16px;
  }
  .gongye-anli .txt-box .item .intro {
    margin-top: 1%;
    margin-bottom: 2%;
  }
  .gongye-anli .bt-bar {
    height: 50px;
    padding: 0;
  }
  .gongye-anli .bt-bar .left-bar {
    font-size: 14px;
  }
  .gongye-anli .bt-bar .left-bar .icon {
    font-size: 16px;
  }
  .gongye-anli .bt-bar .right-bar {
    font-size: 14px;
  }
  .gongye-anli .bt-bar .right-bar .left-title {
    width: 100px;
    height: 30px;
  }
  .gongye-anli .bt-bar .right-bar .left-title .icon {
    font-size: 16px;
  }
  .gongye-anli .bt-bar .right-bar .number {
    font-size: 14px;
  }
}

/* 智慧工业-应用场景 */
.gongye-yingyong .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .4rem;
}

.gongye-yingyong .box .item {
  width: 46%;
  display: flex;
  flex-direction: column;
}

.gongye-yingyong .box .item .pic {
  overflow: hidden;
}

.gongye-yingyong .box .item .pic .img {
  transition: all .8s;
}

.gongye-yingyong .box .item .pic:hover .img {
  transform: scale(1.03);
}

.gongye-yingyong .box .item:nth-child(3) {
  width: 39%;
}

.gongye-yingyong .box .item .explain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 5% 0;
  font-size: 16px;
  white-space: nowrap;
}

.gongye-yingyong .box .item .explain .sItem {
  display: inline-flex;
  align-items: center;
}

.gongye-yingyong .box .item .explain .sItem .dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.gongye-yingyong .box .item .explain .sItem .dot.red {
  background-color: #ff0000;
}

.gongye-yingyong .box .item .explain .sItem .dot.green {
  background-color: #00be62;
}

.gongye-yingyong .box .item .explain .sItem .kuai {
  flex-shrink: 0;
  width: 30px;
  height: 5px;
  background-color: #fff60d;
}

.gongye-yingyong .box .item .explain .sItem .txt {
  margin-left: 5px;
}

.gongye-yingyong .box .arrows .icon {
  display: inline-flex;
  font-size: 42px;
  background-image: linear-gradient(to right, #fffdfa, #ff6c02);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/* 智慧工业-应用场景-手机 */
@media screen and (max-width: 767px) {
  .gongye-yingyong .box {
    flex-direction: column;
  }
  .gongye-yingyong .box .item {
    width: 100%;
  }
  .gongye-yingyong .box .item:nth-child(3) {
    width: 100%;
  }
  .gongye-yingyong .box .item .explain {
    font-size: 14px;
  }
  .gongye-yingyong .box .arrows .icon {
    transform: rotate(90deg);
  }
}

/* 智慧工业-业务挑战 */
.gongye-yewu .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gongye-yewu .box .item {
  width: 49.2%;
  display: flex;
  box-sizing: border-box;
  padding: 2%;
  background-color: #fcfbfa;
  border-radius: 4px;
  margin-bottom: .2rem;
  transition: all .8s;
}

.gongye-yewu .box .item:hover {
  transform: translateY(-3px);
}

.gongye-yewu .box .item .pic {
  width: 10%;
  flex-shrink: 0;
  min-width: 40px;
}

.gongye-yewu .box .item .txt-box {
  flex: 1;
  margin-left: 5%;
}

.gongye-yewu .box .item .txt-box .title {
  font-size: 20px;
  margin-bottom: .1rem;
}

.gongye-yewu .box .item .txt-box .intro {
  font-size: 16px;
  color: #808080;
}

/* 智慧工业-业务挑战-手机 */
@media screen and (max-width: 767px) {
  .gongye-yewu .box {
    flex-direction: column;
  }
  .gongye-yewu .box .item {
    width: 100%;
  }
  .gongye-yewu .box .item .txt-box .title {
    font-size: 16px;
  }
  .gongye-yewu .box .item .txt-box .intro {
    font-size: 14px;
  }
}

/* 智慧工业-高支模破坏形式示意图 */
.gongye-gao-huai-tu {
  background-image: url("../images/shiyitu_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: .7rem 0 .8rem;
}

.gongye-gao-huai-tu .top-title {
  width: 4.64rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto;
  font-size: 26px;
  margin-bottom: 1.25rem;
  margin-bottom: 6.5%;
  background-image: url("../images/shiyitu_title_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.gongye-gao-huai-tu .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gongye-gao-huai-tu .box .item {
  width: 25%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.gongye-gao-huai-tu .box .item .pic {
  width: 80%;
}

.gongye-gao-huai-tu .box .item .tag {
  margin: .47rem auto;
  max-width: 218px;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(69, 122, 212, 0.2), rgba(255, 255, 255, 0.2));
  color: #1f6aeb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* 智慧工业-高支模破坏形式示意图-手机 */
@media screen and (max-width: 767px) {
  .gongye-gao-huai-tu .top-title {
    font-size: 16px;
  }
  .gongye-gao-huai-tu .box .item {
    width: 50%;
  }
  .gongye-gao-huai-tu .box .item .tag {
    height: 35px;
    font-size: 14px;
    width: 80%;
  }
}

/* 智慧工业-自动化在线监测拓扑 */
.gongye-zidonghua .box {
  display: flex;
  justify-content: space-between;
}

.gongye-zidonghua .box .item {
  background-color: #fcfbfa;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 2% 0;
}

.gongye-zidonghua .box .item .sItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5% 0;
}

.gongye-zidonghua .box .item .sItem .pic {
  width: 80px;
}

.gongye-zidonghua .box .item .sItem .txt-box .title {
  font-size: 20px;
  margin-top: 2%;
}

.gongye-zidonghua .box .item .sItem .txt-box .intro {
  font-size: 16px;
  color: #808080;
  margin-top: .1rem;
}

.gongye-zidonghua .box .item1 {
  width: 20%;
}

.gongye-zidonghua .box .item1 .sIcon {
  font-size: 24px;
}

.gongye-zidonghua .box .item2 {
  width: 22%;
}

.gongye-zidonghua .box .item3 {
  width: 33%;
}

.gongye-zidonghua .box .item3 .sItem {
  flex-direction: row;
}

.gongye-zidonghua .box .arrows {
  display: inline-flex;
  align-items: center;
}

.gongye-zidonghua .box .arrows .icon {
  font-size: 42px;
  background-image: linear-gradient(to right, #fffdfa, #ff6c02);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/* 智慧工业-自动化在线监测拓扑-平板 */
@media screen and (max-width: 991px) {
  .gongye-zidonghua .box .item .sItem .txt-box .title {
    font-size: 16px;
  }
  .gongye-zidonghua .box .item .sItem .txt-box .intro {
    font-size: 14px;
  }
  .gongye-zidonghua .box .item2 {
    width: 25%;
  }
}

/* 智慧工业-自动化在线监测拓扑-手机 */
@media screen and (max-width: 767px) {
  .gongye-zidonghua .box {
    flex-direction: column;
  }
  .gongye-zidonghua .box .item {
    align-items: flex-start;
  }
  .gongye-zidonghua .box .item .sItem {
    padding: 2% 0;
  }
  .gongye-zidonghua .box .item .sItem .pic {
    width: 60px;
  }
  .gongye-zidonghua .box .item1 {
    align-items: center;
    width: 100%;
    flex-direction: row;
  }
  .gongye-zidonghua .box .item1 .sIcon {
    transform: rotate(-90deg);
  }
  .gongye-zidonghua .box .item2 {
    width: 100%;
  }
  .gongye-zidonghua .box .item2 .sItem {
    flex-direction: row;
  }
  .gongye-zidonghua .box .item3 {
    width: 100%;
  }
  .gongye-zidonghua .box .arrows {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
  }
}

/* 智慧工业-大数据平台界面 */
.gongye-dashuju {
  padding-bottom: .5rem;
}

.gongye-dashuju .box .item {
  display: flex;
  align-items: center;
}

.gongye-dashuju .box .item .pic {
  flex-grow: 1;
  width: 60%;
  overflow: hidden;
}

.gongye-dashuju .box .item .pic .img {
  transition: all .8s;
}

.gongye-dashuju .box .item .pic:hover .img {
  transform: scale(1.01);
}

.gongye-dashuju .box .item:not(:first-child) {
  margin-top: 1rem;
}

.gongye-dashuju .box .item:not(:first-child) .pic {
  box-shadow: 0 0 18px 0 rgba(7, 0, 2, 0.14);
  border-radius: 10px;
}

.gongye-dashuju .box .item .txt-box {
  padding: 0 5%;
  box-sizing: border-box;
  width: 40%;
  flex-shrink: 0;
}

.gongye-dashuju .box .item .txt-box .title {
  position: relative;
  font-size: 26px;
  padding: 0 .05rem .05rem;
  background-image: linear-gradient(to bottom, #ffffff, #ff6b02);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% 50%;
  display: inline-flex;
}

.gongye-dashuju .box .item .txt-box .intro {
  color: #808080;
  font-size: 16px;
  line-height: 28px;
  margin-top: .15rem;
}

.gongye-dashuju .box .item:nth-child(odd) {
  flex-direction: row-reverse;
}

/* 智慧工业-大数据平台界面-手机 */
@media screen and (max-width: 767px) {
  .gongye-dashuju .box .item {
    flex-direction: column;
  }
  .gongye-dashuju .box .item .pic {
    width: 100%;
  }
  .gongye-dashuju .box .item .txt-box {
    width: 100%;
    margin-top: .2rem;
  }
  .gongye-dashuju .box .item .txt-box .title {
    font-size: 16px;
  }
  .gongye-dashuju .box .item .txt-box .intro {
    font-size: 14px;
    line-height: 20px;
  }
  .gongye-dashuju .box .item:nth-child(odd) {
    flex-direction: column;
  }
  .gongye-dashuju .box .item:not(:first-child) {
    margin-top: .5rem;
  }
}

/* 智慧工业-方案优势 */
.gongye-fangan .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gongye-fangan .box .item {
  box-shadow: 0 0 0 1px #f2f2f2 inset;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 2% 4%;
  width: 49%;
  display: flex;
  flex-direction: column;
  margin-bottom: .2rem;
}

.gongye-fangan .box .item:hover {
  box-shadow: 0 0 18px 0 #f2f2f2;
}

.gongye-fangan .box .item .title {
  text-align: center;
  font-size: 26px;
}

.gongye-fangan .box .item .line {
  width: .4rem;
  height: .04rem;
  margin: 4% auto;
  background-color: #ff6b02;
}

.gongye-fangan .box .item .intro {
  font-size: 16px;
  color: #808080;
  line-height: 24px;
  text-align: justify;
}

/* 智慧工业-方案优势-手机 */
@media screen and (max-width: 767px) {
  .gongye-fangan .box .item {
    width: 100%;
  }
  .gongye-fangan .box .item .title {
    font-size: 16px;
  }
  .gongye-fangan .box .item .intro {
    font-size: 14px;
    line-height: 20px;
  }
}

/* 智慧工业-技术、品质、责任 */
.gongye-jishu {
  --fs: 26px;
  padding-bottom: 1.5rem;
}

.gongye-jishu .box {
  display: flex;
  justify-content: space-between;
}

.gongye-jishu .box .item {
  position: relative;
  width: 32%;
  color: #fff;
  font-size: var(--fs);
  border-radius: 6px;
  overflow: hidden;
}

.gongye-jishu .box .item .pic {
  transition: all .8s;
}

.gongye-jishu .box .item:hover .pic {
  transform: scale(1.03);
}

.gongye-jishu .box .item:hover .icon {
  -webkit-animation: tiaodong2 1s linear;
  animation: tiaodong2 1s linear;
}

.gongye-jishu .box .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gongye-jishu .box .item .mask .icon {
  width: 24%;
  min-width: 40px;
}

.gongye-jishu .box .item .mask .line {
  width: .4rem;
  height: .04rem;
  background-color: #fff;
  margin: .1rem auto .2rem;
}

/* 智慧工业-技术、品质、责任-手机 */
@media screen and (max-width: 767px) {
  .gongye-jishu {
    --fs: 14px;
  }
}

/* 边坡-banner */
.bianpo-common-banner {
  background-image: url("../images/banner_bg.png");
}

.bianpo-common-banner .txt-box .txt {
  line-height: .24rem;
}

.bianpo-common-banner .pic {
  transition: all .8s;
}

.bianpo-common-banner .pic:hover {
  transform: translateY(-3px);
}

/* 边坡-边坡在线监测系统介绍 */
.bianpo-xitong .box {
  display: flex;
  justify-content: space-between;
}

.bianpo-xitong .box .col {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.bianpo-xitong .box .col .item .txt-box .title {
  font-size: 26px;
  margin: 5% 0 2%;
}

.bianpo-xitong .box .col .item .txt-box .intro {
  font-size: 16px;
  color: #808080;
  line-height: 24px;
  text-align: justify;
}

.bianpo-xitong .box .col .icon-box {
  display: flex;
  padding: 1rem 0;
  padding: 5% 0;
}

.bianpo-xitong .box .col .icon-box .sItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bianpo-xitong .box .col .icon-box .sItem:hover .icon {
  -webkit-animation: tiaodong2 1s linear;
  animation: tiaodong2 1s linear;
}

.bianpo-xitong .box .col .icon-box .sItem .icon {
  width: 50%;
  margin-bottom: .3rem;
}

.bianpo-xitong .box .col .icon-box .sItem .txt {
  font-size: 20px;
}

/* 边坡-边坡在线监测系统介绍-手机 */
@media screen and (max-width: 767px) {
  .bianpo-xitong .box {
    flex-direction: column;
  }
  .bianpo-xitong .box .col {
    width: 100%;
  }
  .bianpo-xitong .box .col .item .txt-box .title {
    font-size: 16px;
  }
  .bianpo-xitong .box .col .item .txt-box .intro {
    font-size: 14px;
  }
  .bianpo-xitong .box .col .icon-box .sItem .txt {
    font-size: 14px;
  }
}

/* 边坡-监测内容 */
.bianpo-jiance-neirong .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bianpo-jiance-neirong .box .item {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 10%;
}

.bianpo-jiance-neirong .box .item .pic {
  flex-shrink: 0;
}

.bianpo-jiance-neirong .box .item .pic:hover .img {
  -webkit-animation: tiaodong2 1s linear;
  animation: tiaodong2 1s linear;
}

.bianpo-jiance-neirong .box .item .txt-box .title {
  font-size: 20px;
  margin: 15% auto 4%;
}

.bianpo-jiance-neirong .box .item .txt-box .intro {
  color: #808080;
}

/* 边坡-监测内容-手机 */
@media screen and (max-width: 767px) {
  .bianpo-jiance-neirong .box {
    flex-direction: column;
  }
  .bianpo-jiance-neirong .box .item {
    margin-bottom: 5%;
    width: 100%;
    flex-direction: row;
    text-align: left;
  }
  .bianpo-jiance-neirong .box .item .txt-box {
    margin-left: 3%;
  }
  .bianpo-jiance-neirong .box .item .txt-box .title {
    font-size: 16px;
    margin: 0 0 2%;
  }
}

/* 边坡-监测示意图 */
.bianpo-shiyitu {
  background-image: url("../images/shiyitu_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.bianpo-shiyitu .top-title {
  width: 4.64rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto;
  font-size: 26px;
  margin-bottom: 6.5%;
  background-image: url("../images/shiyitu_title_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.bianpo-shiyitu .box .pic {
  max-width: 1080px;
  margin: 0 auto;
}

/* 边坡-监测示意图-手机 */
@media screen and (max-width: 767px) {
  .bianpo-shiyitu .top-title {
    font-size: 16px;
  }
}

/* 边坡-监测参数 */
.bianpo-canshu {
  background-image: url("../images/canshu_bg.png");
  background-position: 50% 100%;
  background-size: auto;
}

/* 边坡-实现功能 */
.bianpo-gongneng .box {
  flex-wrap: wrap;
  justify-content: space-between;
}

.bianpo-gongneng .box .item {
  border-radius: 10px;
  box-shadow: 0 5px 15px 0 rgba(210, 155, 115, 0.12);
}

.bianpo-gongneng .box .item .pic {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bianpo-gongneng .box .item .txt-box {
  flex: 1;
  margin: 5% .2rem;
}

.bianpo-gongneng .box .item .txt-box .title {
  font-size: 20px;
  margin-bottom: 3%;
}

.bianpo-gongneng .box .item .txt-box .intro {
  color: #808080;
  font-size: 16px;
  text-align: justify;
}

.bianpo-gongneng .box.pc {
  display: flex;
}

.bianpo-gongneng .box.phone {
  display: none;
}

/* 边坡-实现功能-PC */
@media screen and (min-width: 992px) {
  .bianpo-gongneng .box .item {
    width: 31%;
    transition: all .8s;
  }
  .bianpo-gongneng .box .item:hover {
    transform: translateY(-2px);
  }
  .bianpo-gongneng .box .item:nth-child(n+4) {
    width: 47%;
    display: flex;
    align-items: center;
    margin-top: .5rem;
  }
  .bianpo-gongneng .box .item:nth-child(n+4) .pic {
    flex-shrink: 0;
    width: 48%;
  }
  .bianpo-gongneng .box .item:nth-child(2) {
    margin-top: .5rem;
  }
  .bianpo-gongneng .box .item:nth-child(1), .bianpo-gongneng .box .item:nth-child(3), .bianpo-gongneng .box .item:nth-child(4) {
    margin-bottom: .5rem;
  }
  .bianpo-gongneng .box .item:nth-child(5) {
    margin-top: 1rem;
  }
}

/* 边坡-实现功能-平板 */
@media screen and (max-width: 991px) and (min-width: 768px) {
  .bianpo-gongneng .box .item {
    width: 48%;
    flex-grow: 1;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 5%;
  }
  .bianpo-gongneng .box .item:nth-child(even) {
    margin-left: 2%;
  }
  .bianpo-gongneng .box .item .pic {
    height: 250px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
}

/* 边坡-实现功能-手机 */
@media screen and (max-width: 767px) {
  .bianpo-gongneng .box .item {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }
  .bianpo-gongneng .box .item .pic {
    height: 5rem;
  }
  .bianpo-gongneng .box .item .txt-box .title {
    font-size: 16px;
  }
  .bianpo-gongneng .box .item .txt-box .intro {
    font-size: 14px;
  }
  .bianpo-gongneng .box.pc {
    display: none;
  }
  .bianpo-gongneng .box.phone {
    display: block;
  }
}

/* 边坡-联系我们 */
.bianpo-contact .box .btn {
  background: #a44426;
}

/* 基坑-banner */
.jikeng-common-banner {
  background-image: url("../images/banner_bg.png");
}

.jikeng-common-banner .txt-box .txt {
  line-height: .24rem;
}

.jikeng-common-banner .pic {
  transition: all .8s;
}

.jikeng-common-banner .pic:hover {
  transform: translateY(-3px);
}

/* 基坑-基坑在线监测系统介绍 */
.jikeng-xitong .box .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jikeng-xitong .box .item:nth-child(odd) {
  flex-direction: row-reverse;
  margin-bottom: 2%;
}

.jikeng-xitong .box .item .pic {
  flex-shrink: 0;
  width: 45%;
}

.jikeng-xitong .box .item .txt-box {
  flex-shrink: 0;
  width: 45%;
}

.jikeng-xitong .box .item .txt-box .title {
  font-size: 26px;
}

.jikeng-xitong .box .item .txt-box .intro {
  margin-top: 2%;
  line-height: 24px;
  font-size: 16px;
  color: #808080;
  text-align: justify;
}

.jikeng-xitong .box.pc {
  display: block;
}

.jikeng-xitong .box.phone {
  display: none;
}

/* 基坑-基坑在线监测系统介绍-手机 */
@media screen and (max-width: 767px) {
  .jikeng-xitong .box .item {
    flex-direction: column !important;
  }
  .jikeng-xitong .box .item .pic {
    width: 100%;
  }
  .jikeng-xitong .box .item .txt-box {
    width: 100%;
  }
  .jikeng-xitong .box .item .txt-box .title {
    margin-top: 3%;
    font-size: 16px;
  }
  .jikeng-xitong .box .item .txt-box .intro {
    font-size: 14px;
  }
  .jikeng-xitong .box.pc {
    display: none;
  }
  .jikeng-xitong .box.phone {
    display: block;
  }
}

/* 基坑-监测内容 */
.jikeng-jiance-neirong .box {
  display: flex;
  justify-content: space-between;
}

.jikeng-jiance-neirong .box .item {
  box-shadow: 0 5px 15px 0 rgba(210, 155, 115, 0.12);
  width: 49%;
  display: flex;
  box-sizing: border-box;
  padding: 2%;
  transition: all .8s;
  margin-bottom: .2rem;
}

.jikeng-jiance-neirong .box .item:hover {
  transform: translateY(-3px);
}

.jikeng-jiance-neirong .box .item .pic {
  width: 10%;
  flex-shrink: 0;
  min-width: 40px;
}

.jikeng-jiance-neirong .box .item .txt-box {
  flex: 1;
  margin-left: 5%;
}

.jikeng-jiance-neirong .box .item .txt-box .title {
  font-size: 26px;
  margin-bottom: .1rem;
}

.jikeng-jiance-neirong .box .item .txt-box .intro {
  color: #808080;
  line-height: 24px;
  text-align: justify;
}

/* 基坑-监测内容-手机 */
@media screen and (max-width: 767px) {
  .jikeng-jiance-neirong .box {
    flex-direction: column;
  }
  .jikeng-jiance-neirong .box .item {
    width: 100%;
  }
  .jikeng-jiance-neirong .box .item .txt-box .title {
    font-size: 16px;
  }
}

/* 基坑-监测示意图 */
.jikeng-shiyitu {
  background-image: url("../images/shiyitu_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.jikeng-shiyitu .top-title {
  width: 4.64rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto;
  font-size: 26px;
  margin: 5% auto 3.5%;
  background-image: url("../images/shiyitu_title_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.jikeng-shiyitu .box .pic {
  max-width: 1080px;
  margin: 0 auto;
}

/* 基坑-监测示意图-手机 */
@media screen and (max-width: 767px) {
  .jikeng-shiyitu .top-title {
    font-size: 16px;
  }
}

/* 基坑-监测参数 */
.jikeng-canshu {
  background-image: url("../images/canshu_bg.png");
  background-position: 50% 100%;
  background-size: auto;
}

/* 基坑-监测内容 */
.jikeng-gongneng .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jikeng-gongneng .box .item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 5%;
  box-shadow: 0 5px 15px 0 rgba(210, 155, 115, 0.12);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 5% 2%;
}

.jikeng-gongneng .box .item .pic {
  flex-shrink: 0;
}

.jikeng-gongneng .box .item .pic:hover .img {
  -webkit-animation: tiaodong2 1s linear;
  animation: tiaodong2 1s linear;
}

.jikeng-gongneng .box .item .txt-box .title {
  font-size: 20px;
  margin: 15% auto 4%;
}

.jikeng-gongneng .box .item .txt-box .intro {
  color: #808080;
}

/* 基坑-监测内容-手机 */
@media screen and (max-width: 767px) {
  .jikeng-gongneng .box {
    flex-direction: column;
  }
  .jikeng-gongneng .box .item {
    margin-bottom: 5%;
    width: 100%;
    flex-direction: row;
    text-align: justify;
    padding: 2%;
  }
  .jikeng-gongneng .box .item .pic {
    width: 60px;
  }
  .jikeng-gongneng .box .item .txt-box {
    margin-left: 3%;
  }
  .jikeng-gongneng .box .item .txt-box .title {
    font-size: 16px;
    margin: 0 0 2%;
  }
}

/* 基坑-联系我们 */
.jikeng-contact .box .btn {
  background-color: #009bd6;
}
