﻿@charset "utf-8";

.ban {
  width: 100%;
  position: relative;
}

.ban .swiper-slide {
  width: 100%;
  /* height: 550px; */
  height: 440px;
}

.ban .swiper-pagination {
  bottom: 20px !important;
}

.ban .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}

.ban .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border: #fff 1px solid;
}

.ban .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 16px;
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -9px;
  border: #fff 1px solid;
  height: 16px;
  border-radius: 8px;
}

.ban .swiper-slide .bg1 {
  position: absolute;
  /* height: 550px; */
  height: 440px;
  overflow: hidden;
  width: 100%;
  left: 0px !important;
  top: 0px;
  z-index: 5;
}

.ban .swiper-slide .bg1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 7.6s linear;
  -moz-transition: transform 7.6s linear;
  -o-transition: transform 7.6s linear;
  -ms-transition: transform 7.6s linear;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
}

/* .ban .swiper-slide.swiper-slide-active .bg1 img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
} */

/* .ban .swiper-slide::after {
  background: url(../images/bantxtbg.png) center center no-repeat;
  width: 100%;
  left: 0;
  top: 135px;
  content: "";
  position: absolute;
  height: 222px;
  z-index: 5
} */

.ban .swiper-slide .word {
  position: absolute;
  left: 50%;
  margin-left: -620px;
  width: 680px;
  height: 222px;
  top: 50%;
  margin-top: -101px;
  z-index: 10;
}

.ban .swiper-slide .word h4 {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  transform: translateY(20px);
  filter: alpha(opacity=0);
  /* IE */
  -moz-opacity: 0;
  /* 老版Mozilla */
  -khtml-opacity: 0;
  /* 老版Safari */
  opacity: 0;
  /* 支持opacity的浏览器*/
  transition: all .2s linear .4s;
  -webkit-transition: all .2s linear .4s;
}

.ban .swiper-slide .word h3 {
  font-size: 58px;
  color: #fff;
  line-height: 60px;
  margin: 15px 0 15px 0;
  transform: translateY(20px);
  filter: alpha(opacity=0);
  /* IE */
  -moz-opacity: 0;
  /* 老版Mozilla */
  -khtml-opacity: 0;
  /* 老版Safari */
  opacity: 0;
  /* 支持opacity的浏览器*/
  transition: all .2s linear .2s;
  -webkit-transition: all .2s linear .2s;
  font-weight: bold;
}


.ban .swiper-slide.swiper-slide-active .word h4 {
  transform: translateY(0);
  filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1;
  /* 老版Mozilla */
  -khtml-opacity: 1;
  /* 老版Safari */
  opacity: 1;
  /* 支持opacity的浏览器*/

}

.ban .swiper-slide.swiper-slide-active .word h3 {
  transform: translateY(0);
  filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1;
  /* 老版Mozilla */
  -khtml-opacity: 1;
  /* 老版Safari */
  opacity: 1;
  /* 支持opacity的浏览器*/
}

.ban .swiper-slide.swiper-slide-active .word a.xq {
  transform: translateY(0);
  filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1;
  /* 老版Mozilla */
  -khtml-opacity: 1;
  /* 老版Safari */
  opacity: 1;
  /* 支持opacity的浏览器*/
}


.gallery-top {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.gallery-top .swiper-slide .t_p {
  width: 55%;
  float: left;
  position: relative;
}

.gallery-top .swiper-slide .t_p img {
  width: 100%;
  height: auto;
  max-height: 300px;
  display: block;
  border: 1px solid rgba(255, 255, 255);

  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  object-fit: cover; */
}

.gallery-top .swiper-slide .w_z {
  width: 44%;
  height: 100%;
  max-height: 300px;
  padding: 15px 1px 15px 15px;
  float: right;
  box-sizing: border-box;
}

.gallery-top .swiper-slide .w_z p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.gallery-top .swiper-slide .w_z h4 {
  font-size: 14px;
  margin-top: 15px;
  color: #666;
  float: right;
}

.gallery-top .swiper-pagination {
  bottom: 10px !important;
  text-align: left;
}

.gallery-top .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0465b4
}

.h30 {
  height: 30px;
}

.my20 {
  margin-left: 2%;
}

.ztkd {
  width: 32%;
  float: left;
  background: #fff;
  padding: 5px 13px;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.ztkd1 {
  height: 382px;
}

.ztkd2 {
  height: 266px;
}

.sy_bt {
  width: 100%;
  margin: 0px auto;
  border-bottom: 1px solid #ddd;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  color: #0465b4;
  font-weight: bold;
  margin-bottom: 25px;
}

.sy_bt a {
  float: right;
  margin-top: 8px;
  width: 52px;
  font-size: 14px;
  font-weight: normal;
  height: 24px;
  background-color: #e7e7e7;
  text-align: center;
  line-height: 24px;
  display: block;
  border-radius: 4px;
}

.list {
  padding-top: 0px;
}

.list ul li {
  overflow: hidden;
  border-bottom: 1px #eee dashed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.list ul li .time {
  float: right;
  font-size: 14px;
  color: #999;
  margin-left: 10px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.list li .desc {
  font-size: 16px;
  color: #333;
  height: 24px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list li .desc a {
  color: #333;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  overflow: hidden;
  background: url(../images/dian2.png) no-repeat center left;
  background-size: auto;
  padding-left: 15px;
}

.list li:hover .desc a,
.ul-txt-q li:hover .time {
  color: #0465b4
}

.list li:hover .desc a {
  color: #0465b4;
  background: url(../images/dian2s.png) no-repeat center left
}

.rqlb {
  width: 100%;
}

.rqlb ul li {
  padding: 8px 0px;
}

.rqlb ul li .rq {
  width: 64px;
  border-radius: 5px;
  background: #eee;
  text-align: center;
  font-size: 14px;
  font-family: Arial;
  color: #999;
  float: left;
  padding: 6px 0px;
  transition: all .3s;
}

.rqlb ul li:hover .rq {
  background: #0465b4;
  color: #fff;
}

.rqlb ul li:hover .rq font {
  color: #fff;
}

.rqlb ul li .rq font {
  color: #0465b4;
  font-size: 22px;
  display: block;
  font-weight: bold;
}

.rqlb ul li .wz {
  width: calc(100% - 74px);
  float: right;
}

.rqlb ul li .wz h1 {
  font-size: 16px;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rqlb ul li .wz p {
  font-size: 14px;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rqlb ul li span {
  float: right;
  color: #999;
  font-family: Arial;
}



@media only screen and (max-width:1441px) {

  .ban .swiper-slide {
    width: 100%;
    height: 40vh;
  }

  .ban .swiper-slide .bg1 {
    height: 40vh;
  }

  /* .ban .swiper-slide::after {
    background: url(../images/bantxtbg.png) center center no-repeat;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -111px;
  } */



}

@media only screen and (max-width:1368px) {

  .ban .swiper-slide .word h3 {
    font-size: 46px;
    line-height: 50px;
    margin: 15px 0 10px 0;
  }

  /* .ban .swiper-slide::after {
    margin-top: -100px;
    height: 180px
  } */

}


@media only screen and (max-width:1200px) {
  .my20 {
    margin-left: 0;
  }

  .ban .swiper-slide {
    height: 14rem;
  }

  .ban .swiper-slide .bg1 {
    height: 14rem;
  }

  .ban .swiper-slide .bg1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ban .swiper-slide .word {
    left: 5%;
    margin-left: 0px;
    width: 90%;
    height: 160px;
    margin-top: -80px;
  }

  .ban .swiper-slide .word h3 {
    font-size: 30px;
    line-height: 32px;
    margin: 15px 0 15px 0;
  }

  .ban .swiper-slide .word h4 {
    display: block;
    font-size: 16px;
  }

  /* .ban .swiper-slide::after {
    background: url(../images/bantxtbg.png) center center / cover no-repeat;
    top: 50%;
    height: 160px;
    margin-top: -80px;
  } */

  .gallery-top .swiper-slide .w_z h4 {
    text-align: right
  }

  .rqlb ul li .rq {
    width: 22%;
    padding: 10px 0;
  }

  .rqlb ul li .wz {
    width: 75%;
  }

  .rqlb ul li .wz h1 {
    line-height: 30px;
  }

  .ztkd {
    width: 100%;
  }

  .ztkd1 {
    height: 100%;
  }

  .ztkd2 {
    height: 100%;
  }
}

@media only screen and (max-width:600px) {

  .ban .swiper-slide .word h3 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .ban .swiper-slide .word h4 {
    font-size: 1.2rem;
    margin-top: 8px;
  }

  .ban .swiper-pagination {
    bottom: 10px !important;
  }

  .gallery-top .swiper-slide .w_z p {
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }

  .gallery-top .swiper-slide .w_z h4 {
    margin-top: 10px;
  }

  .gallery-top .swiper-slide .w_z {
    height: auto;
    padding: 5px 15px;
  }

  .rqlb ul li .rq {
    width: 20%;
  }

  .rqlb ul li .wz {
    width: 76%;
  }

  /* .ban .swiper-slide::after {
    height: 10rem;
    margin-top: -5rem;
  } */

  .ban .swiper-slide .word {
    height: 10rem;
    margin-top: -5rem;
  }
}