@charset "utf-8";

body {
  background: url(../images/index-bg.png) no-repeat center;
  background-size: cover;
}

.title {
  position: relative;
  text-align: center;
  /* margin-bottom: 0.22rem; */
}

.tit-c {
  display: inline-block;
  background: url(../images/tit-bg.png) no-repeat center bottom;
  background-size: 1.21rem auto;
  min-width: 2.17rem;
  text-align: center;
}

.tit-c h3 {
  font-family: sys-semibold;
  font-size: 0.36rem;
  font-weight: 600;
  line-height: 0.52rem;
  color: #004A99;
  background: url(../images/tit-czs.png) no-repeat center top;
  background-size: 2.17rem auto;
  padding: 0.23rem 0.37rem 0.3rem 0.36rem;
}

.more {
  position: absolute;
  right: 0;
  top: 0.38rem;
}

.more a {
  display: block;
  font-family: sys-semibold;
  width: 1rem;
  height: 0.35rem;
  line-height: 0.35rem;
  text-align: center;
  background: url(../images/more1.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 0.14rem;
  font-weight: 600;
  color: #004A99;
  transition: all 0.5s;
}

.more a:hover {
  background-image: url(../images/more3.png);
  color: #E7BF6F;
}

/* section1 */
.section1 {
  background: url(../images/bannertd.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 1.62rem;
  padding-bottom: 0.28rem;
}

.s1 {}

.s1-t {}

.search2 {
  border-radius: 0.12rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.15rem 0.29rem 0.15rem 0.38rem;
  position: relative;
  transition: all 0.5s;
}

.search2 .text {
  width: 100%;
  padding-right: 0.78rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  font-weight: 350;
  color: #fff;
  background: none;
}

.search2 .button {
  width: 0.4rem;
  height: 0.4rem;
  background: #E1B65E url(../images/fdj.png) no-repeat center;
  background-size: 0.23rem auto;
  border-radius: 50%;
  font-size: 0;
  position: absolute;
  top: 0.15rem;
  right: 0.29rem;
  cursor: pointer;
}

.search2 input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.search2 input::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.search2 input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.s1-b {
  margin-top: 0.38rem;
}

.swiper-button-prev,
.swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.26rem auto;
  justify-content: space-between;
  transition: all 0.5s;
}

.swiper-button-prev {
  left: -0.7rem;
  background-image: url(../images/prevon.png);
}

.swiper-button-next {
  right: -0.7rem;
  background-image: url(../images/nexton.png);
}

.swiper-button-prev:hover {
  background-color: #1C51A4;
  background-image: url(../images/prevw.png);
}

.swiper-button-next:hover {
  background-color: #1C51A4;
  background-image: url(../images/nextw.png);
}

.s1-b ul li a {
  display: block;
  padding: 0 0.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.s1-b ul li.swiper-slide-active a {
  border-left: 0;
}

.s1-b ul li a .tx {}

.s1-b ul li a .tx h3 {
  color: #fff;
}

.s1-b ul li a .tx h3 b {
  font-size: 0.5rem;
  font-weight: normal;
  line-height: 0.5rem;
}

.s1-b ul li a .tx h3 span {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  margin-left: 0.05rem;
}

.s1-b ul li a .tx p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #fff;
  margin-top: 0.07rem;
}

/* section2 */
.section2 {
  padding-top: 0.23rem;
  padding-bottom: 0.86rem;
}

.s2,
.s3 {
  position: relative;
}

.s2 ul li a {
  display: block;
}

.s2 ul li a .picbox {}

.s2 ul li a .pic {
  padding-top: 67.91%;
}

.s2 ul li a .tx {
  padding: 0.15rem 0.15rem 0.27rem 0.15rem;
  margin-left: 0.18rem;
  background: #FFFFFF;
  margin-top: -0.37rem;
  position: relative;
  z-index: 1;
}

.s2 ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.34rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.09rem;
}

.s2 ul li a .tx p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666666;
}

.s2 ul li a .tx .con p:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s2 ul li a .tx .con p:nth-child(2) {
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s2 .swiper-button-prev,
.s2 .swiper-button-next {
  margin-top: -0.4rem;
}

/* section3 */
.section3 {
  background: url(../images/section3.png) no-repeat center top;
  background-size: cover;
  padding: 0.5rem 0 0.64rem 0;
}

.s3 {}

.section3 .title.white .tit-c {
  background-image: url(../images/tit-bg.png);
}

.section3 .title.white .tit-c h3 {
  color: #fff;
  background-image: url(../images/tit-czs2.png);
}

.section3 .title.white .more a {
  color: #fff;
  background-image: url(../images/more2.png);
}

.section3 .title.white .more a:hover {
  background-image: url(../images/more3.png);
  color: #E7BF6F;
}

.s3 ul li {
  padding-top: 0.24rem;
  height: 5.3rem;
  transition: padding .5s;
}

.s3 ul li a {
  display: block;
}

.s3 ul li a .pic {
  padding-top: 68.14%;
}

.s3 ul li a .tx {
  padding-top: 0.14rem;
}

.s3 ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.34rem;
  margin-bottom: 0.09rem;
}

.s3 ul li a .tx .con {}

.s3 ul li a .tx .con p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #666;
}

.s3 ul li a .tx .con p:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s3 ul li a .tx .con p:nth-child(2) {
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: none;
}

.s3 .swiper-button-prev,
.s3 .swiper-button-next {
  margin-top: -0.75rem;
}

/* section4 */
.section4 {
  padding: 0 0 1rem 0;
}


.s4 ul li a {
  display: block;
}

.s4 ul li a .picbox {}

.s4 ul li a .pic {
  padding-top: 67.91%;
}

.s4 ul li a .tx {
  padding: 0.15rem 0 0 0.23rem;
  margin-left: 0.2rem;
  border-left: 1px solid #ECECEC;
  position: relative;
  z-index: 1;
}

.s4 ul li a .tx::after {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  height: 0.64rem;
  border-left: 1px solid #E5BF71;
  transition: all 0.5s;
}

.s4 ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.34rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.09rem;
}

.s4 ul li a .tx p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666666;
}

.s4 ul li a .tx .con p:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s4 ul li a .tx .con p:nth-child(2) {
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s4 ul li:hover a .tx::after {
  height: 100%;
}

/* section5 */
.section5 {
  padding-bottom: 1.48rem;
}

.section5 .wp {
  position: relative;
}

.section5 .title {
  position: absolute;
  top: 0.4rem;
  left: 1.44rem;
  z-index: 1;
}

.section5 .more {
  right: 0.6rem;
  top: 6rem;
}

.s5 {
  padding-left: 5.47rem;
}

.s5-bg .pic {
  /* padding-top: 49.95%; */
  padding-top: 5.26rem;
}

.s5-l {
  width: 9.26rem;
  margin-left: -5.47rem;
  margin-top: -3.4rem;
  padding: 0.5rem 0.37rem 0.5rem 0.6rem;
  background: url(../images/s5-lbg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.s5-l a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s5-l a .picbox {
  width: 3.61rem;
  margin-right: 0.3rem;
}

.s5-l a .picbox .pic {
  padding-top: 66.48%;
}

.s5-l a .tx {
  flex: 1;
  min-width: 0;
}

.s5-l a .tx span {
  display: block;
  font-family: Georgia;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #E7BF6F;
}

.s5-l a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  max-height: 0.6rem;
  color: #FFFFFF;
  margin-top: 0.25rem;
}

.s5-l a:hover .tx h3 {
  color: #E7BF6F;
}

.s5-l a .tx p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.3rem;
  max-height: 0.6rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.2rem;
}

.s5-b {
  width: 8.92rem;
  margin-left: -0.67rem;
}

.s5-b ul {
  display: flex;
  flex-wrap: wrap;
}

.s5-b ul li {
  width: 50%;
}

.s5-b ul li a {
  display: block;
  position: relative;
  z-index: 1;
}

.s5-b ul li a .pic {
  padding-top: 66.36%;
}

.s5-b ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.s5-b ul li a h3 {
  position: absolute;
  bottom: 0.13rem;
  left: 0.25rem;
  right: 0.25rem;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  max-height: 0.6rem;
  color: #FFFFFF;
}

.s5-b ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.25rem;
  width: 0.64rem;
  border-top: 0.03rem solid #E7BF6F;
  transition: all 0.5s;
}

.s5-b ul li:hover a::after {
  width: 1rem;
}

@media all and (-ms-high-contrast: none) and (min-width: 1025px),
(-ms-high-contrast: active) and (min-width: 1025px) {
  .s3 ul li:hover a .tx .con p:nth-child(2) {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .s3 ul li:hover {
    padding-top: 0;
  }

  .s3 ul li:hover a .tx {
    background: url(../images/s3-txbg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 0.25rem 0.35rem;
  }

  .s3 ul li:hover a .tx .con p:nth-child(2) {
    display: -webkit-box;
  }

  .s3 ul li:hover a .tx h3 {
    color: #fff;
  }

  .s3 ul li:hover a .tx p {
    color: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (max-width: 1024px) {
  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c {
    background-size: 0.5rem auto;
    min-width: 1.65rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
    line-height: 0.42rem;
    background-size: 1.8rem auto;
    padding: 0.05rem 0.1rem;
  }

  .more {
    top: 0.09rem;
  }

  .swiper-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.25rem;
  }

  .swiper-button-prev,
  .swiper-button-next {
    position: static;
    margin-top: 0 !important;
    width: 0.36rem;
    height: 0.36rem;
    background-size: 0.2rem auto;
  }

  .swiper-button-prev {}

  .swiper-button-next {
    margin-left: 0.25rem;
  }

  .s1-b {
    margin-top: 0.25rem;
  }

  .search2 {
    padding: 0.1rem 0.2rem;
  }

  .search2 .text {
    padding-right: 0.6rem;
    text-overflow: ellipsis;
  }

  .search2 .button {
    top: 0.1rem;
    right: 0.2rem;
    background-size: 0.2rem auto;
  }

  .section1 {
    padding-top: 0.25rem;
    padding-bottom: 0.2rem;
  }

  .s1-b ul li a {
    padding: 0 0.2rem;
  }

  .s1-b ul li a .tx h3 b {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }

  .s1-b ul li a .tx p {
    font-size: 12px;
    line-height: 20px;
  }

  .section2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .s2 ul li a .tx {
    padding: 0.15rem;
    margin-left: 0.15rem;
    margin-top: -0.15rem;
  }

  .s2 ul li a .tx h3,
  .s3 ul li a .tx h3,
  .s4 ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .s3 ul li {
    padding-top: 0;
    height: auto;
  }

  .s3 ul li a .tx .con p:nth-child(2) {
    display: block;
  }

  .section4 {
    padding: 0 0 0.3rem 0;
  }

  .s4 ul li a .tx {
    margin-left: 0.15rem;
    padding: 0.15rem 0 0 0.15rem;
  }

  .section5 {
    padding-bottom: 0.3rem;
  }

  .s5 {
    padding-left: 0;
  }

  .section5 .title {
    position: relative;
    top: auto;
    left: auto;
  }

  .section5 .more {
    top: 0.09rem;
    right: 0;
  }

  .s5-bg .pic {
    padding-top: 49.95%;
  }

  .s5-l {
    width: auto;
    margin-left: 0;
    margin-top: 0;
    padding: 0.2rem;
    margin-top: 0.1rem;
  }

  .s5-b {
    width: auto;
    margin-left: 0;
  }

  .s5-b ul li {
    margin-top: 0.1rem;
  }

  .s5-l a .tx span {
    font-size: 0.2rem;
  }

  .s5-l a .tx h3 {
    font-size: 0.18rem;
    margin-top: 0.2rem;
  }

  .s5-l a .tx p {
    font-size: 12px;
    line-height: 20px;
  }

  .s5-b ul li a h3 {
    bottom: 0.1rem;
    left: 0.2rem;
    right: 0.2rem;
    font-size: 0.18rem;
  }

  .s5-b ul li a::after {
    left: 0.2rem;
  }
}

@media screen and (max-width: 920px) {
  .title {
    text-align: left;
  }


}

@media screen and (max-width: 480px) {
  .s2 ul li a .tx {
    margin-left: 0;
    margin-top: 0;
  }

  .s4 ul li a .tx {
    margin-left: 0;
    padding: 0.15rem 0 0 0.15rem;
  }

  .s5-l a .picbox {
    width: 100%;
    margin-right: 0;
  }

  .s5-l a .tx {
    flex: none;
    width: 100%;
    margin-top: 0.15rem;
  }

  .s5-l a .tx h3,
  .s5-l a .tx p {
    margin-top: 0.1rem;
  }

  .s5-b ul li {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {}