@charset "utf-8";
body {
  background-color: #fff;
}
.mg--16 {
  margin: 0 -16px;
}
.index_focus {
  position: relative;
}
.index_focus .index_focus_bd li img {
  display: block;
  height: 500px;
  width: 100%;
}
.index_focus .index_focus_hd {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_focus .index_focus_hd li {
  background-color: rgba(255, 255, 255, 0.8);
  width: 20px;
  height: 20px;
  margin: 0 6px;
  border-radius: 100%;
  cursor: pointer;
}
.index_focus .index_focus_hd .on {
  background-color: #fff;
}
.index_title {
  position: relative;
  display: flex;
  align-items: end;
  color: #d32322;
  line-height: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.index_title .bg {
  position: absolute;
  top: -16px;
  left: 0;
  color: #f5f5f5;
  z-index: -1;
  font-size: 32px;
}
.index_title p {
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
}
.index_title span {
  font-size: 28px;
  margin-right: 10px;
}
.index_title a {
  color: #d32322;
}
.gray_bg {
  background-color: #f5f5f5;
  padding: 20px 0;
}
.gray_bg ul {
  overflow: hidden;
  margin: 0 -16px;
}
.gray_bg ul li {
  width: 50%;
  float: left;
  padding: 16px;
}
.gray_bg ul li a {
  position: relative;
  display: block;
}
.gray_bg ul li a p {
  position: absolute;
  color: #fff;
  font-size: 30px;
  left: 80px;
  top: 38px;
  z-index: 10;
}
.gray_bg ul li a img {
  display: block;
  width: 100%;
}
.index_xyfc {
  position: relative;
  padding: 0 30px;
}
.index_xyfc .index_xyfc_bd li {
  width: 25%;
}
.index_xyfc .index_xyfc_bd li a {
  display: block;
  padding: 0 14px;
}
.index_xyfc .index_xyfc_bd li a img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.index_xyfc .prev,
.index_xyfc .next {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #f5f5f5;
  cursor: pointer;
}
.index_xyfc .prev img,
.index_xyfc .next img {
  display: block;
  width: 100%;
}
.index_xyfc .prev {
  left: 0;
}
.index_xyfc .next {
  right: 0;
}
.index_yqlj {
  position: relative;
  padding: 0 30px;
}
.index_yqlj .index_yqlj_bd li {
  width: 25%;
}
.index_yqlj .index_yqlj_bd li a {
  display: block;
  margin: 0 14px;
}
.index_yqlj .index_yqlj_bd li a img {
  display: block;
  width: 100%;
  height: 92px;
  object-fit: unset;
}
.index_yqlj .prev,
.index_yqlj .next {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #f5f5f5;
  cursor: pointer;
}
.index_yqlj .prev img,
.index_yqlj .next img {
  display: block;
  width: 100%;
}
.index_yqlj .prev {
  left: 0;
}
.index_yqlj .next {
  right: 0;
}
@media all and (max-width: 768px) {
  .mg--16 {
    margin: 0;
  }
  .pd-016 {
    padding: 0;
  }
  .container {
    padding: 0 14px;
  }
  .index_focus .index_focus_hd {
    bottom: 10px;
  }
  .index_focus .index_focus_hd li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
  .index_title {
    padding-bottom: 10px;
  }
  .index_title p,
  .index_title span {
    font-size: 18px;
  }
  .index_title a {
    font-size: 14px;
  }
  .gray_bg {
    padding: 10px 0;
  }
  .gray_bg ul {
    margin: 0 -5px;
  }
  .gray_bg ul li {
    width: 100%;
    padding: 5px;
  }
  .gray_bg ul li a p {
    font-size: 20px;
    top: 20px;
    left: 40px;
  }
  .index_xyfc {
    padding: 0px;
  }
  .index_xyfc .index_xyfc_bd li a {
    padding: 0;
  }
  .index_xyfc .prev,
  .index_xyfc .next {
    display: none;
  }
  .index_yqlj {
    padding: 0px;
  }
  .index_yqlj .index_yqlj_bd li a {
    padding: 0;
  }
  .index_yqlj .prev,
  .index_yqlj .next {
    display: none;
  }
}
@media all and (max-width: 750px) {
  .index_focus .index_focus_bd li img {
    height: 210.9375px;
  }
}
@media all and (max-width: 720px) {
  .index_focus .index_focus_bd li img {
    height: 202.5px;
  }
}
@media all and (max-width: 640px) {
  .index_focus .index_focus_bd li img {
    height: 180px;
  }
}
@media all and (max-width: 600px) {
  .index_focus .index_focus_bd li img {
    height: 168.75px;
  }
}
@media all and (max-width: 560px) {
  .index_focus .index_focus_bd li img {
    height: 157.5px;
  }
}
@media all and (max-width: 520px) {
  .index_focus .index_focus_bd li img {
    height: 146.25px;
  }
}
@media all and (max-width: 480px) {
  .index_focus .index_focus_bd li img {
    height: 135px;
  }
}
@media all and (max-width: 440px) {
  .index_focus .index_focus_bd li img {
    height: 123.75px;
  }
}
@media all and (max-width: 414px) {
  .index_focus .index_focus_bd li img {
    height: 116.4375px;
  }
}
@media all and (max-width: 400px) {
  .index_focus .index_focus_bd li img {
    height: 112.5px;
  }
}
@media all and (max-width: 375px) {
  .index_focus .index_focus_bd li img {
    height: 105.46875px;
  }
}
@media all and (max-width: 360px) {
  .index_focus .index_focus_bd li img {
    height: 101.25px;
  }
}
@media all and (max-width: 320px) {
  .index_focus .index_focus_bd li img {
    height: 90px;
  }
}
