@charset "UTF-8";
.HomeHeaderSwiper {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.HomeHeaderSwiper .swiper-slide {
  height: 450px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.HomeHeaderSwiper .swiper-slide .swiperImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.HomeHeaderSwiper .swiper-slide .swiperImgTitle {
  position: absolute;
  left: 18.75%;
  right: 18.75%;
  color: white;
  max-width: 500px;
}
.HomeHeaderSwiper .swiper-slide .swiperImgTitle .swiperImgTitleTitle {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
}
.HomeHeaderSwiper .swiper-slide .swiperImgTitle .swiperImgTitleText {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 10px;
}
.HomeHeaderSwiper .swiper-slide .swiperImgTitle .pageSliderBarsBtn {
  margin-top: 32px;
  height: 50px;
  border-radius: 65px;
  border: 1px solid white;
  font-size: 16px;
  color: white;
  padding: 0 44px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.HomeHeaderSwiper .swiper-slide .swiperImgTitle .pageSliderBarsBtn:hover {
  background-color: #811F23;
  border-color: #811F23;
}
.HomeHeaderSwiper .swiper-slide .swiperImgTitle .pageSliderBarsBtn:hover i {
  margin-left: 18px;
}
.HomeHeaderSwiper .swiper-slide .swiperImgTitle .pageSliderBarsBtn i {
  transition: all 0.3s linear;
}
.HomeHeaderSwiper .swiper-pagination {
  width: 100%;
  position: absolute;
  right: auto;
  left: auto;
  bottom: 50px;
  gap: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.HomeHeaderSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: transparent;
  transition: all 0.1s ease;
  cursor: pointer;
}
.HomeHeaderSwiper .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.HomeHeaderSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-width: 4px;
}
@media screen and (max-width: 750px) {
  .HomeHeaderSwiper .swiper-slide .swiperImgTitle {
    right: 8%;
    left: 8%;
  }
  .HomeHeaderSwiper .swiper-slide .swiperImgTitle .swiperImgTitleTitle {
    font-size: 40px;
  }
  .HomeHeaderSwiper .swiper-slide .swiperImgTitle .swiperImgTitleText {
    font-size: 22px;
  }
}
.HomeTitleBar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.HomeTitleBar .HomeTitleBarTitle {
  font-size: 3.1425em;
  color: #333333;
  font-weight: bold;
}
.HomeTitleBar .HomeTitleBarText {
  font-size: 18px;
  color: #D1D1D1;
  display: none;
}
.HomeTitleBar .HomeTitleBarWrapBtn {
  border: 1px solid #707070;
  height: 56px;
  border-radius: 80px;
  color: #707070;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  font-size: 18px;
  padding: 0 32px;
}
.HomeTitleBar .HomeTitleBarWrapBtn i {
  transition: all 0.3s linear;
  margin-left: 5px;
}
.HomeTitleBar .HomeTitleBarWrapBtn:hover {
  color: white;
  border-color: #811F23;
  background-color: #811F23;
}
.HomeTitleBar .HomeTitleBarWrapBtn:hover i {
  margin-left: 18px;
}
.HomeYewuBox {
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.HomeYewuBox .HomeYewuBoxWrap {
  margin-left: 2.6%;
  margin-right: 2.6%;
  background-color: white;
  padding: 32px 60px 60px 60px;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeYewuOutBox {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabs {
  overflow-x: auto;
  width: 200px;
  box-sizing: border-box;
  background-color: #eeeeee;
  flex-shrink: 0;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabs .HomeTabsItem {
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  transition: all 0.3s linear;
  min-width: 120px;
  cursor: pointer;
  color: #333333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 12px;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabs .HomeTabsItem .HometabsTitle {
  font-size: 18px;
  text-wrap: nowrap;
  white-space: nowrap;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabs .HomeTabsItem:last-child {
  border-bottom: none;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabs .HomeTabsItem.HomeTabsItemActive,
.HomeYewuBox .HomeYewuBoxWrap .HomeTabs .HomeTabsItem:hover {
  color: white;
  background-color: #811F23;
  font-weight: bold;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox {
  flex: 1;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem {
  display: none;
  flex-direction: row;
  height: 100%;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem.HomeTabsBoxItemActive {
  display: flex;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft {
  height: 100%;
  flex-shrink: 0;
  width: 26.66%;
  min-width: 360px;
  position: relative;
  overflow: hidden;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft .HomeTabsBoxLeftImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft .HomeTabsBoxLeftText {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 24px;
  box-sizing: border-box;
  background-color: #EEEEEE;
  color: #333333;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft .HomeTabsBoxLeftText .HomeTabsBoxLeftTextTitle {
  font-size: 32px;
  font-weight: bold;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft .HomeTabsBoxLeftText .HomeTabsBoxLeftTextBtn {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  padding: 0 27px;
  border-radius: 50px;
  background-color: #811F23;
  color: white;
  cursor: pointer;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft .HomeTabsBoxLeftText .HomeTabsBoxLeftTextBtn i {
  transition: all 0.3s linear;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft .HomeTabsBoxLeftText .HomeTabsBoxLeftTextBtn:hover {
  background-color: #f7262d;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft .HomeTabsBoxLeftText .HomeTabsBoxLeftTextBtn:hover i {
  margin-left: 20px;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft:hover .HomeTabsBoxLeftImg {
  transform: scale(1.2);
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsRight {
  flex: 1;
  height: 100%;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsRight .headerWeb_item {
  padding: 0 60px;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsRight .headerWeb_item .headerWeb_item_list_box {
  display: flex;
  flex-direction: row;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsRight .headerWeb_item:last-child {
  padding-right: 0;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsRight .headerWeb_item .headerWeb_item_list {
  display: flex;
  gap: 0 60px;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsRight .headerWeb_item .headerWeb_item_list .headerWeb_item_list_item {
  padding: 0;
  transition: all 0.3s linear;
  font-size: 18px;
  width: calc(50% - 30px);
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
}
@media screen and (max-width: 1100px) {
  .HomeTitleBar .HomeTitleBarTitle {
    font-size: 24px;
  }
  .HomeTitleBar .HomeTitleBarText {
    display: none;
  }
  .HomeTitleBar .HomeTitleBarWrapBtn {
    border: 1px solid #707070;
    height: 36px;
    font-size: 14px;
    padding: 0 20px;
  }
  .HomeYewuBox .HomeYewuBoxWrap {
    margin-left: 2.6%;
    margin-right: 2.6%;
    background-color: white;
    padding: 24px;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabs::-webkit-scrollbar {
    display: none;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabs .HomeTabsItem {
    height: 80px;
    line-height: 80px;
    min-width: 140px;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabs .HomeTabsItem .HometabsTitle {
    font-size: 18px;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem.HomeTabsBoxItemActive {
    display: flex;
    flex-direction: column;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft {
    flex-shrink: 0;
    width: 100%;
    min-width: 150px;
    height: 350px;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft .HomeTabsBoxLeftText {
    padding: 16px 24px;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft .HomeTabsBoxLeftText .HomeTabsBoxLeftTextTitle {
    font-size: 20px;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft .HomeTabsBoxLeftText .HomeTabsBoxLeftTextBtn {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding: 0 18px;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsBoxLeft .HomeTabsBoxLeftText .HomeTabsBoxLeftTextBtn:hover i {
    margin-left: 12px;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsRight {
    flex: 1;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsRight .headerWeb_item {
    padding: 0 30px;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsRight .headerWeb_item .headerWeb_item_list {
    gap: 24px 0 ;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsRight .headerWeb_item .headerWeb_item_list .headerWeb_item_list_item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .HomeYewuBox .HomeYewuBoxWrap {
    padding: 24px 0;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeYewuOutBox {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabs {
    margin-top: 20px;
    width: 100%;
    flex-direction: row;
    display: flex;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabs .HomeTabsItem {
    height: 50px;
    line-height: 50px;
    min-width: 110px;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsRight {
    flex: 1;
    padding: 0 20px;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsRight .headerWeb_item {
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    max-height: 400px;
    overflow-y: auto;
  }
  .HomeYewuBox .HomeYewuBoxWrap .HomeTabsBox .HomeTabsBoxItem .HomeTabsRight .headerWeb_item .headerWeb_item_list {
    gap: 0px;
  }
}
.HomeNews {
  background-image: url(../img/lp-58.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 0;
}
.HomeNews .HomeNewsWrap {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.HomeNews .HomeNewsWrap .HomeNewsLeft {
  display: flex;
  flex-direction: column;
  height: 750px;
  width: 542px;
  background-color: white;
  transition: all 0.3s linear;
  flex-shrink: 0;
}
.HomeNews .HomeNewsWrap .HomeNewsLeft:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.HomeNews .HomeNewsWrap .HomeNewsLeft .HomeNewsLeftImg {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.HomeNews .HomeNewsWrap .HomeNewsLeft .HomeNewsLeftImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.HomeNews .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 34px;
  padding-top: 0px;
}
.HomeNews .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText .HomeNewLeftTextWrap .HomeNewLeftTextTitle {
  font-size: 31px;
  font-weight: bold;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin: 24px 0;
}
.HomeNews .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText .HomeNewLeftTextWrap .HomeNewLeftTextText {
  color: #707070;
  font-size: 18px;
  margin-bottom: 18px;
}
.HomeNews .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText .HomeNewLeftTextWrap .HomeNewLeftTextSub {
  color: #707070;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.6;
}
.HomeNews .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText .HomeNewLeftTextFooter {
  border: 1px solid #811F23;
  height: 44px;
  line-height: 44px;
  border-radius: 44px;
  color: #811F23;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s linear;
  cursor: pointer;
}
.HomeNews .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText .HomeNewLeftTextFooter i {
  transition: all 0.3s linear;
}
.HomeNews .HomeNewsWrap .HomeNewsLeft:hover .HomeNewsLeftImg img {
  transform: scale(1.2);
}
.HomeNews .HomeNewsWrap .HomeNewsLeft:hover .HomeNewLeftText .HomeNewLeftTextWrap .HomeNewLeftTextTitle {
  color: #811F23;
}
.HomeNews .HomeNewsWrap .HomeNewsLeft:hover .HomeNewLeftText .HomeNewLeftTextFooter {
  background-color: #811F23;
  color: white;
}
.HomeNews .HomeNewsWrap .HomeNewsLeft:hover .HomeNewLeftText .HomeNewLeftTextFooter i {
  margin-left: 15px;
}
.HomeNews .HomeNewsWrap .HomeNewsRight {
  flex: 1;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 24px;
}
.HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem {
  box-sizing: border-box;
  background-color: white;
  height: max-content;
  padding: 28px;
  transition: all 0.3s linear;
  height: 232px;
}
.HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem .HomeNewsRightItem_title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem .HomeNewsRightItem_time {
  color: #707070;
  font-size: 16px;
  margin: 20px 0;
  line-height: 1px;
}
.HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem .HomeNewsRightItem_sub {
  color: #707070;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.6;
}
.HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem .HomeNewsRightItem_links {
  color: #811F23;
  margin-top: 16px;
  border: 1px solid white;
  border-radius: 30px;
  padding: 10px 0px;
  transition: all 0.3s linear;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem .HomeNewsRightItem_links i {
  transition: all 0.3s linear;
}
.HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background-color: #811F23;
}
.HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem:hover .HomeNewsRightItem_title,
.HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem:hover .HomeNewsRightItem_sub,
.HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem:hover .HomeNewsRightItem_time,
.HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem:hover .HomeNewsRightItem_links {
  color: white;
}
.HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem:hover .HomeNewsRightItem_links {
  border: 1px solid white;
  border-radius: 30px;
  padding: 10px 24px;
}
.HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem:hover .HomeNewsRightItem_links i {
  margin-left: 15px;
}
@media screen and (max-width: 1330px) {
  .HomeNews .HomeNewsWrap .HomeNewsLeft {
    width: 442px;
  }
}
@media screen and (max-width: 960px) {
  .HomeNews {
    padding: 0px 0px;
  }
  .HomeNews .HomeNewsBox {
    padding: 0px;
  }
  .HomeNews .HomeNewsWrap {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
  .HomeNews .HomeNewsWrap .HomeNewsLeft {
    width: 100%;
    height: auto;
  }
  .HomeNews .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText {
    padding: 24px;
    padding-top: 0px;
  }
  .HomeNews .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText .HomeNewLeftTextWrap .HomeNewLeftTextTitle {
    font-size: 24px;
  }
  .HomeNews .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText .HomeNewLeftTextFooter {
    margin-top: 32px;
  }
  .HomeNews .HomeNewsWrap .HomeNewsRight {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem {
    padding: 24px;
    height: max-content;
  }
  .HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem .HomeNewsRightItem_title {
    font-size: 20px;
  }
  .HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem .HomeNewsRightItem_sub,
  .HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem .HomeNewsRightItem_time,
  .HomeNews .HomeNewsWrap .HomeNewsRight .HomeNewsRightItem .HomeNewsRightItem_links {
    font-size: 16px;
  }
}
.HomeData {
  box-sizing: border-box;
  padding: 0px 2.6%;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #F7F7F7;
}
.HomeData .HomeDataLeft {
  width: 40%;
  padding-right: 40px;
  padding-top: 40px;
}
.HomeData .HomeDataLeftTitle {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
.HomeData .HomeDataLeftTitle_first {
  font-size: 42px;
  font-weight: bold;
  color: #333;
}
.HomeData .HomeDataLeftText {
  font-size: 18px;
  color: #707070;
  line-height: 32px;
  margin-bottom: 80px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.HomeData .HomeDataArrorLinks {
  color: #811F23;
  font-size: 14px;
  margin-top: 80px;
  display: block;
}
.HomeData .HomeDataArrorLinks i {
  transition: all 0.3s linear;
}
.HomeData .HomeDataArrorLinks:hover {
  font-weight: bold;
}
.HomeData .HomeDataArrorLinks:hover i {
  margin-left: 15px;
}
.HomeData .HomeDataLeftTitle_two {
  color: #CBCBCB;
  font-size: 16px;
  display: none;
}
.HomeData .HomeDataList {
  display: grid;
  transition: all 0.3s linear;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  max-width: 500px;
  gap: 50px;
  margin-top: 77px;
  margin-left: 120px;
}
.HomeData .HomeDataList .HomeDataListItem {
  text-align: center;
}
.HomeData .HomeDataList .HomeDataListItem .HomeDataListItemTitle {
  position: relative;
  display: inline-flex;
  color: #707070;
  font-size: 16px;
}
.HomeData .HomeDataList .HomeDataListItem .HomeDataListItemTitleNumber {
  font-size: 28px;
  color: #002D71;
  font-weight: bold;
}
.HomeData .HomeDataList .HomeDataListItem sup {
  position: absolute;
  right: -20px;
  top: 10px;
}
.HomeData .HomeDataList .HomeDataListItem .HomeDataListItemContent {
  font-size: 18px;
  margin-top: 10px;
}
.HomeData #map {
  flex: 1;
}
.HomeData .HomeDataCon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: 12%;
  margin-right: 12%;
  margin-top: 80px;
  transition: all 0.3s linear;
}
.HomeData .HomeDataCon .HomeDataConItem {
  text-align: center;
  height: 450px;
  color: white;
  box-sizing: border-box;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.HomeData .HomeDataCon .HomeDataConItem:first-child {
  background-color: rgba(13, 185, 212, 0.56);
  backdrop-filter: blur(10px);
}
.HomeData .HomeDataCon .HomeDataConItem:last-child {
  background-color: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(10px);
}
.HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemTitle {
  font-size: 42px;
  font-weight: bold;
}
.HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemSub {
  font-size: 20px;
  margin-top: 5px;
}
.HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemText {
  font-size: 18px;
  line-height: 1.8;
  margin: 30px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemFooter.splitBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemFooter.splitBtn .HomeDataConItemFooterBtn {
  padding: 0 32px;
}
.HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemFooter.splitBtn .HomeDataConItemFooterBtn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemFooter.splitBtn .HomeDataConItemFooterBtn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemFooterBtn {
  border: 1px solid white;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  color: white;
  font-size: 18px;
  text-align: center;
  display: inline-flex;
  padding: 0 64px;
  cursor: pointer;
}
.HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemFooterBtn i {
  transition: all 0.3s linear;
  margin-left: 8px;
}
.HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemFooterBtn:hover {
  border-color: #811F23;
  background-color: #811F23;
  color: white;
}
.HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemFooterBtn:hover i {
  margin-left: 16px;
}
@media screen and (max-width: 960px) {
  .HomeData {
    display: block;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }
  .HomeData .HomeDataArrorLinks {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .HomeData .HomeDataLeft {
    width: 100%;
    padding-right: 0px;
    padding-top: 0px;
  }
  .HomeData .HomeDataLeftTitle {
    padding-bottom: 0px;
    text-align: center;
  }
  .HomeData .HomeDataLeftText {
    margin: 20px 0;
  }
  .HomeData .HomeDataList {
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
    gap: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .HomeData .HomeDataListItem {
    margin-top: 32px;
  }
  .HomeData #map {
    height: 400px;
    width: 100%;
    min-height: none !important;
  }
  .HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemTitle {
    font-size: 20px;
  }
  .HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemSub,
  .HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemText {
    font-size: 14px;
  }
  .HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemFooterBtn {
    font-size: 14px;
  }
  .HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemFooter.splitBtn .HomeDataConItemFooterBtn {
    padding: 0 12px;
  }
}
@media screen and (max-width: 620px) {
  .HomeData {
    padding: 32px 2.6%;
    padding-top: 0;
  }
  .HomeData .HomeDataList {
    grid-template-columns: repeat(2, 1fr);
  }
  .HomeData .HomeDataList .HomeDataListItem {
    margin-top: 32px;
  }
  .HomeData .HomeDataList .HomeDataListItem .HomeDataListItemTitleNumber {
    font-size: 32px;
  }
  .HomeData .HomeDataList .HomeDataListItem .HomeDataListItemContent {
    font-size: 14px;
  }
  .HomeData .HomeDataCon {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 32px;
  }
  .HomeData .HomeDataCon .HomeDataConItem {
    height: max-content;
  }
  .HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemTitle {
    font-size: 24px;
  }
  .HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemSub,
  .HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemText {
    font-size: 14px;
  }
  .HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemFooterBtn {
    font-size: 16px;
  }
  .HomeData .HomeDataCon .HomeDataConItem .HomeDataConItemFooter.splitBtn .HomeDataConItemFooterBtn {
    padding: 0 24px;
  }
}
.HomeCustomer {
  padding: 32px 2.6%;
  background-color: #E2E2E2;
}
.HomeTitleBtns {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.HomeTitleBtns .HomeTitleBtnsBtn {
  background-color: white;
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  color: #707070;
  cursor: pointer;
}
.HomeTitleBtns .HomeTitleBtnsBtn:hover {
  color: #811F23;
}
.AboutProfile {
  background-image: url("../img/lp-16.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 2.6%;
  box-sizing: border-box;
  min-height: 100px;
}
.AboutProfile .AboutProfile_top {
  display: flex;
  justify-content: space-between;
}
.AboutProfile .AboutProfile_top_right {
  display: flex;
  justify-content: flex-end;
}
.AboutProfile .AboutProfile_bottom {
  display: flex;
  justify-content: flex-end;
}
.AboutProfile .AboutProfile_item {
  height: 362px;
  width: 410px;
  box-sizing: border-box;
  padding: 50px 32px;
  color: white;
  position: relative;
  transition: all 0.3s linear;
}
.AboutProfile .AboutProfile_item .AboutProfile_item_title {
  font-size: 36px;
  font-weight: bold;
}
.AboutProfile .AboutProfile_item .AboutProfile_item_text {
  font-size: 16px;
}
.AboutProfile .AboutProfile_item .AboutProfile_item_icon {
  position: absolute;
  bottom: 32px;
  right: 32px;
  font-size: 72px;
  opacity: 0.3;
}
.AboutProfile .AboutProfile_item.AboutProfile_item_logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: self-start;
  padding-top: 0;
}
.AboutProfile .AboutProfile_item.AboutProfile_item_logo img {
  width: 100%;
}
.AboutProfile .AboutProfile_item._1 {
  background-color: rgba(0, 0, 0, 0.55);
}
.AboutProfile .AboutProfile_item._2 {
  background-color: rgba(212, 13, 18, 0.8);
}
.AboutProfile .AboutProfile_item._3 {
  background-color: #7d0003;
}
.AboutProfile .AboutProfile_item._4 {
  background-color: rgba(212, 13, 18, 0.8);
}
.AboutProfile .AboutProfile_item._5 {
  background-color: rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 1300px) {
  .AboutProfile .AboutProfile_item {
    height: 300px;
    width: 310px;
    box-sizing: border-box;
    padding: 50px 32px;
  }
}
@media screen and (max-width: 960px) {
  .AboutProfile {
    padding: 24px 2.6%;
  }
  .AboutProfile .AboutProfile_item {
    height: 200px;
    width: auto;
    box-sizing: border-box;
    padding: 24px;
  }
  .AboutProfile .AboutProfile_item .AboutProfile_item_title {
    font-size: 24px;
  }
  .AboutProfile .AboutProfile_item .AboutProfile_item_text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .AboutProfile .AboutProfile_item.AboutProfile_item_logo {
    display: none;
  }
  .AboutProfile .AboutProfile_item .AboutProfile_item_icon {
    font-size: 48px;
    bottom: 24px;
    right: 24px;
  }
  .AboutProfile .AboutProfile_top_right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex: 1;
  }
  .AboutProfile .AboutProfile_bottom {
    display: flex;
    flex-wrap: wrap;
  }
  .AboutProfile .AboutProfile_bottom .AboutProfile_item {
    width: 50%;
  }
  .AboutProfile .AboutProfile_bottom .AboutProfile_item._4 {
    background-color: rgba(136, 71, 10, 0.8);
  }
  .AboutProfile .AboutProfile_bottom .AboutProfile_item._5 {
    width: 100%;
    flex: 1;
  }
}
.AboutGroupProfile {
  padding: 88px 2.6%;
  box-sizing: border-box;
}
.AboutGroupProfile .title {
  margin-bottom: 30px;
}
.AboutGroupProfile .title .titleCn {
  color: #333333;
  font-size: 52px;
  font-weight: bold;
}
.AboutGroupProfile .title .titleEn {
  color: #811F23;
  font-size: 42px;
  margin-left: 10px;
  display: none;
}
.AboutGroupProfile .AboutGroupProfileCont {
  display: flex;
  gap: 80px;
  height: 650px;
}
.AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileVideo {
  transition: all 0.3s linear;
  width: 720px;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileVideo video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #eee;
}
.AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileVideo .fimg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000000;
}
.AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileVideo .fimg.img {
  object-fit: cover;
}
.AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileVideo .masker {
  width: 100%;
  height: 100%;
  background-image: url("../img/lp-18.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileVideo .masker i {
  font-size: 72px;
  transition: all 0.3s linear;
}
.AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileVideo .masker span {
  font-size: 24px;
}
.AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileVideo .masker:hover {
  color: #811F23;
}
.AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileVideo .masker:hover i {
  transform: rotate(360deg);
}
.AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileWrap {
  height: 100%;
  flex: 1;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2.2;
  color: #333333;
}
.AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileWrap .MobileMore {
  display: none;
}
@media screen and (max-width: 1400px) {
  .AboutGroupProfile .AboutGroupProfileCont {
    gap: 50px;
  }
  .AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileVideo {
    width: 640px;
  }
}
@media screen and (max-width: 1200px) {
  .AboutGroupProfile {
    padding: 42px 2.6%;
  }
  .AboutGroupProfile .AboutGroupProfileCont {
    gap: 50px;
    height: 450px;
  }
  .AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileVideo {
    width: 550px;
  }
}
@media screen and (max-width: 960px) {
  .AboutGroupProfile {
    padding: 32px 2.6%;
  }
  .AboutGroupProfile .title {
    margin-bottom: 18px;
  }
  .AboutGroupProfile .title .titleCn {
    font-size: 32px;
    font-weight: bold;
  }
  .AboutGroupProfile .title .titleEn {
    font-size: 20px;
  }
  .AboutGroupProfile .AboutGroupProfileCont {
    display: block;
    height: auto;
    flex-wrap: wrap;
  }
  .AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileVideo {
    width: 100%;
    height: 300px;
  }
  .AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileVideo .masker {
    display: none;
  }
  .AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileWrap {
    margin-top: 24px;
    height: 240px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    line-height: 1.8;
    transition: all 0.3s linear;
  }
  .AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileWrap .MobileMore {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 20px;
    color: #811F23;
    justify-content: center;
    align-content: center;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #ffffff 50%);
  }
  .AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileWrap .MobileMore .on {
    display: inline;
  }
  .AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileWrap .MobileMore .off {
    display: none;
  }
  .AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileWrap.active {
    height: auto;
    padding-bottom: 70px;
  }
  .AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileWrap.active .MobileMore i {
    transform: rotate(180deg);
  }
  .AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileWrap.active .MobileMore .on {
    display: none;
  }
  .AboutGroupProfile .AboutGroupProfileCont .AboutGroupProfileWrap.active .MobileMore .off {
    display: inline;
  }
}
.HomeCustomerSwiper {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.HomeCustomerSwiper .HomeCustomerLiuyan {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.HomeCustomerSwiper .HomeCustomerLiuyan .HomeCustomerLiuyanItem {
  background-color: white;
  box-sizing: border-box;
  padding: 30px;
}
.HomeCustomerSwiper .HomeCustomerLiuyan .HomeCustomerLiuyanItem .HomeCustomerLiuyanItemLogo img {
  width: 108px;
  height: 62px;
}
.HomeCustomerSwiper .HomeCustomerLiuyan .HomeCustomerLiuyanItem .HomeCustomerLiuyanItemName {
  margin-top: 20px;
}
.HomeCustomerSwiper .HomeCustomerLiuyan .HomeCustomerLiuyanItem .HomeCustomerLiuyanItemName span:first-child {
  font-size: 18px;
}
.HomeCustomerSwiper .HomeCustomerLiuyan .HomeCustomerLiuyanItem .HomeCustomerLiuyanItemName span:last-child {
  font-size: 14px;
  color: #707070;
}
.HomeCustomerSwiper .HomeCustomerLiuyan .HomeCustomerLiuyanItem .HomeCustomerLiuyanItemText {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin: 20px 0;
}
.HomeCustomerSwiper .HomeCustomerLiuyan .HomeCustomerLiuyanItem .HomeCustomerLiuyanItemFooter {
  text-align: right;
  color: #002D71;
  font-size: 16px;
}
.HomeCustomerSwiper .nCareBoxWrap {
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  gap: 6px;
  padding-bottom: 50px;
  overflow: hidden;
}
.HomeCustomerSwiper .nCareBoxWrap .nCareBoxWrapItem {
  height: 105px;
  background-color: white;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  overflow: hidden;
}
.HomeCustomerSwiper .nCareBoxWrap .nCareBoxWrapItem img {
  width: 110px;
  transition: all 0.3s linear;
}
.HomeCustomerSwiper .nCareBoxWrap .nCareBoxWrapItem:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.HomeCustomerSwiper .nCareBoxWrap .nCareBoxWrapItem:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 960px) {
  .HomeCustomerSwiper .HomeCustomerLiuyan {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .HomeCustomerSwiper .nCareBoxWrap {
    padding-bottom: 0px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.HomeCustomAlllinksSwiper {
  overflow: hidden;
}
.HomeCustomAlllinks {
  padding: 32px 2.6%;
  background-color: #F7F7F7;
}
.HomeCustomAlllinks .nCareBoxWrap {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  gap: 6px;
  padding-bottom: 50px;
  overflow: hidden;
}
.HomeCustomAlllinks .nCareBoxWrap .nCareBoxWrapItem {
  height: 105px;
  background-color: white;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  overflow: hidden;
}
.HomeCustomAlllinks .nCareBoxWrap .nCareBoxWrapItem img {
  width: 110px;
  transition: all 0.3s linear;
}
.HomeCustomAlllinks .nCareBoxWrap .nCareBoxWrapItem:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.HomeCustomAlllinks .nCareBoxWrap .nCareBoxWrapItem:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 960px) {
  .HomeCustomAlllinksSwiper .nCareBoxWrap {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0px;
  }
}
