header {
  box-shadow: 0px 15px 10px -15px rgba(6, 30, 46, 0.15);
}
/* ...........解决方案内容............... */
a {
  color: #333;
}
.banner-wrap {
  display: flex;
  width: 100%;
  height: 500px;
  background: url("/assets/images/solution_banner.png") no-repeat center
    center/cover;
}
.banner-wrap .banner-page-underline {
  position: relative;
  top: -3px;
  height: 3px;
  background-color: #5f8ff8;
  animation: width-animate 25s ease-in-out 1s infinite;
}
.banner-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.banner-left {
  width: 60%;
  height: 100%;
  margin-right: 5%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-img {
  width: 35%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-img img {
  max-width: 80% !important;
  max-height: 80% !important;
  margin: auto;
  border-radius: 8px;
  border: 5px solid #fff;
  opacity: 1;
  box-shadow: 5px 5px 10px 0px rgba(255, 255, 255, 0.4);
  transition: all 0.5s ease-in-out;
}
.banner-img img:hover {
  opacity: 0.9;
  box-shadow: 0 20px 25px 1px rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
  transform: perspective(300px) rotateX(10deg);
  transition: all 0.5s ease-in-out;
}
.banner-wrap .banner-box h1 {
  font-size: 36px;
  color: #fff;
}

.banner-wrap .banner-box p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0.8;
}

.banner-wrap .banner-box .banner-online {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to right, #436ce9, #3965e7);
}
.banner-wrap .banner-box .banner-online:hover {
  box-shadow: 0 10px 25px 0 rgba(211, 208, 208, 0.4);
}

.solution-box {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.solution-box ul {
  list-style: square outside;
  line-height: 1.7;
  font-size: 16px;
  padding-left: 20px;
}
.solution-box ul li {
  margin-bottom: 10px;
}
.solution-box ol {
  list-style: decimal outside;
  line-height: 1.7;
  font-size: 16px;
  padding-left: 20px;
}
.solution-box ol li {
  margin-bottom: 10px;
}

.solution-box p {
  font-size: 16px;
  text-indent: 30px;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #666;
}
.solution-box p img {
  display: block;
  margin: 0 auto;
  max-width: 1060px;
  padding: 20px;
}
.solution-box p img:hover {
  border-radius: 4px;
  box-shadow: 10px 10px 25px 0 rgba(211, 208, 208, 0.4);
  transition: all 0.3s ease-in-out;
}
.solution-box h2 {
  font-size: 30px;
  line-height: 2;
  margin: 80px auto 50px;
  text-align: center;
  color: #333;
}
.solution-box h3 {
  font-size: 24px;
  line-height: 2;
  color: #333;
}
.solution-box h3 i {
  font-size: 24px;
  vertical-align: -1px;
  margin-right: 8px;
  color: #b9bcc5;
}
.solution-box h4 {
  font-size: 18px;
  line-height: 2;
  color: #333;
}

/*图文排版...................图文排版*/
.view-textimg-wrap {
  padding-bottom: 0px;
}

.view-textimg-box {
  max-width: 1060px;
  margin-top: 60px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.view-textimg-box .view-textimg-img {
  width: 48%;
  display: flex;
  align-items: center;
}
.view-textimg-box .view-textimg-img img {
  border: 1px solid #eee;
  box-shadow: 10px 10px 25px 0 rgba(211, 208, 208, 0.4);
}
.view-textimg-box .view-textimg-line {
  width: 45px;
  height: 2px;
  background-color: #3965e7;
  margin-bottom: 20px;
}
.view-textimg-box .view-textimg-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 43%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.view-textimg-box .view-textimg-text h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.view-textimg-box .view-textimg-text p {
  width: 82%;
  font-size: 16px;
  text-indent: 0%;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

/*  大图展示.............. 大图展示 */
.view-bigimg-box {
  max-width: 1060px;
  margin-bottom: 80px;
}
.view-bigimg-box h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  margin: 60px auto 50px;
  text-align: center;
  color: #333;
}
.view-bigimg-box img {
  display: block;
  padding: 20px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  opacity: 1;
  border-radius: 8px;
  border: 3px solid #eee;
  transition: all 0.5s ease-in-out;
  box-shadow: 1px 13px 29px 3px rgba(217, 226, 237, 0.74);
}
.view-bigimg-box img:hover {
  z-index: 5;
  opacity: 0.8;
  transform: scale(1.5);
  transition: all 0.3s ease-in-out;
}

/*产品构成...................产品构成*/
.product-used-wrap {
  background: linear-gradient(to right bottom, #e7e9eb, #c8c9cc);
}
.product-used-wrap .product-used-box {
  display: flex;
  justify-content: space-between;
}
.product-used {
  width: 15%;
  height: 50px;
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: linear-gradient(to right bottom, #e7e9eb, #e8e9eb);
  box-shadow: 3px 3px 5px 0 rgba(141, 141, 141, 0.4);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.product-used img {
  max-height: 28px;
  padding: 1.5px 0;
  vertical-align: middle;
}
.product-used p {
  font-size: 16px;
  margin-left: 10px;
}
.product-used:hover {
  box-shadow: 10px 10px 25px 0 rgba(141, 141, 141, 0.4);
  transform: translateY(-8px);
}

/* ...........解决方案列表............... */
.information-head-wrap {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  background: url("/assets/images/solution_list_banner.png") no-repeat center
    center/cover;
  animation: background-big 5s ease-out both;
}
.information-head-wrap .information-head-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
  padding-left: 20px;
}
.information-head-wrap .information-head-text h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}
.information-head-wrap .information-head-text .information-head-text-line {
  width: 44px;
  height: 2px;
  background: #7481ad;
}
.information-head-wrap .information-head-text p {
  width: 60%;
  font-size: 18px;
  margin-top: 10px;
  color: #ccc;
}
nav {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.information-menu-box {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scaleY(0);
  transform-origin: 0 0;
  opacity: 0;
  position: relative;
  top: -38px;
  left: 0;
  width: 100%;
  z-index: 3;
  background: linear-gradient(
    to right,
    transparent,
    #fff 30%,
    #fff,
    #fff 10%,
    #fff,
    transparent 100%
  );
  transition: all 0.3s ease-in-out;
}
.information-menu-box a {
  display: flex;
  font-size: 16px;
  line-height: 1;
  padding: 8px 20px 12px;
  color: #333;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid transparent;
}
.information-menu-box a i {
  margin-right: 5px;
}
.information-menu-box a:hover {
  color: #ec5656;
  border-bottom: 2px solid #ec5656 !important;
}
.information-menu-box a.active {
  color: #3155c2;
  border-bottom: 2px solid #4c76f5 !important;
}
.information-menu {
  transform: scaleY(1);
  opacity: 1;
  display: flex;
  box-shadow: 0px 15px 10px -15px rgba(6, 30, 46, 0.15);
}

.information-wrap {
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.information-wrap .information-left {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.information-item {
  width: 46%;
  margin-bottom: 20px;
  padding: 25px 10px 25px 20px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.information-item:hover {
  background-color: #f1f4f7;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.information-item .information-img {
  display: block;
  width: 245px;
  min-width: 245px;
  height: 140px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.information-item .information-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.information-item .information-img:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.information-item .information-img:hover:after {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.information-item .information-sol {
  width: 100%;
  max-width: calc(100% - 260px);
  min-width: 45%;
  margin-left: 20px;
  flex: 1 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.information-item .information-sol h3 {
  max-width: 100%;
  margin-bottom: 10px;
  height: 18px;
  line-height: 1;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.information-item .information-sol h3 a {
  color: #000;
  transition: all 0.15s ease-in-out;
}

.information-item .information-sol h3:hover a {
  color: #f04232;
}
.information-item .information-sol p {
  max-width: 100%;
  color: gray;
  font-size: 14px;
  line-height: 1.7;
  text-overflow: ellipsis;
}
.information-item .information-sol p a.information-sol-type {
  display: inline-block;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: auto !important;
  border-radius: 4px;
  width: 180px;
  height: 26px;
  line-height: 24px;
  margin-right: 5px;
  text-align: center;
  font-size: 14px;
  color: #6bb5b1;
  border: 1px solid #6bb5b1;
}

.pagelist {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.pagelist li {
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  margin: 0 1.5px;
  display: flex;
  align-items: center;
}
.pagelist li a {
  color: #333;
}
.pagelist li.active {
  background-color: #8ba9eb;
}
.pagelist li.active a {
  color: #fff;
}

@media (max-width: 768px) {
  /* ...........解决方案内容............... */
  .banner-wrap {
    height: 32rem;
  }
  .banner-wrap .banner-page-underline {
    top: -0.187rem;
    height: 0.2rem;
  }
  .banner-left {
    width: 100%;
    height: 60%;
    margin-right: 0;
    margin-top: 3%;
  }
  .banner-img {
    width: 100%;
    height: 25%;
  }
  .banner-img img {
    max-width: 80% !important;
    max-height: 80% !important;
    margin: auto;
    border-radius: 0.5rem;
    border: 0.32rem solid #fff;
    box-shadow: 0.32rem 0.32rem 0.64rem 0px rgba(255, 255, 255, 0.4);
  }
  .banner-img img:hover {
    box-shadow: 0 1.25rem 1.56rem 0.1rem rgba(255, 255, 255, 0.6);
    transform: perspective(18.75rem) rotateX(10deg);
  }

  .banner-wrap .banner-box h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3%;
  }

  .banner-wrap .banner-box p {
    width: 100%;
    font-size: 1.3rem;
    margin-top: 0.625rem;
    text-align: center;
  }

  .solution-box {
    padding-top: 1.55rem;
  }

  .solution-box p {
    font-size: 1rem;
    text-indent: 2rem;
    margin-bottom: 1.25rem;
  }
  .solution-box p img {
    max-width: 30rem;
    max-height: 30rem;
    object-fit: contain;
    padding: 1.25rem;
  }
  .solution-box p img:hover {
    border-radius: 0.25rem;
    box-shadow: 0.625rem 0.625rem 1.56rem 0 rgba(211, 208, 208, 0.4);
  }
  .solution-box h2 {
    font-size: 2rem;
    margin: 2rem auto 1.5rem;
  }
  .solution-box h3 {
    font-size: 1.5rem;
  }
  .solution-box h3 i {
    font-size: 1.5rem;
    vertical-align: -0.1rem;
    margin-right: 0.5rem;
  }
  .solution-box h4 {
    font-size: 1.2rem;
  }

  .solution-box ul {
    font-size: 1.5rem;
  }
  .solution-box ol {
    font-size: 1.5rem;
  }

  /*图文排版...................图文排版*/
  .view-textimg-box {
    max-width: 100%;
    margin-top: 2rem;
    padding-bottom: 1.5rem;
  }
  .view-textimg-box .view-textimg-img {
    width: 35%;
    display: flex;
    align-items: center;
  }
  .view-textimg-box .view-textimg-img img {
    max-width: 100%;
    object-fit: contain;
    padding: 1.25rem;
    border: none;
    box-shadow: none;
  }
  .view-textimg-box .view-textimg-line {
    width: 2.81rem;
    height: 0.125rem;
    margin-bottom: 1.25rem;
  }
  .view-textimg-box .view-textimg-text {
    max-width: 63%;
  }
  .view-textimg-box .view-textimg-text h3 {
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
  }
  .view-textimg-box .view-textimg-text p {
    width: 82%;
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  /*  大图展示.............. 大图展示 */
  .view-bigimg-box {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin-bottom: 5rem;
  }
  .view-bigimg-box h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 3.75rem auto 3.125rem;
  }
  .view-bigimg-box img {
    display: block;
    padding: 1.25rem;
    border-radius: 0.5rem;
    border: 0.2rem solid #eee;
    box-shadow: 0.1rem 0.8rem 1.81rem 0.2rem rgba(217, 226, 237, 0.74);
  }

  /*产品构成...................产品构成*/
  .product-used {
    width: 22%;
    height: 3.125rem;
    border-radius: 0.25rem;
    box-shadow: 0.2rem 0.2rem 0.32rem 0 rgba(141, 141, 141, 0.4);
    border-radius: 0.5rem;
  }
  .product-used img {
    max-height: 1.75rem;
    padding: 0.1rem 0;
  }
  .product-used p {
    font-size: 0.6rem;
    margin-left: 0.2rem;
  }
  .product-used:hover {
    box-shadow: 0.625rem 0.625rem 1.56rem 0 rgba(141, 141, 141, 0.4);
  }
  /* ...........解决方案列表............... */
  .information-head-wrap {
    height: 32rem;
    animation: none;
  }
  .information-head-wrap .information-head-text {
    margin-bottom: 3.1rem;
  }
  .information-head-wrap .information-head-text h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3%;
  }
  .information-head-wrap .information-head-text p {
    width: 100%;
    font-size: 1.3rem;
    margin-top: 0.625rem;
    text-align: center;
  }

  .information-menu-box {
    top: -2.375rem;
  }
  .information-menu-box a {
    font-size: 1rem;
    padding: 0.5rem 1.25rem 0.75rem;
    border-bottom: 0.125rem solid transparent;
  }
  .information-menu-box a i {
    margin-right: 0.32rem;
  }
  .information-menu-box a:hover {
    border-bottom: 0.125rem solid #ec5656 !important;
  }
  .information-menu-box a.active {
    border-bottom: 0.125rem solid #4c76f5 !important;
  }
  .information-menu {
    box-shadow: 0px 1rem 0.625rem -1rem rgba(6, 30, 46, 0.15);
  }

  .information-wrap {
    padding: 2.5rem 0;
  }
  .information-item {
    width: 100%;
    margin-bottom: 1.25rem;
    padding: 1.56rem 0.625rem 1.56rem 1.25rem;
  }
  .information-item:hover {
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  }
  .information-item .information-img {
    width: 15.31rem;
    min-width: 15.31rem;
    height: 8.75rem;
  }

  .information-item .information-sol {
    max-width: calc(100% - 16.25rem);
    margin-left: 1.25rem;
  }
  .information-item .information-sol h3 {
    margin-bottom: 0.625rem;
    height: 1.125rem;
    font-size: 1.125rem;
  }

  .information-item .information-sol p {
    font-size: 1rem;
  }
  .information-item .information-sol p a.information-sol-type {
    margin-top: 0.625rem;
    margin-left: 1rem;
    border-radius: 0.25rem;
    width: 11.25rem;
    height: 1.625rem;
    line-height: 1.5rem;
    margin-right: 0.312rem;
    font-size: 1rem;
    border: 0.1rem solid #6bb5b1;
  }

  .pagelist {
    margin-bottom: 3.75rem;
  }
  .pagelist li {
    padding: 0 0.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin: 0 0.1rem;
  }
}
