/* body {
  height: 200vh;
} */


:root {
  --main-color: #316afd;
  --footer-color: #263a6c;
  --swiper-theme-color: var(--main-color) !important;
  font-size: 16px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-text-size-adjust: 100%;
}

a,
body,
button,
dd,
div,
dl,
dt,
em,
footer,
form,
h1,
h2,
h3,
h4,
h5,
header,
html,
i,
img,
input,
li,
nav,
ol,
p,
pre,
section,
select,
span,
textarea,
ul {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

a {
  text-decoration: none;
}

.amore {
  cursor: pointer;
}

.w1300 {
  max-width: 1300px;
  min-width: 1200px;
  /* padding: 0 20px; */
}

.w1200 {
  width: 1200px;
  padding: 0 0px;
}

.main-header {
  width: 100%;
}

.main-header-nav {
  width: 100%;
  height: 64px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1987;
  transition: all .3s ease-out;
  box-shadow: 0 5px 10px 0 hsl(0deg 0% 91% / 50%);
}

.content {
  /* min-height: 100vh; */
  margin-top: 20px;
}

/* 滚动条在顶部时 */
.main-header-nav.scroll-top {
  background: transparent;
  box-shadow: none;
  /* animation: srcollTop 600ms ease forwards; */
}

.main-header-nav.bg-white {
  width: 100%;
  height: 64px;
  background: #fff !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1987;
  transition: all .3s ease-out;
  box-shadow: 0 5px 10px 0 hsl(0deg 0% 91% / 50%) !important;
}


.main-header-nav.bg-white .navbar,
.main-header-nav.bg-white .navbar a,
.main-header-nav.bg-white .logo,
.main-header-nav.bg-white .logo h1,
.main-header-nav.bg-white .logo img,
.main-header-nav.bg-white .navbar .item.itemrelative,
.main-header-nav.bg-white .navbar a.item {
  /* background-color: #FFF !important; */
  color: #555 !important;
}

.main-header-nav.scroll-top .navbar,
.main-header-nav.scroll-top .navbar a,
.main-header-nav.scroll-top .logo,
.main-header-nav.scroll-top .logo h1,
.main-header-nav.scroll-top .logo img {
  background-color: transparent;
  color: #FFF;
}

.main-header-nav.scroll-top .navbar-main .navbar .item:hover,
.main-header-nav.scroll-top .navbar-main .navbar .item.active {
  background: transparent;
  display: inline-block;
  transform: scale(1.2);
  color: #FFF;
  font-weight: bolder;
}

.main-header-nav.bg-white .navbar-main .navbar .item:hover,
.main-header-nav.bg-white ul.link-list li a:hover {
  color: var(--main-color) !important;
}

.main-header-nav.scroll-top .navbar-main .navbar .item.itemrelative>.linklist-blk {
  background-color: rgba(255, 255, 255, .9);
  font-size: 0.8rem;
}

.main-header-nav.scroll-top .link-list,
.main-header-nav.scroll-top .link-list li {
  background-color: transparent;
}

.scroll-top .item.itemrelative,
.scroll-top .navbar a.item {
  color: #FFF !important;
}


.main-header-nav .navbar-main {
  background-color: transparent;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-nav .navbar-main .logo img {
  width: auto;
  height: 46px;
}

.main-header-nav.scroll-top .navbar-main .logo img.logo-blue,
.main-header-nav .navbar-main .logo img.logo-white {
  display: none;
}

.main-header-nav .navbar-main .logo img.logo-blue,
.main-header-nav.scroll-top .navbar-main .logo img.logo-white {
  display: inline-block;
}

.main-header-nav.bg-white .navbar-main .logo img.logo-white {
  display: none !important;
}

.main-header-nav.bg-white .navbar-main .logo img.logo-blue {
  display: inline-block !important;
}

.main-header-nav .navbar-main .navbar .item {
  color: #555555;
  text-decoration: none;
  display: inline-block;
  margin-left: 30px;
  float: left;
  line-height: 64px;
  font-size: 16px;
  color: #555;
  background: transparent;
  cursor: pointer;
}

.main-header-nav .navbar-main .navbar .item {
  transition: all .1s;
}

.main-header-nav .navbar-main .navbar .item:hover,
.main-header-nav .navbar-main .navbar .item.active {
  background: transparent;
  display: inline-block;
  transform: scale(1.2);
  color: var(--main-color);
  font-weight: bolder;
}

.main-header-nav .navbar-main .navbar .item.itemrelative {
  position: relative;
}

.main-header-nav .navbar-main .navbar .item.itemrelative>.linklist-blk {
  position: absolute;
  top: 50px;
  left: -100px;
  transform: translateX(-50%);
  background-color: #FFF;
  box-shadow: 0 5px 10px 0 hsl(0deg 0% 91% / 50%);
  opacity: 0;
  transition: all 360ms;
  visibility: hidden;
}

.main-header-nav .navbar-main .navbar .item .linklist-blk ul {
  list-style: none;
  width: auto;
  line-height: 20px;
}

.main-header-nav .navbar-main .navbar .item .linklist-blk ul a {
  color: #555555;
  text-decoration: none;
  line-height: 20px !important;
  width: 100%;
  display: inline-block;
}

.main-header-nav .navbar-main .navbar .item .linklist-blk ul a:hover {
  color: var(--main-color) !important;
}

.main-header-nav .navbar-main .navbar .item .linklist-blk ul a li {
  list-style: none;
  padding: 10px;
  margin: 0 10px;
  line-height: 20px !important;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
}

.main-header-nav .navbar-main .navbar .item .linklist-blk ul li {
  line-height: 20px !important;
}

.main-header-nav .navbar-main .navbar .item:hover.itemrelative>.linklist-blk {
  opacity: 1;
  visibility: visible;
  left: 0;
  margin-left: 50px;
  min-width: 100px;
}

/* .swiper::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  background-color: transparent;
  background-image: url(../images/sqr.png);
  background-size: 100% 60px;
  background-repeat: no-repeat;
  z-index: 999;
} */

.home-title {
  text-align: center;
  /* transform: translateY(-50%); */
  z-index: 991;
  position: relative;
  margin-top: 20px;
}

.position {
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  color: #999;
  padding-bottom: 10px
}

.position a {
  color: #999;
  font-size: 14px
}

.home-title .text {
  display: inline-block;
  background-color: #FFF;
  font-size: 30px;
  color: var(--main-color);
  font-weight: bolder;
  padding-bottom: 25px;
  padding: 12px 40px;
  border-radius: 3px;
  box-shadow: 0 0px 20px 0 hsl(0deg 0% 91% / 50%);
  position: relative;
  overflow: hidden;
  animation: indexTitle 1s ease forwards;
  /* transform: scale(3); */
}

/* @keyframes indexTitle {
  from {
    transform: scale(10) rotate(720deg);
  }
  to {
    transform: scale(1) rotate(0deg);
  }
} */

.home-title .text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: color-dodge;

}

/* .swiper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 50%;
  background-color: #FFF;
  z-index: 999;
} */

.swiper .swiper-slide {
  cursor: grab;
}

.swiper .swiper-slide:active {
  cursor: grabbing;
}

.swiper .swiper-slide {
  /* width: 100%;
  min-width: 1200px; */
  background-color: var(--main-color);
}

.swiper .swiper-slide img {
  width: 100%;
  /* max-width: 100%;
  min-width: 1200px; */
  height: 100%;
  object-fit: cover;
  background-color: var(--main-color);
  animation: swiperani linear 15s infinite;
}

/* @keyframes swiperani {
  to {
    transform: translateX(0%);
  }

  from {
    transform: translateX(50%);
  }
} */


.conpanyInfo {
  box-shadow: 0 0px 20px 0 hsl(0deg 0% 91% / 50%);
  /* margin-top: -60px; */
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.conpanyInfo .cpInfoBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 365px;
}

.conpanyInfo .cpInfoBox [class^="cpInfoBox--"] {
  /* flex: 1; */
  overflow: hidden;
  position: relative;
}


.conpanyInfo .cpInfoBox .cpInfoBox--left {
  width: 649px;
  height: 365px;
  padding-left: 20px;
}

.conpanyInfo .cpInfoBox .cpInfoBox-img {
  /* display: inline-block; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conpanyInfo .cpInfoBox .cpInfoBox--right {
  /* width: calc(100% - 120px); */
  height: 365px;
  overflow: hidden;
  flex: 1;
  padding: 12px 60px;
  box-sizing: border-box;
}

.conpanyInfo .cpInfoBox .cpInfoBox--right .title {
  font-size: 30px;
  color: #222;
  font-weight: 600;
  padding-bottom: 25px;
}

.conpanyInfo .cpInfoBox .cpInfoBox--right p {
  font-size: 20px;
  line-height: 32px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-box-orient: vertical;
  text-indent: 40px
}

.cpInfoBox--right .a-btn {
  min-width: 100px;
  display: inline-block;
  transition: all 600ms;
  font-size: 20px;
  line-height: 16px;
  background-color: transparent
}

.cpInfoBox--right .a-btn:hover {
  background-color: var(--main-color);
  color: #FFF;
  margin-right: 0;
}

/* .cpInfoBox--right .a-btn::after {
  content: " >";
  display: inline-block;
  width: 0px;
  opacity: 0;
  overflow: hidden;
  transition: all 600ms;
} */

/* .cpInfoBox--right .a-btn:hover::after {
  display: inline-block;
  width: auto;
  opacity: 1;
  transition: all 600ms;
} */

.cooperation-bg-f9 {
  background: #f9f9f9;
  background-size: cover;
  /* background-image: url('https://wz-website-oss.chinaweizheng.com/pc/static/prod/image/home/img/13.png'); */
  background-size: cover;
}

.cooperation-bg-ff {
  background: #ffffff;
  background-size: cover;
}

.cooperation {}

.cooperation .title {
  display: inline-block;
  width: 100%;
  padding-top: 77px;
  font-size: 30px;
  padding-bottom: 19px;
}

.cooperation .title.bg {
  background: url('https://wz-website-oss.chinaweizheng.com/pc/static/prod/image/home/img/19.png') no-repeat transparent center;
  background-size: cover;
}

.cooperation .desc {
  font-size: 22px;
  color: #8d8d8d;
  width: 1135px;
  line-height: 34px;
  margin: 0 auto 38px;
}

.cooperation .title,
.cooperation .desc {
  text-align: center;
}

.conpanyImg {
  width: 100%;
}

.conpanyImg img {
  width: 100%;
  height: auto;
}

/* 文章模块 滑动 */
.swiper-article {
  width: 100%;
  min-height: 500px;
  /* background-color: var(--main-color); */
  overflow: hidden;
}

.swiper-article .swiper-wrapper,
.swiper-article .swiper-slide {
  min-height: 500px;
}

.swiper-article [class^="swiper-button-"] {
  position: absolute;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
}

.swiper-article .swiper-button-prev1 {
  left: 40%;
  background-image: url('../images/right.png');
  transform: rotate(180deg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-article .swiper-button-next1 {
  right: 40%;
  background-image: url('../images/right.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.lock-more {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 10px !important;
  border: 1px solid #000;
  border-radius: 40px;
  color: #000;
  /* font-weight: bolder; */
  box-sizing: border-box;
  transition: all .3s;
  background: #FFF;
}

.lock-more:hover {
  border-color: var(--main-color);
  color: var(--main-color);
}

.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  font-size: 20px;
  z-index: 999;
  margin-bottom: 20px;
}

.swiper-article .swiper-pagination1.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  transform: translateY(30px);
  /* z-index: -1; */
  position: absolute;
  top: 0 !important;
  bottom: auto !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.swiper-article .swiper-pagination1.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal::before {
  content: "";
  position: absolute;
  height: 0;
  border-top: 1px solid hsl(0deg 0% 91% / 50%);
  width: 100%;
  z-index: -1;
}

.swiper-article .swiper-pagination1.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  opacity: .8;
}

.swiper-article .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #FFF;
  border: 2px solid var(--main-color);
  width: 15px;
  height: 15px;
}

.swiper-nav-item {
  flex: 1;
  text-align: center;
  background-color: transparent;
  padding: 10px;
  border-radius: 30px;
  /* box-shadow: 0px 0px 10px 0 hsl(0deg 0% 91% / 50%); */
}

.swiper-nav-item.active a {
  color: var(--main-color) !important;
}

.swiper-article .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.swiper-nav-item a {
  color: #263a6c
}

.swiper-article .swiper-slide .item {
  width: calc(50% - 30px);
  margin: 10px 20px;
  margin-right: 10px;
  height: 200px;
  /* background-color: red; */
  box-shadow: 0 0px 20px 0 hsl(0deg 0% 91% / 50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  transition: all 600ms;
  background-color: rgba(255, 255, 255, .8);
}

.swiper-article .swiper-slide .item:hover {
  /* border: 1px solid var(--main-color); */
  box-shadow: 0px 10px 10px rgb(228, 228, 228);
  transform: translateY(-5px) rotateX(5deg);
}

.swiper-article .swiper-slide .item:nth-child(2n) {
  margin-right: 20px;
  margin-left: 10px;
}


.swiper-article .swiper-slide .item .left {
  width: 180px;
  height: calc(100% - 20px);
  /* background-color: green; */
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.swiper-article .swiper-slide .item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 600ms;
}

.swiper-article .swiper-slide .item .left .date {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, .2);
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.swiper-article .swiper-slide .item .left .date .date-day {
  display: inline-block;
  font-size: 50px;
}

.swiper-article .swiper-slide .item .left .date .date-years {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}

.swiper-article .swiper-slide .item .right {
  flex: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-article .swiper-slide .item .right .active-title {
  display: inline-block;
  width: calc(100% - 20px);
  margin: 0;
  margin: 10px 10px 0px 10px;
  /* background-color: green; */
  /* font-weight: bolder; */
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.swiper-article .swiper-slide .item .right .active-title a {
  text-decoration: none;
  color: inherit;
  transition: all .3s;
}

.swiper-article .swiper-slide .item .right .active-title:hover a {
  color: var(--main-color);
}

.swiper-article .swiper-slide .item .right p {
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 20px);
  margin: 10px 10px 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #888;
  letter-spacing: 0.05em;
  line-height: 20px;
  /* background-color: forestgreen; */
}

.swiper-article .swiper-slide .item .right .a-btn {
  padding: 5px 10px;
  transition: all 0.6s;
  border-radius: 40px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, .5);
}

.swiper-article .swiper-slide .item .right .a-btn:hover {
  margin-right: 10px;
  background-color: var(--main-color);
  color: #FFF;
}

/* .swiper-article .swiper-slide .item:hover .right .a-btn {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%) scale(1.5);
  opacity: .8;
} */

.swiper-article .swiper-slide .item:hover .left img {
  transform: scale(1.1);
}


/* 页脚 */
footer {
  margin-top: 20px;
  width: 100%;
  /* min-height: 300px; */
  background-color: var(--footer-color);
  opacity: .9;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}

footer .footer .map {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
}

.footer .map-list {
  flex: 1;
  padding: 0px 20px;
  border-right: 1px solid #FFF;
}

.footer .map-list:last-child {
  border-right: none;
}

.footer .map-list ul {
  list-style: none;
}

.footer .map-list ul li:first-child {
  font-size: 16px;
  font-weight: bolder;
  border-bottom: 1px solid #FFF;
  text-align: center;
}

.footer .map-list ul li {
  width: 140px;
  font-size: 16px;
  color: #FFF;
  padding: 10px 20px;
  text-align: center;
}

.footer .map-list ul li a {
  color: #FFF;
}

.footer .follow {
  color: #FFF;
}

.footer .follow .qr-title {
  display: inline-block;
  font-weight: bold;
  margin: 20px 0;
}

.footer .follow .tel {
  margin: 20px 0;
  white-space: nowrap;
  font-weight: bold;
}

.footer .follow .text-title {
  /* margin-right: 10px; */
  display: block;
}

.footer .follow .span-img {
  margin-top: 15px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}

.footer .follow .span-img img {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
}

.footer .follow .span-img .qr-code.abs {
  display: none;
  width: 150px;
  height: auto;
  background-color: #FFF;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.footer .follow .span-img:hover .qr-code.abs {
  display: inline-block;
  box-shadow: 0 0px 20px 0 rgba(119, 119, 119, 0.5);
  color: #000;
  text-align: center;
}

.footer .follow .span-img:hover .qr-code.abs>* {
  margin: 5px 0;
}

.footer .follow .span-img:hover .qr-code.abs>*:first-child {
  margin-top: 10px;
}

.footer .follow .span-img:hover .qr-code.abs>*:last-child {
  margin-bottom: 10px;
}

.footer .follow .span-img .qr-box {
  transition: all 600ms;
}

.footer .follow .span-img:hover .qr-box {
  transform: translateY(-5px);
}

.footer .follow .span-img .qr-box .qr-code.abs img {
  width: 100%;
  height: auto;
  padding: 2px;
  margin: 0 !important;
}

.footer .follow .span-img .qr-box .qr-code.abs .qr-box-title {
  font-size: 14px;
  font-weight: bold;
  color: var(--main-color);
}

.footer .follow .span-img .qr-box .qr-code.abs .qr-box-desc {
  font-size: 14px;
  font-weight: 500;
}

.copyright {
  width: calc(100% - 80px);
  margin: 40px;
  margin-bottom: 00px;
  margin-top: 30px;
  line-height: 50px;
  padding: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-top: 1px solid #FFF;
  text-align: center;
  font-size: 14px;
  color: #FFF;
}

.copyright p {
  font-size: 14px;
  color: #FFF;
}

.copyright a {
  color: #FFF;
}

.fixed-bar {
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  /* background-color: #FFF;
  box-shadow: 0 0px 20px 0 hsl(0deg 0% 91% / 50%); */
  z-index: 99999991;
}

.fixed-bar img {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.toTop {
  display: none;
}

.header-place {
  height: 60px;
  display: none;
}

.header-place.show {
  display: block;
}

.big-title {
  font-size: 30px;
  color: #222;
  font-weight: 700;
  margin: 40px 0 30px;
}



/* PC端样式 */
@media screen and (min-width:1200px) {

  .w1200,
  .w1300 {
    display: block;
  }

  [class^="wap--"] {
    display: none !important;
  }

  .main-header-nav {
    display: inline-block;
  }

  .swiper {
    width: 100%;
    height: 600px;
    background-color: var(--main-color);
  }

  .swiper .swiper-horizontal>.swiper-pagination-bullets,
  .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px !important;
    /* left: auto !important;
  right: 100px; */
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: auto !important;
  }

  .swiper .swiper-pagination-bullet {
    border-radius: 5px !important;
    width: 50px !important;
    height: 10px !important;
    opacity: .8;
    background-color: rgba(255, 255, 255, .3) !important;
    box-shadow: 0 0px 0px 0 hsl(0deg 0% 91% / 50%);
    overflow: hidden;
    position: relative;
  }

  .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /* background-color: #FFF; */
    /* background-image: url('https://file.jingdiao.com/website/jingdiao/cn/images/common/title.gif'); */
    background-size: cover;
    box-shadow: 0 0px 20px 0 hsl(0deg 0% 91% / 50%);
    width: 100px !important;
    transition: all 600ms;
  }

  .swiper .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    width: 0%;
    height: 100%;
  }

  .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    animation: slideTime 3000ms cubic-bezier(0, 0, 0, 0) forwards;
  }

  @keyframes slideTime {
    from {
      width: 0%;
    }

    to {
      width: 100%;
    }
  }
}


/* 移动端样式 */
@media screen and (max-width:1199px) {
  * {
    /* 字体基色 */
    --fbc: #1d1d1d;
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }

  ::-webkit-scrollbar {
    height: 3px;
    width: 3px
  }

  a {
    color: var(--main-color);
  }

  .w1200,
  .w1300 {
    display: none !important;
  }

  .main-header-nav {
    display: none !important;
  }

  .header-place {
    display: none !important;
  }

  .header-place.show {
    display: none !important;
  }

  .home-title {
    display: none !important;
  }

  .swiper {
    width: 100%;
    height: 180px;
    background-color: var(--main-color);
  }

  .wap--nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 999999;
    /* border-bottom: 1px solid #eee; */
  }

  .wap--header-place {
    height: 44px;
  }

  .wap--nav-logo {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
  }

  .wap--nav-logo a {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 40px;
  }

  .wap--nav-logo img {
    height: 40px;
    padding: 0 5px;
  }

  .menu-btn {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
  }

  .menu-btn .iconfont.icon-guanbi {
    display: none;
  }

  .nav-show .menu-btn .iconfont.icon-menu {
    display: none;
  }

  .nav-show .menu-btn .iconfont.icon-guanbi {
    display: inline-block;
  }

  .nav-list {
    display: none;
  }

  .nav-show .nav-list {
    display: inline-block;
  }

  .lock-scroll {
    overflow: hidden !important;
    /* height: 100vh; */
  }

  .nav-list {
    width: 100%;
    height: calc(100vh - 44px);
    overflow: auto;
  }

  .nav-list ul {
    list-style: none;
    padding: 20px;
  }

  .nav-list ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
  }

  .nav-list ul li a i.r.icon-toBottom {
    display: inline-block;
    transform: rotate(-90deg);
    margin-right: 5px;
    width: 30px;
    text-align: center;
    /* padding: 0 10px; */
  }

  .nav-list ul li>ul li {
    border: none;
  }

  .nav-list ul li>ul {
    background-color: #f6f6f6;
    margin-top: 5px;
    border-radius: 5px;
  }

  .nav-list ul li a {
    color: #666;
    font-size: 0.9rem;
    width: 100%;
    display: inline-block;
  }

  .flex-left .qr-code .qr-box-desc.g6 {
    color: #999 !important;
  }

  .wap--conpanyInfo {
    padding: 20px;
    overflow: hidden;
  }

  .wap--title {
    color: var(--fbc);
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
    /* letter-spacing: 0.1rem; */
  }

  .conpanyInfo-desc {
    font-size: 0.8em;
    margin-bottom: 10px;
    line-height: 1.2rem;
  }

  .conpanyInfo-img {
    width: 100%;
  }

  .conpanyInfo-img img {
    width: 100%;
    height: 100%;
  }

  .wap--more {
    width: 100%;
  }

  .wap--more a {
    font-size: 0.8em;
  }

  .wap--cooperation {
    margin: 20px;
    padding: 10px;
    overflow: hidden;
    background-color: #f8f8f8;
  }

  .wap--conpanyImg {
    width: 100%;
  }

  .wap--conpanyImg img {
    width: 100%;
  }

  .wap--cooperationDesc {
    font-size: 0.8em;
    line-height: 1.2rem;
  }

  footer .fixed-bar {
    width: 60px;
    height: 60px;
  }

  footer .fixed-bar img {
    width: 100%;
    height: 100%;
  }

  .bg-gray {
    background-color: #f8f8f8;
  }

  .cooperation.w1300 {
    display: inline-block !important;
  }

  .cooperation.w1300 {
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden !important;
  }

  .cooperation.w1300 .title {
    font-size: 1rem;
    margin-top: 20px;
    font-weight: bold;
    padding: 0 20px;
  }

  .cooperation.w1300 .desc {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding: 10px 20px;
    margin-bottom: 10px;
  }

  .cooperation.w1300 .conpanyImg img {
    vertical-align: middle;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none !important;
  }

  .swiper-nav {
    width: 100%;
    padding: 0 10px;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    height: 40px;
    margin-bottom: 5px;
  }

  .swiper-nav::-webkit-scrollbar {
    height: 0px;
    width: 0px;
    display: inline-block;
  }

  .swiper-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: transparent;
    border-radius: 13px
  }

  .swiper-nav::-webkit-scrollbar-thumb {
    border-radius: 13px;
    background: transparent;
    -webkit-box-shadow: transparent
  }

  .swiper-nav::-webkit-scrollbar-thumb:window-inactive {
    background: transparent
  }

  * {
    scrollbar-color: rgba(0, 0, 0, .5);
    scrollbar-width: thin
  }

  .swiper-nav .swiper-nav-item {
    font-size: 0.8rem;
    height: 40px;
    /* overflow-y: hidden; */
  }

  .swiper-article {
    width: 100%;
    min-height: auto;
    /* background-color: var(--main-color); */
    overflow: hidden;
  }

  .swiper-article .swiper-wrapper,
  .swiper-article .swiper-slide {
    min-height: auto;
  }

  .swiper-slide.swiper-slide-active {
    padding-bottom: 0px;
    min-height: 60px;
  }

  .swiper-article [class^="swiper-button-"] {
    width: 30px;
    height: 30px;
    top: 50%;
    opacity: 0.8;
    transition: all .3s;
  }

  .swiper-article .swiper-button-prev1 {
    left: 10px;
    transform: translateY(-50%) rotate(180deg);
  }

  .swiper-article .swiper-button-next1 {
    right: 10px;
    transform: translateY(-50%);
  }

  .swiper-article .lock-more,
  .swiper-article .a-btn {
    display: none;
  }

  .swiper-nav .swiper-nav-item a {
    display: inline-block;
    white-space: nowrap;
  }

  .swiper-article .swiper-slide .item {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    margin: 10px 20px !important;
    margin-top: 0px;
    padding: 0;
  }

  .swiper-article .swiper-slide .item .left {
    width: 100px;
    height: 100px
  }


  .swiper-article .swiper-slide .item .left .date .date-day {
    font-size: 2rem;
  }

  .swiper-article .swiper-slide .item .right .active-title {
    font-size: 1rem;
  }

  .swiper-article .swiper-slide .item .right .g6 {
    font-size: 0.8rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .swiper-article .swiper-slide .item .right .amore {
    display: none;
  }

  .links.auto0 {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }

  .links.auto0 .links_title {
    font-size: 0.8rem;
  }

  .links.auto0 a {
    font-size: 0.8rem;
  }

  .copyright {
    margin-top: 10px !important;
  }

  /* 移动端推荐文章滑动效果 */

  .wap--article {
    padding-bottom: 20px;
  }


  .wap--swiper {
    width: 100%;
    overflow: hidden;
  }

  .swiper-wrapper {
    z-index: 0 !important;
  }

  .wap--swiper .swiper-slide {
    /* background-color: #263a6c; */
    overflow: hidden;
  }

  .wap--swiper .swiper-slide img {
    width: 100%;
    height: 120px;
    border-radius: 1px;
    object-fit: cover;
  }

  .wap--swiper .swiper-slide .title {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8rem;
    margin-top: 5px;
  }

  .wap--article::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 20px;
    background-color: whitesmoke;
    z-index: -1;
  }

  .more-btn {
    font-size: 0.8rem;
    margin: 0px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    background-color: #FFF;
  }

  .more-btn .a-btn {
    padding: 5px 15px;
    border-radius: 15px;
  }

  .wap--dynamic {
    padding: 20px;
  }

  .dynamic-list ul {
    list-style: none;
  }

  .dynamic-list ul li {
    width: 100%;
    height: 100px;
    background-color: #FFF;
    display: flex;
    margin: 10px 0;
    box-shadow: 0 0px 20px 0 hsl(0deg 0% 91% / 50%);
  }

  .dynamic-list .more-btn {
    height: 50px !important;
  }

  .dynamic-list ul li .left {
    width: 100px;
    height: 100%;
    overflow: hidden;
    padding: 5px;
    position: relative;
  }

  .dynamic-list ul li .left .date {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    margin: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .dynamic-list ul li .left .date .day,
  .dynamic-list ul li .left .date .years {
    color: #FFF;

  }

  .dynamic-list ul li .left .date .day {
    font-size: 24px;
    font-weight: bolder;
  }

  .dynamic-list ul li .left .date .years {
    font-size: 0.8rem;
  }

  .dynamic-list ul li .left img {
    overflow: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }

  .dynamic-list ul li .right {
    flex: 1;
    overflow: hidden;
  }

  .dynamic-list ul li .right .title {
    width: 100%;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 10px 10px 5px 10px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dynamic-list ul li .right .desc {
    padding: 0 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }

  .views-num {
    font-size: 0.8rem;
    padding: 0 10px;
  }



  .wap--footer {
    /* background-color: #000; */
  }

  .wap--footer .wap--title,
  .wap--footer .wap--title a {
    font-size: 0.95rem;
    color: #FFF;
    font-weight: bold;
  }

  .wap--footer .flex-left {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  .wap--footer .flex-left a {
    display: inline-block;
    width: calc(100% / 3 - 10px);
    margin: 5px;
    font-size: 0.9rem;
    color: #ccc;
  }

  .wap--footer .flex-left .qr-code {
    width: calc(100% / 3 - 40px);
    margin: 20px;
    color: #FFF;
    overflow: hidden;
    text-align: center;
  }

  .wap--footer .flex-left img {
    width: 100%;
    height: 100%;
  }

  .wap--footer .flex-left .qr-code .qr-box-title {
    font-size: 0.8rem;
  }

  .wap--footer .flex-left .qr-code .qr-box-desc {
    font-size: 0.6rem;
    margin-top: 5px;
  }

  .copyright {
    border-top: 0px solid #FFF;
  }

  .wap--copyright {
    font-size: 0.8em;
    color: #FFF;
    text-align: center;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
  }

  .wap--copyright a {
    color: #FFF;
  }

}


.links_title {
  font-size: 18px;
  font-weight: bold;
}

.links {
  display: flex;
  width: 1200px;
  align-content: center;
  margin: 20px auto;
  flex-wrap: wrap;
}

.links li {
  list-style-type: none;
  margin-left: 10px;
  line-height: 35px
}

.links li a {
  color: #333;
}