@charset "utf-8";
.swiper {
  height: 100%;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-size: 0;
}
.sjt {
  overflow: hidden;
}
.sjt .sjt-bd {
  height: 31rem;
  margin-top: 1.5625rem;
  overflow-x: scroll;
}
.sjt .sjt-bd .t-info {
  min-width: 75rem;
  height: 100%;
}
.sjt .sjt-bd::-webkit-scrollbar {
  width: auto;
  height: 0.25rem;
}
.sjt .sjt-bd::-webkit-scrollbar-track {
  background-color: #f8f8f8;
  opacity: 0.5;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.sjt .sjt-bd::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.sjt .sjt-hd {
  margin-top: 1.5625rem;
  padding: 1.875rem 0;
  background-color: #f5f6f8;
}
.sjt .sjt-hd ul {
  margin-right: -1.375rem;
}
.sjt .sjt-hd ul li {
  width: 20%;
  float: left;
  position: relative;
}
.sjt .sjt-hd ul li a {
  margin: 0 1.375rem 0 0;
  padding: 1.25rem 0.9375rem;
  color: #666666;
  text-align: center;
  border: 1px solid #dbe7f2;
  box-sizing: border-box;
  background-color: #fafbfc;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sjt .sjt-hd ul li a .img-tb img {
  height: 1.875rem;
  margin: 0 auto;
}
.sjt .sjt-hd ul li a .img-tb .img1 {
  display: block;
}
.sjt .sjt-hd ul li a .img-tb .img2 {
  display: none;
}
.sjt .sjt-hd ul li a .img-lm span {
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
  border-top: 1px solid #13559f;
  display: block;
}
.sjt .sjt-hd ul li .box {
  height: 0;
  position: absolute;
  left: 0;
  right: 1.375rem;
  bottom: 0;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.sjt .sjt-hd ul li:hover a,
.sjt .sjt-hd ul li.active a {
  margin-top: -1.5625rem;
  color: #ffffff;
  background: none;
  border: 0;
}
.sjt .sjt-hd ul li:hover a .img-tb .img1,
.sjt .sjt-hd ul li.active a .img-tb .img1 {
  display: none;
}
.sjt .sjt-hd ul li:hover a .img-tb .img2,
.sjt .sjt-hd ul li.active a .img-tb .img2 {
  display: block;
}
.sjt .sjt-hd ul li:hover a .img-lm span,
.sjt .sjt-hd ul li.active a .img-lm span {
  font-weight: bold;
  border-top: 1px solid #ffffff;
}
.sjt .sjt-hd ul li:hover .box,
.sjt .sjt-hd ul li.active .box {
  height: 10.5rem;
  background-color: #13559f;
  top: -2.8125rem;
}
.sjt .sjt-hd a,
.sjt .sjt-hd span,
.sjt .sjt-hd img {
  -webkit-transition: 0ms;
  -o-transition: 0ms;
  -moz-transition: 0ms;
  transition: 0ms;
}
.sjx {
  width: calc(50% - 0.78125rem);
  margin-top: 1.5625rem;
}
.sjx .sjx-hd ul li {
  width: 20%;
  float: left;
}
.sjx .sjx-hd ul li a {
  font-size: 1.1875rem;
  color: #13559f;
  font-weight: bold;
  display: block;
}
.sjx .sjx-hd ul li i {
  width: 0;
  height: 0.1875rem;
  margin-top: 0.625rem;
  background: #ffffff;
  display: block;
}
.sjx .sjx-hd ul li.active i {
  width: 2.5rem;
  background: #13559f;
}
.sjx .sjx-bd .x-info {
  margin-top: 0.3125rem;
  display: none;
}
.sjtj {
  margin: 1.25rem 0 -1.5625rem 0;
  padding: 1.875rem 0 3.125rem 0;
  background: url(../images/yjtc_bg_sjtj.png) no-repeat bottom center #f5f6f8;
  overflow: hidden;
}
.sjtj .main {
  position: relative;
  overflow: hidden;
}
.sjtj .hd-imgs {
  width: 16.875rem;
  margin: 0 auto;
  display: block;
}
.sjtj .bd {
  margin: 2.1875rem -2.1875rem 0 0;
}
.sjtj .bd .swiper .swiper-slide {
  width: 25%;
}
.sjtj .bd .swiper .swiper-slide a {
  height: 24.375rem;
  margin-right: 2.1875rem;
  padding: 0.5625rem;
  background-color: #ffffff;
  display: block;
  border: 1px solid #dbe7f2;
  overflow: hidden;
  box-sizing: border-box;
}
.sjtj .bd .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sjtj .bd .swiper .swiper-slide a:hover {
  background-color: #f5f6f8;
  border: 1px solid #ffffff;
}
.sjtj .bd .swiper .swiper-button-next,
.sjtj .bd .swiper .swiper-button-prev {
  width: 1.375rem;
  height: 2rem;
  margin-top: 0;
  left: auto;
  opacity: 1;
  background-color: rgba(19, 85, 159, 0.8);
}
.sjtj .bd .swiper .swiper-button-next {
  right: 0;
}
