hr {
  border: none !important;
}
.page1 {
  background: #f2f6fa;
}
.page1_flx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page1_l{
    width: 38%;
}
.page1_r{
    width: calc(62% - 30px);
        overflow: hidden;
}
.page1_r img{
    max-width: 100%;
}
.page1 .tit {
  font-weight: 700;
  color: #222222;
  line-height: 1;
}
.page1 hr {
  width: 80px;
  height: 4px;
  background: #25bc4e;
  margin: 20px 0 40px;
}
.page1 .mes {
  font-weight: 400;
  color: #777777;
  line-height: 2;
}
.page2 {
  padding: 80px 0 224px 0;
}
.page2 .w1440 {
  overflow: visible;
}
.page2 .tab {
  display: flex;
  justify-content: space-between;
}
.page2 .tab .tab_l {
  flex: 1;
  display: flex;
}
.page2 .tab .tab_l .list {
  font-weight: 400;
  margin-right: 30px;
  color: #777777;
  width: 180px;
  height: 50px;
  background: #ffffff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 10px rgba(5, 5, 51, 0.06);
  cursor: pointer;
  transition: all 0.2s linear;
}
.page2 .tab .tab_l .list:hover:not(.act) {
  color: #25bc4e;
}
.page2 .tab .tab_l .act {
  background: #25bc4e;
  color: #fff;
}
.page2 .tab .tab_r {
  flex: 0 0 300px;
  height: 50px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-shadow: 0px 8px 15px rgba(5, 5, 51, 0.06);
  justify-content: space-between;
  padding: 0 20px 0 24px;
}
.page2 .tab .tab_r svg {
  cursor: pointer;
}
.page2 .con {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.page2 .con .list {
  flex: 0 0 calc((100% - 64px)/3);
  margin-right: 32px;
  margin-bottom: 40px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.06);
}
.page2 .con .list:nth-child(3n) {
  margin-right: 0;
}
.page2 .con .list .image {
  width: 100%;
  height: 0;
  padding-bottom:56%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.page2 .con .list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
  position: absolute;
  left: 0;
  top: 0;
}
.page2 .con .list .tit {
  padding: 32px;
  font-weight: 600;
  text-align: center;
  color: #222222;
}
.page2 .con .list .tit a {
  transition: all 0.2s linear;
}
.page2 .con .list:hover .image img {
  transform: scale(1.05);
}
.page2 .con .list:hover .tit a {
  color: #25BC4E;
}
#demo-laypage-text {
  margin-top: 40px;
}
@media only screen and (max-width: 1600px) {
  .page1 hr {
    margin-bottom: 2vw;
  }
  .page2 {
    padding: 4.58vw 0 11.66vw;
  }
  .page2 .con .list .image {
    height: 18vw ;
  }
  .page2 .tab .tab_l .list {
    width: 160px;
  }
  .page2 .tab .tab_r {
    flex: 0 0 20.8%;
  }
  .page2 .con .list .tit {
    padding: 1.66vw;
  }
  .page2 .con {
    margin-top: 3.125vw;
  }
  .page2 .con .list {
    margin-bottom: 2vw;
  }
  #demo-laypage-text {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 1200px) {
  .page2 .tab .tab_l .list {
    width: 140px;
  }
}
@media only screen and (max-width: 1000px) {
  .page1 hr {
    width: 40px;
    height: 2px;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
    .page1 .tit{
        text-align: center;
    }
    .page1 hr{
        margin-left: auto;
        margin-right: auto;
    }
    .page1_flx{
        display: block;
    }
    .page1_l{
        width: 100%;
    }
    .page1_r{
        width: 100%;
        margin-top: 20px;
    }
    .page1 .mes{
        width: 100%;
    }
  .page1 {
    padding: 40px 0;
  }
  .page2 .tab .tab_l .list {
    width: calc((100% - 20px)/2);
    height: 32px;
    margin-right: 20px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .page2 .tab .tab_l .list:nth-child(2n) {
    margin-right: 0;
  }
  .page2 .tab {
    flex-wrap: wrap;
  }
  .page2 .tab .tab_r {
    height: 40px;
    flex: 0 0 100%;
  }
  .page2 {
    padding: 40px 0 100px 0;
  }
  .page2 .tab .tab_l {
    flex: 0 0 100%;
    flex-wrap: wrap;
  }
  .page2 .con {
    margin-top: 20px;
  }
  .page2 .con .list {
    flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .page2 .con .list:nth-child(3n) {
    margin-right: 20px;
  }
  .page2 .con .list:nth-child(2n) {
    margin-right: 0;
  }
  .page2 .con .list .tit {
    padding: 20px 10px;
    font-size: 14px;
  }
  .page2 .con .list .image {
    height: 56vw;
  }
}
