@charset "utf-8";

body {
  overflow-x: hidden;
}

/*首页样式*/
.title {
  position: relative;
  z-index: 1;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-family: SourceHanSansCN-Bold;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.4rem;
  margin-top: -0.1rem;
}

.tit-c h3 span {
  font-weight: bold;
  color: #224297
}

.tit-c p {
  font-family: Arial;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.4rem;
  text-transform: uppercase;
  color: rgba(34, 66, 151, 0.05);
}

.more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.more a {
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #224297;
  background: url(../images/more1.png) no-repeat left center;
  background-size: 0.2rem auto;
  padding-left: 0.27rem;
  transition: all 0.5s;
}

.title-w .tit-c p {
  color: rgba(255, 255, 255, 0.05);
}

.title-w .tit-c h3,
.title-w .tit-c h3 span {
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/
/* section1 */

.section1 {
  padding: 1.95rem 0 1.7rem 0;
  position: relative;
  z-index: 1;
  margin-bottom:1.43rem;
}

.section1::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13.54%;
  right: 0;
  background: url(../images/s1-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  border-radius: 2rem 0 0 0;
  z-index: -1;
}

.section1 .wp {
  position: relative;
  z-index: 1;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 1.33rem;
  position: relative;
  z-index: 2;
}

.s1-l {
  width: 2.88rem;
  padding: 0.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 97%);
  margin-right: 0.66rem;
}

.s1-l .pic {
  padding-top: 129.1%;
}

.s1 .tx {
  flex: 1;
  min-width: 0;
}

.s1 .tx .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.33rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
margin-bottom: 0.48rem;
}

.s1 .tx h3 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #FFFFFF;
}

.s1 .tx .lll {
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #FFFFFF;
  background: url(../images/heart.png) no-repeat left center;
  background-size: 0.17rem auto;
  padding-left: 0.3rem;
  cursor: pointer;
}

.s1 .tx .lj {}

.s1 .tx .lj ul {
  display: flex;
  flex-wrap: wrap;
}

.s1 .tx .lj ul li:nth-child(2) {
  margin-left: 0.4rem;
}

.s1 .tx .lj ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.48rem;
  padding: 0 0.34rem;
  color: #FFFFFF;
  border-radius: 9rem;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}

.s1 .tx .lj ul li a img {
  vertical-align: middle;
  margin-right: 0.11rem;
  width: 0.18rem;
}

.s1 .zy {
/*  margin-top: 0.48rem;*/
  height:3.5rem;
  overflow:auto;
  padding-right: 0.15rem;
  color: #fff;
}


.s1 .zy::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.04rem;
  background: rgba(255, 255, 255, 0.2);
}

.s1 .zy::-webkit-scrollbar-track {
  border-radius: 0.1rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.s1 .zy::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background-color: #fff;
}


.s1 .zy p {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #FFFFFF;
}

.section1 .con {
  position: absolute;
  top: 2.49rem;
  padding: 1.44rem 0.6rem 0.92rem 0;
  z-index: 1;
}

.section1 .con::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2.6rem;
  right: 0;
  height: 100%;
  background: url(../images/s1-lbbg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0 0 1.6rem 0;
  z-index: -1;
}

.section1 .con ul {
  height: 2.8rem;
  overflow-y: auto;
  direction: rtl;
  padding-left: 0.3rem;
  margin-left: -0.4rem;
  width: 2.6rem;
}

.section1 .con ul li {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
  color: #FFFFFF;
  direction: ltr;
}

.section1 .con ul li+li {
  margin-top: 0.1rem;
}

.section1 .con ul::-webkit-scrollbar {
  width: 0.04rem;
  height: 0.04rem;
  background: rgba(255, 255, 255, 0.2);
}

.section1 .con ul::-webkit-scrollbar-track {
  border-radius: 0.1rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.section1 .con ul::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background-color: #fff;
}


.s2,
.s3,
.s4,
.s5,
.s6,
.s7,
.s8,
.s9,
.s10 {
  position: relative;
  z-index: 1;
}

/* section2 */
.section2 {
  margin-top: 0.5rem;
  padding-bottom: 0.64rem;
  position: relative;
  z-index: 1;
}

.section2::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 13.54%;
  background: #F4FBFF;
  z-index: -1;
}

.s2-t {
  display: block;
  width: 27.39%;
  position: absolute;
  top: -0.93rem;
  right: 0;
  z-index: -1;
}

.section2 .tit-c h3 {
  padding-left: 0.6rem;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.s2-ban {
  width: 40.5%;
  margin-left: -0.6rem;
  position: relative;
  z-index: 1;
}

.s2-ban ul li a {
  display: block;
  background: url(../images/s2-banq.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 50%;
  padding: 0.6rem;
  position: relative;
  z-index: 1;
}

.s2-ban ul li a .pic {
  padding-top: 100%;
  border-radius: 50%;
}

.s2-ban .swiper-pagination {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.s2-ban .swiper-pagination span {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #1290CA;
  opacity: 1;
  position: absolute;
}

.s2-ban .swiper-pagination span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #FFFFFF;
  border: 1px solid #0D419B;
  border-radius: 50%;
  transition: all 0.5s;
  z-index: -1;
}

.s2-ban .swiper-pagination span.swiper-pagination-bullet-active::before {
  width: 0.34rem;
  height: 0.34rem;
}

.s2-ban .swiper-pagination span:first-child {
  top: 0.12rem;
  left: 3.75rem;
}

.s2-ban .swiper-pagination span:nth-child(2) {
  top: 2.78rem;
  right: -0.05rem;
}

.s2-ban .swiper-pagination span:nth-child(3) {
  bottom: 0.24rem;
  left: 4.02rem;
}

.s2-ban .swiper-pagination span:nth-child(4) {
  bottom: 0.72rem;
  left: 0.85rem;
}

.s2-tit {
  margin-left: 1.3rem;
  width: 52%;
}

.s2-tit ul {
  margin-top: 0.7rem;
}

.s2-tit ul li a {
  display: block;
  font-size: 0.24rem;
  line-height: 0.4rem;
  padding: 0.28rem 0;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  z-index: 1;
}

.s2-tit ul li a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  border-bottom: 0.03rem solid #0D419B;
  transition: all 0.5s;
}

.s2-tit ul li.show a {
  color: #0D419B;
  font-weight: bold;
}

.s2-tit ul li.show a::after {
  width: 1.3rem;
}

/* section4 */
.section4 {
  padding: 0.8rem 0 1.04rem 0;
  background-color: #F4FBFF;
  background-image: url(../images/s4-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 44.63% auto;
}

.section4 .title,
.section7 .title {
  position: relative;
  z-index: 1;
}

.section4 .tit-c,
.section7 .tit-c {
  display: flex;
  align-items: center;
}

.section4 .tit-c .k,
.section7 .tit-c .k {
  cursor: pointer;
}

.section4 .tit-c .k+.k,
.section7 .tit-c .k+.k {
  margin-left: 1.23rem;
}

.section4 .tit-c p,
.section7 .tit-c p {
  font-size: 0.48rem;
}

.section4 .tit-c h3,
.section7 .tit-c h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  transition: all 0.5s;
}

.section4 .tit-c h3 span,
.section7 .tit-c h3 span {
  color: #333;
  font-weight: normal;
  transition: all 0.5s;
}

.section4 .tit-c .k.on h3,
.section7 .tit-c .k.on h3 {
  font-weight: bold;
}

.section4 .tit-c .k.on h3 span,
.section7 .tit-c .k.on h3 span {
  font-weight: bold;
  color: #224297;
}

.section4 .more a {
  display: none;
}

.section4 .more a.on {
  display: block;
}

.section4 .lj {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s;
}

.section4 .lj a {
  display: flex;
  align-items: center;
  font-family: sys;
  font-size: 0.32rem;
  font-weight: bold;
  color: #A9181F;
}

.section4 .lj a img {
  display: block;
  width: 0.32rem;
  margin-right: 0.1rem;
}

.s4 {
  margin-top: 0.37rem;
}
.dpzw {
  margin-top: 0.37rem;
}
.s4 .con {
  position: relative;
  padding: 0;
}

.con-txt{
  font-size: 0.18rem;
  line-height: 0.4rem;
}


.s4 .k,
.s7 .k {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
}

.s4 .k1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0px 0.3rem 0px 0px;
  background: #FFFFFF;
  border: 1px solid #D0D4ED;
}

.s4 .k2 {}

.s4 .k.on,
.s7 .k.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s4 .qh-tit {
  width: 29.28%;
  border-radius: 0px 0px 0px 0.3rem;
  background: linear-gradient(148deg, #1E49BC 17%, #0E87C9 100%);
  padding: 0.6rem;
}

.s4 .qh-tit ul li {
  font-size: 0.2rem;
  padding: 0.06rem 0;
  line-height: 0.44rem;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
}

.s4 .qh-tit ul li.on {
  font-size: 0.3rem;
  font-weight: bold;
}

.s4 .qh-tit ul {
  max-height: 4.4rem;
  overflow-y: auto;
}

.s4 .qh-tit ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.s4 .qh-tit ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.s4 .qh-tit ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}

.s4 .qh-bd {
  width: 68.72%;
  /* border-radius: 0px 0.3rem 0px 0px; */
  /* background: #FFFFFF; */
  /* border: 1px solid #D0D4ED; */
  padding: 0.38rem 0;
  position: relative;
}

.s4 .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.s4 .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s4 .qh-bd>div>img {
  display: block;
  width: 100%;
  max-width: 5.72rem;
  margin: 0 auto;
}

.s4 .qh-bd>div p {
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gg-list ul li {
  overflow: hidden;
  border-radius: 0.2rem 0px 0.2rem 0px;
  background: linear-gradient(90deg, rgba(29, 73, 188, 0.8) 0%, rgba(216, 216, 216, 0) 181%);
  padding: 0.15rem 0.2rem;
  margin-top: 0.23rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.gg-list ul li:first-child {
  margin-top: 0;
}

.gg-list ul li a {
  display: block;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  color: #fff;
}

.gg-list ul li span {
  display: block;
  float: right;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 15px;
}

/* section5 */
.section5 {
  padding: 0.8rem 0;
}

.section5 .title {
  text-align: center;
}

.section5 .tit-c {
  /* text-align: left; */
}

.s5 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s5 ul li {
  width: 46.5%;
  margin-top: 0.48rem;
}

.s5 ul li a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.3rem;
  border-radius: 0.2rem 0px 0.2rem 0px;
  background: linear-gradient(90deg, #1D49BC 0%, rgba(216, 216, 216, 0) 181%);
}

.s5 ul li a h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  background: url(../images/s5-icon.png) no-repeat left 0.08rem;
  background-size: 0.24rem auto;
  padding: 0.05rem 0 0.05rem 0.34rem;
  padding-left: 0.34rem;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  color: #fff;
}


.art-fj {
  margin-top: 0.28rem;
}

.art-fj h3 {
  line-height: 0.36rem;
  font-size: 0.22rem;
  position: relative;
}


.art-fj ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin: 0.1rem 0;
}

.art-fj ul li:hover a {
  color: #224297;
}


/* section6 */
.section6 {
  padding: 0.8rem 0 0.7rem 0;
  background: url(../images/section6-bg.jpg) no-repeat center;
  background-size: cover;
}

.section6 .title {
  text-align: center;
}

.tit2 {
  margin-bottom: 0.3rem;
}

.tit2 h3 {
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #fff;
}

.tit2 h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.35rem;
  height: 0.28rem;
  text-align: center;
  margin-right: 0.1rem;
}

.tit2 h3 span img {
  display: block;
  width: 100%;
}

.s6 .kcxx .k {
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.18rem 0.5rem;
}

.s6 .kcxx .k ul {
  display: flex;
  flex-wrap: wrap;
}

.s6 .kcxx ul li {
  width: 20%;
}

.s6 .kcxx ul li a {
  display: block;
  margin: 0.1rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: left 0.135rem;
  background-size: 0.05rem auto;
  transition: all 0.5s;
}

.s6 .xsxx {
  margin-top: 0.5rem;
}

.s6 .xsxx .k+.k {
  margin-top: 0.3rem;
}

.s6 .xsxx .k h3 {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.24rem;
  color: #FFFFFF;
  border-left: 0.03rem solid #fff;
  padding-left: 0.13rem;
  margin-bottom: 0.15rem;
}

.s6 .xsxx ul li {
  width: 12.5%;
}

/* section7 */
.section7 {
  padding: 0.76rem 0 0.6rem 0;
}

.section7 .tit-c {
  justify-content: center;
}

.section7 .tit-c .k {
  text-align: center;
}

.s7 {
  margin-top: 0.5rem;
}

.s7 .con {
  position: relative;
}

.s7 .swiper-container {
  padding-right: 0.1rem;
}

.s7 .k ul li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.1rem;
}

.s7 .box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.s7 .icon {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 0.2rem 0px 0px 0px;
  background: #1C79D0;
  display: flex;
  align-items: center;
  padding-left: 0.15rem;
}

.s7 .s7-li1 .icon {
  background: #1742AA;
}

.s7 .s7-li2 .icon {
  background: #1777AA;
}

.s7 .s7-li3 .icon {
  background: #1C79D0;
}

.s7 .icon img {
  display: block;
  width: 0.42rem;
}

.s7 .r {
  flex: 1;
  min-width: 0;
  margin-top: 0.17rem;
  margin-left: -0.2rem;
  border-radius: 0.2rem 0px 0.2rem 0px;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(12, 46, 129, 0.1);
  padding: 0.24rem 0.1rem 0.4rem 0;
}

.s7 .date {
  font-size: 0.2rem;
  color: #1742AA;
  padding-left: 0.3rem;
  position: relative;
  z-index: 1;
}

.s7 .date::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.24rem;
  border-top: 1px solid #1742AA;
}

.s7 .tit {
  padding-left: 0.3rem;
  margin-top: 0.2rem;
  font-size: 0.2rem;
}

.s7 .tit span {
  margin-top: 0.2rem;
}

.s7 .swiper-pagination {
  position: static;
  margin-top: 0.4rem;
  font-size: 0;
}

.s7 .swiper-pagination span {
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(17, 57, 162, 0.2);
  border-radius: 50%;
  margin: 0 0.2rem !important;
  opacity: 1;
  transition: all 0.5s;
}

.s7 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #1139A2;
}

/* section8 */
.section8 {
  background: url(../images/section8-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 0.73rem 0 0.56rem 0;
}

.section8 .title {
  text-align: center;
}

.s8 .swiper-container {
  margin: 0 0.6rem;
}

.s8 .con .t {
  margin-top: 0.1rem;
}

.s8 .con .t p {
  font-size: 0.18rem;
  line-height: 0.36rem;
}

.s8 .con .t p b {
  font-weight: 700;
  color: #133885;
}

.s8 .con .sz {
  margin-top: 0.57rem;
  position: relative;
}

.s8 .con .sz ul li:nth-child(even) {
  margin-top: 0.4rem;
}

.s8 .con .sz ul li a {
  display: block;
}

.s8 .con .sz ul li a .pic {
  padding-top: 132.27%;
}

.s8 .con .sz ul li a p {
  text-align: center;
  margin-top: 0.16rem;
  font-size: 0.2rem;
  line-height: 0.26rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.s8 .swiper-button-prev,
.s8 .swiper-button-next {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background-color: #2787BB;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.08rem auto;
  transition: all 0.5s;
}

.s8 .swiper-button-prev {
  left: -0.3rem;
  background-image: url(../images/s8-prev.png);
}

.s8 .swiper-button-next {
  right: -0.3rem;
  background-image: url(../images/s8-next.png);
}

.s8 .swiper-button-prev:hover,
.s8 .swiper-button-next:hover {
  background-color: #224297;
}

/* section9 */
.section9 {
  background: url(../images/section9-bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 0.7rem 0 0.83rem 0;
}

.section9 .title {
  text-align: center;
}

.s9 {
  margin-top: 0.48rem;
}

.s9 .swiper-slide a {
  display: block;
}

.s9 .pic {
  padding-top: 65.11%;
}

.s9 p {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-top: 0.18rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* section10 */
.section10 {
  background-color: #F4FBFF;
}

.s10 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.33rem 0 0.5rem 0;
  background-image: url(../images/s10-tit.png);
  background-repeat: no-repeat;
  background-position: 0.55rem center;
  background-size: 1.85rem auto;
}

.s10 .con {
  flex: 1;
  min-width: 0;
  padding-left: 1.7rem;
}

.s10 .title {
  margin-top: 0.2rem;
}

.s10 .tit-c h3 {
  font-size: 0.28rem;
}

.s10 .lxfs ul {
  display: flex;
  flex-wrap: wrap;
}

.s10 .lxfs ul li {
  width: 33.33%;
}

.s10 .lxfs ul li .box {
  margin: 0.04rem 0.1rem;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.s10 .lxfs ul li .box span {
  display: contents;
}
/*
.s10 .lxfs ul li .box span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background: #FFDDDF;
  margin-right: 0.12rem;
}

.s10 .lxfs ul li .box span img {
  display: block;
  max-height: 0.18rem;
}

*/

/* hover效果 */
@media screen and (min-width: 1025px) {
  .more a:hover {
    font-weight: bold;
  }

  .s1 .tx .lj ul li:hover a {
    background: rgba(255, 255, 255, 0.25);
  }

  .gg-list ul li:hover {
    background: linear-gradient(90deg, rgba(29, 73, 188, 1) 0%, rgba(216, 216, 216, 0) 181%);
  }

  .s6 .kcxx ul li:hover a {
    background-image: url(../images/s6-sj.png);
    padding-left: 0.15rem;
    color: #fff;
  }

  .s7 ul li:hover .icon img {
    animation: icon-yh 1.5s linear;
  }
}


@media screen and (min-width: 920px) {
  .s7 .tit {
    max-height: 1.2rem;
    overflow-y: auto;
    padding-right:0.05rem;
  }
  
  
  .s7 .tit::-webkit-scrollbar {
    width: 0.04rem;
    height: 0.04rem;
    background: #F4FBFF;
  }
  
  .s7 .tit::-webkit-scrollbar-track {
    border-radius: 0.1rem;
    background-color: #F4FBFF;
  }
  
  .s7 .tit::-webkit-scrollbar-thumb {
    border-radius: 0.1rem;
    background-color: #1742aa;
  }

}

@media screen and (max-width: 1024px) {
  .tit-c p {
    font-size: 0.26rem !important;
    line-height: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem !important;
    line-height: 0.3rem !important;
  }
  .more a{
    line-height:0.26rem
  }

  .section1::after {
    left: 0;
    border-radius: 0;
  }

  .section1,
  .section2,
  .section4,
  .section5,
  .section6,
  .section7,
  .section8,
  .section9 {
    padding: 0.3rem 0;
  }

  .section1{
    margin-bottom: 0.3rem;
  }

  .section1 .con {
    position: relative;
    top: 0;
    padding: 0.3rem 0;
    margin-top: 0.3rem;
  }

  .section1 .con::before {
    left: 0;
    border-radius: 0;
  }

  .section1 .con ul {
    height: 2.8rem;
    overflow-y: auto;
    direction: rtl;
    padding-left: 0.3rem;
    margin-left: 0;
    width: 100%;
  }

  .s1 {
    padding-left: 0;
  }

  .s1 .tx h3 {
    font-size: 0.26rem;
  }

  .s1 .tx .tit {
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
  }

.s1 .zy {
  /* margin-top: 0.48rem; */
  height: auto;
  max-height:3.5rem;
  overflow: auto;
}

  .s1-l {
    margin-right: 0.3rem;
  }

  .section2 {
    margin-top: 0;
  }

  .section2 .tit-c h3 {
    padding-left: 0;
  }

  .s2-t {
    top: 0;
  }

  .s2-ban {
    margin-left: 0;
  }

  .s2-ban .swiper-pagination span {
    width: 0.08rem;
    height: 0.08rem;
  }

  .s2-ban .swiper-pagination span:first-child {
    top: 0.44rem;
  }

  .s2-ban .swiper-pagination span:nth-child(2) {
    right: 0.01rem;
  }

  .s2-ban .swiper-pagination span:nth-child(3) {
    left: 3.02rem;
    bottom: 0.06rem;
  }

  .s2-ban .swiper-pagination span:nth-child(4) {
    bottom: 0.47rem;
  }

  .s2-tit ul li a {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding: 0.2rem 0;
  }

  .s2-tit ul li.show a::after {
    width: 0.65rem;
  }

  .s2-ban ul li a {
    padding: 0.4rem;
  }

  .s2-ban .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 0.24rem;
    height: 0.24rem;
  }

  .section4 .tit-c .k+.k,
  .section7 .tit-c .k+.k {
    margin-left: 0.2rem;
  }

  .s4 {
    margin-top: 0.25rem;
  }

.dpzw {
  margin-top: 0.25rem;
}

  .s4 .qh-tit {
    padding: 0.2rem;
  }

  .s4 .qh-tit ul li {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }

  .s4 .qh-tit ul li.on {
    font-size: 0.2rem;
  }

  .s4 .qh-bd {
    padding: 0.2rem;
  }

  .s5 ul li {
    margin-top: 0.25rem;
  }

  .s5 ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding: 0 0 0 0.34rem;
    background-position: 0 0.04rem;
  }

  .tit2 h3 {
    font-size: 0.22rem;
  }

  .tit2 h3 span {
    width: 0.3rem;
    height: 0.24rem;
  }

  .s6 .xsxx .k h3 {
    font-size: 0.2rem;
  }

  .s6 .kcxx .k {
    padding: 0.2rem;
  }

  .s7 .swiper-pagination {
    margin-top: 0.2rem;
  }

  .s7 .icon {
    width: 0.7rem;
    height: 0.7rem;
  }

  .s7 .icon img {
    width: 0.32rem;
  }

  .s7 .swiper-pagination span {
    margin: 0 0.1rem !important;
  }

  .s8 .swiper-button-prev,
  .s8 .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }

  .s8 .swiper-button-prev {
    left: -10px;
  }

  .s8 .swiper-button-next {
    right: -10px;
  }

  .s8 .swiper-container {
    margin: 0 0.5rem;
  }

  .s8 .con .sz ul li a p {
    font-size: 0.18rem;
  }

  .s9 {
    margin-top: 0.25rem;
  }

  .s9 p {
    font-size: 0.18rem;
  }

  .s10 {
    padding: 0.3rem 0;
  }

  .s10 .tit-c h3 {
    font-size: 0.22rem !important;
  }

  .s10 .con {
    padding-left: 0.4rem;
  }
}

@media screen and (max-width: 920px) {
  .s1-l {
    margin: 0 auto;
  }

  .s1 .tx {
    flex: none;
    width: 100%;
    margin-top: 0.15rem;
  }

  .s1 .tx .tit {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .s1 .tx .lll {
    margin-top: 0.1rem;
  }

  .s1 .tx .lj {
    margin-top: 0.1rem;
  }

  .section1 .con {
    padding: 0.2rem 0;
    margin-top: 0.2rem;
  }

  .s2-ban {
    width: 3rem;
    margin: 0 auto;
  }

  .s2-ban ul li a {
    padding: 0.2rem;
  }

  .s2-ban .swiper-pagination span:first-child {
    left: 2.55rem;
  }

  .s2-ban .swiper-pagination span:nth-child(2) {
    top: 1.78rem;
  }

  .s2-ban .swiper-pagination span:nth-child(3) {
    left: 2.02rem;
  }

  .s2-ban .swiper-pagination span:nth-child(4) {
    bottom: 0.1rem;
  }

  .s2-ban .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 0.2rem;
    height: 0.2rem;
  }

  .s2-tit {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }

  .s2-tit ul {
    margin-top: 0.2rem;
  }

  .s4 .qh-tit {
    width: 100%;
    border-radius: 0;
  }

  .s4 .qh-bd {
    width: 100%;
    border-radius: 0;
  }

  .gg-list ul li {
    margin-top: 0.15rem;
  }

  .s5 ul li {
    width: 100%;
    margin-top: 0.15rem;
  }

  .s6 .kcxx ul li {
    width: 100%;
  }

  .s6 .xsxx ul li {
    width: 50%;
  }

  .s6 .kcxx .k {
    padding: 0.2rem 0.1rem;
  }

  .s7 {
    margin-top: 0.2rem;
  }

  .s7 .swiper-container {
    padding-right: 0;
  }

  .s7 .r {
    box-shadow: none;
    border: 1px solid rgba(12, 46, 129, 0.1);
  }

  .s8 .con .sz {
    margin-top: 0.25rem;
  }

  .section9 .title {
    text-align: left;
  }

  .s10 {
    background: none;
  }

  .s10 .title {
    margin-top: 0;
    margin-left: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .s10 .con {
    flex: none;
    width: 100%;
    padding-left: 0;
  }

  .s10 .lxfs ul li {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .s1 .tx .lj ul li a {
    padding: 0 0.24rem;
  }

  .s1 .tx .lj ul li:nth-child(2) {
    margin-left: 0.3rem;
  }

  .s8 .con .sz ul li:nth-child(even) {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {}