@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.banner .slick-slide {
  overflow: hidden;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-dots {
  max-width: 14rem;
  margin: 0 auto;
  bottom: 0.55rem;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 8;
}

.banner .slick-dots li {
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 0.23rem;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px dashed #FFFFFF;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active::after {
  width: 0.32rem;
  height: 0.32rem;
  visibility: visible;
  opacity: 1;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-prev,
.banner .slick-next {
  width: 0.28rem;
  height: 0.28rem;
  top: inherit;
  transform: none;
  bottom: 0.47rem;
  z-index: 9;
}

.banner .slick-prev {
  left: inherit;
  right: 50%;
  margin-right: 1.5rem;
  background: url(../images/ban_prev.png) no-repeat;
  background-size: 100% 100%;
}

.banner .slick-next {
  right: inherit;
  left: 50%;
  margin-left: 1.5rem;
  background: url(../images/ban_next.png) no-repeat;
  background-size: 100% 100%;
}

/*首页样式*/
.in-pc {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 998;
}

.in-pc img {
  display: block;
  max-width: 2rem;
}

/*主体*/
.section-bg {
  padding-bottom: 1.24rem;
  background: url(../images/section-bg.png) no-repeat center bottom;
}

.section1 {}

.section_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.45rem;
}

.section_c>div {
  width: 48.42%;
}

.jdt .slick-slider {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.jdt ul li a {
  display: block;

}

.jdt ul li .img_bg {
  height: 4.3rem;
}

.jdt ul li .jdt-tx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.72rem;
  padding: 0 0.2rem;
}

.jdt ul li .jdt-tx h3 {
  width: calc(100% - 1rem);
  font-size: 0.2rem;
  font-weight: bold;
  color: #2F2F2F;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
}

.jdt ul li:hover .jdt-tx h3 {
  color: #07378D;
}

.jdt ul li .jdt-tx p {
  font-size: 0.16rem;
  color: #0A58A6;
}

.jdt .slick-dots {
  width: auto;
  right: 0.26rem;
  bottom: 0.95rem;
}

.jdt .slick-dots li {
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  margin: 0 0.08rem;
  background: rgba(255, 255, 255, 0.8);
}

.jdt .slick-dots li button {
  display: none;
}

.jdt .slick-dots li.slick-active {
  background: #116EC9;
}

.qh-tit {
  position: relative;
  height: 0.54rem;
  background: #F6F6F6;
  margin-top: 0.07rem;
}

.qh-tit ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.qh-tit ul li {
  height: 100%;
  line-height: 0.5rem;
  width: 1.64rem;
  padding-left: 0.23rem;
  font-size: 0.2rem;
  color: #262626;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.qh-tit ul li::before {
  content: '';
  position: absolute;
  top: -0.07rem;
  left: 0;
  width: 100%;
  height: 0.61rem;
  background: url(../images/qh-titon.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.qh-tit ul li.on {
  font-size: 0.22rem;
  font-weight: 700;
  color: #fff;
}

.qh-tit ul li.on::before {
  visibility: visible;
  opacity: 1;
}

.qh-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  transition: all 0.5s;
}

.qh-more a {
  display: none;
  font-size: 0.16rem;
  line-height: 0.54rem;
  letter-spacing: 0em;
  color: #0A58A6;
}

.qh-more:hover {
  right: 0.15rem;
}

.qh-more a.on {
  display: block;
}

.qh-bd {
  position: relative;
  margin-top: 0.1rem;
}

.qh-bd>ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.qh-bd>ul.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.qh-bd>ul li {
  overflow: hidden;
  line-height: 0.54rem;
  border-bottom: 1px dashed #C5C5C5;
  position: relative;
  transition: all 0.5s;
}

.qh-bd>ul li:last-child {
  border-bottom: none;
}

.qh-bd>ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #116EC9;
  transition: all 0.5s;
}

.qh-bd>ul li:hover {
  border-bottom-color: transparent;
}

.qh-bd>ul li:hover::after {
  width: 100%;
}

.qh-bd>ul li span {
  float: right;
  font-size: 0.18rem;
  color: #9E9E9E;
  padding-left: 0.15rem;
}

.qh-bd>ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 0.18rem;
  padding-left: 0.2rem;
  position: relative;
  transition: all 0.5s;
}

.qh-bd>ul li:hover a {
  color: #116EC9;
}

.qh-bd>ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #116EC9;
}



.section2 {
  margin-top: 0.45rem;
}

.s2-c {
  background: #EBF4FC;
  padding-top: 0.24rem;
  padding-bottom: 0.46rem;
}

.s2-c ul li a {
  display: block;
  padding-top: 0.1rem;
  margin: 0 0.1rem;
}

.s2-c ul li a .s2-cicon {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
  border: 1px solid rgba(10, 88, 166, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.s2-c ul li a .s2-cicon img {
  max-width: 0.4rem;
  max-height: 0.4rem;
  transition: all 0.5s;
}

.s2-c ul li:hover a .s2-cicon img {
  transform: scale(1.05);
}

.s2-c ul li a .s2-cicon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 0.05rem;
  border: 1px dashed rgba(10, 88, 166, 0.5);
  border-radius: 50%;
  transition: all 0.5s;
}

.s2-c ul li:hover a .s2-cicon::after {
  animation: circle 10s linear;
}

@keyframes circle {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.s2-c ul li a h3 {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  max-height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  margin-top: 0.17rem;
  transition: all 0.5s;
}

.s2-c ul li:hover a h3 {
  color: #116EC9;
}

.s2-c .slick-dots{
  font-size:0;
  bottom: -16px;
}
.s2-c .slick-dots button{
  display:none;
}

.s2-c .slick-dots li{
  width:10px;
  height:10px;
  background: #116EC9;
  border-radius:50%;
  opacity:.4
  
}
.s2-c .slick-dots li.slick-active{
  opacity:1;
}

.section3 {
  margin-top: 0.7rem;
}

.s3-c ul {
  margin: 0 -0.12rem;
}

.s3-c ul li:hover a h3 {
  color: #116EC9;
}

.s3-c ul li a {
  display: block;
  margin: 0 0.12rem;
}

.s3-c ul li a .pic {
  padding-top: 52.87%;
}



@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {
  .in-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
  .banner .slick-dots {
    bottom: 0.25rem;
  }

  .banner .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.18rem;
  }

  .banner .slick-dots li.slick-active::after {
    width: 0.22rem;
    height: 0.22rem;
  }

  .section-bg {
    padding-bottom: 0.5rem;
  }

  .section_c {
    margin-top: 0.3rem;
  }

  .section_c>div {
    width: 100%;
  }

  .section_c>div:nth-child(2) {
    margin-top: 0.3rem;
  }

  .jdt ul li .img_bg {
    height: auto;
    padding-top: 63.75%;
  }

  .jdt .slick-dots {
    right: 0.16rem;
    bottom: 0.85rem;
  }

  .jdt .slick-dots li {
    width: 0.09rem;
    height: 0.09rem;
  }

  .section2 {
    margin-top: 0.3rem;
  }

  .s2-c {
    padding-bottom: 0.3rem;
  }
  .s2-c .slick-dots{
    bottom:-9px
  }

  .section3 {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}