body {
  background: #f6f6f6;
}
.other-door img {
  width: 100%;
  height: 4rem;
}
.body_home {
  /* background: url(../img/index_top_bg.png) no-repeat; */
  background-size: 100% 7.1rem;
}
.head-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 0.3rem;
  margin-bottom: 0.4rem;
}
.head-logo .logo_01 {
  width: 1.58rem;
}
.head-logo .logo_02 {
  width: 7.98rem;
}

.notice-wrap {
  width: 100%;
  padding: 0.24rem 0.35rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice-wrap .notice-news {
  height: 0.44rem;
  flex: 1;
  background: #ffffff;
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  padding: 0 0.2rem 0 0.1rem;
  overflow: hidden;
}
.notice-wrap .notice-news .icon-notice {
  width: 0.94rem;
  flex-shrink: 0;
}

.notice-wrap .maquee_news {
  width: 100%;
  height: 0.44rem;
  float: left;
  overflow: hidden;
  position: relative;
  margin-left: 0.2rem;
}
.notice-wrap .notice-news .notice-news-ul {
  height: 0.44rem;
  width: 100000px;
  position: absolute;
  left: 0.4rem;
  margin: 0;
}
.notice-wrap .notice-news-ul li {
  display: block;
  float: left;
  height: 0.44rem;
  line-height: 0.44rem;
  margin-right: 0.3rem;
  position: relative;
}
.notice-wrap .notice-news-ul li i {
  margin-right: 0.03rem;
  color: #ff0000;
}

.notice-wrap .search-wrap {
  width: 2.55rem;
  height: 0.44rem;
  flex-shrink: 0;
  margin-left: 0.15rem;
  background: #da2927;
  border: 1px solid #da2927;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
}
.notice-wrap .search-wrap input {
  width: 1.9rem;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 0.1rem;
}
.notice-wrap .search-wrap .icon-search {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.notice-wrap .icon-search img {
  width: 0.24rem;
  height: 0.24rem;
}
.section-01 {
  margin-top: -0.8rem;
}
.section-01 .wp1400 {
  background: #fff;
}

.section-01 .swiper-container {
  width: 100%;
  padding: 0.3rem 0.3rem;
  overflow: hidden;
}
.section-01 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.section-01 .swiper-container .swiper-slide a {
  width: 4rem;
  height: 1.4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-01 .swiper-container .swiper-slide a:nth-child(3n + 3) {
  margin-right: 0;
}
.section-01 .swiper-container img {
  width: 100%;
}
.section-02 {
  margin-top: 0.2rem;
}
.section-02 .wp1400 {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0.1rem 0 0.2rem;
}

.leader-wrap {
  width: 20%;
  height: 100%;
  flex-shrink: 0;
  border-left: 0.09rem solid #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.leader-wrap li {
  margin-bottom: 0.15rem;
}
.leader-wrap li:last-child {
  margin-bottom: 0;
}
.leader-wrap li a {
  width: 2rem;
  height: 0.4rem;
  background: #ffffff;
  border-radius: 0.05rem;
  border: 1px solid #cd0401;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
  transition: 0.5s;
  font-size: 0.16rem;
}
.leader-wrap li a:hover {
  transform: scale(1.05);
}
.leader-wrap li a img {
  width: 0.34rem;
  margin-right: 0.1rem;
}

.new-two {
  width: 80%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 0.35rem;
}
.new-two h1 {
  font-weight: bold;
  font-size: 0.3rem;
  color: #da2927;
  text-align: center;
  line-height: 0.42rem;
  margin-top: 0.1rem;
}
.new-two h1:hover {
  color: #da2927;
}
.new-two .news-h3-wrap {
  width: 100%;
  font-size: 0.16rem;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.new-two .news-h3-wrap .nn {
  line-height: 0.3rem;
  margin: 0 0.15rem;
}
.new-two .news-h3-wrap a {
  display: inline-block;
  width: 100%;
  white-space: pre-wrap;
}
.new-two .news-h3-wrap .line {
  margin: 0 0.1rem;
}
.new-two .news-h3-wrap a:hover {
  color: #da2927;
}
.section-03 {
  margin-top: 0.2rem;
}
.section-03 .wp1400 {
  margin-top: 0.2rem;
  background: #fff;
  display: flex;
}
.section-03 .swiper-container {
  width: 56%;
}
.section-03 .swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.section-03 .swiper-slide a {
  position: relative;
  width: 100%;
  height: 4.8rem;
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
}
.section-03 .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.section-03 .swiper-slide a .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.1rem;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
}
.section-03 .swiper-pagination-bullet {
  background: #fff;
}
.section-03 .swiper-button-next {
  background: rgba(0, 0, 0, 0.2) url("../img/swiper-button-next.png") no-repeat;
  background-position: center;
  padding: 0.3rem 0.2rem;
  right: 0;
}
.section-03 .swiper-button-prev {
  background: rgba(0, 0, 0, 0.2) url("../img/swiper-button-prev.png") no-repeat;
  background-position: center;
  padding: 0.3rem 0.2rem;
  left: 0;
}

.swiper-right {
  width: 44%;
  padding: 0.3rem 0.35rem 0;
}
.news-01 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-01 li a:nth-child(1) {
  width: 88%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.news-01 .new-ii {
  width: 100%;
}
.news-01 .news-title {
  width: 100%;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.14rem;
}
.news-01 .news-title img {
  width: 0.53rem;
  margin-right: 0.06rem;
}

.news-01 a:hover .news-title {
  color: #da2927;
}

.news-01 .h2-title {
  width: 100%;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.2rem;
  margin-top: 0.15rem;
}

.news-01 .date {
  width: 0.5rem;
  flex-shrink: 0;
  text-align: center;
  padding-bottom: 0.14rem;
}
.news-02 {
  width: 100%;
  margin-top: 0.1rem;
}
.news-02 li a {
  width: 100%;
  padding: 0.15rem 0;
  font-size: 0.16rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  transition: 0.5s;
}
.news-02 a:hover {
  margin-left: -0.04rem;
}
.news-02 a:hover .news-title {
  color: #da2927;
}

.news-02 li:last-child a {
  border-bottom: none;
}
.news-02 li a .date {
  flex-shrink: 0;
  font-size: 0.13rem;
  color: #999999;
  margin-left: 0.2rem;
}

.section-04 {
  margin-top: 0.2rem;
}
.section-04 .wp1400 {
  overflow: hidden;
}
.section-04 img {
  width: 100%;
}
.section-05 {
  margin-top: 0.2rem;
}
.section-05 .wp1400 {
  display: flex;
  justify-content: space-between;
}
.section-05 .wp1400 .con-box {
  width: 32.5%;
  background: #fff;
  margin-right: 1.25%;
  padding: 0.25rem 0.26rem;
  flex-shrink: 0;
}
.section-05 .wp1400 .con-box:last-child {
  margin-right: 0;
}

.title-001 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-001 h3 {
  font-weight: bold;
  font-size: 0.22rem;
  color: #333333;
  display: flex;
  align-items: center;
}
.title-001 h3 img {
  width: 0.23rem;
  margin-right: 0.07rem;
}
.title-001 a {
  font-size: 0.14rem;
  color: #999999;
}
.new-ul01 {
  margin-top: 0.2rem;
}
.news-li01 {
  width: 100%;
  transition: 0.5s;
}
.news-li01:hover .title {
  color: #da2927;
}
.news-li01 .title {
  width: 100%;
  font-size: 0.18rem;
  color: #333333;
}
.news-li01 .desc-wrap {
  display: flex;
  margin-top: 0.12rem;
  height: 0.98rem;
}
.news-li01 .desc-wrap img {
  flex-shrink: 0;
  width: 1.44rem;
  height: auto;
  object-fit: cover;
  border-radius: 0.1rem;
  margin-right: 0.15rem;
}
.news-li01 .desc-wrap .desc {
  padding: 0.1rem 0;
}
.news-li01 .desc-wrap span {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.24rem;
}
.new-ul02 {
  margin-top: 0.2rem;
}
.news-li02 {
  width: 100%;
  font-size: 0.16rem;
  color: #333333;
  display: flex;
  padding: 0.14rem 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.news-li02 i {
  margin-right: 0.1rem;
  color: #999999;
}
.news-li02:hover {
  margin-left: -0.04rem;
}
.news-li02:hover i {
  color: #da2927;
}

.rank-box {
  width: 0.26rem;
  text-align: center;
  margin-right: 0.1rem;
  display: inline-block;
  font-weight: bold;
  font-size: 0.16rem;
  color: #999999;
}
.news-li02:hover .rank-box {
  color: #da2927;
}
.news-li02 .rank-box img {
  width: 0.22rem;
}

.section-06 {
  margin-top: 0.2rem;
}
.section-06 .wp1400 {
  background: #fff;
}
.section-06 .swiper-container {
  width: 100%;
  padding: 0.3rem 0.3rem;
  margin: 0 auto;
}
.section-06 .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.section-06 .swiper-container .swiper-slide a {
  display: block;
  margin-bottom: 0.2rem;
  /* width: 4rem; */
  height: 0.8rem;
  transition: 0.5s;
  overflow: hidden;
}
.section-06 .swiper-container .swiper-slide a:nth-child(3n + 3) {
  margin-right: 0;
}
.section-06 .swiper-container .swiper-slide a:nth-child(n + 4) {
  margin-bottom: 0;
}
.section-06 .swiper-container img {
  width: 100%;
  height: 100%;
}

.section-06 .swiper-container .swiper-slide a:hover img {
  transform: scale(1.1);
}

.section-07 {
  margin-top: 0.2rem;
}
.section-07 .wp1400 {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.section-07 .wp1400 .con-box {
  width: 33.33%;
  background: #fff;
  flex-shrink: 0;
}
.section-07 .wp1400 .con-box:last-child {
  margin-right: 0;
}

.section-07 .wp1400 .con-box {
  padding: 0.25rem 0 0.15rem;
}
.section-07 .wp1400 .con-box .news-li02 {
  padding: 0.12rem 0;
}
.section-07 .wp1400 .con-box .title-001 {
  padding: 0 0.4rem;
}
.section-07 .con-box .new-ul02 {
  padding: 0 0.5rem;
}
.section-07 .con-left .new-ul02 {
  border-right: 1px solid #e6e6e6;
}

.wz-ul01 {
  width: 100%;
  padding: 0.3rem 0.32rem;
}
.wz-ul01 li {
  margin-bottom: 0.2rem;
}
.wz-ul01 li a {
  width: 100%;
  background: #f8f8f8;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
  transition: 0.5s;
}
.wz-ul01 li a img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.14rem;
}
.wz-ul01 li a .question {
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
}
.wz-ul01 li a:hover .question {
  color: #da2927;
}
.wz-ul01 li a .answer {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  display: flex;
}

.section-08 {
  margin-top: 0.2rem;
}

.section-08 .photo {
  margin: 4px 0;
}
.section-08 .photo li {
  float: left;
  width: 1.3rem;
  height: 4.2rem;
  background-color: #000;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.section-08 .photo li a {
  display: block;
  height: 100%;
}
.section-08 .photo li img {
  height: 100%;
  width: 7.47rem;
  max-width: inherit;
  opacity: 0.6;
}
.section-08 .photo li h4 {
  position: absolute;
  left: 0.38rem;
  top: 0.2rem;
  width: 3rem;
  z-index: 99;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  /* transform: rotate(90deg);
  transform-origin: 0px; */
  transition: all 0.5s ease 0s;
  writing-mode: vertical-lr;
  line-height: 0.24rem;
}

.section-08 .photo li.curr {
  width: 7.5rem;
}
.section-08 .photo li.curr h4 {
  writing-mode: horizontal-tb;
}
.section-08 .photo li.curr img {
  opacity: 1;
}
.section-08 .photo li.curr h4 {
  transform: rotate(0);
  width: 100%;
  height: 0.6rem;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  left: 0;
  bottom: 0;
  top: inherit;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.section-09 {
  margin-top: 0.35rem;
}
.section-09 .wp1400 {
  background: linear-gradient(0deg, #ffecec 0%, #ffffff 100%);
  border-radius: 0.24rem;
  border: 2px solid #da2927;
  padding: 0.25rem 0.3rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-09 .title-h6 {
  width: 0.57rem;
  height: 1.68rem;
  background: linear-gradient(180deg, #ff1948 0%, #ff6012 100%);
  border-radius: 0.05rem;
  font-weight: bold;
  font-size: 0.22rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
}
.section-09 .media-swiper {
  margin: 0 0 0 0.3rem;
  padding: 0 0 0 0.2rem;
}
.section-09 .media-swiper .swiper-button-prev {
  left: 0rem;
  overflow: visible;
  z-index: 999;
}
.section-09 .media-swiper .swiper-button-next {
  right: 0rem;
}
.mtjz-box {
  display: flex;
}
.section-09 .qr-code {
  text-align: center;
  font-size: 0.16rem;
  color: #333333;
  transition: 0.5s;
  margin-bottom: 0.2rem;
  padding-top: 0.2rem;
}
.section-09 .qr-code img {
  width: 1.8rem;
  height: 1.8rem;
}
.section-09 .qr-code:hover {
  transform: scale(1.05);
}
.section-10 {
  margin-top: 0.7rem;
}
.section-10 .wp1400 {
  display: flex;
}
.section-10 .title-h7 {
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  flex-shrink: 0;
}
.section-10 .mx-ul {
  display: flex;
  flex-wrap: wrap;
}
.section-10 .mx-ul li {
  margin-left: 0.45rem;
  margin-bottom: 0.3rem;
}
.section-10 .mx-ul li a {
  font-size: 0.18rem;
  color: #333333;
}
.section-10 .mx-ul li a:hover {
  color: #da2927;
}

.wp1400 a img {
  transition: 1s;
}
.banner2-swiper .swiper-slide a .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4rem;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
  color: #fff;
  font-size: 0.16rem;
}
.wp1400 a:hover img {
  transform: scale(1.1);
}

a:hover {
  color: #da2927;
}

#gotop {
  position: fixed;
  z-index: 90;
  bottom: 0.8rem;
  right: 0.1rem;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  width: 0.58rem;
  height: 0.58rem;
  line-height: 0.58rem;
  background: #ab2223;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  font-size: 0.18rem;
  color: #fff;
}

#gotop.hide {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
#gotop svg {
  width: 0.28rem;
  height: 0.28rem;
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
  margin: -3px 0 0;
  transition: 0.5s;
}

#gotop:hover {
  border-radius: 50%;
}

@media (max-width: 768px) {
  .headder_box {
    margin-top: 0.2rem;
  }
  .head-logo .logo_02 {
    width: 4rem;
  }
  .notice-wrap {
    width: 100%;
    padding: 0.2rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .notice-wrap .search-wrap {
    display: none;
  }
  .section-01 {
    /* display: none; */
    margin-top: 0;
  }
  .section-01 .swiper-container {
    padding: 0.2rem 0.2rem;
  }
  .section-01 .swiper-slide a:nth-child(2) {
    display: none;
  }
  .section-01 .swiper-slide a:nth-child(3) {
    display: none;
  }
  .section-01 .swiper-container .swiper-slide a {
    margin-right: 0;
  }
  .section-02 {
    /* display: none; */
  }
  .section-02 .wp1400 {
    flex-wrap: wrap;
  }
  .section-02 .new-two {
    width: 100%;
    padding: 0 0.1rem;
  }
  .new-two .news-h3-wrap a {
    text-align: center;
  }
  .new-two h1 {
    font-size: 0.24rem;
    line-height: 0.42rem;
    margin-bottom: 0.15rem;
  }
  .leader-wrap {
    width: 100%;
    margin-top: 0.2rem;
    flex-direction: row;
  }
  .leader-wrap li {
    margin-bottom: 0;
    margin: 0 0.1rem;
  }

  .section-03 .wp1400 {
    flex-wrap: wrap;
  }
  .section-03 .swiper-container {
    width: 100%;
  }
  .section-03 .swiper-slide a {
    height: 3.2rem;
  }
  .swiper-right {
    width: 100%;
    padding: 0.3rem 0 0;
  }
  .section-05 .wp1400 {
    flex-wrap: wrap;
  }
  .section-05 .wp1400 .con-box {
    width: 100%;
    margin-right: 0;
    padding: 0.25rem 0.26rem;
    flex-shrink: 0;
  }
  .section-06 {
    /* display: none; */
  }
  .section-06 .swiper-container:nth-child(1) {
    /* display: none; */
  }
  .section-06 .swiper-container:nth-child(2) {
    display: block;
  }
  .section-06 .swiper-container {
    padding: 0.2rem 0.2rem 0.01rem;
    height: 100%;
  }
  .section-06 .swiper-container .swiper-wrapper{
    display: flex;
    align-items: center;
  }
  .section-06 .swiper-container .swiper-slide a {
    margin-right: 0;
    /* margin-bottom: 0; */
    height: 0.9rem;
    padding: 0 0.1rem;
  }
  .section-07 .wp1400 {
    flex-wrap: wrap;
  }
  .section-07 .wp1400 .con-box {
    width: 100%;
  }
  .section-07 .wp1400 .con-box .title-001 {
    padding: 0 0.1rem;
  }
  .section-07 .con-box .new-ul02 {
    padding: 0 0.2rem;
    border-right: none;
  }
  .wz-ul01 {
    padding: 0.3rem 0.15rem 0;
  }
  .wz-ul01 li a {
    padding: 0.15rem 0.2rem;
  }
  .section-08 {
    display: none;
  }
  .section-08 .photo {
    display: none;
  }
  .section-08 .banner2-swiper {
    display: block;
  }
  .section-09 .wp1400 {
    padding: 0.2rem 0.15rem;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .section-09 .title-h6 {
    width: 100%;
    height: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .section-09 .title-h6 br {
    display: none;
  }
  .section-09 .media-swiper {
    padding: 0;
    margin: 0;
  }
  .section-09 .qr-code {
    width: 1.2rem !important;
    margin-bottom: 0;
    padding-top: 0;
  }
  .section-09 .media-swiper .swiper-button-next {
    display: none;
  }
  .section-09 .media-swiper .swiper-button-prev {
    display: none;
  }
  .section-09 .qr-code img {
    width: 1.2rem;
    height: 1.2rem;
  }

  .section-09 .qr-code div {
    line-height: 0.22rem;
    margin-top: 0.05rem;
  }

  .section-10 {
    margin-top: 0.3rem;
  }
  .section-10 .mx-ul li {
    margin-left: 0.25rem;
    margin-bottom: 0.2rem;
  }

  .advrightaside,
  .advleftaside {
    display: none;
  }
}
