/* 第二页 */
#page2 {
  background-image: url("../img/bj-02.jpg");
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
}
/* 第三页 */
#page3 {
  
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
}

.box {
  position: relative;
  /* left: 264px;
  top: 234px; */
  width: 390px;
  height: 620px;
  overflow: hidden;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  /* margin-left: 20px; */
}
.box-list a {
  width:195px;
  height: 124px;
  /* text-align: center;
    margin-right: 5px;
    padding: 10px;
    transition: all 0.6s; */
}

.box-item1 {
  /* width: 428px;
    height: 107px; */
  text-align: center;
  margin-right: 5px;
  padding: 0 10px; 
  transition: all 0.6s;
}
.box-item2 {
  /* width: 428px;
    height: 107px; */
  text-align: center;
  margin-left: 5px;
  padding: 10px;
  transition: all 0.6s;
}

.box-list {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.box-item1 img {
  width: 55px;
}
.box-item2 img {
  width: 55px;
}

.box-item1:hover {
  transform: scale(1.1);
}
.box-item2:hover {
  transform: scale(1.1);
}

.box-item1 p {
  color: #fff;
  font-size: 18px;
}

.box-item2 p {
  color: #fff;
  font-size: 18px;
}
.right-img {
  position: relative;
  /* left: 275px;
  top: 234px; */
  width: 850px;
  height: 603px;
  margin-left: 10px;
}

.right-img img {
  width: 850px;
  height: 603px;
}
.two-box-title {
  position: absolute;
  bottom: 0;
  width: 850px;
  height: 250px;
  background-color: rgba(18, 19, 18, 0.744);
 
}
.two-box-title-top div {
  text-align: left;
  color: white;
  margin: 15px;
  font-size: 22px;
}
.two-box-title-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.two-box-title p {
  margin: 15px;
  text-align: left;
  color: #c0c0c0;
  font-size: 18px;
}
.page2-content{
  width:1195;
  display:flex;
  margin:150px auto;
  margin-top: 210px;
}