/* 头部 */
.top-nav {
  display: flex;
  padding: 0 97px;
  justify-content: space-between;
  align-items: center;
}
.top-nav .navlist {
  width: 54.8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-nav .navlist .nav {
  display: flex;
  align-items: center;
  width: 89%;
  justify-content: space-between;
}
.navlist .nav .nl {
  font-size: 16px;
  color: #333333;
  padding: 32px 7px;
  position: relative;
  font-weight: bold;
}
.n-acitve {
  font-weight: bold;
  color: #5493ac !important;
}
.n-acitve::after {
  width: 100% !important;
}
.navlist .nav .nl::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s linear;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background-color: #5493ac;
}
.navlist .nav .nl:hover::after {
  width: 100%;
}
.navlist .nav .nl:hover {
  color: #5493ac !important;
}
/* end */
.ind-main .yyly {
  margin-top: 76px;
}
.tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tit .tL {
  display: flex;
  align-items: center;
  width: 38.41%;
  justify-content: space-between;
}
.hone {
  position: relative;
  height: 30px;
  line-height: 30px;
  width: 120px;
  z-index: 6;
}
.hone p {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  z-index: 999;
}
.hone .colors {
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -10;
  background-color: #5493ac;
}
.mtitle .mydesc {
  font-size: 14px;
  letter-spacing: 2.5px;
  color: #838383;
  margin-top: 14px;
}
.initload {
  margin-top: 40px;
  position: relative;
}
.initload .blocks {
  text-align: center;
  cursor: pointer;
}
.initload .blocks .imgs {
  overflow: hidden;
}
.initload .blocks .imgs img {
  transition: all 0.3s linear;
}
.initload .blocks:hover .imgs img {
  transform: scale(1.08);
}
.initload .blocks:hover h5,
.initload .blocks:hover p {
  color: #5493ac;
}
.blocks .imgs img {
  border-radius: 15px;
}
.initload .blocks h5 {
  margin-top: 18px;
  margin-bottom: 15px;
}
.initload .temp {
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.temp .line {
  width: 100%;
  height: 1px;
  background-color: #ececec;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.devpage {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-pagination-bullet {
  opacity: 1 !important;
}
.temp .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background-color: #333;
}
.inside {
  width: 30.83%;
  text-align: center;
  font-size: 70px;
  color: #797979;
  opacity: 0.08;
}
.swiper-container22 {
  height: 100%;
}
.initload .dist {
  height: 50px;
  margin-top: 35px;
  position: relative;
}
.dist .num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  color: #5493ac;
  opacity: 0.08;
}
.dist .mround {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 100%;
  z-index: 99;
  transition: all 0.5s ease-out;
}
.initload .dist::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #5493ac;
  transition: all 0.3s linear;
}
.initload .blocks:hover .dist::after {
  width: 190px;
}
.initload .blocks:hover .dist .mround {
  width: 14px;
  height: 14px;
  background-color: #ececec;
  border: solid 2px #5493ac;
}
.temp .swiper-button-prev,
.temp .swiper-button-next {
  /* width: 44px !important;
  height: 44px !important;*/
  background-color: #e1e1e1;
  border-radius: 100%;
  background-size: unset;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer !important;
  pointer-events: unset !important;
  transition: all 0.3s linear;
}
.temp .swiper-button-prev {
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/index/bjt.png) !important;
  opacity: unset !important;
}
.temp .swiper-button-next {
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/index/bjt2.png) !important;
}
.temp .swiper-button-prev:hover,
.temp .swiper-button-next:hover {
  background-color: #5493ac;
}
.mtzx-main {
  background-color: #fafafa;
  margin-top: 80px;
  padding-top: 60px;
}
.mtzx-main .tit .tR {
  width: 46%;
}
.mtzx-main .itab {
  display: flex;
  justify-content: space-between;
}
.mtzx-main .itab > div {
  width: 29.71%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 31px;
  border-radius: 27px;
  border: solid 1px #5493ac;
  color: #5493ac;
  cursor: pointer;
  transition: all 0.3s linear;
}
.mtzx-main .itab > div p {
  font-size: 16px;
}
.mtzx-main .itab > div i {
  font-size: 28px;
}
.b-active {
  background-color: #5493ac;
  color: #fff !important;
}
.mtzx-main .itab > div:hover {
  background-color: #5493ac;
  color: #fff !important;
}
.detailst {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.detailst .newsL {
  width: 39.55%;
}
.nandt h5 {
  font-size: 30px;
  font-weight: bold;
}
.n_title .jt img {
  transition: all 0.3s linear;
}
.n_title .jt img:first-child {
  display: none;
}
.n_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n_title .nandt {
  display: flex;
  align-items: center;
}
.n_title .nandt h5 {
  margin-right: 37px;
}
.n_title .nandt .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.pays .p2 {
  font-size: 14px;
  color: #a9a9a9;
  padding-left: 72px;
}
.pays .desc {
  padding-left: 72px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-top: 12px;
}
.pays {
  cursor: pointer;
}
.pays .nline {
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  margin-top: 22px;
  margin-bottom: 30px;
}
.pays:hover .nandt h5,
.pays:hover .nandt .p1 {
  color: #5493ac;
}
.pays:hover .jt img:first-child {
  display: block;
}
.pays:hover .jt img:last-child {
  display: none;
}
.newsR {
  width: 53.91%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newsR .binside {
  width: 47.75%;
  padding: 20px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  transition: all 0.3s linear;
}
.binside .rtle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rtle h2 {
  font-size: 30px;
  color: #5493ac;
}
.rtle .dl {
  width: 47%;
  height: 1px;
  background-color: #5493ac;
}
.binside h1 {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.binside .dp {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 12px;
  margin-bottom: 15px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.binside img {
    display: block;
    width: 100%;
    height: 145px;
    object-fit: cover;
}
.rtle span {
  color: #a1a1a1;
}
.theim {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theim .son {
  width: 31.41%;
  padding-left: 23px;
  padding-top: 27px;
  padding-bottom: 21px;
  padding-right: 16px;
  background-color: #f3f3f3;
  transition: all 0.3s ease;
}
.son p {
  font-size: 16px;
  color: #333333;
}
.son .sl {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #e2e2e2;
  margin-top: 14px;
  margin-bottom: 12px;
}
.son .sl::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e2e2e2;
  border-radius: 100%;
}
.son .date {
  font-size: 14px;
  color: #c3c3c3;
}
.son:hover {
  transform: translate3d(0, -8px, 0);
}
.binside:hover {
  transform: translate3d(0, -8px, 0);
}
.mybanner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.5 !important;
  margin-right: 12px !important;
}
.mybanner .swiper-pagination-bullet-active {
  position: relative;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px #ffffff;
  border-radius: 100%;
}
.pays:hover h5 {
  color: #5493ac;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .hone p {
    font-size: 26px;
  }
  .ind-main .yyly {
    margin-top: 65px;
  }
  .tit .tL {
    width: 46%;
  }
  .mtzx-main .itab > div p {
    font-size: 14px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mtzx-main .itab > div {
    padding: 8px 10px;
  }
  .hone p {
    font-size: 26px;
  }
  .ind-main .yyly {
    margin-top: 65px;
  }
  .tit .tL {
    width: 46%;
  }
  .mtzx-main .itab > div p {
    font-size: 14px;
  }
  .ind-main .yyly {
    margin-top: 45px;
  }
  .mtzx-main .itab > div p {
    font-size: 12px;
  }
  .binside h1 {
    font-size: 13px;
    color: #333333;
  }
  .binside .dp {
    font-size: 12px;
  }
  .newsR .binside {
    padding: 8px;
  }
  .pays .desc {
    padding-left: 72px;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    margin-top: 12px;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .mtzx-main .itab > div {
    padding: 7px 8px;
  }
  .tR {
    display: none;
  }
  .tit .tL {
    width: 100%;
  }
  .ind-main .yyly {
    margin-top: 30px;
  }
  .hone p {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    z-index: 999;
  }
  .detailst .newsL {
    width: 100%;
  }
  .newsR {
    width: 100%;
  }
  .detailst {
    flex-wrap: wrap;
  }
  .newsR .binside {
    width: 48.75%;
    padding: 8px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    transition: all 0.3s linear;
  }
  .binside .dp {
    font-size: 12px;
  }
  .theim .son {
    width: 100%;
    margin-top: 10px;
  }
  .theim {
    flex-wrap: wrap;
  }
  .pays .desc {
    padding-left: 72px;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    margin-top: 12px;
  }
  .mtzx-main {
    background-color: #fafafa;
    margin-top: 35px;
    padding-top: 30px;
  }
  .rtle .dl {
    width: 22%;
  }
}
