:root {
  --max: 1350px;
  --font44: 44px;
  --font38: 38px;
  --font24: 24px;
  --font20: 20px;
  --font18: 18px;
  --font16: 16px;
  --font14: 14px;
  --top70: 70px;
  --top50: 50px;
  --top30: 30px;
}
body{
    padding-top: 85px;
}
.hertre {
  width: 100%;
  z-index: 999;
  height: 85px;
  position: fixed;
  background: #fff;
  top: 0;
}

.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;
}

.nav {
  width: max-content;

  margin-left: auto;
}

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

.nav ul li {
  font-size: var(--font18);
  color: #050505;
  text-align: center;
  position: relative;
  margin-left: 30px;
  line-height: 85px;
}

.nav ul li.nav_cen {
  color: #104db4
}

.nav ul li:hover {
  color: #104db4;
}
.nav_ul{
  display: block;
  width: max-content;
  top: 85px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: auto;
  background: #fff;
  display: none;
  z-index: 999;
  padding: 10px 20px;
  box-shadow: 0px 0px 5px 2px rgb(0,0,0,0.2);
}
.nav_ul a{
  display: block;
  font-size: var(--font14);
  color: #333333;
  line-height: 40px;
  text-align: center;
}
.nav_ul a:hover{
  background: #f2fdff;
  color: #40a3ba;
}
.nav_ul a.nav_ul_a{
  background: #f2fdff;
  color: #40a3ba;
}
.hertre_cen form {
  width: 160px;
  overflow: hidden;
  position: relative;
  margin: 0 20px;
  border-left: 1px solid #c2c2c2;
  padding-left: 20px;
}

.hertre_cen form .seach_t {
  width: 100%;
  height: 26px;
  border: 2px solid #e2e2e2;
  border-radius: 26px;
  background-image: url(../images/top_06.jpg);
  background-size: 13px 13px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 35px;
}

.hertre_cen form .seach_s {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  opacity: 0;
  cursor: pointer;
}

.en {
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #000;
  border-radius: 50%;
}

.an {
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  right: 0%;
  top: 5px;
  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: 100%;
  overflow: hidden;
  position: relative;
}

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

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

.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 h1 {
  font-size: var(--font44);
  color: #104db4;
  line-height: 1;
}

.banner_text p {
  font-size: var(--font24);
  color: #104db4;
  margin-top: 10px;
}

.gg {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}

.gg ul {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gg ul li {
  width: max-content;
  overflow: hidden;
  margin: 0 4vw;
  font-size: var(--font24);
  color: #7b7b7b;
  position: relative;
  line-height: 70px;
}

.gg ul li::after {
  content: "";
  width: 0;
  height: 4px;
  background: #104db4;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}

.gg ul li.gg_nav {
  color: #104db4;
}

.gg ul li.gg_nav::after {
  width: 100%;
}

.gg ul li:hover {
  color: #104db4;
}

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

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

.gg_text>h1 {
  text-align: center;
  font-size: var(--font38);
  color: #104db4;
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
}

.gg_text>h1::after {
  content: "";
  width: 80px;
  height: 8px;
  background: #104db4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

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

.lx ul li {
  width: calc(33.33% - 15px);
  overflow: hidden;
  margin-top: var(--top50);
  border: 1px solid #eeeeee;
  padding: var(--top50);
}

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

.lx ul li h1,
.lx ul li p {
  text-align: center;
  font-size: var(--font24);
  color: #020202;
  margin-top: var(--top30);
}

#map {
  width: 100%;
  height: 500px;
  margin: auto;
  margin-top: var(--top50);
}

#allmap {
  width: 100%;
  height: 100%;
}

#map p,
#map div,
#map img {
  transition: auto;
}

.BMap_bubble_content p {
  font-size: 12px;
  line-height: 26px;
}

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

.zp ul {
  width: 100%;
}

.zp ul li {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
  border-radius: 10px;
  box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.1);
  padding: var(--top30);
  border-left: 18px #104db4 solid;
}

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

.zp_l {
  width: calc(100% - 230px);
  overflow: hidden;
}

.zp_l h1 {
  font-size: var(--font24);
  color: #191919;
}

.zp_l h1 span {
  color: #ff6d1e;
  margin-left: 15px;
}

.zp_xz {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.zp_xz p {
  width: max-content;
  overflow: hidden;
  background-size: 28px 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../images/asc_13.jpg);
  padding-left: 35px;
  font-size: var(--font20);
  color: #969696;
  margin-right: 30px;
  line-height: 30px;
}

.zp_xz p:nth-child(2) {
  background-image: url(../images/asc_16.jpg);
}

.zp_xz p:nth-child(3) {
  background-image: url(../images/asc_18.jpg);
}

.zp_bq {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.zp_bq span {
  margin-right: 20px;
  background: #f3f3f3;
  padding: 10px 15px;
  font-size: var(--font16);
  color: #969696;
  margin-bottom: 5px;
  border-radius: 5px;
}

.zp_top a {
  display: block;
  width: 210px;
  line-height: 70px;
  background: #104db4;
  border-radius: 10px;
  font-size: var(--font24);
  color: #fff;
  text-align: center;
}

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

.zp_text {
  width: 48%;
  overflow: hidden;
  margin-top: var(--top50);
  font-size: var(--font16);
  color: #191919;
  line-height: 40px;
}

.zp_text>h6 {
  font-size: var(--font24);
  color: #191919;
  font-weight: bold;
}

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

.page .active,
.page .total {
  font-size: 12px;
  padding: 5px 12px;
  color: #bababa;
  border: 1px solid #bababa;
  margin: 0px 3px;
  border-radius: 5px;
}

.page .active {
  background: #104db4;
  border: 1px solud #104db4;
  color: #fff;
}

.page .active:nth-child(1),
.page .total:nth-child(1),
.page .active:last-child,
.page .total:last-child {
  color: #bababa;
  border: 1px solid #bababa;
  background: #fff;
}

.banner_text_bai h1,
.banner_text_bai p {
  color: #fff;
}

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

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

.xiw ul li {
  width: 100%;
  overflow: hidden;
  padding: var(--top50) 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

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

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

.xiw ul li img {
  width: 300px;
  height: auto;
}

.xw_r {
  width: calc(100% - 480px);
  overflow: hidden;
}

.xw_r h1 {
  font-size: var(--font24);
  color: #020202;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xw_r p {
  font-size: var(--font18);
  color: #a3a3a3;
  line-height: 36px;
  margin-top: 10px;

}

.xw_r p a {
  color: #104db4;
}

.tem {
  width: 100px;
  overflow: hidden;
}

.tem h1 {
  text-align: center;
  font-size: 60px;
  color: #a3a3a3;
  font-weight: bold;
  line-height: 1;
}

.tem p {
  font-size: 20px;
  color: #a3a3a3;
  text-align: center;

}

.mb {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}

.mb_max {
  width: var(--max);
  overflow: hidden;
  margin: 20px auto;
  font-size: var(--font16);
  color: #7b7b7b;
}

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

.show>h1 {
  text-align: center;
  font-size: var(--font24);
  color: #020202;
  font-weight: bold;
}

.show>p {
  text-align: center;
  font-size: var(--font14);
  color: #848484;
  text-align: center;
  margin-top: var(--top30);
}

.show_text {
  font-size: var(--font14);
  color: #212121;
  line-height: 32px;
  margin-top: var(--top30);
}

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

.kehu {
  width: calc(var(--max) - 50px);
  margin: var(--top70) auto;
}

.kehu>h1 {
  width: max-content;
  margin: auto;
  position: relative;
  text-align: center;
  font-size: var(--font44);
  color: #020202;
  font-weight: bold;
}

.kehu>h1::after {
  content: "";
  width: 35px;
  height: 22px;
  background-image: url(../images/tu_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%)
}

.kehu>h1::before {
  content: "";
  width: 35px;
  height: 22px;
  background-image: url(../images/tu_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%)
}

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

.kehu ul li {
  width: calc(25% - 23px);
  overflow: hidden;
  margin-left: 30px;
  margin-top: var(--top70);
  box-shadow: 0px 0px 5px 2px rgb(16, 77, 180, 0.2);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skewX(-30deg);
}

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

.kehu ul li img {
  max-width: 85%;
  max-height: 85%;
  transform: skewX(30deg);
}

.hb {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.hb_max>h1 {
  width: max-content;
  margin: auto;
  position: relative;
  text-align: center;
  font-size: var(--font44);
  color: #fff;
  font-weight: bold;
}

.hb_max>h1::after {
  content: "";
  width: 35px;
  height: 22px;
  background-image: url(../images/ffg_15.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%)
}

.hb_max>h1::before {
  content: "";
  width: 35px;
  height: 22px;
  background-image: url(../images/ffg_15.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%)
}

.hb_max ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hb_max ul li {
  width: calc(25% - 23px);
  overflow: hidden;
  margin-left: 30px;
  margin-top: 30px;
  box-shadow: 0px 0px 5px 2px rgb(16, 77, 180, 0.2);
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

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

.hb_max ul li img {
  max-width: 80%;
  max-height: 80%;
}

.hb_max ul li:hover img {
  transform: scale(1.2);
}

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

.fuwu>h1 {
  width: max-content;
  margin: auto;
  position: relative;
  text-align: center;
  font-size: var(--font44);
  color: #020202;
  font-weight: bold;
}

.fuwu>h1::after {
  content: "";
  width: 35px;
  height: 22px;
  background-image: url(../images/tu_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%)
}

.fuwu>h1::before {
  content: "";
  width: 35px;
  height: 22px;
  background-image: url(../images/tu_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%)
}

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

.fuwu ul li {
  width: calc(50% - calc(var(--top70) / 2));
  overflow: hidden;
  margin-top: var(--top70);
  border-radius: 20px;
  box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.2);
}

.fuwu ul li img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.fuwu ul li h1 {
  padding: var(--top30) 10px;
  font-size: var(--font38);
  color: #5a5a5a;
  text-align: center;
}

.fuwu ul li h1 span {
  font-size: var(--font24);
}

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

.ly_top {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.ly_left {
  width: max-content;
  overflow: hidden;
}

.ly_left h1 {
  font-size: 30px;
  color: #020202;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}

.ly_left h1::after {
  content: "";
  width: 5px;
  height: 20px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ly_left p {
  font-size: var(--font14);
  color: #7b7b7b;
  margin-top: 10px;
  padding-left: 20px;
}

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

.ly_bottom img {
  width: 680px;
  height: auto;
}

.ly_bottom p {
  width: 70%;
  overflow: hidden;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: var(--font14);
  line-height: 30px;
  color: #7b7b7b;
}

.anli {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}

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

.ly_top ul {
  width: max-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.ly_top ul li {
  font-size: var(--font20);
  color: #020202;
  margin-left: var(--top50);
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
}

.ly_top ul li::after {
  content: "";
  width: 0%;
  height: 4px;
  background: #104db4;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}

.ly_top ul li.ly_nav::after {
  width: 100%;
}

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

.al_xh {
  width: calc(var(--max) + 200px);
  overflow: hidden;
  max-width: calc(100% - 10px);
  margin: var(--top70) auto;
  position: relative;
}

.anli_max .ly_left {
  margin-bottom: 20px;
}

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

.mySwiper_an {
  width: calc(100% - 200px);
  position: static !important;
}

.mySwiper_an .swiper-slide img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
}

.mySwiper_an .swiper-slide h1 {
  font-size: var(--font24);
  color: #020202;
  margin-top: 20px;
}

.mySwiper_an .swiper-slide p {
  font-size: var(--font16);
  color: #a3a3a3;
  margin-top: 15px;
}

.al_max .swiper-button-next,
.al_max .swiper-button-prev {
  width: 64px;
  height: 64px;
  background: #dddddd;
  border-radius: 50%;
}

.al_max .swiper-button-next::after,
.al_max .swiper-button-prev::after {
  font-size: 24px;
  color: #fff;
}

.bei_hei {
  width: 100%;
  overflow: hidden;
  background: #f9fafc;
}

.fufug {
  width: var(--max);

  margin: var(--top70) auto;
}

.fufug>h1 {
  text-align: center;
  font-size: var(--font38);
  color: #4a4a4b;
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
}

.fufug>h1::after {
  content: "";
  width: 80px;
  height: 8px;
  background: #fdb31c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

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

.fufug ul li {
  width: calc(25% - 20px);
  overflow: hidden;
  margin-top: var(--top70);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.2);
}

.fufug ul li h1 {
  position: relative;
  width: 100%;
  background: #104db4;
  text-align: center;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 76px;
}

.fufug ul li h1::after {
  content: "";
  width: 60px;
  height: 150%;
  background-image: url(../images/you.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.fufug ul li h1::before {
  content: "";
  width: 60px;
  height: 150%;
  background-image: url(../images/zuo.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.fufug ul li p {
  padding: 20px;
  font-size: var(--font14);
  color: #9c9c9c;
  line-height: 30px;
}

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

.jjfa>h1 {
  text-align: center;
  font-size: var(--font38);
  color: #4a4a4b;
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
}

.jjfa>h1::after {
  content: "";
  width: 80px;
  height: 8px;
  background: #fdb31c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.jjfa ul {
  width: 100%;
}

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

.jjfa ul li>h1 {
  font-size: var(--font24);
  color: #252525;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  line-height: 1;
  position: relative;
  font-weight: bold;
}

.jjfa ul li>h1::after {
  content: "";
  width: 220px;
  height: 3px;
  background: #104db4;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.jjfa_top {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top70);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jjfa_l {
  width: calc(100% - 520px);
  overflow: hidden;
}

.jjfa_l h1 {
  font-size: var(--font38);
  color: #252525;
}

.jjfa_l p {
  font-size: var(--font16);
  color: #252525;
  margin-top: 10px;
}

.jjfa_text {
  width: 100%;
  overflow: hidden;
  font-size: var(--font16);
  color: #535353;
  line-height: 30px;
  margin-top: var(--top70);
}

.jjfa_top img {
  width: 500px;
  height: auto;
}


.jjfa ul li:nth-child(2n)>h1 {
  text-align: right
}

.jjfa ul li:nth-child(2n)>h1::after {
  left: auto;
  right: 0;
}

.jjfa ul li:nth-child(2n) .jjfa_top {
  flex-direction: row-reverse;
}

.jjfa ul li:nth-child(2n) .jjfa_top h1,
.jjfa ul li:nth-child(2n) .jjfa_top p,
.jjfa ul li:nth-child(2n) .jjfa_top .jjfa_text {
  text-align: right;
}

.jjfa_a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jjfa_a a {
  display: block;
  width: calc(33.33% - 20px);
  margin-top: var(--top70);
  text-align: center;
  line-height: 70px;
  font-size: var(--font16);
  color: #252525;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 2px rgb(0, 0, 0, 0.1);
}

.jjfa_a a:hover {
  background-image: linear-gradient(#2685e7, #26adf7);
  color: #fff;
}

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

.jj_show_text {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  margin-top: var(--top50);
  font-size: var(--font16);
  color: #797979;
  line-height: 30px;
}

.jj_show_text img,
.jj_show_text video {
  width: 100%;
  height: auto;
}

.jj_show>p {
  width: max-content;
  max-width: 100%;
  margin: auto;
  background-image: url(../images/ckaca_11.jpg);
  background-size: 50px 30px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: var(--font16);
  color: #797979;
  padding-left: 70px;
  margin-top: var(--top50);
  line-height: 33px;
}

.jjk_text {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: var(--font24);
  color: #020202;
  border-left: 6px solid #104db4;
  line-height: var(--font24);
  padding-left: 15px;
}

.jjk_text span {
  color: #bac5e3;
  margin-left: 15px;
}

.heyou {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  display: none;
}

.heyou::after{
    content: "";
    width: 100%;
    height: 100%;
    background: #00000050;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.heyou_max {
  width: var(--max);
  overflow: hidden;
  margin: 150px auto;
  position: relative;
  z-index: 2;
}

.heyou_max>h1 {
  text-align: center;
  font-size: var(--font44);
  color: #ffffff;
}

.heyou_max>p {
  text-align: center;
  font-size: var(--font24);
  color: #ffffff;
  margin-top: 15px;
}

.heyou_max>h2 {
  text-align: center;
  font-size: var(--font44);
  color: #ffffff;
  margin-top: var(--top30);
}

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

.heyou_max ul li {
  width: max-content;
  overflow: hidden;
}

.heyou_max ul li h1 {
  text-align: center;
  font-size: var(--font44);
  color: #ffffff;
  margin-top: var(--top70);
}

.hangye_beijing {
  width: 100%;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/beijing_04.jpg);
}

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

.hangye>h1 {
  text-align: center;
  font-size: var(--font44);
  color: #333333;
}

.hangye>p {
  text-align: center;
  font-size: var(--font24);
  color: #333333;
  margin-top: 15px;
}

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

.hangye ul li {
  width: calc(33.33% - 10px);
  margin-bottom: 20px;
  height: 190px;
  position: relative;
}

.hangye ul li:nth-child(1) {
  width: 100%;
}

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

.hangye_text {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.hangye_text h1 {
  font-size: var(--font24);
  color: #000000;
  font-weight: bold;
}

.hangye_text p {
  font-size: var(--font16);
  color: #000000;
  margin-top: 10px;
}

.jingdiuan {
  width: var(--max);
  overflow: hidden;
  margin: 100px auto 0;
}

.jingdiuan>h1 {
  text-align: center;
  font-size: var(--font44);
  color: #333333;
}

.jingdiuan>p {
  text-align: center;
  font-size: var(--font24);
  color: #333333;
  margin-top: 15px;
}
.jingdiuan ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: var(--top70);
}
.jingdiuan ul li{
  width: 30%; 
  overflow: hidden;
  cursor: pointer;
}
.jingdiuan ul li h1{
  font-size: var(--font24);
  color: #333333;
  text-align: center;
}
.jingdiuan ul li p{
  font-size: var(--font16);
  color: #333333;
  text-align: center;
  margin-top: 10px;
}
.jduj{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-bottom: var(--top70);
}
.jduj_max{
  width: 100%;
  overflow: hidden;
  padding: 90px 0;
  padding-top: 60px;
}
.mySwiper_jd{
  overflow: initial !important;
}
.jduj_max .swiper-slide{
  width: 60%;
  height: 300px;
  transform: scale(0.9) !important;
}
.jduj_max .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 20px;
}
.djkas{
    width: 100%;
}
.djkas h1{
  font-size: var(--font24);
  color: #000;
  text-align: center;
}
.djkas p{
  font-size: var(--font16);
  color: #999;
  text-align: center;
  margin-top: 10px;
}
.jduj_max .swiper-slide:hover .djkas{
    opacity: 1;
}
.jduj_max .swiper-slide-active img{
  transform: scale(1) !important;
  box-shadow: 0px 0px 20px 5px rgb(0,0,0,0.5);
}
.footer{
  width: 100%;
  overflow: hidden;
  background: #f3f3f3;
}
.footer_max{
  width: var(--max);
  overflow: hidden;
  margin: var(--top70) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_max ul{
  width: max-content;
  overflow: hidden;
}
.footer_max ul h1{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_max ul h1 span{
  display: none;
}
.foo_ul{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.foo_ul li{
  width: 100%;
  overflow: hidden;
  font-size: var(--font16);
  color: #333333;
  margin-top: var(--top30);
}
.foo_tmk{
  width: max-content;
  overflow: hidden;
}
.foo_tmk img{
  max-width: 220px;
  height: auto;
  max-width: 100%;
}
.foo_tmk h1{
  font-size: 36px;
  color: #333333;
  font-weight: 900;
  margin-top: var(--top30);
}
.erwei{
  width: 220px;
  max-width: 100%;
  margin-top: var(--top30);
}
.erwei img{
  width: 100%;
  height: auto;
}
.erwei p{
  text-align: center;
  font-size: var(--font20);
  color: #333333;
  margin-top: 20px;
}
.top{
  width: 100%;
  height: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top a{
  width: max-content;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  background-image: url(../images/jkasc_17.jpg);
  background-size: 18px 16px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  cursor: pointer;
}
.susou .xw_r{
  width: calc(100% - 120px);
}

.beian{
    width: var(--max);
    margin: 20px auto;
    font-size: var(--font16);
    color: #000;
    text-align: center;
}









