.odm-wrap {
  background: #FFFCF9;
  padding-bottom: 80px;
}
.odm-banner-wrap {
  background: #FDF8F3;
  padding: 110px 88px 88px 0;
}
.odm-banner-box {
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.odm-banner-box .img-box {
  width: 632px;
  position: relative;
}
.odm-banner-box .img {
  width: 100%;
}
.odm-banner-box .img-icon {
  background: url(/static/image/odm/odm_animal.png) no-repeat;
  position: absolute;
  background-size: 168px auto;
}
.odm-banner-box .img-icon1 {
  width: 61px;
  height: 61px;
  background-position: -4px -5px;
  top: -138px;
  left: -130px;
  border-radius: 50%;
  box-shadow: 0px 40px 30px 0px rgba(25, 25, 46, 0.04), 0px 40px 30px 0px rgba(25, 25, 46, 0.04);
  -webkit-animation: 3s ease-in 0s infinite move_1;
  animation: 3s ease-in 0s infinite move_1;
}
.odm-banner-box .img-icon2 {
  left: -78px;
  top: -56px;
  width: 114px;
  height: 56px;
  background-position: -3px -73px;
  -webkit-animation: 3.1s ease-in 0s infinite move_2;
  animation: 3.1s ease-in 0s infinite move_2;
}
.odm-banner-box .img-icon3 {
  left: -147px;
  top: 29px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-position: -5px -201px;
  box-shadow: 0px 40px 30px 0px rgba(25, 25, 46, 0.04);
  -webkit-animation: 3.3s ease-in 0s infinite move_3;
  animation: 3.3s ease-in 0s infinite move_3;
}
.odm-banner-box .img-icon4 {
  left: -19px;
  top: 205px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-position: -4px -463px;
  box-shadow: 0px 40px 30px 0px rgba(25, 25, 46, 0.04), 0px 0px 30px 0px rgba(255, 119, 0, 0.04);
  -webkit-animation: 2s ease-in 0s infinite move_4;
  animation: 2s ease-in 0s infinite move_4;
}
.odm-banner-box .img-icon5 {
  left: -315px;
  top: -162px;
  width: 157px;
  height: 56px;
  background-position: -2px -270px;
  -webkit-animation: 3s ease-in 0s infinite move_5;
  animation: 3s ease-in 0s infinite move_5;
}
.odm-banner-box .img-icon6 {
  left: -14px;
  top: 79px;
  width: 108px;
  height: 56px;
  background-position: -4px -335px;
  -webkit-animation: 3.3s ease-in 0s infinite move_6;
  animation: 3.3s ease-in 0s infinite move_6;
}
.odm-banner-box .img-icon7 {
  left: 4px;
  top: -163px;
  width: 152px;
  height: 56px;
  background-position: -2px -400px;
  -webkit-animation: 3.1s ease-in 0s infinite move_7;
  animation: 3.3s ease-in 0s infinite move_7;
}
.odm-banner-box .img-icon8 {
  left: -163px;
  top: 135px;
  width: 108px;
  height: 56px;
  background-position: -5px -138px;
  -webkit-animation: 3.1s ease-in 0s infinite move_8;
  animation: 3.1s ease-in 0s infinite move_8;
}
.odm-banner-cont {
  width: 340px;
}
.odm-banner-cont .tip {
  color: var(--color-theme-1);
  font-size: 18px;
}
.odm-banner-cont .title {
  font-size: 48px;
  margin-top: 8px;
}
.odm-banner-cont .cont-list {
  margin-top: 80px;
}
.odm-banner-cont .cont-item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.odm-banner-cont .cont-item .iconbianzu8 {
  color: #FF5300;
  margin-right: 15px;
  font-size: 20px;
}
.odm-banner-cont .btn-box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/static/image/odm/btn_bg.png) no-repeat;
  background-size: cover;
  width: 295px;
  height: 136px;
  margin-left: -34px;
}
.odm-banner-cont .btn {
  width: 226px;
  height: 60px;
  font-size: 20px;
  line-height: 46px;
  color: #fff;
}
.odm-introduce {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1181px;
  margin: 0 auto;
  background: #FFFCF9;
  padding: 119px 0 140px;
}
.odm-introduce .cont {
  line-height: 38px;
  color: #909399;
  font-size: 24px;
  width: 550px;
}
.odm-introduce .cont p {
  margin-bottom: 38px;
}
.odm-introduce .img {
  width: 586px;
}
.odm-superior {
  width: 1312px;
  color: #303133;
  line-height: 42px;
  margin: 0 auto;
  background: #FFFCF9;
  padding-bottom: 77px;
}
.odm-superior .title {
  text-align: center;
  font-size: 36px;
}
.odm-superior-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 39px;
}
.odm-superior-item {
  width: 328px;
  position: relative;
  cursor: pointer;
}
.odm-superior-item .img {
  width: 100%;
}
.odm-superior-item .detail {
  position: absolute;
  padding: 20px 10px;
  bottom: 27px;
  left: 24px;
  background: #fff;
  width: 280px;
  min-height: 104px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.odm-superior-item .detail-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.odm-superior-item .detail-cont {
  font-size: 18px;
  color: #606266;
  line-height: 28px;
  margin-bottom: 0;
  height: 0;
  overflow: hidden;
}
.odm-superior-item:hover .detail-cont {
  display: block;
  height: 220px;
  transition: all 0.5s;
}
.odm-guidance {
  width: 1200px;
  margin: 0 auto;
}
.odm-guidance-wrap {
  background: #fff;
}
.odm-guidance .title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 107px;
  padding-top: 120px;
}
.odm-guidance-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 137px;
}
.odm-guidance-item .img {
  width: 634px;
}
.odm-guidance-item .cont {
  font-size: 24px;
  width: 550px;
  color: #909399;
}
.odm-guidance-item .theme {
  color: var(--color-theme-1);
}
.odm-join {
  width: 1200px;
  height: 266px;
  margin: 80px auto 0;
  background: url(/static/image/odm/img8_.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.odm-join .title {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.odm-join .btn {
  color: #fff;
  background: var(--color-theme-1);
  width: 260px;
  height: 52px;
  line-height: 38px;
  box-shadow: 0px 10px 20px 0px rgba(255, 119, 0, 0.3);
  border-radius: 4px;
}
.odm-join .btn:hover {
  background: var(--color-theme-1-1);
}
@keyframes move_1 {
  0% {
    top: 240px;
    left: 40px;
    transform: scale(0.5);
  }
  100% {
    top: -138px;
    left: -130px;
    transform: scale(1);
  }
}
@-webkit-keyframes move_1 {
  0% {
    top: 240px;
    left: 40px;
    transform: scale(0.5);
  }
  100% {
    top: -138px;
    left: -130px;
    transform: scale(1);
  }
}
@keyframes move_2 {
  from {
    top: 240px;
    left: 20px;
    transform: scale(0.2);
  }
  to {
    left: -78px;
    top: -56px;
    transform: scale(1);
  }
}
@-webkit-keyframes move_2 {
  from {
    top: 240px;
    left: 20px;
    transform: scale(0.2);
  }
  to {
    left: -78px;
    top: -56px;
    transform: scale(1);
  }
}
@keyframes move_3 {
  from {
    top: 240px;
    left: 40px;
    transform: scale(0.2);
  }
  to {
    left: -147px;
    top: 29px;
    transform: scale(1);
  }
}
@-webkit-keyframes move_3 {
  from {
    top: 240px;
    left: 40px;
    transform: scale(0.2);
  }
  to {
    left: -147px;
    top: 29px;
    transform: scale(1);
  }
}
@keyframes move_4 {
  from {
    top: 240px;
    left: 40px;
    transform: scale(0.2);
    opacity: 1;
  }
  to {
    left: -19px;
    top: 205px;
    transform: scale(1);
  }
}
@-webkit-keyframes move_4 {
  from {
    top: 240px;
    left: 40px;
    transform: scale(0.2);
  }
  to {
    left: -19px;
    top: 205px;
    transform: scale(1);
  }
}
@keyframes move_5 {
  from {
    top: 240px;
    left: 20px;
    transform: scale(0.2);
  }
  to {
    left: -315px;
    top: -162px;
    transform: scale(1);
  }
}
@-webkit-keyframes move_5 {
  from {
    top: 240px;
    left: 20px;
    transform: scale(0.2);
  }
  to {
    left: -315px;
    top: -162px;
    transform: scale(1);
  }
}
@keyframes move_6 {
  from {
    top: 240px;
    left: 20px;
    transform: scale(0.2);
  }
  to {
    left: -14px;
    top: 79px;
    transform: scale(1);
  }
}
@-webkit-keyframes move_6 {
  from {
    top: 240px;
    left: 20px;
    transform: scale(0.2);
  }
  to {
    left: -14px;
    top: 79px;
    transform: scale(1);
  }
}
@keyframes move_7 {
  from {
    top: 240px;
    left: 20px;
    transform: scale(0.2);
  }
  to {
    left: 4px;
    top: -163px;
    transform: scale(1);
  }
}
@-webkit-keyframes move_7 {
  from {
    top: 240px;
    left: 20px;
    transform: scale(0.2);
  }
  to {
    left: 4px;
    top: -163px;
    transform: scale(1);
  }
}
@keyframes move_8 {
  from {
    top: 240px;
    left: 20px;
    transform: scale(0.2);
  }
  to {
    left: -163px;
    top: 135px;
    transform: scale(1);
  }
}
@-webkit-keyframes move_8 {
  from {
    top: 240px;
    left: 20px;
    transform: scale(0.2);
  }
  to {
    left: -163px;
    top: 135px;
    transform: scale(1);
  }
}
