.at1 {
  padding: 85px 0 150px;
}
.at1 .t1 {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: flex-start;
  margin-bottom: 50px;
}
.at1 .t1 .a1 {
  color: #000000;
  font-size: 36px;
}
.at1 .t1 .a2 {
  display: flex;
  align-items: center;
}
.at1 .t1 .a2 .b1 {
  color: #666666;
  font-size: 18px;
  border: 1px solid #666666;
  padding: 15px 50px;
  border-radius: 10px;
  margin-left: 40px;
}
.at1 .t1 .a2 .b2 {
  margin-left: 40px;
}
.at1 .t1 .a2 .active {
  color: #c11920;
  border-color: #c11920;
}
.at1 .t2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.at1 .t2 .le {
  flex: 1;
  margin-right: 60px;
}
.at1 .t2 .le .a1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.at1 .t2 .le .a1 .ls {
  width: 50%;
  margin-bottom: 40px;
  display: flex;
  cursor: pointer;
}
.at1 .t2 .le .a1 .ls .b {
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 20px;
  padding-bottom: 10px;
}
.at1 .t2 .le .a1 .ls .b .b1 {
  margin-right: 20px;
}
.at1 .t2 .le .a1 .active .b {
  position: relative;
  color: #c11920;
}
.at1 .t2 .le .a1 .active .b::before {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: #c11920;
  left: 0;
}
.at1 .t2 .le .a2 {
  display: flex;
  align-items: center;
}
.at1 .t2 .le .a2 .b1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: #999999 solid 1px;
  margin-right: 30px;
  cursor: pointer;
}
.at1 .t2 .le .a2 .b1 .c {
  width: 12px;
}
.at1 .t2 .le .a2 .b1 .c2 {
  display: none;
}
.at1 .t2 .le .a2 .b1:hover {
  border-color: #c11920;
}
.at1 .t2 .le .a2 .b1:hover .c1 {
  display: none;
}
.at1 .t2 .le .a2 .b1:hover .c2 {
  display: block;
}
.at1 .t2 .ri {
  width: 475px;
  height: 410px;
}
.at1 .t2 .ri img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.at1 .t2 .ri img:not(:nth-of-type(1)) {
  display: none;
}
.at1 .tclick2 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .at1 {
    padding: 80px 0 80px;
  }
  .at1 .t1 .a1 {
    font-size: 28px;
  }
  .at1 .t1 .a2 {
    flex-wrap: wrap;
  }
  .at1 .t1 .a2 .b1 {
    font-size: 16px;
  }
  .at1 .t2 .le {
    margin-right: 0;
  }
  .at1 .t2 .le .a1 .ls .b {
    font-size: 16px;
  }
  .at1 .t2 .le .a2 .b1 {
    width: 35px;
    height: 35px;
  }
  .at1 .t2 .le .a2 .b1 .c {
    width: 8px;
  }
}
@media screen and (max-width: 900px) {
  .at1 {
    padding: 60px 0 60px;
  }
  .at1 .t1 {
    display: block;
    margin-bottom: 30px;
  }
  .at1 .t1 .a1 {
    font-size: 28px;
    text-align: center;
  }
  .at1 .t1 .a2 {
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .at1 .t1 .a2 .b1 {
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  at1 .t1 .a2 .b1 {
    margin-left: 0;
  }
  .at1 .t1 .a2 .b2 {
    margin-left: 10px;
  }
  .at1 .t2 {
    flex-direction: column;
  }
  .at1 .t2 .le {
    width: 100%;
    margin-bottom: 30px;
  }
  .at1 .t2 .le .a1 .ls {
    margin-bottom: 20px;
  }
  .at1 .t2 .le .a1 .ls .b {
    font-size: 16px;
  }
  .at1 .t2 .le .a2 .b1 {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .at1 .t2 .le .a2 .b1 .c {
    width: 8px;
  }
  .at1 .t2 .ri {
    width: 100%;
    height: auto;
  }
  .at1 .t2 .ri img {
    width: 100%;
    height: auto;
  }
}
.at2 {
  background: #f8f8f8;
  padding: 80px 0 150px;
}
.at2 .t1 {
  text-align: center;
  color: #000000;
  font-size: 36px;
  margin-bottom: 50px;
}
.at2 .t2 .swiper-slide {
  height: 420px;
  background: #252525;
  border-radius: 10px;
  padding: 40px 50px 0;
  box-sizing: border-box;
}
.at2 .t2 .swiper-slide img {
  width: 100%;
  height: 75%;
  display: block;
  object-fit: contain;
  margin-bottom: 20px;
}
.at2 .t2 .swiper-slide .a1 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.at2 .t3 {
  position: static;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.at2 .t3 .swiper-pagination-bullet {
  margin: 0 5px;
}
.at2 .t3 .swiper-pagination-bullet-active {
  background: #c11920;
}
@media screen and (max-width: 1200px) {
  .at2 {
    padding: 60px 0 100px;
  }
  .at2 .t1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .at2 .t2 .swiper-slide {
    height: 375px;
  }
}
@media screen and (max-width: 800px) {
  .at2 {
    padding: 60px 0 60px;
  }
  .at2 .t1 {
    font-size: 28px;
    margin-bottom: 22px;
  }
  .at2 .t2 .swiper-slide {
    padding: 20px;
    height: 300px;
  }
  .at2 .t2 .swiper-slide .a1 {
    font-size: 14px;
  }
}
.at3 {
  background: url(../img/img53.jpg) no-repeat center;
  background-size: cover;
  padding: 145px 0 215px;
}
.at3 .t1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.at3 .le {
  color: #fff;
  width: 26.5%;
  margin-right: 100px;
}
.at3 .le .a1 {
  font-size: 36px;
  margin-bottom: 30px;
}
.at3 .le .a2 {
  font-size: 16px;
}
.at3 .ri {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.at3 .ri .ls {
  width: calc(50% - 25px);
  background: #fff;
  padding: 35px 25px 50px;
  border-radius: 10px;
}
.at3 .ri .ls .a1 {
  color: #c11920;
  font-size: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
}
.at3 .ri .ls .a2 {
  color: #666666;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .at3 {
    padding: 100px 0;
  }
  .at3 .le .a1 {
    font-size: 30px;
  }
  .at3 .le .a2 {
    font-size: 14px;
  }
  .at3 .ri .ls .a1 {
    font-size: 16px;
  }
  .at3 .ri .ls .a2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .at3 {
    padding: 60px 0;
  }
  .at3 .t1 {
    display: block;
    text-align: center;
  }
  .at3 .le {
    width: 100%;
    margin-right: 0;
  }
  .at3 .ri {
    display: block;
  }
  .at3 .ri .ls {
    padding: 20px;
    width: 100%;
    margin-top: 20px;
  }
}
.at4 {
  padding: 125px 0 150px;
}
.at4 .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.at4 .le {
  width: 40%;
}
.at4 .le .a1 {
  color: #4d4848;
  font-size: 36px;
  margin-bottom: 65px;
}
.at4 .le .ls {
  margin-bottom: 25px;
  cursor: pointer;
}
.at4 .le .ls .a2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.at4 .le .ls .a2 .b1 {
  color: #999999;
  font-size: 20px;
}
.at4 .le .ls .a2 .b3 {
  display: none;
}
.at4 .le .ls .a3 {
  height: 0;
  overflow: hidden;
  color: #666666;
  font-size: 16px;
  margin-top: 20px;
}
.at4 .le .active .a2 .b1 {
  color: #c11920;
}
.at4 .le .active .a2 .b2 {
  display: none;
}
.at4 .le .active .a2 .b3 {
  display: block;
}
.at4 .le .active .a3 {
  height: auto;
}
.at4 .ri {
  width: 50%;
}
.at4 .ri img {
  display: block;
  width: 100%;
  border-top-left-radius: 50px;
}
.at4 .ri img:not(:nth-of-type(1)) {
  display: none;
}
@media screen and (max-width: 1200px) {
  .at4 {
    padding: 100px 0 100px;
  }
  .at4 .le .a1 {
    font-size: 30px;
  }
  .at4 .le .ls {
    margin-bottom: 15px;
  }
  .at4 .le .ls .a2 .b1 {
    font-size: 16px;
  }
  .at4 .le .ls .a3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .at4 {
    padding: 60px 0 60px;
  }
  .at4 .t {
    display: block;
  }
  .at4 .le {
    width: 100%;
  }
  .at4 .le .a1 {
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
  }
  .at4 .le .ls {
    margin-bottom: 10px;
  }
  .at4 .ri {
    width: 100%;
    margin-top: 40px;
  }
  .at4 .ri img {
    width: 100%;
    height: auto;
  }
}
