@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: 999;
}

.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.2rem;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 8;
}

.banner .slick-dots li {
  vertical-align: middle;
  width: 0.12rem;
  height: 0.12rem;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin: 0 0.1rem;
  padding: 0;
  position: relative;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: #fff;
}

.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.3rem;
}

.banner .slick-next {
  right: inherit;
  left: 50%;
  margin-left: 1.3rem;
} */

/*首页样式*/
.title {
  position: relative;
  z-index: 1;
  margin-bottom: 0.5rem;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  display: flex;
  align-items: flex-end;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
}

.tit-c h3 span {
  display: block;
  margin-left: 0.12rem;
  font-family: Georgia;
  font-weight: 400;
  font-size: 0.14rem;
  color: #888;
}

.tit-c h3 span i {
  display: inline-block;
  vertical-align: 0.05rem;
  width: 0.3rem;
  border-top: 1px solid #0F4EB8;
  margin-right: 0.1rem;
}


.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.more a {
  display: block;
  font-size: 0.16rem;
  color: #999999;
  transition: all 0.5s;
}

.more:hover a {
  color: #0F4EB8;
}

/*主体*/
.index {
  background: url(../images/index-bg.png) no-repeat center;
  background-size: cover;
}

.section1 {
  padding: 0.5rem 0 0.37rem 0;
  overflow: hidden;
}

.s1-c {
  overflow: hidden;
}

.s1-c ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}

.s1-c ul li {
  width: 25%;
}

.s1-c ul li a {
  display: block;
  margin: 0 0.2rem;
}

.s1-c ul li .pic {
  padding-top: 65.625%;
}

.s1-c ul li .tx {
  background: rgba(244, 244, 244, 0.4);
  border: 1px solid #E8E8E8;
  border-top: 0;
  padding: 0.15rem 0.18rem 0.3rem 0.18rem;
}

.s1-c ul li .tx h3 {
  font-size: 0.18rem;
  line-height: 0.28rem;
  height: 0.56rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #333333;
  transition: all 0.5s;
}

.s1-c ul li .tx span {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.16rem;
  color: #A4A4A4;
  transition: all 0.5s;
}

.s1-c ul li:hover .tx h3 {
  color: #0F4EB8;
}

.s1-c ul li:hover .tx span {
  color: #0F4EB8;
  opacity: 0.5;
}

/* section2 */
.section2 {
  overflow: hidden;
  padding-bottom: 0.1rem;
}

.s2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s2-c .title {
  margin-bottom: 0.4rem;
}

.s2-l {
  width: 51.21%;
}

/* 
.s2-ltt a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.s2-ltt a .pic {
  width: 26.49%;
  padding-top: 2.27rem;
  margin-right: 0.22rem;
}

.s2-ltt a .txbox {
  flex: 1;
  min-width: 0;
}

.s2-ltt a .txbox h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #3D3D3D;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s2-ltt a .tx {
  margin-top: 0.33rem;
}

.s2-ltt a .tx p {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 0.14rem;
  padding-left: 0.25rem;
}

.s2-ltt a .tx p:first-child {
  background-image: url(../images/s2-licon1.png);
}

.s2-ltt a .tx p:nth-child(2) {
  background-image: url(../images/s2-licon2.png);
}

.s2-ltt a .tx p:nth-child(3) {
  background-image: url(../images/s2-licon3.png);
}

.s2-l ul li {
  overflow: hidden;
  margin-top: 0.24rem;
  position: relative;
  z-index: 1;
  left: 0;
  transition: all 0.5s;
}

.s2-l ul li span {
  float: right;
  display: block;
  font-size: 0.16rem;
  color: #999999;
  margin-left: 0.2rem;
  transition: all 0.5s;
}

.s2-l ul li a {
  display: block;
  font-size: 0.18rem;
  color: #3D3D3D;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 0.2rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-l ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.04rem;
  height: 0.04rem;
  background: #3D3D3D;
  border-radius: 50%;
}

.s2-l ul li:hover {
  left: 0.05rem;
}

.s2-l ul li:hover a {
  color: #0F4EB8;
}

.s2-l ul li:hover span {
  color: #0F4EB8;
  opacity: 0.8;
} */

.s2-l ul li a {
  display: block;
  transition: all 0.5s;
}

.s2-l ul li .hide {
  display: none;
}

.s2-l ul li .show {
  overflow: hidden;
  line-height: 0.5rem;
}

.s2-l ul li .show span {
  float: right;
  display: block;
  font-size: 0.16rem;
  color: #999999;
  margin-left: 0.2rem;
  transition: all 0.5s;
}

.s2-l ul li .show h3 {
  font-size: 0.18rem;
  color: #3D3D3D;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 0.2rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-l ul li .show h3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.04rem;
  height: 0.04rem;
  background: #3D3D3D;
  border-radius: 50%;
}



.s2-l ul li .hide .pic {
  width: 26.49%;
  padding-top: 2.27rem;
  margin-right: 0.22rem;
}

.s2-l ul li .hide .txbox {
  flex: 1;
  min-width: 0;
}

.s2-l ul li .hide .txbox h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #3D3D3D;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s2-l ul li .hide .tx {
  margin-top: 0.33rem;
}

.s2-l ul li .hide .tx p {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 0.14rem;
  padding-left: 0.25rem;
}

.s2-l ul li .hide .tx p:first-child {
  background-image: url(../images/s2-licon1.png);
}

.s2-l ul li .hide .tx p:nth-child(2) {
  background-image: url(../images/s2-licon2.png);
}

.s2-l ul li .hide .tx p:nth-child(3) {
  background-image: url(../images/s2-licon3.png);
}

.s2-l ul li.on {
  padding: 0.1rem 0;
}

.s2-l ul li.on .hide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.s2-l ul li.on .show {
  display: none;
}


.s2-r {
  width: 43.71%;
}

.s2-r ul li+li {
  /* margin-top: 0.24rem; */
}

.s2-r ul li a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0.118rem 0;
}

.s2-r ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.2rem;
  width: 0;
  background: #0F4EB8;
  z-index: -1;
  transition: all 0.5s;
}

.s2-r ul li a .date {
  text-align: center;
  border-right: 1px solid #e5e5e5;
  padding-right: 0.15rem;
  margin-right: 0.15rem;
}

.s2-r ul li a .date b {
  display: block;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #999999;
  transition: all 0.5s;
}

.s2-r ul li a .date span {
  display: block;
  font-size: 0.15rem;
  color: #888888;
  transition: all 0.5s;
}

.s2-r ul li h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
  height: 0.56rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s2-r ul li:hover a::before {
  width: calc(100% + 0.4rem);
}

.s2-r ul li:hover a .date b {
  color: #fff;
}

.s2-r ul li:hover a .date span {
  color: #fff;
}

.s2-r ul li:hover h3 {
  color: #fff;
}

/* section3 */
.section3 {
  padding: 0.6rem 0 0.56rem 0;
}

.s3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3-l {
  width: 51.21%;
}

.s3-r {
  width: 43.71%;
}

.s3-c ul li a {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #D8D8D8;
  position: relative;
  z-index: 1;
}

.s3-c ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.2rem;
  width: 0;
  background: #0F4EB8;
  z-index: -1;
  transition: all 0.5s;
}

.s3-c ul li a .span {
  display: block;
  font-family: Arial;
  font-size: 0.2rem;
  line-height: 0.72rem;
  color: #333333;
  margin-right: 0.35rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s3-c ul li a .span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.17rem;
  height: 0.16rem;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  z-index: -1;
  transition: all 0.5s;
}

.s3-c ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.72rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.s3-c ul li:hover a::before {
  width: calc(100% + 0.4rem);
}

.s3-c ul li:hover a .span {
  color: #fff;
}

.s3-c ul li:hover a .span::after {
  border-right-color: rgba(255, 255, 255, 0.3);
}

.s3-c ul li:hover a h3 {
  color: #fff;
}

/* section4 */
.section4 {}

.section4 .title {
  text-align: center;
}

.s4-c {
  overflow: hidden;
}

.s4-c ul {
  margin: 0 -0.15rem;
}

.s4-c .slick-list {
  padding-bottom: 0.4rem;
}

.s4-c li {
  position: relative;
  z-index: 1;
  padding-top: 0.16rem;
}

.s4-c li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: -1;
}

.s4-c li a {
  display: block;
  margin: 0 0.15rem;
}

.s4-c li a .pic {
  padding-top: 62.5%;
}

.s4-c li a .tx {
  padding: 0.16rem 0.1rem 0.28rem 0.1rem;
}

.s4-c li a .tx h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: center;
  color: #2C2C2C;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s4-c li:hover::before {
  opacity: 1;
  visibility: visible;
  background: #FFFDFC;
  border-bottom: 0.03rem solid #0F4EB8;
  box-shadow: 0px 0.09rem 0.28rem 0px rgba(103, 128, 228, 0.15);
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width:1024px) {
  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c h3 span {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .title {
    margin-bottom: 0.3rem;
  }

  .section1 {
    padding: 0.4rem 0;
  }

  .s1-c ul {
    margin: 0 -0.1rem;
  }

  .s1-c ul li {
    width: 50%;
  }

  .s1-c ul li:nth-child(3),
  .s1-c ul li:nth-child(4) {
    margin-top: 0.3rem;
  }

  .s1-c ul li .tx h3 {
    font-size: 0.2rem;
  }

  .s1-c ul li a {
    margin: 0 0.1rem;
  }

  .s1-c ul li .tx {
    padding: 0.2rem;
  }

  .s2-l {
    width: 100%;
  }

  .s2-r {
    width: 100%;
    margin-top: 0.4rem;
  }

  .s2-ltt a .txbox h3,
  .s2-l ul li a {
    font-size: 0.2rem;
  }

  .s2-l ul li span {
    font-size: 0.18rem;
  }

  .s2-ltt a .pic {
    width: 1.9rem;
    padding-top: 2.27rem;
  }

  .s2-r ul li h3 {
    font-size: 0.2rem;
  }

  .s2-r ul li a .date span {
    font-size: 0.16rem;
  }

  .s3-l,
  .s3-r {
    width: 100%;
  }

  .s3-r {
    margin-top: 0.3rem;
  }

  .s3-c ul li a h3 {
    font-size: 0.2rem;
  }

  .section4 .title {
    text-align: left;
  }

  .s4-c li a .tx {
    padding: 0.16rem 0.1rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .tit-c h3 span i {
    width: 0.15rem;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}