@charset "UTF-8";
.bannerwrap {
  position: relative;
}

.bannerwrap .bannerswiper .box {
  width: 100vw;
  overflow: hidden;
}

.bannerwrap .bannerswiper .box img {
  width: 100vw;
  height: auto;
}

.bannerwrap .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 8.5rem;
  left: 8.8rem;
}

.bannerwrap .swiper-pagination-bullet {
  background-color: #ffffff;
  width: .2rem;
  height: .2rem;
  opacity: 1;
  margin: 0rem .1rem;
}

.bannerwrap .swiper-pagination-bullet-active {
  background-color: #a42800;
  width: .2rem;
  height: .2rem;
}

.bannerwrap .swiper-button-next,
.bannerwrap .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: .91rem;
  height: .56rem;
  margin-top: -.22rem;
  z-index: 10;
  cursor: pointer;
  background-size: .91rem .56rem;
  background-position: center;
  background-repeat: no-repeat;
}

.bannerwrap .swiper-button-prev,
.bannerwrap .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/index/banl.png);
  left: 1rem;
  right: auto;
}

.bannerwrap .swiper-button-next,
.bannerwrap .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/index/banr.png);
  right: 1rem;
  left: auto;
}

/*index*/
.index .titles {
  font-size: .48rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.index .titles span {
  color: #a42800;
}

.index .more {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: -.6rem;
}

.index .more img {
  width: .53rem;
  height: .53rem;
}

.index .more p {
  font-size: .18rem;
  color: #a42800;
  margin-left: .15rem;
}

.index .one {
  margin: .8rem 0rem;
  background: url(../images/index/2.png) no-repeat center 100%;
}

.index .one .one-cont {
  display: flex;
  justify-content: space-between;
  margin-top: .5rem;
}

.index .one .one-cont .onel {
  width: 50%;
}

.index .one .one-cont .onel .onelswiper .onebox {
  position: relative;
}

.index .one .one-cont .onel .onelswiper .onebox .img {
  width: 8.57rem;
  height: 5.18rem;
  overflow: hidden;
  z-index: 1;
}

.index .one .one-cont .onel .onelswiper .onebox .img img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.index .one .one-cont .onel .onelswiper .onebox .img:hover img {
  transform: scale(1.1);
}

.index .one .one-cont .onel .onelswiper .onebox .onetexts {
  position: relative;
  z-index: 999;
  margin-left: auto;
  margin-top: -.5rem;
  width: 80%;
  padding: .2rem;
  font-size: .18rem;
  color: #ffffff;
  background: linear-gradient(to right, #a42800, #bb411a);
}

.index .one .one-cont .onel .onelswiper .onebox .onetexts .times {
  padding-bottom: .1rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
  margin-bottom: .1rem;
}

.index .one .one-cont .onel .onelswiper .onebox .onetexts .times span {
  font-family: Arial !important;
}

.index .one .one-cont .onel .onelswiper .onebox .onetexts a {
  color: #ffffff;
}

.index .one .one-cont .onel .onelbtn {
  z-index: 999;
}

.index .one .one-cont .onel .onelbtn .custom-next1,
.index .one .one-cont .onel .onelbtn .custom-prev1 {
  position: absolute;
  bottom: 0%;
  transform: translateY(-50%);
  width: .4rem;
  height: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.index .one .one-cont .onel .onelbtn .custom-next1 {
  left: .1rem;
  bottom: 0rem;
  display: flex;
}

.index .one .one-cont .onel .onelbtn .custom-next1 .line {
  margin-left: .2rem;
}

.index .one .one-cont .onel .onelbtn .custom-next1:hover p {
  color: #a42800;
}

.index .one .one-cont .onel .onelbtn .custom-prev1 {
  left: 1rem;
  bottom: 0rem;
  display: flex;
}

.index .one .one-cont .onel .onelbtn .custom-prev1:hover p {
  color: #a42800;
}

.index .one .one-cont .oner {
  width: 45%;
}

.index .one .one-cont .oner ul li {
  margin-bottom: .36rem;
}

.index .one .one-cont .oner ul li .rtims {
  font-size: .2rem;
  color: #a42800;
}

.index .one .one-cont .oner ul li .rtims span {
  font-family: Arial !important;
}

.index .one .one-cont .oner ul li .rtexts {
  margin-top: .1rem;
  border-bottom: 0.01rem solid #e5e5e5;
}

.index .one .one-cont .oner ul li .rtexts a {
  font-size: .18rem;
  line-height: .32rem;
}

.index .one .one-cont .oner ul li .rtexts .line {
  width: 10%;
  height: 0.01rem;
  background-color: #a42800;
  margin-top: .2rem;
  transition: width 2s ease;
}

.index .one .one-cont .oner ul li:hover .line {
  width: 100%;
}

.index .one .one-cont .oner ul li:hover .rtexts a {
  color: #a42800;
}

.index .two {
  background: url(../images/index/4.png) no-repeat center 100%;
  padding: .8rem 0rem;
}

.index .two .titles {
  color: #ffffff;
}

.index .two .more p {
  color: #ffffff;
}

.index .two .twocont {
  margin-top: 2rem;
}

.index .two .twocont .twoswiper {
  position: relative;
}

.index .two .twocont .twoswiper .twobox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index .two .twocont .twoswiper .twobox .img {
  position: relative;
  width: 1.86rem;
  height: 1.86rem;
  overflow: hidden;
  border-radius: 50%;
  border: 0.05rem solid #a42800;
  margin-bottom: -1.2rem;
  z-index: 99;
}

.index .two .twocont .twoswiper .twobox .img img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.index .two .twocont .twoswiper .twobox .img:hover img {
  transform: scale(1.1);
}

.index .two .twocont .twoswiper .twobox .twotexts {
  background-color: #ffffff;
  border-radius: .1rem;
  padding: .3rem;
  padding-top: 1.5rem;
  text-align: center;
}

.index .two .twocont .twoswiper .twobox .twotexts a {
  text-align: center;
  font-size: .24rem;
  font-weight: bold;
}

.index .two .twocont .twoswiper .twobox .twotexts .truncate {
  -webkit-line-clamp: 4;
}

.index .two .twocont .twoswiper .twobox .twotexts p {
  font-size: .16rem;
  text-align: justify;
  line-height: .28rem;
  margin-top: .1rem;
  color: #666;
}

.index .two .twocont .twolbtn {
  z-index: 999;
}

.index .two .twocont .twolbtn .custom-next2,
.index .two .twocont .twolbtn .custom-prev2 {
  position: absolute;
  bottom: 0%;
  transform: translateY(-50%);
  width: .4rem;
  height: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.index .two .twocont .twolbtn .custom-next2 {
  left: -.8rem;
  bottom: 1rem;
  display: flex;
  color: #ffffff;
}

.index .two .twocont .twolbtn .custom-next2 p {
  margin-left: .1rem;
}

.index .two .twocont .twolbtn .custom-prev2 {
  right: -.8rem;
  bottom: 1rem;
  display: flex;
  color: #ffffff;
}

.index .two .twocont .twolbtn .custom-prev2 p {
  margin-right: .1rem;
}

.index .three {
  padding: .8rem 0rem;
  position: relative;
}

.index .three .onth {
  margin-top: 1rem;
}

.index .three .threecont {
  display: flex;
  justify-content: space-between;
}

.index .three .threecont .threetop-left {
  width: 50%;
}

.index .three .threecont .threetop-left .img {
  width: 5.81rem;
  height: 6.5rem;
}

.index .three .threecont .threetop-left .img img {
  width: 100%;
}

.index .three .threecont .threetop-right {
  width: 50%;
  margin-left: 1rem;
  background: url(../images/index/7.png) no-repeat center 100%;
}

.index .three .threecont .threetop-right .tit {
  font-size: .4rem;
  font-weight: bold;
  color: #a42800;
  margin-top: -.5rem;
}

.index .three .threecont .threetop-right .im {
  margin-left: -4rem;
  margin-top: 1.5rem;
  width: 3.36rem;
  height: .42rem;
}

.index .three .threecont .threetop-right .im img {
  width: 100%;
}

.index .three .threecont .threetop-right ul li {
  margin: .1rem 0rem;
}

.index .three .threecont .threetop-right ul li a {
  font-size: .18rem;
}

.index .three .onth2 {
  margin-top: .2rem;
}

.index .three .onth2 .threetop-right {
  width: 50%;
  margin-left: 1rem;
  background: 0;
}

.index .three .onth2 .threetop-right .tit {
  font-size: .4rem;
  font-weight: bold;
  color: #a42800;
}

.index .three .onth2 .threetop-right .im {
  position: relative;
  z-index: 99;
  margin-left: 5.2rem;
  margin-top: 1rem;
  width: 3.36rem;
  height: .42rem;
}

.index .three .onth2 .threetop-right .im img {
  width: 100%;
}

.index .three .onth2 .threetop-right ul {
  position: relative;
  z-index: 999;
}

.index .three .onth2 .threetop-right ul li {
  margin: .1rem 0rem;
}

.index .three .onth2 .threetop-right ul li a {
  font-size: .18rem;
}

.index .three .onth2 .threetop-right .imbg {
  position: absolute;
  bottom: 0;
  left: -2.5rem;
  width: 7.2rem;
  height: auto;
}

.index .three .onth2 .threetop-right .imbg img {
  width: 100%;
}

.phone {
  display: none;
}

/*小屏幕*/
@media screen and (max-width: 1200px) {
  .top {
    display: none;
  }
  .phone {
    display: block;
  }
}
