@charset "utf-8";

.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;
}

.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.42rem 0.3rem 0.42rem;
}

.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/banner.jpg) no-repeat center top;
  background-size: 100% 75.5%;
  padding-top: 1.66rem;
}

.s1 {}

.s1-t {
  border-radius: 0.08rem;
  background: rgb(204 212 255 / 18%);
  padding: 0.25rem 0.6rem 0.14rem 0.6rem;
}

.search2 {
  width: 100%;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  transition: all 0.5s;
}

.search2 .text {
  width: 100%;
  padding-right: 0.56rem;
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.16rem;
  font-weight: 350;
  color: #fff;
  background: none;
}

.search2 .button {
  width: 0.36rem;
  height: 0.36rem;
  background: url(../images/fdj.png) no-repeat center;
  background-size: 0.23rem auto;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.search2 input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search2 input::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search2 input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.xsjs {
  margin-top: 0.22rem;
  display: flex;
}

.xsjs h3 {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-right: 0.1rem;
}

.xsjs ul {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
}

.xsjs ul li {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  font-family: Arial;
  font-size: 0.2rem;
  color: #fff;
  margin-right: 0.21rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
  transition: all 0.5s;
}

.xsjs ul li:hover,
.xsjs ul li.active {
  background: #E7BF6F;
}

.zcjs ul {
  margin-right: -0.13rem;
  margin-top: 0.3rem;
}

.zcjs ul li {
  padding: 0 0.15rem;
  height: 0.38rem;
  line-height: 0.38rem;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.13rem;
  margin-bottom: 0.13rem;
  cursor: pointer;
  transition: all 0.5s;
}

.s1-b {
  margin-top: 0.57rem;
}

.swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.56rem;
}

.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next {
  position: static;
  transform: none;
  margin-top: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.26rem auto;
  justify-content: space-between;
  transition: all 0.5s;
}

.swiper-btn .swiper-button-prev {
  background-image: url(../images/prev.png);
}

.swiper-btn .swiper-button-next {
  background-image: url(../images/next.png);
}

.swiper-btn .swiper-button-prev:hover {
  background-image: url(../images/prevon.png);
}

.swiper-btn .swiper-button-next:hover {
  background-image: url(../images/nexton.png);
}

.swiper-btn .swiper-pagination {
  position: static;
  font-size: 0;
  margin: 0 0.4rem;
}

.swiper-btn .swiper-pagination span {
  width: 0.1rem;
  height: 0.1rem;
  background: #BDC2C7;
  border-radius: 50%;
  margin: 0 0.23rem;
  opacity: 1;
  position: relative;
}

.swiper-btn .swiper-pagination span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.27rem;
  height: 0;
  background: url(../images/dot-zs.png) no-repeat center;
  background-size: 100% auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.swiper-btn .swiper-pagination span.swiper-pagination-bullet-active {
  background: linear-gradient(0deg, #024386, #024386), #D8D8D8;
  box-shadow: 0px 0.04rem 0.1rem 0px #004A99;
}

.swiper-btn .swiper-pagination span.swiper-pagination-bullet-active::after {
  height: 0.42rem;
  opacity: 1;
  visibility: visible;
}

.s1-b ul li a {
  display: block;
  background: #fff;
  border: 1px solid rgba(231, 191, 111, 0.3);
  padding: 0.16rem;
}

.s1-b ul li a .pic {
  padding-top: 135.13%;
}

.s1-b ul li a .tx {
  text-align: center;
  padding-top: 0.12rem;
}

.s1-b ul li a .tx h3 {
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 0.32rem;
  text-align: center;
  color: #004A99;
  margin-bottom: 0.28rem;
  position: relative;
  z-index: 1;
}

.s1-b ul li a .tx h3::before {
  content: '';
  position: absolute;
  bottom: -0.12rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.98rem;
  border-bottom: 1px solid #ECECEC;
  z-index: -1;
}

.s1-b ul li a .tx h3::after {
  content: '';
  position: absolute;
  bottom: -0.12rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.23rem;
  border-bottom: 1px solid #E7BF6F;
  z-index: -1;
}

.s1-b ul li a .tx p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  text-align: center;
  color: #666666;
}

/* section2 */
.section2 {
  padding-top: 2.98rem;
  background: url(../images/section2-bg.png) no-repeat center top;
  background-size: cover;
  margin-top: -2.25rem;
  padding-bottom: 1.03rem;
}

.s2 ul li a {
  display: block;
}

.s2 ul li a .picbox {
  padding: 0.1rem;
  border-radius: 0.06rem;
  background: #FFFFFF;
  border: 1px solid #F4E8D0;

}

.s2 ul li a .pic {
  padding-top: 132.07%;
}

.s2 ul li a .tx {
  padding-top: 0.24rem;
}

.s2 ul li a .tx h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0.28rem;
}

.s2 ul li a .tx h3 b {
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #004A99;
}

.s2 ul li a .tx h3 span {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666666;
  /* margin-left: 0.1rem; */
  display: block;
}

.s2 ul li a .tx h3::before {
  content: '';
  position: absolute;
  bottom: -0.14rem;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ECECEC;
  z-index: -1;
}

.s2 ul li a .tx h3::after {
  content: '';
  position: absolute;
  bottom: -0.14rem;
  left: 0;
  width: 0.61rem;
  border-bottom: 1px solid #E7BF6F;
  z-index: -1;
}

.s2 ul li a .tx p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666666;
}

/* section3 */
.section3 {
  background: url(../images/section3.jpg) no-repeat center;
  background-size: cover;
  padding: 0.42rem 0;
}

.s3 {}

.s3 .title.white .tit-c {
  background-image: none;
  position: relative;
  cursor: pointer;
}

.s3 .title.white .tit-c+.tit-c {
  margin-left: 1rem;
}

.s3 .title.white .tit-c h3 {
  font-size: 0.24rem;
  font-weight: 600;
  color: #93C2F3;
  line-height: normal;
  background-image: none;
}

.s3 .title.white .tit-c.on {
  background-image: url(../images/tit-bg.png);
}

.s3 .title.white .tit-c.on h3 {
  font-size: 0.36rem;
  min-width: 166px;
  color: #fff;
  background-image: url(../images/tit-czs2.png);
}

.s3 .title.white .tit-c::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.9rem;
  width: 0.73rem;
  height: 0.16rem;
  background: url(../images/s3-zs1.png) no-repeat center;
  background-size: 100% 100%;
}

.s3 .title.white .tit-c:first-child:before {
  content: none;
}

.s3 .title.white .more {}

.s3 .title.white .more a {
  display: none;
  color: #fff;
  background-image: url(../images/more2.png);
}

.s3 .title.white .more a:hover {
  background-image: url(../images/more3.png);
  color: #E7BF6F;
}

.s3 .title.white .more a.on {
  display: block;
}

.s3 .qh-bd {
  position: relative;
  overflow: hidden;
}

.s3 .qh-bd>.k {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
  transform: translateY(1rem);
  transition: all 0.5s;
}

.s3 .qh-bd>.k.on {
  position: relative;
  z-index: 9;
  opacity: 1;
  transform: none;
}

.s3 .qh-bd>.k ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.17rem;
}

.s3 .qh-bd>.k ul li {
  width: 25%;
}

.s3 .qh-bd>.k ul li a {
  display: block;
  margin: 0 0.17rem;
}

.s3 .qh-bd>.k ul li a .pic {
  padding-top: 67.91%;
}

.s3 .qh-bd>.k ul li a .tx {
  margin-left: 0.2rem;
  border-left: 1px solid #E5BF71;
  padding-top: 0.16rem;
  padding-left: 0.23rem;
  transition: all 0.5s;
}

.s3 .qh-bd>.k ul li:hover a .tx {
  margin-left: 0;
}

.s3 .qh-bd>.k ul li a .tx h3 {
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 0.34rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s3 .qh-bd>.k ul li a .tx p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.09rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s3-b {
  border-top: 1px solid rgba(216, 216, 216, 0.1);
  padding-top: 0.4rem;
  margin-top: 0.66rem;
}

.s3-b ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s3-b ul li a .iconbox {
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 50%;
  background: url(../images/s3-bq.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.s3-b ul li:hover a .iconbox {
  background-image: url(../images/s3-bq2.png);
}

.s3-b ul li a .iconbox img {
  display: block;
  width: 0.56rem;
}

.s3-b ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s3-b ul li a .tx h3 {}

.s3-b ul li a .tx h3 b {
  font-family: Arial;
  font-size: 0.46rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #FFFFFF;
}

.s3-b ul li a .tx h3 span {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #FFFFFF;
  margin-left: 0.1rem;
}

.s3-b ul li a .tx p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #FFFFFF;
  margin-top: 0.1rem;
}

.s3-b .swiper-pagination {
  position: static;
  margin-top: 0.4rem;
  font-size: 0;
  height: 0.13rem;
}

.s3-b .swiper-pagination span {
  width: 0.1rem;
  height: 0.1rem;
  background: #BCDDFF;
  vertical-align: middle;
  margin: 0 0.25rem;
  opacity: 1;
  transition: all 0.5s;
}

.s3-b .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.13rem;
  height: 0.13rem;
  background: #E7BF6F;
}

/* section4 */
.section4 {
  background: url(../images/section4.jpg) no-repeat center;
  background-size: cover;
  padding: 0.54rem 0 0.92rem 0;
}

.s4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.s4 .tit {
  width: 44.06%;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.2rem 1.13rem 0.24rem 0.71rem;
  margin-top: 0.14rem;
  height: 5.57rem;
  position: relative;
}

.s4 .tit::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.09rem;
  width: 2.03rem;
  height: 2.02rem;
  background: url(../images/s4-q.png) no-repeat center;
  background-size: 100% 100%;
}

.s4 .tit ul {}

.s4 .tit ul li {}

.s4 .tit ul li a {
  display: block;
  padding: 0.28rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.s4 .tit ul li a span {
  display: none;
}

.s4 .tit ul li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s4 .tit ul li.on a {
  border-bottom-color: #004A99;
}

.s4 .tit ul li.on a span {
  display: block;
  font-family: Georgia;
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #03448A;
}

.s4 .tit ul li.on a h3 {
  font-size: 0.2rem;
  color: #03448A;
  margin-top: 0.15rem;
}

.s4 .jdt {
  width: calc(55.94% + 0.15rem);
  margin-left: -0.15rem;
  padding-top: 0.29rem;
  padding-right: 0.33rem;
  position: relative;
  z-index: 1;
}

.s4 .jdt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.33rem;
  right: 0;
  bottom: 0.3rem;
  background: rgba(0, 74, 153, 0.6);
  z-index: -1;
}

.s4 .jdt::after {
  content: '';
  position: absolute;
  top: 0.14rem;
  left: 0.15rem;
  right: 0.17rem;
  bottom: 0.15rem;
  background: #004A99;
  z-index: -1;
}

.s4 .jdt .swiper-container {
  background: #fff;
}

.s4 .jdt ul li a {
  display: block;
  padding-left: 0.8rem;
}

.s4 .jdt ul li a .pic {
  /* padding-top: 62.87%; */
  padding-top: 5.42rem;
}

.s4 .jdt .swiper-pagination {
  top: 50%;
  left: -0.8rem;
}

.s4 .jdt .swiper-pagination span {
  vertical-align: middle;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #004A99;
  opacity: 1;
  position: absolute;
}

.s4 .jdt .swiper-pagination span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/s4-d.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s4 .jdt .swiper-pagination span.swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

.s4 .jdt .swiper-pagination span[aria-label="Go to slide 1"] {
  left: 0.5rem;
  top: -0.82rem;
}

.s4 .jdt .swiper-pagination span[aria-label="Go to slide 2"] {
  left: 0.05rem;
  top: -0.32rem;
}

.s4 .jdt .swiper-pagination span[aria-label="Go to slide 3"] {
  left: 0.05rem;
  bottom: -0.42rem;
}

.s4 .jdt .swiper-pagination span[aria-label="Go to slide 4"] {
  left: 0.3rem;
  bottom: -0.82rem;
}

.s4 .jdt .s4-logo {
  display: block;
  width: 1.42rem;
  position: absolute;
  left: -0.54rem;
  top: 51%;
  transform: translateY(-50%);
  z-index: 1;
}



@media screen and (max-width: 1024px) {
  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c {
    background-size: 0.5rem auto;
  }

  .tit-c h3 {
    font-size: 0.26rem;
    line-height: 0.42rem;
    background-size: 1.8rem auto;
    padding: 0.05rem 0.1rem;
  }

  .more {
    top: 0.14rem;
  }

  .search2 .button {
    background-size: 0.2rem auto;
  }

  .xsjs ul li {
    font-size: 0.18rem;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .section1 {
    padding-top: 0.25rem;
  }

  .s1-t {
    padding: 0.2rem;
  }

  .s1-b {
    margin-top: 0.25rem;
  }

  .s1-b ul li a .tx h3 {
    font-size: 0.2rem;
    line-height: 0.26rem;
  }

  .s1-b ul li a {
    padding: 0.1rem;
  }

  .swiper-btn {
    margin-top: 0.25rem;
  }

  .swiper-btn .swiper-pagination span {
    margin: 0 .05rem;
    width: .08rem;
    height: .08rem;
  }

  .swiper-btn .swiper-pagination {
    margin: 0;
    width: 100%;
  }

  .swiper-btn .swiper-button-prev,
  .swiper-btn .swiper-button-next {
    width: 0.34rem;
    height: 0.34rem;
  }

  .swiper-btn .swiper-pagination span::after {
    width: 0.16rem;
  }

  .swiper-btn .swiper-pagination span.swiper-pagination-bullet-active::after {
    height: 0.25rem;
  }

  .section2 {
    padding-bottom: 0.3rem;
    margin-top: 0.3rem;
    padding-top: 0.3rem;
  }

  .s2 ul li a .tx {
    padding-top: 0.12rem;
  }

  .s2 ul li a .tx h3 b {
    font-size: 0.2rem;
    line-height: 0.26rem;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .s3-b .swiper-pagination {
    margin-top: 0.25rem;
  }

  .s3-b .swiper-pagination span {
    margin: 0 0.1rem;
  }

  .s3 .qh-bd>.k ul {
    margin: 0 -0.1rem;
  }

  .s3 .qh-bd>.k ul li a {
    margin: 0 0.1rem;
  }

  .s3 .qh-bd>.k ul li a .tx {
    margin-left: 0.1rem;
    padding-left: 0.1rem;
  }

  .s3 .qh-bd>.k ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .s3 .title.white .tit-c.on h3 {
    font-size: 0.26rem;
  }

  .s3 .title.white .tit-c h3 {
    font-size: 0.2rem;
  }

  .s3-b {
    padding-top: 0.2rem;
    margin-top: 0.3rem;
  }

  .s3-b ul li a .tx h3 b {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .s3-b ul li a .tx h3 span {
    margin-left: 0.05rem;
  }

  .s3-b ul li a .tx p {
    font-size: 0.16rem;
    margin-top: 0.05rem;
  }

  .s3-b ul li a .iconbox {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.15rem;
  }

  .s3-b ul li a .iconbox img {
    width: 0.4rem;
  }

  .section4 {
    padding: 0.3rem 0;
  }

  .s4 .tit {
    padding: 0.2rem 1.13rem 0.24rem 0.2rem;
  }
}

@media screen and (max-width: 920px) {
  .title {
    text-align: left;
  }

  .xsjs {
    flex-wrap: wrap;
    margin-top: 0.1rem;
  }

  .xsjs ul {
    flex: none;
    width: 100%;
    margin-top: 0.1rem;
  }

  .search2 {
    padding-bottom: 0.1rem;
  }

  .s3 .qh-bd>.k ul li {
    width: 50%;
  }

  .s3 .qh-bd>.k ul li:nth-child(2)~li {
    margin-top: 0.25rem;
  }

  .s3 .title.white .tit-c::before {
    left: -0.42rem;
    width: 0.4rem;
    height: 0.09rem;
  }

  .s3 .title.white .tit-c+.tit-c {
    margin-left: 0.36rem;
  }

  .s4 .tit {
    width: 100%;
    order: 2;
    padding: 0.2rem;
    margin-top: 0.2rem;
    height: auto;
  }

  .s4 .jdt .s4-logo {
    display: none;
  }

  .s4 .jdt {
    order: 1;
    width: 100%;
    margin-left: 0;
    padding-top: 0.2rem;
    padding-right: 0.2rem;
  }

  .s4 .jdt::before {
    left: 0.2rem;
    bottom: 0.2rem;
  }

  .s4 .jdt::after {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
  }

  .s4 .jdt ul li a {
    padding-left: 0;
  }

  .s4 .tit::before {
    content: none;
  }

  .s4 .tit ul li a {
    padding: 0.2rem 0;
  }

  .s4 .tit ul li a h3 {
    height: auto;
    max-height: 0.6rem;
  }

  .s4 .tit ul li.on a span {
    font-size: 0.2rem;
  }

  .s4 .tit ul li.on a h3 {
    margin-top: 0.1rem;
  }

  .s4 .jdt ul li a .pic {
    padding-top: 62.87%;
  }
}

@media screen and (max-width: 480px) {
  .s3 .title.white .k {
    text-align: center;
  }

  .s3 .title.white .more {
    position: static;
    margin-top: 0.1rem;
  }
  .swiper-btn .swiper-pagination span {
    margin: 0;
    width: .07rem;
    height: .07rem;
  }

  .swiper-btn .swiper-pagination {
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .s3 .title.white .more a {
    margin: 0 auto;
  }

  .s3-b ul li a {
    justify-content: center;
  }

  .s3-b ul li a .tx {
    flex: none;
    width: auto;
  }
}

@media screen and (max-width: 320px) {
  .s3 .title.white .tit-c+.tit-c {
    margin-left: 0.18rem;
  }

  .s3 .title.white .tit-c::before {
    left: -0.26rem;
    width: 0.3rem;
    height: 0.07rem;
  }
}