@charset "utf-8";

body {
  overflow-x: hidden;
  background-image: url(../images/body-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

/*首页样式*/
.title {
  position: relative;
  z-index: 1;
}

.tit-c {
  display: flex;
  align-items: center;
}

.tit-c h3 {
  display: flex;
  align-items: center;
  font-family: sys;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.68rem;
  padding-left: 0.23rem;
  padding-right: 0.64rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

.tit-c h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.02rem;
  background: url(../images/tit-bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.tit-c h3::after {
  content: '';
  position: absolute;
  top: 0.06rem;
  left: 0.15rem;
  width: 0.64rem;
  height: 0.79rem;
  background: url(../images/tit-rx.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.tit-c h3>img {
  display: block;
  height: 0.24rem;
  margin-right: 0.16rem;
}

.tit-c p {
  margin-left: 0.09rem;
  font-family: sys;
  font-size: 0.22rem;
  font-weight: bold;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #646464;
  padding-right: 0.78rem;
  background-image: url(../images/more1.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.23rem auto;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.more a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.12rem;
  width: 0.48rem;
  border-top: 1px solid #AE1A21;
  z-index: -1;
  transition: all 0.5s;
}

.more a:hover {
  color: #A9181F;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/
/* section1 */
.index {
  padding-bottom: 0.6rem;
  background: url(../images/index-bg.png) no-repeat right bottom;
  background-size: 31.45% auto;
}

.s123-bg {
  background: url(../images/s123-bg.png) no-repeat center top;
  background-size: 100% auto;
}

.s456-bg {
  background: url(../images/s456-bg.png) no-repeat center top;
  background-size: 100% auto;
}

.section1 {
  padding: 0.75rem 0 0.96rem 0;
  overflow: hidden;
  background: #A7181F url(../images/secton1-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.section1::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6.24rem;
  height: 6.6rem;
  background: url(../images/s1-t.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.fwl {
  position: absolute;
  left: calc(50% + 2.4rem);
  top: 0.07rem;
  font-size: 0.22rem;
  line-height: 0.48rem;
  color: #FFFFFF;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.s1::before {
  content: '';
  position: absolute;
  top: 0.25rem;
  height: 88%;
  left: 2.5rem;
  right: 0;
max-height: 4.3rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(240, 133, 121, 0.2) 100%);
}

.s1-l {
  width: 4.85rem;
  height: 4.6rem;
  background: url(../images/s1-picbg.png) no-repeat center;
  background-size: 98.14% auto;
  padding-top: 0.23rem;
  padding-left: 0.58rem;
  margin-right: 0.48rem;
}

.s1-l .pic {
  padding-top: 100%;
  border-radius: 50%;
}

.s1 .tx {
  flex: 1;
  min-width: 0;
  padding-right: 3rem;
}

.s1 .tx h3 {
  display: inline-block;
  font-family: sys;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.52rem;
  color: #FFFFFF;
  padding: 0 0.3rem;
  position: relative;
  z-index: 1;
}

.s1 .tx h3::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #A7181F;
  border-radius: 0.1rem;
  transform: skewX(-10deg);
  z-index: -1;
}

.s1 .tx h3::before {
  content: '';
  position: absolute;
  top: 0.03rem;
  left: 0.03rem;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  border: 1px solid #A7181F;
  border-radius: 0.1rem;
  transform: skewX(-10deg);
  z-index: -1;
}

.s1 .tx .con {
  margin-top: 0.33rem;
}

.s1 .tx .con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1 .tx .con ul li {
  width: 48%;
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}

.s1 .tx .con ul li:last-child {
  width: 100%;
}

.s1 .tx .lj {
  margin-top: 0.34rem;
}

.s1 .tx .lj ul {
  display: flex;
  flex-wrap: wrap;
}

.s1 .tx .lj ul li:nth-child(2) {
  margin-left: 0.34rem;
}

.s1 .tx .lj ul li a {
  display: block;
  font-size: 0.24rem;
  line-height: 0.36rem;
  padding: 0.1rem 0.3rem;
  color: #FFFFFF;
  border-radius: 0.33rem;
  background: #A7181F;
  transition: all 0.5s;
}

.s1 .tx .lj ul li:nth-child(2) a {
  background: #DE9138;
}

.s1-bbg {
  display: block;
  width: 70.57%;
}


/* section2 */
.section2 {
  margin-top: 0.75rem;
}

.s2,
.s3,
.s4,
.s5,
.s6,
.s7,
.s8,
.s9,
.s10 {
  position: relative;
  z-index: 1;
}

.s2 .con,
.s3 .con,
.s4 .con,
.s5 .con,
.s6 .con,
.s7 .con,
.s8 .con,
.s9 .con,
.s10 .con {
  border-radius: 0.4rem 0px 0.3rem 0px;
  background: linear-gradient(180deg, #FFF9F9 0%, #FFFFFF 100%);
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(191, 191, 191, 0.3);
  padding: 0.44rem 0.55rem;
}

.s2 .con {
overflow:auto;
}


.s2 .con p {
  font-size: 0.18rem;
  line-height: 0.36rem;
}


.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: #B51C23;
}


/* section3 */
.section3,
.section4,
.section5,
.section6,
.section7,
.section8,
.section9,
.section10 {
  margin-top: 0.53rem;
}

.s3 .con ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.46rem;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
}


/* section4 */
.section4 .tit-c .l,
.section7 .tit-c .l {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.section4 .tit-c .l::before,
.section7 .tit-c .l::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1.02rem;
  right: 0;
  background: rgba(249, 220, 220, 0.6);
  border-radius: 0.2rem 0.4rem 0 0;
}

.section4 .tit-c h3,
.section7 .tit-c h3 {
  color: #A9181F;
  cursor: pointer;
}

.section4 .tit-c h3.on,
.section7 .tit-c h3.on {
  color: #fff;
}

.section4 .tit-c h3>img,
.section7 .tit-c h3>img {
  display: none;
}

.section4 .tit-c h3.on>img,
.section7 .tit-c h3.on>img {
  display: block;
}

.section4 .tit-c h3::before,
.section4 .tit-c h3::after,
.section7 .tit-c h3::before,
.section7 .tit-c h3::after {
  content: none;
}

.section4 .tit-c h3.on::before,
.section4 .tit-c h3.on::after,
.section7 .tit-c h3.on::before,
.section7 .tit-c h3.on::after {
  content: "";
}

.section4 .tit-c .r p,
.section7 .tit-c .r p {
  display: none;
}

.section4 .tit-c .r p.on,
.section7 .tit-c .r p.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 .lj {
  display: none;
}

.s4 .con {
  position: relative;
  padding: 0;
}

.s4 .con p {
  font-size: 0.18rem;
  line-height: 0.36rem;
}

.s4 .k,
.s7 .k {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.s4 .k1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.55rem;
}

.s4 .k2 {
  padding: 0.55rem;
}

.s4 .k.on,
.s7 .k.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s4 .qh-tit {
  width: 26.38%;
}

.s4 .qh-tit ul li {
  font-size: 0.22rem;
  line-height: 0.5rem;
  margin-top: 0.16rem;
  padding: 0 0.1rem 0 0.98rem;
  cursor: pointer;
  background-image: url(../images/s4-sj1.png);
  background-size: 0.18rem auto;
  background-repeat: no-repeat;
  background-position: 0.6rem center;
}

.s4 .qh-tit ul li.on {
  background-color: #B51C23;
  background-image: url(../images/s4-sj2.png);
  color: #fff;
}

.s4 .qh-bd {
  width: 65.38%;
  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%;
}

.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;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.39) 0%, rgba(253, 238, 238, 0.6) 100%);
  padding: 0 0.2rem;
  margin-top: 0.15rem;
  line-height: 0.6rem;
  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;
}

.gg-list ul li span {
  display: block;
  float: right;
  font-size: 0.16rem;
  color: #999;
  margin-left: 15px;
}

/* section5 */
.s5 .con {
  position: relative;
  z-index: 1;
}

.s5 .con::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.37rem;
  height: 3.14rem;
  width: 29.13%;
  height: 80.51%;
  background: url(../images/s5-conbg.png) no-repeat right bottom;
  background-size: auto 100%;
  z-index: -1;
}

.s5 .con ul li a {
  display: flex;
  align-items: center;
  padding: 0.14rem 0.3rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.39) 0%, rgba(253, 238, 238, 0.6) 100%);
}

.s5 .con ul li+li {
  margin-top: 0.18rem;
}

.s5 .con ul li a span {
  display: inline-block;
  width: 0.68rem;
  line-height: 0.34rem;
  text-align: center;
  font-size: 0.18rem;
  color: #B72128;
  margin-right: 0.3rem;
  border-radius: 0.17rem;
  background: #FDECEC;
}

.s5 .con ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.34rem;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
}


/* section6 */
.tit2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.tit2 h3 {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.42rem;
  color: #B72128;
}

.tit2 h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  text-align: center;
  background: #FAE9EA;
  border-radius: 50%;
  margin-right: 0.16rem;
}

.tit2 h3 span img {
  display: block;
  height: 0.24rem;
}

.tit2 .x {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
  height: 0.1rem;
  margin-left: 0.1rem;
}

.tit2 .x::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(183, 33, 40, 0) 0%, #B72128 100%);
  opacity: 0.6;
  z-index: -1;
}

.tit2 .x::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(183, 33, 40, 0) 0%, #B72128 100%);
  opacity: 0.6;
  z-index: -1;
}

.s6 .kcxx ul {
  display: flex;
  flex-wrap: wrap;
}

.s6 .kcxx ul li {
  width: 25%;
}

.s6 .kcxx ul li a {
  display: block;
  margin: 0 0.1rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
}

.s6 .xsxx {
  margin-top: 0.5rem;
}

.s6 .xsxx ul li {
  width: 12.5%;
}

/* section7 */
.s7 .con {
  position: relative;
}

.s7 .k ul li {
  display: flex;
  align-items: flex-start;
}

.s7 .k ul li+li {
  margin-top: 0.38rem;
}

.s7 .date {
  width: 1.95rem;
}

.s7 .date span {
  display: block;
  width: 1.95rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-left: 0.18rem;
  background: url(../images/s7-datebg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.18rem;
  color: #B61D24;
}

.s7 .r {
  flex: 1;
  min-width: 0;
  background: url(../images/s7-d.png) no-repeat left 0.12rem;
  background-size: 0.18rem auto;
  padding-left: 0.38rem;
  margin-left: 0.15rem;
  margin-right: 0.3rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

.s7 .r::before {
  content: '';
  position: absolute;
  top: 0.25rem;
  height: calc(100% + 0.38rem);
  left: 0.09rem;
  border-left: 1px solid #FFEDEE;
  z-index: -1;
}

.s7 ul li:last-child .r::before {
  content: none;
}

.s7 .tit {
  /* width: 70%; */
}

.s7 .r>div {
  margin-right: 0.5rem;
  display: inline-block;
}

.s7 .tit h3 {
  font-size: 0.18rem;
  line-height: 0.4rem;
}

.s7 .zw {
  font-size: 0.18rem;
  line-height: 0.4rem;
  min-width: 1.2rem;
}

/* section8 */
.s8 .con .t p {
  font-size: 0.18rem;
  line-height: 0.42rem;
}

.s8 .con .t p b {
  font-weight: 700;
}

.s8 .con .sz {
  margin-top: 0.57rem;
}

.s8 .con .sz ul li a {
  display: block;
}

.s8 .con .sz ul li a .pic {
  padding-top: 115%;
}

.s8 .con .sz ul li a p {
  text-align: center;
  margin-top: 0.08rem;
  font-size: 0.18rem;
  line-height: 0.42rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* section9 */
.s9 .con {
  padding-bottom: 0.15rem;
}

.s9 .swiper-slide a {
  display: block;
}

.s9 .pic {
  padding-top: 65.11%;
}

.s9 p {
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.48rem;
  margin-top: 0.18rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* section10 */
.s10 .lxfs ul {
  display: flex;
  flex-wrap: wrap;
}

.s10 .lxfs ul li {
  width: 33.33%;
}

.s10 .lxfs ul li .box {
  margin: 0.2rem 0.1rem;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  line-height: 0.24rem;
  align-items: flex-start;
}

.s10 .lxfs ul li .box span:first-of-type {
  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:last-of-type {
  display: contents;
}


.s10 .lxfs ul li .box span img {
  display: block;
  max-height: 0.18rem;
}



/* hover效果 */
@media screen and (min-width: 1025px) {
  .more a:hover {
    /* padding-right: 0.58rem; */
  }

  .more a:hover::before {
    /* width: 0.28rem; */
  }

  .s1 .tx .lj ul li:hover a {
    border-radius: 0.2rem;
  }

  .section4 .lj:hover {
    right: 0.05rem;
  }

  .gg-list ul li:hover {
    left: 5px;
  }

  .s8 .con .sz ul li:hover a p {
    font-weight: bold;
  }
}


@media screen and (max-width: 1024px) {
  .section1 {
    padding: 0.4rem 0;
  }

  .fwl {
    font-size: 0.18rem;
    left: calc(50% + 1.4rem);
  }

  .s1::before {
    left: 1.5rem;
    top: 0.15rem;
    height: 66%;
  }

  .s1-l {
    width: 3rem;
    height: 2.85rem;
    padding-top: 0.1rem;
    padding-left: 0.38rem;
    margin-right: 0.3rem;
  }

  .s1 .tx h3 {
    font-size: 0.24rem;
    padding: 0 0.15rem;
    line-height: 0.42rem;
  }

  .s1 .tx h3::before {
    top: 0.01rem;
    left: 0.01rem;
  }

  .s1 .tx {
    padding-right: 1.6rem;
  }

  .section1::after {
    width: 2.6rem;
    height: 2.75rem;
  }

  .s1 .tx .con ul li {
    margin-bottom: 0.1rem;
  }

  .s1 .tx .lj ul li a {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding: 0.05rem 0.2rem;
  }

  .s1 .tx .lj ul li:nth-child(2) {
    margin-left: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.24rem;
    line-height: 0.5rem;
    padding-left: 0.1rem;
    padding-right: 0.25rem;
  }

  .tit-c h3>img {
    height: 0.2rem;
    margin-right: 0.1rem;
  }

  .tit-c p {
    font-size: 0.16rem;
  }

  .tit-c h3::before {
    height: 0.5rem;
  }

  .section2 {
    margin-top: 0.3rem;
  }

  .section3,
  .section4,
  .section5,
  .section6,
  .section7,
  .section8,
  .section9,
  .section10 {
    margin-top: 0.3rem;
  }

  .s2 .con,
  .s3 .con,
  .s4 .con,
  .s5 .con,
  .s6 .con,
  .s7 .con,
  .s8 .con,
  .s9 .con,
  .s10 .con {
    border-radius: 0.2rem 0px 0.15rem 0px;
    box-shadow: 0px 0.02rem 0.05rem 0px rgba(191, 191, 191, 0.3);
    padding: 0.25rem;
  }

  .section4 .lj a {
    font-size: 0.24rem;
  }

  .section4 .lj a img {
    width: 0.24rem;
  }

  .s4 .k1 {
    padding: 0;
  }

  .s4 .qh-tit ul li {
    font-size: 0.18rem;
    padding: 0 0.1rem 0 0.68rem;
    background-position: 0.4rem center;
  }

  .s4 .qh-bd>div p {
    font-size: 0.16rem;
  }

  .s4 .k2 {
    padding: 0;
  }

  .gg-list ul li {
    margin-top: 0.1rem;
  }

  .more a {
    background-size: 0.2rem auto;
    padding-right: 0.5rem;
  }

  .more a::before {
    width: 0.3rem;
  }

  .s5 .con ul li a {
    padding: 0.14rem 0.15rem;
  }

  .s5 .con::after {
    width: 2.6rem;
    height: 1.87rem;
  }

  .tit2 h3 {
    font-size: 0.2rem;
    line-height: 0.36rem;
  }

  .tit2 h3 span {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.12rem;
  }

  .tit2 h3 span img {
    height: 0.2rem;
  }

  .s6 .xsxx {
    margin-top: 0.3rem;
  }

  .tit2 .x {
    height: 0.06rem;
  }

  .s7 .tit {
    width: auto;
    flex: 1;
    min-width: 0;
  }

  .s7 .k ul li+li {
    margin-top: 0.2rem;
  }

  .s8 .con .sz {
    margin-top: 0.3rem;
  }

  .s9 p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.1rem;
  }

  .s10 .lxfs ul li .box {
    margin: 0.1rem;
  }
}

@media screen and (max-width: 920px) {
  .index {
    padding-bottom: 0.3rem;
  }

  .s2 .con,
  .s3 .con,
  .s4 .con,
  .s5 .con,
  .s6 .con,
  .s7 .con,
  .s8 .con,
  .s9 .con,
  .s10 .con {
    padding: 0.15rem;
  }

  .section1 {
    background: #A7181F url(../images/secton1-bgm.png) no-repeat center;
    background-size: cover;
  }

  .s1::before {
    content: none;
  }

  .s1-l {
    margin: 0 auto;
  }

  .fwl {
    left: auto;
    right: 15px;
    color: #A7181F;
    font-size: 12px;
  }

  .s1-bbg {
    display: none;
  }

  .s1 .tx {
    flex: none;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .s1 .tx h3 {
    margin-top: 0.25rem;
  }

  .section1::after {
    content: none;
  }

  .s1 .tx .con ul {
    display: block;
  }

  .s1 .tx .con ul li {
    width: 100%;
  }

  .s1 .tx .lj {
    margin-top: 0.3rem;
  }

  .s1 .tx .lj ul {
    justify-content: center;
  }

  .s4 .qh-tit,
  .s4 .qh-bd {
    width: 100%;
  }

  .s4 .qh-bd {
    margin-top: 0.25rem;
  }

  .s6 .kcxx ul li {
    width: 50%;
  }

  .s7 .r {
    flex: none;
    width: 100%;
    margin-top: 0.15rem;
    display: block;
  }

  .s7 .r::before {
    content: none;
  }

  .s7 .k ul li {
    display: block;
  }

  .s7 .tit {
    flex: none;
    /* width: 100%; */
    margin-left: 0;
    margin-right: 0;
  }

  .s7 .zw {
    /* margin-top: 0.05rem; */
  }

  .s10 .lxfs ul li {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {

  .section4 .title .lj {
    display: none;
    top: 0.1rem;
  }


  .s4 .lj {
    display: block;
    right: auto;
    left: 0.15rem;
    top: 0.2rem;
    z-index: 2;
  }

  .s4 .con {
    padding-top: 0.7rem;
  }

  .s6 .kcxx ul li {
    width: 100%;
  }

  .s6 .xsxx ul li {
    width: 50%;
  }

  .s10 .lxfs ul li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .tit-c p {
    display: none;
  }

  .s4 .qh-tit ul li {
    padding: 0 0.1rem 0 0.5rem;
    background-position: 0.2rem center;
  }

  .section4 .tit-c .r,
  .section7 .tit-c .r {
    display: none;
  }
}