:root {
  --max: 1400px;
  --size14: 14px;
  --size16: 16px;
  --size18: 18px;
  --size20: 20px;
  --size24: 24px;
  --size30: 30px;

  --top30: 30px;
  --top60: 60px;
}

/* @font-face {
  font-family: "arial";
  src: url("../fonts/arial.ttf") format("truetype");
}

@font-face {
  font-family: "arialbd";
  src: url("../fonts/arialbd.ttf") format("truetype");
}

@font-face {
  font-family: "EXOTC";
  src: url("../fonts/EXOTC350.TTF") format("truetype");
}

@font-face {
  font-family: "zhengku";
  src: url("../fonts/zhengku.TTF") format("truetype");
} */

body {
  font-family: "微软雅黑";
  background: #F2F2F2;
}

.hertre {
  width: 100%;
  z-index: 999;
  position: relative;
  background: #191E23;
  padding-top: var(--top30);
}

.hertre_cen {
  width: var(--max);
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.logo {
  width: 200px;
  overflow: hidden;

}

.logo img {
  width: 100%;
  height: auto;
}

.hertre_cen form {
  width: 300px;
  overflow: hidden;
  position: relative;
}

.seach_t {
  width: 100%;
  height: 40px;
  background: rgba(171, 100, 49, 0.11);
  border: 1px solid #ff8711;
  border-radius: 29px;
  font-size: var(--size14);
  color: #ff8711;
  padding: 0 var(--top30);
}

.seach_s {
  width: 20px;
  height: 20px;
  background: transparent;
  background-image: url(../images/shousuo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: var(--top30);
  transform: translateY(-50%);
  cursor: pointer;
}

.nav {
  width: var(--max);
  height: 70px;
  margin: auto;
}

.nav ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.nav ul li {
  font-size: var(--size18);
  color: #ff8711;
  text-align: center;
  line-height: 70px;
  position: relative;
  font-family: "zhengku";
  text-transform: uppercase;
}

.nav ul li img {
  display: none;
}

.nav ul li.nav_cen {
  color: #ff8711
}

.nav ul li:hover {
  color: #ff8711;
}

.nav ul li::after {
  content: "";
  width: 0%;
  height: 3px;
  background: #ff8711;
  position: absolute;
  bottom: 0px;
  left: 0%;
  transition: all 0.3s;
}

.nav ul li.nav_cen::after {
  width: 100%;
}

.nav ul li:hover::after {
  width: 100%;
}

.nav_ul {
  width: max-content;
  overflow: hidden;
  position: absolute;
  top: 70px;
  background: #191E23;
  left: 0%;
  padding: 10px 40px;
 display: none;
 transition: auto;
}

.nav_ul a {
  width: 100%;
  display: block;
  text-align: left;
  line-height: 3.2;
  font-size: var(--size14);
  font-family: "zhengku";
  color: #ffffff;
}

.nav_ul a:hover {
  color: #ff8711;
}

.nav_ul a.nav_ul_nav {
  color: #ff8711;
}

.an {
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  right: 0%;
  top: 0;
  transition: all 0.5s;
  z-index: 99;
}


.container {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.banner {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  position: relative;
  display: none;
}

.banner img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.banner_text {
  width: var(--max);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_text {
  width: max-content;
  overflow: hidden;
  height: calc(100% - 30px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background: #191E23;
  padding: 0 var(--top60) 0 var(--top30);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  flex-direction: column;
}

.banner_text h1 {
  width: 100%;
  font-size: var(--size18);
  color: #FFFFFF;
  line-height: 1;
  font-family: "zhengku";
  text-transform: uppercase;
}

.banner_text p {
  width: 100%;
  font-size: var(--size30);
  color: #FFFFFF;
  line-height: 1;
  font-family: "zhengku";
  text-transform: uppercase;
  margin-top: 10px;
}

.mianbao {
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.mianbao_l {
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mianbao_l p {
  font-size: var(--size16);
  color: #4C464C;
  line-height: 1;
  font-family: "arialbd";
}

.mianbao_l a {
  font-size: var(--size16);
  color: #ff8711;
  line-height: 1;
  font-family: "arialbd";
  margin-left: 5px;
}

.mianbao_r {
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mianbao_r p {
  font-size: var(--size16);
  color: #333333;
  line-height: 1;
}

.mianbao_r ul {
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mianbao_r ul li {
  width: 20px;
  margin-left: 10px;
}

.mianbao_r ul li img {
  width: 100%;
  height: auto;
}

.list {
  width: var(--max);
  margin: var(--top60) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.list_left {
  width: 300px;
  overflow: hidden;
}

.list_top {
  word-wrap: 100%;
  overflow: hidden;
  background: #ffffff;
}

.list_top h2 {
  width: 100%;
  background: #191E23;
  font-size: var(--size14);
  color: #FFFFFF;
  line-height: 3.4;
  padding: 0 15px;
  font-family: "arialbd";
  text-transform: uppercase;
}

.list_top ul {
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
}

.list_top ul li {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  color: #000000;
  font-family: "arialbd";
  border-top: 1px solid #DDDDDD;
  padding: 20px 0;
}

.list_top ul li.list_nav {
  color: #ff8711;
}

.list_right {
  width: calc(100% - 330px);
}

.list_right ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--top30);
  ;
}

.list_right ul li {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}

.list_right ul li:hover {
  box-shadow: 0px 0px 10px 5px #00000020;
}

.list_right ul li:hover h2 {
  color: #ff8711;
}

.list_img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
}

.list_img img {
  max-width: 95%;
  max-height: 95%;
  margin: auto;
}

.list_right ul li span {
  font-size: 12px;
  color: #5F5F5F;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list_right ul li h2 {
  font-size: var(--size16);
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: "arialbd";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list_right ul li p {
  font-size: 12px;
  color: #5F5F5F;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.canshu {
  font-size: 12px;
  color: #4B4B4B;
  line-height: 1.5;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.list_bottom {
  word-wrap: 100%;
  overflow: hidden;
  background: #ffffff;
  margin-top: var(--top30);
}

.list_bottom h2 {
  width: 100%;
  background: #191E23;
  font-size: var(--size14);
  color: #FFFFFF;
  line-height: 3.4;
  padding: 0 15px;
  font-family: "arialbd";
  text-transform: uppercase;
}

.list_bottom ul {
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
}

.list_bottom ul li {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #DDDDDD;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.list_bottom ul li img {
  width: 18px;
  height: auto;
}

.list_bottom ul li p {
  width: calc(100% - 30px);
  overflow: hidden;
  font-size: 12px;
  color: #000000;
  line-height: 1.5;
  font-family: "arialbd";
}

.page {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: var(--top30);
}

.page .active,
.page .total {
  font-size: var(--size14);
  padding: 0 8px;
  color: #000000;
  margin: 0px 3px;
  line-height: 2;
  font-family: "arialbd";
}

.page .active {
  color: #fff;
  background: #ff8711;
  border-radius: 5px;
}

.page .active:nth-child(1),
.page .active:nth-child(2),
.page .active:nth-child(3),
.page .total:nth-child(1),
.page .total:nth-child(2),
.page .total:nth-child(3),
.page .total:nth-last-child(2),
.page .active:nth-last-child(2),
.page .active:last-child,
.page .total:last-child {
  color: #000000;
  background: transparent;
}

.footer {
  width: 100%;
  overflow: hidden;
  background: #1E252B;
}

.footer_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_max form {
  width: 35%;
  overflow: hidden;
}

.footer_max form h2 {
  font-size: var(--size24);
  color: #F9F9F9;
  line-height: 1;
  font-family: "zhengku";
  margin-bottom: var(--top30);
}

.footer_max form input {
  width: 100%;
  height: 50px;
  background: #2D363D;
  font-size: var(--size16);
  color: #5B666E;
  padding: 0 20px;
  border: transparent;
  display: block;
  margin-top: 10px;
}

.footer_max form input.submit {
  width: 130px;
  background: #090909;
  border-radius: 15px;
  padding: 0;
  margin-top: 20px;
  color: #ffffff;
  cursor: pointer;
}

.layui-layer {
  transition: auto;
}

.footer_cen {
  width: 35%;
  overflow: hidden;
}

.footer_cen h2 {
  font-size: var(--size24);
  color: #F9F9F9;
  line-height: 1;
  font-family: "zhengku";
  margin-bottom: 10px;
}

.footer_cen ul {
  width: 100%;
  overflow: hidden;
}

.footer_cen ul li {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer_cen ul li img {
  width: 25px;
  height: auto;
}

.footer_cen ul li p {
  width: calc(100% - 40px);
  overflow: hidden;
  font-size: var(--size16);
  color: #F9F9F9;
  line-height: 1.5;
}

.footer_right {
  width: 150px;
  overflow: hidden;
}

.footer_right h2 {
  font-size: var(--size24);
  color: #F9F9F9;
  line-height: 1;
  font-family: "zhengku";
  margin-bottom: 10px;
}

.footer_right ul {
  width: 100%;
  overflow: hidden;
}

.footer_right ul li {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
}

.footer_right ul li a {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer_right ul li img {
  width: 25px;
  height: auto;
}

.footer_right ul li p {
  width: calc(100% - 40px);
  overflow: hidden;
  font-size: var(--size16);
  color: #F9F9F9;
  line-height: 1.5;
}

.show_banner {
  width: var(--max);
  overflow: hidden;
  margin: auto;
}

.show_banner img {
  width: 100%;
  height: auto;
}

.index_foirm {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top30);
  position: relative;
  display: none;
}

.show {
  width: var(--max);
  overflow: hidden;
  margin: var(--top30) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.show_left {
  width: 900px;
  height: 800px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.show_swiper {
  width: 70px;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}

.mySwiper {
  width: 100%;
  height: calc(100% - 100px);
}

.mySwiper .swiper-slide {
  border: 1px solid #00000030;
  display: flex;
}

.mySwiper .swiper-slide-thumb-active {
  border: 1px solid #ff8711;
}

.mySwiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.mySwiper2 {
  width: calc(100% - 100px);
  height: 100%;
  border: 1px solid #00000030;
  display: flex;
}

.mySwiper2 .swiper-slide {
  display: flex;
}

.mySwiper2 .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.show_swiper .swiper-button-next,
.show_swiper .swiper-button-prev {
  position: static;
  inset: 0;
  width: max-content;
  margin: 0;
  height: auto;
  display: block;
}

.show_swiper .swiper-button-prev {
  transform: rotate(90deg);
}

.show_swiper .swiper-button-next {
  transform: rotate(90deg);
}

.show_swiper .swiper-button-next::after,
.show_swiper .swiper-button-prev::after {
  font-size: var(--size20);
  color: #00000080;
  font-weight: bold;
}

.show_right {
  width: calc(100% - 950px);
  overflow: hidden;
  background: #F2F2F2;
  padding: var(--top30);
}

.show_right span {
  font-size: var(--size14);
  color: #5F5F5F;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  font-family: "arialbd";
}

.show_right h2 {
  font-size: var(--size30);
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  margin-top: var(--top30);
  display: -webkit-box;
}

.show_right p {
  font-size: var(--size20);
  color: #5F5F5F;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-top: var(--top30);
  font-family: "arialbd";
}

.show_rtext {
  font-size: var(--size14);
  color: #4B4B4B;
  line-height: 1.8;
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
}

.beijing {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.add {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
}

.add>h2 {
  font-size: var(--size20);
  color: #000000;
  font-family: "zhengku";
  text-transform: uppercase;
  line-height: 1;
  background-image: url(../images/nuc.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}

.add ul {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--top60);
  ;
}

.add ul li {
  width: 100%;
  overflow: hidden;
}

.add_img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
}

.add_img img {
  max-width: 70%;
  max-height: 60%;
  margin: auto;
}

.add ul li p {
  font-size: 12px;
  color: #333333;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.add ul li h2 {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "arialbd";
}

.add ul li a {
  width: 100%;
  background: #A36F2C;
  border-radius: 6px;
  line-height: 40px;
  font-size: var(--size16);
  color: #ffffff;
  font-family: "arialbd";
  display: block;
  text-align: center;
  margin-top: 20px;
}

.show_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
}

.show_max>h2 {
  text-align: center;

  font-size: var(--size30);
  color: #000000;

}

.show_text {
  width: 100% !important;
  overflow: hidden;
  margin-top: var(--top30);
  font-size: var(--size14);
  color: #000000;
  line-height: 1.8;
}

.show_text table {
  width: 100% !important;
  border: transparent;
  margin: 0 !important;
}

.show_text table td {
  padding: 15px;
}

.pingfen {
  width: var(--max);
  overflow: hidden;
  margin: var(--top60) auto;
}

.pingfen_top {
  width: max-content;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pingfen_top h2 {
  font-size: 74px;
  color: #995A2F;
  line-height: 1;
  font-family: "arialbd";
}

.pingfen_r {
  width: max-content;
  overflow: hidden;
  margin-left: 10px;
}

.pingfen_r i {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pingfen_r i img {
  width: 20px;
  height: auto;
  margin-left: 10px;
}

.pingfen_r p {
  font-size: var(--size16);
  color: #333333;
  line-height: 1;
  margin-top: 15px;
  margin-left: 10px;
}

.pingfen ul {
  width: 100%;
  overflow: hidden;
}

.pingfen ul li {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  padding: var(--top60) 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pingfen_l {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pingfen_img {
  width: 50px;
  height: 50px;
  position: relative;
}

.pingfen_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.pingfen_img img.gou {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: -3px;
  right: -3px;
}

.pingfen_text {
  width: calc(100% - 70px);
  overflow: hidden;
}

.pingfen_text h2 {
  font-size: var(--size16);
  color: #333333;
  line-height: 1;
  font-family: "arialbd";
}

.pingfen_text p {
  font-size: var(--size16);
  color: #995A2F;
  line-height: 1;
  margin-top: 10px;
}

.pingfen_ra {
  width: calc(100% - 350px);
  overflow: hidden;
}

.pingfen_ra i {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pingfen_ra i img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.pingfen_ra p {
  font-size: var(--size16);
  color: #626262;
  line-height: 1.5;
  margin-top: var(--top30);
}

.tem {
  width: 100px;
  font-size: var(--size18);
  color: #626262;
  line-height: 1;
  text-align: right;
}

.banner_text_yi p,
.banner_text_yi {
  margin-top: 0px;
}

.index_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index_banner img {
  width: 100%;
  height: auto;
}

.index_banner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #ffffff;
  opacity: 0.5;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  opacity: 1;
}

.about {
  width: 100%;
  overflow: hidden;
  background: #fcf7f0;
}

.about_max {
  width: 1200px;
  max-width: calc(100% - 30px);
  overflow: hidden;
  margin: var(--top60) auto;
}

.about_max>h2 {
  font-size: 50px;
  color: #ff8711;
  font-family: "arialbd";
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.about_max>h2::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #ff8711;
  display: block;
  margin-right: 10px;
}

.about_max>h2 a {
  display: block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  background: #ff8711;
  border-radius: 5px;
  font-size: var(--size20);
  color: #ffffff;
  margin-left: auto;
}

.about_text {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
  font-size: var(--size16);
  color: #6d6d6d;
  line-height: 2;
}

.about_max ul {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.about_max ul li {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border-radius: 10px;
}

.about_max ul li>img {
  width: 100%;
  height: auto;
}

.aboot_img {
  width: 100%;
  overflow: hidden;
  padding: var(--top30);
}

.aboot_img img {
  width: max-content;
  height: 40px;
  margin: auto;
}

.aboot_img h2 {
  text-align: center;
  font-size: var(--size20);
  color: #000000;
  margin-top: 10px;
  font-family: "arialbd";
  text-transform: uppercase;
}

.fenlei {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/beijingq_45.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fenlei_max {
  width: 1200px;
  max-width: calc(100% - 30px);
  overflow: hidden;
  margin: var(--top60) auto;
}

.list_text_about {
  width: 100%;
  overflow: hidden;
  font-size: var(--size16);
  color: #6d6d6d;
  line-height: 2;
}

.list_text_about table {
  border: transparent;
}

.list_text_about img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.fenlei_max ul {
  width: 100%;
  overflow: hidden;
}

.fenlei_max ul li {
  width: 100%;
  overflow: hidden;
  display: none;
}
.fenlei_max ul li:nth-child(-n+4){
  display: block;
}
.block{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.fenlei_max ul li:nth-child(2n) .block{
  flex-direction: row-reverse
}

.fenlei_l {
  width: 50%;
  overflow: hidden;
}

.fenlei_l img {
  width: 100%;
  height: auto;
}

.fenlei_r {
  width: 50%;
  overflow: hidden;
  padding: var(--top60);
}

.fenlei_r h2 {
  font-family: "EXOTC";
  font-size: 44px;
  color: 000000;
  text-transform: uppercase;
}

.fenlei_r p {
  font-size: var(--size20);
  color: #595959;
  line-height: 1.2;
  margin-top: 30px;
}

.fenlei_r a {
  display: block;
  width: max-content;
  background-color: #ad6431;
  font-size: var(--size20);
  color: #fcf7f0;
  line-height: 50px;
  padding: 0 20px;
  margin-top: var(--top60);
  text-transform: uppercase;
  font-family: "arialbd";
}

.fenlei_max ul li:nth-child(2n) .fenlei_r h2,
.fenlei_max ul li:nth-child(2n) .fenlei_r p {
  text-align: right;
}

.fenlei_max ul li:nth-child(2n) .fenlei_r a {
  float: right;
}

.more {
  display: block;
  margin: auto;
  width: max-content;
  background-color: #ad6431;
  font-size: var(--size20);
  color: #fcf7f0;
  line-height: 50px;
  padding: 0 var(--top30);
  margin-top: var(--top60);
  text-transform: uppercase;
  font-family: "arialbd";
  border-radius: 5px;
  cursor: pointer;
}

.tuijian {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/111.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tuijian_max{
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tuijian_l{
  width: 46%;
  aspect-ratio:  1 / 1;
  position: relative;
}
.tuijian_l img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.tuij_img{
  width: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 10%;
  left: -7.5%;
  display: none;

}
.tuij_img img{
  width: 100%;
  height: auto;
}

.tuijian_c{
  width: calc(27% - 12px);
  
}
.tuijian_c img{
  width: 100%;
  height: auto;
}
.tuijian_r{
  width: calc(27% - 12px);
}
.tuijian_r img{
  width: 100%;
  height: auto;
}
.tuijian_max a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.tuijian_c_img,
.tuijian_r_img{
  width: 100%;
  display: none
}



