.row {
  margin: 0;
}

body > section .title {
  text-align: center;
  color: #5f6367;
  font-size: 26px;
  font-weight: bold;
}
body > section .subhead {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 10px auto;
}
body > section .subhead .word {
  position: relative;
  top: -7px;
  display: inline-block;
  height: 14px;
  padding: 0 10px;
  font-size: 12px;
  color: #00c1de;
  text-transform: uppercase;
}
body > section .subhead .line {
  width: 24px;
  height: 2px;
  background-color: #d7d8d9;
}
body > section .describe {
  max-width: 1200px;
  padding: 0 40px;
  text-align: center;
  color: #5f6367;
  margin: 20px auto 0;
}
body > section .banner img {
  display: block;
  width: 100%;
}
body > section .crumbs {
  max-width: 1200px;
  margin: 20px auto 0;
}
body > section .crumbs a {
  color: #9b9ea0;
}
body > section .crumbs a:hover {
  color: #00C1DE;
  text-decoration: underline;
}
body > section .crumbs a:last-of-type {
  color: #00C1DE;
  text-decoration: none;
}
body > section .solution {
  padding: 4% 0;
}
body > section .solution .solution-inline {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
body > section .solution .solution-inline ul {
  padding: 2.6% 0 0 0;
  margin: 0;
  transition: 0.2s;
}
body > section .solution .solution-inline ul li {
  padding: 15px 15px 0 0;
}
@media (min-width: 992px) {
  body > section .solution .solution-inline ul li:nth-of-type(4n+1) {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body > section .solution .solution-inline ul li:nth-of-type(2n+1) {
    padding-left: 15px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  body > section .solution .solution-inline ul li {
    padding: 0;
    margin: 15px;
  }
}
body > section .solution .solution-inline ul li:hover a {
  background-color: #00C1DE;
  border: 1px solid #00C1DE;
  box-shadow: 4px 4px 8px 0px #ddd;
}
body > section .solution .solution-inline ul li:hover a > div .solution-title {
  color: #fff;
}
body > section .solution .solution-inline ul li:hover a > div .solution-describe {
  color: #fff;
}
body > section .solution .solution-inline ul li > a {
  display: block;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  transition: 0.4s;
}
body > section .solution .solution-inline ul li > a > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body > section .solution .solution-inline ul li > a > div img {
  width: 64px;
  height: 64px;
  overflow: hidden;
}
body > section .solution .solution-inline ul li > a > div .solution-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #5f6367;
}
body > section .solution .solution-inline ul li > a > div .solution-describe {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  margin-top: 16px;
  color: #5f6367;
}
body > section .solution-inside {
  padding-top: 5%;
}
body > section .solution-inside .solution-list .solution-list-title {
  font-size: 24px;
  color: #373d41;
  text-align: center;
}
body > section .solution-inside .solution-list .solution-list-subtitle {
  text-align: center;
  color: #999;
  max-width: 1200px;
  margin: 10px auto 0;
}
body > section .solution-inside .solution-list ul li {
  padding: 4.5% 0;
}
body > section .solution-inside .solution-list ul li:nth-of-type(2n) {
  background-color: #ddd;
}
body > section .solution-inside .solution-list ul .txt-right {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin: auto;
}
body > section .solution-inside .solution-list ul .txt-right .solution-txt {
  width: 50%;
  padding: 0 30px;
}
body > section .solution-inside .solution-list ul .txt-right .solution-img {
  width: 50%;
}
body > section .solution-inside .solution-list ul .txt-left {
  display: flex;
  max-width: 1200px;
  margin: auto;
}
body > section .solution-inside .solution-list ul .txt-left .solution-txt {
  width: 50%;
  padding: 0 30px;
}
body > section .solution-inside .solution-list ul .txt-left .solution-img {
  width: 50%;
}
body > section .solution-inside .solution-list ul .txt-top {
  max-width: 1200px;
  margin: auto;
}
body > section .solution-inside .solution-list ul .txt-top .solution-txt {
  width: 100%;
}
body > section .solution-inside .solution-list ul .txt-top .solution-img {
  margin-top: 40px;
  width: 100%;
}
body > section .solution-inside .solution-list ul .txt-top .solution-img img {
  display: block;
  margin: auto;
}
body > section .solution-inside .solution-list ul .txt-bottom {
  max-width: 1200px;
  display: flex;
  flex-direction: column-reverse;
  margin: auto;
}
body > section .solution-inside .solution-list ul .txt-bottom .solution-txt {
  width: 100%;
}
body > section .solution-inside .solution-list ul .txt-bottom .solution-img {
  margin-bottom: 40px;
  width: 100%;
}
body > section .solution-inside .solution-list ul .txt-bottom .solution-img img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body > section .solution-inside .solution-list ul .txt-right,
  body > section .solution-inside .solution-list ul .txt-left,
  body > section .solution-inside .solution-list ul .txt-top,
  body > section .solution-inside .solution-list ul .txt-bottom {
    display: block;
  }
  body > section .solution-inside .solution-list ul .txt-right .solution-txt,
  body > section .solution-inside .solution-list ul .txt-left .solution-txt,
  body > section .solution-inside .solution-list ul .txt-top .solution-txt,
  body > section .solution-inside .solution-list ul .txt-bottom .solution-txt {
    width: 100%;
    text-align: center;
  }
  body > section .solution-inside .solution-list ul .txt-right .solution-img,
  body > section .solution-inside .solution-list ul .txt-left .solution-img,
  body > section .solution-inside .solution-list ul .txt-top .solution-img,
  body > section .solution-inside .solution-list ul .txt-bottom .solution-img {
    margin: 3% 0;
    width: 100%;
  }
  body > section .solution-inside .solution-list ul .txt-right .solution-img img,
  body > section .solution-inside .solution-list ul .txt-left .solution-img img,
  body > section .solution-inside .solution-list ul .txt-top .solution-img img,
  body > section .solution-inside .solution-list ul .txt-bottom .solution-img img {
    display: block;
    margin: auto;
  }
}
body > section .solution-inside .solution-list ul .imgAuto {
  width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .solution .banner img {
    display: none;
  }
  .solution .banner {
    background: url(../img/solution-banner01.jpg);
    padding-top: 39%;
    background-size: cover;
  }
}
