html,
body {
  width: 100%;
  height: 100%;
}
.div_tit h2 {
  font-size: 0.32rem;
  color: #333;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.div_tit h2::after {
  content: "";
  display: block;
  width: 0.21rem;
  height: 0.2rem;
  background: url(/images/home/titbg.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -0.1rem;
  bottom: -0.02rem;
  z-index: -1;
}
.div_tit span {
  font-size: 0.18rem;
  color: #e94c19;
  padding-left: 0.15rem;
}
.section1 {
  position: relative;
  margin-left: 1.2rem;
}
.section1 .homeBanner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1rem 0 0 0;
  overflow: hidden;
}
.section1 .homeBanner .bannertxt {
  position: absolute;
  left: 0.6rem;
  top: 1.9rem;
}
.section1 .homeBanner .bannertxt span {
  display: block;
}
.section1 .homeBanner .bannertxt span.cn {
  font-size: 0.64rem;
  color: #e94c19;
  margin-bottom: 0.2rem;
}
.section1 .homeBanner .bannertxt span.en {
  font-size: 0.7rem;
  color: #e94c19;
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.9rem;
  line-height: 1.2;
}
.section1 .homeBanner .banner_icons {
  position: absolute;
  z-index: 10;
  bottom: 1.4rem;
  left: 0.6rem;
}
.section1 .homeBanner .banner_icons span {
  display: inline-block;
  cursor: pointer;
  width: 0.52rem;
  height: 0.02rem;
  margin: 0 0.04rem;
  opacity: 0.5;
  background: #e94c19;
}
.section1 .homeBanner .banner_icons span.icons-active {
  opacity: 1;
}
.section1 .homeBanner .swiper-prev {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  width: 1.08rem;
  height: 3.4rem;
  background: url(/images/home/bannerIcon.png) no-repeat center;
  background-size: contain;
  z-index: 20;
  margin-top: -2.5rem;
  cursor: pointer;
}
.section1 .div_news {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #f2f2f2;
  height: 1.2rem;
  padding: 0 1rem;
  padding-right: 2rem;
}
.section1 .div_news .div_l {
  width: 50%;
}
.section1 .div_news .div_l .div_tit {
  width: 2.4rem;
  height: 1.2rem;
  background: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6rem;
}
.section1 .div_news .div_l ul.newslist li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section1 .div_news .div_l ul.newslist li span.time {
  font-size: 0.2rem;
  color: #333;
  width: 1.3rem;
}
.section1 .div_news .div_l ul.newslist li span.tag {
  width: 1.2rem;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  font-size: 0.2rem;
  color: #e94c19;
  background: #fff;
  border-radius: 0.26rem;
  margin-right: 0.3rem;
}
.section1 .div_news .div_l ul.newslist li p {
  width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section1 .div_news .div_l ul.newslist li p a {
  font-size: 0.2rem;
  color: #333;
}
.section1 .div_news .div_l ul.newslist li:hover p a {
  color: #e94c19;
}
.section1 .div_news .a_more {
  margin-right: auto;
}
.section2 {
  padding: 0.8rem 1.8rem;
  display: flex;
  align-items: center;
}
.section2 .sectionBox {
  width: 100%;
}
.section2 .sectionBox .div_tit {
  margin-bottom: 0.3rem;
}
.section2 .sectionBox .div_l {
  width: 46%;
}
.section2 .sectionBox .div_l .divbox {
  margin-bottom: 0.3rem;
  position: relative;
  height: 3.4rem;
  overflow: hidden;
  border-radius: 1rem 0.1rem 0.1rem 0.1rem;
}
.section2 .sectionBox .div_l .divbox:last-child {
  margin-bottom: 0;
  border-radius: 0.1rem 0.1rem 0.1rem 1rem;
}
.section2 .sectionBox .div_l .divbox .divtxt {
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
}
.section2 .sectionBox .div_l .divbox .divtxt img {
  width: 0.5rem;
  margin-bottom: 0.1rem;
}
.section2 .sectionBox .div_l .divbox .divtxt span {
  display: block;
  font-size: 0.18rem;
  color: #83869a;
  margin-bottom: 0.1rem;
}
.section2 .sectionBox .div_l .divbox .divtxt h3 {
  font-size: 0.32rem;
  color: #e94c19;
  margin-bottom: 0.4rem;
}
.section2 .sectionBox .div_l .divbox .divtxt h3::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.02rem;
  background: #e94c19;
  margin-top: 0.25rem;
}
.section2 .sectionBox .div_l .divbox .divtxt p {
  font-size: 0.18rem;
  color: #333333;
}
.section2 .sectionBox .div_r {
  width: 52%;
  position: relative;
}
.section2 .sectionBox .div_r .divbox {
  height: 7.1rem;
  overflow: hidden;
  border-radius: 0.1rem 1rem 0.1rem 0.1rem;
}
.section2 .sectionBox .div_r .div_tit {
  text-align: right;
}
.section2 .sectionBox .div_r ul {
  background: url(/images/home/s2_img04.jpg) no-repeat center;
  background-size: cover;
  border-radius: 1rem 0 0 0 ;
  overflow: hidden;
  position: absolute;
  width: 6.6rem;
  height: 4.3rem;
  bottom: 0;
  right: 0;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
.section2 .sectionBox .div_r ul li {
  width: 50%;
  text-align: center;
}
.section2 .sectionBox .div_r ul li span {
  font-size: 0.7rem;
  color: #fff;
  position: relative;
  display: inline-block;
}
.section2 .sectionBox .div_r ul li p {
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 1.5;
}
.section2 .sectionBox .div_r ul li:nth-child(4) span::after {
  content: "+";
  display: block;
  font-size: 0.6rem;
  position: absolute;
  right: -0.4rem;
  top: -0.2rem;
}
.section3 {
  height: 7.74rem !important;
}
.section3 .swiperS3 .bannertxt {
  position: absolute;
  left: 2.4rem;
  top: 1.2rem;
}
.section3 .swiperS3 .bannertxt span {
  display: block;
}
.section3 .swiperS3 .bannertxt span.cn {
  font-size: 0.64rem;
  color: #e94c19;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.section3 .swiperS3 .bannertxt span.cn::after {
  content: "";
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  background: url(/images/home/titbg.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -0.05rem;
  bottom: 0.05rem;
  z-index: -1;
}
.section3 .swiperS3 .bannertxt span.en {
  font-size: 0.75rem;
  color: #e94c19;
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  width: 6rem;
}
.section3 .swiperS3 .banner_icons {
  position: absolute;
  z-index: 10;
  top: 5rem;
  left: 2.4rem;
}
.section3 .swiperS3 .banner_icons span {
  display: inline-block;
  cursor: pointer;
  width: 0.52rem;
  height: 0.02rem;
  margin: 0 0.04rem;
  opacity: 0.5;
  background: #e94c19;
}
.section3 .swiperS3 .banner_icons span.icons-active {
  opacity: 1;
}
.section4 {
  height: 3rem!important;
  background: #f18e38;
}
.godown {
  position: absolute;
  left: -0.8rem;
  bottom: 1rem;
}
.godown img {
  width: 0.26rem;
  height: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .swiperHome {
    overflow: scroll;
  }
  .swiperHome > .swiper-wrapper {
    flex-wrap: wrap;
    height: auto;
  }
  .section1 {
    margin-left: 0;
  }
  .section1 .div_news {
    position: absolute;
    padding: 0.2rem 0;
    bottom: 0;
    height: auto;
    display: block;
  }
  .section1 .div_news .div_l {
    width: 100%;
    display: block;
  }
  .section1 .div_news .div_l .div_tit {
    width: 100%;
    margin-bottom: 0.2rem;
    display: none;
  }
  .section1 .div_news .div_l ul.newslist {
    padding: 0 0.2rem;
  }
  .section1 .div_news .div_l ul.newslist li {
    flex-wrap: wrap;
  }
  .section1 .div_news .div_l ul.newslist li span.time,
  .section1 .div_news .div_l ul.newslist li span.tag {
    width: 50%;
    margin: 0;
    text-align: center;
    line-height: 0.4rem;
    height: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .section1 .div_news .div_l ul.newslist li p {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    overflow: hidden;
  }
  .section1 .div_news .div_l ul.newslist li p a {
    font-size: 0.24rem;
  }
  .section1 .div_news .div_r {
    width: 100%;
    display: none;
    padding-top: 0.2rem;
  }
  .section1 .div_news .div_r a {
    margin: 0 auto;
  }
  .section1 .homeBanner .swiper-prev {
    display: none;
  }
  .section1 .homeBanner .bannertxt {
    top: unset;
    bottom: 2rem;
  }
  .section1 .homeBanner .bannertxt span.cn {
    font-size: 0.54rem;
  }
  .section1 .homeBanner .bannertxt span.en {
    font-size: 0.65rem;
  }
  .section2 {
    padding: 0.2rem;
  }
  .section2 .dj {
    flex-wrap: wrap;
  }
  .section2 .sectionBox .div_l {
    margin-bottom: 0.3rem;
  }
  .section2 .sectionBox .div_l .divbox .divtxt {
    top: 0;
    left: 0;
    padding: 0.3rem;
  }
  .section2 .sectionBox .div_l,
  .section2 .sectionBox .div_r {
    width: 100%;
  }
  .section2 .sectionBox .div_r .div_tit {
    text-align: left;
  }
  .section2 .sectionBox .div_r ul {
    width: 90%;
  }
  .section2 .sectionBox .div_r ul li span {
    display: inline-block;
    font-size: 0.6rem;
  }
  .section3 .swiperS3 .bannertxt {
    left: 0.3rem;
    top: 1rem;
  }
  .section3 .swiperS3 .bannertxt span.en {
    color: #fff;
    opacity: 1;
    font-size: 0.5rem;
    line-height: 1.5;
  }
  .section3 .swiperS3 .banner_icons {
    left: 0.3rem;
  }
  .section4 {
    height: auto!important;
  }
  .section2 .sectionBox .div_l .divbox,
  .section2 .sectionBox .div_r .divbox {
    height: auto;
  }
  .section4 .footer .fo_tp {
    padding-top: 2.5rem;
  }
}
<!--ºÄÊ±1768451586.5404Ãë-->