@charset "UTF-8";
@import url("select-tree.css");
/* 全局样式，设置滚动条的基本样式 */
::-webkit-scrollbar {
  width: 5px;
  /* 设置滚动条的宽度 */
  height: 5px;
  /* 设置滚动条的高度 */
}
/* 设置滚动轨迹的样式 */
::-webkit-scrollbar-track {
  background: #f2f2f2;
  /* 设置滚动轨迹的背景颜色 */
}
/* 设置滚动滑块的样式 */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  /* 设置滚动滑块的背景颜色 */
}
/* 当鼠标悬停在滚动滑块上时的样式 */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
  /* 设置鼠标悬停时滚动滑块的背景颜色 */
}
/* 去除滚动条的左右箭头 */
/* 对于Webkit browsers */
::-webkit-scrollbar-button {
  display: none;
}
/* 设置滚动条滚动时的动画效果 */
::-webkit-scrollbar-thumb:active {
  background: #811F23;
  /* 设置活动状态下的滚动滑块背景颜色 */
}
/* 设置滚动条在滚动时的滚动块样式 */
::-webkit-scrollbar-corner {
  background: #f2f2f2;
  /* 设置滚动条角落的背景颜色 */
}
html {
  font-size: 14px;
}
.l7-popup .l7-popup-content .l7-popup-close-button {
  display: none;
}
a {
  text-decoration: none;
  color: #333333;
}
.text-primary {
  color: #811F23;
  font-family: "黑体";
}
body {
  background-color: #F7F7F7;
  font-family: "黑体";
  font-weight: normal;
}
a,
div,
p,
span,
li,
html,
body {
  font-family: "黑体";
}
.button_fill_primary {
  background-color: #811F23;
  color: white;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
}
.button_fill_primary i {
  transition: all 0.3s linear;
}
.button_fill_primary:hover {
  background-color: #811F23;
}
.button_fill_primary:hover i {
  margin-left: 18px;
}
.button_fill_primary:active {
  background-color: #811F23;
}
.button_fill_black {
  background-color: #333;
  color: white;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
}
.button_fill_black i {
  transition: all 0.3s linear;
}
.button_fill_black:hover {
  background-color: #414141;
}
.button_fill_black:hover i {
  margin-left: 18px;
}
.button_fill_black:active {
  background-color: #181818;
}
.font-sxl {
  font-size: 12px;
}
.font-s {
  font-size: 14px;
}
.font-m {
  font-size: 16px;
}
.font-l {
  font-size: 18px;
}
.font-xl {
  font-size: 21px;
}
.font-xxl {
  font-size: 24px;
}
.font-3xl {
  font-size: 28px;
}
.font-4xl {
  font-size: 31px;
}
*,
body,
html {
  margin: 0;
  padding: 0;
}
.FuwuNetWordSelectInput {
  flex: 1;
}
.headerWeb {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in-out;
  z-index: 20;
}
.headerWeb_wrap_left_logo {
  max-width: 360px;
  width: auto;
}
.headerWeb_wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  background-color: white;
  box-sizing: border-box;
  padding: 0 50px;
}
.headerWeb_wrap_right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.headerWeb_wrap_right_nav {
  padding: 0 30px;
  color: #333333;
  font-size: 20px;
  text-decoration: none;
  font-weight: lighter;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.headerWeb_wrap_right_nav_active,
.headerWeb_wrap_right_nav:hover {
  color: #811F23;
  font-weight: bold;
}
.headerWeb_alert {
  background-color: #F7F7F7;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: calc(100vh - 220px);
  max-height: 80vh;
  overflow-y: auto;
}
.headerWeb_about_left {
  background-color: #811F23;
  width: 38%;
  max-width: 700px;
  box-sizing: border-box;
  overflow-y: auto;
  padding: 50px;
  align-self: stretch;
}
.headerWeb_about_left_title {
  font-size: 42px;
  color: white;
  font-weight: bold;
}
.headerWeb_about_sub {
  font-size: 16px;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* 指定显示的行数 */
  margin-top: 10px;
  margin-bottom: 32px;
  line-height: 30px;
}
.headerWeb_about_list {
  display: flex;
  flex-direction: column;
}
.headerWeb_about_list_item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 18px 0;
  color: white;
  opacity: 0.7;
  text-decoration: none;
  font-weight: lighter;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.headerWeb_about_list_item:hover,
.headerWeb_about_list_item.active {
  opacity: 1;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
}
.headerWeb_about_list_item_selected {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 12px 0;
  /* 调整这里控制三角形大小 */
  border-color: transparent #FFF transparent transparent;
  /* 这里设置三角形的颜色 */
  position: absolute;
  right: -50px;
}
.headerWeb_about_list_item.active .headerWeb_about_list_item_selected {
  display: block;
}
.headerWeb_about_right {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: stretch;
}
.headerWeb_about_right.headerWeb_new_itemMenu {
  display: flex;
  align-self: stretch;
  width: 62%;
}
.headerWeb_about_right_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.headerWeb_item {
  padding: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headerWeb_item.headerWeb_itemMenu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.headerWeb_item.headerWeb_itemMenu {
  display: none;
}
.headerWeb_item.headerWeb_itemMenu.active {
  display: flex;
}
.headerWeb_item:last-child {
  border: none;
}
.headerWeb_item_list_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headerWeb_item_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  padding-left: 50px;
  justify-content: space-between;
}
.headerWeb_item_new_right {
  max-width: 350px;
  flex-shrink: 0;
}
.headerWeb_item_img {
  width: 100%;
  max-height: 258px;
}
.headerWeb_item_title {
  font-size: 36px;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 24px;
  font-weight: bold;
}
.headerWeb_item_sub {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* 指定显示的行数 */
}
.around-btn {
  text-decoration: none;
  color: #707070;
  border: 1px solid #707070;
  border-radius: 30px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 190px;
}
.around-btn i {
  transition: all 0.3s linear;
  margin-left: 5px;
}
.around-btn:hover {
  color: #FFFFFF;
  border-color: #811F23;
  background-color: #811F23;
}
.around-btn:hover i {
  margin-left: 18px;
}
.headerWeb_item_list_item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 15px 0;
  color: #333333;
  /* opacity: 0.7; */
  text-decoration: none;
  font-weight: lighter;
  font-size: 16px;
  border-bottom: 1px solid #E9E9E9;
}
.headerWeb_item_list_item span:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 显示两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 20px;
}
.headerWeb_item_list_item:hover {
  opacity: 1;
  border-bottom: 1px solid #811F23;
  color: #811F23;
  font-weight: bold;
}
.headerWeb_search_box {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.headerWeb_search_box_wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 50px;
}
.headerWeb_search_title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.headerWeb_search_input {
  background-color: #fff;
  color: #333;
  font-size: 20px;
  border: 2px solid #333;
  height: 64px;
  box-sizing: border-box;
  padding: 0 20px;
  outline: none;
}
.headerWeb_search_input:focus {
  border: 2px solid #811F23;
}
.loginNavBar {
  display: flex;
  flex-direction: row;
  height: 32px;
  padding: 0 10px;
  cursor: pointer;
}
.loginNavBar i {
  margin-left: 0px !important;
  margin-right: 5px;
}
.loginNavBar:hover i {
  margin-right: 12px !important;
}
.loginAlink:hover span {
  color: #811F23;
}
.headerMobileBox {
  display: none;
}
@media screen and (max-width: 1500px) {
  .headerWeb_wrap_left_logo {
    width: 360px;
  }
  .headerWeb_wrap_right_nav {
    font-size: 18px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1340px) {
  .headerWeb_wrap_right_nav {
    font-size: 16px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 1190px) {
  .headerWebBoxPc {
    display: none;
  }
  .headerMobileBox {
    display: block;
  }
}
.mobilHeader {
  box-sizing: border-box;
  display: flex;
  background: white;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  transition: all0 0.3s ease-in;
  z-index: 51;
  height: 60px;
}
.mobilHeader.active {
  height: 100%;
}
.headerMobilePlace {
  height: 60px;
}
.mobilHeaderLogo {
  width: 198.5px;
}
.mobilHeaderBarIcon {
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 32px;
}
.mobilHeaderBarIcon:hover {
  color: #811F23;
}
.mobileSearch {
  z-index: 52;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
}
.mobileSearch .mobileSearch_title {
  font-size: 20px;
}
.mobileSearch .mobileSearch_title_close {
  font-size: 35px;
  color: #afafaf;
}
.mobileSearch .mobileSearchInput {
  width: 100%;
  height: 50px;
  margin: 24px 0 24px 0;
  background-color: #fff;
  color: #333;
  font-size: 18px;
  background-color: #f7f7f7;
  border: 2px solid #b3b3b3;
  box-sizing: border-box;
  padding: 0 20px;
  outline: none;
}
.mobileSearch .mobileSearchInput:hover {
  color: #811F23;
  border: 2px solid #811F23;
}
.mobileSearch .mobileSearchBtn {
  background-color: #811F23;
  color: white;
  height: 50px;
  font-size: 16px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 6px;
}
.mobileSearch .mobileSearchBtn.blackBtn {
  background-color: #000000;
}
.mobileMenu_close {
  font-size: 35px;
  color: #afafaf;
}
.mobileMenu {
  padding: 24px;
  z-index: 52;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  font-family: 'Source Han Sans SC';
}
.mobileMenu .mobileSearch_title {
  font-size: 20px;
}
.mobileMenu .mobileSearch_title_close {
  font-size: 35px;
  color: #afafaf;
}
.mobileMenu .menuBoxBody {
  overflow-y: auto;
  overflow-x: hidden;
}
.mobileMenu .menuBoxBody::-webkit-scrollbar {
  display: none;
}
.menuList {
  box-sizing: border-box;
  padding: 0 20px;
  background-color: #f7f7f7;
}
.submenu {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s;
  overflow: hidden;
}
.menuList {
  min-height: 0px;
}
.menuList .menuBoxBodyMenuItemTitle {
  font-weight: normal;
}
.menuBoxBodyMenuItem {
  min-height: 0px;
  overflow: hidden;
}
.menuBoxBodyMenuItem .submenu.active {
  grid-template-rows: 1fr;
}
.menuBoxBodyMenuItemBar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E9E9E9;
  height: 80px;
}
.menuBoxBodyMenuItemBar:hover .menuBoxBodyMenuItemTitle,
.menuBoxBodyMenuItemBar:hover .menuBoxBodyMenuItemIcon {
  color: #811F23;
}
.menuBoxBodyMenuItemTitle {
  font-size: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
}
.submenu .menuBoxBodyMenuItemTitle {
  font-size: 20px;
}
.menuBoxBodyMenuItemIcon {
  font-size: 18px;
  color: #707070;
}
.pageSliderBars {
  position: fixed;
  z-index: 10;
  right: 16px;
  bottom: 100px;
  background-color: white;
  border-radius: 60px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  padding: 5px;
}
.pageSliderBars .pageSliderBarsItem {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pageSliderBars .pageSliderBarsItem[href] {
  cursor: pointer;
}
.pageSliderBars .pageSliderBarsItem .pageSliderBarsItemText {
  color: #707070;
}
.pageSliderBars .pageSliderBarsItem .pageSliderBarsItemIcon {
  color: #B1B1B1;
  font-size: 20px;
}
.pageSliderBars .pageSliderBarsItem:hover {
  background-color: #F3F3F3;
}
.pageSliderBars .pageSliderBarsItem:hover .pageSliderBarsItemIcon {
  color: #811F23;
}
.pageSliderBars .pageSliderBarsItem .pageSliderBarsAlert {
  display: none;
  text-wrap: nowrap;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  width: auto;
  padding-right: 10px;
}
.pageSliderBars .pageSliderBarsItem .pageSliderBarsAlert a,
.pageSliderBars .pageSliderBarsItem .pageSliderBarsAlert .pageSliderBarsAlertAliks {
  color: white;
  box-sizing: border-box;
  min-width: auto;
  border-radius: 12px;
  border: 1px solid #dcdcdc;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  margin-right: 15px;
  background-color: white;
  color: #811F23;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .pageSliderBars {
    bottom: 50px;
  }
}
.footer {
  display: flex;
  flex-direction: column;
}
.footer .footerWrap {
  display: grid;
  grid-template-columns: 2fr 2fr;
  background-color: #811F23;
  padding: 50px 0;
  box-sizing: border-box;
  color: white;
}
.footer .footerWrap .footerLeft {
  padding-left: 50px;
  box-sizing: border-box;
}
.footer .footerWrap .footerLeft .footerLeftTop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.footer .footerWrap .footerLeft .footerLeftTop .footerLogo {
  max-width: 450px;
}
.footer .footerWrap .footerLeft .footerLeftTop .footerName {
  font-size: 32px;
  color: white;
  margin-left: 20px;
  font-weight: bold;
}
.footer .footerWrap .footerLeft .footerLeftContact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}
.footer .footerWrap .footerLeft .footerLeftContact a {
  color: white;
  font-size: 16px;
  transition: all 0.3s linear;
  word-wrap: break-word;
  text-wrap: wrap;
}
.footer .footerWrap .footerLeft .footerLeftContact a[href]:hover {
  text-decoration: underline;
}
.footer .footerWrap .footerLeft .footerLeftQr {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.footer .footerWrap .footerLeft .footerLeftQr .footerLeftQrImg {
  width: 138px;
  height: 138px;
}
.footer .footerWrap .footerLeft .footerLeftQr .footerLeftQrRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footerWrap .footerLeft .footerLeftQr .footerLeftQrRight .footerLeftQrRightItem {
  font-size: 24px;
  word-break: break-all;
}
.footer .footerWrap .footerLeft .footerLeftQr .footerLeftQrRight .footerLeftQrRightText {
  font-size: 13px;
  text-align: center;
  width: 138px;
}
.footer .footerWrap .footerRight {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 50px;
  gap: 50px;
}
.footer .footerWrap .footerRight .footerRightMenun {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footerWrap .footerRight .footerRightMenun .footerRightTitle {
  color: white;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s linear;
  min-width: 100px;
  text-align: center;
}
.footer .footerWrap .footerRight .footerRightMenun .footerRightTitle[href]:hover {
  opacity: 0.7;
}
.footer .footerWrap .footerRight .footerRightMenun .footerRightMenunSub {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footerWrap .footerRight .footerRightMenun .footerRightMenunSub .footerRightMenunSubItem {
  text-align: center;
}
.footer .footerWrap .footerRight .footerRightMenun .footerRightMenunSub .footerRightMenunSubItem a {
  color: white;
  font-size: 16px;
  transition: all 0.3s linear;
  line-height: 1.5;
}
.footer .footerWrap .footerRight .footerRightMenun .footerRightMenunSub .footerRightMenunSubItem a[href]:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.footer .footerBottom {
  background-color: #811F23;
  font-size: 12px;
  color: white;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 24px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footerBottom a {
  padding: 0 5px;
  transition: all 0.3s linear;
  color: white;
}
.footer .footerBottom a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1300px) {
  .footer .footerWrap .footerLeft .footerLeftTop .footerName {
    font-size: 21px;
  }
  .footer .footerWrap .footerLeft .footerLeftTop .footerLogo {
    max-width: 380px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footerWrap {
    display: flex !important;
    grid-template-columns: 1fr;
  }
  .footer .footerWrap .footerLeft {
    padding-left: 32px;
    padding-right: 32px;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .footerWrap .footerLeft .footerLeftTop {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer .footerWrap .footerLeft .footerLeftTop .footerName {
    display: none;
  }
  .footer .footerWrap .footerLeft .footerLeftTop .footerLogo {
    margin-bottom: 18px;
    max-width: 240px;
  }
  .footer .footerWrap .footerLeft .footerLeftQr {
    margin-top: 0;
  }
  .footer .footerWrap .footerRight {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .footer .footerWrap {
    display: flex !important;
    grid-template-columns: 1fr;
  }
  .footer .footerWrap .footerLeft {
    padding-left: 32px;
    padding-right: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer .footerWrap .footerLeft .footerLeftTop {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer .footerWrap .footerLeft .footerLeftQr {
    gap: 10px;
    margin-top: 24px;
  }
  .footer .footerWrap .footerLeft .footerLeftQr .footerLeftQrImg {
    width: 90px;
    height: 90px;
  }
  .footer .footerWrap .footerLeft .footerLeftQr .footerLeftQrRight .footerLeftQrRightText {
    width: auto;
    text-align: left;
  }
  .footer .footerWrap .footerLeft .footerLeftQr .footerLeftQrRight .footerLeftQrRightItem {
    font-size: 18px;
  }
  .footer .footerWrap .footerRight {
    display: none !important;
  }
}
.contentBody {
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  margin: 40px 0;
}
.contentBody .contentBodyWrap {
  margin-left: 2.6%;
  margin-right: 2.6%;
}
@media screen and (max-width: 960px) {
  .contentBody {
    margin: 24px 0;
  }
  .contentBodyWrap {
    padding: 24px;
  }
}
.groupHeader {
  width: 100%;
  height: 650px;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  box-sizing: border-box;
  padding: 0 2.6%;
}
.groupHeader.detail,
.groupHeader.site {
  height: 400px;
}
.groupHeader .groupHeaderTitle {
  font-size: 70px;
  text-align: center;
  margin-bottom: 12px;
}
.groupHeader .groupHeaderSubEn {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 32px;
  text-align: center;
  display: none;
}
.groupHeader .groupHeaderSubtitle {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
  padding-top: 16px;
  position: relative;
}
.groupHeader .groupHeaderSubtitle::before {
  content: " ";
  display: block;
  width: 50px;
  height: 4px;
  position: absolute;
  left: calc(50% - 25px);
  top: 0px;
  background-color: white;
}
.groupHeader .groupHeaderSearch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 86%;
  max-width: 700px;
  min-width: 300px;
  height: 60px;
  align-items: stretch;
}
.groupHeader .groupHeaderSearch .groupHeaderSearchInput {
  width: 100%;
  outline: none;
  background-color: white;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  padding: 0 32px;
  font-size: 20px;
}
.groupHeader .groupHeaderSearch .groupHeaderSearchBtn {
  border: none;
  outline: none;
  background-color: #811F23;
  color: white;
  font-size: 20px;
  flex-shrink: 0;
  padding: 0 32px;
  cursor: pointer;
}
.groupHeader .groupHeaderSearch .groupHeaderSearchBtn:hover {
  background-color: #B1080C;
}
@media screen and (max-width: 960px) {
  .groupHeader {
    height: 240px;
  }
  .groupHeader.detail {
    height: 180px;
  }
  .groupHeader .groupHeaderTitle {
    font-size: 28px;
  }
  .groupHeader .groupHeaderSubEn {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .groupHeader .groupHeaderSubtitle {
    font-size: 20px;
  }
  .groupHeader .groupHeaderSearch {
    height: 50px;
  }
  .groupHeader .groupHeaderSearch .groupHeaderSearchInput {
    font-size: 16px;
    padding: 0 16px;
  }
  .groupHeader .groupHeaderSearch .groupHeaderSearchBtn {
    font-size: 16px;
  }
}
.siteMenu {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.siteMenu .siteMenuBar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px 30px ;
  padding: 20px 2.6%;
  overflow-y: auto;
}
.siteMenu .siteMenuBar .siteMenuBarItem {
  flex: 1;
  border: 1px solid #BBBBBB;
  font-size: 18px;
  border-radius: 8px;
  text-align: center;
  padding: 14px 20px;
  line-height: 1;
  transition: all 0.3s linear;
  flex-shrink: 0;
  cursor: pointer;
  word-break: normal;
  white-space: nowrap;
}
.siteMenu .siteMenuBar .siteMenuBarItem.active,
.siteMenu .siteMenuBar .siteMenuBarItem:hover {
  color: #811F23;
  border: 1px solid #811F23;
  font-weight: bold;
}
.siteMenu .siteMenuTree {
  display: flex;
  padding: 0px 2.6%;
  height: 0px;
  overflow: hidden;
  background-color: #EFEFEF;
  transition: all 0.3s linear;
}
.siteMenu .siteMenuTree.activeTree {
  height: 58px;
}
.siteMenu .siteMenuTree .siteMenuTreeItem {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
.siteMenu .siteMenuTree .siteMenuTreeItem.active {
  display: flex;
}
.siteMenu .siteMenuTree .siteMenuTreeItem .siteMenuTreeItemCell {
  font-size: 18px;
  text-align: center;
  line-height: 1;
  color: #000000;
  flex-shrink: 0;
  cursor: pointer;
}
.siteMenu .siteMenuTree .siteMenuTreeItem .siteMenuTreeItemCell.active,
.siteMenu .siteMenuTree .siteMenuTreeItem .siteMenuTreeItemCell:hover {
  color: #811F23;
  font-weight: bold;
}
.siteMenu.site .siteMenuBar {
  padding: 20px calc((100% - 1200px) / 2);
}
.siteMenu.site .siteMenuTree {
  padding: 0px calc((100% - 1200px) / 2);
}
@media screen and (max-width: 1200px) {
  .siteMenu.site .siteMenuBar {
    padding: 20px 16px;
  }
  .siteMenu.site .siteMenuTree {
    padding: 0px 16px;
  }
}
@media screen and (max-width: 960px) {
  .siteMenu .siteMenuBar {
    overflow-x: auto;
    gap: 18px;
  }
  .siteMenu .siteMenuBar .siteMenuBarItem {
    font-size: 16px;
    min-width: 100px;
  }
  .siteMenu .siteMenuTree .siteMenuTreeItem {
    gap: 20px;
    overflow-x: auto;
  }
  .siteMenu .siteMenuTree .siteMenuTreeItem .siteMenuTreeItemCell {
    font-size: 16px;
  }
}
.treeMenuTabs {
  box-sizing: border-box;
  padding: 88px 2.6%;
  width: 100%;
  min-height: 300px;
  background-image: url("../img/lp-19.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.treeMenuTabs .treeMenuTabsTitle {
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
}
.treeMenuTabs .treeMenuTabsBox {
  display: flex;
  gap: 100px;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft {
  width: 290px;
  background-color: rgba(0, 0, 0, 0.6);
  flex-shrink: 0;
  box-sizing: border-box;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .mneuItem {
  text-align: center;
  padding: 18px 0px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  box-sizing: border-box;
  color: white;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .mneuItem .sanjiao {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #811F23;
  /* 这里设置三角形的颜色 */
  position: absolute;
  right: -16px;
  display: none;
  transition: all 0.3s linear;
  opacity: 0;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .mneuItem.active,
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .mneuItem:hover {
  background-color: #811F23;
  font-weight: bold;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .mneuItem.active .sanjiao,
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .mneuItem:hover .sanjiao {
  display: block;
  opacity: 1;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight {
  flex: 1;
  display: flex;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .treeMenuBoxRightItem {
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .treeMenuBoxRightItem.active {
  display: flex;
  flex: 1;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .profile {
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 28px;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 50px;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap .item {
  color: white;
  padding: 32px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap .item .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 16px;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap .item .icon {
  margin-left: 24px;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap .item:hover {
  background-color: #811F23;
  border-color: #811F23;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtn {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 14px 28px;
  border-radius: 50px;
  transition: all 0.3s linear;
  margin-top: 32px;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtn i {
  transition: all 0.3s linear;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtn:hover {
  border-color: #811F23;
  background-color: #811F23;
  font-weight: bold;
}
.treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtn:hover i {
  margin-left: 16px;
}
@media screen and (max-width: 1200px) {
  .treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .treeMenuTabs {
    padding: 32px 2.6%;
  }
  .treeMenuTabs .treeMenuTabsTitle {
    font-size: 32px;
    text-align: center;
    margin-bottom: 32px;
  }
  .treeMenuTabs .treeMenuTabsBox {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .treeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft {
    width: 100%;
    padding: 0px 0;
    background-color: rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .treeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .mneuItem {
    flex-shrink: 0;
    padding: 14px 20px;
  }
  .treeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .mneuItem .sanjiao {
    display: none !important;
  }
  .treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .profile {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 0px;
  }
  .treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px 0px;
  }
  .treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap {
    flex: 1;
  }
  .treeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .moreBtn {
    flex: 1;
    display: flex;
  }
}
.sizteHeaderGroupHaibao {
  width: 100%;
  height: 350px;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  box-sizing: border-box;
  padding: 0 calc((100% - 1200px) / 2);
  text-align: center;
}
.sizteHeaderGroupHaibao .groupHeaderTitle {
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: #811F23;
  transform: skew(-20deg);
  padding: 8px 24px;
  margin-left: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: 8px;
}
.sizteHeaderGroupHaibao .groupHeaderSubEn {
  font-size: 18px;
  margin-top: 16px;
}
.sizteHeaderGroupHaibao .groupHeaderSubtitle {
  font-size: 40px;
  font-weight: bold;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .sizteHeaderGroupHaibao {
    padding: 0 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 960px) {
  .sizteHeaderGroupHaibao {
    height: 300px;
    padding: 0 4%;
    padding-left: 4%;
  }
  .sizteHeaderGroupHaibao .groupHeaderTitle {
    font-size: 18px;
  }
  .sizteHeaderGroupHaibao .groupHeaderSubEn {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .sizteHeaderGroupHaibao .groupHeaderSubtitle {
    font-size: 21px;
  }
  .sizteHeaderGroupHaibao .groupHeaderSubtitle.groupHeaderSubtitleTree {
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
  }
}
.siteHomeYwly {
  box-sizing: border-box;
  padding: 88px 2.6%;
  width: 100%;
  min-height: 566px;
  display: flex;
  gap: 200px;
  align-items: center;
}
.siteHomeYwly .siteHomeYwlyLeft {
  max-width: 466px;
  display: flex;
  flex-direction: column;
}
.siteHomeYwly .siteHomeYwlyLeft .titleEn {
  color: #811F23;
  font-size: 24px;
  font-weight: bold;
}
.siteHomeYwly .siteHomeYwlyLeft .title {
  font-size: 52px;
  font-weight: bold;
}
.siteHomeYwly .siteHomeYwlyLeft .titleSub {
  font-size: 18px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #707070;
}
.siteHomeYwly .siteHomeYwlyLeft .btnslist {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 200px;
}
.siteHomeYwly .siteHomeYwlyLeft .btnslist .btnslistBtn {
  height: 68px;
  padding: 0 60px;
  line-height: 68px;
  color: #C6C6C6;
  border: 1px solid #C6C6C6;
  font-size: 32px;
  transition: all 0.3s linear;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.siteHomeYwly .siteHomeYwlyLeft .btnslist .btnslistBtn:first-child {
  margin-right: -1px;
}
.siteHomeYwly .siteHomeYwlyLeft .btnslist .btnslistBtn:hover,
.siteHomeYwly .siteHomeYwlyLeft .btnslist .btnslistBtn.active {
  color: #811F23;
  border-color: #811F23;
  z-index: 2;
}
.siteHomeYwly .siteHomeYwlyRight {
  flex: 1;
  overflow: hidden;
}
.siteHomeYwly .siteHomeYwlyRightSwiper {
  width: 100%;
  overflow: hidden;
  margin-left: 50px;
}
.siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide,
.siteHomeYwly .siteHomeYwlyRightSwiper .swiper-wrapper {
  height: 100%;
  align-items: center;
}
.siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide {
  display: block;
  transition: all 0.3s linear;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  border-radius: 24px;
  overflow: hidden;
}
.siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide.swiper-slide-active,
.siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide.swiper-slide-duplicate-active {
  transform: translateX(0px) scale(1);
  z-index: 50;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide.swiper-slide-next {
  transform: translateX(-50px) scale(0.86);
}
.siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide.swiper-slide-prev {
  transform: translateX(50px) scale(0.86);
}
.siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide .masker {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  font-size: 24px;
  background-image: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0.1));
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 32px;
  padding-bottom: 24px;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 1700px) {
  .siteHomeYwly {
    gap: 0px;
  }
}
@media screen and (max-width: 1450px) {
  .siteHomeYwly {
    padding: 88px 2.6%;
    min-height: 400px;
  }
  .siteHomeYwly .siteHomeYwlyLeft {
    max-width: 366px;
  }
  .siteHomeYwly .siteHomeYwlyLeft .titleEn {
    font-size: 24px;
  }
  .siteHomeYwly .siteHomeYwlyLeft .title {
    font-size: 52px;
  }
  .siteHomeYwly .siteHomeYwlyLeft .titleSub {
    font-size: 18px;
  }
  .siteHomeYwly .siteHomeYwlyLeft .btnslist {
    margin-top: 200px;
  }
  .siteHomeYwly .siteHomeYwlyLeft .btnslist .btnslistBtn {
    height: 68px;
    padding: 0 60px;
    line-height: 68px;
    font-size: 32px;
  }
  .siteHomeYwly .siteHomeYwlyRight {
    flex: 1;
    overflow: hidden;
  }
  .siteHomeYwly .siteHomeYwlyRightSwiper {
    margin-left: 50px;
  }
  .siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide {
    height: 400px;
    overflow: hidden;
  }
  .siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide.swiper-slide-active,
  .siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide.swiper-slide-duplicate-active {
    transform: translateX(0px) scale(1);
    z-index: 50;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  .siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide.swiper-slide-next {
    transform: translateX(-50px) scale(0.86);
  }
  .siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide.swiper-slide-prev {
    transform: translateX(50px) scale(0.86);
  }
}
@media screen and (max-width: 960px) {
  .siteHomeYwly {
    padding: 32px 2.6%;
    min-height: auto;
    display: block;
  }
  .siteHomeYwly .siteHomeYwlyLeft {
    max-width: none;
  }
  .siteHomeYwly .siteHomeYwlyLeft .titleEn {
    font-size: 20px;
  }
  .siteHomeYwly .siteHomeYwlyLeft .title {
    font-size: 32px;
  }
  .siteHomeYwly .siteHomeYwlyLeft .titleSub {
    font-size: 18px;
    margin-top: 12px;
  }
  .siteHomeYwly .siteHomeYwlyLeft .btnslist {
    margin-top: 32px;
  }
  .siteHomeYwly .siteHomeYwlyLeft .btnslist .btnslistBtn {
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    width: auto;
    flex: 1;
  }
  .siteHomeYwly .siteHomeYwlyRightSwiper {
    margin-left: 0px;
    margin-top: 32px;
  }
  .siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide {
    height: 300px;
    overflow: hidden;
  }
  .siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide.swiper-slide-active,
  .siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide.swiper-slide-duplicate-active {
    transform: translateX(0px) scale(1);
    z-index: 50;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  .siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide.swiper-slide-next {
    transform: translateX(0px) scale(1);
  }
  .siteHomeYwly .siteHomeYwlyRightSwiper .swiper-slide.swiper-slide-prev {
    transform: translateX(0px) scale(1);
  }
}
.renZhengtreeMenuTabs {
  box-sizing: border-box;
  padding: 88px 2.6%;
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.renZhengtreeMenuTabs .treeMenuTabsTitle {
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
}
.renZhengtreeMenuTabs .treeMenuTabsBox {
  display: flex;
  gap: 24px;
  height: 100%;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft {
  width: 500px;
  padding: 0px 0;
  background-color: rgba(0, 0, 0, 0.6);
  flex-shrink: 0;
  position: relative;
  min-height: 650px;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .treeMenuBoxLeftImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .masker {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  font-size: 18px;
  background-image: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0.1));
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 32px;
  padding-bottom: 24px;
  color: white;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .masker .subEn {
  font-size: 20px;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .masker .title {
  font-size: 42px;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .masker .btn {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 14px 28px;
  border-radius: 50px;
  transition: all 0.3s linear;
  margin-top: 32px;
  cursor: pointer;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .masker .btn i {
  transition: all 0.3s linear;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .masker .btn:hover {
  border-color: #811F23;
  background-color: #811F23;
  font-weight: bold;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .masker .btn:hover i {
  margin-left: 16px;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight {
  flex: 1;
  display: flex;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .treeMenuBoxRightItem {
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .treeMenuBoxRightItem.active {
  display: flex;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .profile {
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 28px;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 18px;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap .item {
  color: white;
  padding: 18px 24px;
  background-color: rgba(122, 122, 122, 0.2);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap .item .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 16px;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap .item .icon {
  margin-left: 24px;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap .item:hover {
  background-color: rgba(212, 13, 20, 0.9);
  border-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  backdrop-filter: blur(10px);
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap {
  margin-top: 32px;
  padding: 24px 24px;
  background-color: rgba(22, 22, 22, 0.8);
  backdrop-filter: blur(10px);
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .tabs {
  display: flex;
  gap: 32px;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .tabs a {
  display: block;
  font-size: 31px;
  color: white;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .tabs a.active,
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .tabs a:hover {
  color: #0b56b8;
  font-weight: bold;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .inputBox {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .inputBox.active {
  display: flex;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .inputBox .input {
  outline: none;
  flex: 1;
  border: none;
  background-color: white;
  color: #000000;
  padding: 0 24px;
  font-size: 18px;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .inputBox .input:hover {
  outline: 2px solid #0b56b8;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtn {
  display: inline-flex;
  color: white;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 14px 28px;
  border-radius: 0px;
  transition: all 0.3s linear;
  margin-left: 32px;
  background-color: #0b56b8;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtn i {
  transition: all 0.3s linear;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtn:hover {
  border-color: #811F23;
  background-color: #811F23;
  font-weight: bold;
}
.renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtn:hover i {
  margin-left: 16px;
}
@media screen and (max-width: 1200px) {
  .renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .renZhengtreeMenuTabs {
    padding: 32px 2.6%;
  }
  .renZhengtreeMenuTabs .treeMenuTabsTitle {
    font-size: 32px;
    text-align: center;
    margin-bottom: 32px;
  }
  .renZhengtreeMenuTabs .treeMenuTabsBox {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft {
    width: 100%;
    padding: 0px 0;
    background-color: rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    min-height: 450px;
  }
  .renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxLeft .treeMenuBoxLeftImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 450px;
  }
  .renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .profile {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 0px;
  }
  .renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .treeMenuBoxRightItem {
    flex: 1;
  }
  .renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .itemWrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px 0px;
  }
  .renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap {
    flex: 1;
  }
  .renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .tabs {
    display: flex;
    gap: 32px;
  }
  .renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .tabs a {
    font-size: 20px;
  }
  .renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .inputBox {
    flex-direction: column;
    margin-top: 24px;
  }
  .renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .inputBox .input {
    flex: auto;
    height: 44px;
  }
  .renZhengtreeMenuTabs .treeMenuTabsBox .treeMenuBoxRight .moreBtnWrap .moreBtn {
    margin-left: 0;
  }
}
.SiteHomeNewsBlock {
  padding: 32px 2.6%;
}
.SiteHomeNewsBlock .HomeNewsWrap {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft {
  display: flex;
  flex-direction: column;
  height: 750px;
  width: 542px;
  background-color: white;
  transition: all 0.3s linear;
  flex-shrink: 0;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft .HomeNewsLeftImg {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft .HomeNewsLeftImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 34px;
  padding-top: 0px;
}
.SiteHomeNewsBlock .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;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText .HomeNewLeftTextWrap .HomeNewLeftTextText {
  color: #707070;
  font-size: 18px;
  margin-bottom: 18px;
}
.SiteHomeNewsBlock .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;
}
.SiteHomeNewsBlock .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;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText .HomeNewLeftTextFooter i {
  transition: all 0.3s linear;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft:hover .HomeNewsLeftImg img {
  transform: scale(1.2);
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft:hover .HomeNewLeftText .HomeNewLeftTextWrap .HomeNewLeftTextTitle {
  color: #811F23;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft:hover .HomeNewLeftText .HomeNewLeftTextFooter {
  background-color: #811F23;
  color: white;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft:hover .HomeNewLeftText .HomeNewLeftTextFooter i {
  margin-left: 15px;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockBox {
  padding: 32px;
  background-color: white;
  display: flex;
  gap: 28px;
  flex-direction: column;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .img {
  width: 295px;
  max-height: 200px;
  flex-shrink: 0;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem.noimg .HomeNewsRightItem {
  padding-left: 0;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem {
  box-sizing: border-box;
  background-color: white;
  height: 200px;
  transition: all 0.3s linear;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem .HomeNewsRightItem_title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem .HomeNewsRightItem_time {
  color: #707070;
  font-size: 16px;
  margin: 20px 0;
  line-height: 1px;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .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;
  font-weight: 400;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .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;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem .HomeNewsRightItem_links i {
  transition: all 0.3s linear;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem:hover .HomeNewsRightItem_title {
  color: #811F23;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem:hover .HomeNewsRightItem_links {
  border: 1px solid #811F23;
  border-radius: 30px;
  padding: 10px 24px;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem:hover .HomeNewsRightItem_links i {
  margin-left: 15px;
}
.SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRight {
  flex: 1;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  padding-top: 32px;
  border-top: 1px solid #E6E6E6;
  gap: 20px 80px;
}
@media screen and (max-width: 1200px) {
  .SiteHomeNewsBlock .HomeNewsWrap {
    margin-top: 32px;
    flex-direction: column;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft {
    display: flex;
    flex-direction: column;
    height: auto;
    width: auto;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft .HomeNewsLeftImg {
    width: 100%;
    height: 300px;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText .HomeNewLeftTextWrap .HomeNewLeftTextTitle {
    font-size: 21px;
    margin: 24px 0;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText .HomeNewLeftTextWrap .HomeNewLeftTextText {
    color: #707070;
    font-size: 18px;
    margin-bottom: 18px;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText .HomeNewLeftTextWrap .HomeNewLeftTextSub {
    font-size: 18px;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft .HomeNewLeftText .HomeNewLeftTextFooter {
    margin-top: 32px;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft:hover .HomeNewsLeftImg img {
    transform: scale(1.2);
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft:hover .HomeNewLeftText .HomeNewLeftTextWrap .HomeNewLeftTextTitle {
    color: #811F23;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft:hover .HomeNewLeftText .HomeNewLeftTextFooter {
    background-color: #811F23;
    color: white;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsLeft:hover .HomeNewLeftText .HomeNewLeftTextFooter i {
    margin-left: 15px;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockBox {
    padding: 32px;
    background-color: white;
    display: flex;
    gap: 28px;
    flex-direction: column;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .img {
    width: 295px;
    max-height: 200px;
    flex-shrink: 0;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem.noimg .HomeNewsRightItem {
    padding-left: 0;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem {
    box-sizing: border-box;
    background-color: white;
    height: 200px;
    transition: all 0.3s linear;
    padding-left: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem .HomeNewsRightItem_title {
    font-size: 20px;
    font-weight: bold;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem .HomeNewsRightItem_time {
    color: #707070;
    font-size: 16px;
    margin: 20px 0;
    line-height: 1px;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .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;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .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;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem .HomeNewsRightItem_links i {
    transition: all 0.3s linear;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem:hover .HomeNewsRightItem_title {
    color: #811F23;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem:hover .HomeNewsRightItem_links {
    border: 1px solid #811F23;
    border-radius: 30px;
    padding: 10px 24px;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem:hover .HomeNewsRightItem_links i {
    margin-left: 15px;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRight {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 32px;
    gap: 20px 80px;
  }
}
@media screen and (max-width: 750px) {
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockBox {
    margin-top: 0px;
    padding: 18px;
    gap: 0px;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRight {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 16px;
    gap: 16px 0px;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem {
    display: flex;
    flex-direction: row;
    align-items: inherit;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .img {
    width: 100px;
    max-height: 200px;
    height: auto;
    min-height: auto;
    flex-shrink: 0;
    align-self: flex-start;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem {
    padding-left: 12px;
    height: auto;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem .HomeNewsRightItem_title {
    -webkit-line-clamp: 1;
    font-size: 18px;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem .HomeNewsRightItem_sub {
    display: none;
    -webkit-line-clamp: 1;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem .HomeNewsRightItem .HomeNewsRightItem_links {
    color: #811F23;
    margin-top: 16px;
    border: 1px solid white;
    border-radius: 30px;
    padding: 16px 0px;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem.noimg .HomeNewsRightItem {
    padding-left: 0;
  }
  .SiteHomeNewsBlock .HomeNewsWrap .HomeNewsRightBlockItem.noimg .HomeNewsRightItem .HomeNewsRightItem_sub {
    display: -webkit-box;
  }
}
.SiteHeaderNewTitleBlock {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.SiteHeaderNewTitleBlock .SiteHeaderNewTitleBlockLeft {
  display: flex;
  flex-direction: column;
}
.SiteHeaderNewTitleBlock .SiteHeaderNewTitleBlockLeft .titleEn {
  color: #811F23;
  font-size: 24px;
  font-weight: bold;
}
.SiteHeaderNewTitleBlock .SiteHeaderNewTitleBlockLeft .title {
  font-size: 52px;
  font-weight: bold;
}
.SiteHeaderNewTitleBlock .SiteHeaderNewTitleBlockLeft .titleSub {
  font-size: 18px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #707070;
}
.SiteHeaderNewTitleBlock .tabs {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.SiteHeaderNewTitleBlock .tabs .item {
  font-size: 21px;
  color: #000000;
}
.SiteHeaderNewTitleBlock .tabs .item.active,
.SiteHeaderNewTitleBlock .tabs .item:hover {
  color: #811F23;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .SiteHeaderNewTitleBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .SiteHeaderNewTitleBlock .SiteHeaderNewTitleBlockLeft .titleEn {
    font-size: 18px;
  }
  .SiteHeaderNewTitleBlock .SiteHeaderNewTitleBlockLeft .title {
    font-size: 32px;
  }
  .SiteHeaderNewTitleBlock .tabs {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 24px;
  }
  .SiteHeaderNewTitleBlock .tabs .item {
    font-size: 18px;
    color: #000000;
  }
  .SiteHeaderNewTitleBlock .tabs .item.active,
  .SiteHeaderNewTitleBlock .tabs .item:hover {
    color: #811F23;
    font-weight: bold;
  }
}
.form {
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form .formItem {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.form .formItem .title {
  font-size: 18px;
  margin: 16px 0px;
  font-weight: bold;
}
.form .formItem .formItemInput {
  border: none;
  outline: none;
  height: 50px;
  background-color: #f5f5f5;
  font-size: 18px;
  padding: 20px;
  box-sizing: border-box;
}
.form .formItem .formItemtTextArea {
  border: none;
  outline: none;
  background-color: #f5f5f5;
  min-height: 100px;
  height: auto;
  font-size: 18px;
  padding: 20px;
  box-sizing: border-box;
}
.form .formItem .formItemInput,
.form .formItem .formItemtTextArea {
  border-radius: 0px;
}
.form .formItem .formItemInput:focus,
.form .formItem .formItemtTextArea:focus {
  border: 1px solid #811F23;
}
.form .formItem .formItemRadioGroup {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
}
.form .formItem .formItemRadioGroup input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.form .formItem .formItemRadioGroup .formItemRadio {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 16px;
}
.form .formSubmit {
  max-width: 1200px;
  border: none;
  outline: none;
  height: 60px;
  background-color: #811F23;
  color: white;
  font-size: 18px;
  margin-top: 24px;
  cursor: pointer;
}
.SiteCanct {
  padding: 80px 2.6%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 700px;
}
.SiteCanct .SiteCanctWrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-self: stretch;
  flex: 1;
}
.SiteCanct .SiteCanctWrap .SiteCanctWrapLeft {
  color: white;
  align-self: stretch;
  width: 45%;
  max-width: 720px;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.SiteCanct .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopTItle {
  font-size: 52px;
  font-weight: bold;
}
.SiteCanct .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopSub {
  font-size: 20px;
  display: none;
}
.SiteCanct .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftBottom {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.SiteCanct .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftBottom a {
  display: block;
  padding: 12px 40px;
  border: 1px solid white;
  border-radius: 60px;
  text-align: center;
  color: white;
}
.SiteCanct .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftBottom a:hover {
  color: #811F23;
  border-color: #811F23;
}
.SiteCanct .SiteCanctWrap .SiteCanctWrapRight {
  flex: 1;
  align-self: stretch;
  background-color: white;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .SiteCanct {
    padding: 80px 2.6%;
    height: 700px;
  }
  .SiteCanct .SiteCanctWrap .SiteCanctWrapLeft {
    width: 45%;
    max-width: 720px;
  }
  .SiteCanct .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopTItle {
    font-size: 52px;
    font-weight: bold;
  }
  .SiteCanct .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopSub {
    font-size: 20px;
    display: none;
  }
  .SiteCanct .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftBottom {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .SiteCanct .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftBottom a {
    padding: 12px 12px;
  }
  .SiteCanct .SiteCanctWrap .SiteCanctWrapRight {
    flex: 1;
  }
}
@media screen and (max-width: 750px) {
  .SiteCanct {
    padding: 50px 2.6%;
    height: auto;
  }
  .SiteCanct .SiteCanctWrap {
    display: flex;
    flex-direction: column;
  }
  .SiteCanct .SiteCanctWrap .SiteCanctWrapLeft {
    padding: 32px 0;
    width: 100%;
    max-width: 720px;
  }
  .SiteCanct .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopTItle {
    font-size: 32px;
    font-weight: bold;
  }
  .SiteCanct .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopSub {
    font-size: 20px;
    display: none;
  }
  .SiteCanct .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftBottom {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .SiteCanct .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftBottom a {
    padding: 12px 12px;
  }
  .SiteCanct .SiteCanctWrap .SiteCanctWrapRight {
    flex: 1;
    padding: 32px 0;
  }
  .SiteCanct .SiteCanctWrap .SiteCanctWrapRight .form {
    width: 86%;
  }
}
.ConTactList {
  padding: 50px 2.6%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ConTactList.group {
  padding: 80px 2.6%;
}
.ConTactList.site {
  padding: 50px calc((100% - 1200px) / 2);
  grid-template-columns: repeat(1, 1fr);
}
.ConTactList .ConTactListItem {
  background-color: white;
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.2s linear;
}
.ConTactList .ConTactListItem .ConTactTitle {
  font-size: 21px;
  color: #000000;
}
.ConTactList .ConTactListItem .ConTactsub {
  font-size: 16px;
  color: #707070;
}
.ConTactList .ConTactListItem:hover {
  background-color: #811F23;
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.1);
}
.ConTactList .ConTactListItem:hover .ConTactTitle,
.ConTactList .ConTactListItem:hover .ConTactsub {
  color: white;
}
@media screen and (max-width: 1200px) {
  .ConTactList.site {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 960px) {
  .ConTactList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .ConTactList {
    padding: 20px 16px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .ConTactList.site {
    padding: 20px 16px;
  }
}
.HomeLiuYan {
  padding: 32px 2.6%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  height: 800px;
}
.HomeLiuYan .SiteCanctWrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-self: stretch;
  flex: 1;
}
.HomeLiuYan .SiteCanctWrap .SiteCanctWrapLeft {
  align-self: stretch;
  width: 35%;
  max-width: 600px;
  padding: 50px;
  backdrop-filter: blur(10px);
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-image: url("../img/lp-41.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.HomeLiuYan .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopImg {
  width: 459px;
  height: auto;
  margin-bottom: 50px;
}
.HomeLiuYan .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopTItle {
  font-size: 31px;
  font-weight: bold;
}
.HomeLiuYan .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopSub {
  font-size: 20px;
  display: none;
}
.HomeLiuYan .SiteCanctWrap .SiteCanctWrapRight {
  flex: 1;
  align-self: stretch;
  background-color: white;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.HomeLiuYan.site {
  padding: 32px calc((100% - 1200px) / 2);
}
.HomeLiuYan.site .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopImg {
  width: 350px;
}
@media screen and (max-width: 1200px) {
  .HomeLiuYan.site {
    padding: 32px 2.6%;
  }
}
@media screen and (max-width: 1300px) {
  .HomeLiuYan {
    padding: 32px 2.6%;
  }
  .HomeLiuYan .SiteCanctWrap .SiteCanctWrapLeft {
    width: 45%;
  }
  .HomeLiuYan .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopImg {
    width: 309px;
    height: auto;
    margin-bottom: 50px;
  }
  .HomeLiuYan .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopTItle {
    font-size: 31px;
    font-weight: bold;
  }
  .HomeLiuYan .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopSub {
    font-size: 20px;
    display: none;
  }
  .HomeLiuYan .SiteCanctWrap .SiteCanctWrapRight {
    flex: 1;
  }
}
@media screen and (max-width: 960px) {
  .HomeLiuYan {
    padding: 32px 2.6%;
    height: auto;
  }
  .HomeLiuYan .SiteCanctWrap {
    display: flex;
    flex-direction: column;
  }
  .HomeLiuYan .SiteCanctWrap .SiteCanctWrapLeft {
    width: 100%;
    box-sizing: border-box;
    max-width: none;
  }
  .HomeLiuYan .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopImg {
    width: 200px;
    height: auto;
    margin-bottom: 12px;
  }
  .HomeLiuYan .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopTItle {
    font-size: 21px;
    font-weight: bold;
  }
  .HomeLiuYan .SiteCanctWrap .SiteCanctWrapLeft .SiteCanctWrapLeftTop .SiteCanctWrapLeftTopSub {
    font-size: 14px;
    display: none;
  }
  .HomeLiuYan .SiteCanctWrap .SiteCanctWrapRight {
    flex: 1;
    padding: 32px 0;
  }
}
.pageContent {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 32px 0;
}
.FuwuNetWord {
  padding: 0px 2.6%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  height: 300px;
}
.FuwuNetWord .FuwuNetWordWrap {
  flex: 1;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.FuwuNetWord .FuwuNetWordLeft {
  padding: 0 32px;
  height: 100%;
  box-sizing: border-box;
  width: 37%;
  background-color: #811F23;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.FuwuNetWord .FuwuNetWordLeft .FuwuNetWordLeftIcon {
  font-size: 52px;
  padding-right: 30px;
}
.FuwuNetWord .FuwuNetWordLeft .FuwuNetWordLeftTitle {
  padding-left: 30px;
  border-left: 1px solid white;
}
.FuwuNetWord .FuwuNetWordLeft .FuwuNetWordLeftTitle .FuwuNetWordLeftlabel {
  font-size: 32px;
}
.FuwuNetWord .FuwuNetWordLeft .FuwuNetWordLeftTitle .FuwuNetWordLeftTitlesub {
  font-size: 18px;
}
.FuwuNetWord .FuwuNetWordRight {
  height: 100%;
  padding: 0 32px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/lp-50.jpg");
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.FuwuNetWord .FuwuNetWordRight .FuwuNetWordRightItem {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
  max-width: 300px;
}
.FuwuNetWord .FuwuNetWordRight .FuwuNetWordRightItem .FuwuNetWordRightItemWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.FuwuNetWord .FuwuNetWordRight .FuwuNetWordRightItem .FuwuNetWordLeftIcon {
  font-size: 24px;
  padding-right: 30px;
}
.FuwuNetWord .FuwuNetWordRight .FuwuNetWordRightItem .FuwuNetWordLeftTitle {
  height: 90px;
  padding-right: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.445);
}
.FuwuNetWord .FuwuNetWordRight .FuwuNetWordRightItem .FuwuNetWordLeftTitle .FuwuNetWordLeftlabel {
  font-size: 24px;
}
.FuwuNetWord .FuwuNetWordRight .FuwuNetWordRightItem .FuwuNetWordLeftTitle .FuwuNetWordLeftTitlesub {
  font-size: 14px;
}
.FuwuNetWord .FuwuNetWordRight .FuwuNetWordRightItem:last-child .FuwuNetWordLeftTitle {
  border-right: none;
}
@media screen and (max-width: 1500px) {
  .FuwuNetWord .FuwuNetWordRight .FuwuNetWordRightItem .FuwuNetWordLeftTitle {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .FuwuNetWord {
    height: auto;
  }
  .FuwuNetWord .FuwuNetWordWrap {
    flex-direction: column;
    align-self: auto;
  }
  .FuwuNetWord .FuwuNetWordLeft {
    width: 100%;
    height: 190px;
  }
  .FuwuNetWord .FuwuNetWordLeft .FuwuNetWordLeftIcon {
    font-size: 32px;
    padding-right: 20px;
  }
  .FuwuNetWord .FuwuNetWordLeft .FuwuNetWordLeftTitle {
    padding-left: 20px;
  }
  .FuwuNetWord .FuwuNetWordLeft .FuwuNetWordLeftTitle .FuwuNetWordLeftlabel {
    font-size: 21px;
  }
  .FuwuNetWord .FuwuNetWordLeft .FuwuNetWordLeftTitle .FuwuNetWordLeftTitlesub {
    font-size: 16px;
  }
  .FuwuNetWord .FuwuNetWordRight {
    width: 100%;
  }
  .FuwuNetWord .FuwuNetWordRight .FuwuNetWordRightItem {
    height: 190px;
  }
  .FuwuNetWord .FuwuNetWordRight .FuwuNetWordRightItem .FuwuNetWordLeftTitle {
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .FuwuNetWord {
    height: auto;
  }
  .FuwuNetWord .FuwuNetWordWrap {
    flex-direction: column;
    display: block;
    align-self: auto;
  }
  .FuwuNetWord .FuwuNetWordLeft {
    width: 100%;
    height: 100px;
    justify-content: flex-start;
  }
  .FuwuNetWord .FuwuNetWordRight {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .FuwuNetWord .FuwuNetWordRight .FuwuNetWordRightItem {
    height: auto;
    padding: 32px 0;
    justify-content: flex-start;
  }
  .FuwuNetWord .FuwuNetWordRight .FuwuNetWordRightItem .FuwuNetWordLeftTitle {
    height: 90px;
    padding-right: 0px;
    border-right: none;
  }
}
.FuwuNetWordSelect {
  padding: 0px 2.6%;
}
@keyframes ttyty {
  0% {
    outline: 0px solid rgba(212, 13, 18, 0.8);
    transform: scale(1);
  }
  100% {
    outline: 16px solid rgba(0, 45, 113, 0);
    transform: scale(1.3);
  }
}
.CmapDivLable {
  font-size: 14px;
  background-color: #D40D12;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.CmapDivLable:hover {
  color: #811F23;
}
.l7-marker-container {
  cursor: default !important;
}
.FileDownLoad {
  padding: 50px 2.6%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.FileDownLoad.site {
  padding: 50px calc((100% - 1200px) / 2);
  grid-template-columns: repeat(2, 1fr);
}
.FileDownLoad .ConTactListItem {
  background-color: white;
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.3s linear;
  height: 178px;
}
.FileDownLoad .ConTactListItem .ConTactListItemFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.FileDownLoad .ConTactListItem .ConTactTitle {
  font-size: 18px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.FileDownLoad .ConTactListItem .ConTactsub {
  font-size: 14px;
  color: #707070;
  margin-top: 5px;
}
.FileDownLoad .ConTactListItem .ConTactsub.type {
  color: #002D71;
}
.FileDownLoad .ConTactListItem .ContactBtn {
  border-radius: 10px;
  border: 1px solid #BBBBBB;
  padding: 6px 24px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  color: #707070;
  transition: all 0.3s linear;
  cursor: pointer;
}
.FileDownLoad .ConTactListItem .ContactBtn i {
  font-size: 18px;
  margin-left: 5px;
  transition: all 0.3s linear;
}
.FileDownLoad .ConTactListItem .ContactBtn:hover {
  border-color: #811F23;
  background-color: #811F23;
  color: white;
}
.FileDownLoad .ConTactListItem .ContactBtn:hover i {
  margin-left: 12px;
}
.FileDownLoad .ConTactListItem:hover {
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.1);
}
.FileDownLoad .ConTactListItem:hover .ConTactTitle {
  color: #811F23;
}
@media screen and (max-width: 1200px) {
  .FileDownLoad.site {
    padding: 32px 2.6%;
  }
}
@media screen and (max-width: 1100px) {
  .FileDownLoad {
    grid-template-columns: repeat(2, 1fr);
  }
  .FileDownLoad.site {
    padding: 32px 2.6%;
  }
}
@media screen and (max-width: 750px) {
  .FileDownLoad {
    padding: 32px 2.6%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .FileDownLoad.site {
    grid-template-columns: repeat(1, 1fr);
  }
}
.weNeedYou {
  background-image: url("../img/lp-38.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 2.6%;
  box-sizing: border-box;
  background-position: center center;
}
.weNeedYou .weNeedYouWrap {
  background-color: #811F23;
  color: white;
  width: 90%;
  max-width: 323px;
  min-width: 230px;
  box-sizing: border-box;
  padding: 50px;
}
.weNeedYou .weNeedYouWrap .weNeedYouTitle {
  font-size: 52px;
}
.weNeedYou .weNeedYouWrap .weNeedYouSubtitle {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  .weNeedYou .weNeedYouWrap {
    width: 80%;
    padding: 30px;
  }
  .weNeedYou .weNeedYouWrap .weNeedYouTitle {
    font-size: 32px;
  }
}
.zhaopingCardList {
  padding: 50px 2.6%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.zhaopingCardList .zhaopingCardListItem {
  background-color: white;
  padding: 32px;
  box-sizing: border-box;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.zhaopingCardList .zhaopingCardListItem .zhaopingCardListItemTitleBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.zhaopingCardList .zhaopingCardListItem .zhaopingCardListItemTitle {
  font-size: 24px;
}
.zhaopingCardList .zhaopingCardListItem .zhaopingCardListItemSubtitle {
  font-size: 24px;
  color: #811F23;
}
.zhaopingCardList .zhaopingCardListItem .zhaopingCardListNumber,
.zhaopingCardList .zhaopingCardListItem .zhaopingCardListtime {
  color: #707070;
  font-size: 16px;
  margin: 10px 0;
}
.zhaopingCardList .zhaopingCardListItem .zhaopingCardListsub {
  color: #707070;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.6;
}
.zhaopingCardList .zhaopingCardListItem .zhaopingCardListItemBtn {
  border: 1px solid #BBBBBB;
  padding: 8px 24px;
  display: inline-flex;
  align-self: flex-start;
  transition: all 0.3s linear;
}
.zhaopingCardList .zhaopingCardListItem .zhaopingCardListItemBtn:hover {
  border-color: #811F23;
  color: #811F23;
  padding: 8px 32px;
}
.zhaopingCardList .zhaopingCardListItem:hover {
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  .zhaopingCardList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .zhaopingCardList {
    padding: 24px 2.6%;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .zhaopingCardList .zhaopingCardListItem {
    height: 300px;
    display: flex;
  }
  .zhaopingCardList .zhaopingCardListItem .zhaopingCardListItemTitle {
    font-size: 20px;
  }
  .zhaopingCardList .zhaopingCardListItem .zhaopingCardListItemSubtitle {
    font-size: 20px;
  }
  .zhaopingCardList .zhaopingCardListItem .zhaopingCardListNumber,
  .zhaopingCardList .zhaopingCardListItem .zhaopingCardListtime {
    font-size: 14px;
  }
  .zhaopingCardList .zhaopingCardListItem .zhaopingCardListsub {
    font-size: 14px;
  }
}
.Navital {
  background-color: white;
  padding: 24px 2.6%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.Navital.site {
  padding: 24px calc((100% - 1200px) / 2);
}
.Navital .NavitalItem {
  max-width: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-size: 18px;
}
.Navital .NavitalItem i {
  margin: 0 5px;
}
.Navital .NavitalItem[href] {
  cursor: pointer;
}
.Navital .NavitalItem[href]:hover {
  color: #811F23;
}
@media screen and (max-width: 1200px) {
  .Navital.site {
    padding: 12px 2.6%;
  }
}
@media screen and (max-width: 750px) {
  .Navital {
    padding: 12px 2.6%;
  }
  .Navital.site {
    padding: 12px 2.6%;
  }
  .Navital .NavitalItem {
    font-size: 16px;
  }
}
.DetailPage {
  padding: 30px 2.6%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 32px;
}
.DetailPage.site {
  padding: 50px calc((100% - 1200px) / 2);
}
.DetailPage .DetailPageLeft {
  flex: 1;
  background-color: white;
  box-sizing: border-box;
  padding: 32px;
}
.DetailPage .DetailPageLeft .title {
  font-size: 31px;
  font-weight: bold;
}
.DetailPage .DetailPageLeft .time {
  font-size: 18px;
  color: #707070;
  margin: 13px 0 32px 0;
}
.DetailPage .DetailPageLeft .content {
  font-size: 18px;
  line-height: 2;
  color: #3E3E3E;
}
.DetailPage .DetailPageLeft .content .noStepContent {
  margin-top: 20px;
}
.DetailPage .DetailPageLeft .content img {
  padding: 2em 0;
  max-width: 100%;
}
.DetailPage .DetailPageLeft .footer {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.DetailPage .DetailPageLeft .footer .prev,
.DetailPage .DetailPageLeft .footer .next {
  font-size: 18px;
  color: #707070;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.DetailPage .DetailPageLeft .footer .prev[href]:hover,
.DetailPage .DetailPageLeft .footer .next[href]:hover {
  color: #811F23;
}
.DetailPage .NoImgNewsListSearch {
  flex: 1;
  align-self: flex-start;
}
.DetailPage .DetailPageRight {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.DetailPage .DetailPageRight .box {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
}
.DetailPage .DetailPageRight .box .boxTitle {
  padding: 20px 32px;
  font-size: 21px;
  font-weight: bold;
}
.DetailPage .DetailPageRight .box .boxLinks {
  padding: 20px 32px;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.DetailPage .DetailPageRight .box .boxLinks i {
  transition: all 0.3s linear;
}
.DetailPage .DetailPageRight .box .boxLinks:hover {
  background-color: #811F23;
  color: white;
  padding: 20px 20px;
}
.DetailPage .DetailPageRight .box .newsItem {
  padding: 20px 32px;
  border-bottom: 1px solid #E6E6E6;
}
.DetailPage .DetailPageRight .box .newsItem:last-child {
  border: none;
}
.DetailPage .DetailPageRight .box .newsItem .time {
  font-size: 14px;
  color: #707070;
}
.DetailPage .DetailPageRight .box .newsItem .title {
  font-size: 18px;
  color: #000000;
  margin: 5px 0 24px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.DetailPage .DetailPageRight .box .newsItem .links {
  color: #811F23;
  font-size: 16px;
  transition: all 0.3s linear;
  align-self: flex-start;
  align-items: center;
  display: inline-flex;
}
.DetailPage .DetailPageRight .box .newsItem .links i {
  transition: all 0.3s linear;
  margin-left: 10px;
}
.DetailPage .DetailPageRight .box .newsItem:hover .title {
  color: #811F23;
}
.DetailPage .DetailPageRight .box .newsItem:hover .links {
  padding: 8px 24px;
  border: 1px solid #811F23;
  border-radius: 100px;
}
.DetailPage .DetailPageRight .box .newsItem:hover .links i {
  margin-left: 16px;
}
@media screen and (max-width: 1100px) {
  .DetailPage {
    flex-direction: column;
  }
  .DetailPage.site {
    padding: 16px 2.6%;
  }
  .DetailPage .DetailPageRight {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .DetailPage {
    padding: 16px 2.6%;
    flex-direction: column;
  }
  .DetailPage .DetailPageLeft {
    padding: 20px;
  }
  .DetailPage .DetailPageLeft .title {
    font-size: 24px;
  }
}
.NoImgNewsListItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 210px;
  box-sizing: border-box;
  background-color: white;
  transition: all 0.3s linear;
  padding: 30px;
}
.NoImgNewsListItem .title {
  font-size: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 20px;
}
.NoImgNewsListItem .sub {
  color: #707070;
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.NoImgNewsListItem .time {
  margin-top: 20px;
  font-size: 14px;
  color: #707070;
}
.NoImgNewsListItem:hover {
  background-color: #811F23;
  padding: 32px 20px;
  box-shadow: 3px 10px 20px rgba(189, 0, 0, 0.2);
}
.NoImgNewsListItem:hover .title,
.NoImgNewsListItem:hover .sub,
.NoImgNewsListItem:hover .time {
  color: white;
}
@media screen and (max-width: 750px) {
  .NoImgNewsListItem {
    height: 210px;
    padding: 24px;
  }
  .NoImgNewsListItem .title {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .NoImgNewsListItem .time {
    margin-top: 16px;
  }
  .NoImgNewsListItem:hover {
    padding: 16px 16px;
  }
}
.NoImgNewsListSearch {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .NoImgNewsListSearch {
    gap: 16px;
  }
}
.NoImgNewsList {
  display: grid;
  box-sizing: border-box;
  padding: 50px 2.6%;
  padding-top: 16px;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.NoImgNewsList.site {
  padding: 24px calc((100% - 1200px) / 2);
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 1200px) {
  .NoImgNewsList.site {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 1440px) {
  .NoImgNewsList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .NoImgNewsList {
    padding: 32px 2.6%;
    padding-top: 16px;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.IsImgNewsList {
  display: grid;
  box-sizing: border-box;
  padding: 50px 2.6%;
  padding-top: 16px;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.IsImgNewsList.site {
  padding: 20px calc((100% - 1200px) / 2);
  grid-template-columns: repeat(1, 1fr) !important;
}
@media screen and (max-width: 1200px) {
  .site {
    padding: 20px 16px;
  }
}
.IsImgNewsListItem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 289px;
  box-sizing: border-box;
  background-color: white;
  transition: all 0.3s linear;
  padding: 30px;
}
.IsImgNewsListItem .imgBox {
  width: 348px;
  height: 100%;
  transition: all 0.3s linear;
  overflow: hidden;
}
.IsImgNewsListItem .imgBox img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  object-fit: cover;
}
.IsImgNewsListItem .IsImgNewsListItemRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-left: 20px;
}
.IsImgNewsListItem .title {
  font-size: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 20px;
}
.IsImgNewsListItem .sub {
  color: #707070;
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.IsImgNewsListItem .time {
  margin-top: 20px;
  font-size: 14px;
  color: #707070;
}
.IsImgNewsListItem .btn {
  align-self: flex-end;
  color: #811F23;
  transition: all 0.3s linear;
  align-items: center;
}
.IsImgNewsListItem:hover {
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.1);
}
.IsImgNewsListItem:hover .imgBox img {
  transform: scale(1.2);
}
.IsImgNewsListItem:hover .title {
  color: #811F23;
}
.IsImgNewsListItem:hover .btn {
  border-radius: 100px;
  border: 1px solid #811F23;
  background-color: #811F23;
  color: white;
  padding: 8px 20px;
}
.IsImgNewsListItem:hover .btn i {
  margin-left: 12px;
}
@media screen and (max-width: 1550px) {
  .IsImgNewsList {
    grid-template-columns: repeat(2, 1fr);
  }
  .IsImgNewsListItem .imgBox {
    width: 300px;
  }
}
@media screen and (max-width: 1330px) {
  .IsImgNewsList {
    grid-template-columns: repeat(1, 1fr);
  }
  .IsImgNewsListItem {
    height: auto;
  }
  .IsImgNewsListItem .imgBox {
    width: 388px;
    height: 260px;
  }
}
@media screen and (max-width: 750px) {
  .IsImgNewsList {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding: 16px 2.6%;
    padding-top: 0px;
  }
  .IsImgNewsListItem {
    padding: 16px;
    height: auto;
  }
  .IsImgNewsListItem .IsImgNewsListItemRight {
    margin-left: 12px;
  }
  .IsImgNewsListItem .imgBox {
    width: 150px;
    height: 120px;
  }
  .IsImgNewsListItem .title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .IsImgNewsListItem .sub {
    font-size: 14px;
  }
  .IsImgNewsListItem .btn {
    display: none;
  }
}
.GreatImgNewsList {
  box-sizing: border-box;
  padding: 16px 2.6%;
}
.GreatImgNewsList .IsImgNewsListItem {
  height: auto;
}
.GreatImgNewsList .IsImgNewsListItem .imgBox {
  height: 430px;
  width: 737px;
}
.GreatImgNewsList .IsImgNewsListItem .imgBox img {
  width: 100%;
  transform: scale(1.2);
}
.GreatImgNewsList .IsImgNewsListItem .title {
  font-size: 32px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.GreatImgNewsList .IsImgNewsListItem .sub {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.GreatImgNewsList .IsImgNewsListItem .time {
  margin-top: 0;
  margin-bottom: 20px;
}
.GreatImgNewsList .IsImgNewsListItem .btn {
  align-self: flex-start;
  display: inline-flex;
  transition: all 0.3s linear;
  margin-top: 20px;
  align-items: center;
}
.GreatImgNewsList .NewLunboList {
  position: relative;
}
.GreatImgNewsList .NewLunboList .swiper-pagination {
  width: auto;
  display: inline-flex;
  left: 800px;
  bottom: 40px;
}
.GreatImgNewsList .NewLunboList .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.GreatImgNewsList .NewLunboList .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #811F23;
}
@media screen and (max-width: 1450px) {
  .GreatImgNewsList .IsImgNewsListItem .imgBox {
    width: 550px;
  }
  .GreatImgNewsList .NewLunboList {
    position: relative;
  }
  .GreatImgNewsList .NewLunboList .swiper-pagination {
    width: auto;
    display: inline-flex;
    left: 613px;
    bottom: 40px;
  }
}
@media screen and (max-width: 1150px) {
  .GreatImgNewsList .IsImgNewsListItem .imgBox {
    width: 450px;
  }
  .GreatImgNewsList .NewLunboList {
    position: relative;
  }
  .GreatImgNewsList .NewLunboList .swiper-pagination {
    width: auto;
    display: inline-flex;
    left: 513px;
    bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .GreatImgNewsList .IsImgNewsListItem {
    display: flex;
    flex-direction: column;
  }
  .GreatImgNewsList .IsImgNewsListItem .imgBox {
    width: 100%;
  }
  .GreatImgNewsList .IsImgNewsListItem .title {
    margin-top: 20px;
  }
  .GreatImgNewsList .NewLunboList {
    position: relative;
  }
  .GreatImgNewsList .NewLunboList .swiper-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0px;
    bottom: inherit;
    top: 430px;
  }
}
@media screen and (max-width: 640px) {
  .GreatImgNewsList {
    padding-top: 0px;
  }
  .GreatImgNewsList .IsImgNewsListItem {
    display: flex;
    flex-direction: column;
  }
  .GreatImgNewsList .IsImgNewsListItem .imgBox {
    width: 100%;
    height: 200px;
  }
  .GreatImgNewsList .IsImgNewsListItem .title {
    margin-top: 20px;
    font-size: 21px;
  }
  .GreatImgNewsList .IsImgNewsListItem .time {
    margin-bottom: 16px;
  }
  .GreatImgNewsList .NewLunboList {
    position: relative;
  }
  .GreatImgNewsList .NewLunboList .swiper-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0px;
    bottom: inherit;
    top: 180px;
  }
}
.YwuSelectSearch {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 24px 2.6%;
}
.YwuSelectSearch.site {
  padding: 24px calc((100% - 1200px) / 2);
}
@media screen and (max-width: 1200px) {
  .YwuSelectSearch.site {
    padding: 24px 16px;
  }
}
.FanganList {
  box-sizing: border-box;
  display: grid;
  gap: 20px;
  padding: 0px 2.6% 30px 2.6%;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 32px;
}
.FanganList.site {
  padding: 18px calc((100% - 1200px) / 2);
  grid-template-columns: repeat(3, 1fr);
}
.FanganListItem {
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  height: 310px;
  cursor: pointer;
}
.FanganListItem .FanganListItemImg {
  width: 100%;
  height: 160px;
}
.FanganListItem .FanganListItemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.FanganListItem .FanganListItemtitle {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.FanganListItem .FanganListItemContent {
  color: #707070;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin: 10px 0;
}
.FanganListItem .FanganListItemBtns {
  color: #811F23;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  align-self: flex-end;
  transition: all 0.3s linear;
  border: 1px solid transparent;
  padding: 8px 20px;
}
.FanganListItem .FanganListItemBtns i {
  transition: all 0.3s linear;
}
.FanganListItem:hover {
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.1);
}
.FanganListItem:hover .FanganListItemtitle {
  color: #811F23;
}
.FanganListItem:hover .FanganListItemBtns {
  border-radius: 100px;
  border: 1px solid #811F23;
  background-color: #811F23;
  color: white;
  padding: 8px 20px;
}
.FanganListItem:hover .FanganListItemBtns i {
  margin-left: 12px;
}
@media screen and (max-width: 1200px) {
  .FanganList {
    grid-template-columns: repeat(2, 1fr);
  }
  .FanganList.site {
    padding: 24px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .FanganList {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    padding: 0px 2.6% 16px 2.6%;
  }
  .FanganList.site {
    padding: 0px 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .FanganList .FanganListItem .FanganListItemtitle {
    margin-top: 16px;
  }
  .FanganListItem {
    padding: 20px;
    height: auto;
  }
}
.QuereyBtn {
  border-radius: 6px;
  line-height: 4;
  font-size: 16px;
  display: flex;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  color: white;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.QuereyBtn:hover {
  opacity: 0.8;
}
.CaruorTabsList {
  margin: 24px 0;
}
.CaruorTabsList .CaruorTabsItem .CaruorTabsItemHeader {
  cursor: pointer;
  height: 64px;
  background-color: #F2F2F2;
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 20px;
  box-sizing: border-box;
  align-items: center;
  padding: 0 24px;
  border-bottom: 1px solid #c5c5c5;
}
.CaruorTabsList .CaruorTabsItem .CaruorTabsItemHeader .CaruorTabsItemTitle {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.CaruorTabsList .CaruorTabsItem .CaruorTabsItemHeader .CaruorTabsItemIcon {
  margin-left: 32px;
}
.CaruorTabsList .CaruorTabsItem .CaruorTabsItemIcon {
  font-size: 30px;
  color: #000000;
}
.CaruorTabsList .CaruorTabsItem .CaruorTabsItemIcon .off {
  display: none;
}
.CaruorTabsList .CaruorTabsItem .CaruorTabsItemIcon .onf {
  display: flex;
}
.CaruorTabsList .CaruorTabsItem .CaruorTabsItemHConterBOx {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.2s linear;
}
.CaruorTabsList .CaruorTabsItem .CaruorTabsItemHConterContent {
  padding: 32px 0;
}
.CaruorTabsList .CaruorTabsItem .CaruorTabsItemHConter {
  min-height: 0px;
  overflow: hidden;
  box-sizing: border-box;
}
.CaruorTabsList .CaruorTabsItem.active .CaruorTabsItemHeader {
  color: #811F23;
  border-bottom: 1px solid #811F23;
}
.CaruorTabsList .CaruorTabsItem.active .CaruorTabsItemHConterBOx {
  grid-template-rows: 1fr;
  flex: 1;
}
.CaruorTabsList .CaruorTabsItem.active .CaruorTabsItemIcon {
  color: #811F23;
}
.CaruorTabsList .CaruorTabsItem.active .CaruorTabsItemIcon .off {
  display: flex;
}
.CaruorTabsList .CaruorTabsItem.active .CaruorTabsItemIcon .on {
  display: none;
}
.RongYuList {
  box-sizing: border-box;
  padding: 16px 2.6% 32px 2.6%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.RongYuList.site {
  padding: 24px calc((100% - 1200px) / 2);
  grid-template-columns: repeat(4, 1fr);
}
.RongYuList .RongYuListItem {
  padding: 15px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.RongYuList .RongYuListItem .ImgBox {
  width: 256px;
  height: 354px;
  overflow: hidden;
}
.RongYuList .RongYuListItem .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s linear;
}
.RongYuList .RongYuListItem .RongYuListItemText {
  margin: 20px 20px;
  font-size: 18px;
  color: #707070;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.RongYuList .RongYuListItem:hover .ImgBox img {
  transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  .RongYuList.site {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 1600px) {
  .RongYuList {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1290px) {
  .RongYuList {
    grid-template-columns: repeat(3, 1fr);
  }
  .RongYuList.site {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .RongYuList {
    grid-template-columns: repeat(2, 1fr);
  }
  .RongYuList.site {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .RongYuList {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .RongYuList .RongYuListItem {
    padding: 8px;
  }
  .RongYuList .RongYuListItem .ImgBox {
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
  .RongYuList .RongYuListItem .ImgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s linear;
  }
  .RongYuList .RongYuListItem .RongYuListItemText {
    margin-top: 20px;
    font-size: 16px;
  }
}
.QiyweWenHua {
  box-sizing: border-box;
  padding: 16px 2.6% 32px 2.6%;
  margin: 16px 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 12%;
}
.QiyweWenHua.QiyweWenHuaRight {
  padding-right: 12%;
  padding-left: 2.6%;
  text-align: left;
  align-items: flex-end;
}
.QiyweWenHua .QiyweWenHuaBoxText-1 {
  font-size: 31px;
}
.QiyweWenHua .QiyweWenHuaBoxText-2 {
  font-size: 62px;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px;
  max-width: 600px;
}
.QiyweWenHua .QiyweWenHuaBoxText-3 {
  font-size: 20px;
  line-height: 1.8;
  max-width: 600px;
}
@media screen and (max-width: 960px) {
  .QiyweWenHua {
    padding: 32px;
    margin: 16px 0;
    height: auto;
    padding-left: 32px;
  }
  .QiyweWenHua.QiyweWenHuaRight {
    padding-left: 32px;
    padding-right: 32px;
  }
  .QiyweWenHua .QiyweWenHuaBoxText-1 {
    font-size: 16px;
  }
  .QiyweWenHua .QiyweWenHuaBoxText-2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px;
  }
  .QiyweWenHua .QiyweWenHuaBoxText-3 {
    line-height: 1.8;
    background: rgba(0, 0, 0, 0.85);
    padding: 20px;
    max-height: 200px;
    overflow-y: scroll;
  }
}
.FazhanLichen {
  padding: 50px 2.6%;
}
.FazhanLichen .FazhanLichenBox {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: auto;
}
.FazhanLichen .FazhanLichenBox .FazhanLichenBoxWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.FazhanLichen .FazhanLichenBox .FazhanBarLine {
  width: 2px;
  background-color: #811F23;
  height: 100%;
  flex-shrink: 0;
  position: absolute;
  left: calc(50% - 1px);
}
.FazhanLichen .FazhanLichenBox .FazhanLichenBoxItem {
  flex-shrink: 0;
  position: relative;
  left: 0;
  top: 0;
  padding: 50px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  transform: translateX(calc(-50% + 165px));
}
.FazhanLichen .FazhanLichenBox .FazhanLichenBoxItem:nth-child(2n) {
  flex-direction: row-reverse;
  transform: translateX(calc(50% - 165px));
}
.FazhanLichen .FazhanLichenBox .FazhanLichenBoxItem:nth-child(2n) .FazhanLichenBoxItemLabel {
  text-align: right;
  justify-content: flex-end;
  padding-left: 0px;
  padding-right: 10px;
}
.FazhanLichen .FazhanLichenBox .FazhanLichenBoxItem .FazhanBox {
  height: auto;
  background-color: white;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 18px;
  box-sizing: border-box;
  width: 450px;
}
.FazhanLichen .FazhanLichenBox .FazhanLichenBoxItem .FazhanBox .FazhanLichenBoxItemTitle {
  font-size: 21px;
}
.FazhanLichen .FazhanLichenBox .FazhanLichenBoxItem .FazhanBox .FazhanLichenBoxItemContent {
  font-size: 15px;
  color: #707070;
  margin-top: 10px;
}
.FazhanLichen .FazhanLichenBox .FazhanLichenBoxItem .FazhanLichenBoxItemLine {
  width: 140px;
  height: 1px;
  background-color: #707070;
  flex-shrink: 0;
}
.FazhanLichen .FazhanLichenBox .FazhanLichenBoxItem .FazhanLichenBoxItemLabel {
  color: #811F23;
  font-size: 24px;
  font-weight: bold;
  width: 150px;
  display: flex;
  box-sizing: border-box;
  text-align: center;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
}
.FazhanLichen .FazhanLichenBox .FazhanLichenBoxItem .FazhanLichenBoxItemCirl {
  width: 30px;
  height: 30px;
  border: 10px solid #811F23;
  background-color: white;
  box-sizing: border-box;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .FazhanLichen {
    padding: 16px 2.6%;
  }
  .FazhanLichen .FazhanLichenBox {
    height: auto;
  }
  .FazhanLichen .FazhanLichenBox .FazhanBarLine {
    display: none !important;
  }
  .FazhanLichen .FazhanLichenBox .FazhanLichenBoxWrap {
    position: static;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .FazhanLichen .FazhanLichenBox .FazhanLichenBoxWrap .FazhanLichenBoxItem {
    display: flex;
    flex-direction: column;
    transform: translateY(0px);
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px;
  }
  .FazhanLichen .FazhanLichenBox .FazhanLichenBoxWrap .FazhanLichenBoxItem:nth-child(2n) {
    flex-direction: column;
    transform: translateY(0px);
    padding: 0px;
  }
  .FazhanLichen .FazhanLichenBox .FazhanLichenBoxWrap .FazhanLichenBoxItem:nth-child(2n) .FazhanLichenBoxItemLabel {
    text-align: left;
    display: block;
  }
  .FazhanLichen .FazhanLichenBox .FazhanLichenBoxWrap .FazhanLichenBoxItem .FazhanBox {
    height: auto;
    width: 100%;
  }
  .FazhanLichen .FazhanLichenBox .FazhanLichenBoxWrap .FazhanLichenBoxItem .FazhanLichenBoxItemLine,
  .FazhanLichen .FazhanLichenBox .FazhanLichenBoxWrap .FazhanLichenBoxItem .FazhanLichenBoxItemCirl {
    display: none;
  }
  .FazhanLichen .FazhanLichenBox .FazhanLichenBoxWrap .FazhanLichenBoxItem .FazhanLichenBoxItemLabel {
    text-align: left;
    background-color: white;
    width: 100%;
    height: auto;
    padding: 12px 20px;
  }
}
.ZhuZhiJiaGou {
  padding: 50px 2.6%;
  background-color: white;
}
.ZhuZhiJiaGou img {
  width: 100%;
  max-width: 1000px;
}
.listLoadingBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.listLoadingBox .listLoadingBoxItem {
  display: none;
  font-size: 16px;
  color: #811F23;
  text-align: center;
}
.listLoadingBox .listLoadingBoxItem .listLoadingBoxItemIcon {
  display: block;
  font-size: 24px;
}
.listLoadingBox .listLoadingBoxItem .listLoadingBoxItemIcon.loading {
  animation: loadingR 1s infinite linear;
}
.listLoadingBox.loading .listLoadingBoxItem.loading {
  display: block;
}
.listLoadingBox.error .listLoadingBoxItem.error {
  display: block;
}
.listLoadingBox.nodata .listLoadingBoxItem.nodata {
  display: block;
  color: #888;
}
@keyframes loadingR {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nHeaderTop {
  height: 28px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 calc((100% - 1200px) / 2);
  font-size: 12px;
  background-color: #811F23;
  color: white;
}
.nHeaderTop .nHeaderTopRight a {
  padding-left: 20px;
  color: white;
}
.nHeaderTop .nHeaderTopRight a[href]:hover {
  opacity: 0.7;
}
.nHeaderWebBoxPc {
  height: 80px;
  padding: 0 calc((100% - 1200px) / 2);
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: sticky;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 88;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.nHeaderWebBoxPc .nHeaderWebBoxPcLeft span {
  margin-top: -2px;
}
.nHeaderWebBoxPc .nHeaderWebBoxPcRight {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  gap: 28px;
  height: 100%;
}
.nHeaderWebBoxPc .nHeaderWebBoxPcRight .nHeaderWebBoxPcRightItem {
  position: relative;
  height: 100%;
  display: block;
}
.nHeaderWebBoxPc .nHeaderWebBoxPcRight .nHeaderWebBoxPcRightItem .nHeaderWebBoxPcRightItemLinks {
  font-size: 16px;
  color: #000000;
  height: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.nHeaderWebBoxPc .nHeaderWebBoxPcRight .nHeaderWebBoxPcRightItem .nHeaderWebBoxPcRightItemLinks::after {
  position: absolute;
  display: flex;
  content: " ";
  width: 0%;
  left: 50%;
  height: 2px;
  background-color: #811F23;
  bottom: 20px;
  transition: all 0.3s linear;
}
.nHeaderWebBoxPc .nHeaderWebBoxPcRight .nHeaderWebBoxPcRightItem.hover .nHeaderWebBoxPcRightItemLinks,
.nHeaderWebBoxPc .nHeaderWebBoxPcRight .nHeaderWebBoxPcRightItem:hover .nHeaderWebBoxPcRightItemLinks {
  color: #811F23;
  font-weight: bold;
  position: relative;
}
.nHeaderWebBoxPc .nHeaderWebBoxPcRight .nHeaderWebBoxPcRightItem.hover .nHeaderWebBoxPcRightItemLinks::after,
.nHeaderWebBoxPc .nHeaderWebBoxPcRight .nHeaderWebBoxPcRightItem:hover .nHeaderWebBoxPcRightItemLinks::after {
  width: 50%;
  left: 25%;
}
.nHeaderWebBoxPc .nHeaderWebBoxPcRight .nHeaderWebBoxPcRightItem .nHeaderWebBoxPcChildren {
  display: block;
  position: absolute;
  top: 80px;
  transform: translateX(-25%) scaleX(-1);
  transition: all 0.5s linear;
  opacity: 0;
  pointer-events: none;
  min-width: 110px;
  background-color: #ffffff;
}
.nHeaderWebBoxPc .nHeaderWebBoxPcRight .nHeaderWebBoxPcRightItem .nHeaderWebBoxPcChildren .nHeaderWebBoxPcChildrenItem {
  display: block;
  color: #000000;
  padding: 20px;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
}
.nHeaderWebBoxPc .nHeaderWebBoxPcRight .nHeaderWebBoxPcRightItem .nHeaderWebBoxPcChildren .nHeaderWebBoxPcChildrenItem:hover {
  color: #811F23;
}
.nHeaderWebBoxPc .nHeaderWebBoxPcRight .nHeaderWebBoxPcRightItem.active .nHeaderWebBoxPcChildren,
.nHeaderWebBoxPc .nHeaderWebBoxPcRight .nHeaderWebBoxPcRightItem:hover .nHeaderWebBoxPcChildren {
  transform: translateX(-25%) scaleX(1);
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 1200px) {
  .nHeaderWebBoxPc,
  .nHeaderTop {
    padding: 0 35px;
  }
}
@media screen and (max-width: 1120px) {
  .nHeaderWebBoxPc,
  .nHeaderTop {
    display: none;
  }
}
.nSiteHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 350px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  box-sizing: border-box;
  padding: 50px;
}
.nSiteHeader .groupHeaderSubtitle,
.nSiteHeader .groupHeaderSubEn {
  color: white;
}
.nSiteHeader .groupHeaderSubtitle {
  font-size: 42px;
  font-weight: bold;
  line-height: 50px;
}
.nSiteHeader .groupHeaderSubEn {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 1120px) {
  .nSiteHeader .groupHeaderSubtitle {
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
  }
  .nSiteHeader .groupHeaderSubEn {
    font-size: 13px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .nSiteHeader {
    padding: 16px;
  }
  .nSiteHeader .groupHeaderSubtitle {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
  }
  .nSiteHeader .groupHeaderSubEn {
    font-size: 13px;
    margin-top: 10px;
  }
}
.nTitleHeaderBar {
  padding: 20px calc((100% - 1200px) / 2);
  padding-bottom: 0px !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ECEEF1;
}
.nTitleHeaderBar .nTitleHeaderBarTitle {
  font-size: 38px;
  color: #811F23;
  font-weight: bold;
}
.nTitleHeaderBar .nTitleHeaderBarEn {
  font-size: 19px;
  color: #CBCBCB;
  margin-left: 8px;
  display: none;
}
.nTitleHeaderBar .nTitleHeaderBarRight {
  color: #707070;
  border: 1px solid #707070;
  border-radius: 50px;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nTitleHeaderBar .nTitleHeaderBarRight i {
  transition: all 0.3s linear;
}
.nTitleHeaderBar .nTitleHeaderBarRight:hover {
  border-color: #811F23;
  color: #811F23;
}
.nTitleHeaderBar .nTitleHeaderBarRight:hover i {
  margin-left: 15px;
}
.nTitleHeaderBar .nTitleHeaderBarRightBtns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nTitleHeaderBar .nTitleHeaderBarRightBtns .nTitleHeaderBarRightBtnsItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  background-color: white;
  font-size: 30px;
  color: #707070;
  cursor: pointer;
  transition: all 0.3s linear;
}
.nTitleHeaderBar .nTitleHeaderBarRightBtns .nTitleHeaderBarRightBtnsItem:hover {
  color: #811F23;
}
.nTitleHeaderBar .nTitleHeaderBarRightBtns .nTitleHeaderBarRightBtnsItem:active {
  background-color: #811F23;
  color: white;
}
.nYewuList {
  padding: 28px calc((100% - 1200px) / 2);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  background-color: #ECEEF1;
}
.nYewuList .nYewuListItemImg {
  line-height: 0;
}
.nYewuList .nYewuListItemImg {
  width: 100%;
  height: auto;
  min-height: 147px;
  border: none;
}
.nYewuList .nYewuListItemBar {
  padding: 10px 12px;
  background-color: #1F3D6A;
  color: white;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nYewuList .nYewuListItemBar .nYewuListItemBarLeft {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  padding-right: 20px;
}
.nYewuList .nYewuListItemBar .nYewuListItemBarRight {
  flex-shrink: 0;
  display: flex;
  color: white;
  border-radius: 50px;
  padding: 6px 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #811F23;
}
.nYewuList .nYewuListItemBar .nYewuListItemBarRight i {
  transition: all 0.3s linear;
}
.nYewuList .nYewuListItemBar .nYewuListItemBarRight:hover i {
  margin-left: 15px;
}
.nYewuList .nYewuListItemMenu {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 290px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.nYewuList .nYewuListItemMenu .nYewuListItemMenuItem {
  padding: 10px 0;
  border-bottom: 1px solid #E9E9E9;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nYewuList .nYewuListItemMenu .nYewuListItemMenuItem:last-child {
  border: none;
}
.nYewuList .nYewuListItemMenu .nYewuListItemMenuItem .nYewuListItemMenuItemText {
  margin-right: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.nYewuList .nYewuListItemMenu .nYewuListItemMenuItem:hover {
  color: #811F23;
  border-color: #811F23;
}
.nYewuList .nYewuListItemMenu:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .nYewuList,
  .nTitleHeaderBar {
    padding: 20px 35px;
  }
  .nYewuList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .nYewuList,
  .nTitleHeaderBar {
    padding: 20px 16px;
  }
  .nYewuList {
    grid-template-columns: repeat(1, 1fr);
  }
  .nYewuList .nYewuListItemMenu {
    height: auto;
  }
  .nYewuList .nYewuListItemMenu .nYewuListItemMenuItem {
    font-size: 16px;
    padding: 20px 0;
  }
  .nTitleHeaderBar .nTitleHeaderBarTitle {
    font-size: 24px;
  }
  .nTitleHeaderBar .nTitleHeaderBarEn {
    font-size: 11px;
    display: none;
  }
  .nTitleHeaderBar .nTitleHeaderBarRight {
    padding: 5px 15px;
  }
}
.nNewsTitleHeaderBar {
  padding: 20px calc((100% - 1200px) / 2);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}
.nNewsTitleHeaderBar .nTitleHeaderBarTitle {
  font-size: 38px;
  color: #811F23;
  font-weight: bold;
}
.nNewsTitleHeaderBar .nTitleHeaderBarEn {
  font-size: 19px;
  color: #CBCBCB;
  margin-left: 8px;
  display: none;
}
.nNewsTitleHeaderBar .nTitleHeaderBarRight {
  color: #707070;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
.nNewsTitleHeaderBar .nTitleHeaderBarRight .nTitleHeaderBarRightAlinks {
  font-size: 16px;
  position: relative;
}
.nNewsTitleHeaderBar .nTitleHeaderBarRight .nTitleHeaderBarRightAlinks::after {
  position: absolute;
  display: flex;
  content: " ";
  width: 0%;
  left: 50%;
  height: 2px;
  background-color: #811F23;
  bottom: -5px;
  transition: all 0.3s linear;
}
.nNewsTitleHeaderBar .nTitleHeaderBarRight .nTitleHeaderBarRightAlinks:hover,
.nNewsTitleHeaderBar .nTitleHeaderBarRight .nTitleHeaderBarRightAlinks.active {
  color: #811F23;
  font-weight: bold;
}
.nNewsTitleHeaderBar .nTitleHeaderBarRight .nTitleHeaderBarRightAlinks:hover::after,
.nNewsTitleHeaderBar .nTitleHeaderBarRight .nTitleHeaderBarRightAlinks.active::after {
  width: 50%;
  left: 25%;
}
@media screen and (max-width: 1200px) {
  .nNewsTitleHeaderBar {
    padding: 20px 35px;
  }
}
@media screen and (max-width: 960px) {
  .nNewsTitleHeaderBar {
    padding: 20px 16px;
  }
  .nNewsTitleHeaderBar .nTitleHeaderBarTitle {
    font-size: 24px;
  }
  .nNewsTitleHeaderBar .nTitleHeaderBarEn {
    font-size: 11px;
    display: none;
  }
  .nNewsTitleHeaderBar .nTitleHeaderBarRight {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 640px) {
  .nNewsTitleHeaderBar {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
  }
  .nNewsTitleHeaderBar .nTitleHeaderBarTitle {
    font-size: 24px;
  }
  .nNewsTitleHeaderBar .nTitleHeaderBarEn {
    font-size: 11px;
    display: none;
  }
  .nNewsTitleHeaderBar .nTitleHeaderBarRight {
    margin-top: 20px;
  }
  .nNewsTitleHeaderBar .nTitleHeaderBarRight .nTitleHeaderBarRightAlinks {
    font-size: 16px;
  }
}
.nNewsMod {
  padding: 20px calc((100% - 1200px) / 2);
  box-sizing: border-box;
  background-color: white;
}
.nNewsMod .swiperNews {
  overflow: hidden;
}
.nNewsMod .swiper-slide {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  min-height: 300px;
}
.nNewsMod .nNewsModLeft {
  width: 386px;
  height: 473px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F7F7F7;
  transition: all 0.5s linear;
  flex-shrink: 0;
}
.nNewsMod .nNewsModLeft .nNewsModLeftImg {
  width: 100%;
  height: 240px;
  transition: all 0.5s linear;
  overflow: hidden;
}
.nNewsMod .nNewsModLeft .nNewsModLeftImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s linear;
}
.nNewsMod .nNewsModLeft .nNewsModLeftImgNr {
  padding: 18px;
}
.nNewsMod .nNewsModLeft .nNewsModLeftTitle {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: bold;
}
.nNewsMod .nNewsModLeft .nNewsModLeftTime {
  color: #707070;
  font-size: 12px;
  margin: 13px 0;
}
.nNewsMod .nNewsModLeft .nNewsModLeftPro {
  color: #707070;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.nNewsMod .nNewsModLeft .nNewsModLeftBtn {
  box-sizing: border-box;
  margin-bottom: 18px;
  margin-left: 18px;
  display: inline-flex;
  width: max-content;
  color: #707070;
  border: 1px solid #707070;
  border-radius: 50px;
  padding: 8px 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nNewsMod .nNewsModLeft .nNewsModLeftBtn i {
  transition: all 0.3s linear;
}
.nNewsMod .nNewsModLeft .nNewsModLeftBtn:hover {
  border-color: #811F23;
  color: #811F23;
}
.nNewsMod .nNewsModLeft .nNewsModLeftBtn:hover i {
  margin-left: 15px;
}
.nNewsMod .nNewsModLeft:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.nNewsMod .nNewsModLeft:hover .nNewsModLeftImg img {
  transform: scale(1.1);
}
.nNewsMod .nNewsModLeft:hover .nNewsModLeftTitle {
  color: #811F23;
}
.nNewsMod .nNewsModRight {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.nNewsMod .nNewsModRight .nNewsModRightItem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 130px;
  background-color: white;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F7F7F7;
}
.nNewsMod .nNewsModRight .nNewsModRightItem:last-child {
  border: none;
  margin-bottom: 0px;
}
.nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightImg {
  width: 200px;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightImg img {
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightItemRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightItemRight .nNewsModRightItemTitle {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: bold;
}
.nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightItemRight .nNewsModRightItemTime {
  color: #707070;
  font-size: 12px;
  margin: 5px 0;
}
.nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightItemRight .nNewsModRightItemText {
  color: #707070;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightItemRight .nNewsModRightItemBtn {
  box-sizing: border-box;
  display: inline-flex;
  width: max-content;
  color: #811F23;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightItemRight .nNewsModRightItemBtn i {
  transition: all 0.3s linear;
}
.nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightItemRight .nNewsModRightItemBtn:hover {
  border-color: #811F23;
  color: #811F23;
}
.nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightItemRight .nNewsModRightItemBtn:hover i {
  margin-left: 15px;
}
.nNewsMod .nNewsModRight .nNewsModRightItem:hover .nNewsModRightImg img {
  transform: scale(1.1);
}
.nNewsMod .nNewsModRight .nNewsModRightItem:hover .nNewsModRightItemRight .nNewsModRightItemTitle {
  color: #811F23;
}
@media screen and (max-width: 1200px) {
  .nNewsMod {
    padding: 20px 35px;
  }
}
@media screen and (max-width: 960px) {
  .nNewsMod {
    padding: 20px 16px;
  }
  .nNewsMod .swiper-slide {
    flex-direction: column;
  }
  .nNewsMod .nNewsModLeft {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .nNewsMod .nNewsModLeft .nNewsModLeftTime {
    margin: 5px 0;
  }
  .nNewsMod .nNewsModLeft .nNewsModLeftPro {
    font-size: 16px;
  }
  .nNewsMod .nNewsModRight .nNewsModRightItem {
    height: auto;
    gap: 10px;
  }
  .nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightImg {
    width: 150px;
    height: 110px;
    flex-shrink: 0;
  }
  .nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightItemRight .nNewsModRightItemTime {
    margin: 5px 0;
  }
  .nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightItemRight .nNewsModRightItemText {
    font-size: 16px;
    -webkit-line-clamp: 1;
  }
  .nNewsMod .nNewsModRight .nNewsModRightItem .nNewsModRightItemRight .nNewsModRightItemBtn {
    font-size: 18px;
  }
}
.nCareBox {
  padding: 20px calc((100% - 1200px) / 2);
  box-sizing: border-box;
  background-color: #ECEEF1;
}
.nCareBox .nCareBoxSwiper {
  width: 100%;
  overflow: hidden;
}
.nCareBox .nCareBoxWrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  gap: 6px;
  padding-bottom: 50px;
  overflow: hidden;
}
.nCareBox .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;
}
.nCareBox .nCareBoxWrap .nCareBoxWrapItem img {
  width: 70%;
  height: auto;
  transition: all 0.3s linear;
}
.nCareBox .nCareBoxWrap .nCareBoxWrapItem:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.nCareBox .nCareBoxWrap .nCareBoxWrapItem:hover img {
  transform: scale(1.1);
}
.nCareBox.JianChe .nCareBoxWrap .nCareBoxWrapItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .nCareBox {
    padding: 20px 35px;
  }
  .nCareBox .nCareBoxWrap {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .nCareBox {
    padding: 20px 16px;
  }
  .nCareBox .nCareBoxWrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .nCareBox .nCareBoxWrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.nZizunYewu {
  padding: 24px calc((100% - 1200px) / 2);
  box-sizing: border-box;
  background-color: #F7F7F7;
}
.nZizunYewu .nZizunYewuTips {
  padding: 8px 12px;
  font-size: 14px;
  margin-top: 20px;
}
.nZizunYewu .nZizunYewuForm {
  flex: 1;
  font-size: 16px;
}
.nZizunYewu .nZizunYewuForm .nZizunYewuFormTitle {
  padding: 20px 0;
}
.nZizunYewu .nZizunYewuForm input {
  box-sizing: border-box;
  width: 100%;
  border: none;
  background-color: white;
  height: 50px;
  padding: 0 12px;
  outline: none;
  font-size: 16px;
}
.nZizunYewu .nZizunYewuForm textarea {
  box-sizing: border-box;
  width: 100%;
  border: none;
  background-color: white;
  height: 90px;
  padding: 12px 12px;
  outline: none;
  font-size: 16px;
}
.nZizunYewu .nZizunYewuForm select {
  width: 100%;
}
.nZizunYewu .nZizunYewuFormWrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.nZizunYewu .nZizunYewuFormSubmit {
  margin-top: 24px;
  border: none;
  outline: none;
  border-radius: 0px;
  background-color: #811F23;
  color: white;
  height: 50px;
  padding: 0 50px;
  cursor: pointer;
}
.nZizunYewu .nZizunYewuFormSubmit:hover {
  opacity: 0.9;
}
.nZizunYewu .nZizunYewuFormSubmit:active {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .nZizunYewu {
    padding: 50px 16px;
  }
  .nZizunYewu .nZizunYewuFormSubmit {
    width: 100%;
  }
}
.l7-control-logo img {
  display: none !important;
}
.pageDetail {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding: 50px calc((100% - 1200px) / 2);
}
@media screen and (max-width: 1200px) {
  .nZizunYewu {
    padding: 20px 16px;
  }
}
.YeWuListHeader {
  padding: 30px calc((100% - 1200px) / 2);
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  height: 350px;
  box-sizing: border-box;
}
.YeWuListHeader .rightImg {
  width: 40%;
  height: 100%;
  flex-shrink: 0;
}
.YeWuListHeader .rightImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.YeWuListHeader .leftContent {
  padding-left: 30px;
  height: 100%;
  flex: 1;
  overflow-y: auto;
}
.YeWuListHeader .leftContent .leftContentTitle {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
.YeWuListHeader .leftContent .leftContentWrapContent {
  font-size: 16px;
  color: #707070;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .YeWuListHeader {
    padding: 20px 16px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .YeWuListHeader {
    padding: 20px 16px;
    flex-direction: column;
    height: auto;
  }
  .YeWuListHeader .rightImg {
    width: 100%;
  }
  .YeWuListHeader .leftContent {
    max-height: 350px;
    padding-left: 0;
    margin-top: 16px;
  }
}
.headerWeb_aboutSiite {
  padding: 30px calc((100% - 1200px) / 2);
  padding-bottom: 0px;
}
.headerWeb_aboutSiite .headerWeb_item {
  padding: 0 23px;
  gap: 20px;
}
.headerWeb_aboutSiite .headerWeb_item:first-child {
  padding-left: 0px;
}
.headerWeb_aboutSiite .headerWeb_item:last-child {
  padding-right: 0px;
}
.headerWeb_aboutSiite .headerWeb_item .headerWeb_item_img {
  height: 200px;
}
.headerWeb_aboutSiite .headerWeb_item_title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 21px;
}
@media screen and (max-width: 1200px) {
  .headerWeb_aboutSiite {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 950px) {
  .headerWeb_aboutSiite .headerWeb_about_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .headerWeb_aboutSiite .headerWeb_item {
    padding: 0px;
  }
}
.SiteCanctWrapRightTips {
  font-size: 16px;
  margin-top: 16px;
}
