.swiper {
  text-align: center;
  width: 100%;
  padding-top: 31.25%;
  position: relative; }

.swiper-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.solu-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.solu-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.info-box {
  width: 78.125%;
  padding-top: 32.55%;
  box-shadow: 0px 0px 13px 0px rgba(3, 0, 0, 0.06);
  background: #FFFFFF;
  margin-top: 60px;
  position: relative; }

.title-text {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000; }

.title-en-text {
  font-size: 24px;
  font-family: Arial;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 28px;
  opacity: 0.5; }

.solu-content {
  display: flex;
  justify-content: center; }

.case-info {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 78.125%;
  margin-top: 40px; }

.case-item {
  box-sizing: border-box;
  width: 33.333%;
  border: 1px solid rgba(153, 153, 153, 0.51);
  margin-right: 2px; }

.case-item:last-child {
  margin-right: 0; }

.case-title {
  padding-top: 18.6%;
  position: relative; }

.case-title-sp {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  top: 0;
  align-items: center;
  padding-left: 20px; }

.case-item-cover {
  padding-top: 73.8%;
  position: relative; }

.case-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

.ourd-info {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 69.708%;
  margin-top: 40px; }

.ourd-item {
  box-sizing: border-box;
  width: 33.333%;
  position: relative; }

.ourd-item:nth-child(4n) {
  margin-right: 0; }

.ourd-text {
  display: flex;
  background: rgba(0, 0, 0, 0.72);
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  color: #FFFFFF; }

.ourd-text-sp {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(228, 229, 230, 0.65);
  border-radius: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 10px; }

.ourd-item > img {
  width: 100%; }

.yycj-info {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 69.708%;
  margin-top: 40px; }

.yycj-item {
  box-sizing: border-box;
  width: 25%;
  position: relative;
  padding-right: 4px;
  margin-bottom: 4px; }

.yycj-item:nth-child(4n) {
  margin-right: 0; }

.yycj-text {
  display: flex;
  background: rgba(0, 0, 0, 0.72);
  position: absolute;
  width: calc(100% - 4px);
  height: 100%;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  color: #FFFFFF; }

.yycj-text-sp {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(228, 229, 230, 0.65);
  border-radius: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  padding: 4px 10px; }

.yycj-item > img {
  width: 100%; }

.info-box-ctx {
  box-sizing: content-box;
  display: flex;
  position: absolute;
  justify-content: space-between;
  left: 0;
  top: 0;
  width: calc(100% - 100px);
  height: calc(100% - 72px);
  padding: 36px 50px; }

.infob-l {
  flex: 1;
  width: 45%;
  position: relative; }

.infob-r {
  flex: 1;
  padding-left: 50px;
  flex-direction: column; }

.infob-nav {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px; }

.infob-nav-item {
  font-size: 20px;
  font-weight: 300;
  color: #999999;
  padding-right: 60px;
  cursor: pointer; }

.infob-nav-item-active {
  font-size: 20px;
  font-weight: bold;
  color: #BF2230; }

.zczd-info {
  margin-top: 40px;
  display: flex;
  justify-content: space-between; }

.zczd-item {
  /*flex: 1;*/
  width: 20%;
  position: relative;
  margin-right: 4px;
  cursor: pointer;
  overflow: hidden; }

.zczd-item:hover, .zczd-item:hover > img {
  transform: scaleY(1.1); }

.zczd-item:hover > img {
  transform: scale(1.1); }

.zczd-item-cover {
  width: 100%;
  object-fit: cover; }

.zczd-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.72);
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  transition: all .3s; }

.icons-wrap {
  display: flex;
  flex-wrap: wrap; }
  .icons-wrap .icon-item {
    display: flex;
    width: 33.3%;
    align-items: center;
    font-size: 16px;
    padding: 36px 0; }
  .icons-wrap .icon {
    width: 34px;
    height: 34px; }
  .icons-wrap .name {
    margin-left: 10px; }

.infob-nav-item-active {
  border-bottom: 1px solid #BF2230; }

.infob-nav-item {
  padding: 6px 10px;
  margin-right: 50px; }

.zczd-item-cover {
  transition: all .3s; }

.case-item {
  border-color: #eee; }

.solu-wrap {
  display: flex;
  background: #fff; }
  .solu-wrap .solu-item {
    width: 33.33%; }
    .solu-wrap .solu-item:hover .text-item {
      background: #f5f5f5; }
    .solu-wrap .solu-item:hover .cover-img {
      transform: scale(1.03); }
  .solu-wrap .text-item {
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all .3s; }
  .solu-wrap p {
    font-size: 20px;
    margin: 4px 0; }
  .solu-wrap .icon-line {
    width: 13px;
    height: 1px;
    background: #BF2230;
    margin: 8px 0; }
  .solu-wrap .cover-item {
    width: 100%;
    height: 250px;
    overflow: hidden; }
    .solu-wrap .cover-item .cover-img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: all .3s; }

/*# sourceMappingURL=solution_xlsds.css.map */
