html body{
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mainBGC{
  background-color: #1a1a1a;
}
.fitCover{
  object-fit: cover;
}

.navbar{
  line-height: 100px;
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0;
}

.navbarBG{
  background-color: black;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

@media (max-width: 768px) {
  .navbarBG{
    background-color: black;
    opacity: 1;
  }
}
.navbarBG.show{
  background-color: black;
  opacity: 1;
}

.loges {
  width: 16%;
  max-width: 141px;
  /* height: 100px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
}

.navbar-nav {
  width: 100%;
  line-height: 40px;
}

@media (min-width: 100px) {
  .nav-item{
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .nav-item{
    opacity: 0;
    transform: translateX(100%);
  }
}

.nav-item_1{
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
}
.nav-item_2{
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 1.2s;
}
.nav-item_3{
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 1.4s;
}
.nav-item_4{
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 1.6s;
}
.nav-item_5{
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 1.8s;
}
.nav-item_6{
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 2s;
}
.nav-item_7{
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 2.2s;
}
.nav-item_8{
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 2.4s;
}
.nav-item_9{
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 2.6s;
}

@media (min-width: 100px) {
  .loges {
    width: 20%;
  }
  .navbar {
    min-height: 56px;
  }
}

@media (min-width: 768px) {
  .navbar {
    min-height: 66px;
  }
}

@media (min-width: 992px) {
  .navbar {
    min-height: 76px;
  }
}

@media (min-width: 1200px) {
  .navbar {
    min-height: 86px;
  }
}

.container{
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .container{
    padding-top: 56px;
  }
}


.bannerT{
  top: 50%;
  opacity: 0;
  transform: translateY(-30%);
  /* -webkit-animation: .5s linear bannerT_show 1s forwards;
  animation: .5s linear bannerT_show 1s forwards; */
  transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
}

.bannerT.show{
  opacity: 1;
  transform: translateY(-50%);
}

.fadeInLeft{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
}

.fadeInRight{
  opacity: 0;
  transform: translateX(200px);
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
}

.indexD{
  margin: 100px auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.aboutD{
  margin: 100px auto;
  max-width: 1350px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 100px) {
  .indexD,
  .aboutD,
  .aboutD2{
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .indexD,
  .aboutD{
    flex-direction: row;
    align-items: flex-start;
  }
  .aboutD2{
    align-items: center;
  }

}

@media (min-width: 100px) {
  .indexD .indexD_Left{
    width: 100%;
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    padding: 40px 40px;
  }
  .indexD .indexD_Right{
    width: 100%;
    /* padding-right: 5%; */
    overflow: hidden;
    padding: 0 30px;
  }
  .aboutD .indexD_Left,
  .aboutD3 .indexD_Left{
    width: 100%;
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    padding: 40px 20px;
  }
  .aboutD .indexD_Right,
  .aboutD3 .indexD_Right{
    width: 100%;
    /* padding-right: 5%; */
    margin-top: 30px;
    overflow: hidden;
    padding: 0 20px;
  }
}

@media (min-width: 576px) {
  .indexD .indexD_Left{
    width: 70%;
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    padding: 40px 70px;
  }
  .indexD .indexD_Right{
    width: 70%;
    padding-right: 5%;
    overflow: hidden;
    padding: 0 50px;
  }
  .aboutD .indexD_Left{
    width: 70%;
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    /* padding: 40px 70px; */
  }
  .aboutD .indexD_Right{
    width: 70%;
    /* padding-right: 5%; */
    margin-top: 30px;
    overflow: hidden;
    /* padding: 0 50px; */
  }
}
@media (min-width: 992px) {
  .indexD .indexD_Left{
    width: 40%;
    overflow: hidden;
    position: relative;
    padding: 20px 30px;
  }
  .indexD .indexD_Right{
    width: 60%;
    padding-right: 5%;
    overflow: hidden;
    padding: 0 50px;
  }
  .aboutD .indexD_Left{
    width: 50%;
    overflow: hidden;
    position: relative;
    padding: 0px 30px 0 0;
  }
  .aboutD .indexD_Right{
    width: 50%;
    padding-right: 5%;
    margin-top: 0;
    overflow: hidden;
    padding: 0px 0 0 30px;
  }
  .aboutD3 .indexD_Left{
    width: 70%;
    overflow: hidden;
    position: relative;
    padding: 0px 30px 0 0;
  }
  .aboutD3 .indexD_Right{
    width: 70%;
    padding-right: 5%;
    margin-top: 0;
    overflow: hidden;
    padding: 0px 0 0 30px;
  }
}
.aboutD3{
    flex-direction: column;
    align-items: center;
}
  /* .aboutD3 .indexD_Left{
    width: 300px;
    overflow: hidden;
    position: relative;
    padding: 0px 0 0 0;
  }
  .aboutD3 .indexD_Right{
    width: 60%;
    padding-right: 5%;
    margin-top: 0;
    overflow: hidden;
    padding: 0px 0 0 0;
  } */
@media (max-width: 576px) {
  .aboutD3 .indexD_Left{
    width: 300px;
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    /* padding: 40px 20px; */
  }
  .aboutD3 .indexD_Right{
    width: 100%;
    /* padding-right: 5%; */
    margin-top: 30px;
    overflow: hidden;
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
  }
}
.indexD .indexImg{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.indexD .spanH1{
  display: block;
  width: 100%;
  height: 75px;
  line-height: 75px;
  letter-spacing: 10px;
  text-align: center;
  font-family: "font1";
  color: #e8e8e8;
  font-size: 80px;
  font-weight: bold;
  margin-left: 0%;
  opacity: 0;
  transform: translateX(-200px);
  transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.indexD .spanH2{
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  opacity: 0;
  transform: translateY(300%);
  transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 1.5s;
}
.indexD .spanH3{    
  display: block;
  line-height: 30px;
  color: #555555;
  font-size: 15px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-30%);
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 1.5s;
  text-align: justify;
  margin: 10% 0;
}

.indexD .indexMore{
  width: 40%;
  opacity: 0;
  transform: translateY(50px);
  transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 1.5s;
}

.indexVideo{
  width: 100%;
  background-color: #000000;
}

.indexVideo video{
  float: left;
}
@media (max-width: 768px) {
  .indexVideo{
    display: none;
  }
}

.indexTitle{
  width: 100%;
  line-height: 60px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.indexTitle2{
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.indexTitleLine{
  width: 20px;
  height: 2px;
  background-color: #000000;
  margin: 5px auto;
}
.indexTitle3{
  width: 100%;
  line-height: 24px;
  font-size: 12px;
  color: #999999;
  text-align: center;
}

.indexProduct{
  width: 100%;
  padding: 50px 10px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .ProductD{
    width: calc(70% - 40px);
    opacity: 0;
    transform: translateX(100%);
  }
}

@media (min-width: 768px) {
  .ProductD{
    width: calc(25% - 40px);
    opacity: 0;
    transform: translateX(70%);
  }
}

.ProductD_1{
  transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}
.ProductD_2{
  transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.2s;
}
.ProductD_3{
  transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.4s;
}
.ProductD_4{
  transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.6s;
}

.indexAdv{
  width: 96%;
  margin: 0 auto;
  position: relative;
}

.indexAdvD{
  width: 100%;
}

.indexAdvT{
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(200px);
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
}
.indexCase{
  width: 96%;
  max-width: 1200px;
  margin: 40px auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
    column-gap: 20px;
    row-gap: 40px;
}
@media (max-width: 768px) {
  .indexCaseD{
    width: 80%;
    padding: 20px;
    opacity: 0;
    transform: translateX(200px);
    transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
  }
}
@media (min-width: 768px) {
  .indexCaseD{
    width: 30%;
    padding: 20px;
    opacity: 0;
    transform: translateX(200px);
    transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
  }
}

.indexCaseD:hover{
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}


.indexCaseI{
  width: 100%;
}

.indexCaseT{
  width: 100%;
  padding: 20px 10px;
  text-align: justify;
  color: #999999;
}

.indexCaseB{
  width: 30%;
}

.indexCaseD_2{
  transform: translateX(-200px);
}

.indexTrends{
  width: 100%;
  margin: 40px auto;
  float: left;
  opacity: 0;
  transform: translateX(200px);
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
}

.indexTrendsL{
  width: 100%;
  float: left;
  display: flex;
}

.indexTrendsD{
  flex: 0 0 30%;
  min-width: 350px;
  margin: 0 30px;
  padding: 50px 20px;
}

.indexTrendsD:hover{
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}

.indexTrendsTitle{
  width: 100%;
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制文本为2行 */
  overflow: hidden;
}

.indexTrendsDesc{
  width: 100%;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #5f5e5e;
  margin: 20px 0 30px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 限制文本为3行 */
  overflow: hidden;
}

.indexTrendsTime{
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  color: #a3a3a3;
}

.indexTrendsImage{
  width: 100%;
  overflow: hidden;
}


.aboutD .indexImg{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.aboutD .spanH1{
  display: block;
  height: 60px;
  line-height: 60px;
  letter-spacing: -3px;
  font-family: "font1";
  color: #e4b581;
  font-size: 60px;
  /* font-weight: bold; */
  margin-left: 0%;
  opacity: 0;
  transform: translateX(200px);
  transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 1s;
}
.aboutD .spanH2{
  display: block;
  height: 45px;
  line-height: 45px;
  letter-spacing: -3px;
  font-size: 36px;
  /* font-weight: bold; */
  color: #886d4f;
  opacity: 0;
  transform: translateY(300%);
  transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 1.5s;
}
.aboutD .spanH3{    
  display: block;
  line-height: 30px;
  color: #d1d1d1;
  font-size: 15px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(30%);
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 1.5s;
  text-align: justify;
  margin: 30px 0;
}
.aboutD .spanH4{    
  display: block;
  line-height: 30px;
  color: #d1d1d1;
  font-size: 15px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 1.5s;
  text-align: justify;
}
.aboutD .textAlignRight{
  text-align: right;
}
.aboutD .textAlignCenter{
  text-align: center;
}

.aboutD .WonderfulD{
  width: 33.333%;
  overflow: hidden;
}

@media (max-width: 576px) {
  .aboutD .WonderfulD{
    width: 300px;
  }
}

.paddingBottom-10{
  padding-bottom: 10px;
}
.paddingBottom-20{
  padding-bottom: 20px;
}
.paddingBottom-30{
  padding-bottom: 30px;
}
.paddingBottom-40{
  padding-bottom: 40px;
}
.paddingBottom-50{
  padding-bottom: 50px;
}

.displayFlex{
  display: flex;
}

.displayFlex_Gap20{
  gap:20px;
}


.typeL{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  border-bottom: 1px solid #424242;
}

.typeD{
  line-height: 30px;
  font-size: 20px;
  color: #1a1a1a;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.typeDLine{
  width: 80%;
  height: 1px;
  background-color: #222222;
  overflow: hidden;
  opacity: 0;
}

.typeD.show .typeDLine,
.typeD:hover .typeDLine{
  opacity: 1;
}

.list{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 50px 0 100px 0px;
}

.caseListD{
  width: 30%;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateX(100px);
}

.caseListImg{
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #dfdfdf;
}

.caseListImgK{
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.caseListTitle{
  width: 100%;
  padding: 10px 0;
  line-height: 20px;
  font-size: 16px;
  color: #000000;
}

.caseDetailD{
  width: 96%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 50px 0 100px 0px;
  margin: 0 auto;
}

.caseDetailD_Title{
  width: 100%;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  opacity: 0;
  transform: translateX(200px);
  transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}

.caseDetailD_Text{
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  color: #000000;
  text-align: justify;
  text-indent: 2em;
  opacity: 0;
  transform: translateX(200px);
  transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}

.caseDetailD_Image{
  width: 100%;
  opacity: 0;
  transform: translateX(200px);
  transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}


.showRoomListD{
  width: 96%;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateX(100px);
}

.showRoomListImg{
  width: 100%;
  overflow: hidden;
}

.showRoomListTitle{
  width: 100%;
  padding: 10px 0 0 0;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.showRoomListText{
  width: 100%;
  padding: 0 0 10px 0;
  line-height: 20px;
  font-size: 16px;
  color: #000000;
}

.joinUsListTitle{
  width: 100%;
  padding: 10px 0 0 0;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.joinUsListImg{
  width: 100%;
  overflow: hidden;
  margin: 50px 0;
}

.contactD{
  width: 96%;
  margin: 100px auto;
}

.contactD_Title{
  width: 100%;
  padding: 10px 0 0 0;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.contactD_Text{
  width: 100%;
  padding: 20px 0 10px 0;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #000000;
}


.productList{
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .productListD{
    width: 45%;
    gap: 1%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateX(150px);
  }
}
@media (min-width: 768px) {
  .productListD{
    width: 22vw;
    gap: 1%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateX(200px);
  }
}

.productListImg{
  width: 100%;
  overflow: hidden;
    cursor: pointer;
}

.productListTitle{
  width: 100%;
  padding: 10px 0 10px 0;
  height: 60px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  /* font-weight: bold; */
  color: #212121;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制文本为2行 */
  overflow: hidden;
    cursor: pointer;
}

.productMore{
  width: 160px;
  cursor: pointer;
  display: none;
}

.productDetailTitle{
  width: 100%;
  padding: 10px 0 10px 0;
  height: 60px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制文本为2行 */
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transform: translateX(200px);
  transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}

.productDetailImg{
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transform: translateX(200px);
}

.detailPage{
  width: 96%;
  padding: 30px 0 0 0;
}

.LastPage{
  padding: 10px 20px;
  line-height: 30px;
  font-size: 16px;
  color: #999999;
  float: left;
  cursor: pointer;
}

.detailPage span{
  color: #333333;
}

.NextPage{
  padding: 10px 20px;
  line-height: 30px;
  font-size: 16px;
  color: #999999;
  float: right;
  cursor: pointer;
}





.trendsList{
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  opacity: 0;
  transform: translateX(200px);
  transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}
@media (max-width: 768px) {
  .trendsListD{
    width: 100%;
    gap: 1%;
    display: flex;
    opacity: 0;
    transform: translateX(150px);
    border-bottom: 1px dashed #000000;
    margin: 20px 0;
    padding: 20px 0;
  }
  .trendsListDD{
    width: 100%;
    gap: 1%;
    display: flex;
    opacity: 0;
    transform: translateX(150px);
  }
}
@media (min-width: 768px) {
  .trendsListD{
    width: 45%;
    gap: 1%;
    display: flex;
    opacity: 0;
    transform: translateX(200px);
    border-bottom: 1px dashed #000000;
    margin: 20px 0;
    padding: 20px 0;
  }
  .trendsListDD{
    width: 45%;
    gap: 1%;
    display: flex;
    opacity: 0;
    transform: translateX(200px);
  }
}

.trendsListImg{
  flex: 0 0 40%;
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.trendsListImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trendsListInfo{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trendsListTitle{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #212121;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 限制文本为2行 */
  overflow: hidden;
    cursor: pointer;
}

.trendsListDesc{
  width: 100%;
  max-height: 32px;
  line-height: 16px;
  font-size: 12px;
  color: #7e7e7e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制文本为2行 */
  overflow: hidden;
    cursor: pointer;
}

.trendsListTime{
  width: 100%;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #7e7e7e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制文本为2行 */
  overflow: hidden;
    cursor: pointer;
}

.trendsMore{
  width: 160px;
  cursor: pointer;
  display: none;
}


.trendsDetailTitle{
  width: 100%;
  padding: 10px 0 10px 0;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制文本为2行 */
  overflow: hidden;
  cursor: pointer;
  /* opacity: 0;
  transform: translateX(200px);
  transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s; */
}
.trendsDetailTime{
  width: 100%;
  padding: 10px 0 10px 0;
  height: 60px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 限制文本为2行 */
  overflow: hidden;
  cursor: pointer;
  /* opacity: 0;
  transform: translateX(200px);
  transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s; */
}

.trendsDetailText{
  width: 100%;
  text-indent: 2em;
  text-align: justify;
  overflow: hidden;
  cursor: pointer;
  /* opacity: 0;
  transform: translateX(200px); */
  padding-bottom: 20px;
}

.trendsDetailText span{
  color: rgb(162, 96, 37);
}

.trendsDetailImg{
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  /* opacity: 0;
  transform: translateX(200px); */
}

.trendsPage{
  width: 96%;
  padding: 30px 0 0 0;
}


/* Footer */
ol, ul, dl {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footers{
  font-size: 16px;
}
.fonnav{
  background-color: #1f1f1f;
}

.fonnar{
  max-width: 1420px;
  margin: 0 auto;
  width: 95%;
}
#footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #1f1f1f;
    color: #d4d4d4;
}
.footer_mid {
    margin: 0 13%;
}
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.footer_mid_1{
  padding-bottom: 60px;
}
@media (min-width: 100px) {
  .footer_mid_1 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer_mid_1 {
    text-align: left;
  }
}
.footer_mid_2 {
    text-align: right;
    position: relative;
    height: 2.0625em;
}
  

.footer_mid_2 a {
    
    display: inline-block;
    position: relative;
    width: 2.0625em;
    height: 2.0625em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer a {
    color: #d4d4d4;
}
#footer dd a {
  color: #999999;
}
.imgerwm{
    width: 23%;
}
.footer_mid_2_mid{
  width: 23%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_mid_2_mid a{
  display: block;
  width: 42%;
  margin-bottom: 15px;
}
.footer_mid_2_mid img{
  width: 100%;
}
.footer_mid_3_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}

.footer_mid_3_left_1 {
    padding-bottom: 0.7em;
    font-size: 0.9375em;
    position: relative;
}

.footer_mid_3_right_1 {
  display: flex;
  justify-content: space-between;
    margin-top: 1.3em;
    margin-bottom: 1.5em;
}

.footer_mid_3_right_2 {
    font-size: 0.625em;
    font-family: Arial, Helvetica, sans-serif;
}
.footer_mid_3_right_3 {
    font-size: 0.75em;
    color: #717171;
}
.footer_mid_3 {
    overflow: hidden;
    position: relative;
    /* padding-right: 270px; */
}

@media (min-width: 100px) {
  .footer_mid_3_left ul li {
      float: left;
      width: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .footer_mid_3_left ul li {
      float: left;
      width: calc(33.333% - 20px);
  }
}

@media (min-width: 992px) {
  .footer_mid_3_left ul li {
      float: left;
      width: calc(16.666% - 25px);
  }
}

.footer_mid_3_left_1 {
    padding-bottom: 0.7em;
    font-size: 0.9375em;
    position: relative;
}
.footer_mid_3_left_1:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #ababab;
    left: 0%;
    width: 18px;
    bottom: 0px;
    z-index: 10;
    height: 2px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.footer_mid_3_left ul li dl {
    font-size: 0.9375em;
    margin-top: 1.3em;
}
.footer_mid_3_left ul li dl dd {
    margin-bottom: 0.8em;
}

.footer_mid_3_left ul{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.bumt{
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  line-height: 25px;
  padding: 10px;
  background-color: #ffffff;
}









.fadeIn.show{
  opacity: 1;
  transform: translate(0,0);
}

.scaleImg{
  transform: scale(1);
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}

.scaleImg:hover{
  transform: scale(1.08);
}

.upImg{
  transform: translateY(0);
  transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
}

.upImg:hover{
  transform: translateY(-20px);
}