@charset "UTF-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner-box {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
}

.banner .slick-slide a .pic {
  padding-top: 0;
  height: auto;
}

.banner .slick-slide a .pic video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.58rem;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  /*transform: scale(1.1);*/
}

.banner .slick-dots {
  max-width: 14rem;
  margin: 0 auto;
  bottom: 0.3rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.1rem;
  padding: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}


.banner .slick-dots li.slick-active {
  width: 0.56rem;
  background: #fff;
  border-radius: 0.4rem;
}

.banner .slick-dots li.slick-active::after {
  width: 0.21rem;
  height: 0.21rem;
  transform: translate(-50%, -50%) rotate(360deg);
}

.banner .slick-dots li button {
  display: none;
}

/* 
.banner .slick-prev,
.banner .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.08rem auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.6rem;
  background-image:;
}

.banner .slick-next {
  right: 0.6rem;
  background-image: ;
}

.banner:hover .slick-prev,
.banner:hover .slick-next {
  visibility: visible;
  opacity: 1;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.banner-box .gd {
  position: absolute;
  bottom: 0.55rem;
  left: 50%;
  margin-left: 7.435rem;
  z-index: 2;
}

.banner-box .gd a {
  display: block;
  border-left: 1px solid #fff;
  padding-left: 0.1rem;
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.5s;
}

.banner-box .gd a:hover {
  color: #991718;
} */

/*首页样式*/

.title {
  text-align: left;
  margin-bottom: 0.4rem;
  position: relative;
}

.tit-c {
  display: flex;
  align-items: center;
}

.tit-c>img {
  display: block;
  height: 0.3rem;
  margin-right: 0.12rem;
}

.tit-c h3 {
  font-size: 0.26rem;
}

.tit-c span {
  display: block;
  font-family: Arial;
  font-size: 0.16rem;
  margin-left: 0.1rem;
  margin-top: 0.14rem;
}

.more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.more a {
  display: block;
  font-size: 0.16rem;
  color: #666666;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.16rem auto;
  padding-right: 0.26rem;
  transition: all 0.5s;
}

.more a:hover {
  color: #164EAD;
  background: url(../images/more2.png) no-repeat right center;
  background-size: 0.16rem auto;
}

/*主体*/
.section1 {
  padding: 0.6rem 0 0 0;
  overflow: hidden;
}

.s1-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l {
  width: 54.28%;
}

.s1-lt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-lt ul li {
  width: 48.15%;
}

.s1-lt ul li:nth-child(3),
.s1-lt ul li:nth-child(4) {
  margin-top: 0.2rem;
}

.s1-lt ul li a {
  display: block;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.s1-l ul li a .pic {
  padding-top: 64.2%;
}

.s1-l ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 43.82%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.s1-l ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.1rem;
}

.s1-l ul li a .tx h3 {
  font-size: 0.18rem;
  line-height: 0.32rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
}

.s1-lb {
  padding-top: 0.1rem;
}

.gg-list li {
  display: flex;
  align-items: center;
  line-height: 0.32rem;
  margin-top: 0.11rem;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.gg-list li span {
  display: block;
  font-family: Bebas;
  font-size: 0.18rem;
  color: #999999;
  margin-right: 0.12rem;
  transition: all 0.5s;
}

.gg-list li a {
  flex: 1;
  min-width: 0;
  display: block;
  font-size: 0.16rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.gg-list li:hover {
  left: 0.05rem;
}

.gg-list li:hover span {
  color: #164EAD;
}


.s1-r {
  width: 41.14%;
}

.qh-tit ul {
  display: flex;
  align-items: center;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #D8D8D8;
}

.qh-tit ul li {
  width: 33.333%;
  font-size: 0.22rem;
  line-height: 0.28rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}

.qh-tit ul li::after {
  content: '';
  position: absolute;
  bottom: -0.15rem;
  left: 0;
  width: 0;
  border-bottom: 2px solid #164EAD;
  transition: all 0.5s;
}

.qh-tit ul li.on::after {
  width: 100%;
}

.qh-bd {
  position: relative;
  padding-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;
}

.s1-r .gg-list li {
  margin-top: 0.13rem;
}

.s1-rb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.1rem;
}

.s1-rb ul li {
  width: 48.09%;
  margin-top: 0.22rem;
}

.s1-rb ul li a {
  display: block;
  background-image: url("../images/s1-rbg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0.1rem 0.2rem;
  height: 1.16rem;
}

.s1-rb ul li:nth-child(2) a {
  background-image: url("../images/s1-rbg2.jpg");
}

.s1-rb ul li:nth-child(3) a {
  background-image: url("../images/s1-rbg3.jpg");
}

.s1-rb ul li:nth-child(4) a {
  background-image: url("../images/s1-rbg4.jpg");
}

.s1-rb ul li a .icon {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

.s1-rb ul li a .icon img {
  display: block;
  width: 0.2rem;
}

.s1-rb ul li:hover a .icon img {
  animation: icon-yh 1.5s linear;
}

.s1-rb ul li a .b {
  display: flex;
  justify-content: space-between;
  margin-top: 0.24rem;
  color: #fff;
  line-height: 0.28rem;
}

.s1-rb ul li a .b h3 {
  font-size: 0.16rem;
}

.s1-rb ul li a .b span {
  display: block;
  font-size: 0.12rem;
  position: relative;
}

.s1-rb ul li a .b span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  border-bottom: 1px solid #fff;
  transition: all 0.5s;
}

.s1-rb ul li:hover a .b span::after {
  transform: none;
}


/* 模块2 */

.section2 {
  padding: 0.85rem 0 1rem 0;
  overflow: hidden;
}

.s2-c {
  overflow: hidden;
}

.s2-c ul {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 0;
}

.s2-c ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.1rem;
  background: #FFFFFF;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
}

/* .s2-c ul li:first-child a {
  border-left: 0;
} */

.s2-c ul li a .icon {
  width: 0.5rem;
  height: 0.5rem;
  background: #EEF2FF;
  border: 0.03rem solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.s2-c ul li a .icon img {
  display: block;
  max-width: 0.32rem;
  max-height: 0.28rem;
}

.s2-c ul li a h3 {
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: center;
  margin-top: 0.04rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}


.s2-c ul li:hover a {
  background: url(../images/s2-libg.jpg) no-repeat center;
  background-size: cover;
}

.s2-c ul li:hover a .icon {
  background: #fff;
  border: 0.03rem solid rgba(255, 255, 255, 0.4);
}

.s2-c ul li:hover a h3 {
  color: #fff;
}

.s2-c ul li:hover a .icon img {
  animation: icon-yh 1.5s linear;
}






@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-slide a video {
    width: 100%;
    height: auto;
  }

  .banner .slick-dots {
    bottom: 0.25rem;
    text-align: center;
  }

  .gg-list li a {
    font-size: 0.18rem;
  }

  .gg-list li {
    margin-top: 0.2rem;
  }

  .s1-rb ul li a .b h3 {
    font-size: 0.16rem;
  }

  .section2 {
    padding: 0.4rem 0 0.4rem 0;
  }

  .s2-c ul li a h3 {
    font-size: 0.18rem;
  }

}

@media screen and (max-width: 920px) {
  .s1-l {
    width: 100%;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}