﻿.fourStep {
  background: #f2f5fa;
}
.fourStep .step-header {
  position: relative;
}
.fourStep .step-header .bg-line {
  position: absolute;
  width: 100%;
  border-top: 1px solid #dadee4;
  top: 20px;
}
.fourStep .step-header .step-header-content h3 {
  font: bold 36px/40px "microsoft yahei";
  color: #ced7e7;
  text-align: center;
  margin: 0;
}
.fourStep .step-header .step-header-content span {
  position: absolute;
  top: 17px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #7692c1;
}
.fourStep .step-header .step-header-content span.dot {
  right: 0;
}
.fourStep .step-body {
  background: #fff;
  height: 340px;
  margin-top: 40px;
}
.fourStep .step-body .step-content {
  text-align: center;
  padding: 60px 0;
}
.fourStep .step-body .step-content .img-bg > div {
  display: inline-block;
  width: 134px;
  height: 134px;
  border-radius: 134px;
  background-image: linear-gradient(to bottom, #465a8f, #7a96c5);
  line-height: 134px;
}
.fourStep .step-body .step-content h3 {
  color: #0d245f;
  font-size: 20px;
  font-weight: bolder;
  margin-top: 36px;
  margin-bottom: 18px;
}
.fourStep .step-body .step-content p {
  margin: 0;
  color: #6e6e6e;
}
.fourStep .step-Consulting {
  padding: 42px 0;
  text-align: center;
}
.fourStep .step-Consulting a {
  background: #ff6e0b;
  font-size: 16px;
  border-radius: 5px;
  padding: 16px 62px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .fourStep {
    padding: 0 2%;
  }
  .fourStep .step-header .step-header-content h3 {
    font: bold 20px/40px "microsoft yahei";
  }
  .fourStep .step-header .step-header-content span {
    top: 19px;
    width: 5px;
    height: 5px;
    border-radius: 8px;
  }
  .fourStep .step-body {
    height: 184px;
    margin-top: 20px;
  }
  .fourStep .step-body .step-content {
    padding: 20px 0;
  }
  .fourStep .step-body .step-content .img-bg > div {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
  }
  .fourStep .step-body .step-content .img-bg > div img {
    width: 40px;
  }
  .fourStep .step-body .step-content h3 {
    font-size: 14px;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .fourStep .step-body .step-content p {
    margin: 0;
    color: #6e6e6e;
    font-size: 10px;
  }
  .fourStep .step-Consulting {
    padding: 10px 0;
    text-align: center;
  }
  .fourStep .step-Consulting a {
    background: #ff6e0b;
    font-size: 16px;
    border-radius: 5px;
    padding: 8px 20px;
    border: 0;
  }
}
.solution_zj {
  padding-bottom: 20px;
}
.solution_zj .solution_zj-content {
  position: relative;
  margin-bottom: 100px;
  width: 95%;
}
.solution_zj .solution_zj-content img {
  width: 100%;
}
.solution_zj .solution_zj-content .solution_zj-dis {
  position: absolute;
  width: 90%;
  height: 90px;
  opacity: 0.9;
  background-image: linear-gradient(to bottom, #465a8f, #7a96c5);
  bottom: -45px;
  left: 5%;
  color: #fff;
  text-align: center;
  transition: height 0.1s linear;
}
.solution_zj .solution_zj-content .solution_zj-dis div {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.solution_zj .solution_zj-content .solution_zj-dis div h3 {
  font-size: 18px;
  font-weight: bold;
}
.solution_zj .solution_zj-content .solution_zj-dis div p {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .solution_zj .solution_zj-content .solution_zj-dis div p {
    font-size: 12px;
  }
}
.solution_zj .solution_zj-content .solution_zj-dis:hover {
  height: 100%;
}
.solution_zj .solution_zj-content.szc2 {
  margin-left: 2.5%;
}
.solution_zj .solution_zj-content.szc2 .solution_zj-dis {
  background-image: linear-gradient(to bottom, #5881ec, #68aaff);
}
.solution_zj .solution_zj-content.szc3 {
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .solution_zj {
    padding: 0 2%;
  }
}
.advantage {
  background: #2b364a;
}
.advantage .web-content-header h2 {
  color: #d5dae4;
}
.advantage .web-content-header p {
  color: #d5dae4;
  opacity: 0.7;
}
.advantage .step-body {
  background: transparent;
  height: 310px;
}
.advantage .step-body .col-sm-3 {
  width: 20%;
}
.advantage .step-body .col-sm-3 .step-content {
  padding: 0;
}
.advantage .step-body .col-sm-3 .step-content .img-bg {
  position: relative;
}
.advantage .step-body .col-sm-3 .step-content .img-bg > div {
  background-image: none;
  height: 142px;
}
.advantage .step-body .col-sm-3 .step-content .img-bg > span {
  display: inline-block;
  width: 32px;
  height: 0;
  border-top: 1px solid #d5dae4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.advantage .step-body .col-sm-3 .step-content h3 {
  color: #fe724f;
  font-size: 22px;
  margin-top: 40px;
}
.advantage .step-body .col-sm-3 .step-content p {
  color: #d5dae4;
  font-size: 14px;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .advantage .step-body {
    height: 210px;
  }
  .advantage .step-body .col-sm-3 {
    width: 20%;
  }
  .advantage .step-body .col-sm-3 .step-content {
    padding: 0;
  }
  .advantage .step-body .col-sm-3 .step-content .img-bg > div {
    height: 80px;
  }
  .advantage .step-body .col-sm-3 .step-content .img-bg > span {
    width: 20px;
  }
  .advantage .step-body .col-sm-3 .step-content h3 {
    font-size: 14px;
    height: 32px;
    padding: 0 5px;
    margin-top: 28px;
  }
  .advantage .step-body .col-sm-3 .step-content p {
    padding: 0 5px;
    font-size: 10px;
  }
}
.solution_hy {
  background: #f2f5fa;
}
.solution_hy .solution_hy-body .solution_hy-content {
  height: 270px;
  overflow: hidden;
  position: relative;
}
.solution_hy .solution_hy-body .solution_hy-content img {
  width: 100%;
  height: 270px;
}
.solution_hy .solution_hy-body .solution_hy-content .dis {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.solution_hy .solution_hy-body .solution_hy-content .dis h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
}
.solution_hy .solution_hy-body .solution_hy-content .dis a {
  color: #2a6cd1;
  font-size: 16px;
}
.solution_hy .solution_hy-body .solution_hy-content .dis2 {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  width: 100%;
  height: 0;
  bottom: 0;
  padding-left: 40px;
  transition: height 0.3s linear;
}
.solution_hy .solution_hy-body .solution_hy-content .dis2 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
  margin-top: 111px;
}
.solution_hy .solution_hy-body .solution_hy-content .dis2 a {
  color: #2a6cd1;
  font-size: 16px;
}
.solution_hy .solution_hy-body .solution_hy-content.sy-m {
  width: 93.33%;
  margin-left: 6.66%;
}
.solution_hy .solution_hy-body .solution_hy-content:hover .dis {
  display: none;
}
.solution_hy .solution_hy-body .solution_hy-content:hover .dis2 {
  height: 270px;
}
.solution_hy .solution_hy-body .solution_hy-content:hover .dis2 h3 {
  color: #fff;
}
.solution_hy .solution_hy-body .solution_hy-content:hover .dis2 a {
  color: #ff6e0b;
}
.solution_hy .solution_hy-body2 {
  margin-top: 18px;
  padding-bottom: 60px;
}
.solution_hy .solution_hy-body2 .row2 {
  margin-top: 18px;
}
.solution_hy .solution_hy-body2 .solution_hy-content {
  height: 420px;
}
.solution_hy .solution_hy-body2 .solution_hy-content img {
  width: 100%;
  height: 420px;
}
.solution_hy .solution_hy-body2 .solution_hy-content .dis {
  top: 20%;
}
.solution_hy .solution_hy-body2 .solution_hy-content.sy-r {
  width: 93.33%;
}
.solution_hy .solution_hy-body2 .solution_hy-content.shc-top {
  height: 200px;
}
.solution_hy .solution_hy-body2 .solution_hy-content.shc-top img {
  height: 200px;
}
.solution_hy .solution_hy-body2 .solution_hy-content.shc-top .dis {
  top: 50%;
}
.solution_hy .solution_hy-body2 .solution_hy-content:hover .dis3 {
  height: 420px;
}
.solution_hy .solution_hy-body2 .solution_hy-content:hover .dis3 h3 {
  margin-top: 40px;
}
.solution_hy .solution_hy-body2 .solution_hy-content:hover .dis4 {
  height: 200px;
}
.solution_hy .solution_hy-body2 .solution_hy-content:hover .dis4 h3 {
  margin-top: 40px;
}
.solution_hy .m_solution_hy-body {
  display: none;
}
@media screen and (max-width: 767px) {
  .solution_hy {
    padding: 0 2%;
  }
  .solution_hy .solution_hy-body {
    display: none;
  }
  .solution_hy .m_solution_hy-body {
    display: block;
  }
  .solution_hy .m_solution_hy-body .solution_hy-content {
    height: 160px;
    margin-bottom: 10px;
  }
  .solution_hy .m_solution_hy-body .solution_hy-content img {
    width: 100%;
    height: 160px;
  }
  .solution_hy .m_solution_hy-body .solution_hy-content .dis {
    position: absolute;
    left: 20px;
    top: 30%;
    transform: translateY(-50%);
  }
  .solution_hy .m_solution_hy-body .solution_hy-content .dis h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .solution_hy .m_solution_hy-body .solution_hy-content .dis a {
    font-size: 12px;
  }
  .solution_hy .m_solution_hy-body .solution_hy-content .dis2 {
    padding-left: 20px;
  }
  .solution_hy .m_solution_hy-body .solution_hy-content .dis2 h3 {
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 0;
  }
  .solution_hy .m_solution_hy-body .solution_hy-content .dis2 a {
    font-size: 12px;
  }
  .solution_hy .m_solution_hy-body .solution_hy-content:hover .dis {
    display: none;
  }
  .solution_hy .m_solution_hy-body .solution_hy-content:hover .dis2 {
    height: 160px;
    padding-top: 18%;
  }
}
.articles {
  background: #fff;
}
.articles .articles-body {
  padding-bottom: 60px;
}
.articles .articles-body .article-list {
  width: 90%;
}
.articles .articles-body .article-list.article-list2 {
  margin-left: 5%;
}
.articles .articles-body .article-list.article-list3 {
  margin-left: 10%;
}
.articles .articles-body .article-list li h2 {
  font-size: 22px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.articles .articles-body .article-list li h2 small {
  float: right;
  margin-top: 10px;
}
.articles .articles-body .article-list li h2 small a {
  font-size: 14px;
  color: #6e6e6e;
}
.articles .articles-body .article-list li h2 small a:hover {
  color: #ff6e0b;
}
.articles .articles-body .article-list li img {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.articles .articles-body .article-list li:nth-child(n+3) {
  border-bottom: 1px dotted #dbdbdb;
  margin-bottom: 10px;
}
.articles .articles-body .article-list li:nth-child(n+3) > a {
  display: inline-block;
  width: 100%;
  color: #3f3f3f;
  font-size: 14px;
  padding-bottom: 10px;
}
.articles .articles-body .article-list li:nth-child(n+3) > a span {
  float: right;
  color: #9c9c9c;
}
.articles .articles-body .article-list li:nth-child(n+3) > a:hover {
  color: #ff6e0b;
}
.articles .articles-body .article-list li:nth-child(n+3) > a:hover span {
  color: #ff6e0b;
}
.articles .m_articles-body {
  display: none;
}
@media screen and (max-width: 767px) {
  .articles {
    padding: 0 2%;
  }
  .articles .articles-body {
    display: none;
  }
  .articles .m_articles-body {
    display: block;
    padding-bottom: 0;
  }
  .articles .m_articles-body .article-list {
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */