.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;
}
.ell3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgcover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibanner {
  overflow: hidden;
  position: relative;
}
.ibanner .swiper-slide img {
  display: block;
  width: 100%;
}
.ibanner .swiper-button-prev {
  background: none;
  left: 80px;
}
.ibanner .swiper-button-next {
  background: none;
  right: 80px;
}
.ibanner .swiper-button-next img {
  transform: rotate(180deg);
}
.ibanner .addpage {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.ibanner .addpage .container {
  display: flex;
  align-items: center;
}
.ibanner .addpage .container .a {
  color: #fff;
  font-size: 16px;
}
.ibanner .addpage .container .a2 {
  margin: 0 10px;
  width: 100px;
  height: 1px;
  background: #727272;
  position: relative;
}
@media screen and (max-width: 800px) {
  .ibanner .swiper-slide img {
    height: 550px;
    object-fit: cover;
  }
  .ibanner .swiper-button-prev {
    left: 20px;
    width: unset;
    height: unset;
  }
  .ibanner .swiper-button-prev img {
    width: 15px;
  }
  .ibanner .swiper-button-next {
    right: 20px;
    width: unset;
    height: unset;
  }
  .ibanner .swiper-button-next img {
    width: 15px;
  }
  .ibanner .addpage {
    bottom: 30px;
  }
}
.ani1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  animation: widthAnimation 5s;
}
@keyframes widthAnimation {
  from {
    width: 0;
  }
  to {
    width: 99.8px;
  }
}
.ixp {
  padding-top: 180px;
}
.ixp .t1 {
  color: #161616;
  margin-bottom: 35px;
}
.ixp .t1 .a1 {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.ixp .t1 .a2 {
  font-size: 24px;
}
.ixp .ls {
  display: none;
  opacity: 0;
}
.ixp .ls .t2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 80px;
}
.ixp .ls .t2 .le {
  flex: 1;
}
.ixp .ls .t2 .le .a1 {
  color: #161616;
  font-size: 44px;
  margin-bottom: 20px;
}
.ixp .ls .t2 .le .a2 {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 16px;
}
.ixp .ls .t2 .le .a2:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}
.ixp .ls .t2 .le .a2 .bb2 {
  display: flex;
  align-items: center;
}
.ixp .ls .t2 .le .a2 .b2 {
  display: flex;
  align-items: center;
  margin-left: 35px;
}
.ixp .ls .t2 .le .a2 .b2 .c1 {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #666666;
  margin-right: 10px;
}
.ixp .ls .t2 .ri {
  width: 560px;
}
.ixp .ls .t2 .ri .a1 {
  color: #666666;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-bottom: 30px;
  line-height: 1.6;
}
.ixp .ls .t2 .ri .a2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ixp .ls .t2 .ri .a2 .l {
  display: flex;
  align-items: center;
}
.ixp .ls .t2 .ri .a2 .l img {
  width: 20px;
  cursor: pointer;
}
.ixp .ls .t2 .ri .a2 .l .b2 {
  width: 1px;
  height: 35px;
  background: #bbbbbb;
  margin: 0 20px;
}
.ixp .ls .t2 .ri .a2 .l .b3 {
  transform: rotate(180deg);
}
.ixp .ls .t2 .ri .a2 .r {
  color: #161616;
  font-size: 16px;
  padding-bottom: 10px;
}
.ixp .ls .t2 .ri .a2 .r:Hover {
  border-bottom: 1px solid #666;
}
.ixp .ls .t3 {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  opacity: 1;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.ixp .ls .t3:hover {
  opacity: 0.8;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.ixp .active {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .ixp {
    padding-top: 100px;
  }
  .ixp .t1 {
    margin-bottom: 25px;
  }
  .ixp .t1 .a1 {
    font-size: 22px;
  }
  .ixp .t1 .a2 {
    font-size: 18px;
  }
  .ixp .ls .t2 {
    padding-bottom: 50px;
  }
  .ixp .ls .t2 .le {
    margin-right: 20px;
  }
  .ixp .ls .t2 .le .a1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .ixp .ls .t2 .le .a2 {
    font-size: 14px;
    display: block;
  }
  .ixp .ls .t2 .le .a2:not(:nth-last-of-type(1)) {
    margin-bottom: 10px;
  }
  .ixp .ls .t2 .le .a2 .bb2 {
    display: block;
  }
  .ixp .ls .t2 .le .a2 .b2 {
    margin-left: 20px;
  }
  .ixp .ls .t2 .le .a2 .b2 .c1 {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
  .ixp .ls .t2 .ri {
    flex: 1;
  }
  .ixp .ls .t2 .ri .a1 {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
  }
  .ixp .ls .t2 .ri .a2 .l img {
    width: 15px;
  }
  .ixp .ls .t2 .ri .a2 .l .b2 {
    height: 25px;
    margin: 0 15px;
  }
  .ixp .ls .t2 .ri .a2 .r {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 800px) {
  .ixp {
    padding-top: 60px;
  }
  .ixp .t1 {
    margin-bottom: 20px;
  }
  .ixp .t1 .a1 {
    font-size: 20px;
  }
  .ixp .t1 .a2 {
    font-size: 16px;
  }
  .ixp .ls .t2 {
    padding-bottom: 30px;
    display: block;
  }
  .ixp .ls .t2 .le {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .ixp .ls .t2 .le .a1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .ixp .ls .t2 .le .a2:not(:nth-last-of-type(1)) {
    margin-bottom: 5px;
  }
  .ixp .ls .t2 .le .a2 .b2 {
    margin-left: 10px;
  }
  .ixp .ls .t2 .le .a2 .b2 .c1 {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
  .ixp .ls .t2 .ri {
    flex: 1;
    width: 100%;
  }
  .ixp .ls .t2 .ri .a1 {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.imx {
  padding: 180px 0 200px;
}
.imx .t1 {
  text-align: center;
  padding-bottom: 80px;
  color: #161616;
}
.imx .t1 .a1 {
  font-size: 28px;
}
.imx .t1 .a2 {
  font-size: 24px;
}
.imx .t2 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.imx .t2 .ls {
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}
.imx .t2 .ls img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.imx .t2 .ls:hover .zhe {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.imx .t2 .ls:hover img {
  transform: scale(1.1);
}
.imx .t2 .ls:nth-of-type(1) {
  width: 100%;
}
.imx .t2 .ls:nth-of-type(2) {
  width: calc(42% - 11px);
}
.imx .t2 .ls:nth-of-type(3) {
  width: calc(58% - 11px);
  margin-left: 22px;
}
.imx .t2 .ls:nth-of-type(4) {
  width: calc(50% - 11px);
}
.imx .t2 .ls:nth-of-type(5) {
  width: calc(50% - 11px);
  margin-left: 22px;
}
.imx .t2 .ls .zhe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  color: #f1f1f0;
}
.imx .t2 .ls .zhe .a1 {
  font-size: 20px;
  padding-bottom: 30px;
}
.imx .t2 .ls .zhe .a2 {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f0;
}
@media screen and (max-width: 1200px) {
  .imx {
    padding: 100px 0;
  }
  .imx .t1 {
    padding-bottom: 50px;
  }
  .imx .t1 .a1 {
    font-size: 24px;
  }
  .imx .t1 .a2 {
    font-size: 20px;
  }
  .imx .t2 .ls {
    margin-bottom: 22px;
  }
  .imx .t2 .ls .zhe .a1 {
    font-size: 18px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 800px) {
  .imx {
    padding: 50px 0;
  }
  .imx .t1 {
    padding-bottom: 30px;
  }
  .imx .t1 .a1 {
    font-size: 22px;
  }
  .imx .t1 .a2 {
    font-size: 18px;
  }
  .imx .t2 .ls {
    margin-bottom: 10px;
  }
  .imx .t2 .ls:nth-of-type(2) {
    width: calc(42% - 5px);
  }
  .imx .t2 .ls:nth-of-type(3) {
    width: calc(58% - 5px);
    margin-left: 10px;
  }
  .imx .t2 .ls:nth-of-type(4) {
    width: calc(50% - 5px);
  }
  .imx .t2 .ls:nth-of-type(5) {
    width: calc(50% - 5px);
    margin-left: 10px;
  }
  .imx .t2 .ls .zhe {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .imx .t2 .ls .zhe .a1 {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
.icase {
  background: #1a1a19;
}
.icase .t1 {
  padding: 195px 0 165px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #5c5952;
}
.icase .t1 .le {
  flex: 1;
  margin-right: 50px;
}
.icase .t1 .le .a1 {
  color: #d7cdb0;
  font-size: 48px;
  padding: 20px 0 80px;
}
.icase .t1 .le .a2 {
  padding-bottom: 50px;
}
.icase .t1 .le .a2 .ls {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  font-size: 20px;
  opacity: 0.4;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  font-family: fontreg !important;
}
.icase .t1 .le .a2 .ls::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #fff;
}
.icase .t1 .le .a2 .ls:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}
.icase .t1 .le .a2 .active {
  opacity: 1;
}
.icase .t1 .le .a3 {
  display: flex;
}
.icase .t1 .le .a3 a {
  color: #ffffff;
  font-size: 14px;
  opacity: 0.7;
  padding: 0 6px 6px;
  border-bottom: 1px solid #fff;
  font-family: fongreg !important;
}
.icase .t1 .ri {
  max-width: 62%;
}
.icase .t1 .ri img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.icase .t1 .ri img:not(:nth-of-type(1)) {
  display: none;
}
.icase .t2 {
  padding: 170px 0 200px;
}
.icase .t2 .a1 {
  margin-bottom: 150px;
  color: #d7cdb0;
  text-align: center;
}
.icase .t2 .a1 .b1 {
  font-size: 48px;
  margin-bottom: 40px;
}
.icase .t2 .a1 .b2 {
  font-size: 16px;
  width: 78%;
  margin: 0 auto;
  line-height: 1.6;
}
.icase .t2 .a2 {
  width: 90%;
  margin: 0 auto 195px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.icase .t2 .a2 .ls {
  width: 335px;
}
.icase .t2 .a2 .ls .b1 {
  height: 135px;
  display: block;
  margin: 0 auto 35px;
}
.icase .t2 .a2 .ls .b2 {
  color: #ffffff;
  font-size: 16px;
  opacity: 0.7;
  text-align: center;
  line-height: 1.6;
}
.icase .t2 .a3 .b1 {
  color: #c5bda2;
  font-size: 48px;
  margin-bottom: 90px;
  text-align: center;
}
.icase .t2 .a3 .b2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .icase .t1 {
    padding: 100px 0;
    align-items: center;
  }
  .icase .t1 .le {
    margin-right: 20px;
  }
  .icase .t1 .le .a1 {
    font-size: 35px;
    padding: 20px 0 40px;
  }
  .icase .t1 .le .a2 {
    padding-bottom: 30px;
  }
  .icase .t1 .le .a2 .ls {
    font-size: 18px;
  }
  .icase .t1 .le .a2 .ls::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    background: #fff;
  }
  .icase .t1 .le .a2 .ls:not(:nth-last-of-type(1)) {
    margin-bottom: 15px;
  }
  .icase .t1 .ri {
    max-width: 50%;
  }
  .icase .t2 {
    padding: 100px 0 100px;
  }
  .icase .t2 .a1 {
    margin-bottom: 80px;
  }
  .icase .t2 .a1 .b1 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .icase .t2 .a1 .b2 {
    font-size: 14px;
    width: 100%;
  }
  .icase .t2 .a2 {
    width: 100%;
    margin: 0 auto 100px;
  }
  .icase .t2 .a2 .ls {
    width: calc(33.33% - 20px);
  }
  .icase .t2 .a2 .ls .b1 {
    height: 100px;
    margin: 0 auto 25px;
  }
  .icase .t2 .a2 .ls .b2 {
    font-size: 14px;
  }
  .icase .t2 .a3 .b1 {
    font-size: 35px;
    margin-bottom: 60px;
  }
  .icase .t2 .a3 .b2 {
    flex-wrap: wrap;
  }
  .icase .t2 .a3 .b2 img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .icase .t1 {
    padding: 60px 0;
    display: block;
  }
  .icase .t1 .le {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .icase .t1 .le .a1 {
    font-size: 28px;
    padding: 30px 0;
  }
  .icase .t1 .le .a2 {
    padding-bottom: 15px;
  }
  .icase .t1 .le .a2 .ls {
    font-size: 16px;
  }
  .icase .t1 .le .a2 .ls::before {
    width: 6px;
    height: 6px;
  }
  .icase .t1 .le .a2 .ls:not(:nth-last-of-type(1)) {
    margin-bottom: 10px;
  }
  .icase .t1 .ri {
    max-width: 100%;
  }
  .icase .t1 .ri img {
    height: auto;
    width: 100%;
  }
  .icase .t2 {
    padding: 60px 0;
  }
  .icase .t2 .a1 {
    margin-bottom: 40px;
  }
  .icase .t2 .a1 .b1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .icase .t2 .a2 {
    margin: 0 auto 60px;
    display: block;
  }
  .icase .t2 .a2 .ls {
    width: 100%;
    margin-bottom: 40px;
  }
  .icase .t2 .a3 .b1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .icase .t2 .a3 .b2 {
    flex-wrap: wrap;
  }
  .icase .t2 .a3 .b2 img {
    width: 50%;
    height: 40px;
    display: block;
    object-fit: contain;
  }
}
.rbanner {
  position: relative;
}
.rbanner img {
  display: block;
  width: 100%;
}
.rbanner .zhe {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  top: 0;
  left: 0;
}
.rbanner .zhe .a1 {
  font-size: 28px;
  text-transform: uppercase;
}
.rbanner .zhe .a2 {
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  .rbanner .zhe .a1 {
    font-size: 20px;
  }
  .rbanner .zhe .a2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .rbanner img {
    height: 350px;
    object-fit: cover;
  }
  .rbanner .zhe .a1 {
    font-size: 18px;
  }
  .rbanner .zhe .a2 {
    font-size: 22px;
  }
}
.pro1 {
  border-bottom: 1px solid #dedbd3;
}
.pro1 .container {
  display: flex;
  align-items: center;
}
.pro1 .container .ls {
  padding: 30px 0;
  color: #999999;
  font-size: 16px;
}
.pro1 .container .ls:not(:nth-last-of-type(1)) {
  margin-right: 80px;
}
.pro1 .container .active {
  color: #252525;
  border-bottom: 3px solid #d7cdb0;
}
@media screen and (max-width: 1200px) {
  .pro1 {
    border-bottom: none;
  }
  .pro1 .container {
    overflow-x: auto;
    /* 允许水平滚动 */
    -webkit-overflow-scrolling: touch;
    /* 增强移动端滚动体验 */
    scrollbar-width: thin;
    /* 窄滚动条 */
    flex-wrap: nowrap;
    /* 防止元素换行 */
    /* 滚动条样式 */
    /* Firefox 滚动条样式 */
    scrollbar-color: #d7cdb0 #f1f1f1;
  }
  .pro1 .container::-webkit-scrollbar {
    height: 2px;
    /* 滚动条高度 */
  }
  .pro1 .container::-webkit-scrollbar-thumb {
    background-color: #999999;
    /* 滚动条颜色设置为红色 */
    border-radius: 4px;
    /* 滚动条圆角 */
  }
  .pro1 .container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* 滚动条轨道颜色 */
  }
  .pro1 .container .ls:not(:nth-last-of-type(1)) {
    margin-right: 30px;
  }
  .pro1 .container > * {
    flex-shrink: 0;
    /* 禁止子元素收缩 */
  }
}
.pro2 {
  padding: 60px 0 80px;
}
.pro2 .list {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #c6bda2;
  padding: 30px 0 10px;
}
.pro2 .list:nth-last-of-type(1) {
  border-bottom: none;
}
.pro2 .list .le {
  width: 80px;
  color: #161616;
  font-size: 16px;
}
.pro2 .list .ri {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1;
}
.pro2 .list .ri .ls {
  width: calc(100% / 8);
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
  cursor: pointer;
}
.pro2 .list .ri .ls .a1 {
  width: 18px;
  height: 18px;
  border: 1px solid #c6bda2;
  margin-right: 10px;
}
.pro2 .list .ri .ls .a2 {
  color: #444444;
  font-size: 16px;
  margin-top: -2px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.pro2 .list .ri .active .a1 {
  background: #c6bda2;
  position: relative;
}
.pro2 .list .ri .active .a1::before {
  content: '';
  background: url(../img/img27.png) no-repeat;
  width: 11px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro2 .list .ri .active .a2 {
  color: #111111;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .pro2 {
    padding: 10px 0;
  }
  .pro2 .list .le {
    width: 60px;
    font-size: 14px;
  }
  .pro2 .list .ri .ls {
    width: unset;
    padding-right: 20px;
  }
  .pro2 .list .ri .ls .a2 {
    font-size: 14px;
  }
}
.pro3 {
  border-bottom: 1px solid #c6bda2;
  padding-bottom: 5px;
}
.pro3 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro3 .le {
  font-size: 16px;
  color: #999;
}
.pro3 .ri {
  display: flex;
  align-items: center;
}
.pro3 .ri .a1 {
  font-size: 16px;
  color: #666;
  margin-right: 60px;
}
.pro3 .ri .a2 {
  display: flex;
  align-items: center;
  background: #eeeeee;
  border-radius: 8px;
  width: 250px;
  height: 40px;
  box-sizing: border-box;
  padding: 0 24px;
  overflow: hidden;
}
.pro3 .ri .a2 .b1 {
  margin-right: 16px;
}
.pro3 .ri .a2 .b2 {
  flex: 1;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .pro3 .le {
    font-size: 14px;
  }
  .pro3 .ri .a1 {
    font-size: 14px;
    margin-right: 20px;
  }
  .pro3 .ri .a2 {
    width: 150px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .pro3 .ri .a2 .b1 {
    margin-right: 14px;
  }
}
@media screen and (max-width: 800px) {
  .pro3 .container {
    display: block;
  }
  .pro3 .ri {
    display: block;
  }
  .pro3 .ri .a1 {
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .pro3 .ri .a2 {
    width: 100%;
  }
}
.pro4 {
  padding-bottom: 60px;
}
.pro4 .container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.pro4 .container .ls {
  width: 25%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6bda2;
  border-right: 1px solid #c6bda2;
}
.pro4 .container .ls .t1 {
  height: 458px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro4 .container .ls .t1 .img1 {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  display: block;
}
.pro4 .container .ls .t1 .img2 {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 0;
  height: 0;
  object-fit: cover;
}
.pro4 .container .ls .t2 {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pro4 .container .ls .t2 .a1 {
  color: #111111;
  font-size: 20px;
}
.pro4 .container .ls .t2 .a2 {
  font-size: 14px;
  font-family: fontreg !important;
  color: #666666;
  margin: 15px 0 5px;
}
.pro4 .container .ls .t2 .a3 {
  font-size: 14px;
  font-family: fontreg !important;
  color: #666666;
}
.pro4 .container .ls:hover .t1 .img1 {
  display: none;
}
.pro4 .container .ls:hover .t1 .img2 {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.pro4 .container .ls:hover .t2 {
  background: #e2ded0;
}
.pro4 .container .ls:nth-of-type(4n + 1) {
  border-left: 1px solid #c6bda2;
}
@media screen and (max-width: 1030px) {
  .pro4 .container .ls {
    width: 50%;
  }
  .pro4 .container .ls .t1 {
    height: 458px;
  }
  .pro4 .container .ls .t2 {
    height: 130px;
  }
  .pro4 .container .ls .t2 .a1 {
    font-size: 18px;
  }
  .pro4 .container .ls .t2 .a2 {
    font-size: 12px;
  }
  .pro4 .container .ls .t2 .a3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .pro4 .container .ls {
    width: 100%;
    border-left: 1px solid #c6bda2;
  }
  .pro4 .container .ls .t1 {
    height: 360px;
  }
  .pro4 .container .ls .t1 .img1 {
    display: none;
  }
  .pro4 .container .ls .t1 .img2 {
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
  }
  .pro4 .container .ls .t2 {
    height: 100px;
  }
  .pro4 .container .ls .t2 .a1 {
    font-size: 16px;
  }
  .pro4 .container .ls .t2 .a2 {
    font-size: 12px;
    margin: 5px 0;
  }
  .pro4 .container .ls .t2 .a3 {
    font-size: 12px;
  }
}
.pro5 {
  padding-bottom: 60px;
}
.pro6 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #c6bda2;
  padding-bottom: 56px;
}
.pro6 .le {
  width: 710px;
}
.pro6 .le .t1 {
  width: 100%;
  height: 600px;
  background: #f4f4f4;
  position: relative;
  margin-bottom: 10px;
}
.pro6 .le .t1 .zoom {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #c8c8c3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
.pro6 .le .t1 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro6 .le .t1 .img1 {
  max-height: 100%;
  max-width: 100%;
}
.pro6 .le .t1 .swiper-button-prev {
  background: none;
  width: unset;
  height: unset;
  margin-top: 0;
  left: 35px;
  z-index: 2;
}
.pro6 .le .t1 .swiper-button-next {
  background: none;
  transform: rotate(180deg);
  width: unset;
  height: unset;
  margin-top: 0;
  right: 35px;
  z-index: 2;
}
.pro6 .le .t2 {
  height: 100px;
  overflow: hidden;
}
.pro6 .le .t2 .swiper-slide {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #fff;
  cursor: pointer;
}
.pro6 .le .t2 .addactive {
  border: 1px solid #c6bda2;
}
.pro6 .le .t2 .img1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}
.pro6 .ri {
  flex: 1;
  margin-left: 70px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.pro6 .ri .t1 {
  padding: 20px 0 15px;
  color: #231815;
  font-size: 32px;
  font-weight: bold;
}
.pro6 .ri .t2 {
  color: #555555;
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  margin-bottom: 40px;
}
.pro6 .ri .t3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 15px;
  width: 80%;
}
.pro6 .ri .t3 .a1 {
  width: 90px;
  margin-right: 10px;
  color: #999999;
}
.pro6 .ri .t3 .a2 {
  color: #252525;
  flex: 1;
}
.pro6 .ri .t4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro6 .ri .t4 .ls {
  width: 40%;
  height: 65px;
  background: #161601;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro6 .ri .t4 .ls1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 65px;
  height: 65px;
  background: #e9e9e9;
  border-radius: 50%;
}
.pro6 .ri .t4 .ls1 .a1 {
  width: 22px;
}
.pro6 .ri .t4 .ls1 .a2 {
  font-size: 12px;
  color: #252525;
  opacity: 0.5;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .pro6 .container {
    padding-bottom: 30px;
    display: block;
  }
  .pro6 .le {
    margin: 0 auto 30px;
    width: unset;
    max-width: 800px;
  }
  .pro6 .ri {
    max-width: 800px;
    margin: 0 auto;
    width: unset;
  }
  .pro6 .ri .t1 {
    font-size: 28x;
  }
  .pro6 .ri .t2 {
    font-size: 14px;
    margin-bottom: 20px;
    -webkit-line-clamp: 6;
  }
  .pro6 .ri .t3 {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
  }
  .pro6 .ri .t4 .ls {
    height: 55px;
    font-size: 14px;
  }
  .pro6 .ri .t4 .ls1 {
    height: 55px;
  }
  .pro6 .ri .t4 .ls1 .a1 {
    width: 18px;
  }
}
@media screen and (max-width: 800px) {
  .pro6 .le .t1 {
    height: 300px;
  }
  .pro6 .le .t1 .zoom {
    width: 35px;
    height: 35px;
    right: 20px;
    bottom: 20px;
    z-index: 3;
  }
  .pro6 .le .t1 .zoom img {
    max-width: 45%;
  }
  .pro6 .le .t1 .swiper-button-next {
    right: 15px;
  }
  .pro6 .le .t1 .swiper-button-prev {
    left: 15px;
  }
  .pro6 .le .t2 {
    height: 80px;
  }
  .pro6 .ri {
    width: 100%;
  }
  .pro6 .ri .t4 .ls {
    height: 45px;
    font-size: 14px;
  }
  .pro6 .ri .t4 .ls1 {
    height: 45px;
    width: 45px;
  }
  .pro6 .ri .t4 .ls1 .a1 {
    width: 10px;
  }
}
.pro7 {
  padding-top: 65px;
}
.pro7 .t1 {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.pro7 .t1 .a1 {
  width: 20px;
}
.pro7 .t1 .a2 {
  color: #161601;
  font-size: 24px;
  margin-left: 25px;
}
.pro7 .t2 {
  padding-bottom: 100px;
  border-bottom: 1px solid #c6bda2;
}
.pro7 .t2 img {
  max-width: 100% !important;
  display: block !important;
}
.pro7 .t3 {
  padding: 70px 0 170px;
}
.pro7 .t3 .a3 {
  overflow: hidden;
  max-height: 275px;
}
.pro7 .t3 .a3 .img1 {
  display: block;
  width: 100%;
}
.pro7 .t3 .a3 .swiper-button-prev {
  background: none;
  left: 20px;
}
.pro7 .t3 .a3 .swiper-button-next {
  background: none;
  right: 20px;
}
.pro7 .t3 .a3 .swiper-button-next img {
  transform: rotate(180deg);
}
.pro7 .t3 .a5 {
  margin-top: 100px;
  border-top: 1px solid #c6bda2;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro7 .t3 .a5 .ls {
  color: #3d3725;
  font-size: 16px;
  opacity: 0.5;
}
.pro7 .t3 .a5 .ls1 {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .pro7 {
    padding-bottom: 30px;
  }
  .pro7 .t1 {
    margin-bottom: 20px;
  }
  .pro7 .t1 .a2 {
    font-size: 20px;
  }
  .pro7 .t2 {
    padding: 30px 0;
  }
  .pro7 .t3 {
    padding: 30px 0;
  }
}
.pro8 .t1 {
  color: #3d3725;
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .pro8 .t1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .pro8 .t1 {
    font-size: 26px;
  }
}
.pro9 {
  padding-bottom: 200px;
}
.pro9 .container .ls:nth-of-type(-n+4) {
  border-top: 1px solid #c5bda2;
}
@media screen and (max-width: 1200px) {
  .pro9 {
    padding-bottom: 60px;
  }
}
.rcom1 {
  padding: 40px 0;
}
.rcom1 .container {
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.rcom1 .ls {
  color: #252525;
  font-size: 14px;
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .rcom1 {
    padding: 20px 0;
  }
}
.rcase1 {
  padding: 80px 0 30px;
}
.rcase1 .container {
  border-bottom: 1px solid #c5bda2;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.rcase1 .container .ls {
  width: calc(33.33% - 20px);
  margin-bottom: 80px;
}
.rcase1 .container .ls:not(:nth-of-type(3n)) {
  margin-right: 30px;
}
.rcase1 .container .ls .t1 {
  display: block;
  width: 100%;
  height: 440px;
  border-radius: 10px;
}
.rcase1 .container .ls .t2 {
  box-sizing: border-box;
  padding: 20px 15px 0;
  color: #252525;
  margin-top: 8px;
}
.rcase1 .container .ls .t2 .a1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}
.rcase1 .container .ls .t2 .a2 {
  font-size: 16px;
  margin-top: 8px;
}
.rcase1 .container .ls .t2 .a3 {
  color: #606672;
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.rcase1 .container .ls .t2 .a3 .b1 {
  margin-right: 20px;
}
@media screen and (max-width: 1300px) {
  .rcase1 .container .ls {
    width: calc(50% - 15px);
  }
  .rcase1 .container .ls:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .rcase1 .container .ls:not(:nth-of-type(2n)) {
    margin-right: 30px;
  }
  .rcase1 .container .ls .t1 {
    height: 350px;
  }
  .rcase1 .container .ls .t2 .a1 {
    font-size: 18px;
  }
  .rcase1 .container .ls .t2 .a2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .rcase1 .container .ls {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .rcase1 .container .ls:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .rcase1 .container .ls .t1 {
    height: auto;
    display: block;
  }
  .rcase1 .container .ls .t2 .a1 {
    font-size: 16px;
  }
  .rcase1 .container .ls .t2 .a2 {
    font-size: 12px;
  }
}
.rcase2 {
  margin-bottom: 160px;
  padding-top: 30px;
}
.rcase2 .cont {
  background: #f4f2f0;
  box-sizing: border-box;
  padding: 45px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rcase2 .le {
  color: #252525;
}
.rcase2 .le .a1 {
  font-size: 35px;
  margin-bottom: 8px;
}
.rcase2 .le .a2 {
  font-size: 16px;
}
.rcase2 .ri {
  display: flex;
  align-items: center;
  background: #1a1a19;
  border-radius: 30px;
  padding: 15px 25px;
}
.rcase2 .ri .a1 {
  font-size: 16px;
  color: #fff;
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  .rcase2 {
    margin-bottom: 100px;
  }
  .rcase2 .cont {
    padding: 30px 40px;
  }
  .rcase2 .le .a1 {
    font-size: 28px;
  }
  .rcase2 .le .a2 {
    font-size: 14px;
  }
  .rcase2 .ri {
    padding: 12px 20px;
  }
  .rcase2 .ri .a1 {
    font-size: 14px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 800px) {
  .rcase2 {
    margin-bottom: 60px;
  }
  .rcase2 .cont {
    flex-direction: column;
    padding: 20px 30px;
    align-items: flex-start;
  }
  .rcase2 .le {
    margin-bottom: 20px;
  }
  .rcase2 .le .a1 {
    font-size: 24px;
  }
  .rcase2 .le .a2 {
    font-size: 12px;
  }
  .rcase2 .ri {
    justify-content: center;
    padding: 10px 15px;
  }
  .rcase2 .ri .a1 {
    font-size: 12px;
    margin-right: 20px;
  }
}
.rcase3 {
  margin-bottom: 165px;
  border-radius: 5px;
}
.rcase3 .container {
  background: #fff;
}
.rcase3 .cont {
  max-width: 1115px;
  margin: 0 auto;
}
.rcase3 .t1 {
  padding: 28px 0 20px;
  border-bottom: 1px solid #d6d6d6;
}
.rcase3 .t1 .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rcase3 .t1 .le {
  color: #252525;
  font-size: 24px;
}
.rcase3 .t1 .ri {
  display: flex;
  align-items: center;
  background: #d7cdb0;
  border-radius: 30px;
  padding: 15px 30px;
}
.rcase3 .t1 .ri .a2 {
  color: #111111;
  font-size: 16px;
  margin-left: 15px;
}
.rcase3 .t2 {
  padding: 45px 0 105px;
  border-bottom: 1px solid #d6d6d6;
}
.rcase3 .t2 .a1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}
.rcase3 .t2 .a1 .le {
  flex: 1;
  margin-right: 50px;
}
.rcase3 .t2 .a1 .le .ls {
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rcase3 .t2 .a1 .le .ls:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #dddddd;
}
.rcase3 .t2 .a1 .le .ls .b1 {
  width: 105px;
}
.rcase3 .t2 .a1 .le .ls .b1 .c1 {
  color: #252525;
  font-size: 16px;
  margin-right: 5px;
}
.rcase3 .t2 .a1 .le .ls .b1 .c2 {
  color: #999999;
  font-size: 14px;
  font-family: fontreg !important;
}
.rcase3 .t2 .a1 .le .ls .b2 {
  flex: 1;
  color: #252525;
  font-size: 16px;
}
.rcase3 .t2 .a1 .ri {
  width: 50%;
  display: block;
  height: auto;
  border-radius: 10px;
}
.rcase3 .t2 .a2 img {
  display: block !important;
  max-width: 100% !important;
}
.rcase3 .t3 {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rcase3 .t3 .a1 {
  display: flex;
  align-items: center;
}
.rcase3 .t3 .a1 .b1 {
  color: #666666;
  font-size: 16px;
  margin-right: 10px;
}
.rcase3 .t3 .a1 .b2 {
  width: 15px;
}
@media screen and (max-width: 1200px) {
  .rcase3 {
    margin-bottom: 100px;
  }
  .rcase3 .t1 .le {
    font-size: 20px;
  }
  .rcase3 .t1 .ri {
    padding: 12px 25px;
  }
  .rcase3 .t1 .ri .a2 {
    font-size: 14px;
  }
  .rcase3 .t2 {
    padding: 30px 0 80px;
  }
  .rcase3 .t2 .a1 .le {
    margin-right: 30px;
  }
  .rcase3 .t2 .a1 .le .ls .b1 {
    width: 90px;
  }
  .rcase3 .t2 .a1 .le .ls .b1 .c1 {
    font-size: 14px;
  }
  .rcase3 .t2 .a1 .le .ls .b1 .c2 {
    font-size: 12px;
  }
  .rcase3 .t2 .a1 .le .ls .b2 {
    font-size: 14px;
  }
  .rcase3 .t3 .a1 .b1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .rcase3 {
    margin-bottom: 60px;
  }
  .rcase3 .t1 .cont {
    flex-direction: column;
    align-items: flex-start;
  }
  .rcase3 .t1 .le {
    margin-bottom: 15px;
  }
  .rcase3 .t1 .ri {
    padding: 10px 20px;
  }
  .rcase3 .t2 {
    padding: 20px 0 50px;
  }
  .rcase3 .t2 .a1 {
    display: block;
  }
  .rcase3 .t2 .a1 .le {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .rcase3 .t2 .a1 .ri {
    width: 100%;
  }
  .rcase3 .t3 .a1 .b1 {
    font-size: 15px;
  }
}
.rjishu1 {
  padding: 135px 0;
}
.rjishu1 .t1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 90px;
}
.rjishu1 .t1 .le .a1 {
  color: #161616;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 45px;
}
.rjishu1 .t1 .le .a2 {
  display: flex;
  align-items: center;
}
.rjishu1 .t1 .le .a2 .ls {
  display: flex;
  align-items: center;
  color: #c6bda2;
  font-weight: bold;
}
.rjishu1 .t1 .le .a2 .ls:nth-of-type(1) {
  margin-right: 60px;
}
.rjishu1 .t1 .le .a2 .ls .b1 {
  font-family: fontreg !important;
  margin-right: 40px;
  font-size: 68px;
}
.rjishu1 .t1 .le .a2 .ls .b2 .c1 {
  font-size: 16px;
  margin-bottom: 10px;
}
.rjishu1 .t1 .le .a2 .ls .b2 .c2 {
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid #c6bda2;
}
.rjishu1 .t1 .ri {
  width: 560px;
  color: #252525;
  font-size: 16px;
  line-height: 1.8;
}
.rjishu1 .t2 .list {
  width: 84%;
  margin: 0 auto;
  height: 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rjishu1 .t2 .list .ls {
  height: 100%;
}
.rjishu1 .t2 .imgf {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1200px) {
  .rjishu1 {
    padding: 100px 0;
  }
  .rjishu1 .t1 {
    padding-bottom: 60px;
  }
  .rjishu1 .t1 .le .a1 {
    font-size: 30px;
  }
  .rjishu1 .t1 .le .a2 .ls .b1 {
    font-size: 50px;
  }
  .rjishu1 .t1 .ri {
    width: 400px;
    font-size: 14px;
  }
  .rjishu1 .t2 .list {
    height: 180px;
    width: 100%;
  }
  .rjishu1 .t2 .imgf {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .rjishu1 .t1 {
    display: block;
  }
  .rjishu1 .t1 .ri {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .rjishu1 {
    padding: 60px 0;
  }
  .rjishu1 .t1 {
    display: block;
    padding-bottom: 40px;
  }
  .rjishu1 .t1 .le .a1 {
    font-size: 24px;
  }
  .rjishu1 .t1 .le .a2 {
    display: block;
  }
  .rjishu1 .t1 .le .a2 .ls:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .rjishu1 .t1 .le .a2 .ls .b1 {
    font-size: 40px;
  }
  .rjishu1 .t1 .ri {
    width: 100%;
    font-size: 14px;
  }
  .rjishu1 .t2 .list {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .rjishu1 .t2 .list .ls {
    width: calc(100% / 3 - 10px);
    height: 130px;
    object-fit: contain;
    margin-bottom: 20px;
  }
  .rjishu1 .t2 .list .ls:not(:nth-of-type(3n)) {
    margin-right: 10px;
  }
}
.rjishu2 {
  padding: 125px 0;
  background: url(../img/img57.jpg) no-repeat center;
  background-size: cover;
}
.rjishu2 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.rjishu2 .le {
  color: #ffffff;
}
.rjishu2 .le .t1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
.rjishu2 .le .t2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rjishu2 .le .t2 .a1 {
  margin-right: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.rjishu2 .le .t2 .a2 {
  font-size: 16px;
}
.rjishu2 .ri .ls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  width: 600px;
  margin-bottom: 15px;
  padding: 10px 45px;
  box-sizing: border-box;
}
.rjishu2 .ri .ls .a1 {
  color: #252525;
  font-size: 18px;
  font-weight: bold;
}
.rjishu2 .ri .ls .a2 {
  height: 45px;
}
@media screen and (max-width: 1200px) {
  .rjishu2 {
    padding: 100px 0;
  }
  .rjishu2 .le .t1 {
    font-size: 30px;
  }
  .rjishu2 .le .t2 .a2 {
    font-size: 14px;
  }
  .rjishu2 .ri .ls {
    width: 500px;
    padding: 10px 35px;
  }
  .rjishu2 .ri .ls .a1 {
    font-size: 16px;
  }
  .rjishu2 .ri .ls .a2 {
    height: 40px;
  }
}
@media screen and (max-width: 800px) {
  .rjishu2 {
    padding: 60px 0;
  }
  .rjishu2 .container {
    display: block;
  }
  .rjishu2 .le {
    margin-bottom: 30px;
  }
  .rjishu2 .le .t1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .rjishu2 .ri .ls {
    width: 100%;
    padding: 10px 25px;
  }
  .rjishu2 .ri .ls .a1 {
    font-size: 14px;
  }
  .rjishu2 .ri .ls .a2 {
    height: 35px;
  }
}
.rabout1 {
  padding: 125px 0;
}
.rabout1 .t1 {
  margin-bottom: 70px;
}
.rabout1 .t1 .a1 {
  color: #d8ca8a;
  font-size: 20px;
  font-weight: 300;
}
.rabout1 .t1 .a2 {
  color: #161616;
  font-size: 40px;
  margin: 10px 0 10px;
}
.rabout1 .t1 .a3 {
  color: #999999;
  font-size: 16px;
}
.rabout1 .t2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
.rabout1 .t2 .le {
  flex: 1;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.rabout1 .t2 .le .a1 {
  color: #161616;
}
.rabout1 .t2 .le .a1 .b1 {
  display: flex;
  align-items: center;
  align-items: flex-end;
  margin-bottom: 15px;
}
.rabout1 .t2 .le .a1 .b1 .c1 {
  font-family: fontmed !important;
  font-size: 60px;
  line-height: 50px;
}
.rabout1 .t2 .le .a1 .b1 .c2 {
  font-size: 18px;
  margin-left: 10px;
}
.rabout1 .t2 .le .a1 .b2 {
  color: #666666;
  font-size: 16px;
}
.rabout1 .t2 .le .a2 {
  margin-left: 70px;
}
.rabout1 .t2 .le .a2 .ls:nth-of-type(2) {
  margin-top: 70px;
}
.rabout1 .t2 .le .a2 .b1 .c2 {
  font-size: 48px;
  font-family: fontmed !important;
  line-height: 30px;
}
.rabout1 .t2 .ri {
  width: 810px;
}
.rabout1 .t2 .ri .ls:not(:nth-last-of-type(1)) {
  margin-bottom: 35px;
}
.rabout1 .t2 .ri .ls .a1 {
  color: #111111;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.rabout1 .t2 .ri .ls .a2 {
  color: #252525;
  font-size: 16px;
  line-height: 1.6;
}
.rabout1 .t3 {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .rabout1 {
    padding: 100px 0;
  }
  .rabout1 .t1 .a2 {
    font-size: 32px;
  }
  .rabout1 .t2 .le .a1 .b1 .c1 {
    font-size: 48px;
  }
  .rabout1 .t2 .le .a1 .b1 .c2 {
    font-size: 16px;
  }
  .rabout1 .t2 .le .a1 .b2 {
    font-size: 14px;
  }
  .rabout1 .t2 .le .a2 {
    margin-left: 50px;
  }
  .rabout1 .t2 .le .a2 .ls:nth-of-type(2) {
    margin-top: 50px;
  }
  .rabout1 .t2 .le .a2 .b1 .c2 {
    font-size: 36px;
  }
  .rabout1 .t2 .ri {
    width: 600px;
    margin-left: 20px;
  }
  .rabout1 .t2 .ri .ls .a1 {
    font-size: 18px;
  }
  .rabout1 .t2 .ri .ls .a2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .rabout1 {
    padding: 60px 0;
  }
  .rabout1 .t1 {
    margin-bottom: 40px;
  }
  .rabout1 .t1 .a2 {
    font-size: 28px;
  }
  .rabout1 .t1 .a3 {
    font-size: 14px;
  }
  .rabout1 .t2 {
    display: block;
    margin-bottom: 40px;
  }
  .rabout1 .t2 .le {
    margin-bottom: 30px;
  }
  .rabout1 .t2 .le .a1 .b1 .c1 {
    font-size: 36px;
  }
  .rabout1 .t2 .le .a1 .b1 .c2 {
    font-size: 14px;
  }
  .rabout1 .t2 .le .a2 {
    margin-left: 30px;
  }
  .rabout1 .t2 .le .a2 .ls:nth-of-type(2) {
    margin-top: 30px;
  }
  .rabout1 .t2 .le .a2 .b1 .c2 {
    font-size: 24px;
  }
  .rabout1 .t2 .ri {
    width: 100%;
    margin-left: 0;
  }
  .rabout1 .t2 .ri .ls .a1 {
    font-size: 16px;
  }
  .rabout1 .t2 .ri .ls .a2 {
    font-size: 14px;
  }
}
.rabout2 {
  padding-bottom: 130px;
}
.rabout2 .t1 {
  text-align: center;
  margin-bottom: 115px;
}
.rabout2 .t1 .a1 {
  color: #d8ca8a;
  font-size: 20px;
  font-family: fontreg !important;
}
.rabout2 .t1 .a2 {
  color: #161616;
  font-size: 40px;
  margin: 15px 0 10px;
}
.rabout2 .t1 .a3 {
  color: #999999;
  font-size: 16px;
}
.rabout2 .t2 {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.rabout2 .t2 .ls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25%;
}
.rabout2 .t2 .ls:not(:nth-last-of-type(1)) {
  border-right: 1px solid #dddddd;
}
.rabout2 .t2 .ls .a1 {
  height: 80px;
  margin-bottom: 20px;
}
.rabout2 .t2 .ls .a2 {
  color: #252525;
  font-size: 16px;
}
.rabout2 .t3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
}
.rabout2 .t3 .le {
  width: calc(35% - 25px);
}
.rabout2 .t3 .ri {
  width: 65%;
}
@media screen and (max-width: 1200px) {
  .rabout2 {
    padding-bottom: 80px;
  }
  .rabout2 .t1 {
    margin-bottom: 80px;
  }
  .rabout2 .t1 .a2 {
    font-size: 32px;
  }
  .rabout2 .t1 .a3 {
    font-size: 14px;
  }
  .rabout2 .t2 .ls .a2 {
    font-size: 14px;
  }
  .rabout2 .t3 .le {
    width: calc(40% - 25px);
  }
  .rabout2 .t3 .ri {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .rabout2 {
    padding-bottom: 50px;
  }
  .rabout2 .t1 {
    margin-bottom: 50px;
  }
  .rabout2 .t1 .a2 {
    font-size: 28px;
  }
  .rabout2 .t1 .a3 {
    font-size: 12px;
  }
  .rabout2 .t2 {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .rabout2 .t2 .ls {
    width: 50%;
  }
  .rabout2 .t2 .ls:nth-of-type(-n+2) {
    border-bottom: 1px solid #dddddd;
  }
  .rabout2 .t2 .ls:nth-of-type(2n) {
    border-right: none;
  }
  .rabout2 .t2 .ls .a1 {
    height: 60px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .rabout2 .t2 .ls .a2 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .rabout2 .t3 {
    display: block;
  }
  .rabout2 .t3 .le {
    width: 100%;
    margin-bottom: 20px;
  }
  .rabout2 .t3 .ri {
    width: 100%;
  }
}
.rabout3 {
  padding-bottom: 200px;
}
.rabout3 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rabout3 .le {
  width: 630px;
}
.rabout3 .le .t1 {
  padding-bottom: 60px;
}
.rabout3 .le .t1 .a1 {
  color: #d8ca8a;
  font-size: 20px;
  font-family: fontreg !important;
}
.rabout3 .le .t1 .a2 {
  color: #161616;
  font-size: 36px;
  font-weight: bold;
}
.rabout3 .le .t2 .ls {
  border-top: 1px solid #cccccc;
  padding: 30px 0;
  cursor: pointer;
}
.rabout3 .le .t2 .ls .a1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #999999;
}
.rabout3 .le .t2 .ls .a1 .b1 {
  flex: 1;
}
.rabout3 .le .t2 .ls .a1 .b2 {
  font-family: fontreg !important;
}
.rabout3 .le .t2 .ls .a2 {
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 20px;
  display: none;
}
.rabout3 .le .t2 .active {
  border-top: 1px solid #d8ca8a;
}
.rabout3 .le .t2 .active .a1 {
  color: #161616;
}
.rabout3 .le .t2 .active .a2 {
  display: block;
}
.rabout3 .ri {
  width: 530px;
}
.rabout3 .ri img {
  visibility: hidden;
  display: none;
}
.rabout3 .ri .active {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 1200px) {
  .rabout3 {
    padding-bottom: 100px;
  }
  .rabout3 .container {
    flex-direction: column;
  }
  .rabout3 .le,
  .rabout3 .ri {
    width: 100%;
  }
  .rabout3 .ri {
    margin-top: 30px;
  }
  .rabout3 .ri img {
    width: 100%;
  }
  .rabout3 .le .t1 .a2 {
    font-size: 28px;
  }
  .rabout3 .le .t2 .ls .a1 {
    font-size: 16px;
  }
  .rabout3 .le .t2 .ls .a2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .rabout3 {
    padding-bottom: 60px;
  }
  .rabout3 .le .t1 {
    padding-bottom: 30px;
  }
  .rabout3 .le .t1 .a1 {
    font-size: 18px;
  }
  .rabout3 .le .t1 .a2 {
    font-size: 24px;
  }
  .rabout3 .le .t2 .ls {
    padding: 20px 0;
  }
  .rabout3 .le .t2 .ls .a1 {
    font-size: 16px;
  }
  .rabout3 .le .t2 .ls .a2 {
    font-size: 14px;
  }
}
.rnews1 {
  padding: 80px 0 60px;
}
.rnews1 .t1 {
  display: flex;
  align-items: stretch;
  padding-bottom: 95px;
}
.rnews1 .t1 .ls {
  height: 405px;
  width: calc(50% - 23px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
}
.rnews1 .t1 .ls:nth-of-type(2n) {
  margin-left: 46px;
}
.rnews1 .t1 .ls .a1 {
  display: block;
  width: 100%;
  height: 76%;
  object-fit: cover;
}
.rnews1 .t1 .ls .a2 {
  height: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.rnews1 .t1 .ls .a2 .b1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #252525;
  font-size: 18px;
  font-weight: bold;
}
.rnews1 .t1 .ls .a2 .b2 {
  color: #999999;
  font-size: 16px;
  font-family: fontreg !important;
  margin-top: 10px;
}
.rnews1 .t2 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.rnews1 .t2 .ls {
  padding: 30px 0 35px;
  border-top: 1px solid #cccccc;
  width: calc(33.33% - 30px);
}
.rnews1 .t2 .ls:hover .a4 .b2 {
  margin-left: 10px;
}
.rnews1 .t2 .ls:not(:nth-of-type(3n)) {
  margin-right: 45px;
}
.rnews1 .t2 .ls:not(:nth-last-of-type(-n+3)) {
  margin-bottom: 95px;
}
.rnews1 .t2 .ls .a1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rnews1 .t2 .ls .a1 .b1 {
  color: #fff;
  font-size: 14px;
  padding: 12px 25px;
  background: #000000;
}
.rnews1 .t2 .ls .a1 .b2 {
  color: #666666;
  font-size: 16px;
  font-family: fontreg !important;
}
.rnews1 .t2 .ls .a2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111111;
  font-size: 18px;
  margin-top: 15px;
}
.rnews1 .t2 .ls .a3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #686868;
  font-size: 14px;
  margin-top: 25px;
}
.rnews1 .t2 .ls .a4 {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.rnews1 .t2 .ls .a4 .b1 {
  color: #333333;
  font-size: 14px;
  margin-right: 6px;
}
.rnews1 .t2 .ls .a4 .b2 {
  width: 15px;
}
@media screen and (max-width: 1200px) {
  .rnews1 {
    padding: 60px 0 40px;
  }
  .rnews1 .t1 {
    padding-bottom: 60px;
  }
  .rnews1 .t1 .ls {
    height: 350px;
    width: calc(50% - 15px);
  }
  .rnews1 .t1 .ls:nth-of-type(2n) {
    margin-left: 30px;
  }
  .rnews1 .t2 .ls {
    width: calc(50% - 20px);
  }
  .rnews1 .t2 .ls:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .rnews1 .t2 .ls:not(:nth-of-type(2n)) {
    margin-right: 40px;
  }
  .rnews1 .t2 .ls:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 800px) {
  .rnews1 {
    padding: 40px 0 20px;
  }
  .rnews1 .t1 {
    display: block;
    padding-bottom: 40px;
  }
  .rnews1 .t1 .ls {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
  }
  .rnews1 .t1 .ls .a2 .b1 {
    font-size: 16px;
  }
  .rnews1 .t1 .ls:nth-of-type(2n) {
    margin-left: 0;
  }
  .rnews1 .t2 .ls {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .rnews1 .t2 .ls:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .rnews1 .t2 .ls:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .rnews1 .t2 .ls:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 0;
  }
}
.rnews2 .t1 .ri2 {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.rnews2 .t1 .ri2 .a1 {
  width: 20px;
}
.rnews2 .t1 .ri2 .a2 {
  font-family: fontreg !important;
  margin-left: 28px;
  color: #999999;
  font-size: 16px;
}
.rlianxi {
  padding: 85px 0 195px;
}
.rlianxi .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.rlianxi .le {
  width: 535px;
  margin-right: 20px;
}
.rlianxi .le .t1 {
  color: #231815;
  font-size: 48px;
  margin-bottom: 55px;
}
.rlianxi .le .t2 {
  display: block;
  width: 100%;
}
.rlianxi .ri {
  width: 756px;
}
.rlianxi .ri .t1 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.rlianxi .ri .t1 .ls {
  width: 50%;
  margin-bottom: 23px;
}
.rlianxi .ri .t1 .ls .a1 {
  color: #d8ca8a;
  font-size: 13px;
  text-transform: uppercase;
  font-family: fontmed !important;
}
.rlianxi .ri .t1 .ls .a2 {
  color: #111111;
  font-size: 20px;
  margin: 6px 0 20px;
}
.rlianxi .ri .t1 .ls .a3 {
  color: #444444;
  font-size: 16px;
  margin-bottom: 15px;
}
.rlianxi .ri .t1 .ls .a4 {
  font-size: 14px;
  color: #252525;
  text-transform: uppercase;
  font-family: fontreg !important;
  line-height: 1.6;
}
.rlianxi .ri .t1 .ls .a5 {
  color: #252525;
  font-size: 14px;
  font-family: fontreg !important;
}
.rlianxi .ri .t1 .ls .a5:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}
.rlianxi .ri .t1 .ls .a6 {
  color: #444444;
  font-size: 16px;
  font-family: fontreg!important;
  font-weight: bold;
}
.rlianxi .ri .t2 {
  display: block;
}
.rlianxi .ri .t2 .a1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rlianxi .ri .t2 .a1 .ls {
  padding: 15px 0;
  font-family: fontreg !important;
  font-size: 16px;
  width: calc(50% - 12.5px);
  border-bottom: 1px solid #111111;
  margin-bottom: 35px;
}
.rlianxi .ri .t2 .a2 .ls {
  width: 100%;
}
.rlianxi .ri .t2 .a3 {
  display: block;
  width: 100%;
  height: 90px;
  padding: 15px 0;
  font-family: fontreg !important;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #111111;
  margin-bottom: 30px;
  background: none;
}
.rlianxi .ri .t2 .a4 {
  width: 285px;
  height: 60px;
  background: #001111;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-family: fontreg !important;
  cursor: pointer;
}
.rlianxi .ri .t2 input,
.rlianxi .ri .t2 textarea {
  /* 兼容不同浏览器 */
}
.rlianxi .ri .t2 input::placeholder,
.rlianxi .ri .t2 textarea::placeholder {
  color: #444444;
  font-family: fontreg !important;
}
.rlianxi .ri .t2 input::-webkit-input-placeholder,
.rlianxi .ri .t2 textarea::-webkit-input-placeholder {
  color: #444444;
  font-family: fontreg !important;
}
.rlianxi .ri .t2 input::-moz-placeholder,
.rlianxi .ri .t2 textarea::-moz-placeholder {
  color: #444444;
  font-family: fontreg !important;
}
.rlianxi .ri .t2 input:-ms-input-placeholder,
.rlianxi .ri .t2 textarea:-ms-input-placeholder {
  color: #444444;
  font-family: fontreg !important;
}
@media screen and (max-width: 1200px) {
  .rlianxi {
    padding: 60px 0 120px;
  }
  .rlianxi .container {
    display: block;
  }
  .rlianxi .le {
    margin-right: 0;
    width: 100%;
  }
  .rlianxi .le .t1 {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .rlianxi .ri {
    width: 100%;
    margin-top: 30px;
  }
  .rlianxi .ri .t1 .ls .a2 {
    font-size: 18px;
  }
  .rlianxi .ri .t1 .ls .a3 {
    font-size: 14px;
  }
  .rlianxi .ri .t2 .a4 {
    width: 220px;
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .rlianxi {
    padding: 40px 0 80px;
  }
  .rlianxi .le {
    margin-right: 0;
  }
  .rlianxi .le .t1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .rlianxi .ri .t1 .ls {
    width: 100%;
  }
  .rlianxi .ri .t2 .a4 {
    width: 100%;
  }
}
