.head .title {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1.6rem;
  margin: 0 auto;
  background: #fff;
  border-top: 0.01rem solid transparent;
  box-shadow: 0 0.04rem 0.14rem 0 rgba(0, 0, 0, 0.21);
}
.head .wza {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 2rem;
  margin: 0.19rem auto 0;
}

.head .mauto {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 12rem;
  margin: 0.19rem auto 0;
}
.head .logo {
  display: inline-block;
}
.head .logo img {
  width: 3.46rem;
  height: 0.74rem;
}
.head .list {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
}
.head .list li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.33rem;
}
.head .list li:hover a,
.head .list li.cur a {
  color: #015293;
}
.head .list li:hover::after,
.head .list li.cur::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -0.1rem;
  width: 100%;
  height: 0.04rem;
  background: #015293;
}
.head .search-icon {
  display: none;
  width: 0.22rem;
  height: 0.22rem;
  cursor: pointer;
}
.head .search-wrapper {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 19.2rem;
  height: 1.55rem;
  top: 1.2rem;
  left: 50%;
  margin-left: -9.6rem;
  background: white;
}
.head .search-wrapper .input-wrapper {
  position: relative;
  width: 12rem;
  height: 0.81rem;
  margin: 0.45rem auto 0;
  background: #f9f9f9;
}
.head .search-wrapper input {
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  padding: 0 1rem 0 0.28rem;
  box-sizing: border-box;
}
.head .search-wrapper input::placeholder {
  color: #333;
}
.head .search-wrapper a {
  position: absolute;
  top: 50%;
  right: 0.29rem;
  margin-top: -0.11rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #cf0000;
}
.head .big-pic {
  max-width: 19.2rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .head .title {
    width: 7.5rem;
    height: 2.1rem;
    margin: 0 auto;
    background: #fff;
    border-top: 0.01rem solid transparent;
    box-shadow: 0 0.04rem 0.14rem 0 rgba(0, 0, 0, 0.21);
  }
.head .wza {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 3.5rem;
  margin: 0.19rem auto 0;
}  
.head .mauto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 7.5rem;
    margin: 0.23rem auto 0;
  }
  .head .logo {
    display: inline-block;
    margin-left: 0.15rem;
  }
  .head .logo img {
    width: 4.57rem;
    height: 1.05rem;
  }
  .search {
    width: 1.23rem;
    height: 0.88rem;
    line-height: 0.88rem;
    margin: 0 0.24rem 0 0;
    background: #cf0000;
    border-radius: 0.1rem;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    color: white;
  }
  .head .big-pic {
    display: block;
    width: 7.5rem;
    height: 4.81rem;
    margin: 0 auto;
  }
  .head .big-pic img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 6.61rem;
    height: 1.67rem;
    margin: auto;
  }
  .head .mask {
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    display: none;
    width: 7.5rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.66);
  }
  .head .mask .close {
    position: absolute;
    top: 0.31rem;
    left: 0.28rem;
    width: 0.36rem;
    height: 0.36rem;
  }
  .head .mask .nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.5rem;
    height: 100%;
    background: #f9f9f9;
    opacity: 1;
  }
  .head .mask .tt {
    width: 6.5rem;
    height: 0.9rem;
    padding: 0.27rem 0 0.27rem 0.36rem;
    background: #cf0000;
    font-size: 0.36rem;
    font-weight: bold;
    color: white;
  }
  .head .mask ul {
    overflow: auto;
    max-height: 72%;
    margin-left: 0.54rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
  }
  .head .mask li {
    height: 1.02rem;
    padding-top: 0.7rem;
    padding-right: 0.48rem;
    line-height: 0.32rem;
  }
  .head .mask li a {
    display: block;
    width: 100%;
    background: url(../images/right2023.png) no-repeat;
    background-size: 0.14rem 0.22rem;
    background-position: right center;
  }
  .head .mask li a:hover,
  .head .mask li a.cur {
    color: #cf0000;
    background-image: url(../images/right-hov2023.png);
  }
  .head .mask .in {
    position: absolute;
    bottom: 0.56rem;
    right: 0.24rem;
    width: 6.02rem;
    height: 0.88rem;
    background: #f4f4f4;
  }
  .head .mask .in input {
    font-size: 0.32rem;
    padding: 0.28rem 0.1rem 0 0.3rem;
  }
  .head .mask .in .icon {
    position: absolute;
    top: 0.25rem;
    right: 0.22rem;
    width: 0.41rem;
    height: 0.41rem;
  }
}

.g-main {
  width: 12rem;
  margin: 0 auto;
}
.gl.cm-page span {
  vertical-align: middle;
}
.gl.cm-page span.num {
  color: #333;
  margin: 0;
}
.cm-page .turn input {
  width: 0.5rem;
  height: 0.34rem;
  background: #fff;
}
.gl.cm-page a {
  width: 0.5rem;
  height: 0.36rem;
  margin: 0 0.03rem;
  line-height: 0.36rem;
  font-size: 0.14rem;
  color: #333;
  background: #fff;
  border: 0.01rem solid #e8e8e8;
  vertical-align: middle;
}
.gl.cm-page a:hover {
  background: #e3bb7f;
  color: white;
}
.gl.cm-page .cur {
  background: #e3bb7f;
  color: white;
}
.gl.cm-page .pageprv,
.gl.cm-page .pagenext {
  width: 0.84rem;
}
.g-main .title {
  margin-top: 0.5rem;
  background: url(../images/title-line2023.png) no-repeat;
  background-size: 100% auto;
  background-position: left center;
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #111;
  line-height: 0.36rem;
}
.g-main .title .text {
  padding: 0 0.08rem;
  background: white;
}
.g-main .list {
  width: 100%;
  margin-top: 0.23rem;
}
.g-main .list li {
  width: 100%;
  padding: 0.22rem 0;
  border-bottom: 0.01rem solid #efefef;
}
.g-main .list .text {
  display: inline-block;
  max-width: 90%;
  padding-left: 0.14rem;
  background: url(../images/point2023.png) no-repeat;
  background-size: 0.07rem 0.07rem;
  background-position: left center;
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #333;
}
.g-main .list .text:hover {
  background-image: url(../images/point-hov2023.png);
  color: #cf0000;
}
.g-main .list .date {
  font-size: 0.14rem;
  color: #bebebe;
}
@media screen and (max-width: 768px) {
  .g-main {
    width: 7.5rem;
    margin: 0 auto;
  }
  .g-main .title {
    margin-top: 0.48rem;
    background: url(../images/title-line-h52023.png) no-repeat;
    background-size: 100% auto;
    background-position: left center;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    color: #111;
    line-height: 0.36rem;
  }
  .gl.cm-page {
    padding: 0.24rem 0 0.48rem;
  }
  .gl.cm-page .pageprv,
  .gl.cm-page .pagenext {
    width: 2.32rem;
    height: 0.85rem;
    line-height: 0.85rem;
    background: #f5f5f5;
    color: #666;
    font-size: 0.32rem;
  }
  .gl.cm-page .pageprv {
    margin-left: 0;
    margin-right: 0.24rem;
  }
  .gl.cm-page .pagenext {
    margin-right: 0;
    margin-left: 0.24rem;
  }
  .gl.cm-page .pageNumber {
    width: 1.9rem;
    margin: 0;
    border: 0.01rem solid #e2e2e2;
    background: white;
    color: #333;
  }
  .g-main .list {
    width: 7.02rem;
    margin: 0.24rem auto 0;
  }
  .g-main .list li {
    width: 100%;
    padding: 0.24rem 0 0.3rem;
    border-bottom: 0.01rem solid rgba(151, 151, 151, 0.35);
  }
  .g-main .list .text {
    display: inline-block;
    max-width: 70%;
    background-size: 0.08rem 0.08rem;
    font-size: 0.32rem;
    color: #333;
    line-height: 0.32rem;
  }
  .g-main .list .date {
    font-size: 0.28rem;
    color: #bebebe;
  }
}

.sy-main {
  width: 100%;
  max-width: 19.2rem;
  margin: 0 auto;
  background-color: #fff;
}
.zcsd {
  width: 12rem;
  margin: 0 auto;
  padding-top: 0.55rem;
  margin-bottom: 0.52rem;
}
.zcsd .title {
  background: url(../images/title-line2023.png) no-repeat;
  background-size: 100% auto;
  background-position: left center;
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #111;
  line-height: 0.36rem;
  margin-bottom: 0.4rem;
}
.zcsd .title .text {
  padding: 0 0.08rem;
  background: white;
}
.zcsd .zclm {
  width: 100%;
}
.zcsd .zclm .zcwj {
  width: 49%;
  float: left;
}
.zcsd .zclm .zcwj .lm {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #f9f9f9;
}
.zcsd .zclm .zcwj .lm .line {
  display: inline-block;
  width: 0.03rem;
  height: 0.15rem;
  margin-left: 0.12rem;
  margin-right: 0.1rem;
  background: #cf0000;
}
.zcsd .zclm .zcwj .lm .lm-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
}
.zcsd .zclm .zcwj .lm .more {
  display: block;
  float: right;
  font-size: 0.14rem;
  color: #b7b7b7;
  line-height: 0.14rem;
  margin-top: 0.19rem;
  margin-right: 0.18rem;
}
.zcsd .zclm .zcwj .list .cm-news-list li {
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: 0.16rem;
  color: #333;
  border-bottom: 0.01rem dashed rgba(151, 151, 151, 0.35);
  box-sizing: border-box;
}
.zcsd .zclm .zcwj .list .cm-news-list li a {
  font-size: 0.16rem;
  background: url(../images/react2023.png) no-repeat left center;
  background-size: 0.07rem 0.07rem;
}
.zcsd .zclm .zcwj .list .cm-news-list li a:hover {
  color: #cf0000;
}
.zcsd .zclm .zcwj .list .cm-news-list li .date {
  font-size: 0.14rem;
  color: #bebebe;
}
.zcsd .zclm .zdgf {
  float: right;
}
.bxgcbox {
  width: 100%;
  background: url(../images/bxgc-content-bg2023.png) no-repeat bottom center;
  background-color: #fafafa;
  background-size: 100%;
}
.bxgcbox .bxgc {
  width: 12rem;
  margin: 0 auto;
  padding-top: 0.53rem;
}
.bxgcbox .bxgc .title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111;
  height: 0.52rem;
  line-height: 0.36rem;
  background: url(../images/bxgc-bg-line2023.png) no-repeat bottom center;
  background-size: 12rem 0.3rem;
  text-align: center;
}
.bxgcbox .bxgc .title a {
  padding-bottom: 0.15rem;
  background-color: #fafafa;
}
.bxgcbox .bxgc .content {
  margin-top: 0.39rem;
  padding-bottom: 0.6rem;
}
.bxgcbox .bxgc .content .lb {
  float: left;
  width: 49%;
  height: 3.29rem;
}
.bxgcbox .bxgc .content .swiper1 .cm-newspicswiper .swiper-button-next {
  width: 0.24rem;
  height: 0.46rem;
  right: 0;
  margin-top: -0.23rem;
  background: url(../images/arrow-right2023.png) no-repeat center;
  background-size: 0.1rem 0.17rem;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.bxgcbox .bxgc .content .swiper1 .cm-newspicswiper .swiper-button-prev {
  width: 0.24rem;
  height: 0.48rem;
  left: 0;
  margin-top: -0.23rem;
  background: url(../images/arrow-left2023.png) no-repeat center;
  background-size: 0.1rem 0.17rem;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.bxgcbox .bxgc .content .swiper1 .cm-newspicswiper .swiper-button-prev:hover,
.bxgcbox .bxgc .content .swiper1 .cm-newspicswiper .swiper-button-next:hover {
  background-color: rgba(212, 16, 16, 0.69);
}
.bxgcbox .bxgc .content .swiper1 .cm-newspicswiper .swiper-slide a .text {
  font-size: 0.18rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.bxgcbox .bxgc .content .swiper1 .cm-newspicswiper .swiper-pagination {
  display: none;
}
.bxgcbox .bxgc .content .news {
  float: right;
  width: 49%;
  margin-top: -0.18rem;
}
.bxgcbox .bxgc .content .news .cm-news-list li {
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: 0.16rem;
  color: #333;
  border-bottom: 0.01rem dashed rgba(151, 151, 151, 0.35);
  box-sizing: border-box;
}
.bxgcbox .bxgc .content .news .cm-news-list li a {
  font-size: 0.16rem;
  background: url(../images/react2023.png) no-repeat left center;
  background-size: 0.07rem 0.07rem;
}
.bxgcbox .bxgc .content .news .cm-news-list li a:hover {
  color: #cf0000;
}
.bxgcbox .bxgc .content .news .cm-news-list li .date {
  font-size: 0.14rem;
  color: #bebebe;
}
@media screen and (max-width: 768px) {
  .sy-main {
    width: 7.5rem;
    margin: 0 auto;
  }
  .zcsd {
    width: 100%;
    padding-top: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .zcsd .title {
    background: url(../images/title-line-h52023.png) no-repeat;
    background-size: 100% auto;
    background-position: left center;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    color: #111;
    line-height: 0.36rem;
    margin-bottom: 0.23rem;
  }
  .zcsd .zclm {
    width: 100%;
  }
  .zcsd .zclm .zcwj {
    width: 100%;
    float: left;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
  .zcsd .zclm .zcwj .lm {
    width: 100%;
    height: 0.72rem;
    line-height: 0.72rem;
    background: #f9f9f9;
  }
  .zcsd .zclm .zcwj .lm .line {
    display: inline-block;
    width: 0.03rem;
    height: 0.15rem;
    margin-left: 0.13rem;
    margin-right: 0.1rem;
    background: #cf0000;
    margin-bottom: 0.04rem;
  }
  .zcsd .zclm .zcwj .lm .lm-title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
  }
  .zcsd .zclm .zcwj .lm .more {
    display: block;
    float: right;
    font-size: 0.28rem;
    color: #b7b7b7;
    line-height: 0.28rem;
    margin-top: 0.22rem;
    margin-right: 0.18rem;
  }
  .zcsd .zclm .zcwj .list .cm-news-list li {
    height: 0.87rem;
    line-height: 0.87rem;
    font-size: 0.32rem;
    color: #333;
    border-bottom: 0.01rem dashed rgba(151, 151, 151, 0.35);
    box-sizing: border-box;
  }
  .zcsd .zclm .zcwj .list .cm-news-list li a {
    max-width: 75%;
    font-size: 0.32rem;
    background: url(../images/react2023.png) no-repeat left center;
    background-size: 0.08rem 0.08rem;
  }
  .zcsd .zclm .zcwj .list .cm-news-list li a:hover {
    color: #cf0000;
  }
  .zcsd .zclm .zcwj .list .cm-news-list li .date {
    font-size: 0.28rem;
    color: #bebebe;
  }
  .zcsd .zclm .zdgf {
    float: right;
    margin-top: 0.28rem;
  }
  .zcsd .zclm .zdgf .cm-news-list li {
    height: 0.86rem;
    line-height: 0.86rem;
    font-size: 0.32rem;
    color: #333;
    border-bottom: 0.01rem dashed rgba(151, 151, 151, 0.35);
    box-sizing: border-box;
  }
  .zcsd .zclm .zdgf .cm-news-list li a {
    max-width: 75%;
    font-size: 0.32rem;
    background: url(../images/react2023.png) no-repeat left center;
    background-size: 0.08rem 0.08rem;
  }
  .zcsd .zclm .zdgf .cm-news-list li a:hover {
    color: #cf0000;
  }
  .zcsd .zclm .zdgf .cm-news-list li .date {
    font-size: 0.28rem;
    color: #bebebe;
  }
  .bxgcbox {
    background: url(../images/bxgc-content-bg-wap2023.png) no-repeat bottom center;
  }
  .bxgcbox .bxgc {
    width: 100%;
  }
  .bxgcbox .bxgc .content {
    padding: 0 0.24rem;
    margin-top: 0.24rem;
    padding-bottom: 0.33rem;
  }
  .bxgcbox .bxgc .content .lb {
    width: 100%;
    height: 3.94rem;
  }
  .bxgcbox .bxgc .content .swiper1 .cm-newspicswiper .swiper-button-next {
    width: 0.44rem;
    height: 0.85rem;
    background-size: 0.17rem 0.31rem;
    margin-top: -0.52rem;
  }
  .bxgcbox .bxgc .content .swiper1 .cm-newspicswiper .swiper-button-prev {
    width: 0.44rem;
    height: 0.85rem;
    background-size: 0.17rem 0.31rem;
    margin-top: -0.52rem;
  }
  .bxgcbox .bxgc .content .swiper1 .cm-newspicswiper .swiper-button-prev:hover,
  .bxgcbox .bxgc .content .swiper1 .cm-newspicswiper .swiper-button-next:hover {
    background-color: rgba(212, 16, 16, 0.69);
  }
  .bxgcbox .bxgc .content .swiper1 .cm-newspicswiper .swiper-slide a .text {
    font-size: 0.32rem;
    padding-bottom: 0.34rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
  .bxgcbox .bxgc .content .news {
    width: 100%;
    margin-top: 0;
  }
  .bxgcbox .bxgc .content .news .cm-news-list li {
    height: 0.86rem;
    line-height: 0.86rem;
    font-size: 0.32rem;
    color: #333;
  }
  .bxgcbox .bxgc .content .news .cm-news-list li a {
    max-width: 75%;
    font-size: 0.32rem;
  }
  .bxgcbox .bxgc .content .news .cm-news-list li .date {
    font-size: 0.28rem;
  }
}

.foot {
  width: 100%;
  max-width: 19.2rem;
  height: 1.63rem;
  margin: 0 auto;
  background: #f6f5f6;
  border-top: 0.02rem solid #cf0000;
}
.foot .container {
  width: 12rem;
  margin: 0 auto;
  padding-top: 0.33rem;
}
.foot .icont {
  display: inline-block;
}
.foot .icont .img {
  width: 0.56rem;
  height: 0.69rem;
  margin-right: 0.15rem;
}
.foot .icont .text {
  display: inline-block;
  vertical-align: top;
  font-size: 0.14rem;
  color: #000;
}
.foot .icont .n1,
.foot .icont .n2 {
  margin-bottom: 0.1rem;
}
.foot .icont .n3-1 {
  padding-left: 0.18rem;
  background: url(../images/foot-ga2023.png) no-repeat;
  background-size: 0.18rem 0.18rem;
  background-position: left center;
}
.foot .icont a {
  margin-left: 0.06rem;
}
.foot .link {
  margin-left: 0.32rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.foot .link li {
  display: inline-block;
  margin-right: 0.18rem;
  font-size: 0.14rem;
}
.foot .link li:last-of-type {
  margin-right: 0;
}
.foot .link .icon {
  width: 0.63rem;
  height: 0.63rem;
}
.foot .link .text {
  margin-top: 0.06rem;
}
.foot .link li:hover .text {
  color: #cf0000;
}
.foot .image {
  margin-top: 0.17rem;
}
.foot .image img {
  width: 1.1rem;
  height: 0.56rem;
}
.foot .image a:nth-child(1) img {
  margin-right: 0.09rem;
}
@media screen and (max-width: 768px) {
  .foot {
    width: 7.5rem;
    height: 5.91rem;
    background: #f6f5f6;
  }
  .foot .container {
    width: 7rem;
    margin: 0 auto;
    padding-top: 0.47rem;
  }
  .foot .icont {
    display: block;
  }
  .foot .icont .text {
    display: inline-block;
    vertical-align: top;
    font-size: 0.28rem;
    color: #000;
  }
  .foot .icont .n1,
  .foot .icont .n2 {
    margin-bottom: 0.32rem;
  }
  .foot .icont .n3-1 {
    display: block;
    padding-left: 0.58rem;
    margin-top: 0.48rem;
    background: url(../images/foot-ga2023.png) no-repeat;
    background-size: 0.36rem 0.36rem;
    background-position: left center;
  }
  .foot .icont a {
    margin-left: 0.06rem;
  }
  .foot .link {
    margin: 0.29rem auto 0;
    display: block;
    text-align: center;
  }
  .foot .link li {
    display: inline-block;
    margin-right: 0.25rem;
    font-size: 0.28rem;
  }
  .foot .link .icon {
    width: 0.72rem;
    height: 0.72rem;
  }
  .foot .link .text {
    margin-top: 0.1rem;
  }
  .foot .link li:hover .text {
    color: #cf0000;
  }
  .foot .image {
    width: 2.5rem;
    float: initial;
    margin: 0.32rem auto 0;
  }
  .foot .image img {
    width: 1.1rem;
    height: 0.56rem;
  }
  .foot .image a:nth-child(1) img {
    margin-right: 0.29rem;
  }
}

/* stylelint-disable declaration-no-important */
.pc-none {
  display: none;
}
a:hover {
  color: #cf0000;
}
@media screen and (max-width: 768px) {
  body {
    width: 7.5rem;
    min-width: 7.5rem;
  }
  .pc-none {
    display: none;
  }
  .m-none {
    display: none !important;
  }
}

.model-title {
  display: block;
  text-align: center;
  line-height: 0.36rem;
  color: #111;
  font-size: 0.36rem;
  font-weight: bold;
  background-position: center center;
  background-repeat: no-repeat;
}
.model-title a {
  padding: 0 0.1rem;
  background: #fff;
}
.tszs .swiper-button-prev.show,
.scene21 .swiper-button-prev.show,
.xglj .swiper-button-prev.show,
.tszs .swiper-button-next.show,
.scene21 .swiper-button-next.show,
.xglj .swiper-button-next.show {
  display: none;
  transform: translateY(-50%);
  width: 0.31rem;
  height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.44);
  background-size: auto;
  background-position: center center;
}
.tszs .swiper-button-next.show:hover,
.scene21 .swiper-button-next.show:hover,
.xglj .swiper-button-next.show:hover,
.tszs .swiper-button-prev.show:hover,
.scene21 .swiper-button-prev.show:hover,
.xglj .swiper-button-prev.show:hover {
  background-color: rgba(212, 16, 16, 0.69);
}
.tszs .swiper-button-next.show,
.scene21 .swiper-button-next.show,
.xglj .swiper-button-next.show {
  right: 0;
  background-image: url(../images/swiper-right2023.png);
}
.tszs .swiper-button-prev.show,
.scene21 .swiper-button-prev.show,
.xglj .swiper-button-prev.show {
  left: 0;
  background-image: url(../images/swiper-left2023.png);
}
.tszs:hover .swiper-button-prev.show,
.scene21:hover .swiper-button-prev.show,
.xglj:hover .swiper-button-prev.show,
.tszs:hover .swiper-button-next.show,
.scene21:hover .swiper-button-next.show,
.xglj:hover .swiper-button-next.show {
  display: block;
}
/* stylelint-disable-next-line no-duplicate-selectors */
.tszs {
  width: 12rem;
  margin: 0.49rem auto 0;
}
.tszs .model-title {
  margin-bottom: 0.35rem;
  background: url(../images/tszs-bg2023.png) no-repeat center center;
}
.tszs .tszs-swiper {
  overflow: hidden;
}
.tszs .tszs-swiper .swiper-button-prev,
.tszs .tszs-swiper .swiper-button-next {
  width: 0.31rem;
  height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.44);
}
.tszs .tszs-swp {
  width: 5.77rem;
  height: 3.14rem;
  overflow: visible;
}
.tszs .tszs-swp .swiper-slide {
  opacity: 0.4;
  text-align: center;
}
.tszs .tszs-swp .swiper-slide a {
  width: 5.49rem;
  margin: 0.04rem;
}
.tszs .tszs-swp .swiper-slide a span {
  display: none;
}
.tszs .tszs-swp .swiper-slide-active {
  opacity: 1;
}
.tszs .tszs-swp .swiper-slide-active a span {
  display: block;
  padding: 0.12rem 0.22rem;
  font-size: 0.16rem;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.44);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xglj {
  width: 12rem;
  margin: 0.5rem auto;
}
.xglj .model-title {
  margin-bottom: 0.35rem;
  background: url(../images/xglj-bg2023.png) no-repeat center center;
}
.xglj .cm-banner {
  height: 2rem;
}
.xglj .cm-banner .swiper-container {
  width: 12.24rem;
}
.xglj .cm-banner .swiper-slide a {
  width: 2.81rem;
}
.xglj .cm-banner .swiper-slide a img {
  width: 100%;
  height: auto;
}
.xglj .cm-banner .swiper-slide a div {
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  background: #f9f9f9;
}
.qxscg {
  width: 100%;
  max-width: 19.2rem;
  margin: 0.59rem auto 0;
  padding: 0.5rem 0 0.59rem;
  background: url(../images/quscg-bg2023.png) no-repeat top center;
  background-size: 100% auto;
}
.scene21 {
  width: 12rem;
  margin: 0 auto;
  text-align: center;
  color: black;
}
.scene21 .model-title {
  background-image: url(../images/qxscg-bg2023.png);
  background-position: center center;
}
.scene21 .pcshow .sc21-swiper-container {
  height: 3.87rem;
}
.scene21 .pcshow .sc21-swiper-container .swiper-slide-active {
  /* stylelint-disable-next-line declaration-no-important */
  width: 5.28rem !important;
  background: unset;
}
.scene21 .pcshow .sc21-swiper-container .swiper-slide-active .pic {
  /* stylelint-disable-next-line declaration-no-important */
  width: 100% !important;
}
.scene21 .pcshow .sc21-swiper-container .swiper-slide-active .mask {
  opacity: 0;
  display: none;
}
.scene21 .pcshow .sc21-swiper-container .swiper-slide-active .name {
  top: unset;
  font-size: 0.22rem;
  bottom: 0.24rem;
  left: 0.27rem;
  writing-mode: unset;
  letter-spacing: unset;
}
.scene21 .pictures {
  width: 12.08rem;
  height: 3.87rem;
  margin: 0.37rem auto 0;
  background: white;
  color: white;
  position: relative;
  overflow: hidden;
}
.scene21 .pictures .mask {
  background: #020202;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  opacity: 0.3;
}
.scene21 .pictures .left,
.scene21 .pictures .right {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 0.4rem;
  height: 0.72rem;
  margin-top: -0.36rem;
  z-index: 9;
}
.scene21 .pictures .left img,
.scene21 .pictures .right img {
  width: 100%;
  height: 100%;
}
.scene21 .pictures .left {
  left: 0;
}
.scene21 .pictures .right {
  right: 0;
}
.scene21 .pictures .pic {
  height: 100%;
  /* stylelint-disable-next-line declaration-no-important */
  width: 0.86rem !important;
  transition: all linear 0.5s;
  position: relative;
  overflow: hidden;
}
.scene21 .pictures .pic0 {
  margin-left: 0;
}
.scene21 .pictures img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.scene21 .pictures .name {
  position: absolute;
  display: block;
  color: white;
  font-size: 0.32rem;
  top: 0.13rem;
  left: 0.15rem;
  writing-mode: vertical-rl;
  max-width: 96%;
  max-height: 5.25rem;
  letter-spacing: 0.05rem;
}
.scene21 .pictures .active {
  width: 5.28rem;
  background: unset;
}
.scene21 .pictures .active .mask {
  opacity: 0;
  display: none;
}
.scene21 .pictures .active .name {
  top: unset;
  font-size: 0.32rem;
  font-weight: bold;
  bottom: 0.26rem;
  left: 0.38rem;
  writing-mode: unset;
  letter-spacing: unset;
}
.scene21 .more {
  display: none;
}
.wapshow {
  display: none;
}
.pcshow {
  display: block;
}
@media screen and (max-width: 768px) {
  .tszs .swiper-button-prev.show,
  .scene21 .swiper-button-prev.show,
  .xglj .swiper-button-prev.show,
  .tszs .swiper-button-next.show,
  .scene21 .swiper-button-next.show,
  .xglj .swiper-button-next.show {
    display: block;
    width: 0.44rem;
    height: 0.85rem;
  }
  .tszs {
    width: 100%;
    margin-top: 0.52rem;
  }
  .tszs .tszs-swiper {
    margin: 0 24px;
  }
  .tszs .tszs-swiper .swiper-container {
    width: 100%;
    height: auto;
  }
  .tszs .tszs-swiper .swiper-container a,
  .tszs .tszs-swiper .swiper-container img {
    margin: 0;
    width: 100%;
  }
  .tszs .tszs-swiper .swiper-container a .text {
    font-size: 0.32rem;
  }
  .wapshow {
    display: block;
  }
  .pcshow {
    display: none;
  }
  .scene21 {
    max-width: 7.5rem;
    height: unset;
  }
  .scene21 .title {
    width: 7.5rem;
    height: 0.81rem;
  }
  .scene21 .pictures {
    margin: 0.26rem 0.24rem 0.25rem;
    width: 7.02rem;
    height: unset;
  }
  .scene21 .pictures .mask {
    background: #020202;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.66;
  }
  .scene21 .pictures .left,
  .scene21 .pictures .right {
    display: none;
  }
  .scene21 .pictures .pic {
    /* stylelint-disable-next-line declaration-no-important */
    width: 100% !important;
    height: 0.86rem;
    margin: 0.14rem 0 0;
  }
  .scene21 .pictures .pic0 {
    margin-top: 0;
  }
  .scene21 .pictures img {
    width: 100%;
    height: auto;
  }
  .scene21 .pictures .active img {
    width: auto;
    height: 100%;
  }
  .scene21 .pictures .name {
    top: 0.22rem;
    left: 0.38rem;
    writing-mode: unset;
  }
  .scene21 .pictures .active {
    height: 5.06rem;
  }
  .scene21 .more {
    display: block;
    width: 7.02rem;
    margin: 0 auto;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    background: #1c89dc;
    color: white;
    font-size: 0.36rem;
    font-weight: bold;
    letter-spacing: 0.08rem;
    border-radius: 0.04rem;
  }
  .qxscg {
    padding-bottom: 0;
  }
  .xglj {
    width: 100%;
    margin-top: 0.52rem;
    margin-bottom: 0.48rem;
  }
  .xglj .cm-banner {
    width: auto;
    height: auto;
    margin: 0 24px;
  }
  .xglj .cm-banner .swiper-container,
  .xglj .cm-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  .xglj .cm-banner .swiper-container a,
  .xglj .cm-banner .swiper-slide a,
  .xglj .cm-banner .swiper-container img,
  .xglj .cm-banner .swiper-slide img {
    margin: 0;
    width: 100%;
  }
  .xglj .cm-banner .swiper-container a div,
  .xglj .cm-banner .swiper-slide a div {
    line-height: 1rem;
    font-size: 0.32rem;
  }
}

