.container {
  margin-top: 78px;
  background-color: #fff;
}

.full-cover {
  width: 100%;
  background-color: #FAFBFC;
  padding-top: 50px;
  padding-bottom: 50px;
}

.head-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-tel {
  color: #e31f1d;
  font-size: 16px;
}

.head-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.head-right-bg {
  width: 100%;
}

.slide-wrap {
  width: 750px;
  position: absolute;
}

.module-txt {
  /* animation: slide-up 4s ease 0s infinite none;
  -webkit-animation: slide-up 4s ease 0s infinite none */
}

.typed-cursor {
  color: #e31f1d;
}

.radio-icon {
  width: 20px;
  margin-right: 5px;
}

.slide-pic {
  width: 100%;
  display: none;
  /* animation: slide-up 2s ease 0s infinite none;
  -webkit-animation: slide-up 2s ease 0s infinite none   */
}

@keyframes slide-up {
  0% {
      opacity: 0;
      display: none;
      transform: translate3d(0,25%,0);
      -webkit-transform: translate3d(0,25%,0)
  }

  12.5%,77.5% {
      opacity: 1;
      display: block;
      transform: translateZ(0);
      -webkit-transform: translateZ(0)
  }

  90% {
      opacity: 0;
      display: none
  }

  to {
      opacity: 0;
      display: none;
      transform: translate3d(0,-25%,0);
      -webkit-transform: translate3d(0,-25%,0)
  }
}

.blue-title {
  font-size: 36px;
  color: #e31f1d;
  margin-bottom: 10px;
}

/* 切换 */
.three-wrap {
  width: 100%;
  background-color: #FAFBFC;
  padding-bottom: 50px;
}

.inner-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}

.three-tab {
  width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.three-tab .three-tab-item {
  font-size: 22px;
  color: #42526E;
  /* border-bottom: 2px solid #EBECF0; */
  cursor: pointer;
  display: inline-block;
  padding: 15px;
}

/* .bline {
  position: absolute;
  width: 184px;
  height: 2px;
  background-color: #e31f1d;
  bottom: 0;
  left: 0;
  transition: left .5s; 
  z-index: 1;
} */

.full-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #EBECF0;
  bottom: 0;
  z-index: 0;
}

.tab-active {
  color: #e31f1d !important;
  /* border-bottom: 2px solid #e31f1d !important; */
}

.outer-show {
  display: block !important;
}

.inner-show {
  display: block !important;
}

.inner-item {
  /* display: none; */
  display: block;
}

.radio-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.radio-wrap .radio-item {
  color: #172B4D;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.radio-active {
  color: #e31f1d !important;
}

.txt-item {
  margin-bottom: 25px;
}

.content-item {
  /* display: none; */
  display: block;
}

/* 场景 */
.scene-wrap {
  width: 1200px;
  margin: 0 auto;
}

.scene-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.scene-list .scene-item {
  width: 368px;
  padding: 32px;
  height: 200px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 2px 9px #D7DBDF;
  opacity: 1;
  border-radius: 3px;
  margin-bottom: 32px;
}

.scene-list .scene-item .scene-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.scene-list .scene-item .scene-top .scene-icon {
  width: 20px;
  margin-right: 10px;
}

.scene-list .scene-item .scene-top .scene-title {
  color: #253858;
  font-size: 20px;
}

.scene-list .scene-item .scene-desc {
  color: #42526E;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.four-wrap {
  width: 1200px;
  padding-top: 90px;
  padding-bottom: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.four-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.four-icon {
  width: 60px;
  margin-bottom: 20px;
}

.four-title {
  color: #172B4D;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.four-desc {
  color: #42526E;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}


.app-wrap {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.txt-pic {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.txt-pic .txt-wrap {
  width: 50%;
}

.txt-pic .pic-wrap {
  width: 50%;  
  display: flex;
  flex-direction: column;
  /* padding-left: 10px;
  padding-right: 10px; */
  justify-content: center;
  align-items: center;
}

.left-txt {
  justify-content: center;
}

.right-txt {
  text-align: center;
  justify-content: center;
}

.txt-wrap .txt-btitle {
  color: #172B4D;
  font-size: 36px;
  margin-bottom: 20px;
}

.txt-wrap .txt-stitle {
  color: #42526E;
  font-size: 16px;
  line-height: 24px;
}

.txt-pic .pic-wrap .pic-el {
  width: 100%;
  display: inline-block;
  /* background: #FFFFFF; */
  /* box-shadow: 0px 2px 12px 0px #d7dbdf; */
  border-radius: 3px;
  /* margin-right: 15px;
  margin-bottom: 15px; */
  /* text-align: center; */
}

.small-title {
  color: #6B778C;
  font-size: 24px;
  margin-bottom: 10px;
}



.blue-wrap {
  width: 100%;
  background-color: #172B4D;
  padding: 70px;
}

.blue-wrap .blue-title {
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.blue-btn {
  margin-top: 30px;
}

.blue-btn .blue-free {
  background: #FFAB00;
  border-radius: 3px;
  color: #172B4D;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 20px;
  border: 1px solid #FFAB00;
  cursor: pointer;
}

.blue-btn .blue-demo {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.h-btitle {
  color: #172B4D;
  font-size: 42px;
  line-height: 60px;
}
.h-stitle {
  line-height: 30px;
  font-size: 20px;
  color: #42526E;
}

.wk-btn {
  padding: 15px 30px;
  background-color: #e31f1d;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.wk-btn:hover {
  background-color: #e31f1d !important;
}

.top-tel {
  color: #e31f1d;
  font-size: 16px;
}
.row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.wk-blue-btn {
  padding: 15px 30px;
  background-color: #FFAB00;
  border-radius: 3px;
  font-size: 16px;
  color: #172B4D;
  cursor: pointer;
}
.wk-blue-btn:hover {
  background-color: #FFC400;
  color: #172B4D;
}