@font-face {
  font-family: 'reg';
  src: url(../css/HostGrotesk-Regular.ttf);
}
@font-face {
  font-family: 'med';
  src: url(../css/HostGrotesk-Medium.ttf);
}
body,
html {
  background: #f6f6f6;
}
.df {
  display: flex;
  align-items: center;
}
.aflex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fsb {
  display: flex;
  justify-content: space-between;
}
.fsb-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fsb-as {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fsb-ae {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.ell {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ell2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgcover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10000002;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader {
  width: 80%;
  height: 80%;
}
.ibanner {
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  margin-top: 10px;
}
.ibanner img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 30px;
}
.ibanner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 50px;
}
.ibanner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: none;
  border: 1px solid #252525;
  opacity: 1;
}
.ibanner .swiper-pagination-bullet-active {
  position: relative;
}
.ibanner .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background: #252525;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .ibanner .swiper-pagination {
    bottom: 10px;
  }
}
.webtop .ri .a2 .b1 .c1,
.lang-option,
.webtop .mid .ls .a1 {
  font-family: 'reg' !important;
}
.index1 {
  padding: 125px 0;
}
.index1 .maxcontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index1 .le {
  width: 45%;
}
.index1 .le .a1 {
  font-size: 16px;
  color: #999999;
  font-family: 'reg' !important;
}
.index1 .le .a2 {
  color: #252525;
  font-size: 70px;
  margin: 5px 0 35px;
}
.index1 .le .a3 {
  color: #252525;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 125px;
}
.index1 .le .a5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index1 .le .a5 .ls {
  margin-bottom: 40px;
}
.index1 .le .a5 .ls .aa1 {
  display: flex;
  align-items: center;
  color: #f6c100;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 5px;
}
.index1 .le .a5 .ls .aa1 .b1 {
  font-family: 'reg' !important;
}
.index1 .le .a5 .ls .aa1 .b2 {
  color: #999999;
  font-size: 18px;
  margin-left: 28px;
  line-height: 30px;
}
.index1 .le .a5 .ls .aa2 {
  color: #252525;
  font-size: 18px;
}
.index1 .le .a5 .ls .aa3 {
  align-items: flex-end;
}
.index1 .le .a5 .ls:nth-of-type(1),
.index1 .le .a5 .ls:nth-of-type(3) {
  width: 45%;
  flex-shrink: 0;
}
.index1 .le .a5 .ls:nth-of-type(2),
.index1 .le .a5 .ls:nth-of-type(4) {
  width: 55%;
  flex-shrink: 0;
}
.index1 .ri {
  width: 50%;
  display: block;
}
.index1 .ri:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1200px) {
  .index1 {
    padding: 100px 0;
  }
  .index1 .le {
    width: 50%;
  }
  .index1 .le .a2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .index1 .le .a3 {
    margin-bottom: 100px;
  }
  .index1 .le .a5 .ls .aa1 {
    font-size: 45px;
  }
  .index1 .le .a5 .ls .aa2 {
    font-size: 16px;
  }
  .index1 .ri {
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  .index1 {
    padding: 60px 0;
  }
  .index1 .maxcontainer {
    display: block;
  }
  .index1 .le {
    width: 100%;
  }
  .index1 .le .a1 {
    font-size: 14px;
  }
  .index1 .le .a2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .index1 .le .a3 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .index1 .le .a5 .ls {
    margin-bottom: 20px;
  }
  .index1 .le .a5 .ls .aa1 {
    font-size: 26px;
    line-height: 26px;
  }
  .index1 .le .a5 .ls .aa1 .b2 {
    font-size: 16px;
    margin-left: 20px;
  }
  .index1 .le .a5 .ls .aa2 {
    font-size: 14px;
  }
  .index1 .le .a5 .ls:nth-of-type(1),
  .index1 .le .a5 .ls:nth-of-type(2),
  .index1 .le .a5 .ls:nth-of-type(3),
  .index1 .le .a5 .ls:nth-of-type(4) {
    width: 50%;
  }
  .index1 .ri {
    width: 100%;
    margin-top: 10px;
  }
}
.index2 {
  width: calc(100% - 40px);
  margin-left: 20px;
  background: #fff;
  border-radius: 30px;
  padding: 65px 0;
}
.index2 .list {
  align-items: center;
  justify-content: space-between;
  display: none;
}
.index2 .list-active {
  display: flex;
}
.index2 .le {
  width: 45%;
}
.index2 .le .at1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index2 .le .at1 .ls {
  width: calc(25% - 10px);
  height: 50px;
  border-radius: 30px;
  color: #999;
  font-size: 20px;
  border: 1px solid #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index2 .le .at1 .ls-active {
  background: #252525;
  border-color: #252525;
  color: #f6c100;
}
.index2 .le .at2 {
  color: #252525;
  font-size: 70px;
  margin: 60px 0 200px;
}
.index2 .le .at3 {
  color: #252525;
  font-size: 16px;
  margin-bottom: 150px;
}
.index2 .le .at5 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index2 .le .at5 .ls {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: none;
  border: 1px solid #252525;
  opacity: 1;
  cursor: pointer;
  margin: 0 5px;
}
.index2 .le .at5 .ls-active {
  position: relative;
}
.index2 .le .at5 .ls-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #252525;
  border-radius: 50%;
}
.index2 .ri {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index2 .ri .at1 {
  position: relative;
  padding-bottom: 83.5%;
  width: 62.5%;
  overflow: hidden;
  border-radius: 30px;
}
.index2 .ri .at1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.index2 .ri .at1 img:hover {
  transform: scale(1.05);
}
.index2 .ri .at2 {
  position: relative;
  width: 33.5%;
  padding-bottom: 33.5%;
  overflow: hidden;
  border-radius: 30px;
}
.index2 .ri .at2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.index2 .ri .at2 img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1200px) {
  .index2 {
    padding: 50px 0;
  }
  .index2 .le .at1 {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  .index2 .le .at1 .ls {
    width: auto;
    height: 45px;
    font-size: 16px;
    flex-shrink: 0;
    padding: 0 20px;
    margin-right: 20px;
  }
  .index2 .le .at2 {
    font-size: 50px;
    margin: 50px 0 150px;
  }
  .index2 .le .at3 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  .index2 {
    padding: 60px 0;
  }
  .index2 .list-active {
    display: block;
  }
  .index2 .le {
    width: 100%;
  }
  .index2 .le .at1 {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .index2 .le .at1::-webkit-scrollbar {
    display: none;
  }
  .index2 .le .at1 .ls {
    width: auto;
    height: 40px;
    font-size: 14px;
    flex-shrink: 0;
    padding: 0 20px;
    margin-right: 20px;
  }
  .index2 .le .at2 {
    font-size: 26px;
    margin: 30px 0 30px;
  }
  .index2 .le .at3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .index2 .ri {
    width: 100%;
    margin-top: 20px;
  }
}
.index3 {
  padding: 135px 0 200px;
}
.index3 .at1 {
  color: #252525;
  font-size: 40px;
  text-align: center;
  padding-bottom: 75px;
}
.index3 .at2 {
  display: flex;
  align-items: stretch;
}
.index3 .at2 .ls {
  width: calc(25% - 23px);
}
.index3 .at2 .ls:not(:nth-last-of-type(1)) {
  margin-right: 31px;
}
.index3 .at2 .ls:hover .a1 .b1 {
  transform: scale(1.1);
}
.index3 .at2 .ls .a1 {
  position: relative;
  padding-bottom: 66%;
  border-radius: 30px;
  overflow: hidden;
}
.index3 .at2 .ls .a1 .b1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index3 .at2 .ls .a2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #252525;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .index3 {
    padding: 100px 0 150px;
  }
  .index3 .at1 {
    font-size: 32px;
    padding-bottom: 60px;
  }
  .index3 .at2 .ls {
    width: calc(25% - 20px);
  }
  .index3 .at2 .ls:not(:nth-last-of-type(1)) {
    margin-right: 26px;
  }
  .index3 .at2 .ls .a2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .index3 {
    padding: 60px 0;
  }
  .index3 .at1 {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .index3 .at2 {
    flex-wrap: wrap;
  }
  .index3 .at2 .ls {
    width: calc(50% - 5px);
    margin-bottom: 30px;
  }
  .index3 .at2 .ls:not(:nth-last-of-type(1)) {
    margin-right: 0;
  }
  .index3 .at2 .ls:nth-child(odd) {
    margin-right: 10px;
  }
  .index3 .at2 .ls .a1 {
    border-radius: 15px;
  }
  .index3 .at2 .ls .a2 {
    font-size: 16px;
    margin-top: 15px;
  }
}
.index5 .maxcontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index5 .le {
  width: 47.5%;
  display: block;
}
.index5 .ri {
  width: 46.5%;
  color: #252525;
}
.index5 .ri .a1 {
  font-size: 40px;
}
.index5 .ri .a2 {
  font-size: 16px;
  margin: 25px 0 125px;
}
.index5 .ri .a3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index5 .ri .a3 .b {
  width: calc(50% - 35px);
}
.index5 .ri .a3 .b .c1 {
  height: 90px;
  display: block;
}
.index5 .ri .a3 .b .c2 {
  margin: 30px 0 25px;
  color: #252525;
  font-size: 24px;
}
.index5 .ri .a3 .b .c3 {
  font-size: 16px;
  color: #999;
  word-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 1200px) {
  .index5 .le {
    width: 50%;
  }
  .index5 .ri {
    width: 45%;
  }
  .index5 .ri .a1 {
    font-size: 32px;
  }
  .index5 .ri .a2 {
    margin: 20px 0 100px;
  }
  .index5 .ri .a3 .b {
    width: calc(50% - 25px);
  }
  .index5 .ri .a3 .b .c1 {
    height: 80px;
  }
  .index5 .ri .a3 .b .c2 {
    font-size: 20px;
    margin: 25px 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .index5 .maxcontainer {
    display: block;
  }
  .index5 .le {
    width: 100%;
  }
  .index5 .ri {
    width: 100%;
    margin-top: 20px;
  }
  .index5 .ri .a1 {
    font-size: 20px;
  }
  .index5 .ri .a2 {
    font-size: 14px;
    margin: 15px 0 30px;
  }
  .index5 .ri .a3 .b {
    width: calc(50% - 5px);
  }
  .index5 .ri .a3 .b .c1 {
    height: 60px;
  }
  .index5 .ri .a3 .b .c2 {
    font-size: 18px;
    margin: 20px 0 15px;
  }
  .index5 .ri .a3 .b .c3 {
    font-size: 14px;
  }
  .index5 .ri .a3 .b:nth-child(odd) {
    margin-right: 10px;
  }
}
.index6 {
  padding: 165px 0 180px;
}
.index6 .at1 {
  color: #252525;
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
}
.index6 .at2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 80px;
}
.index6 .at2 img {
  height: 70px;
}
.index6 .at2 img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1200px) {
  .index6 {
    padding: 100px 0 120px;
  }
  .index6 .at1 {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .index6 .at2 {
    padding: 0 40px;
  }
  .index6 .at2 img {
    height: 50px;
  }
}
@media screen and (max-width: 900px) {
  .index6 {
    padding: 60px 0;
  }
  .index6 .at1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .index6 .at2 {
    padding: 0 0;
  }
  .index6 .at2 img {
    margin-bottom: 20px;
    height: 30px;
    width: calc(100% / 3);
    object-fit: contain;
  }
}
.index7 {
  background: url(../img/img20.png) no-repeat center center / cover;
  padding: 65px 0;
}
.index7 .maxcontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index7 .le {
  color: #fff;
}
.index7 .le .a1 {
  font-size: 40px;
}
.index7 .le .a2 {
  font-size: 20px;
  margin-top: 15px;
}
.index7 .ri {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 230px;
  height: 60px;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 28px;
  background: #fff;
}
.index7 .ri:hover {
  background: #252525;
}
.index7 .ri:hover .a1 {
  color: #fff;
}
.index7 .ri:hover .a2 {
  filter: brightness(0) invert(1);
}
.index7 .ri .a1 {
  color: #252525;
  font-size: 20px;
}
.index7 .ri .a2 {
  width: 15px;
}
@media screen and (max-width: 1200px) {
  .index7 {
    padding: 50px 0;
  }
  .index7 .le .a1 {
    font-size: 32px;
  }
  .index7 .le .a2 {
    font-size: 18px;
    margin-top: 12px;
  }
  .index7 .ri {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    padding: 0 20px;
  }
  .index7 .ri .a1 {
    font-size: 18px;
  }
  .index7 .ri .a2 {
    width: 12px;
  }
}
@media screen and (max-width: 900px) {
  .index7 {
    padding: 30px 0;
  }
  .index7 .maxcontainer {
    display: block;
  }
  .index7 .le .a1 {
    font-size: 20px;
  }
  .index7 .le .a2 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .index7 .ri {
    width: 180px;
    height: 40px;
    border-radius: 20px;
    padding: 0 15px;
  }
  .index7 .ri .a1 {
    font-size: 16px;
  }
  .index7 .ri .a2 {
    width: 10px;
  }
}
.webfoot {
  padding: 40px 0 45px;
  background: #fafafa;
}
.webfoot .at1 {
  height: 70px;
  margin-bottom: 45px;
  display: block;
}
.webfoot .at2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 135px;
}
.webfoot .at2 .le {
  color: #666666;
  font-size: 16px;
  flex-shrink: 0;
}
.webfoot .at2 .le .a1 {
  margin-bottom: 15px;
}
.webfoot .at2 .le .a2 {
  margin-bottom: 0;
}
.webfoot .at2 .ri {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.webfoot .at2 .ri .ls:not(:nth-last-of-type(1)) {
  margin-right: 90px;
}
.webfoot .at2 .ri .ls .a1 {
  color: #252525;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.webfoot .at2 .ri .ls .a2 {
  color: #666666;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.webfoot .at2 .ri .ls .a2:hover {
  color: #252525;
}
.webfoot .at3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.webfoot .at3 .le {
  color: #252525;
  font-size: 14px;
}
.webfoot .at3 .le a {
  color: #252525;
  font-size: 14px;
}
.webfoot .at3 .ri {
  display: flex;
  align-items: center;
}
.webfoot .at3 .ri a:not(:nth-last-of-type(1)) {
  margin-right: 25px;
}
.webfoot .at3 .ri img {
  height: 25px;
}
@media screen and (max-width: 1200px) {
  .webfoot {
    padding: 30px 0 35px;
  }
  .webfoot .at1 {
    height: 60px;
    margin-bottom: 35px;
  }
  .webfoot .at2 {
    margin-bottom: 100px;
  }
  .webfoot .at2 .ri .ls:not(:nth-last-of-type(1)) {
    margin-right: 60px;
  }
  .webfoot .at3 .ri img {
    height: 20px;
  }
}
@media screen and (max-width: 900px) {
  .webfoot {
    padding: 20px 0 25px;
  }
  .webfoot .at1 {
    height: 50px;
    margin-bottom: 25px;
  }
  .webfoot .at2 {
    display: block;
    margin-bottom: 0;
  }
  .webfoot .at2 .le {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .webfoot .at2 .le .a1 {
    margin-bottom: 8px;
  }
  .webfoot .at2 .ri .ls {
    margin-bottom: 30px;
  }
  .webfoot .at2 .ri .ls:not(:nth-last-of-type(1)) {
    margin-right: 30px;
  }
  .webfoot .at2 .ri .ls .a1 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .webfoot .at2 .ri .ls .a2 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .webfoot .at3 {
    display: block;
  }
  .webfoot .at3 .le {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .webfoot .at3 .le a {
    font-size: 12px;
  }
  .webfoot .at3 .ri {
    justify-content: center;
  }
  .webfoot .at3 .ri img {
    height: 15px;
  }
}
.rbanner {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}
.rbanner img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.rbanner .over {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 56px;
}
@media screen and (max-width: 900px) {
  .rbanner img {
    height: 150px;
    object-fit: cover;
  }
  .rbanner .over {
    font-size: 26px;
  }
}
.rcont1 {
  padding: 175px 0;
}
.rcont1 .maxcontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rcont1 .le {
  width: 50%;
}
.rcont1 .le .a1 {
  font-size: 56px;
  background: linear-gradient(to bottom, #fcd319, #caa412);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.rcont1 .le .a2 {
  color: #252525;
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 100px;
}
.rcont1 .le .a5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rcont1 .le .a5 .ls {
  margin-bottom: 40px;
}
.rcont1 .le .a5 .ls .aa1 {
  display: flex;
  align-items: center;
  color: #f6c100;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 5px;
}
.rcont1 .le .a5 .ls .aa1 .b1 {
  font-family: 'reg' !important;
}
.rcont1 .le .a5 .ls .aa1 .b2 {
  color: #999999;
  font-size: 18px;
  margin-left: 28px;
  line-height: 30px;
}
.rcont1 .le .a5 .ls .aa2 {
  color: #252525;
  font-size: 18px;
}
.rcont1 .le .a5 .ls .aa3 {
  align-items: flex-end;
}
.rcont1 .le .a5 .ls:nth-of-type(1),
.rcont1 .le .a5 .ls:nth-of-type(3) {
  width: 45%;
  flex-shrink: 0;
}
.rcont1 .le .a5 .ls:nth-of-type(2),
.rcont1 .le .a5 .ls:nth-of-type(4) {
  width: 55%;
  flex-shrink: 0;
}
.rcont1 .ri {
  width: 45.8%;
}
.rcont1 .ri .a1 {
  color: #252525;
  font-size: 16px;
  line-height: 2;
}
.rcont1 .ri .a1:not(:nth-last-of-type(1)) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .rcont1 {
    padding: 120px 0;
  }
  .rcont1 .le .a1,
  .rcont1 .le .a2 {
    font-size: 40px;
  }
  .rcont1 .le .a2 {
    margin-bottom: 80px;
  }
  .rcont1 .le .a5 .ls .aa1 {
    font-size: 40px;
    line-height: 40px;
  }
  .rcont1 .le .a5 .ls .aa2 {
    font-size: 16px;
  }
  .rcont1 .ri .a1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .rcont1 {
    padding: 60px 0;
  }
  .rcont1 .maxcontainer {
    display: block;
  }
  .rcont1 .le {
    width: 100%;
  }
  .rcont1 .le .a1,
  .rcont1 .le .a2 {
    font-size: 22px;
  }
  .rcont1 .le .a2 {
    margin-bottom: 30px;
  }
  .rcont1 .le .a5 .ls {
    margin-bottom: 22px;
  }
  .rcont1 .le .a5 .ls .aa1 {
    font-size: 20px;
    line-height: 20px;
  }
  .rcont1 .le .a5 .ls .aa1 .b2 {
    font-size: 14px;
    margin-left: 20px;
    line-height: 20px;
  }
  .rcont1 .le .a5 .ls .aa2 {
    font-size: 14px;
  }
  .rcont1 .le .a5 .ls:nth-of-type(1),
  .rcont1 .le .a5 .ls:nth-of-type(2),
  .rcont1 .le .a5 .ls:nth-of-type(3),
  .rcont1 .le .a5 .ls:nth-of-type(4) {
    width: 50%;
  }
  .rcont1 .ri {
    width: 100%;
    margin-top: 20px;
  }
  .rcont1 .ri .a1 {
    font-size: 14px;
  }
}
.rcont2 {
  padding-bottom: 115px;
}
.rcont2 .at1 {
  text-align: center;
}
.rcont2 .at1 .a1 {
  font-size: 40px;
  color: #252525;
}
.rcont2 .at1 .a2 {
  font-size: 16px;
  color: #999;
  margin: 10px 0 70px;
}
.rcont2 .at2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.rcont2 .at2 .le {
  width: 34.5%;
  padding-bottom: 42.5%;
  position: relative;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
}
.rcont2 .at2 .le:hover .a2 {
  height: 100%;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.rcont2 .at2 .le:hover .a2 .b1 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}
.rcont2 .at2 .le:hover .a2 .b2 {
  display: block;
}
.rcont2 .at2 .le:hover .a2 .b3 {
  display: block;
}
.rcont2 .at2 .le .a1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.rcont2 .at2 .le .a2 {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  padding: 0 50px;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 60px;
  color: #fff;
  font-size: 18px;
}
.rcont2 .at2 .le .a2 .b1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}
.rcont2 .at2 .le .a2 .b2 {
  margin-top: 15px;
  display: none;
}
.rcont2 .at2 .le .a2 .b3 {
  display: none;
}
.rcont2 .at2 .le .a2 .b3 .c1 {
  margin-bottom: 15px;
}
.rcont2 .at2 .le .a2 .b3 .c2:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}
.rcont2 .at2 .ri {
  flex: 1;
  margin-left: 30px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rcont2 .at2 .ri .ls {
  width: calc(50% - 15px);
  height: calc(50% - 15px);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.rcont2 .at2 .ri .ls:nth-child(-n+2) {
  margin-bottom: 30px;
}
.rcont2 .at2 .ri .ls:hover .a2 {
  height: 100%;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.rcont2 .at2 .ri .ls:hover .a2 .b1 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}
.rcont2 .at2 .ri .ls:hover .a2 .b2 {
  display: block;
}
.rcont2 .at2 .ri .ls:hover .a2 .b3 {
  display: block;
}
.rcont2 .at2 .ri .ls .a1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.rcont2 .at2 .ri .ls .a2 {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  padding: 0 50px;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 60px;
  color: #fff;
  font-size: 18px;
}
.rcont2 .at2 .ri .ls .a2 .b1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}
.rcont2 .at2 .ri .ls .a2 .b2 {
  margin-top: 15px;
  display: none;
}
.rcont2 .at2 .ri .ls .a2 .b3 {
  display: none;
}
.rcont2 .at2 .ri .ls .a2 .b3 .c1 {
  margin-bottom: 15px;
}
.rcont2 .at2 .ri .ls .a2 .b3 .c2:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .rcont2 {
    padding-bottom: 90px;
  }
  .rcont2 .at1 .a1 {
    font-size: 32px;
  }
  .rcont2 .at1 .a2 {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .rcont2 .at2 .le:hover .a2 {
    padding: 30px 40px;
  }
  .rcont2 .at2 .le .a2 {
    padding: 0 40px;
    height: 50px;
    font-size: 16px;
  }
  .rcont2 .at2 .ri .ls:hover .a2 {
    padding: 30px 40px;
  }
  .rcont2 .at2 .ri .ls .a2 {
    padding: 0 40px;
    height: 50px;
    font-size: 16px;
    overflow-y: auto;
  }
  .rcont2 .at2 .ri .ls .a2::-webkit-scrollbar {
    width: 6px;
    /* 滚动条宽度 */
  }
  .rcont2 .at2 .ri .ls .a2::-webkit-scrollbar-thumb {
    background-color: #999;
    /* 滚动条滑块颜色 */
    border-radius: 3px;
    /* 滚动条滑块圆角 */
  }
  .rcont2 .at2 .ri .ls .a2::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* 滚动条轨道颜色 */
  }
}
@media screen and (max-width: 900px) {
  .rcont2 {
    padding-bottom: 60px;
  }
  .rcont2 .at1 .a1 {
    font-size: 20px;
  }
  .rcont2 .at1 .a2 {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .rcont2 .at2 {
    flex-direction: column;
  }
  .rcont2 .at2 .le {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 15px;
  }
  .rcont2 .at2 .le:hover .a2 {
    padding: 20px 30px;
  }
  .rcont2 .at2 .le:hover .a2 .b1 {
    font-size: 20px;
  }
  .rcont2 .at2 .le .a2 {
    padding: 0 30px;
    height: 40px;
    font-size: 14px;
  }
  .rcont2 .at2 .le .a2 .b1 {
    margin-top: 8px;
  }
  .rcont2 .at2 .le .a2 .b2 {
    margin-top: 10px;
  }
  .rcont2 .at2 .le .a2 .b3 .c1 {
    margin-bottom: 10px;
  }
  .rcont2 .at2 .le .a2 .b3 .c2:not(:nth-last-of-type(1)) {
    margin-bottom: 8px;
  }
  .rcont2 .at2 .le .a1 {
    border-radius: 15px;
  }
  .rcont2 .at2 .ri {
    margin-left: 0;
    margin-top: 20px;
  }
  .rcont2 .at2 .ri .ls {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    height: 300px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .rcont2 .at2 .ri .ls:nth-child(-n+2) {
    margin-bottom: 20px;
  }
  .rcont2 .at2 .ri .ls:hover .a2 {
    padding: 20px 30px;
  }
  .rcont2 .at2 .ri .ls:hover .a2 .b1 {
    font-size: 20px;
  }
  .rcont2 .at2 .ri .ls .a2 {
    padding: 0 30px;
    height: 40px;
    font-size: 14px;
  }
  .rcont2 .at2 .ri .ls .a2 .b1 {
    margin-top: 8px;
  }
  .rcont2 .at2 .ri .ls .a2 .b2 {
    margin-top: 10px;
  }
  .rcont2 .at2 .ri .ls .a2 .b3 .c1 {
    margin-bottom: 10px;
  }
  .rcont2 .at2 .ri .ls .a2 .b3 .c2:not(:nth-last-of-type(1)) {
    margin-bottom: 8px;
  }
  .rcont2 .at2 .ri .ls .a1 {
    border-radius: 15px;
  }
}
.rcont3 {
  padding: 115px 0;
  background: #000;
}
.rcont3 .at1 {
  color: #fff;
  text-align: center;
}
.rcont3 .at1 .a1 {
  font-size: 40px;
}
.rcont3 .at1 .a2 {
  font-size: 16px;
  margin: 10px 0 70px;
}
.rcont3 .at2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.rcont3 .at2 .ls {
  border-radius: 15px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 20px 20px 60px;
  width: calc(33.33% - 18px);
}
.rcont3 .at2 .ls:hover .a1 .b1 {
  transform: scale(1.05);
}
.rcont3 .at2 .ls .a1 {
  position: relative;
  padding-bottom: 52%;
  border-radius: 15px;
  overflow: hidden;
}
.rcont3 .at2 .ls .a1 .b1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rcont3 .at2 .ls .a2 {
  font-size: 20px;
  margin: 20px 0 25px;
  color: #fff;
}
.rcont3 .at2 .ls .a3 {
  color: #aaa;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .rcont3 {
    padding: 90px 0;
  }
  .rcont3 .at1 .a1 {
    font-size: 32px;
  }
  .rcont3 .at1 .a2 {
    font-size: 14px;
    margin: 8px 0 50px;
  }
  .rcont3 .at2 .ls {
    padding: 15px 15px 40px;
    width: calc(33.33% - 12px);
  }
  .rcont3 .at2 .ls .a2 {
    font-size: 18px;
    margin: 15px 0 20px;
  }
  .rcont3 .at2 .ls .a3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .rcont3 {
    padding: 60px 0;
  }
  .rcont3 .at1 .a1 {
    font-size: 20px;
  }
  .rcont3 .at1 .a2 {
    font-size: 12px;
    margin: 5px 0 30px;
  }
  .rcont3 .at2 {
    flex-wrap: wrap;
  }
  .rcont3 .at2 .ls {
    width: 100%;
    margin-bottom: 20px;
  }
  .rcont3 .at2 .ls .a2 {
    font-size: 16px;
    margin: 10px 0 15px;
  }
  .rcont3 .at2 .ls .a3 {
    font-size: 12px;
  }
}
.rcont5 {
  padding: 115px 0 200px;
  overflow: hidden;
}
.rcont5 .at1 {
  text-align: center;
}
.rcont5 .at1 .a1 {
  color: #252525;
  font-size: 40px;
}
.rcont5 .at1 .a2 {
  margin: 5px 0 60px;
  font-size: 16px;
  color: #999;
}
.rcont5 .at2 img {
  height: 75px;
  max-width: 100%;
}
.rcont5 .at2 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .rcont5 {
    padding: 90px 0 150px;
  }
  .rcont5 .at1 .a1 {
    font-size: 32px;
  }
  .rcont5 .at1 .a2 {
    margin: 5px 0 45px;
    font-size: 14px;
  }
  .rcont5 .at2 img {
    height: 60px;
  }
}
@media screen and (max-width: 900px) {
  .rcont5 {
    padding: 60px 0 80px;
  }
  .rcont5 .at1 .a1 {
    font-size: 20px;
  }
  .rcont5 .at1 .a2 {
    margin: 5px 0 30px;
    font-size: 14px;
  }
  .rcont5 .at2 img {
    height: 40px;
  }
}
.rcont6 {
  padding-bottom: 175px;
  overflow: hidden;
}
.rcont6 .at1 {
  text-align: center;
}
.rcont6 .at1 .a1 {
  color: #252525;
  font-size: 40px;
}
.rcont6 .at1 .a2 {
  margin: 5px 0 60px;
  font-size: 16px;
  color: #999;
}
.rcont6 .at2 {
  display: flex;
  align-items: stretch;
}
.rcont6 .at2 .le {
  flex: 1;
  background: #fff;
  border-radius: 15px;
  padding: 35px 70px;
  box-sizing: border-box;
  overflow: hidden;
}
.rcont6 .at2 .le .a1 {
  overflow: hidden;
  margin-bottom: 45px;
  width: 100%;
}
.rcont6 .at2 .le .a1 .b1 {
  height: 45px;
  margin-bottom: 25px;
}
.rcont6 .at2 .le .a1 .b2 {
  font-size: 32px;
  color: #252525;
}
.rcont6 .at2 .le .a1 .b3 {
  margin: 35px 0 125px;
  color: #666666;
  font-size: 16px;
}
.rcont6 .at2 .le .a1 .b4 {
  height: 45px;
  margin-left: auto;
  display: block;
}
.rcont6 .at2 .le .a2 {
  display: flex;
  align-items: center;
}
.rcont6 .at2 .le .swiper-slide {
  width: 100%;
}
.rcont6 .at2 .le .swiper-button-prev,
.rcont6 .at2 .le .swiper-button-next {
  position: static;
  margin: 0;
  padding: 10px 15px;
  border-radius: 10px;
  background: #f5c100;
  cursor: pointer;
  width: auto;
  height: auto;
  box-sizing: border-box;
}
.rcont6 .at2 .le .swiper-button-prev img,
.rcont6 .at2 .le .swiper-button-next img {
  width: 15px;
  display: block;
}
.rcont6 .at2 .le .swiper-button-next {
  background: #252525;
}
.rcont6 .at2 .le .swiper-button-next img {
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}
.rcont6 .at2 .ri {
  flex-shrink: 0;
  background: #ededed;
  border-radius: 15px;
  width: 46.5%;
  overflow: hidden;
}
.rcont6 .at2 .ri .a1,
.rcont6 .at2 .ri .swiper-wrapper {
  height: 100%;
}
.rcont6 .at2 .ri .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rcont6 .at2 .ri .swiper-slide img {
  max-height: 80%;
  max-width: 90%;
}
@media screen and (max-width: 1200px) {
  .rcont6 {
    padding-bottom: 120px;
  }
  .rcont6 .at1 .a1 {
    font-size: 32px;
  }
  .rcont6 .at1 .a2 {
    margin: 5px 0 40px;
    font-size: 14px;
  }
  .rcont6 .at2 .le {
    padding: 25px 40px;
  }
  .rcont6 .at2 .le .a1 {
    margin-bottom: 30px;
  }
  .rcont6 .at2 .le .a1 .b1 {
    height: 35px;
    margin-bottom: 15px;
  }
  .rcont6 .at2 .le .a1 .b2 {
    font-size: 24px;
  }
  .rcont6 .at2 .le .a1 .b3 {
    margin: 25px 0 80px;
    font-size: 14px;
  }
  .rcont6 .at2 .le .a1 .b4 {
    height: 35px;
  }
  .rcont6 .at2 .le .swiper-button-prev,
  .rcont6 .at2 .le .swiper-button-next {
    padding: 8px 12px;
  }
  .rcont6 .at2 .le .swiper-button-prev img,
  .rcont6 .at2 .le .swiper-button-next img {
    width: 12px;
  }
}
@media screen and (max-width: 900px) {
  .rcont6 {
    padding-bottom: 60px;
  }
  .rcont6 .at1 .a1 {
    font-size: 20px;
  }
  .rcont6 .at1 .a2 {
    margin: 5px 0 20px;
    font-size: 12px;
  }
  .rcont6 .at2 {
    display: block;
  }
  .rcont6 .at2 .le {
    padding: 20px 25px;
    margin-bottom: 20px;
  }
  .rcont6 .at2 .le .a1 {
    margin-bottom: 20px;
  }
  .rcont6 .at2 .le .a1 .b1 {
    height: 25px;
    margin-bottom: 10px;
  }
  .rcont6 .at2 .le .a1 .b2 {
    font-size: 18px;
  }
  .rcont6 .at2 .le .a1 .b3 {
    margin: 15px 0 40px;
    font-size: 12px;
  }
  .rcont6 .at2 .le .a1 .b4 {
    height: 25px;
  }
  .rcont6 .at2 .ri {
    width: 100%;
    height: 300px;
  }
}
.rcont7 {
  padding: 130px 0 170px;
}
.rcont7 .maxcontainer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.rcont7 .le {
  flex: 1;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 25px;
  position: sticky;
  top: 100px;
  z-index: 2;
}
.rcont7 .le .ls {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 25px;
}
.rcont7 .le .ls .a1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
.rcont7 .le .ls .a2 {
  color: #252525;
  font-size: 18px;
}
.rcont7 .le .active {
  background: #f5c100;
}
.rcont7 .ri {
  width: 75%;
  flex-shrink: 0;
  margin-left: 30px;
  overflow: hidden;
}
.rcont7 .ri .at1 {
  background: #fff;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.rcont7 .ri .at1 .ls {
  position: relative;
  padding-bottom: 30.5%;
  width: calc(33.33% - 12px);
  border-radius: 15px;
  overflow: hidden;
}
.rcont7 .ri .at1 .ls:hover img {
  transform: scale(1.05);
}
.rcont7 .ri .at1 .ls:not(:nth-of-type(3n)) {
  margin-right: 18px;
}
.rcont7 .ri .at1 .ls:nth-last-child(n+4) {
  margin-bottom: 18px;
}
.rcont7 .ri .at1 .ls img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.rcont7 .ri .at2 {
  border-radius: 25px;
  box-sizing: border-box;
  padding: 30px;
  background: #f1efe6;
}
.rcont7 .ri .at2 .a1 {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
.rcont7 .ri .at2 .a1 .b1 {
  background: #f6c100;
  width: 6px;
  border-radius: 20px;
  margin-right: 15px;
}
.rcont7 .ri .at2 .a1 .b2 {
  color: #252525;
  font-size: 36px;
  line-height: 34px;
}
.rcont7 .ri .at2 .a2 {
  margin-bottom: 25px;
}
.rcont7 .ri .at2 .a2 .b1 {
  color: #252525;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.rcont7 .ri .at2 .a2 .b2 {
  color: #252525;
  font-size: 16px;
}
.rcont7 .ri .at2 .a3 .b1 {
  color: #252525;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 20px;
}
.rcont7 .ri .at2 .a3 .b2 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.rcont7 .ri .at2 .a3 .b2 .c1 {
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  background: #000000;
  box-sizing: border-box;
  padding: 0 10px;
  flex-shrink: 0;
}
.rcont7 .ri .at2 .a3 .b2 .c2 {
  color: #252525;
  font-size: 16px;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .rcont7 {
    padding: 100px 0 120px;
  }
  .rcont7 .le {
    top: 70px;
  }
  .rcont7 .le .ls {
    padding: 10px 15px;
  }
  .rcont7 .le .ls .a1 {
    width: 40px;
    height: 40px;
  }
  .rcont7 .le .ls .a2 {
    font-size: 16px;
  }
  .rcont7 .ri {
    width: 70%;
    margin-left: 20px;
  }
  .rcont7 .ri .at1 {
    padding: 20px;
  }
  .rcont7 .ri .at1 .ls {
    padding-bottom: 35%;
    width: calc(33.33% - 10px);
  }
  .rcont7 .ri .at1 .ls:not(:nth-of-type(3n)) {
    margin-right: 15px;
  }
  .rcont7 .ri .at1 .ls:nth-last-child(n+4) {
    margin-bottom: 15px;
  }
  .rcont7 .ri .at2 {
    padding: 20px;
  }
  .rcont7 .ri .at2 .a1 {
    margin-bottom: 20px;
  }
  .rcont7 .ri .at2 .a1 .b2 {
    font-size: 28px;
    line-height: 26px;
  }
  .rcont7 .ri .at2 .a2 {
    margin-bottom: 20px;
  }
  .rcont7 .ri .at2 .a2 .b1 {
    font-size: 18px;
  }
  .rcont7 .ri .at2 .a2 .b2 {
    font-size: 14px;
  }
  .rcont7 .ri .at2 .a3 .b1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .rcont7 .ri .at2 .a3 .b2 .c1 {
    min-width: 120px;
    height: 30px;
    font-size: 14px;
    margin-right: 15px;
  }
  .rcont7 .ri .at2 .a3 .b2 .c2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .rcont7 {
    padding: 30px 0 60px;
  }
  .rcont7 .maxcontainer {
    display: block;
  }
  .rcont7 .le {
    position: static;
    margin-bottom: 20px;
  }
  .rcont7 .le .ls {
    padding: 8px 12px;
  }
  .rcont7 .le .ls .a1 {
    width: 30px;
    height: 30px;
  }
  .rcont7 .le .ls .a2 {
    font-size: 14px;
  }
  .rcont7 .ri {
    width: 100%;
    margin-left: 0;
  }
  .rcont7 .ri .at1 {
    padding: 15px;
  }
  .rcont7 .ri .at1 .ls {
    padding-bottom: 45%;
    width: calc(50% - 7.5px);
  }
  .rcont7 .ri .at1 .ls:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .rcont7 .ri .at1 .ls:not(:nth-of-type(2n)) {
    margin-right: 15px;
  }
  .rcont7 .ri .at1 .ls:nth-last-child(n+3) {
    margin-bottom: 15px;
  }
  .rcont7 .ri .at2 {
    padding: 15px;
  }
  .rcont7 .ri .at2 .a1 {
    margin-bottom: 15px;
  }
  .rcont7 .ri .at2 .a1 .b2 {
    font-size: 26px;
    line-height: 24px;
  }
  .rcont7 .ri .at2 .a2 {
    margin-bottom: 15px;
  }
  .rcont7 .ri .at2 .a2 .b1 {
    font-size: 16px;
  }
  .rcont7 .ri .at2 .a2 .b2 {
    font-size: 14px;
  }
  .rcont7 .ri .at2 .a3 .b1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .rcont7 .ri .at2 .a3 .b2 .c1 {
    min-width: 100px;
    height: 25px;
    font-size: 12px;
    margin-right: 10px;
  }
  .rcont7 .ri .at2 .a3 .b2 .c2 {
    font-size: 12px;
  }
}
.rcont8 {
  padding: 160px 0 125px;
}
.rcont8 .maxcontainer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.rcont8 .le {
  flex: 1;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rcont8 .le .a1 {
  color: #999;
  font-size: 20px;
}
.rcont8 .le .a2 {
  color: #252525;
  font-size: 28px;
  margin-top: 10px;
}
.rcont8 .le .a3 {
  display: flex;
  align-items: center;
}
.rcont8 .le .a3 .b1 {
  position: static;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 40px;
  background: #f6c100;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.rcont8 .le .a3 .b1 img {
  width: 18px;
}
.rcont8 .le .a3 .b1:nth-of-type(2) {
  background: #181a19;
}
.rcont8 .le .a3 .b1:nth-of-type(2) img {
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}
.rcont8 .ri {
  width: 60%;
  flex-shrink: 0;
  position: relative;
  padding-bottom: 23.8%;
}
.rcont8 .ri .over {
  overflow: hidden;
}
.rcont8 .ri .swiper-container {
  height: 100%;
}
.rcont8 .ri .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.rcont8 .ri .swiper-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 25px;
}
.rcont8 .ri .swiper-container .a1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: flex-end;
}
.rcont8 .ri .swiper-container .a1 .b1 {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding: 0 60px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  line-height: 70px;
}
@media screen and (max-width: 1200px) {
  .rcont8 {
    padding: 120px 0 90px;
  }
  .rcont8 .le {
    margin-right: 60px;
  }
  .rcont8 .le .a1 {
    font-size: 18px;
  }
  .rcont8 .le .a2 {
    font-size: 24px;
  }
  .rcont8 .le .a3 .b1 {
    width: 45px;
    height: 35px;
  }
  .rcont8 .le .a3 .b1 img {
    width: 16px;
  }
  .rcont8 .ri {
    width: 65%;
    padding-bottom: 26%;
  }
  .rcont8 .ri .swiper-container .a1 .b1 {
    height: 60px;
    padding: 0 40px;
    line-height: 60px;
  }
}
@media screen and (max-width: 900px) {
  .rcont8 {
    padding: 60px 0;
  }
  .rcont8 .maxcontainer {
    display: block;
  }
  .rcont8 .le {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .rcont8 .le .a1 {
    font-size: 16px;
  }
  .rcont8 .le .a2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .rcont8 .le .a3 .b1 {
    width: 40px;
    height: 30px;
  }
  .rcont8 .le .a3 .b1 img {
    width: 14px;
  }
  .rcont8 .ri {
    width: 100%;
    padding-bottom: 40%;
  }
  .rcont8 .ri .swiper-container .swiper-slide {
    border-radius: 15px;
  }
  .rcont8 .ri .swiper-container img {
    border-radius: 15px;
  }
  .rcont8 .ri .swiper-container .a1 {
    font-size: 16px;
  }
  .rcont8 .ri .swiper-container .a1 .b1 {
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 16px;
  }
}
.rcont9 {
  padding: 0 20px;
}
.rcont9 .cont {
  background: #fff;
  border-radius: 20px;
  padding: 115px 0;
}
.rcont9 .maxcontainer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.rcont9 .le {
  width: 23%;
}
.rcont9 .le .a1 {
  color: #999999;
  font-size: 20px;
  margin-bottom: 145px;
}
.rcont9 .le .a2 {
  position: relative;
  padding-bottom: 100%;
}
.rcont9 .le .a2 .b1 {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.rcont9 .ri {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rcont9 .ri .a1 {
  color: #252525;
  font-size: 26px;
}
.rcont9 .ri .a2 {
  position: relative;
  padding-bottom: 36%;
}
.rcont9 .ri .a2 .ls {
  width: calc(33.33% + 22px);
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.rcont9 .ri .a2 .ls:nth-of-type(2) {
  margin-left: -44px;
}
.rcont9 .ri .a2 .ls:nth-of-type(3) {
  margin-left: -44px;
}
.rcont9 .ri .a2 .ls .b1 {
  height: 18%;
  margin-bottom: 30px;
}
.rcont9 .ri .a2 .ls .b2 {
  color: #252525;
  font-size: 20px;
}
.rcont9 .ri .a2 .ls:hover {
  background: #f6c100;
  border-color: #f6c100;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .rcont9 .cont {
    padding: 80px 0;
  }
  .rcont9 .le .a1 {
    font-size: 18px;
    margin-bottom: 100px;
  }
  .rcont9 .ri .a1 {
    font-size: 22px;
  }
  .rcont9 .ri .a2 .ls .b2 {
    font-size: 18px;
  }
  .rcont9 .ri .a2 .ls .b1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .rcont9 .cont {
    text-align: center;
    padding: 60px 0;
  }
  .rcont9 .maxcontainer {
    display: block;
  }
  .rcont9 .le {
    width: 100%;
    margin-bottom: 30px;
  }
  .rcont9 .le .a1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .rcont9 .le .a2 {
    padding-bottom: 36%;
    width: 36%;
    margin: 0 auto;
  }
  .rcont9 .ri {
    width: 100%;
  }
  .rcont9 .ri .a1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .rcont9 .ri .a2 {
    padding-bottom: 36%;
  }
  .rcont9 .ri .a2 .ls {
    width: calc(33.33% + 10px);
  }
  .rcont9 .ri .a2 .ls:nth-of-type(2) {
    margin-left: -20px;
  }
  .rcont9 .ri .a2 .ls:nth-of-type(3) {
    margin-left: -20px;
  }
  .rcont9 .ri .a2 .ls .b1 {
    margin-bottom: 10px;
  }
  .rcont9 .ri .a2 .ls .b2 {
    font-size: 14px;
    width: 60%;
  }
}
.rcont10 {
  padding: 115px 0 175px;
}
.rcont10 .at1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 75px;
}
.rcont10 .at1 .a1 .b1 {
  color: #999;
  font-size: 20px;
  margin-bottom: 10px;
}
.rcont10 .at1 .a1 .b2 {
  font-size: 28px;
  color: #252525;
}
.rcont10 .at1 .a2 {
  display: flex;
  align-items: center;
}
.rcont10 .at1 .a2 .b1 {
  position: static;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 40px;
  background: #f6c100;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.rcont10 .at1 .a2 .b1 img {
  width: 18px;
}
.rcont10 .at1 .a2 .b1:nth-of-type(2) {
  background: #181a19;
}
.rcont10 .at1 .a2 .b1:nth-of-type(2) img {
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}
.rcont10 .at2 {
  position: relative;
  padding-bottom: 28.5%;
}
.rcont10 .at2 .over {
  overflow: hidden;
}
.rcont10 .at2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rcont10 .at2 .swiper-container {
  height: 100%;
}
.rcont10 .at2 .swiper-slide {
  border-radius: 35px;
  overflow: hidden;
  position: relative;
}
.rcont10 .at2 .swiper-slide .over {
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 30px 35px;
  color: #fff;
  font-size: 24px;
}
.rcont10 .at2 .swiper-slide:hover .over {
  display: none;
}
@media screen and (max-width: 1200px) {
  .rcont10 {
    padding: 90px 0px;
  }
  .rcont10 .at1 {
    margin-bottom: 60px;
  }
  .rcont10 .at1 .a1 .b1 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .rcont10 .at1 .a1 .b2 {
    font-size: 24px;
  }
  .rcont10 .at1 .a2 .b1 {
    width: 45px;
    height: 35px;
    border-radius: 8px;
  }
  .rcont10 .at1 .a2 .b1 img {
    width: 16px;
  }
  .rcont10 .at2 .swiper-slide {
    border-radius: 30px;
  }
  .rcont10 .at2 .swiper-slide .over {
    padding: 25px 30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .rcont10 {
    padding: 60px 0;
  }
  .rcont10 .at1 {
    margin-bottom: 20px;
    display: block;
  }
  .rcont10 .at1 .a1 .b1 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .rcont10 .at1 .a1 .b2 {
    font-size: 20px;
  }
  .rcont10 .at1 .a2 {
    margin-top: 20px;
  }
  .rcont10 .at1 .a2 .b1 {
    width: 40px;
    height: 30px;
    border-radius: 6px;
  }
  .rcont10 .at1 .a2 .b1 img {
    width: 14px;
  }
  .rcont10 .at2 {
    padding-bottom: 52%;
  }
  .rcont10 .at2 .swiper-slide {
    border-radius: 20px;
  }
  .rcont10 .at2 .swiper-slide .over {
    padding: 15px 20px;
    font-size: 18px;
  }
}
.rcont11 {
  width: calc(100% - 40px);
  margin: 18px 0 70px 20px;
  background: #fff;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rcont11 .ls {
  height: 70px;
  position: relative;
  font-size: 20px;
  color: #252525;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #fff;
}
.rcont11 .ls:not(:nth-last-of-type(1)) {
  margin-right: 150px;
}
.rcont11 .active {
  border-bottom: 3px solid #f6c100;
}
@media screen and (max-width: 1200px) {
  .rcont11 {
    margin: 15px 0 60px 20px;
    border-radius: 30px;
  }
  .rcont11 .ls {
    height: 60px;
    font-size: 18px;
    padding: 0 15px;
  }
  .rcont11 .ls:not(:nth-last-of-type(1)) {
    margin-right: 100px;
  }
}
@media screen and (max-width: 900px) {
  .rcont11 {
    margin: 10px 0 40px 20px;
    border-radius: 20px;
  }
  .rcont11 .ls {
    height: 50px;
    font-size: 16px;
    padding: 0 10px;
  }
  .rcont11 .ls:not(:nth-last-of-type(1)) {
    margin-right: 20px;
  }
}
.rcont12 {
  padding-bottom: 115px;
}
.rcont12 .at1 {
  margin-bottom: 70px;
  border-radius: 35px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.rcont12 .at1 .le {
  width: 38%;
  flex-shrink: 0;
  padding-bottom: 25%;
  position: relative;
}
.rcont12 .at1 .le img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
}
.rcont12 .at1 .ri {
  flex: 1;
  margin-left: 3.8%;
  margin-right: 5%;
}
.rcont12 .at1 .ri .a1 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.rcont12 .at1 .ri .a1 .b1 {
  font-size: 28px;
  color: #252525;
}
.rcont12 .at1 .ri .a1 .b2 {
  margin-left: 25px;
  width: 20px;
}
.rcont12 .at1 .ri .a2 {
  margin: 25px 0 80px;
  color: #999999;
  font-size: 16px;
  line-height: 1.8;
}
.rcont12 .at1 .ri .a3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rcont12 .at1 .ri .a3 .b1 {
  background: #f6c100;
  border-radius: 35px;
  padding: 15px 40px;
  color: #000000;
  font-size: 16px;
  font-family: "reg" !important;
}
@media screen and (max-width: 1200px) {
  .rcont12 {
    padding-bottom: 60px;
  }
  .rcont12 .at1 {
    margin-bottom: 50px;
    border-radius: 25px;
  }
  .rcont12 .at1 .le img {
    border-radius: 25px;
  }
  .rcont12 .at1 .ri .a1 .b1 {
    font-size: 24px;
  }
  .rcont12 .at1 .ri .a1 .b2 {
    margin-left: 20px;
    width: 18px;
  }
  .rcont12 .at1 .ri .a2 {
    margin: 20px 0 60px;
    font-size: 14px;
  }
  .rcont12 .at1 .ri .a3 .b1 {
    border-radius: 25px;
    padding: 12px 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .rcont12 {
    padding-bottom: 40px;
  }
  .rcont12 .at1 {
    display: block;
    margin-bottom: 30px;
    border-radius: 15px;
  }
  .rcont12 .at1 .le {
    width: 100%;
    padding-bottom: 50%;
  }
  .rcont12 .at1 .le img {
    border-radius: 15px 15px 0 0;
  }
  .rcont12 .at1 .ri {
    margin: 0;
    padding: 0 20px 20px;
  }
  .rcont12 .at1 .ri .a1 {
    margin-top: 15px;
  }
  .rcont12 .at1 .ri .a1 .b1 {
    font-size: 20px;
  }
  .rcont12 .at1 .ri .a1 .b2 {
    margin-left: 15px;
    width: 15px;
  }
  .rcont12 .at1 .ri .a2 {
    margin: 15px 0 30px;
    font-size: 14px;
  }
  .rcont12 .at1 .ri .a3 .b1 {
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 14px;
  }
}
.rcont12 .at2 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.rcont12 .at2 .ls {
  width: calc(33.33% - 20px);
  background: #fff;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 60px;
}
.rcont12 .at2 .ls:not(:nth-of-type(3n)) {
  margin-right: 30px;
}
.rcont12 .at2 .ls:hover .a2 .b2 .c1 {
  background: #f6c100;
}
.rcont12 .at2 .ls:hover .a2 .b2 .c2 {
  background: #f6c100;
}
.rcont12 .at2 .ls .a1 {
  position: relative;
  padding-bottom: 56%;
  flex-shrink: 0;
}
.rcont12 .at2 .ls .a1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
}
.rcont12 .at2 .ls .a2 {
  box-sizing: border-box;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}
.rcont12 .at2 .ls .a2 .b1 .c1 {
  color: #252525;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rcont12 .at2 .ls .a2 .b1 .c2 {
  color: #999999;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rcont12 .at2 .ls .a2 .b2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #dddddd;
}
.rcont12 .at2 .ls .a2 .b2 .c1 {
  color: #fff;
  font-size: 16px;
  border-radius: 35px;
  background: #cccccc;
  padding: 12px 30px;
  font-family: reg !important;
}
.rcont12 .at2 .ls .a2 .b2 .c2 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cccccc;
}
@media screen and (max-width: 1200px) {
  .rcont12 .at2 .ls {
    width: calc(50% - 15px);
    border-radius: 25px;
    margin-bottom: 40px;
  }
  .rcont12 .at2 .ls:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .rcont12 .at2 .ls:not(:nth-of-type(2n)) {
    margin-right: 30px;
  }
  .rcont12 .at2 .ls .a1 img {
    border-radius: 25px;
  }
  .rcont12 .at2 .ls .a2 {
    padding: 20px 25px;
  }
  .rcont12 .at2 .ls .b1 .c1 {
    font-size: 18px;
  }
  .rcont12 .at2 .ls .b1 .c2 {
    font-size: 14px;
    margin-top: 12px;
  }
  .rcont12 .at2 .ls .b2 {
    padding-top: 20px;
    margin-top: 20px;
  }
  .rcont12 .at2 .ls .b2 .c1 {
    font-size: 14px;
    border-radius: 25px;
    padding: 10px 20px;
  }
  .rcont12 .at2 .ls .b2 .c2 {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 900px) {
  .rcont12 .at2 .ls {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .rcont12 .at2 .ls:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .rcont12 .at2 .ls .a1 img {
    border-radius: 15px;
  }
  .rcont12 .at2 .ls .a2 {
    padding: 15px 20px;
  }
  .rcont12 .at2 .ls .b1 .c1 {
    font-size: 16px;
  }
  .rcont12 .at2 .ls .b1 .c2 {
    font-size: 12px;
    margin-top: 10px;
  }
  .rcont12 .at2 .ls .b2 {
    padding-top: 15px;
    margin-top: 15px;
  }
  .rcont12 .at2 .ls .b2 .c1 {
    font-size: 12px;
    border-radius: 15px;
    padding: 8px 15px;
  }
  .rcont12 .at2 .ls .b2 .c2 {
    width: 8px;
    height: 8px;
  }
}
.rcont15 {
  padding: 90px 0 180px;
}
.rcont15 .maxcontainer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.rcont15 .le {
  flex: 1;
  background: #fff;
  border-radius: 35px;
  margin-right: 30px;
  padding: 40px 70px;
  box-sizing: border-box;
}
.rcont15 .le .a1 {
  color: #252525;
  font-size: 28px;
}
.rcont15 .le .a2 {
  display: flex;
  align-items: center;
  margin: 25px 0 50px;
}
.rcont15 .le .a2 .b1 {
  width: 16px;
  margin-right: 10px;
}
.rcont15 .le .a2 .b2 {
  font-family: reg !important;
  color: #666666;
  font-size: 16px;
}
.rcont15 .le .a3 {
  color: #252525;
  font-size: 16px;
  padding-bottom: 50px;
  line-height: 1.8;
}
.rcont15 .le .a3 img {
  display: block;
  margin: 0 auto;
  max-width: 100% !important;
}
.rcont15 .le .a5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}
.rcont15 .le .a5 .b1 {
  color: #999999;
  font-size: 14px;
}
.rcont15 .le .a5 .b2 {
  color: #999999;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.rcont15 .le .a5 .b2 .c2 {
  width: 15px;
  margin-left: 15px;
}
.rcont15 .ri {
  width: 28%;
  flex-shrink: 0;
  background: #fff;
  border-radius: 35px;
  padding: 40px 35px;
  box-sizing: border-box;
}
.rcont15 .ri .a1 {
  color: #252525;
  font-size: 28px;
  margin-bottom: 30px;
}
.rcont15 .ri .a2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rcont15 .ri .a2:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}
.rcont15 .ri .a2 .b1 {
  width: 35%;
  padding-bottom: 20%;
  position: relative;
  flex-shrink: 0;
}
.rcont15 .ri .a2 .b1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.rcont15 .ri .a2 .b2 {
  margin-left: 15px;
  flex: 1;
}
.rcont15 .ri .a2 .b2 .c1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #252525;
  font-size: 16px;
}
.rcont15 .ri .a2 .b2 .c2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999999;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .rcont15 {
    padding: 70px 0 120px;
  }
  .rcont15 .le {
    margin-right: 20px;
    padding: 30px 50px;
    border-radius: 25px;
  }
  .rcont15 .le .a1 {
    font-size: 24px;
  }
  .rcont15 .le .a2 {
    margin: 20px 0 40px;
  }
  .rcont15 .le .a2 .b1 {
    width: 14px;
  }
  .rcont15 .le .a2 .b2 {
    font-size: 14px;
  }
  .rcont15 .le .a3 {
    padding-bottom: 40px;
  }
  .rcont15 .le .a5 .b1,
  .rcont15 .le .a5 .b2 {
    font-size: 14px;
  }
  .rcont15 .le .a5 .b2 .c2 {
    width: 12px;
    margin-left: 12px;
  }
  .rcont15 .ri {
    padding: 30px 25px;
    border-radius: 25px;
  }
  .rcont15 .ri .a1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .rcont15 .ri .a2:not(:nth-last-of-type(1)) {
    margin-bottom: 15px;
  }
  .rcont15 .ri .a2 .b2 .c1 {
    font-size: 14px;
  }
  .rcont15 .ri .a2 .b2 .c2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .rcont15 {
    padding: 50px 0 80px;
  }
  .rcont15 .maxcontainer {
    display: block;
  }
  .rcont15 .le {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 15px;
  }
  .rcont15 .le .a1 {
    font-size: 20px;
  }
  .rcont15 .le .a2 {
    margin: 15px 0 30px;
  }
  .rcont15 .le .a2 .b1 {
    width: 12px;
  }
  .rcont15 .le .a2 .b2 {
    font-size: 12px;
  }
  .rcont15 .le .a3 {
    padding-bottom: 30px;
  }
  .rcont15 .le .a5 .b1,
  .rcont15 .le .a5 .b2 {
    font-size: 14px;
  }
  .rcont15 .le .a5 .b2 .c2 {
    width: 10px;
    margin-left: 10px;
  }
  .rcont15 .ri {
    width: 100%;
    padding: 20px 20px;
    border-radius: 15px;
  }
  .rcont15 .ri .a1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .rcont15 .ri .a2:not(:nth-last-of-type(1)) {
    margin-bottom: 10px;
  }
}
.rcont16 {
  position: relative;
  padding: 100px 0 56px;
}
.rcont16 .bg {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rcont16 .maxcontainer {
  position: relative;
  z-index: 2;
}
.rcont16 .cont {
  background: #fff;
  border-radius: 35px;
  box-sizing: border-box;
  padding: 50px 65px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.rcont16 .le {
  width: 41.5%;
  flex-shrink: 0;
}
.rcont16 .le .a1 {
  color: #252525;
  font-size: 32px;
}
.rcont16 .le .a2 {
  color: #999;
  font-size: 16px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
}
.rcont16 .le .a3 {
  color: #999;
  font-size: 16px;
}
.rcont16 .le .a4 {
  font-size: 24px;
  color: #252525;
  font-family: reg !important;
  margin: 20px 0 10px;
}
.rcont16 .le .a5 {
  font-size: 16px;
  color: #999;
  font-family: reg !important;
  margin-bottom: 40px;
}
.rcont16 .le .a6 {
  font-size: 16px;
  color: #999;
}
.rcont16 .le .a7 {
  color: #252525;
  font-size: 24px;
  margin: 15px 0 45px;
}
.rcont16 .le .a8 {
  font-size: 16px;
  color: #999;
  margin-bottom: 20px;
}
.rcont16 .le .a9 {
  display: flex;
  align-items: center;
}
.rcont16 .le .a9 .ls:not(:nth-last-of-type(1)) {
  margin-right: 28px;
}
.rcont16 .le .a9 .ls img {
  height: 25px;
}
.rcont16 .ri {
  width: 41.5%;
  flex-shrink: 0;
}
.rcont16 .ri .a1 {
  color: #252525;
  font-size: 32px;
}
.rcont16 .ri .a2 {
  color: #999;
  font-size: 16px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
}
.rcont16 .ri .a3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.rcont16 .ri .a3 .b1 {
  width: calc(50% - 15px);
}
.rcont16 .ri .a3 .b1 .c1 {
  display: flex;
  align-content: center;
  margin-bottom: 10px;
}
.rcont16 .ri .a3 .b1 .c1 .d1 {
  color: #252525;
  font-size: 16px;
}
.rcont16 .ri .a3 .b1 .c1 .d2 {
  color: #f6c100;
  font-size: 16px;
  margin-left: 8px;
}
.rcont16 .ri .a3 .b1 .c2 {
  display: block;
  box-sizing: border-box;
  padding: 0 18px;
  border-radius: 12px;
  color: #252525;
  font-size: 16px;
  border: 1px solid #ddd;
  height: 55px;
  width: 100%;
}
.rcont16 .ri .a3 .b1 .c2::placeholder {
  color: #999;
}
.rcont16 .ri .a5 .b1 {
  width: 100%;
}
.rcont16 .ri .a6 {
  margin-bottom: 30px;
}
.rcont16 .ri .a6 .b1 .c2 {
  height: 95px;
  padding: 15px;
  box-sizing: border-box;
}
.rcont16 .ri .a7 {
  background: #f5c100;
  height: 50px;
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .rcont16 {
    padding: 80px 0 40px;
  }
  .rcont16 .cont {
    border-radius: 25px;
    padding: 40px 50px;
  }
  .rcont16 .le,
  .rcont16 .ri {
    width: 45%;
  }
  .rcont16 .le .a1,
  .rcont16 .ri .a1 {
    font-size: 28px;
  }
  .rcont16 .le .a4,
  .rcont16 .le .a7 {
    font-size: 20px;
  }
  .rcont16 .le .a9 .ls:not(:nth-last-of-type(1)) {
    margin-right: 20px;
  }
  .rcont16 .le .a9 .ls img {
    height: 20px;
  }
}
@media screen and (max-width: 900px) {
  .rcont16 {
    padding: 60px 0 30px;
  }
  .rcont16 .cont {
    border-radius: 15px;
    padding: 30px 20px;
    display: block;
  }
  .rcont16 .le,
  .rcont16 .ri {
    width: 100%;
  }
  .rcont16 .ri {
    margin-top: 30px;
  }
  .rcont16 .le .a1,
  .rcont16 .ri .a1 {
    font-size: 24px;
  }
  .rcont16 .le .a2,
  .rcont16 .le .a3,
  .rcont16 .le .a5,
  .rcont16 .le .a6,
  .rcont16 .le .a8 {
    font-size: 14px;
  }
  .rcont16 .le .a4,
  .rcont16 .le .a7 {
    font-size: 20px;
  }
  .rcont16 .le .a9 .ls:not(:nth-last-of-type(1)) {
    margin-right: 15px;
  }
  .rcont16 .le .a9 .ls img {
    height: 18px;
  }
  .rcont16 .ri .a2 {
    font-size: 14px;
  }
  .rcont16 .ri .a3 .b1 .c1 .d1,
  .rcont16 .ri .a3 .b1 .c1 .d2 {
    font-size: 14px;
  }
  .rcont16 .ri .a3 .b1 .c2 {
    font-size: 14px;
    height: 45px;
    border-radius: 8px;
  }
  .rcont16 .ri .a6 .b1 .c2 {
    height: 80px;
  }
  .rcont16 .ri .a7 {
    height: 40px;
    font-size: 14px;
    border-radius: 8px;
  }
}
.rcont17 {
  padding-bottom: 55px;
  position: relative;
  z-index: 2;
}
.rcont17 .maxcontainer {
  position: relative;
}
.rcont17 .a1 {
  display: block;
  width: 100%;
}
.rcont17 .a2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.rcont17 .a2 .b1 {
  font-size: 32px;
}
.rcont17 .a2 .b2 {
  width: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 1200px) {
  .rcont17 {
    padding-bottom: 45px;
  }
  .rcont17 .a2 .b1 {
    font-size: 28px;
  }
  .rcont17 .a2 .b2 {
    width: 18px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 900px) {
  .rcont17 {
    padding-bottom: 30px;
  }
  .rcont17 .a1 {
    height: 100px;
    object-fit: cover;
    border-radius: 15px;
  }
  .rcont17 .a2 .b1 {
    font-size: 22px;
  }
  .rcont17 .a2 .b2 {
    width: 15px;
    margin-left: 10px;
  }
}
.rcont18 {
  padding-bottom: 135px;
}
.rcont18 .maxcontainer {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.rcont18 .ls {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  box-sizing: border-box;
  width: calc(50% - 12px);
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rcont18 .ls:hover .a1 .b1 {
  background: #f6c100;
}
.rcont18 .ls:not(:nth-of-type(2n)) {
  margin-right: 24px;
}
.rcont18 .ls .a1 {
  display: flex;
}
.rcont18 .ls .a1 .b1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  background: #eeeeee;
  box-sizing: border-box;
  padding: 8px 8px 8px 28px;
  width: 190px;
  border-radius: 35px;
}
.rcont18 .ls .a1 .b1 .c1 {
  color: #000000;
  font-size: 16px;
}
.rcont18 .ls .a1 .b1 .c2 {
  height: 100%;
}
.rcont18 .ls .a2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
.rcont18 .ls .a2 .b1 {
  color: #252525;
}
.rcont18 .ls .a2 .b2 {
  font-family: reg !important;
  color: #cccccc;
}
.rcont18 .ls .a3 {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
}
.rcont18 .ls .a5 {
  margin-bottom: 18px;
}
.rcont18 .ls .a6 {
  margin-bottom: 75px;
}
@media screen and (max-width: 1200px) {
  .rcont18 {
    padding-bottom: 100px;
  }
  .rcont18 .ls {
    padding: 40px;
    margin-bottom: 40px;
    width: calc(50% - 10px);
  }
  .rcont18 .ls:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }
  .rcont18 .ls .a1 .b1 {
    height: 40px;
    width: 180px;
    padding: 8px 8px 8px 20px;
    border-radius: 30px;
  }
  .rcont18 .ls .a1 .b1 .c1 {
    font-size: 14px;
  }
  .rcont18 .ls .a2 {
    font-size: 22px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .rcont18 .ls .a3 {
    font-size: 14px;
  }
  .rcont18 .ls .a6 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .rcont18 {
    padding-bottom: 60px;
  }
  .rcont18 .ls {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .rcont18 .ls:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .rcont18 .ls .a1 .b1 {
    height: 35px;
    width: 160px;
    padding: 8px 8px 8px 15px;
    border-radius: 25px;
  }
  .rcont18 .ls .a1 .b1 .c1 {
    font-size: 13px;
  }
  .rcont18 .ls .a2 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .rcont18 .ls .a3 {
    font-size: 13px;
  }
  .rcont18 .ls .a5 {
    margin-bottom: 15px;
  }
  .rcont18 .ls .a6 {
    margin-bottom: 40px;
  }
}
.iPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000000;
}
.iPopup .cont {
  background: #fff;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  box-sizing: border-box;
  padding: 80px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.iPopup .maxcontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iPopup .le {
  color: #000000;
  width: 51%;
  flex-shrink: 0;
}
.iPopup .le .a1 {
  font-size: 28px;
}
.iPopup .le .a2 {
  font-size: 18px;
  margin-top: 15px;
}
.iPopup .ri {
  display: flex;
  align-items: center;
  height: 55px;
}
.iPopup .ri .a1 {
  border-radius: 35px;
  height: 100%;
  border: 1px solid #f6c100;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 8px 8px 50px;
  cursor: pointer;
}
.iPopup .ri .a1 .b1 {
  color: #f6c100;
  font-size: 18px;
  margin-right: 30px;
}
.iPopup .ri .a1 .b2 {
  height: 100%;
}
.iPopup .ri .a2 {
  color: #000;
  font-size: 18px;
  border-radius: 35px;
  background: #f6c100;
  padding: 18px 30px;
  margin-left: 18px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .iPopup .cont {
    padding: 60px 0;
  }
  .iPopup .le {
    width: 55%;
  }
  .iPopup .le .a1 {
    font-size: 24px;
  }
  .iPopup .le .a2 {
    font-size: 16px;
    margin-top: 12px;
  }
  .iPopup .ri {
    height: 50px;
  }
  .iPopup .ri .a1 {
    padding: 8px 8px 8px 40px;
  }
  .iPopup .ri .a1 .b1 {
    font-size: 16px;
    margin-right: 25px;
  }
  .iPopup .ri .a2 {
    font-size: 16px;
    padding: 15px 25px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .iPopup .cont {
    padding: 40px 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .iPopup .maxcontainer {
    display: block;
  }
  .iPopup .le {
    width: 100%;
    margin-bottom: 20px;
  }
  .iPopup .le .a1 {
    font-size: 20px;
  }
  .iPopup .le .a2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .iPopup .ri {
    height: 45px;
    justify-content: center;
  }
  .iPopup .ri .a1 {
    padding: 8px 8px 8px 30px;
  }
  .iPopup .ri .a1 .b1 {
    font-size: 14px;
    margin-right: 20px;
  }
  .iPopup .ri .a2 {
    font-size: 14px;
    padding: 12px 20px;
    margin-left: 12px;
  }
}
.itanchuang {
  display: none;
  position: fixed;
  z-index: 10000001;
  width: 600px;
  height: 80%;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 30px;
  color: #252525;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* 添加阴影效果 */
}
.itanchuang .close {
  width: 25px;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(26%) hue-rotate(25deg) brightness(96%) contrast(84%);
}
.itanchuang .cont {
  width: 100%;
  height: 100%;
  overflow: auto;
  /* 添加滚动条 */
  /* 自定义滚动条样式 */
}
.itanchuang .cont::-webkit-scrollbar {
  width: 8px;
  /* 垂直滚动条宽度 */
  height: 8px;
  /* 水平滚动条高度 */
}
.itanchuang .cont::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  /* 滚动条滑块颜色 */
  border-radius: 4px;
  /* 滚动条滑块圆角 */
}
.itanchuang .cont::-webkit-scrollbar-thumb:hover {
  background-color: #a1a1a1;
  /* 鼠标悬停时滚动条滑块颜色 */
}
.itanchuang .cont::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* 滚动条轨道颜色 */
  border-radius: 4px;
  /* 滚动条轨道圆角 */
}
@media screen and (max-width: 1200px) {
  .itanchuang {
    width: 500px;
    padding: 25px;
    border-radius: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .itanchuang {
    width: calc(100% - 40px);
    padding: 20px;
    border-radius: 20px;
    font-size: 14px;
  }
  .itanchuang .close {
    right: 0;
    top: -35px;
  }
}
