#product {
  background: linear-gradient(49deg, #051655 0%, #07123B 100%);
}
#product .center {
  padding-top: 90px;
}
#product .list {
  width: 81.25%;
  margin: 60px auto 80px;
}
#product .list li {
  background: #131621;
  border-radius: 10px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 94px 5.32%;
}
#product .list li .cp_text {
  flex: none;
  width: 48.96%;
  color: #fff;
}
#product .list li .cp_text .font30 {
  font-size: 30px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 53px;
}
#product .list li .cp_text .font30::after {
  content: '';
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #347CAF;
}
#product .list li .cp_text .font30::before {
  content: '';
  width: 56%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #347CAF;
}
#product .list li .cp_text p {
  line-height: 30px;
  font-size: 16px;
}
#product .list li .cp_text span {
  display: inline-block;
  margin-top: 43px;
  font-size: 16px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: #347CAF;
  border-radius: 10px;
  text-align: center;
}
#product .list li .cp_img img {
  width: 100%;
  transition: all ease 0.7s;
}
#product .list li:hover .cp_img img {
  transform: scale(1.12);
}
#product .list li:nth-child(1) .cp_img {
  width: 43.84%;
  max-width: 606px;
}
#product .list li:nth-child(2) .cp_img {
  width: 46.47%;
  max-width: 647px;
}
#product .list li:nth-child(3) .cp_img {
  width: 39.42%;
  max-width: 537px;
}
@media screen and (max-width: 1440px) {
  #product .list li {
    padding: 82px 5.32%;
  }
  #product .list li .cp_text .font30 {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #product .list li .cp_text p {
    font-size: 15px;
    line-height: 28px;
  }
  #product .list li .cp_text span {
    font-size: 15px;
    width: 145px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1024px) {
  #product .center {
    padding-top: 34px;
  }
  #product .list {
    width: 92%;
    margin: 33px auto 25px;
  }
  #product .list li {
    margin-bottom: 20px;
    flex-direction: column;
    padding: 33px 20px;
  }
  #product .list li .cp_text {
    width: 100%;
  }
  #product .list li .cp_text .font30 {
    font-size: 19px;
    padding-bottom: 14px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  #product .list li .cp_text .font30::after {
    height: 3px;
  }
  #product .list li .cp_text .font30::before {
    width: 70%;
  }
  #product .list li .cp_text p {
    font-size: 14px;
    line-height: 25px;
  }
  #product .list li .cp_text span {
    margin-top: 15px;
    font-size: 14px;
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
  #product .list li .cp_img {
    width: 100%!important;
  }
  #product .list li:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
