.l-title h2:after {
  display: none;
}
.l-title p {
  margin-top: 10px;
}
.banner {
  background: url(../images/product/pcbanner.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.banner .banner-main {
  line-height: 560px;
  height: 560px;
  width: 100%;
  align-items: center;
  text-align: center;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner .banner-main h1 {
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 64px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner .banner-main p {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 40px;
}
.banner .banner-main p.info-mb {
  display: none;
}
.banner .btn-mb {
  display: none;
}
@media (max-width: 978px) {
  .banner {
    text-align: center;
    position: relative;
    background: url(../images/product/产品服务移动端banner.jpg) center no-repeat;
    background-size: cover;
  }
  .banner .btn-mb {
    display: block;
  }
  .banner .l-btn {
    font-size: 14px;
  }
  .banner .banner-main {
    float: none;
    line-height: 0;
    height: auto;
    width: 100%;
    padding-right: 0;
    display: block;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 0;
  }
  .banner .banner-main .banner-topic {
    margin-bottom: 10px;
  }
  .banner .banner-main h1 {
    color: #fff;
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
  }
  .banner .banner-main p {
    color: #ffffff;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 0;
  }
}
.question {
  margin-bottom: 50px;
}
.question .l-body .info-box {
  border-bottom: 1px solid #dddddd;
}
.question .l-body .info-box:last-child {
  border: none;
}
.question .l-body .info-box h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.question .l-body .info-box h3 span {
  background: #f4f8ff;
  border-radius: 12px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 50%;
  margin-top: -5px;
  margin-right: 10px;
  font-size: 14px;
  color: #3672d7;
  line-height: 24px;
  text-align: center;
}
.question .l-body .info-box h3 i {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 24px;
  background: url(../images/menu-fold.svg) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  transform: rotate(-90deg);
}
.question .l-body .info-box h3:hover {
  color: #3672d7;
}
.question .l-body .info-box p {
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  margin-top: -10px;
  padding-left: 34px;
  padding-bottom: 30px;
  display: none;
}
.question .l-body .info-box.active h3 i:last-child {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 33px;
  background: url(../images/question-icon-03.svg) center no-repeat;
  background-size: 100% 100%;
}
.question .l-body .ad-box {
  margin-top: 50px;
  font-size: 0;
}
.question .l-body .ad-box a {
  margin-right: 40px;
  display: inline-block;
  width: calc( ( 100% - 40px ) / 2 );
  position: relative;
}
.question .l-body .ad-box a:last-child {
  margin-right: 0;
}
.question .l-body .ad-box a img {
  width: 100%;
}
.question .l-body .ad-box a span {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 150px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
.question .l-body .ad-box a span i {
  background: url("../images/arrow-new-blue-h -copy.svg") center 3px no-repeat !important;
}
@media (max-width: 978px) {
  .question {
    margin-bottom: 0px;
  }
  .question .l-body .info-box {
    border-bottom: 1px solid #dddddd;
  }
  .question .l-body .info-box:last-child {
    border: none;
  }
  .question .l-body .info-box h3 {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .question .l-body .info-box h3 span {
    background: #f4f8ff;
    border-radius: 12px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 50%;
    margin-top: -5px;
    margin-right: 10px;
    font-size: 14px;
    color: #3672d7;
    line-height: 24px;
    text-align: center;
  }
  .question .l-body .info-box h3 i {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0px;
    top: 24px;
    background: url(../images/menu-fold.svg) center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
  }
  .question .l-body .info-box h3:hover {
    color: #3672d7;
  }
  .question .l-body .info-box p {
    font-size: 16px;
    color: #505050;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    margin-top: -10px;
    padding-left: 34px;
    padding-bottom: 30px;
    display: none;
  }
  .question .l-body .info-box.active h3 i:last-child {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 33px;
    background: url(../images/question-icon-03.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .question .l-body .ad-box {
    margin-top: 50px;
    font-size: 0;
  }
  .question .l-body .ad-box a {
    margin-right: 40px;
    display: inline-block;
    width: calc( ( 100% - 40px ) / 2 );
    position: relative;
  }
  .question .l-body .ad-box a:last-child {
    margin-right: 0;
  }
  .question .l-body .ad-box a img {
    width: 100%;
  }
  .question .l-body .ad-box a span {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 150px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
  }
  .question .l-body .ad-box a span i {
    background: url("../images/arrow-new-blue-h -copy.svg") center 3px no-repeat !important;
  }
}
.upgrade {
  background: #f7f8f9;
}
.upgrade .l-container {
  max-width: 100%;
  padding: 0;
}
.upgrade .l-body {
  text-align: center;
}
.upgrade .l-title {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.upgrade .l-title h2 span {
  color: #07c5d5;
}
.upgrade .l-title a {
  position: absolute;
  right: 0;
  top: 5px;
}
.upgrade .tab_btn {
  font-size: 16px;
  max-width: 1180px;
  padding: 5px;
  margin: 0 auto;
  background: #f6f6f8;
  border-radius: 30px;
  display: inline-block;
}
.upgrade .tab_btn li {
  padding: 13px 50px;
  background: transparent;
  border-radius: 24px;
}
.upgrade .tab_btn li.active {
  background: #07c5d5;
}
.upgrade .tab_btn li.active h3,
.upgrade .tab_btn li.active p {
  color: #fff !important;
}
.upgrade .tab_btn h3 {
  font-size: 18px;
  color: #192967;
  transition: all 0.3s;
}
.upgrade .tab_btn h3:after {
  display: none !important;
}
.upgrade .tab_btn .active h3 {
  color: #29bece;
}
.upgrade .tab_btn > li {
  width: auto !important;
}
.upgrade .tab_item li {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  background: transparent;
  border-radius: 24px;
  overflow-x: hidden;
}
.upgrade .tab_item li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 200px;
  z-index: 9;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.upgrade .tab_item li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  width: 200px;
  background-image: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.upgrade .tab_item li::-webkit-scrollbar {
  display: none;
}
.upgrade .tab_item li > div {
  width: 100%;
}
.upgrade .tab_item li > div {
  width: 280%;
  margin-bottom: 0;
  -webkit-animation: scroll 50s linear infinite;
  -moz-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite;
}
.upgrade .tab_item li:nth-child(2) > div {
  width: 280%;
  margin-bottom: 0;
  -webkit-animation: scrollx 50s linear infinite;
  -moz-animation: scrollx 50s linear infinite;
  animation: scrollx 50s linear infinite;
}
@media (min-width: 1540px) {
  .upgrade .tab_item li > div {
    width: 200%;
    margin-bottom: 0;
    -webkit-animation: scroll 50s linear infinite;
    -moz-animation: scroll 50s linear infinite;
    animation: scroll 50s linear infinite;
  }
  .upgrade .tab_item li:nth-child(2) > div {
    width: 200%;
    margin-bottom: 0;
    -webkit-animation: scrollx 50s linear infinite;
    -moz-animation: scrollx 50s linear infinite;
    animation: scrollx 50s linear infinite;
  }
}
.upgrade .tab_item li.active {
  display: block;
}
.upgrade .tab_item li > div:hover {
  animation-play-state: paused;
}
.upgrade .tab_item li > div .upgrade-box {
  width: 50%;
}
.upgrade .tab_item li > div .upgrade-box div {
  width: calc((100% - 80px) / 4);
  margin-right: 20px;
}
.upgrade .tab_item li .upgrade-box {
  width: 100%;
  margin-bottom: 0 !important;
}
.upgrade .tab_item li .upgrade-box > div {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 130px;
  padding-left: 120px;
}
.upgrade .tab_item li div {
  float: left;
  font-size: 0;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.3s;
  position: relative;
}
.upgrade .tab_item li div img {
  width: 60px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 30px;
}
.upgrade .tab_item li div h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: left;
}
.upgrade .tab_item li div h3 span {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: right;
  line-height: 24px;
  font-weight: 400;
  float: right;
  display: none;
}
.upgrade .tab_item li div p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 978px) {
  .upgrade .tab_item li {
    border-radius: 0;
  }
  .upgrade .tab_item li div {
    margin-bottom: 10px;
  }
  .upgrade .tab_item li .upgrade-box > div {
    padding: 20px;
    padding-left: 80px;
    height: 100px;
    margin-bottom: 0px;
  }
  .upgrade .tab_item li:nth-child(2) {
    margin-bottom: 10px;
  }
  .upgrade .tab_item li div img {
    width: 40px;
  }
  .upgrade .tab_item li div h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
  }
  .upgrade .tab_item li > div {
    width: 700%;
  }
  .upgrade .tab_item li div p {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
  .upgrade .tab_item li > div .upgrade-box div {
    width: calc((100% - 80px) / 4);
  }
  .upgrade .tab_item li:nth-child(2) > div {
    width: 700%;
  }
  .upgrade .tab_item li:before,
  .upgrade .tab_item li::after {
    display: none;
  }
}
.job .l-title p {
  display: inline-block;
  padding: 6px 20px;
  background-image: linear-gradient(135deg, #effffc 0%, #e2efff 100%);
  border-radius: 18px;
  font-size: 16px;
  color: #197bdf;
  letter-spacing: 0;
  font-weight: 500;
}
.job .l-title p img {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  vertical-align: text-top;
}
.job .l-body {
  padding-top: 30px;
  position: relative;
}
.job .l-body .img-box {
  text-align: center;
}
.job .l-body .img-box img {
  display: inline-block;
  width: 100%;
  max-width: 450px;
}
.job .l-body ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.job .l-body ul li {
  display: inline-block;
  padding: 20px;
  text-align: left;
  margin-right: 450px;
  width: calc( ( 100% - 455px ) / 2 );
  margin-bottom: 60px;
  background: #f6faff;
  border: 1px solid #d9ecff;
  border-radius: 10px;
}
.job .l-body ul li:nth-child(2) {
  background: #f1fffc;
  border: 1px solid #cff1ea;
  border-radius: 10px;
}
.job .l-body ul li:nth-child(3) {
  background: #f1fffc;
  border: 1px solid #cff1ea;
  border-radius: 10px;
}
.job .l-body ul li:nth-child(4) {
  background: #f6faff;
  border: 1px solid #d9ecff;
  border-radius: 10px;
}
.job .l-body ul li:nth-child(2n) {
  margin-right: 0;
}
.job .l-body ul li h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.job .l-body ul li p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 978px) {
  .job .l-title p {
    display: inline-block;
    padding: 6px 20px;
    background-image: linear-gradient(135deg, #effffc 0%, #e2efff 100%);
    border-radius: 18px;
    font-size: 14px;
    color: #197bdf;
    letter-spacing: 0;
    font-weight: 500;
  }
  .job .l-title p img {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    vertical-align: text-top;
  }
  .job .l-body {
    padding-top: 0px;
    position: relative;
  }
  .job .l-body .img-box img {
    display: none;
  }
  .job .l-body ul {
    position: static;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .job .l-body ul li {
    display: inline-block;
    background: #f6faff;
    border: 1px solid #d9ecff;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .job .l-body ul li:nth-child(2n) {
    margin-right: 0;
  }
  .job .l-body ul li h3 {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .job .l-body ul li p {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
}
.us {
  background: #f8fbff;
}
.us .l-title p strong {
  color: #000;
  font-weight: 400;
}
.us .l-title p span {
  color: #000;
}
.us .l-title p span:last-child {
  color: #000;
}
.us .l-title p.mb {
  display: none;
}
.us .l-body {
  padding-top: 30px;
  position: relative;
}
.us .l-body .img-box {
  text-align: center;
  padding: 60px 0;
}
.us .l-body .img-box img {
  display: inline-block;
  width: 100%;
  max-width: 340px;
}
.us .l-body ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.us .l-body ul li {
  display: inline-block;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  margin-right: 340px;
  width: calc( ( 100% - 345px ) / 2 );
  margin-bottom: 60px;
  vertical-align: text-top;
}
.us .l-body ul li h3 img {
  max-width: 1000px !important;
  margin-bottom: 20px;
}
.us .l-body ul li:nth-child(2n) {
  margin-right: 0;
}
.us .l-body ul li .info-box {
  background: #ffffff;
  border: 1px solid #e5e7ed;
  border-radius: 10px;
  padding: 15px;
}
.us .l-body ul li .card {
  border-bottom: 1px solid #b5d6e4;
  margin-bottom: 15px;
}
.us .l-body ul li .card:last-child {
  margin-bottom: 0;
  border: none;
}
.us .l-body ul li p {
  font-size: 13px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.us .l-body ul li p span {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
}
.us .l-body ul li:nth-child(1) .card {
  padding-bottom: 30px;
}
@media (max-width: 978px) {
  .us {
    background: #f8fbff;
  }
  .us .l-title p strong {
    color: #000;
  }
  .us .l-body {
    padding-top: 0px;
    position: relative;
  }
  .us .l-body .img-box {
    text-align: center;
    padding: 0;
  }
  .us .l-body .img-box > img {
    display: none;
  }
  .us .l-body .img-box > p {
    margin-bottom: 20px;
  }
  .us .l-body .img-box > p span {
    display: inline-block;
    box-shadow: 0px 0px 8px 0px #dae2ec;
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
  }
  .us .l-body .img-box > p span:last-child {
    margin-right: o;
  }
  .us .l-body .img-box > p span.active {
    background: #fff;
  }
  .us .l-body ul {
    position: static;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .us .l-body ul li {
    display: inline-block;
    border-radius: 10px;
    padding: 0px;
    text-align: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0px;
    vertical-align: text-top;
  }
  .us .l-body ul li:nth-child(n + 2) {
    display: none;
  }
  .us .l-body ul li:nth-child(2n) {
    margin-right: 0;
  }
  .us .l-body ul li .info-box {
    background: #ffffff;
    border: 1px solid #e5e7ed;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .us .l-body ul li .card {
    border-bottom: 1px solid #b5d6e4;
    margin-bottom: 15px;
  }
  .us .l-body ul li .card:last-child {
    margin-bottom: 0;
    border: none;
  }
  .us .l-body ul li p {
    font-size: 13px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .us .l-body ul li p span {
    font-size: 13px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
  }
  .us .l-body ul li:nth-child(1) .card {
    padding-bottom: 0px;
  }
}
.futi .l-body p {
  text-align: center;
  margin-bottom: 40px;
}
.futi .l-body p span {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 10px 40px;
  margin-right: 20px;
}
.futi .l-body p span:last-child {
  margin-right: 0;
}
.futi .l-body .img-box img {
  width: 100%;
}
@media (max-width: 978px) {
  .futi .l-body p {
    text-align: center;
    margin-bottom: 30px;
  }
  .futi .l-body p span {
    display: inline-block;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    background: #f4f4f4;
    border-radius: 15px;
    padding: 7px 13px;
    margin-right: 8px;
  }
  .futi .l-body p span:last-child {
    margin-right: 0;
  }
  .futi .l-body .img-box img {
    width: 100%;
  }
}
.product {
  background: #f7f8f9;
}
.product .l-body {
  margin-top: 25px;
  position: relative;
}
.product .l-body ul {
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 806px;
}
.product .l-body ul li {
  height: 398px;
  background: #ffffff;
  border-radius: 20px;
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc( ( 100% - 60px ) / 3 );
  padding: 20px;
  position: relative;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  transition: all 0.3s;
}
.product .l-body ul li:nth-child(2) {
  left: calc( ( 100% - 60px ) / 3 + 30px );
}
.product .l-body ul li:nth-child(3) {
  left: calc( ( 100% - 60px ) / 3 * 2 + 60px );
}
.product .l-body ul li:nth-child(4) {
  left: 0;
  top: 428px;
}
.product .l-body ul li:nth-child(5) {
  top: 428px;
  left: calc( ( 100% - 60px ) / 3 + 30px );
}
.product .l-body ul li:nth-child(6) {
  top: 428px;
  left: calc( ( 100% - 60px ) / 3 * 2 + 60px );
}
.product .l-body ul li:nth-child(3n) {
  margin-right: 0;
}
.product .l-body ul li img {
  width: 40px;
  margin-bottom: 10px;
}
.product .l-body ul li h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 3px;
}
.product .l-body ul li > span {
  padding: 6px 10px;
  display: inline-block;
  background: #eaf7f6;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #04b68b;
}
.product .l-body ul li .info-box {
  background: #fafafa;
  border-radius: 10px;
  padding: 20px 20px 0;
  position: relative;
  z-index: 1;
}
.product .l-body ul li .info-box p {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  width: 49%;
}
.product .l-body ul li .info-box p span {
  display: block;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.product .l-body ul li a {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.product .l-body ul li:nth-child(n + 4) {
  height: 348px;
}
.product .l-body ul li:nth-child(n + 3) > span {
  background: #ecf2ff;
  color: #3672d7;
}
.product .l-body ul li:nth-child(n + 3) .info-box {
  min-height: 178px;
}
.product .l-body ul li:nth-child(1) .info-box,
.product .l-body ul li:nth-child(3) .info-box {
  min-height: 228px;
}
.product .l-body ul li:last-child .info-box {
  min-height: 158px;
}
.product .l-body ul li:nth-child(1):hover,
.product .l-body ul li:nth-child(2):hover,
.product .l-body ul li:nth-child(3):hover {
  height: 458px;
  top: -60px;
}
.product .l-body ul li:nth-child(4):hover,
.product .l-body ul li:nth-child(5):hover,
.product .l-body ul li:nth-child(6):hover {
  height: 408px;
  top: 408px;
}
@media (max-width: 978px) {
  .product {
    background: #f7f8f9;
  }
  .product .l-container {
    padding: 0;
    padding-left: 20px;
  }
  .product .l-body {
    overflow: auto;
    margin-top: 0;
  }
  .product .l-body::-webkit-scrollbar {
    display: none;
  }
  .product .l-body ul {
    width: 2020px;
    height: auto;
    align-items: flex-start;
  }
  .product .l-body ul li {
    float: left;
    position: static;
    background: #ffffff;
    border-radius: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    width: calc( ( 100% - 150px ) / 6 );
    padding: 20px;
    min-height: 460px;
    height: auto !important;
  }
  .product .l-body ul li:nth-child(3n) {
    margin-right: 20px;
  }
  .product .l-body ul li:last-child {
    margin-right: 0;
  }
  .product .l-body ul li img {
    width: 40px;
    margin-bottom: 10px;
  }
  .product .l-body ul li a {
    position: static;
    margin-top: 20px;
  }
  .product .l-body ul li h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 3px;
  }
  .product .l-body ul li > span {
    padding: 6px 10px;
    display: inline-block;
    background: #eaf7f6;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #04b68b;
  }
  .product .l-body ul li .info-box {
    background: #fafafa;
    border-radius: 10px;
    padding: 15px 15px 0;
  }
  .product .l-body ul li .info-box p {
    display: inline-block;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    width: 48%;
  }
  .product .l-body ul li .info-box p span {
    display: block;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .product .l-body ul li:nth-child(1) .info-box {
    min-height: 228px;
  }
  .product .l-body ul li:nth-child(n + 3) > span {
    background: #ecf2ff;
    color: #3672d7;
  }
  .product .l-body ul li:nth-child(n + 3) .info-box {
    min-height: 178px;
  }
  .product .l-body ul li:last-child .info-box {
    min-height: 158px;
  }
}
.fuwu .l-body ul li {
  float: left;
  background: #ffffff;
  border-radius: 20px;
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc( ( 100% - 60px ) / 3 );
  padding: 30px 20px;
  background: url(../images/product/锦途A计划.png);
  background-size: cover;
}
.fuwu .l-body ul li:nth-child(2) {
  background: url(../images/product/锦途B计划.png);
  background-size: cover;
}
.fuwu .l-body ul li:nth-child(3) {
  background: url(../images/product/锦途C计划.png);
  background-size: cover;
}
.fuwu .l-body ul li:last-child {
  margin-right: 0;
}
.fuwu .l-body ul li > h3 {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.fuwu .l-body ul li > h3 span {
  display: inline-block;
  font-size: 28px;
  color: #c5fff1;
  letter-spacing: 0;
  font-weight: 700;
  vertical-align: top;
  margin-top: -1px;
  margin-right: 5px;
}
.fuwu .l-body ul li > p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
.fuwu .l-body ul li .info-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  min-height: 254px;
}
.fuwu .l-body ul li .info-box h3 {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.fuwu .l-body ul li .info-box p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  padding-left: 11px;
  position: relative;
  margin-bottom: 10px;
}
.fuwu .l-body ul li .info-box p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 978px) {
  .fuwu .l-container {
    padding: 0;
    padding-left: 20px;
  }
  .fuwu .l-body {
    overflow: auto;
  }
  .fuwu .l-body::-webkit-scrollbar {
    display: none;
  }
  .fuwu .l-body ul {
    display: flex;
    width: 1020px;
  }
  .fuwu .l-body ul li {
    float: none;
    background: #ffffff;
    border-radius: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    width: 320px;
    padding: 30px 20px;
    background: url(../images/product/锦途A计划.png);
    background-size: cover;
  }
  .fuwu .l-body ul li:nth-child(2) {
    background: url(../images/product/锦途B计划.png);
    background-size: cover;
  }
  .fuwu .l-body ul li:nth-child(3) {
    background: url(../images/product/锦途C计划.png);
    background-size: cover;
  }
  .fuwu .l-body ul li:last-child {
    margin-right: 0;
  }
  .fuwu .l-body ul li > h3 {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fuwu .l-body ul li > h3 span {
    display: inline-block;
    font-size: 28px;
    color: #c5fff1;
    letter-spacing: 0;
    font-weight: 700;
    vertical-align: text-top;
    margin-right: 5px;
  }
  .fuwu .l-body ul li > p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .fuwu .l-body ul li .info-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
    min-height: 254px;
  }
  .fuwu .l-body ul li .info-box h3 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .fuwu .l-body ul li .info-box p {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    padding-left: 11px;
    position: relative;
    margin-bottom: 10px;
  }
  .fuwu .l-body ul li .info-box p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
  }
}
