body {
  line-height: 1.5;
}
.cont {
  width: 100%;
  overflow: hidden;
}
.cont svg {
  margin: 0!important;
}
.cont .page1 {
  background: url(../img/products-g_1.jpg);
  background-size: cover;
  padding: 80px 0;
}
.cont .page1 .tit {
  text-align: center;
  color: #333;
}
.cont .page1 .time {
  text-align: center;
  color: #999;
  margin-top: 10px;
}
.cont .page1 .des {
  border: 1px solid #b69660;
}
.cont .page1 .des p {
  color: #333;
  line-height: 1.66;
  margin-bottom: 0.4em;
}
.cont .page1 .frame::after {
  background: url(../img/products-arrow_edge.png);
  background-size: 70px;
  width: 70px;
  height: 70px;
}
.cont .page1 .frame::before {
  background: url(../img/products-arrow_edge.png);
  background-size: 70px;
  width: 70px;
  height: 70px;
}
.cont .page1 .frame .in-frame::after {
  background: url(../img/products-arrow_edge.png);
  background-size: 70px;
  width: 70px;
  height: 70px;
}
.cont .page1 .frame .in-frame::before {
  background: url(../img/products-arrow_edge.png);
  background-size: 70px;
  width: 70px;
  height: 70px;
}
.cont .page1 .frame .in-frame {
  padding: 60px;
}
.cont .page2 {
  background: url(../img/products-g_2.jpg);
  background-size: cover;
  padding: 80px 0;
}
.cont .page2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont .page2 ul li {
  width: 49%;
  background: #fff;
  padding: 7px;
   margin-bottom: 25px;
}
.cont .page2 ul li .frame {
  height: 100%;
}
.cont .page2 ul li .in-frame {
  height: 100%;
  padding: 60px;
}
.cont .page2 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.cont .page2 ul li p,
.cont .page2 ul li span {
  display: block;
  color: #333;
  transition: all 0.3s;
}
.cont .page2 ul li span {
  margin-top: 10px;
}
.cont .page2 ul li .more {
  background: url(../img/products_g_btn.png);
  background-size: cover;
  width: 201px;
  height: 59px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont .page2 ul li .more i {
  color: #b19768;
  transition: all 0.3s;
}
.cont .page2 ul li:hover p {
  background: linear-gradient(135deg, #e6b162, #b78439 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/* 125% */
@media screen and (max-width: 1280px) {
  .w1200 {
    width: 90%;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1,
  .cont .page2 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .cont .page1 .frame::after {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
  .cont .page1 .frame::before {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
  .cont .page1 .frame .in-frame::after {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
  .cont .page1 .frame .in-frame::before {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
  .cont .page1 .frame .in-frame {
    padding: 30px;
  }
  .cont .page2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .cont .page2 ul li .in-frame {
    padding: 25px;
  }
  .cont .page2 ul li .more {
    width: 120px;
    height: 35px;
  }
}