.zyfw {
  background: #8b231c;
}
.zyfw .container2 {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 3rem 0;
}
.zyfw .container2 .zy1 {
  width: -webkit-fill-available;
  text-transform: uppercase;
  font-size: 2.2rem;
}

.bg4 {
  background-image: url(../img/bg1.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-attachment: fixed;
}

.bg3 {
  position: relative;
}
.bg3::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgb(252 239 241), rgb(57 56 54 / 0%)), url(../img/bg6.jpg);
  background-repeat: no-repeat;
  opacity: 0.8;
  z-index: -1;
  background-size: cover;
  background-position: 50% 74%;
}
.about::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/index_about_bj.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.8;
  z-index: -1;
  background-size: cover;
}
.about {
  /* padding: 2rem 0 4rem; */
  position: relative;
}
.about .container2 {
  position: relative;
}

.ab_t {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
}

.ab1 {
  width: 68%;
  margin-top: 2rem;
  margin-right: 4rem;
  padding-bottom: 8rem;
}
.ab1 .cont {
  color: #898989;
  line-height: 1.8rem;
}
.ab1 h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  position: relative;
}

.ab1 hr {
  width: 135px;
  height: 4px;
  background: var(--c1);
  margin: 20px 0;
}

.ab2 {
  height: 37rem;
}

.stats {
  text-align: center;
  position: absolute;
  width: 63%;
  bottom: 3%;
  left: 0%;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgb(54 50 50 / 27%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 10px;
  border-radius: 4px;
}
.stats div {
  padding: 15px;
  border-right: 1px solid #dde2e7;
}
.stats .counter {
  margin: 0;
  color: var(--c1);
  font-size: 40px;
  font-weight: bold;
}

.stats div h2 span {
  font-size: 16px;
}
.stats div p {
  margin: 5px 0 0;
  color: #666;
}

/* 标题 */
.tit_in {
  text-align: center;
  line-height: 40px;
}
.tit_in span {
  color: var(--c1);
  font-size: 18px;
  text-transform: uppercase;
}
.tit_in h3 {
  color: #303030;
  font-size: 40px;
  font-weight: bold !important;
  text-transform: uppercase;
}
.tit_in p {
  width: 100px;
  height: 4px;
  background: var(--c3);
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
}

#ysbj {
  padding: 5rem 0;
}

#why {
  position: relative;
  margin-top: 5%;
}
#why .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 10px 10px;
}
#why .swiper-slide {
  text-align: left;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  background: url('../img/yspic_bj.jpg') no-repeat right top;
  background-size: 100% 100%;
  padding: 3%;
  /* Center slide text vertically */
  flex-direction: column;
  display: flex;
  justify-content: center;
}
#why .swiper-slide:before {
  position: absolute;
  left: -50px;
  bottom: -50px;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/yspic_bj1.png') no-repeat left bottom;
  background-size: 100%;
  opacity: 0;
  transition: 0.5s;
}
#why .swiper-slide:hover {
  background: var(--c1);
  box-shadow: 10px 10px 0 #1770455c;
}
#why .swiper-slide:hover:before {
  opacity: 1;
  left: 0;
  bottom: 0;
}

#why .swiper-slide:hover .pic {
  color: #fff;
}

#why .swiper-slide .num {
  color: #000000;
  font-family: 'shuzi';
  font-size: 36px;
  position: relative;
  padding-left: 35px;
  transition: 0.3s;
}
#why .swiper-slide .num:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  transition: 0.3s;
}
#why .swiper-slide .pic {
  font-size: 40px;
  text-align: left;
  margin: 27px 0 0;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 44px;
}
#why .swiper-slide .pic img {
  margin-left: 0;
  transition: 0.3s;
  filter: sepia(0) hue-rotate(163deg) saturate(1);
}
#why .swiper-slide:hover .pic img {
  margin-left: -79px;
}
#why .swiper-slide h3 {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: bold !important;
  margin: 7% 0 7% !important;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
#why .swiper-slide p {
  color: #666666;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  min-height: 120px;
}
#why .swiper-slide:hover h3,
#why .swiper-slide:hover p {
  color: #fff;
}
#why .swiper-slide:hover .num {
  color: #fff;
  padding-left: 0;
}
#why .swiper-slide:hover .num:before {
  background: #fff;
  width: 0;
}

.cplist {
  padding: 0rem 0 5rem;
}

.cplist .tit_in {
  padding: 3rem 4rem;
}

.cp1 {
  display: block;
  text-align: center;
  border: 1px solid #c5c5c5;
  transition: all 0.6s;
}

.cp1 .tit {
  padding: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.6s;
  background: var(--c3);
  color: #fff;
}

.cp1:hover .tit {
  background: var(--c1);
  color: #fff;
}

.ad1 {
  display: flex;
  align-items: end;
  justify-content: center;
}

.ad1 p {
  font-size: 26px;
}
.ad1 p span {
  color: var(--c3);
  font-weight: bold;
}

.ad1 p:nth-child(1),
.ad1 p:nth-child(3) {
  padding-bottom: 2rem;
}

.advertise1 {
  background-image: linear-gradient(to top, #f5f5f5 44%, #fff0 34%);
  padding: 3rem 0 0;
}

.PROCESS .container2 {
  display: flex;
  justify-content: flex-end;
}

.lc1 {
  width: 53%;
  padding: 7rem 0;
  position: relative;
  z-index: 9;
}

.lc1 h1 {
  color: #303030;
  font-size: 40px;
  font-weight: bold !important;
  text-transform: uppercase;
}

.lc1 p {
  color: #898989;
}
.lc1 hr {
  position: relative;
  background: #dddddd;
  margin: 2rem 0;
}

.lc1 hr::after {
  position: absolute;
  content: '';
  width: 167px;
  height: 2px;
  background: var(--c3);
  top: -1px;
}

.lc1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 10px;
  margin-top: 4rem;
}

.lc1 ul li {
  background: var(--c3);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
}
