.w1700 {
  overflow: hidden;
}
.w1360 {
  padding: 0;
}
.banner {
  width: 100%;
  height: 600px;
  background: url(banner3.jpg) center no-repeat;
  background-size: auto 100%;
  position: relative;
}
.banner_li {
  max-width: 820px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner_li p {
  color: #fff;
  text-align: center;
}
.banner_title {
  font-size: 34px;
  margin-bottom: 15px;
}
.fanzhuan {
  transform: scaleX(-1);
}
.banner_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
.banner_main img {
  margin: -30px 15px 0;
}
.banner_time {
  text-align: center;
}
.banner_time span {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  margin-bottom: 10px;
  display: inline-block;
}
.banner_p {
  font-size: 18px;
  margin-top: 15px;
  line-height: 18px;
}
@media screen and (max-width: 750px) {
  .banner_title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .banner_time {
    width: 100%;
  }
  .banner_time span {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  .banner_main {
    padding: 10px 0;
  }
  .banner_main img {
    margin: 10px auto;
  }
  .banner_p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 550px) {
  .banner {
    height: 400px;
  }
  .banner_title {
    font-size: 22px;
  }
  .banner_time span {
    font-size: 30px;
    line-height: 30px;
  }
  .banner_p {
    font-size: 16px;
  }
  .banner_p:last-child {
    margin-top: 5px;
  }
  .banner_main img {
    margin: 5px auto;
  }
}

.luxianBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.luxianBox:last-child {
  margin-bottom: 0;
}
.w50 {
  width: 50%;
}
.luxianBox_ditu {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.luxianBox_li {
  padding: 50px;
  background-color: #6c9d8f;
}
.luxianBox_list {
  margin-bottom: 40px;
}
.luxianBox_list:last-child {
  margin-bottom: 0;
}
.luxianBox_title {
  display: flex;
  margin-bottom: 5px;
  align-items: start;
}
.ali {
  align-items: center;
}
.luxianBox_title img {
  margin-right: 15px;
}
.luxianBox_title p {
  font-size: 20px;
  color: #fff;
}
.luxianBox_main {
  color: #fff;
  line-height: 24px;
  font-size: 16px !important;
  margin-top: 15px;
}
.luxianBox_main p {
  font-size: 16px;
}
.h50 {
  height: 50%;
}
.luxianBox_xia {
  padding: 25px 50px;
}
.h50:first-child {
  background-color: #079d71;
}
.h50:last-child {
  background-color: #6c9d8f;
}
.mat {
  margin-top: 4px;
}
.xuzhi {
  background: url(bg3.jpg) center;
}
@media screen and (max-width: 550px) {
  .w50 {
    width: 100%;
  }
  .h50 {
    height: auto;
  }
  .luxianBox_li {
    padding: 25px;
  }
  .luxianBox_xia {
    padding: 25px;
  }
  .luxianBox {
    margin-bottom: 15px;
  }
}

.com_title_li_box p {
  margin-top: 15px;
  color: #333;
}
.com_title_li_box p:last-child {
  margin-top: 5px;
}
.erweima img {
  margin: 0 auto;
}
.yuyue {
  max-width: 700px;
  width: 100%;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yuyue_li {
  position: relative;
}
.yuyue_li p {
  width: 100%;
  position: absolute;
  bottom: 60px;
  text-align: center;
  color: #333;
  font-size: 20px;
}
@media screen and (max-width: 650px) {
  .yuyue {
    margin: 25px 0;
    justify-content: center !important;
  }
  .yuyue_li {
    width: 100%;
    margin: 0 auto 0;
  }
  .yuyue_li img {
    margin: 0 auto;
    transform: scale(0.9);
  }
}
