/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* ===== 案例列表 start ===== */
.container1 {
  padding: 75px 0 45px;
  background-color: #fff;
  margin-bottom: 35px;
}
.container1 .center-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container1 .center-wrapper ul li {
  width: 23.68%;
  -webkit-box-shadow: 0px 6px 26px 3px rgba(73, 73, 73, 0.13);
  box-shadow: 0px 6px 26px 3px rgba(73, 73, 73, 0.13);
  margin-right: 1.76%;
  margin-bottom: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.container1 .center-wrapper ul li a {
  display: block;
  overflow: hidden;
}
.container1 .center-wrapper ul li .tp {
  overflow: hidden;
}
.container1 .center-wrapper ul li img {
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: auto;
}
.container1 .center-wrapper ul li .box {
  padding: 40px 23px 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container1 .center-wrapper ul li:nth-child(4n) {
  margin-right: 0;
}
.container1 .center-wrapper ul li .item-title {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  color: #333333;
}
.container1 .center-wrapper ul li .item-text {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  line-height: 18px;
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container1 .center-wrapper ul li .link {
  height: 45px;
  margin-top: 85px;
  line-height: 45px;

  width: 100%;
  font-size: 16px;
  border-top: solid 1px #626262;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container1 .center-wrapper ul li:hover .tp img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.container1 .center-wrapper ul li:hover .item-title {
  color: #0065d4;
}
/* ===== 案例列表 end ===== */
@media screen and (max-width: 1800px) {
  .center-wrapper {
    width: 1400px;
  }
}
@media screen and (max-width: 1600px) {
  .center-wrapper {
    width: 1200px;
  }
}
@media screen and (max-width: 1440px) {
  .center-wrapper {
    width: 1000px;
  }
  .container1 .center-wrapper ul li {
    width: 32.33333%;
    margin-right: 1.5%;
  }
  .container1 .center-wrapper ul li:nth-child(4n) {
    margin-right: 1.5%;
  }
  .container1 .center-wrapper ul li:nth-child(3n) {
    margin-right: 0;
  }
  .container1 .center-wrapper .item p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .center-wrapper {
    width: 800px;
  }
  .container1 .center-wrapper ul li .box {
    padding: 25px 15px 15px;
    overflow: hidden;
  }
  .container1 .center-wrapper ul li .item-text {
    margin-top: 15px;
  }
  .container1 .center-wrapper ul li .link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 998px) {
  .container1 .center-wrapper {
    padding: 40px 0;
  }
  .container1 .center-wrapper ul li {
    margin-bottom: 25px;
  }
  .center-wrapper {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .container1 {
    padding: 0 0 40px;
    margin-bottom: 0;
  }
  .public-page {
    margin-top: 0;
  }
  .public-page li {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 15px;
    font-size: 14px;
  }
  .container1 .center-wrapper {
    width: 96%;
    padding: 20px 0;
  }
  .container1 .center-wrapper ul {
    display: block;
  }
  .container1 .center-wrapper ul li {
    margin-bottom: 0;
    width: 100%;
    padding: 20px;
    border-bottom: solid 1px #dcdcdc;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .container1 .center-wrapper ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container1 .center-wrapper ul li a .tp {
    margin-right: 15px;
    height: 100px;
    width: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .container1 .center-wrapper ul li a img {
    height: 100%;
  }
  .container1 .center-wrapper ul li .box {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container1 .center-wrapper ul li .item-title {
    font-size: 16px;
    line-height: 18px;
  }
  .container1 .center-wrapper ul li .item-text {
    font-size: 14px;
    line-height: 16px;
  }
  .container1 .center-wrapper ul li .link {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-color: #efefef;
    margin-top: 15px;
  }
}
@media screen and (max-width: 440px) {
  .container1 .center-wrapper ul li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .container1 .center-wrapper ul li a .tp {
    height: 80px;
    width: 104px;
  }
  .container1 .center-wrapper ul li .item-title {
    font-size: 14px;
    line-height: 16px;
  }
  .container1 .center-wrapper ul li .item-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .container1 .center-wrapper ul li .link {
    margin-top: 10px;
  }
}
