.header {
  background: url("https://www.eol.cn/e_zjyun/release/images/jiqiren/bg.jpg") center no-repeat;
  background-size: contain;
  overflow: hidden;
  background-color: #ecf2ff;
}
.banner {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.duihua {
  position: relative;
  width: 590px;
  top: 90px;
}
.duihua_left {
  position: absolute;
  top: 130px;
  left: 0;
  background: url("https://www.eol.cn/e_zjyun/release/images/jiqiren/chat_b.png") center no-repeat;
  width: 120px;
  height: 68px;
  background-size: cover;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-weight: 600;
  /* transition:all 3s ease 1s;
  transform: scale(1); */
  animation: bounce-down_text 5s linear infinite;
}
.duihua_right {
  position: absolute;
  right: 120px;
  background: url("https://www.eol.cn/e_zjyun/release/images/jiqiren/chat_w.png") center no-repeat;
  width: 147px;
  height: 73px;
  background-size: cover;
  color: #0074ff;
  text-align: center;
  line-height: 55px;
  font-weight: 600;
  /* -webkit-animation: mymove 2s linear infinite; */
  /* animation: mymove 2s linear infinite; */
  animation: bounce-down_text 5s linear infinite;
}
/* @keyframes mymove {
  from{top:40px;opacity:1}
  to{top:0px;opacity:0}
} */
.litteleE {
  position: absolute;
  top: 30px;
  width: 162px;
  left: 160px;
  -webkit-animation: bounce-down 5s linear infinite;
  animation: bounce-down 5s linear infinite;
}
@keyframes bounce-down {
  25% {
    transform: translateY(-20px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(20px);
  }
}
@keyframes bounce-down_text {
  25% {
    transform: translateY(-5px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
}
.why-use-con {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.why-use-con + .why-use-con {
  margin-top: 40px;
}
.why-use-item {
  width: 580px;
  height: 200px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.why-use-item:hover {
  box-shadow: 0px 10px 30px 0px rgba(105, 123, 140, 0.08);
  border-radius: 8px;
  transform: translateY(-8px);
  box-shadow: 0 6px 16px 2px rgb(7 12 20 / 8%);
}
.why-use-img {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
.advantage {
  background: #0074ff;
  background-size: contain;
  overflow: hidden;
  padding: 80px 0;
  margin-top: 80px;
}
.advantage-con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.advantage-con + .advantage-con {
  margin-top: 30px;
}
.advantage-item {
  width: 380px;
  height: 228px;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(105, 123, 140, 0.08);
  border-radius: 8px;
  display: flex;
  display: -webkit-flex;
  padding: 40px;
  box-sizing: border-box;
}
.advantage-item:hover {
  background: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 6px 16px 2px rgb(7 12 20 / 8%);
  transition: all 0.2s ease-out;
}
.advantage-item:nth-child(1) {
  background: url("https://www.eol.cn/e_zjyun/release/images/jiqiren/num-img/img_01.jpg") center no-repeat;
  background-size: contain;
}
.advantage-item:nth-child(2) {
  background: url("https://www.eol.cn/e_zjyun/release/images/jiqiren/num-img/img_02.jpg") center no-repeat;
  background-size: contain;
}
.advantage-item:nth-child(3) {
  background: url("https://www.eol.cn/e_zjyun/release/images/jiqiren/num-img/img_03.jpg") center no-repeat;
  background-size: contain;
}
.advantage-con2 .advantage-item:nth-child(1) {
  background: url("https://www.eol.cn/e_zjyun/release/images/jiqiren/num-img/img_04.jpg") center no-repeat;
  background-size: contain;
}
.advantage-con2 .advantage-item:nth-child(2) {
  background: url("https://www.eol.cn/e_zjyun/release/images/jiqiren/num-img/img_05.jpg") center no-repeat;
  background-size: contain;
}
.advantage-con2 .advantage-item:nth-child(3) {
  background: url("https://www.eol.cn/e_zjyun/release/images/jiqiren/num-img/img_06.jpg") center no-repeat;
  background-size: contain;
}
.advantage-img {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}
.custon-relax-tab {
  width: 1200px;
  margin: 0px auto 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
}
.custon-relax-tab li {
  width: 25%;
  text-align: center;
  font-size: 18px;
  color: #363738;
  letter-spacing: 0;
  line-height: 32px;
  cursor: pointer;
}
.custon-relax-tab li.on {
  color: #0054ff;
  font-weight: bold;
  position: relative;
}
.custon-relax-tab .on::after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 16px solid;
  border-color: transparent transparent rgba(0, 115, 255, 0.03) transparent;
  position: absolute;
  bottom: -24px;
  left: 133px;
}
.custon-relax-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.custon-relax-item {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: none;
}
.custon-relax-item.active {
  display: flex;
  display: -webkit-flex;
}
.custon-relax-littleimg {
  width: 72px;
  height: 72px;
  margin-right: 20px;
}
.custon-relax-item-li {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
}
.custon-relax-item-li + .custon-relax-item-li {
  margin-top: 60px;
}
.example-cont {
  width: 488px;
}
.example-cont-item {
  display: flex;
  display: -webkit-flex;
  /* justify-content: space-between;
  -webkit-justify-content:space-between; */
  margin-top: 47px;
}
.example-title {
  font-size: 16px;
  color: #363738;
  line-height: 16px;
  font-weight: bold;
  margin: 20.5px 0 10px 0;
}
.example-tip {
  font-size: 14px;
  color: #656667;
  line-height: 16px;
  text-align: justify;
}
.example-item {
  width: 1200px;
  margin: 0 auto;
  display: none;
  padding-top: 60px;
}
.example-item.active {
  display: flex;
  display: -webkit-flex;
}
.example-cont-col2 {
  width: 220px;
}
.they-useing-item.active {
  display: block;
}
.they-useing-item1 {
  background: url("https://www.eol.cn/e_zjyun/release/images/jiqiren/img_sqhzdw.jpg") 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  height: 702px;
  box-sizing: border-box;
  background-color: #f7faff;
}
.they-useing-item2.active {
  padding-bottom: 80px;
}
.they-useing-item-reapper {
  width: 1200px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.they-useing-item-reapper + .they-useing-item-reapper {
  margin-top: 30px;
}
.they-useing-item-con {
  width: 380px;
  height: 213px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.they-useing-item-img {
  width: 380px;
  height: 213px;
  border-radius: 10px;
}
.zgbm-title {
  font-family: 楷体;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 41px;
  text-shadow: 0 2px 4px rgba(14, 37, 84, 0.5);
  font-weight: 700;
  margin-top: 86px;
}
.zgbm-link {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin-top: 56px;
  display: inline-block;
}
.lockPartners {
  font-size: 16px;
  color: #0073ff;
  line-height: 24px;
}
.lockPartners + .lockPartners {
  margin-left: 20px;
}
.they-useing-num {
  font-size: 36px;
  color: #0073ff;
  line-height: 40px;
}
.they-useing-tip {
  font-size: 16px;
  color: #656667;
  line-height: 24px;
  font-weight: 500;
  margin-top: 5px;
}
.Partner-img {
  width: 1200px;
  height: 456px;
  border: 1px solid red;
  margin-top: 40px;
}
.advantage-des {
  width: 224px;
  margin-left: 24px;
}
.advantage-tip {
  line-height: 24px;
}
.duihua_right_t {
  position: absolute;
  left: 20px;
}
.talk_text1 {
  -webkit-animation: mymove1 10s ease-in-out infinite;
  animation: mymove1 10s ease-in-out infinite;
}
@keyframes mymove1 {
  0% {
    top: 0;
    opacity: 0;
  }
  5% {
    /* top: -15px; */
    opacity: 1;
  }
  20% {
    /* top: -15px; */
    opacity: 1;
  }
  30% {
    top: 0;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 0;
  }
}
.talk_text2 {
  -webkit-animation: mymove2 10s ease-in-out infinite;
  animation: mymove2 10s ease-in-out infinite;
  left: 18px;
}
@keyframes mymove2 {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    top: 0;
    opacity: 0;
  }
  40% {
    /* top: -15px; */
    opacity: 1;
  }
  50% {
    /* top: -15px; */
    opacity: 1;
  }
  60% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
.talk_text3 {
  -webkit-animation: mymove3 10s ease-in-out infinite;
  animation: mymove3 10s ease-in-out infinite;
  left: 37px;
}
@keyframes mymove3 {
  0% {
    top: 0;
    opacity: 0;
  }
  60% {
    top: 0;
    opacity: 0;
  }
  70% {
    /* top: -15px; */
    opacity: 1;
  }
  80% {
    /* top: -15px; */
    opacity: 1;
  }
  85% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
