.public_banner {
  position: relative;
  z-index: 99;
  height: 90px!important;
}
.public_banner .wrap {
  margin: 85px 0 0 0;
}
.public_banner .solution .pull {
  border: none;
  overflow: hidden;
}
.public_banner .solution .pull div a {
  font-size: 16px;
  color: #606266;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  display: block;
}
.public_banner .solution .pull div:hover a {
  color: #fff;
}
.public_banner .solution .pull div.on span {
  display: none!important;
}
.page .wrap {
  width: 1540px;
  margin: 126px auto 149px;
}
.page .wrap .matter:not(:last-child) {
  margin: 0 0 80px 0;
}
.page .wrap .matter .headline {
  font-size: 50px;
  font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  color: #000000;
  padding: 0 0 38px 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 65px 0;
  position: relative;
}
.page .wrap .matter .headline:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 196px;
  height: 1px;
  background: #e41937;
}
.page .wrap .matter .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page .wrap .matter.three .content{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 28px 32px;
}
.page .wrap .matter.three .content .item{
  width: 100%;
}
.display_wrap .big_item{
  max-width: 754px;
  width: 100%;
}
.page .wrap .matter .content .item {
  width: 754px;
  height: 580px;
  background: #F5F5F5;
  margin: 0 0 89px 0;
  padding: 58px 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page .wrap .matter .content .item .img {
  max-width: 90%;
  margin: 0 auto 64px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .wrap .matter .content .item .img img {
  object-fit: contain;
  transition: 1s;
  cursor: pointer;
}
.page .wrap .matter .content .item .img img:hover{
  transform: scale(1.1);
}
.page .wrap .matter .content .item .text {
  font-size: 30px;
  font-weight: 500!important;
  line-height: 30px;
  color: #000000;
  text-align: center;
}
.page .wrap .matter .content .item .pick{
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #333333;
  display: none;
}
.page .wrap .display_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


/*# sourceMappingURL=solution_page.css.map */
@media screen and (max-width: 1856px) {
  .page .wrap .matter .headline {
    font-size: 48px;
  }
  .page .wrap{
    margin-top: 120px;
    margin-bottom: 140px;
  }
  
}
@media screen and (max-width: 1792px) {
  .page .wrap{
    width: 90%;
  }
  .page .wrap .matter .content .item{
    width: 48%;
  }
  .display_wrap .big_item .matter .content .item{
    width: 100%;
  }
}
@media screen and (max-width: 1680px) {
  .public_banner {
    height: 80px !important;
  }
  .page .wrap .matter .headline {
    font-size: 42px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .page .wrap {
    margin-top: 100px;
    margin-bottom: 120px;
  }
  .page .wrap .matter .content .item {
    margin-bottom: 60px
  }
  .page .wrap .matter:not(:last-child) {
    margin: 0 0 50px 0;
  }
  .page .wrap .matter .content .item .text {
    font-size: 28px;
  }
  .public_banner .solution{
    bottom: 0 !important;
  }
}
@media screen and (max-width: 1600px) {
  .page .wrap .matter .headline {
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .page .wrap {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .page .wrap .matter .content .item .img{
    height: 280px;
    margin-bottom: 50px;
  }
  .page .wrap .matter .content .item{
    height: 530px;
  }
  .page .wrap .matter .headline {
    font-size: 32px;
  }
  .page .wrap .matter .content .item .text {
    font-size: 24px;
  }
  .page .wrap .matter .content .item {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .page .wrap .matter .content .item .img {
    height: 250px;
  }
  .page .wrap .matter .content .item {
    height: 480px;
  }
}
@media screen and (max-width: 1280px) {
  .page .wrap .matter .content .item {
    margin-bottom: 30px;
  }
  .page .wrap .matter:not(:last-child) {
    margin: 0 0 40px 0;
  }
  .page .wrap .matter .content .item .img {
    height: 220px;
  }
  .page .wrap .matter .content .item {
    height: 430px;
  }
  .page .wrap .matter .content .item .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .display_wrap .big_item{
    max-width: 49%;
  }
  .page .wrap .matter.three .content{
    grid-template-columns: repeat(2,1fr);
  }
  .page .wrap .matter .content .item{
    margin-bottom: 0;
  }
  .page .wrap{
    width: 100%;
    padding: 0 30px;
    margin-top: 60px;
  }
  .page .wrap .matter .headline {
    font-size: 28px;
  }
  .page .wrap .matter .content .item .text {
    font-size: 16px;
  }
  /* .public_banner {
    height: 60px !important;
  } */
  .public_banner .wrap {
    /* margin: 80px 0 0 0; */
    margin: 60px 0 0 0;
  }
  body#block .header.click_on .l .code span, body#block .header.click_on .l .code p{
    color: #fff;
  }
}
@media screen and (max-width: 820px) {
  .page .wrap .matter .content .item {
    height: 380px;
  }
  .page .wrap .matter .content .item .img {
    height: 160px;
  }
}
@media screen and (max-width: 540px) {
  .display_wrap .big_item{
    max-width: 100%;
    margin-bottom: 20px;
  }
  .page .wrap .matter.three .content {
    grid-template-columns: repeat(1,1fr);
  }
  .page .wrap{
    margin-top: 13.6vw;
    padding: 0 20px;
  }
  .page .wrap .matter .content .item{
    width: 100%;
    padding-top: 30px;
    height: 320px;
  }
  .page .wrap .matter .content .item:not(:last-child){
    margin-bottom: 30px;
  }
  .page .wrap .matter .content .item .img {
    height: 140px;
  }
  .public_banner .wrap {
    margin: 60px 0 0 0;
  }
  .public_banner {
    height: 60px !important;
}
}
@media screen and (max-width: 414px) {
  .page .wrap .matter .headline {
    font-size: 24px;
  }
}