.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: #0052CC;
  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: #0052CC;
}

.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: #0052CC;
  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: #0052CC;
  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: #0052CC !important;
  /* border-bottom: 2px solid #0052CC !important; */
}

.outer-show {
  display: block !important;
}

.inner-show {
  display: block !important;
}

.inner-item {
  display: none;
}

.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: #0052CC !important;
}

.txt-item {
  margin-bottom: 25px;
}

.content-item {
  display: none;
}

.four-container {
  padding-top: 50px;
}

.four-container .four-item {
  margin-bottom: 30px;
  width: 21%;
}


