.ctn {
  background: url(../jpg/4405e955-abef-4b15-a914-7327799298ab.jpg) top center no-repeat #fff;
  background-size: 100%;
}
.ctn .page1 {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ctn .page1 .img {
  width: 66.6%;
  padding-top: 37.4%;
  overflow: hidden;
  position: relative;
}
.ctn .page1 .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn .page1 .des {
  width: 30%;
  padding-left: calc((100% - 1440px) / 2);
}
.ctn .page1 .des .txt .tit {
  color: #222;
  font-weight: 600;
}
.ctn .page1 .des .txt .shares {
  color: #c72c31;
  margin-top: 10px;
}
.ctn .page1 .des .txt p {
  display: block;
  color: #666;
  margin-top: 25px;
  text-align: justify;
  line-height:1.8;
}
.ctn .page1 .des .more {
  margin-top: 70px ;
}
.ctn .page1:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.ctn .page2 {
  padding-bottom: 80px;
}
.ctn .page2 .list {
  margin-top: 60px;
}
.ctn .page2 .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.ctn .page2 .list .item:nth-child(even) .img {
  order: 3;
}
.ctn .page2 .list .item .img {
  width: 59.5%;
  padding-top: 33%;
  position: relative;
  overflow: hidden;
}
.ctn .page2 .list .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn .page2 .list .item .txt {
  width: 35%;
      height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ctn .page2 .list .item .txt .tit {
  color: #222;
  font-weight: 600;
  transition: all 0.3s;
}
.ctn .page2 .list .item .txt .shares {
  color: #c72c31;
  margin-top: 10px;
}
.ctn .page2 .list .item .txt .des {
  color: #777;
  margin-top: 25px;
  text-align: justify;
  line-height:1.8;
}
.ctn .page2 .list .item .txt .more {
  margin-top: 70px ;
}
.ctn .page2 .list .item:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.ctn .page2 .list .item:hover .tit {
  color: #c72c31;
  letter-spacing: 2px;
}
.ctn .page2 .btm-more {
  display: block;
  margin: 80px auto 0;
  border: 1px solid #c72c31;
}
.ctn .page2 .btm-more i {
  color: #c72c31;
}
@media screen and (max-width: 1600px) {
  .ctn .page1 .des {
    padding-left: 10%;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .ctn .page1 .item .des {
    padding: 0 40px 40px;
  }
  .ctn .page1 .item .des .txt p {
    margin-top: 15px;
  }
  .ctn .page2 .list .item .txt .more,
  .ctn .page1 .des .more {
    margin-top: 50px;
  }
  .ctn .page2 .list .item .txt .des,
  .ctn .page1 .des .txt p {
    margin-top: 20px;
  }
  .ctn .page2 {
    padding-bottom: 60px;
  }
  .ctn .page1 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .ctn .page1 .des {
    padding-left: 5%;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .ctn .page1 {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 29px;
  }
  .ctn .page1 .img {
    width: 100%;
    padding-top: 55%;
  }
  .ctn .page1 .des {
    padding-left: 0;
    width: 100%;
    order: 3;
  }
  .ctn .page2 .list {
    margin-top: 30px;
  }
  .ctn .page2 .list .item {
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 29px;
}
  .ctn .page2 .list .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
  .ctn .page2 .list .item .img {
    width: 100%;
    padding-top: 55%;
  }
  .ctn .page2 .list .item .txt {
    width: 100%;
    display: block;
        height: auto;
  }
  .ctn .page2 .list .item .txt .tit,
  .ctn .page1 .des .txt .tit {
    margin-top: 15px;
  }
  .ctn .page2 .list .item .txt .des,
  .ctn .page1 .des .txt p {
    margin-top: 10px;
  }
  .ctn .page2 .list .item .txt .more,
  .ctn .page1 .des .more {
    margin: 20px auto 0;
    display: block;
  }
  .ctn .page2 .list .item:nth-child(even) .txt {
    order: 4;
  }
  .ctn .page2 .btm-more {
    margin: 40px auto 0;
  }
  .ctn .page2 {
    padding-bottom: 20px;
  }
}
/*# sourceMappingURL=./business-areas.css.map */