.index-one {
  background: url(//www.teyuan.org/templates/2025/7/20/2008364/images/bg2.png) no-repeat center top;
  min-height: 842px;
  padding-top: 0.5px;
}

.index-section1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 37px;
  margin-top: 52px;
  background-color: rgba(255, 255, 255, 0.7);
}
.index-section1 .is1-icon {
  width: 93px;
  margin-right: 37px;
}
.index-section1 .is1-icon img {
  width: 100%;
  display: block;
}
.index-section1 .is1-swiper {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100px;
}
.index-section1 .is1-swiper .is1-slide-title {
  font-weight: bold;
  font-size: 36px;
  color: #1F1F1F;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 100px;
  display: block;
}

.index-section2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.index-section2 .is2-swiper {
  width: 676px;
  height: 359px;
  margin-right: 39px;
}
.index-section2 .is2-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index-section2 .is2-swiper .is2-swiper-txt {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 53px;
  display: block;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 120px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.index-section2 .is2-swiper .swiper-pagination {
  bottom: 20px;
  right: 20px;
  left: initial;
  width: auto;
}
.index-section2 .is2-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #fff;
  opacity: 0.8;
  border-radius: 0;
  margin: 0 5.5px;
}
.index-section2 .is2-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.index-section2 .is2-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #DB1410;
  opacity: 0.8;
}
.index-section2 .is2-tabs {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 527px;
}
.index-section2 .is2-tabs .is2-tabs-wrap {
  position: relative;
  border-bottom: 1px solid rgba(197, 190, 184, 0.8);
}
.index-section2 .is2-tabs .is2-tabs-wrap .is2tw-item {
  font-size: 22px;
  color: #1F1F1F;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 13px;
  margin-right: 39px;
}
.index-section2 .is2-tabs .is2-tabs-wrap .is2tw-item em {
  font-style: normal;
  position: relative;
  z-index: 2;
}
.index-section2 .is2-tabs .is2-tabs-wrap .is2tw-item:last-child {
  margin-right: 0;
}
.index-section2 .is2-tabs .is2-tabs-wrap .is2tw-item.active, .index-section2 .is2-tabs .is2-tabs-wrap .is2tw-item:hover {
  color: #000;
  font-weight: bold;
}
.index-section2 .is2-tabs .is2-tabs-wrap .is2tw-item.active::after, .index-section2 .is2-tabs .is2-tabs-wrap .is2tw-item:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #FF7405;
  left: 0;
  bottom: 0;
}
.index-section2 .is2-tabs .is2-tabs-wrap .is2tw-item.active::before, .index-section2 .is2-tabs .is2-tabs-wrap .is2tw-item:hover::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 6px;
  background: #B80B05;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.index-section2 .is2-tabs .is2-tabs-wrap .is2tw-more {
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  font-size: 16px;
  color: #B80B05;
}
.index-section2 .is2-tabs .is2tc-item {
  display: none;
}
.index-section2 .is2-tabs .is2tc-item-link {
  margin-top: 30px;
  padding: 0 40px 0 18px;
  line-height: 1.2;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.index-section2 .is2-tabs .is2tc-item-link::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #FF7405;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.index-section2 .is2-tabs .is2tc-item-link a {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 18px;
  color: #666666;
}

.index-two {
  background-color: #fff9ed;
  padding: 35px 0;
}

.index-section3 a, .index-section5 a {
  display: block;
  margin-top: 30px;
}
.index-section3 a img, .index-section5 a img {
  width: 100%;
}

.is5-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.is5-wrap a {
  width: 610px;
}

.index-common-card {
  position: relative;
}
.index-common-card .icc-more {
  position: absolute;
  right: 4px;
  top: 5px;
  font-size: 16px;
  color: #B80B05;
  z-index: 2;
}
.index-common-card .icc-navs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(197, 190, 184, 0.8);
}
.index-common-card .icc-navs .icc-nav-item {
  font-size: 22px;
  color: #1F1F1F;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 72px;
  padding-bottom: 13px;
}
.index-common-card .icc-navs .icc-nav-item:last-child {
  margin-right: 0;
}
.index-common-card .icc-navs .icc-nav-item.active, .index-common-card .icc-navs .icc-nav-item:hover {
  color: #000;
  font-weight: bold;
}
.index-common-card .icc-navs .icc-nav-item.active::after, .index-common-card .icc-navs .icc-nav-item:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #FF7405;
  left: 0;
  bottom: 0;
}
.index-common-card .icc-navs .icc-nav-item.active::before, .index-common-card .icc-navs .icc-nav-item:hover::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 6px;
  background: #B80B05;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.index-common-card .icc-cons .index-his {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index-common-card .icc-cons .index-his .index-his-left {
  width: 50%;
  margin-right: 8%;
}
.index-common-card .icc-cons .index-his .index-his-right {
  width: 42%;
}
.index-common-card .icc-cons .iccci-link-spec {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index-common-card .icc-cons .iccci-link-spec .iccci-img {
  width: 338px;
  height: 190px;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 17px;
}
.index-common-card .icc-cons .iccci-link-spec .iccci-txt {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index-common-card .icc-cons .iccci-link-spec .iccci-txt .iccci-title {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.index-common-card .icc-cons .iccci-link-spec .iccci-txt .iccci-des {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 33px;
}
.index-common-card .icc-cons .iccci-link-default {
  font-size: 18px;
  color: #333333;
  line-height: 1.3;
  margin-top: 20px;
  position: relative;
  padding-left: 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.index-common-card .icc-cons .iccci-link-default::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #FF7405;
  border-radius: 50%;
}
.index-common-card .icc-cons .iccci-link-other {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.index-common-card .icc-cons .iccci-link-other .icccild-txt {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  color: #333333;
  line-height: 1.3;
  position: relative;
  padding-left: 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.index-common-card .icc-cons .iccci-link-other .icccild-txt::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #FF7405;
  border-radius: 50%;
}
.index-common-card .icc-cons .iccci-link-other .icccild-visit {
  font-size: 16px;
  color: #666666;
}
.index-common-card .icc-cons .iccci-link-other .icccild-visit span {
  color: #FF7405;
  font-weight: bold;
}
.index-common-card .icc-cons .iccci-link-other .icccild-date {
  font-size: 16px;
  color: #999;
}

.index-section4, .index-section6, .index-section8 {
  overflow: hidden;
}
.index-section4 .index-common-card, .index-section6 .index-common-card, .index-section8 .index-common-card {
  float: left;
  width: 610px;
  margin-right: 60px;
}
.index-section4 .index-common-card:nth-of-type(2n), .index-section6 .index-common-card:nth-of-type(2n), .index-section8 .index-common-card:nth-of-type(2n) {
  margin-right: 0;
}

.index-section6 {
  margin-top: 45px;
}

.index-section8 {
  margin-top: 44px;
}

.index-three {
  background: url(//www.teyuan.org/templates/2025/7/20/2008364/images/bg3.png) no-repeat center top;
  padding: 35px 0 45px;
}

.index-section7 .index-common-card .icc-cons .icc-cons-item {
  display: none;
}
.index-section7 .is7-swiper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 27px;
}
.index-section7 .is7-swiper .sbp-prev, .index-section7 .is7-swiper .sbp-next {
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-section7 .is7-swiper .sbp-prev img, .index-section7 .is7-swiper .sbp-next img {
  display: block;
  width: 8px;
}
.index-section7 .is7-swiper .sbp-prev:hover, .index-section7 .is7-swiper .sbp-next:hover {
  background-color: rgba(184, 11, 5, 0.74);
}
.index-section7 .is7-swiper .sbp-prev.swiper-button-disabled, .index-section7 .is7-swiper .sbp-next.swiper-button-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.index-section7 .is7-swiper .swiper-container {
  width: 1211px;
  height: 220px;
}
.index-section7 .is7-swiper .is7-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index-section7 .is7-swiper .is7-slide-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.index-section7 .is7-swiper .is7-slide-img .is7-slide-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 39px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 18px;
}

.fix-move-modal{
  position: fixed;
  right: 25px;
  bottom: 0;
  z-index: 99999;
}
.fix-move-modal .fmm-close{
  position: absolute; 
  right: -20px;
  top: -20px;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1;
  cursor: pointer;
}

.fix-move-modal .fmm-img{
  display: block;
}

@media screen and (max-width: 768px) {
  .index-section1 {
    padding: 0;
    margin-top: 0.3rem;
  }
  .index-section1 .is1-icon {
    width: 60px;
    margin-right: 0.2rem;
  }
  .index-section1 .is1-swiper {
    height: 55px;
  }
  .index-section1 .is1-swiper .is1-slide-title {
    font-size: 0.34rem;
    line-height: 55px;
  }
  .index-section1 .is1-swiper .is1-slide-des {
    margin-top: 0.2rem;
    font-size: 0.3rem;
  }
  .index-section1 .is1-swiper .is1-slide-des a {
    font-size: 0.3rem;
    right: 3px;
  }
  .index-section2 {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-top: 0.3rem;
  }
  .index-section2 .is2-swiper {
    width: 100%;
    height: 5rem;
  }
  .index-section2 .is2-tabs {
    margin-top: 0.3rem;
    width: 100%;
  }
  .index-section2 .is2-tabs .is2-tabs-wrap {
    padding: 0;
  }
  .index-section2 .is2-tabs .is2-tabs-wrap .is2tw-item {
    margin-right: 0.2rem;
    font-size: 0.34rem;
  }
  .index-section2 .is2-tabs .is2tc-item-link {
    margin-top: 0.25rem;
    padding: 3px 0 3px 0.2rem;
  }
  .index-section2 .is2-tabs .is2tc-item-link a, .index-section2 .is2-tabs .is2tc-item-link span {
    font-size: 0.3rem;
  }
  .index-section2 .is2-tabs .is2-tabs-wrap .is2tw-more {
    top: 40%;
  }
  .index-section3 a, .index-section5 a {
    margin-top: 0.3rem;
  }
  .is5-wrap a {
    width: 48%;
  }
  .index-one {
    min-height: auto;
  }
  .index-two {
    margin-top: 0.3rem;
    padding: 0.3rem 0;
  }
  .index-common-card .icc-cons .iccci-link-spec .iccci-img {
    width: 30%;
    height: 2rem;
  }
  .index-common-card .icc-cons .iccci-link-default {
    margin-top: 0.2rem;
  }
  .index-section4 .index-common-card, .index-section6 .index-common-card, .index-section8 .index-common-card {
    width: 100%;
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .index-section4 .index-common-card:first-child, .index-section6 .index-common-card:first-child, .index-section8 .index-common-card:first-child {
    margin-top: 0;
  }
  .index-section6 {
    margin-top: 0.3rem;
  }
  .index-common-card .icc-cons .index-his {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-common-card .icc-cons .index-his .index-his-left, .index-common-card .icc-cons .index-his .index-his-right {
    margin-right: 0;
    width: 100%;
  }
  .index-common-card .icc-navs .icc-nav-item {
    font-size: 0.34rem;
    margin-right: 0.2rem;
  }
  .index-section7 .is7-swiper .swiper-container {
    width: 80%;
    height: 150px;
  }
  .index-three {
    padding: 0.3rem 0;
  }
  .index-section8 {
    margin-top: 0.3rem;
  }
  .index-common-card .icc-cons .iccci-link-other {
    margin-top: 0.2rem;
  }
  .fix-move-modal{
    display: none;
  }
}