body {
  --6ef971e7: #0071ef;
}

@keyframes shake-vertical-04c400b4 {
  0%,
  to {
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-8px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateY(8px);
  }
}
@keyframes jello-vertical-04c400b4 {
  0% {
    transform: scaleX(1);
  }
  15% {
    transform: scale3d(0.75, 1.25, 1);
  }
  20% {
    transform: scale3d(1.25, 0.75, 1);
  }
  25% {
    transform: scale3d(0.85, 1.15, 1);
  }
  32% {
    transform: scale3d(1.05, 0.95, 1);
  }
  37% {
    transform: scale3d(0.95, 1.05, 1);
  }
  50% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(1);
  }
}
.home_banner {
  display: flex;
  justify-content: space-between;
  height: 700px;
  box-sizing: border-box !important;
  background-image: linear-gradient(#e0e4ef, #f8fcff);
}
.home_banner .banner_background {
  position: absolute;
  left: 0;
  height: 700px;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.home_banner .banner_background img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 700px;
  width: auto;
}
.home_banner .banner_background .factory_icon1 {
  animation: shake-vertical-04c400b4 4s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    infinite both;
  position: absolute;
  bottom: 225px;
  left: 1500px;
  width: 234px;
  height: 230px;
}
.home_banner .banner_box {
  position: relative;
  z-index: 1;
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  display: flex;
}
.home_banner .banner_box .banner_left {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 207px;
}
.home_banner .banner_box .banner_left .left_title {
  font-size: 38px;
  font-weight: 500;
  color: #17181b;
  line-height: 48px;
}
.home_banner .banner_box .banner_left .left_title span {
  color: #0071ef !important;
}
.home_banner .banner_box .banner_left .left_subtitle {
  margin-top: 30px;
  font-size: 18px;
  color: #808082;
  line-height: 1;
}
.home_banner .banner_box .banner_left .button_box {
  margin-top: 90px;
}
.home_banner .banner_box .banner_right {
  position: relative;
  width: 1200px;
  height: 700px;
  overflow: hidden;
}
.home_banner .banner_box .banner_right .factory {
  position: absolute;
  bottom: 60px;
  left: 289px;
  width: 899px;
  height: 423px;
}
.home_banner .banner_box .banner_right .factory_icon {
  animation: shake-vertical-04c400b4 5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    infinite both;
  position: absolute;
  bottom: 425px;
  left: 730px;
  width: 112px;
  height: 130px;
}
.home_banner .banner_box .banner_right .factory_icon2 {
  animation: jello-vertical-04c400b4 1.9s
    cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  position: absolute;
  bottom: 385px;
  left: 580px;
  width: 78px;
  height: 85px;
}
.home_banner .banner_box .banner_right .shop_box .shop_item {
  position: absolute;
  left: 400px;
  bottom: 145px;
  width: 50px;
  height: 50px;
  opacity: 0;
}
.home_record {
  background: #f7f8fb;
  border-radius: 1px;
}
.home_record .record_main {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 144px;
  overflow: hidden;
}
.home_record .record_main .item_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 356px;
}
.home_record .record_main .item_box:first-child,
.home_record .record_main .item_box:last-child {
  flex: 1;
}
.home_record .record_main .item_box:first-child {
  align-items: flex-start;
}
.home_record .record_main .item_box:last-child {
  align-items: flex-end;
}
.home_record .record_main .item_box:nth-child(-n + 3) {
  position: relative;
}
.home_record .record_main .item_box:nth-child(-n + 3):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: #cfcfcf;
}
.home_record .record_main .title_box {
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  color: #0071ef;
}
.home_record .record_main .title_box .title_number {
  font-size: 34px;
  line-height: 26px;
}
.home_record .record_main .title_box .title_company,
.home_record .record_main .title_box .title_symbol {
  font-size: 24px;
  line-height: 1;
}
.home_record .record_main .subtitle {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #808082;
}
.a_button {
  display: inline-block;
  padding: 0 10px;
  min-width: 84px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  border: 1px solid var(--6ef971e7);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: var(--6ef971e7);
  background-color: var(--738be459);
  text-align: center;
  transition: all 0.3s;
  user-select: none;
}
.a_button:hover {
  background: var(--a80caa16);
  color: var(--29958b83);
}
.a_button:active {
  transform: scale(0.9);
}
@keyframes rotate-center-71324ea6 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes fade-in-fwd-71324ea6 {
  0% {
    transform: translateZ(-80px);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__fadeInUp {
  transform: translateY(120px);
}
.supply_chain {
  background: #f7f8fb;
  height: 680px;
  min-width: 1200px;
}
.supply_chain .supply_main {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 680px;
  overflow: hidden;
}
.supply_chain .supply_main .supply_left {
  position: relative;
  margin: 0 50px;
  width: 424px;
  height: 424px;
}
.supply_chain .supply_main .supply_left .max_ring {
  animation: fade-in-fwd-71324ea6 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both,
    rotate-center-71324ea6 4s ease-in-out infinite both;
  width: 424px;
  height: 424px;
  border-radius: 50%;
  background: linear-gradient(
    1turn,
    rgba(197, 248, 231, 0),
    #c5f8e7 57%,
    rgba(147, 238, 202, 0)
  );
}
.supply_chain .supply_main .supply_left .max_ring .spot_top_right {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 266px;
  width: 19px;
  height: 19px;
  background: #efc800;
  border-radius: 13px;
  opacity: 0.5;
}
.supply_chain .supply_main .supply_left .max_ring .spot_top_left {
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 103px;
  width: 19px;
  height: 19px;
  background: #0071ef;
  border-radius: 13px;
  opacity: 0.5;
}
.supply_chain .supply_main .supply_left .max_ring:after {
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
  width: 404px;
  height: 404px;
  border-radius: 50%;
  background: #f7f8fb;
}
.supply_chain .supply_main .supply_left .mim_ring {
  z-index: 1;
  position: absolute;
  left: 50px;
  top: 50px;
  width: 324px;
  height: 324px;
  border-radius: 50%;
  background: linear-gradient(1turn, #e4f5fe, #d4dcfc);
  animation: fade-in-fwd-71324ea6 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
      both,
    rotate-center-71324ea6 4s ease-in-out infinite alternate-reverse both;
}
.supply_chain .supply_main .supply_left .mim_ring:after {
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
  width: 304px;
  height: 304px;
  border-radius: 50%;
  background: #f7f8fb;
}
.supply_chain .supply_main .supply_left .mim_ring .spot_bottom_left {
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: 158px;
  width: 12px;
  height: 12px;
  background: #0071ef;
  border-radius: 13px;
  opacity: 0.5;
}
.supply_chain .supply_main .supply_left .supply_label {
  z-index: 3;
  position: absolute;
  width: 108px;
  height: 38px;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  text-align: center;
  line-height: 38px;
  font-size: 15px;
  font-weight: 600;
  color: #17181b;
  animation-delay: 0.5s;
}
.supply_chain .supply_main .supply_left .top {
  top: -12px;
  left: 158px;
}
.supply_chain .supply_main .supply_left .top_right {
  top: 60px;
  left: 344px;
}
.supply_chain .supply_main .supply_left .bottom_right {
  top: 309px;
  left: 344px;
}
.supply_chain .supply_main .supply_left .bottom {
  top: 398px;
  left: 158px;
}
.supply_chain .supply_main .supply_left .bottom_left {
  top: 309px;
  left: -27px;
}
.supply_chain .supply_main .supply_left .top_left {
  top: 61px;
  left: -27px;
}
.supply_chain .supply_main .supply_left .docking_box {
  z-index: 1;
  position: absolute;
  left: 36px;
  top: 119px;
  height: 170px;
  width: 360px;
  animation: fade-in-fwd-71324ea6 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s
    both;
}
.supply_chain .supply_main .supply_left .docking_box .supply {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  background: linear-gradient(157deg, #c7fafb, #5be0e7);
  border-radius: 111px;
}
.supply_chain .supply_main .supply_left .docking_box .supply img {
  width: 47px;
  height: 76px;
}
.supply_chain .supply_main .supply_left .docking_box .channel {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  background: linear-gradient(151deg, #5991ff, #3370ff);
  border-radius: 111px;
}
.supply_chain .supply_main .supply_left .docking_box .channel img {
  width: 47px;
  height: 76px;
}
.supply_chain .supply_main .supply_left .docking_box .coordination {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 171px;
  height: 171px;
  background: #fff;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 164px;
}
.supply_chain .supply_main .supply_left .docking_box .coordination img {
  width: 112px;
  height: 88px;
}
.supply_chain .supply_main .supply_right .right_title {
  margin-top: 21px;
  font-size: 32px;
  color: #17181b;
  line-height: 32px;
  animation-delay: 0.2s;
}
.supply_chain .supply_main .supply_right .right_cont {
  margin-top: 18px;
  width: 448px;
  font-size: 16px;
  color: #808082;
  line-height: 28px;
  animation-delay: 0.4s;
  font-weight: 300;
}
.supply_chain .supply_main .supply_right .right_btn {
  margin-top: 42px;
  animation-delay: 0.6s;
}
.saas_plat_con {
  height: 680px;
  min-width: 1200px;
}
.saas_plat_con .saas_plat {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  height: 680px;
  box-sizing: border-box !important;
  background: #fff;
  overflow: hidden;
}
.saas_plat_con .saas_plat .saas_left {
  padding-top: 221px;
}
.saas_plat_con .saas_plat .saas_left .left_title {
  margin-top: 20px;
  font-size: 32px;
  color: #17181b;
  line-height: 1;
  animation-delay: 0.2s;
}
.saas_plat_con .saas_plat .saas_left .left_text {
  margin-top: 18px;
  width: 471px;
  height: 56px;
  font-size: 16px;
  color: #808082;
  line-height: 28px;
  animation-delay: 0.4s;
  font-weight: 300;
}
.saas_plat_con .saas_plat .saas_left .left_btn {
  margin-top: 42px;
  animation-delay: 0.6s;
}
.saas_plat_con .saas_plat .saas_right {
  position: relative;
  width: 270px;
  height: 447px;
  margin-top: 137px;
  margin-right: 100px;
}
.saas_plat_con .saas_plat .saas_right img {
  animation-duration: 0.3s;
}
.saas_plat_con .saas_plat .saas_right .img_hover {
  cursor: pointer;
}
.saas_plat_con .saas_plat .saas_right .img_hover:hover {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  transform: scale(1.1) !important;
}
.saas_plat_con .saas_plat .saas_right .img_phone {
  width: 100%;
  height: 100%;
  animation-duration: 0.2s;
}
.saas_plat_con .saas_plat .saas_right .img_jk {
  position: absolute;
  top: -14px;
  left: -54px;
  width: 88px;
  height: 88px;
  animation-delay: 0.8s;
}
.saas_plat_con .saas_plat .saas_right .img_dt {
  position: absolute;
  top: 120px;
  left: -104px;
  width: 63px;
  height: 63px;
  animation-delay: 0.9s;
}
.saas_plat_con .saas_plat .saas_right .img_pt {
  position: absolute;
  top: 107px;
  left: -14px;
  width: 84px;
  height: 84px;
  animation-delay: 0.1s;
}
.saas_plat_con .saas_plat .saas_right .img_cj {
  position: absolute;
  top: 229px;
  left: -34px;
  width: 88px;
  height: 88px;
  animation-delay: 0.2s;
}
.saas_plat_con .saas_plat .saas_right .img_vip {
  position: absolute;
  top: 152px;
  left: 86px;
  width: 104px;
  height: 104px;
  animation-delay: 0.3s;
}
.saas_plat_con .saas_plat .saas_right .img_qd {
  position: absolute;
  bottom: 89px;
  left: 102px;
  width: 63px;
  height: 63px;
  animation-delay: 0.4s;
}
.saas_plat_con .saas_plat .saas_right .img_zp {
  position: absolute;
  top: 65px;
  right: 49px;
  width: 63px;
  height: 63px;
  animation-delay: 0.5s;
}
.saas_plat_con .saas_plat .saas_right .img_ptt {
  position: absolute;
  top: 157px;
  right: -10px;
  width: 63px;
  height: 63px;
  animation-delay: 0.6s;
}
.saas_plat_con .saas_plat .saas_right .img_friend {
  position: absolute;
  top: -30px;
  right: -50px;
  width: 63px;
  height: 63px;
  animation-delay: 0.8s;
}
.saas_plat_con .saas_plat .saas_right .img_redbag {
  position: absolute;
  bottom: 104px;
  right: -10px;
  width: 88px;
  height: 88px;
  animation-delay: 0.7s;
}
.saas_plat_con .saas_plat .saas_right .img_gk {
  position: absolute;
  bottom: 67px;
  right: -75px;
  width: 63px;
  height: 63px;
  animation-delay: 1s;
}
.saas_plat_con .saas_plat .saas_right .img_fx {
  position: absolute;
  top: 71px;
  right: -60px;
  width: 79px;
  height: 79px;
  animation-delay: 1.2s;
}
.saas_plat_con .saas_plat .saas_right .img_glod {
  position: absolute;
  bottom: 176px;
  right: -95px;
  width: 88px;
  height: 88px;
  animation-delay: 1.1s;
}
@keyframes floatTop-3e358906 {
  0% {
    transform: translateZ(0);
  }
  50% {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes floatBottom-3e358906 {
  0% {
    transform: translateZ(0);
  }
  50% {
    transform: translate3d(0, -20px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.online_retailers_con {
  background: #f7f8fb;
  height: 680px;
  min-width: 1200px;
}
.online_retailers_con .online_retailers {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 680px;
  box-sizing: border-box !important;
}
.online_retailers_con .online_retailers .retailers_left {
  position: relative;
}
.online_retailers_con .online_retailers .retailers_left img {
  pointer-events: none;
}
.online_retailers_con .online_retailers .retailers_left .img_main {
  margin: 147px 0 0 140px;
  width: 281px;
  height: 454px;
  animation-delay: 0.2s;
}
.online_retailers_con .online_retailers .retailers_left .img_jd {
  position: absolute;
  top: 167px;
  left: 10px;
  width: 121px;
  height: 121px;
  animation: fadeInTopLeft 1s 0.4s 1 both, floatBottom-3e358906 2s 1.4s infinite;
}
.online_retailers_con .online_retailers .retailers_left .img_tm {
  position: absolute;
  top: 336px;
  left: 19px;
  width: 125px;
  height: 125px;
  animation: fadeInBottomLeft 1s 0.6s 1 both, floatTop-3e358906 2s 3s infinite;
}
.online_retailers_con .online_retailers .retailers_left .img_dy {
  position: absolute;
  top: 313px;
  left: 441px;
  width: 125px;
  height: 125px;
  animation: fadeInBottomRight 1s 1s 1 both, floatTop-3e358906 2s 2s infinite;
}
.online_retailers_con .online_retailers .retailers_left .img_pdd {
  position: absolute;
  top: 186px;
  left: 416px;
  width: 135px;
  height: 135px;
  animation: fadeInTopRight 1s 0.8s 1 both,
    floatBottom-3e358906 2s 1.8s infinite;
}
.online_retailers_con .online_retailers .retailers_left .img_line_box {
  position: absolute;
  top: 410px;
  left: 50px;
  width: 330px;
  height: 191px;
  overflow: hidden;
}
.online_retailers_con
  .online_retailers
  .retailers_left
  .img_line_box
  .img_line {
  position: absolute;
  width: 330px;
  height: 191px;
  animation-delay: 1.2s;
}
.online_retailers_con .online_retailers .retailers_left .left_order {
  position: absolute;
  top: 391px;
  left: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  animation-delay: 1.8s;
  border-radius: 10px;
}
.online_retailers_con .online_retailers .retailers_left .left_order:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-bottom: 7px solid #fff;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: rotate(-45deg);
}
.online_retailers_con .online_retailers .retailers_left .left_order:before {
  content: "";
  position: absolute;
  bottom: -35px;
  width: 15px;
  height: 15px;
  background: #0071ef;
  border-radius: 15px;
  border: 2px solid #fff;
}
.online_retailers_con
  .online_retailers
  .retailers_left
  .left_order
  .order_title {
  font-size: 8px;
  color: #808082;
  line-height: 12px;
}
.online_retailers_con
  .online_retailers
  .retailers_left
  .left_order
  .order_text_box {
  margin-top: 10px;
  display: flex;
}
.online_retailers_con
  .online_retailers
  .retailers_left
  .left_order
  .order_text_box
  .order_icon {
  width: 12px;
  height: 14px;
}
.online_retailers_con
  .online_retailers
  .retailers_left
  .left_order
  .order_text_box
  .order_text {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #17181b;
  line-height: 1;
}
.online_retailers_con .online_retailers .retailers_right {
  padding-top: 215px;
}
.online_retailers_con .online_retailers .retailers_right .right_title {
  margin-top: 21px;
  font-size: 32px;
  color: #17181b;
  line-height: 1;
  animation-delay: 0.2s;
}
.online_retailers_con .online_retailers .retailers_right .right_cont {
  margin-top: 18px;
  width: 448px;
  height: 84px;
  font-size: 16px;
  color: #808082;
  line-height: 28px;
  font-weight: 300;
  animation-delay: 0.4s;
}
.online_retailers_con .online_retailers .retailers_right .right_btn {
  margin-top: 42px;
  animation-delay: 0.6s;
}
@keyframes move-left-3e358906 {
  0% {
    left: -330px;
  }
  to {
    left: 0;
  }
}
.solution_con {
  background: #fff;
  height: 680px;
  min-width: 1200px;
}
.solution_con .solution {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 680px;
  box-sizing: border-box !important;
  overflow: hidden;
}
.solution_con .solution .solution_left {
  padding-top: 207px;
}
.solution_con .solution .solution_left .left_title {
  margin-top: 20px;
  font-size: 32px;
  color: #17181b;
  line-height: 1;
  animation-delay: 0.2s;
}
.solution_con .solution .solution_left .left_text {
  margin-top: 18px;
  width: 471px;
  height: 84px;
  font-size: 16px;
  color: #808082;
  line-height: 28px;
  animation-delay: 0.4s;
  font-weight: 300;
}
.solution_con .solution .solution_left .left_btn {
  margin-top: 42px;
  animation-delay: 0.6s;
}
.solution_con .solution .solution_right {
  margin-right: 20px;
  position: relative;
  width: 525px;
  height: 468px;
  margin-top: 140px;
}
.solution_con .solution .solution_right img {
  pointer-events: none;
}
.solution_con .solution .solution_right .img_tv {
  width: 100%;
  height: 100%;
}
.solution_con .solution .solution_right .img_lamp {
  position: absolute;
  top: 58px;
  left: 163px;
  width: 198px;
  height: 302px;
}
.solution_con .solution .solution_right .img_left_wheel {
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 62px;
  height: 62px;
  animation: img_rotate-1cdf6b88 8s linear infinite;
}
.solution_con .solution .solution_right .img_right_wheel {
  position: absolute;
  top: -45px;
  right: 0;
  width: 62px;
  height: 62px;
  animation: img_rotate-1cdf6b88 8s linear infinite;
}
.solution_con .solution .solution_right .img_arrow {
  position: absolute;
  bottom: 32px;
  right: 53px;
  width: 137px;
  height: 119px;
}
@keyframes img_rotate-1cdf6b88 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.solution_con .solution .no_hot {
  filter: grayscale(1);
  filter: gray;
}
.solution_con .solution .hot_an {
  transition: all 2s ease-in-out;
}
.cooperative_brand {
  height: 491px;
  background: #f7f8fb;
  overflow: hidden;
  min-width: 1200px;
}
.cooperative_brand .brand_title {
  padding-top: 80px;
  text-align: center;
  font-size: 32px;
  color: #17181b;
  line-height: 1;
}
.cooperative_brand .brand_explain {
  padding-top: 24px;
  text-align: center;
  font-size: 16px;
  color: #808082;
  line-height: 1;
  animation-delay: 0.2s;
  font-weight: 300;
}
.cooperative_brand .brand_icon {
  overflow: hidden;
  animation-delay: 0.4s;
}
.cooperative_brand .brand_icon .icon_frist_line {
  margin-top: 60px;
  margin-left: 22px;
  display: flex;
  animation: img_translate_frist-dd5d5a82 200s linear infinite;
  animation-play-state: running;
}
.cooperative_brand .brand_icon .icon_frist_line:hover {
  animation-play-state: paused;
}
.cooperative_brand .brand_icon .icon_second_line {
  margin-top: 25px;
  margin-left: 22px;
  display: flex;
  animation: img_translate_second-dd5d5a82 200s linear infinite;
  animation-play-state: running;
}
.cooperative_brand .brand_icon .icon_second_line:hover {
  animation-play-state: paused;
}
.cooperative_brand .brand_icon .line_box {
  width: 200px;
  height: 89px;
  margin-left: 20px;
}
.cooperative_brand .brand_icon .line_box .line_img {
  position: relative;
  width: 200px;
  height: 89px;
}
.cooperative_brand .brand_icon .line_box .line_img:hover {
  transform: translateY(-2px);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}
@keyframes img_translate_frist-dd5d5a82 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1240px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes img_translate_second-dd5d5a82 {
  0% {
    transform: translateX(-1200px);
  }
  50% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px);
  }
}
