@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;
  max-height: 700px;
  background: #c61c20;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 26.76%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 22, 35, 0.2) 100%);
  pointer-events: none;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 17.89%;
  opacity: 0.4;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); */
  pointer-events: none;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
  object-fit: cover;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .banner .slick-slide img {
    transform: scale(1);
  }
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-slide a .pic {
  padding-top: 29.85%;
}

.banner a:hover .pic img {
  transform: none;
}

.banner a:hover .pic .a {
  transform: none;
  width: 100%;
  height: 100%;
}

.banner .slick-slide .a {
  top: 0;
  left: 0;
  /* transform: scale(1.1); */
  transform: none;
  transition: all 5s ease-out;
  background-position: center 36%;
}

.banner .img_scale .a {
  /* transform: scale(1);*/
}

.banner .slick-slide h3 {
  position: absolute;
  bottom: 0.4rem;
  left: 2.1rem;
  right: 4rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 1;
}

.banner .slick-dots {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.27rem;
  font-size: 0;
  z-index: 1;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.05rem;
  padding: 0;
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #B7B7B7;
  border-radius: 50%;
  font-size: 0;
  opacity: 1;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: #fff;
  border-color: #fff;
}

.banner .slick-dots li button {
  display: none;
}

/* 
.banner .slick-prev,
.banner .slick-next {
  top: auto;
  transform: none;
  bottom: 0.73rem;
  width: 0.63rem;
  height: 0.54rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.23rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: auto;
  right: 4.58rem;
  border-right: 0 !important;
  background-image: url(../images/ban-prev.png);
}

.banner .slick-next {
  right: 3.95rem;
  border-left: 0 !important;
  background-image: url(../images/ban-next.png);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(101, 8, 117, 0.11);
  border: 1px solid #650875;
} */

/* 
.down-page {
  position: absolute;
  width: 0.89rem;
  height: 0.89rem;
  line-height: 0.89rem;
  left: 50%;
  bottom: 0.23rem;
  transform: translateX(-50%);
  z-index: 99;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}

.down-page::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.down-page>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 0.27rem;
  animation: move 1.5s infinite ease-in-out;
  cursor: pointer;
}

@keyframes move {

  0%,
  100% {
    top: 45%;
  }

  50% {
    top: calc(45% + 0.1rem);
  }
} */

/*首页样式*/
.title {
  position: relative;
  z-index: 1;
  margin-bottom: 0.3rem;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-size: 0.42rem;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 1;
  margin-top: 0.08rem;
}

.tit-c h3 b {
  color: #04468a;
}

.tit-c p {
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #d9d9d9;
  display: flex;
  align-items: center;
}

.tit-c p::before {
  content: '';
  display: block;
  border-top: 1px solid #ff9000;
  width: 0.3rem;
  margin-right: 0.05rem;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.42rem;
  letter-spacing: normal;
  background: url(../images/more1.png) no-repeat left center;
  background-size: 0.38rem auto;
  padding-left: 0.18rem;
  color: #213f73;
  transition: all 0.5s;
}

.more a:hover {
  color: #ff9000 !important;
  background-image: url(../images/more3.png) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.title.white .tit-c::after {
  background: url(../images/tit2.png) no-repeat center center / 100% 100%;
}

.title.white .tit-c h3 {
  color: #fff;
}

.title.white .tit-c h3 b {
  color: #ff9000;
}

.title.white .tit-c p {
  color: #d9d9d9;
}

.title.white .more a {
  color: #fff;
  background-image: url(../images/more2.png);
}

/*主体*/

/* section1 */
.index {
  background: url(../images/index-bg.png) no-repeat center top / cover;
}

.section1 {}

.s1 {
  padding: 0.25rem 0 0.3rem 0;
  border-bottom: 1px solid #C61700;
  position: relative;
  z-index: 1;
}

.s1::after {
  content: '';
  position: absolute;
  bottom: 0.04rem;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #C61700;
  z-index: -1;
}

.s1-t {
  text-align: center;
}

.s1-t h2 a {
  display: block;
  font-size: 0.26rem;
  color: #B7282E;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.s1-t h2 a img {
  vertical-align: middle;
  width: 0.6rem;
}

.s1-t p {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.22rem;
  margin: 0 auto;
  margin-top: 0.08rem;
}

.s1-t p a {
  display: inline-block;
  margin: 0 0.1rem;
  color: #c61700;
  font-size: 0.26rem;
  color: #B7282E;
  font-weight: bold;
}

.s1-t p a:hover {
  font-weight: 600;
}

.tit {
  position: relative;
  margin-bottom: 0.24rem;
}

.tit h3 {
  font-size: 0.22rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #1D5799;
}

.tit .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #999999;
  background: url(../images/more1.png) no-repeat right center / 0.09rem auto;
  padding-right: 0.15rem;
  transition: all 0.5s;
}

.tit .more:hover {
  color: #1D5799;
  background-image: url(../images/more2.png);
}

.list1 li {
  line-height: 0.42rem;
  font-size: 0.16rem;
}

.list1 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  border-bottom: 1px solid #D8D8D8;
}

.list1 li a::before {
  content: "";
  width: 0.1rem;
  height: 0.07rem;
  background: url(../images/list-d.png) no-repeat left center;
  background-size: 100% auto;
  margin-right: 0.1rem;
  flex-shrink: 0;
}

.list1 li a .line1 {
  flex: 1;
  min-width: 0;
  font-weight: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  transition: all 0.3s;
  display: block;

}

.list1 li a em {
  font-style: normal;
  color: #999;
  margin-left: 0.15rem;
  flex-shrink: 0;
}

.list1 li a:hover .line1 {
  color: #1D5799;
  font-weight: bold;
}

.section2 {
  padding: 0.33rem 0 0 0;
}

.s2-l {
  width: 65.5%;
}

.s2-r {
  width: 31%;
}

.s2-ll {
  width: 47.32%;
}

.s2-lr {
  width: 47.32%;
}

.s2-swiper {
  width: 100%;
  position: relative;
}

.s2-swiper .pich .pic {
  padding-top: 59.32%;
}

.s2-swiper .txt {
  font-size: 0.16rem;
  color: #fff;
  background: #3333335c;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 .8rem 0 0.1rem;
  height: 0.55rem;
  line-height: 0.55rem;
}

.s2-swiper .swiper-pagination {
  bottom: 0.26rem;
  right: 0.15rem;
  left: auto;
  width: auto;
  font-size: 0;
}

.s2-swiper .swiper-pagination-bullet {
  width: 0.04rem;
  height: 0.04rem;
  margin-right: 0.1rem;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
}

.s2-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.section3 {
  padding: 0.5rem 0;
}

.section3 .wp {
  display: flex;
  justify-content: space-between;
}

.s3-k {
  width: 31%;
}

.section4 {
  padding: 0 0 0.8rem 0;
}

.section4 .wp {
  display: flex;
  justify-content: space-between;
}

.s4-k {
  width: 31%;
}

.s4-r {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.s4-pic {
  position: relative;
  margin-bottom: 0.15rem;
}

.s4-pic .pich .pic {
  padding-top: 57.71%;
}

.s4-pic .pich .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  opacity: 0.9;
  background: linear-gradient(0deg, rgba(4, 5, 6, 0.8) 0%, rgba(4, 5, 6, 0) 100%);
}

.s4-pic .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 0.15rem 0.15rem 0.15rem;
  box-sizing: border-box;
}

.s4-pic .txt span {
  display: block;
  font-style: normal;
  font-size: 0.16rem;
  color: #fff;
}

.s4-pic .txt .line1 {
  font-size: 0.2rem;
  font-weight: normal;
  color: #fff;
}

/* 侧栏 */
#cl {
  position: absolute;
  right: 0;
  bottom: 160px;
  transform: translateY(-50%);
  z-index: 9999;
}

#cl .clt {
  width: 0.68rem;
  height: 1.3rem;
  background: url(../images/cl.png) no-repeat center center / 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  right: 0;
  transition: all 0.5s;
}

#cl .clt>img {
  display: block;
  width: 0.16rem;
  margin-right: 0.11rem;
}

#cl .clt h3 {
  writing-mode: tb-rl;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.22rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

#cl.on .clt {
  /* right: -100%; */
}

#cl .cllist {
  position: absolute;
  right: -100%;
  top: 1.3rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  background: #fff;
  width: 100vw;
  max-width: 3.4rem;
}

#cl.on .cllist {
  right: 0;
  opacity: 1;
  visibility: visible;
}

#cl .cllist .t {
  background: #920C19;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 0.2rem;
  line-height: 0.35rem;
}

#cl .cllist .t h3 {
  font-size: 0.16rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFFFFF;
}

#cl .cllist .t .r {
  width: 0.35rem;
  height: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}

#cl .cllist .t .r img {
  transform: rotate(180deg);
  width: 0.11rem;
}

#cl .cllist ul {
  padding: 0.2rem;
}

#cl .cllist ul li+li {
  margin-top: 0.08rem;
}

#cl .cllist ul li a {
  display: block;
}

#cl .cllist ul li a h3 {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.22rem;
}

#cl .cllist ul li a .gd {
  text-align: right;
  font-size: 0.12rem;
  font-weight: normal;
  line-height: 0.2rem;
  margin-top: 3px;
}

#cl .cllist ul li:hover a h3 {
  font-weight: bold;
}







/* hover效果 */
@media screen and (min-width: 1025px) {}


@media screen and (max-width: 1024px) {

  .banner::after {
    content: none;
  }

  .banner .slick-dots {
    bottom: 0.1rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c p {
    font-size: 0.15rem;
  }

  .tit-c p::before {
    width: 0.15rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
    margin-top: 0.04rem;
  }

  .tit-c::after {
    width: 0.3rem;
    height: 0.27rem;
  }

  .more a {
    font-size: 0.15rem;
    line-height: 0.31rem;
    background-size: 0.28rem auto;
    padding-left: 0.12rem;
  }

  h3.bt {
    font-size: 0.18rem !important;
    line-height: 0.3rem !important;
  }

  .s1-t h2 a {
    font-size: 0.2rem;
  }

  .s1-t h2 a img {
    width: 0.44rem;
  }

  .s1-t p {
    font-size: 0.16rem;
  }

  .s1-t p a {
    margin: 0.04rem 0.1rem;
  }

  .section2 {
    padding: 0.3rem 0 0 0;
  }

  .tit {
    margin-bottom: 0.2rem;
  }

  .tit .more {
    font-size: 0.15rem;
  }

  .list1 li {
    line-height: 0.54rem;
  }

  .s2-l,
  .s2-r {
    width: 100%;
    float: none;
  }

  .s2-r {
    margin-top: 0.3rem;
  }

  .s2-ll,
  .s2-lr {
    width: 100%;
    float: none;
  }

  .s2-lr {
    margin-top: 0.2rem;
  }

  .section3 {
    padding: 0.3rem 0 0 0;
  }

  .section3 .wp,
  .section4 .wp {
    flex-wrap: wrap;
  }

  .s3-k,
  .s4-k,
  .s4-r {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .s4-rt {
    margin-bottom: 0.3rem;
  }

  .section4 {
    padding: 0;
  }

  #cl .clt {
    width: 0.5rem;
    height: 0.96rem;
  }

  #cl .clt h3 {
    font-size: 0.15rem;
    line-height: 0.2rem;
  }

  #cl .clt>img {
    width: 0.13rem;
    margin-right: 0.03rem;
  }

  #cl .cllist ul li a h3 {
    font-size: 0.16rem;
  }

  #cl .cllist ul li a .gd {
    font-size: 0.14rem;
  }

  #cl .cllist {
    top: 0.96rem;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 374px) {}