@charset "utf-8";

body {
  overflow-x: hidden;
  background-image: url(../images/section1-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 65.98% auto;
}
strong{
    font-weight: bold;
}
/*首页样式*/
.title {
  position: relative;
  z-index: 1;
}

.tit-c {}

.tit-c h3 {
  display: flex;
  align-items: center;
  font-family: sys-semibold;
  font-size: 0.42rem;
  font-weight: 600;
  line-height: 0.48rem;
  color: #2C2C2C;
}

.tit-c h3 span {
  display: block;
  font-family: yuweij;
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: -0.15em;
  color: #981B1E;
  margin-right: 0.1rem;
}

.tit-c h3>img {
  display: block;
  height: 0.48rem;
  margin-right: 0.05rem;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.more a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #9E9E9E;
  transition: all 0.5s;
}

.more a i {
  font-style: normal;
  color: #9B0D14;
}

.more a:hover {
  color: #9B0D14;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/
/* section1 */
.zjbg {
  position: relative;
  z-index: 1;
}

.zjbg::before {
  content: '';
  position: absolute;
  top: 0;
  left: -3.82rem;
  right: 0;
  height: 100%;
  background: url(../images/zjbg.png) no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.section1 {
  padding: 0.48rem 0 0.7rem 0;
  overflow: hidden;

}

.s1 {
  background: #EAE3D6;
  padding: 0.3rem;
}

.s1 .tx {
  background: #fff;
}

.s1 .tx .con {
  position: relative;
  z-index: 1;
  padding: 0.39rem 0.4rem 0.3rem 0.4rem;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
}

.s1 .tx .con::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.64rem;
  right: -0.64rem;
  height: 100%;
  background: url(../images/s1-tbg.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.s1 .tx .con ul {
  display: flex;
  flex-wrap: wrap;
}

.s1 .tx .con ul li {
  width: 33.33%;
  font-size: 0.16rem;
  line-height: 0.34rem;
}

.s1 .tx .con ul li .k {
  margin: 0 0.1rem;
}

.s1 .tx .grjj {
  padding: 0.42rem 0.55rem 0.88rem 0.55rem;
}

.s1 .tx .grjj .box {
  margin-top: 0.32rem;
}

.s1 .tx .grjj .box p {
  font-size: 0.16rem;
  line-height: 0.3rem;
 
}
.s1 .tx .grjj .box p img{
    max-width: 95%;
}

/* section3 */
.section3 {}

.s3 .con {
  padding: 0 8.33%;
  margin-top: 0.22rem;
}

.s3 .con ul li {
  padding: 0 0.95rem 0 0.45rem;
  transition: all 0.5s;
}

.s3 .con ul li:nth-child(2) {
  padding: 0 0.2rem;
}

.s3 .con ul li:nth-child(3) {
  padding: 0 0.23rem 0 0.72rem;
}

.s3 .con ul li:nth-child(4) {
  padding: 0 0.97rem 0 0.2rem;
}

.s3 .con ul li+li {
  margin-top: -0.08rem;
}

.s3 .con ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10rem;
  background: #FFFFFF;
  border: 1px solid #B28853;
  padding: 0.23rem 0.4rem 0.23rem 0.78rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s3 .con ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.36rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.s3 .con ul li .zs {
  right: 0.4rem;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #B28853;
  transition: all 0.5s;
}

.s3 .con ul li a::after {
  content: '';
  position: absolute;
  top: -0.1rem;
  left: 0.32rem;
  width: 0.41rem;
  height: 0.42rem;
  background: url(../images/s3-wh.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.5s;
}


/* section4 */
.section4 {
  padding: 0.77rem 0 0.56rem 0;
    overflow: hidden;
}

.section4 .title .box {
  display: flex;
  align-items: center;
}

.section4 .tit-c+.tit-c {
  margin-left: 0.36rem;
  position: relative;
  z-index: 1;
}

.section4 .tit-c+.tit-c::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.2rem;
  width: 0.08rem;
  height: 0.22rem;
  background: url(../images/s4-xx.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.section4 .more a {
  display: none;
}

.section4 .more a.on {
  display: block;
}

.section4 .tit-c {
  cursor: pointer;
}

.section4 .tit-c h3 {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.48rem;
}

.section4 .tit-c h3 span {
  font-family: sys-semibold;
  font-size: 0.24rem;
  font-weight: 600;
  color: #2C2C2C;
  margin-right: 0;
  letter-spacing: 0;
}

.section4 .tit-c.on h3 {
  font-size: 0.42rem;
}

.section4 .tit-c.on h3 span {
  font-family: yuweij;
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: -0.15em;
  color: #981B1E;
  margin-right: 0.1rem;
}

.section4 .tit-c h3>img {
  display: none;
}

.section4 .tit-c.on h3>img {
  display: block;
}

.s4 {
  margin-top: 0.3rem;
}

.s4 .con {
  position: relative;
  padding: 0;
}
.s4 .con p img{
max-width:95%
}

.s4 .k,
.s7 .k {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.s4 .k1 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s4 .k2 {}

.s4 .k.on,
.s7 .k.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s4 .qh-tit {
  width: 25%;
  border-radius: 0px 0px 0px 0.3rem;
  background: #9B0D14;
  padding: 0.5rem;
}

.s4 .qh-tit ul li {
  font-size: 0.2rem;
  padding: 0.06rem 0;
  line-height: 0.34rem;
  cursor: pointer;
  color: #F2E6CF;
  transition: all 0.5s;
}

.s4 .qh-tit ul li.on {
  font-size: 0.24rem;
  color: #fff;
}

.s4 .qh-tit ul {
  max-height: 3.6rem;
  overflow-y: auto;
}

.s4 .qh-tit ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background: rgba(234, 227, 214, 0.3);
}

.s4 .qh-tit ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(234, 227, 214, 0.3);
}

.s4 .qh-tit ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #F2E6CF;
}

.s4 .qh-bd {
  width: 75%;
  position: relative;
}

.s4 .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  border-radius: 0px 0.3rem 0px 0px;
  background: #FFFFFF;
  padding: 0.29rem 0.77rem 0.16rem 1.14rem;
overflow: hidden;
}

.s4 .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
overflow: hidden;
}

.s4 .qh-bd>div>img {
  display: block;
  max-width: 100%;
  max-height: 4.58rem;
  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;
}

.s4 .qh-tt {
  margin-top: 0.1rem;
}

.s4 .qh-tt ul li {
  display: none;
  font-family: Source Han Sans CN;
  font-size: 0.18rem;
  line-height: 0.48rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.s4 .qh-tt ul li.on {
  display: block;
}

.gg-list ul li {
  overflow: hidden;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.39) 0%, rgba(253, 238, 238, 0.6) 100%);
  background: linear-gradient(90deg, #F4E9DC 0%, rgba(244, 233, 219, 0) 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 {
  margin: 0.4rem 0;
}

.s5 .con {
  position: relative;
  z-index: 1;
}

.s5 .con ul li a {
  display: block;
  padding: 0.25rem 0.1rem;
  background: linear-gradient(180deg, #F4E9DC 0%, rgba(244, 233, 219, 0) 100%);
}

.s5 .con ul li a h3 span {
  display: inline-block;
  color: #B72128;
  margin-right: 0.2rem;
}

.s5 .con ul li a h3 {
  font-size: 0.16rem;
  line-height: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

/* section6 */
.tit2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.tit2 h3 {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.5rem;
  color: #000;
}

.tit2 h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  background: #FFFFFF;
  border: 1px dashed #B28853;
  border-radius: 50%;
  margin-right: 0.14rem;
}

.tit2 h3 span img {
  display: block;
  height: 0.29rem;
}

.section6 {
  padding: 0.64rem 0 1.34rem 0;
}

.s6 {
  padding-left: 0.4rem;
}

.s6 .kcxx {
  margin-top: 0.35rem;
}

.s6 .kcxx ul {
  display: flex;
  flex-wrap: wrap;
  margin-left:0.55rem;
}

.s6 .kcxx ul li {
  width: 33.33%;
}

.s6 .kcxx ul li a {
  display: block;
  margin: 0 0.1rem;
  font-size: 0.18rem;
  line-height: 0.4rem;
  background: url(../images/s6-zs.png) no-repeat left 0.135rem;
  background-size: 0.13rem auto;
  padding-left: 0.23rem;
}

.s6 .xsxx .boxcon {
  border-radius: 0px 0.3rem 0px 0.3rem;
  background: #FFFFFF;
  border: 1px solid #DBD2C3;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.s6 .xsxx .boxcon::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 0.3rem solid #9B0D14;
  border-bottom: 0.3rem solid #9B0D14;
  border-top: 0.3rem solid transparent;
  border-left: 0.3rem solid transparent;
  z-index: -1;
}

.s6 .xsxx .box {
  display: flex;
  flex-wrap: wrap;
}

.s6 .xsxx .box+.box {
  border-top: 1px solid #DBD2C3;
}

.s6 .xsxx .box .tit {
  width: 1.5rem;
  background: #9B0D14;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
}

.s6 .xsxx ul {
  flex: 1;
  min-width: 0;
  padding: 0.25rem 0.4rem;
  margin-left:0 !important;
}

.s6 .xsxx ul li {
  width: 20%;
}

/* section7 */
.s7 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: .2rem 0;
}

.s7 .title {
  margin-bottom: 0.2rem;
}

.s7-r .title {
  margin-left: 1.02rem;
}

.s7-l {
  width: 53.33%;
}

.s7-r {
  width: calc(46.67% + 0.7rem);
  margin-top: 0.22rem;
  margin-left: -0.7rem;
}

.s7 .con {
  background: #FFFFFF;
  padding: 0.4rem;
  position: relative;
  z-index: 1;
}

.s7-l .con {
  padding: 0.4rem 1.1rem 0.65rem 0.4rem;
}

.s7-l .con::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-right: 0.35rem solid #C8AE8B;
  border-bottom: 0.45rem solid #C8AE8B;
  border-left: 0.35rem solid transparent;
  border-top: 0.45rem solid transparent;
  z-index: -1;
}

.s7-r .con {
  padding: 0.4rem 0.4rem 0.75rem 0.4rem;
  box-shadow: 0px 4px 16px 0px rgba(200, 174, 139, 0.5);
}

.s7-r .con::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 0.3rem solid #9B0D14;
  border-bottom: 0.3rem solid #9B0D14;
  border-left: 0.3rem solid transparent;
  border-top: 0.3rem solid transparent;
  z-index: -1;
}

.s7 .box {
  max-height: 1.77rem;
  overflow-y: auto;
}

.s7 .box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background: #EAE3D6;
}

.s7 .box::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #EAE3D6;
}

.s7 .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #B28853;
}

.s7 .box ul li {
  background-image: url(../images/s7-zs.png);
  background-repeat: no-repeat;
  background-position: left 0.4rem;
  background-size: 0.37rem auto;
  padding: 0.15rem 0 0.15rem 0.48rem;
  position: relative;
  z-index: 1;
}

.s7 .box ul li::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0.065rem;
  bottom: -0.25rem;
  border-left: 1px dashed #B28853;
  z-index: -1;
}

.s7 .box ul li:last-child:before {
  bottom: 0.25rem;
}

.s7 .box ul li span {
  display: block;
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #B28853;
}

.s7 .box ul li .b {}

.s7 .box ul li .b dl {
  display: flex;
  flex-wrap: wrap;
}

.s7 .box ul li .b dd {
  font-size: 0.18rem;
  line-height: 0.34rem;
  position: relative;
  z-index: 1;
}

.s7 .box ul li .b dd+dd {
  margin-left: 0.3rem;
}

.s7 .box ul li .b dd+dd::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.14rem;
  height: 0.16rem;
  border-left: 1px solid #333;
}


/* section8 */
.section8 {
  padding: 0.3rem 0 .5rem;
}

.s8 {
  margin-top: 0.47rem;
}

.s8::before {
  content: '';
  position: absolute;
  top: -0.47rem;
  right: 0;
  width: 0.71rem;
  height: 0.72rem;
  background-image: url(../images/s8-dh.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.s8 .con .t h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #B28853;
}

.s8 .con .t p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-top: 0.28rem;
}

.s8 .con .sz {
  margin-top: 0.3rem;
  border-top: 1px dashed #DBD2C3;
  padding-top: 0.3rem;
}

.s8 .con .sz ul {
  display: flex;
  flex-wrap: wrap;
}

.s8 .con .sz ul li {
  margin-right: 0.28rem;
  margin-bottom: 0.1rem;
}

.s8 .con .sz ul li a {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-radius: 50%;
  background: #EAE3D6;
  font-size: 0.18rem;
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.s8 .con .sz ul li.gd a {
  line-height: 0.6rem;
  font-size: 0.48rem;
  background: #8C0007;
  color: #fff;
}

.s8 .con .sz ul li a:hover {
  background: #B28853;
  color: #fff;
}

/* section9 */
.s9 {
  margin: 0.44rem 0;
}

.s9 .swiper-slide a {
  display: block;
}

.s9 .pic {
  padding-top: 62.5%;
}

.s9 p {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.36rem;
  margin-top: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* section10 */
.section10 {
  padding: 0.2rem 0 1rem 0;
  position: relative;
  z-index: 1;
}

.s10-bg {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 27.96%;
  z-index: -1;
}

.s10 .lxfs {
  margin-top: 0.3rem;
}

.s10 .lxfs ul {
  display: flex;
  flex-wrap: wrap;
}

.s10 .lxfs ul li {
  width: 33.33%;
}

.s10 .lxfs ul li .box {
  margin: 0.04rem 0.05rem;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  line-height: 0.26rem;
}

/* 
.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;
}*/

.list-paddingleft-2 {
  padding-left: 20px;
}

.list-paddingleft-2 li {
  width: 100% !important;
}

.list-paddingleft-2 li p {
  text-indent: 0em !important;
}

.s5 .con .art-fj {
  margin-top: 0.48rem;
}

.s5 .con .art-fj h3 {
  line-height: 0.4rem;
  font-size: 0.24rem;
  position: relative;
}

.s5 .con .art-fj ul {
  margin-top: 0.1rem;
}

.s5 .con .art-fj ul li {
  width: 100% !important;
}

.s5 .con .art-fj ul li a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin: 0.1rem 0;
  background: none !important;
  padding: 0 !important;
}

.s5 .con .art-fj ul li:hover a {
  color: #9B0D14;
}

/* hover效果 */
@media screen and (min-width: 1025px) {
  .s3 .con ul li:hover {
    padding: 0;
  }

  .s3 .con ul li:hover a {
    border: 1px solid #9B0D14;
  }

  .s3 .con ul li:hover a h3 {
    font-weight: bold;
    color: #9B0D14;
  }

  .s3 .con ul li:hover .zs {
    width: 0.36rem;
    height: 0.36rem;
    background: url(../images/s3-zs.png) no-repeat;
    background-size: 100% 100%;
  }

  .s3 .con ul li:hover a::after {
    opacity: 1;
  }

  .s5 .con ul li:hover a h3 {
    font-weight: bold;
  }
}


@media screen and (max-width: 1024px) {
  body {
    padding-left: 0;
  }

  .s1 .tx .con ul li {
    width: 50%;
  }

  #asideNav {
    position: static;
    width: 100%;
    background-image: none;
    padding-top: 0.4rem;
  }

  #asideNav .con {
    margin: 0 auto;
    margin-top: 0.2rem;
  }

  #asideNav .con h3 {
    font-size: 0.26rem;
    color: #333;
  }

  #asideNav .con p {
    margin-top: 0.15rem;
  }

  #asideNav .con .lll {
    color: #333;
    margin-top: 0.15rem;
  }

  #asideNav .lj ul li a {
    color: #333;
  }

  .tit-c h3,
  .section4 .tit-c.on h3 {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .tit-c h3 span,
  .section4 .tit-c.on h3 span {
    font-size: 0.3rem;
    letter-spacing: -0.1em;
    margin-right: 0.05rem;
  }

  .tit-c h3>img {
    height: 0.32rem;
  }

  .section1,
  .section4,
  .section6,
  .section8,
  .section10 {
    padding: 0.4rem 0;
  }

  .s1 {
    padding: 0.1rem;
  }

  .s1 .tx .con::before {
    content: none;
  }

  .s1 .tx .con {
    padding: 0.2rem;
  }

  .s1 .tx .grjj {
    padding: 0.2rem;
  }

  .s1 .tx .grjj .box {
    margin-top: 0.2rem;
  }

  .section4 .tit-c h3,
  .section4 .tit-c h3 span {
    font-size: 0.22rem;
  }

  .s4,
  .s5,
  .s8,
  .s9 {
    margin-top: 0.2rem;
  }
 .s8{
    position: relative;
}

  .s4 .qh-tit {
    padding: 0.2rem;
  }

  .s4 .qh-tit ul li {
    font-size: 0.18rem;
  }

  .s4 .qh-tit ul li.on {
    font-size: 0.2rem;
  }

  .s4 .qh-bd>div {
    padding: 0.2rem;
  }

  .s6 {
    padding-left: 0;
  }

  .tit2 h3 span {
    width: 0.4rem;
    height: 0.4rem;
  }

  .tit2 h3 span img {
    height: 0.2rem;
  }

  .tit2 {
    margin-bottom: 0.15rem;
  }

  .tit2 h3 {
    font-size: 0.22rem;
    line-height: 0.4rem;
  }
  .s6 .kcxx ul {
     margin-left:0.4rem;
   }
  .s8 .con .t h3 {
    font-size: 0.2rem;
  }

  .s8 .con .t p {
    margin-top: 0.2rem;
  }

  .s8 .con .sz {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }

  .s8 .con .sz ul li a {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }

  .s8 .con .sz ul li.gd a {
    line-height: 0.4rem;
  }

  .s8::before {
    top: -0.4rem;
    width: 0.5rem;
    height: 0.51rem;
  }

  .s9 p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
  }
}

@media screen and (max-width: 920px) {
  .s1 .tx .con ul li {
    width: 100%;
  }

  .s3 .con ul li a {
    padding: 0.2rem;
  }

  .s3 .con {
    padding: 0;
  }

  .s4 .qh-tit {
    width: 100%;
  }

  .s4 .qh-bd {
    width: 100%;
  }

  .s6 .kcxx ul li {
    width: 100%;
  }

  .s6 .xsxx ul li {
    width: 50%;
  }

  .s6 .xsxx .box .tit {
    width: 100%;
    padding: 0.2rem;
  }

  .s6 .xsxx ul {
    flex: none;
    width: 100%;
    padding: 0.2rem;
  }

  .s6 .xsxx .boxcon::after {
    content: none;
  }

  .s7-l {
    width: 100%;
  }

  .s7-r {
    width: 100%;
    margin-left: 0;
  }

  .s7-l .con::after,
  .s7-r .con::after {
    content: none;
  }

  .s7-l .con,
  .s7-r .con {
    padding: 0.2rem;
  }

  .s7-r .title {
    margin-left: 0;
  }

  .s10 .lxfs ul li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .s3 .con ul li {
    padding: 0 !important;
  }

}