.swiper_index .swiper-pagination-bullet-active {
  background-color: rgba(218, 32, 23, 1);
}

.swiper_index .swiper-horizontal>.swiper-pagination-bullets,
.swiper_index .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper_index .swiper-pagination-custom,
.swiper_index .swiper-pagination-fraction {
  bottom: 50px;
}

.swiper_index dd {
  font-size: 0;
}

.swiper_index .swiper-slide.active dd {
  overflow: hidden;
  transform: scale(1);
  transition: 0.8s;
}

.swiper_index .swiper-slide.active dd img {
  transform: scale(1.15);
  transition: 0.8s;
}

.i_news {
  margin: 0 -15px;
}

.in_panel {
  display: flex;
  padding-top: 50px;
}

.inp_left,
.inp_right {
  width: 50%;
}

.inp_panel {
  margin: 0 15px;
}

.swiper_index_news dl {
  position: relative;
  height: 400px;
}

.swiper_index_news dt img {
  width: 100%;
  height: 400px;
  display: block;
}

.swiper_index_news dd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper_index_news dd h3 {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding: 4px 16px 4px 8px;
  border-radius: 0 16px 16px 0;
  background-color: rgba(218, 32, 23, 1);
}

.swiper_index_news dd h3 i {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_w_1.png);
}

.swiper_index_news dd h3 span {
  font-size: 14px;
  color: #fff;
  padding-left: 6px;
}

.swiper_index_news dd p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
  color: #fff;
  height: 62px;
  line-height: 62px;
  background-color: #da2017;
  padding-left: 20px;
  padding-right: 108px;
}

.swiper_index_news .swiper-horizontal>.swiper-pagination-bullets,
.swiper_index_news .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper_index_news .swiper-pagination-custom,
.swiper_index_news .swiper-pagination-fraction {
  left: auto;
  right: 20px;
  bottom: 20px;
  text-align: right;
}

.swiper_index_news .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}

.swiper_index_news .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}

.swiper_index_news dt {
  overflow: hidden;

}

.swiper_index_news dl:hover img {
  transform: scale(1.15);
  transition: 0.5s;
}

.swiper_index_news dl img {
  transition: 0.5s;
}


.inp_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(218, 32, 23, 0.2);
}

.inpt_left {
  position: relative;
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.inpt_left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 2px;
  background-color: rgba(218, 32, 23, 1);
}

.inpt_left img {
  width: 22px;
  height: 22px;
}

.inpt_left span {
  font-size: 20px;
  padding-left: 6px;
}

.inpt_right dl {
  position: relative;
  padding-right: 14px;
  font-size: 14px;
  color: rgba(218, 32, 23, 1);
}

.inpt_right dl::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  height: 16px;
  width: 16px;
  background-image: url(../images/arr_rr_1.png);
  background-size: contain;
  background-position: center;
}

.inp_jcdt {
  padding-top: 10px;
}

.inp_jcdt li:hover dt {
  color: rgba(218, 32, 23, 1);
  transition: 0.4s;
}

.inp_jcdt li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.inp_jcdt li dl dt {
  position: relative;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
  transition: 0.4s;
}

.inp_jcdt li dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(218, 32, 23, 1);
}

.inp_jcdt li dl dd {
  width: 80px;
  font-size: 14px;
  color: #b4b8bf;
}

.inp_tzgg {
  padding-top: 10px;
}

.inp_tzgg li {
  margin: 16px 0;
}

.inp_tzgg li:hover dd {
  color: rgba(218, 32, 23, 1);
  transition: 0.4s;
}

.inp_tzgg li dl {
  display: flex;
}

.inp_tzgg li dl dt {
  width: 70px;
  height: 70px;
  background-color: rgba(218, 32, 23, 0.1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.4s;
}

.inp_tzgg li dl dt strong {
  font-size: 22px;
}

.inp_tzgg li dl dt span {
  font-size: 12px;
  color: #909399;
}

.inp_tzgg li dl dd {
  flex: 1;
  margin-left: 12px;
}

.inp_tzgg li dl dd h3 {
  font-size: 16px;
}

.inp_tzgg li dl dd p {
  font-size: 14px;
  color: #909399;
}

.inp_llxx {
  padding-top: 10px;
}

.inp_llxx li:hover dl dt {
  color: rgba(218, 32, 23, 1);
  transition: 0.4s;
}

.inp_llxx li dl {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.inp_llxx li dl dt {
  position: relative;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
  font-size: 14px;
}

.inp_llxx li dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(218, 32, 23, 1);
}

.inp_llxx li dl dd {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #b4b8bf;
  padding-top: 10px;
  padding-left: 16px;
}

.inp_llxx li dl dd span {
  font-size: 12px;
}

.inp_llxx li dl dd u {
  width: 1px;
  height: 10px;
  background-color: #b4b8bf;
  margin: 0 10px;
}

.i_edu {
  padding-top: 30px;
}

.ie_title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ie_title img {
  width: 22px;
  height: 22px;
}

.ie_title span {
  font-size: 20px;
  color: #333;
  padding-left: 8px;
}

.ie_bar {
  text-align: center;
  padding: 20px 0;
}

.ie_bar dl {
  position: relative;
}

.ie_bar dl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 394px;
  height: 30px;
  background-image: url(../images/bar_1.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.ie_bar dl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 394px;
  height: 30px;
  background-image: url(../images/bar_2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.ie_bar dl span {
  width: 86px;
  height: 38px;
  line-height: 36px;
  display: inline-block;
  cursor: pointer;
}

.ie_bar dl span.on {
  color: #fff;
  background-image: url(../images/alert_1.png);
}

.ie_panel {
  display: flex;
  margin: 15px 0 35px;
}

.ie_left,
.ie_right {
  width: 50%;
}

.iep_panel dl {
  position: relative;
}

.iep_panel dl dd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 16px;
  color: #fff;
}

.iep_panel dl dd i{position: relative;}

.iep_panel dl dd::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top:-30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.iep_panel dl:hover dd {
  color: rgba(218, 32, 23, 1);
  font-weight: bold;
  transition: 0.4s;
}

.iep_panel dl:hover img {
  transform: scale(1.15);
  transition: 0.5s;
}

.iep_single dt {
  overflow: hidden;
  height: 560px;
}

.iep_single dt img {
  height: 560px;
  display: block;
  transition: 0.5s;
}

.iep_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}

.iep_list li {
  width: 50%;
}

.iep_list li dl {
  margin-left: 20px;
  margin-top: 20px;
}

.iep_list li dl dt {
  overflow: hidden;
  height: 270px;
}

.iep_list li dl dt img {
  height: 270px;
  display: block;
  transition: 0.5s;
}

.iep_video {
  display: flex;
  flex-wrap: wrap;
  margin: -9px;
}

.iep_video li {
  width: 33.33%;
}

.iep_video li:hover h3 {
  color: rgba(218, 32, 23, 1);
  transition: 0.4s;
}

.iep_video li dl {
  margin: 9px;
}

.iep_video li dt {
  position: relative;
  font-size: 0;
}

.iep_video li dt img {
  height: 218px;
  display: block;
}

.iep_video li dt s {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  margin-left: -26px;
  margin-top: -26px;
  background-image: url(../images/icon_p_2.png);
  z-index: 1;
}

.iep_video li dl dd {
  padding: 10px 0;
}

.iep_video li dl dd h3 {
  font-size: 16px;
  font-weight: bold;
}

.iep_video li dl dd p {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #b4b8bf;
  padding-top: 10px;
  font-weight: bold;
}

.iep_video li dl dd p span {
  font-size: 12px;
}

.iep_video li dl dd u {
  width: 1px;
  height: 10px;
  background-color: #b4b8bf;
  margin: 0 10px;
}

.iep_video li.toggle s {
  background-image: url(../images/icon_p_3.png);
}

.ie_box .inp_llxx {
  padding: 0;
}

@media screen and (max-width: 768px) {

  .swiper_index .swiper-horizontal>.swiper-pagination-bullets,
  .swiper_index .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper_index .swiper-pagination-custom,
  .swiper_index .swiper-pagination-fraction {
    bottom: 10px;
  }

  .i_news {
    margin: 0 15px;
  }

  .in_panel {
    flex-direction: column;
    padding-top: 0;
  }

  .inp_left,
  .inp_right {
    width: 100%;
  }

  .inp_panel {
    margin: 15px 0 0;
  }

  .ie_box .inp_panel {
    margin-top: -15px;
  }

  .swiper_index_news dl {
    height: auto;
  }

  .swiper_index_news dt img {
    height: auto;
  }

  .swiper_index_news dd h3 {
    padding: 2px 8px 2px 4px;
    border-radius: 0 16px 16px 0;
  }

  .swiper_index_news dd h3 i {
    width: 12px;
    height: 12px;
  }

  .swiper_index_news dd h3 span {
    font-size: 12px;
    padding-left: 3px;
  }

  .swiper_index_news dd p {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    padding-right: 58px;
  }

  .swiper_index_news .swiper-horizontal>.swiper-pagination-bullets,
  .swiper_index_news .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper_index_news .swiper-pagination-custom,
  .swiper_index_news .swiper-pagination-fraction {
    right: 10px;
    bottom: 12px;
  }

  .inpt_left {
    padding: 8px 0;
  }

  .inpt_left::before {
    width: 66px;
  }

  .inpt_left img {
    width: 16px;
    height: 16px;
  }

  .inpt_left span {
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
  }

  .inpt_right dl {
    padding-right: 12px;
    font-size: 12px;
  }

  .inpt_right dl::before {
    height: 14px;
    width: 14px;
  }

  .inp_jcdt {
    padding-top: 0;
    margin-bottom: -15px;
  }

  .inp_jcdt li dl {
    margin: 15px 0;
  }

  .inp_jcdt li dl dt {
    padding-left: 8px;
  }

  .inp_jcdt li dl dt::before {
    width: 3px;
    height: 3px;
  }

  .inp_jcdt li dl dd {
    width: 60px;
    font-size: 12px;
  }

  .inp_tzgg {
    padding-top: 0;
    margin-bottom: -15px;
  }

  .inp_tzgg li {
    margin: 16px 0;
  }

  .inp_tzgg li dl {
    display: flex;
  }

  .inp_tzgg li dl dt {
    width: 56px;
    height: 56px;
  }

  .inp_tzgg li dl dt strong {
    font-size: 16px;
  }

  .inp_tzgg li dl dd {
    margin-left: 8px;
  }

  .inp_tzgg li dl dd h3 {
    font-size: 14px;
    font-weight: bold;
  }

  .inp_tzgg li dl dd p {
    font-size: 12px;
  }

  .inp_llxx {
    padding-top: 0;
    margin: 0 15px;
  }

  .inp_llxx li dl {
    margin: 15px 0;
  }

  .inp_llxx li dl dt {
    padding-left: 8px;
  }

  .inp_llxx li dl dt::before {
    width: 3px;
    height: 3px;
  }

  .inp_llxx li dl dd {
    padding-top: 6px;
    padding-left: 8px;
  }

  .inp_llxx li dl dd u {
    height: 8px;
    margin: 0 5px;
  }

  .i_edu {
    padding-top: 15px;
  }

  .ie_title img {
    width: 14px;
    height: 14px;
  }

  .ie_title span {
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
  }

  .ie_bar {
    padding: 10px 0;
  }

  .ie_bar dl::before {
    display: none;
  }

  .ie_bar dl::after {
    display: none;
  }

  .ie_bar dl span {
    padding: 0 12px;
    width: auto;
    height: 32px;
    line-height: 30px;
    background-size: contain;
    font-size: 12px;
  }

  .ie_panel {
    flex-direction: column;
    margin: 0;
  }

  .ie_left,
  .ie_right {
    width: auto;
    margin: 0 15px;
  }

  .iep_panel dl dd {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #fff;
  }

  .iep_panel dl:hover img {
    transform: scale(1.15);
    transition: 0.5s;
  }

  .iep_single dt {
    overflow: hidden;
    height: auto;
  }

  .iep_single dt img {
    height: auto;
  }

  .iep_list {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .iep_list li {
    width: 100%;
    margin: 15px 0;
  }

  .iep_list li dl {
    margin-left: 0;
    margin-top: 0;
  }

  .iep_list li dl dt {
    height: auto;
  }

  .iep_list li dl dt img {
    height: auto;
  }

  .iep_video {
    margin: -15px 15px;
  }

  .iep_video li {
    width: 100%;
  }

  .iep_video li dl {
    margin: 15px 0;
  }

  .iep_video li dt s {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
  }

  .iep_video li dl dd {
    padding: 10px 0;
  }

  .iep_video li dl dd h3 {
    font-size: 14px;
  }

  .iep_video li dl dd p {
    padding-top: 8px;
  }

  .iep_video li dl dd u {
    height: 8px;
    margin: 0 5px;
  }
}