:root {
  --max: 1300px;
  --font40: 40px;
  --font32: 32px;
  --font24: 24px;
  --font16: 16px;
  --top70: 70px;
}

body {
  font-family: cursive;
  background-image: url(../images/jasjc_06.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 100% auto;
}

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

.gongzhang {
  width: var(--max);
  margin: auto;
  margin-top: 15px;
}

.gongzhang ul {
  float: right;
  display: flex;
  flex-wrap: width;
}

.gongzhang ul li {
  font-size: 14px;
  color: #000;
  font-family: "微软雅黑";
}

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

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

}

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

.top_cen form {
  width: 660px;
  height: 55px;
  background-image: url(../images/beijing.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_cen form .seach_t {
  width: calc(100% - 70px);
  height: 100%;
  background: none;
  border: none;
  border-radius: 20px;
  padding: 0 20px;
  font-size: var(--font16);
  color: #fff;
}

.top_cen form .seach_s {
  width: 70px;
  height: 100%;
  border: none;
  background: none;
  font-size: var(--font16);
  color: #fff;
  border-radius: 20px;
}

.top_yq {
  width: max-content;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
}

.top_yq ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_yq ul li {
  width: 55px;
  height: 50px;
  background-image: url(../images/hei.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  margin-right: 15px;
}

.top_yq ul li:nth-child(1) {
  background-image: url(../images/asasa.png);
}

.top_yq ul li a {
  width: 100%;
  height: 100%;
  display: flex;
}

.top_yq ul li img {
  max-width: 40%;
  max-height: 40%;
  margin: auto;
}

.top_yq{
            overflow: unset;
        }
        .wb:hover .wb-qr-box{
            display: flex !important;
        }
        .wx:hover .wx-qr-box{
            display: flex !important;
        }
        .qr-box{
            inset: unset;
            position: fixed;
            top: 150px;
            right: 0;
            display: none;
            box-sizing: border-box;
            margin-top: 5px;
            margin-right: 10px;
            padding: 6px;
            border-radius: 8px;
            overflow: hidden;
            background-color: #fff;
			z-index:20;
        }
        .wb-qr-box{
            right: 50px;
        }
        .qr-box .qr-item{
            display: flex;
            flex-direction: column;
            align-items: center;
            color: #575a5c;
            font-size: 12px;
        }
        .qr-box .qr-item img{
            width: 90px;
            max-width: 90px !important;
            max-height: 90px !important;
        }

.hertre {
  width: 100%;
  z-index: 8;
  height: 50px;
  background: #2a2a2a;
}

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



.nav {
  width: 100%;
  height: 100%;
}

.nav ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nav ul li {
  width: 10%;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  position: relative;
  line-height: 50px;
}

.nav ul li.nav_cen {
  background: #88502f;
  color: #fff;
}

.nav ul li.nav_cen::after {
  content: "";
  width: 10px;
  height: 100%;
  background-image: url(../images/nav.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 2px;
}

.nav ul li.nav_cen::before {
  content: "";
  width: 10px;
  height: 100%;
  background-image: url(../images/nav.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 2px;
}

.nav ul li:hover {
  background: #88502f;
  color: #fff;
}

.nav ul li:hover::after {
  content: "";
  width: 10px;
  height: 100%;
  background-image: url(../images/nav.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 2px;
}

.nav ul li:hover::before {
  content: "";
  width: 10px;
  height: 100%;
  background-image: url(../images/nav.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 2px;
}



.nav_ul {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 999;
  display: none;
  background: #88502f;
  padding: 10px 20px;
  transition: auto;
}

.nav_ul::after {
  content: "";
  width: 10px;
  height: 100%;
  background-image: url(../images/nav.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 2px;
}

.nav_ul::before {
  content: "";
  width: 10px;
  height: 100%;
  background-image: url(../images/nav.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  right: 2px;
}

.nav_ul a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 26px;
}

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


.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: 100%;
  overflow: hidden;
  position: relative;
  z-index:9;
}

.banner .swiper-pagination {
  bottom: 30px !important;
}

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

.mySwiper .swiper-pagination {
  bottom: 10px !important;
}

.mySwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
  background: rgba(255, 255, 255, 0.5);
}

.mySwiper .swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
  background: white;
}

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

.banner_text p {
  text-align: center;
  font-size: var(--font24);
  color: #ffffff;
}

.banner_text h1 {
  text-align: center;
  font-size: 60px;
  color: #fff;
  line-height: 1;
  margin-top: 20px;
}

.index {
  background-color: #fff;
  background-image: url(../images/index_02.png);
}

main {
  background-image: url(../images/ditu.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 30vw;
}

.tese {
  width: calc(100% - 20px);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top70);
}

.tese>h1 {
  width: 100%;
  height: 94px;
  background-image: url(../images/beinin.png);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-size: var(--font40);
  color: #000000;
  text-align: center;
  line-height: 94px;
  letter-spacing: 30px;
  text-indent: 30px;
  font-weight: bold;
}

.teseqd {
  width: calc(100% - 20px);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top70);
}

.teseqd>h1 {
  width: 100%;
  font-size: var(--font32);
  color: #000000;
  text-align: center;
  font-weight: bold;
}

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

.tese ul li {
  width: 230px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-image: url(../images/biankuang.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: var(--font24);
  color: #333333;
  margin: 0 5px;
  font-weight: bold;
}

.tese ul li.tese_nav {
  background-image: url(../images/asadcxadx.png);
  color: #fff;
}

.tese ul li a {
  font-weight: bold;
}

.list {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
}

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

.list ul li {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/asdwf.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px;
  position: relative;
  margin-top: 40px;
}

.list ul li a {
  width: 100%;
  min-height: 120px;
  background-image: url(../images/f9d1eeab299f566a5f65e16ba03209.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}

.list_left {
  width: calc(100% - 150px);
  overflow: hidden;
  position: relative;
  padding-left: 50px;
}

.list_left h1 {
  font-size: var(--font24);
  color: #000000;
  position: relative;
  font-weight: bold;

}

.list_left::after {
  content: "";
  width: 28px;
  height: 37px;
  background-image: url(../images/jingxing.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.list_left p {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  margin-top: 10px;
}

.list ul li a>p {
  width: 150px;
  font-size: var(--font24);
  color: #000000;
  text-align: right;
}

.page{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.page .active,
.page .total{
  width: 95px;
  height: 105px;
  background-image: url(../images/dian.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #fff;
  margin: 0 40px;
}
.page .active{
  background-image: url(../images/xia.png);
}


.show {
  width: var(--max);
  margin: auto;
  margin-top: 30px;
}

.mbx {
  width: 100%;
  overflow: hidden;
  font-size: var(--font16);
  color: #666666;
  font-family: "微软雅黑";
}

.show_bo {
  width: 100%;
  margin-top: var(--top70);
  position: relative;
}

.show_bo>h1 {
  text-align: center;
  font-size: var(--font32);
  color: #333333;
  font-weight: bold;
}

.show_bo>p {
  text-align: center;
  font-size: var(--font16);
  color: #666666;
  margin-top: 20px;
  font-weight: bold;
}

.show_text {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top70);
  font-size: var(--font24);
  color: #666666;
  line-height: 48px;
  font-weight: bold;
}

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

#share {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: var(--font16);
  z-index: 99;
  ;
}


.ksjieshao {
  width: 1100px;
  max-width: var(--max);
  margin: auto;
}

.ksjieshao>ul {
  width: 100%;
  overflow: hidden;
}

.ksjieshao>ul>li {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top70);
}

.ksjieshao>ul>li h1 {
  font-size: var(--font32);
  color: #000000;
  position: relative;
  padding-left: 40px;
  font-weight: bold;
}

.ksjieshao>ul>li h1::after {
  content: "";
  width: 28px;
  height: 37px;
  background-image: url(../images/jingxing.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ksjieshao>ul>li>ul {
  width: 100%;
  overflow: hidden;
  padding-left: 90px;
  display: flex;
  flex-wrap: wrap;
}

.ksjieshao>ul>li>ul>li {
  width: calc(25% - 23px);
  overflow: hidden;
  background-image: url(../images/asadcxadx.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 30px;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 55px;
  text-align: center;
  margin-left: 30px;
}

.ksjieshao>ul>li>ul>li:nth-child(4n+1) {
  margin-left: 0px;
}



.shwo_ks {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.shwo_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shwo_r {
  width: calc(100% - 300px);
  overflow: hidden;
  background-image: url(../images/biniji.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
}

.jianjie {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.jianjie h1 {
  position: relative;
  font-size: var(--font32);
  color: #333333;
  padding-left: 30px;
  font-weight: bold;
}

.jianjie h1::after {
  content: "";
  width: 20px;
  height: 30px;
  background-image: url(../images/jingxing.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.jianjie_text {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  font-size: var(--font24);
  color: #333333;
  line-height: 48px;
  font-weight: bold;
}



.xw {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top70);
}

.xw ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.xw ul li {
  width: 32%;
  margin-left: 2%;
  background: #ffffff;
  margin-bottom: 60px;
  position: relative;
  background-image: url(../images/mingbu_07.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.xw ul li::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #ababab;
  position: absolute;
  bottom: -32px;
  left: 0;
  transition: all 0.3s;
}

.xw ul li:nth-child(3n+1) {
  margin-left: 0%;
}

.xw ul li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.xw ul li h1 {
  text-align: center;
  font-size: var(--font24);
  color: #000000;
  margin-top: 20px;
  margin-bottom: 60px;
}

.xw ul li:hover::after {
  background: #88502f;
}



.xinxi {
  width: var(--max);
  margin: auto;
}

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

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

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

.xinxi ul li img {
  width: 310px;
  height: auto;
}

.xin_tem {
  width: 240px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.xin_tem i {
  width: 5px;
  height: 100px;
  background: #c40000;
  border-radius: 5px;
  opacity: 0;
}

.tem {
  width: 78px;
  height: 67px;
  background-image: url(../images/shijian.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.tem h1 {
  font-size: 25px;
  color: #000000;
}

.tem p {
  font-size: 16px;
  color: #7b7876;
}

.xin_r {
  width: calc(100% - 550px);
  overflow: hidden;
}

.xin_r h1 {
  font-size: var(--font18);
  color: #444444;
  font-family: "微软雅黑";
}

.xin_r p {
  font-size: var(--font16);
  color: #919191;
  line-height: 28px;
  margin-top: 30px;
  padding-bottom: 15px;
  position: relative;
  font-family: "微软雅黑";
}

.xin_r p::after {
  content: "";
  width: 148px;
  height: 13px;
  background-image: url(../images/jian.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.xinxi ul li:hover .xin_r p::after {
  background-image: url(../images/jian1.png);
}

.xinxi ul li:hover .xin_tem i {
  opacity: 1;
}


.banzi_swiper {
  width: 1600px;
  margin: var(--top70) auto;
  position: relative;
  max-width: calc(100% - 20px);
}

.mySwiper_bn {
  width: calc(100% - 300px);
  overflow: hidden;
  margin: auto;
}

.mySwiper_bn .swiper-slide:hover::after {
  background: #88502f;
}

.banzi_swiper .swiper-button-next,
.banzi_swiper .swiper-button-prev {
  width: 95px;
  height: 105px;
  background-image: url(../images/xia.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0px !important;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  color: #ffffff;
}

.banzi_swiper .swiper-button-next:hover,
.banzi_swiper .swiper-button-prev:hover {
  background-image: url(../images/1xia.png);
}

.banzi_swiper .swiper-button-next::after,
.banzi_swiper .swiper-button-prev::after {
  display: none;
}



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

.daohang ul {
  width: var(--max);
  overflow: hidden;
  margin: var(--top70) auto calc(var(--top70) * 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.daohang ul li {
  width: calc(33.33% - 2px);
  overflow: hidden;
  margin-top: 2px;
  position: relative;
}

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

.daohang_max {
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.daohang_max::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-image: url(../images/aaaa.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
}

.daohang_img {
  width: 45px;
  overflow: hidden;
  margin: auto;
}

.daohang_img img {
  width: 100%;
  height: auto;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  filter: drop-shadow(45px 0px 0 #efc192);
  position: relative;
  transition: auto;
  right: 0;
}

.daohang_max h1 {
  font-size: var(--font24);
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.daohang ul li:hover .daohang_img img {
  right: 45px;
}

.daohang ul li:hover .daohang_max h1 {
  color: #efc192;
}

.inxw {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  background-image: url(../images/cc.png);
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.inxw h1 {
  font-size: var(--font40);
  color: #000000;
  text-align: center;
  margin: 90px auto;
  font-weight: bold;
}

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

.xins ul {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.xins ul li {
  width: 170px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-image: url(../images/b.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: var(--font24);
  color: #000;
  margin: 0 5px;
  font-weight: bold;
  cursor: pointer;
}

.xins ul li.tese_nav {
  background-image: url(../images/b1.png);
  color: #c40000;
}

.zuixin {
  width: var(--max);
  margin: auto;
  margin-top: var(--top70);
}

.zuixin_max {
  width: 100%;
  display: none;
}

.zuixin_max ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.zuixin_max ul li {
  width: 32%;
  background: #f3f3f3;
  position: relative;
  background-image: url(../images/n.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-left: 2%;
}

.zuixin_max ul li:nth-child(3n+1) {
  margin-left: 0%;
}

.zuixin_max ul li::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #ababab;
  position: absolute;
  bottom: -32px;
  left: 0;
  transition: all 0.3s;
}

.zuixin_max ul li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.zuixin_max ul li h1 {
  text-align: center;
  font-size: var(--font24);
  color: #000000;
  margin-top: 30px;
  margin-bottom: 80px;
  font-family: "微软雅黑";
}

.zuixin_max ul li:hover::after {
  background: #88502f;
}

.zuixin_max ul li:hover h1 {
  color: #fff;
}

.zuixin_max ul li:hover {
  background: #c40000;
  background-image: url(../images/n1.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.gengduo {
  width: 225px;
  overflow: hidden;
  margin: auto;
  margin-top: calc(var(--top70) + 30px);
}

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



.jin {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  background-image: url(../images/quan.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: var(--top70);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jin_l {
  width: 44%;
  overflow: hidden;
}

.jin_l>h1 {
  width: 100%;
  height: 40px;
  background-image: url(../images/yuan.png);
  background-position: left center;
  background-size: 170px 100%;
  background-repeat: no-repeat;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  line-height: 40px;
  letter-spacing: 23px;
  text-indent: 10px;
  font-family: "微软雅黑";
  font-weight: 500;
}

.jin_l ul {
  width: 100%;
  overflow: hidden;
  padding-right: 10px;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.jin_l ul li {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.jin_l ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: "微软雅黑";
}

.jin_l ul li h1 {
  width: calc(100% - 100px);
  font-size: var(--font16);
  color: #444444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "微软雅黑";
  font-weight: 500;
}

.jin_l ul li p {
  width: 100px;
  color: #adadad;
  font-size: var(--font16);
  text-align: right;
  font-weight: 500;
}


.jddt {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/a100.png);
  background-position: left center;
  background-size: 90% auto;
  background-repeat: no-repeat;
}

.jddt ul {
  width: var(--max);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  margin-top: var(--top70);
}

.jddt ul li {
  width: 32%;
  overflow: hidden;
}

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

.jddt_jn {
  width: 225px;
  overflow: hidden;
  margin: auto;
  margin-top: var(--top70);
}

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



.lianjie {
  width: 100%;
  overflow: hidden;
  background: #474747;
}

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

.lianjie_max ul {
  width: calc(100% - 100px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  height: 26px;
}

.lianjie_max ul li {
  font-size: var(--font16);
  color: #ffffff;
  line-height: 26px;
  margin-right: 10px;
  font-family: "微软雅黑";
}

.lianjie_max ul li:hover {
  color: #88502f;
}

.annei {
  width: 100px;
  overflow: hidden;
  text-align: right;
  font-size: var(--font16);
  color: #ffffff;
  cursor: pointer;
  line-height: 26px;
  font-family: "微软雅黑";
}

.footer {
  width: 100%;
  overflow: hidden;
  background: #2f2f2f;
}

.footer_max {
  width: var(--max);
  overflow: hidden;
  margin: 40px auto 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_l {
  width: 400px;
  overflow: hidden;
  font-size: var(--font16);
  color: #ffffff;
  line-height: 36px;
  font-family: "微软雅黑";
}

.footer_r {
  width: calc(100% - 500px);
  overflow: hidden;
}

.banquan {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.banquan ul {
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
}

.banquan ul li {
  font-size: var(--font16);
  color: #ffffff;
  margin-left: 10px;
  font-family: "微软雅黑";
}

.ertweima {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-top: 45px;
}

.ertweima ul {
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
}

.ertweima ul li {
  width: 110px;
  overflow: hidden;
  margin-left: 20px;
}

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

.ertweima ul li h1 {
  text-align: center;
  font-size: var(--font16);
  color: #ffffff;
  margin-top: 10px;
  font-family: "微软雅黑";
}

.dizhi {
  width: 100%;
  overflow: hidden;
  font-size: var(--font16);
  color: #ffffff;
  margin-top: 40px;
  font-family: "微软雅黑";
  text-align: right;
}

.index_a {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-image: url('../images/fugu.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cmaksjkas {
  width: 640px;
  overflow: hidden;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.cmaksjkas>img {
  width: 170px;
  height: auto;
}

.banun {
  width: 190px;
  background-image: url('../images/asdasd.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;

  margin-top: 80px;
  height: 470px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
}

.jvisd {
  margin-top: 160px;
}

.banun img {
  width: 30%;
  height: auto;
  margin: auto;
}

.banun h1 {
  font-size: 35px;
  color: #fff;
  writing-mode: vertical-rl;
  text-align: center;
  margin-top: 20px;
  line-height: 190px;
}

.asasddsa {
  top: 100px;
  right: 50px;
  transform: translate(0%, 0%);
}

.banquanu {
  width: 100%;
  overflow: hidden;
  font-size: var(--font16);
  color: #000000;
  padding: 0 20px;
  position: absolute;
  bottom: 50px;
  text-align: left;
  font-family: "微软雅黑";
  line-height: 2;
  text-align: center;
}
.banquanufoot {
    width: 100%;
    overflow: hidden;
    font-size: var(--font16);
    color: #fff;
    padding: 0 20px;
    /* position: absolute; */
    bottom: 50px;
    text-align: left;
    font-family: "å¾®è½¯é›…é»‘";
    line-height: 2;
    text-align: center;
    margin-top: 30px;
}
.list_linu {
  width: 100%;
  margin: 0;
}

.list_linu ul li:nth-child(1) {
  margin-top: 0px;
}

.slg{
  width: 100%;
  overflow: hidden;
}
.slg img{
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.slg img:nth-child(1){
  margin-top: 0px;
}
.tupu{
  width: 100%;
  overflow: hidden;
}
.tupu ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tupu ul li{
  width: 50%;
  overflow: hidden;
  position: relative;
}
.tupu ul li::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #88502f80;
}
.tupu ul li>img{
  width: 100%;
  height: auto;
}
.tupu ul li:nth-child(1){
  width: 100%;
}
.tupu_text{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    align-content: center;
    justify-content: center;
}
.tupu_text p{
  width: 100%;
  text-align: center;
  font-size: var(--font40);
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 15px;
}
.tupu_text i{
  width: 80px;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: var(--top70);
}
.tupu_text i img{
  width: 100%;
  height: auto;
}
.jians{
  width: var(--max);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: var(--top70);
}
.jians_l{
  width: 40%;
  overflow: hidden;
}
.jians_img{
  width: 100%;
  overflow: hidden;
  padding: 10%;
  box-shadow: 0px 0px 5px 2px #00000050;
  background: #fff;
}
.jians_img img{
  width: 100%;
  height: auto;
}
.jians_l h1{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-top: 30px;
  font-family: "微软雅黑";
}
.jians_l ul{
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.jians_l ul li{
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.jians_l ul li a{
  font-weight: bold;
}
.jians_r{
  width: 57%;
  overflow: hidden;
}
.jians_r_top{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.jians_r_a{
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
} 
.jians_r_a a{
  width: 70px;
  font-size: 14px;
  color: #333333;
  font-family: "微软雅黑";
  font-weight: bold;
}
.jians_r_text{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.jians_r_text h1{
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.shomTwxt{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
}
.shomTwxt img{
  max-width: 100%;
  height: auto;
  margin: 15px auto;
}
.login_tan{
  width: 100%;
  height: 100%;
  background: #00000060;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.login_max{
  width: 650px;
  max-width: 96%;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: var(--top70);
  border-radius: 10px;
}
.login_logo{
  width: 280px;
  overflow: hidden;
  margin: auto;
}
.login_logo img{
  width: 100%;
  height: auto;
}
.login_max ul{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top70);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #dddddd;
}
.login_max ul li{
  font-size: var(--font16);
  color: #666666;
  padding-bottom: 15px;
  position: relative;
  width: max-content;
  margin-right: 40px;
  cursor: pointer;
}
.login_max ul li::after{
  content: "";
  width: 0%;
  height: 3px;
  background: #88502f;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.login_max ul li.login_max_nav{
  font-weight: bold;
  color: #333333;
}
.login_max ul li.login_max_nav::after{
  width: 100%;
}
.form{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.form form{
  width: 100%;
  overflow: hidden;
  display: block;
}
.form form>input{
  width: 100%;
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: transparent;
  font-size: var(--font16);
  color: #999999;
  padding: 20px;
  margin-bottom: 30px;
}
.form form>button{
  width: 100%;
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: transparent;
  font-size: var(--font16);
  color: #999999;
  padding: 20px;
  margin-bottom: 30px;
}
.form form>input.submit{
  margin-bottom: 0px;
  background: #88502f;
  border: none;
  color: #fff;
  padding: 0;
}
.form form>button.submit{
  margin-bottom: 0px;
  background: #88502f;
  border: none;
  color: #fff;
  padding: 0;
}
.label{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
.label>input{
  width: 100%;
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: transparent;
  font-size: var(--font16);
  color: #999999;
  padding: 20px;
  margin-bottom: 30px;
}
.button{
  width: 120px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0px;
  background: #88502f;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}
.qh_erweima{

  overflow: hidden;
  margin-left: 50px;
}
.qh p{
  font-size: var(--font16);
  color: #333333;
  text-align: center;
  margin-top: 20px;
}
.qh{
  width: 100%;
  display: none;
}
.guanbi{
  width: 32px;
  height: 32px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.guanbi svg{
  width: 100%;
  height: 100%;
}

.nav ul li:hover .nav_ul{
  display: block;
}