.pdy {
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .pdy {
    padding: 1rem 0;
  }
}
.bd-nav-search,
.bd-nav-themes {
  position: relative;
}

.bd-nav-item.is-ellipsis:focus-visible + .bd-nav-menu,
.bd-nav-menu.is-active,
.bd-nav-menu:focus-within {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

.bd-nav-menu {
  background-color: var(--bulma-scheme-main);
  border-color: var(--bulma-border);
  border-radius: 1em;
  border-style: solid;
  border-width: 1px;
  box-shadow: var(--bulma-shadow);
  opacity: 0;
  padding: 1em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  transform: scale(0.98) translateY(-0.5em);
  transform-origin: right top;
  transition-duration: var(--bulma-duration);
  transition-property: opacity, transform;
  visibility: hidden;
  width: 17em;
  z-index: 30;
}
.bd-nav-menu .bd-nav-item {
  gap: 0.5em;
  width: 100%;
}
.bd-nav-menu.is-cycles {
  width: 10em;
}

header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
header .navbar {
  background-color: transparent;
}
header .navbar .container .navbar-brand {
  margin-right: 1.5rem;
}
header .navbar .container .navbar-brand .logo:hover {
  background: rgba(0, 0, 0, 0.2);
}
header .navbar .container .navbar-brand .logo img {
  max-height: 100%;
}
@media screen and (min-width: 1024px) {
  header .navbar .container .navbar-menu .navbar-start > a.navbar-item {
    color: #fff;
  }
}
header .navbar .container .navbar-menu .navbar-start > a.navbar-item:hover {
  background: rgba(0, 0, 0, 0.2);
}
header .navbar .container .navbar-menu .navbar-start > a.navbar-item.active {
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  header .navbar .container .navbar-menu .navbar-start div.navbar-item > a {
    color: #fff;
  }
  header .navbar .container .navbar-menu .navbar-start div.navbar-item > a::after {
    border-color: #fff;
  }
}
header .navbar .container .navbar-menu .navbar-start div.navbar-item > a:hover {
  background: rgba(0, 0, 0, 0.2);
}
header .navbar .container .navbar-menu .navbar-start div.navbar-item.active .navbar-link {
  background: rgba(0, 0, 0, 0.2);
}
header .navbar .container .navbar-menu .navbar-end .navbar-item .bd-nav-search {
  display: flex;
  align-items: center;
}
header .navbar .container .navbar-menu .navbar-end .navbar-item .bd-nav-search .bd-nav-item .icon .iconfont {
  color: #fff;
  font-size: 24px;
}
header .navbar .container .navbar-menu .navbar-end .navbar-item .control {
  margin-left: 1rem;
}
header .navbar .container .navbar-menu .navbar-end .navbar-item .control a {
  display: flex;
  height: 100%;
  align-items: center;
}
header .navbar .container .navbar-menu .navbar-end .navbar-item .control a .icon .iconfont {
  color: #fff;
  font-size: 24px;
}
header .navbar .container .navbar-menu .navbar-end .navbar-item .control a .icon .icon-shangcheng {
  font-size: 32px;
}

.banner {
  width: 100%;
  position: relative;
  text-align: center;
}
.banner img {
  display: block;
}

.index-title {
  text-align: center;
  margin-bottom: 2rem;
}
.index-title .en {
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 0;
  color: #203480;
}
.index-title .cn {
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .index-title {
    margin-bottom: 1rem;
  }
}
.index-container .index-1 {
  text-align: center;
  position: relative;
}
.index-container .index-1 .color {
  height: 100%;
  width: 28%;
  position: absolute;
  background-color: #203480;
  left: 0;
  top: 0;
}
.index-container .index-1 .cont {
  padding: 0 7%;
}
.index-container .index-1 .cont .product {
  position: relative;
}
.index-container .index-1 .cont .product .product-swiper .swiper-slide {
  height: 0;
  padding-top: 25%;
  position: relative;
}
.index-container .index-1 .cont .product .product-swiper .swiper-slide .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transition: all 0.3s linear;
}
.index-container .index-1 .cont .product .product-swiper .swiper-slide .pic .image {
  height: 100%;
  width: 100%;
}
.index-container .index-1 .cont .product .product-swiper .swiper-slide .pic .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
}
.index-container .index-1 .cont .product .product-swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
}
.index-container .index-1 .cont .product .swiper-button-prev {
  left: -50px;
}
.index-container .index-1 .cont .product .swiper-button-next {
  right: -50px;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .cont {
    padding: 1rem;
  }
  .index-container .index-1 .cont .product .swiper-button-prev {
    left: 5px;
  }
  .index-container .index-1 .cont .product .swiper-button-prev::after {
    font-size: 24px;
    color: #fff;
  }
  .index-container .index-1 .cont .product .swiper-button-next {
    right: 5px;
  }
  .index-container .index-1 .cont .product .swiper-button-next::after {
    font-size: 24px;
    color: #fff;
  }
}
.index-container .index-2 {
  text-align: center;
}
.index-container .index-2 .video-swiper .swiper-wrapper .swiper-slide {
  height: 0;
  padding-top: 25%;
  width: 33%;
}
.index-container .index-2 .video-swiper .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.index-container .index-2 .video-swiper .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-container .index-2 .video-swiper .swiper-wrapper .swiper-slide .pic .iconfont {
  color: #fff;
  font-size: 64px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  filter: blur(10px);
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.33s linear;
}
.index-container .index-2 .video-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1.05) !important;
}
.index-container .index-2 .video-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .iconfont {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
.index-container .index-2 .video-swiper .swiper-pagination {
  bottom: 0;
}
.index-container .index-3 {
  text-align: center;
}
.index-container .index-3 .container .fixed-grid .grid .cell {
  height: 0;
  padding-top: 66%;
  position: relative;
}
.index-container .index-3 .container .fixed-grid .grid .cell img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-container .index-3 .container .fixed-grid .grid .cell .tit {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: center;
  height: 64px;
  line-height: 64px;
  width: 100%;
  transition: all 0.33s linear;
  background-color: rgba(25, 36, 76, 0.78);
}
.index-container .index-3 .container .fixed-grid .grid .cell .tit .iconfont {
  color: #fff;
  font-size: 36px;
  display: none;
  transition: all 0.33s linear;
}
.index-container .index-3 .container .fixed-grid .grid .cell .tit span {
  color: #fff;
  transition: all 0.33s linear;
}
.index-container .index-3 .container .fixed-grid .grid .cell .tit p {
  color: #fff;
  padding: 0 25%;
  display: none;
  transition: all 0.33s linear;
}
@media screen and (max-width: 1023px) {
  .index-container .index-3 .container .fixed-grid .grid .cell .tit {
    height: 32px;
    line-height: 32px;
  }
}
.index-container .index-3 .container .fixed-grid .grid .cell:hover .tit {
  height: 100%;
  padding-top: 30%;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(25, 36, 76, 0), #19244c);
}
.index-container .index-3 .container .fixed-grid .grid .cell:hover .tit .iconfont {
  display: block;
}
.index-container .index-3 .container .fixed-grid .grid .cell:hover .tit p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.index-container .index-4 ul {
  display: flex;
  justify-content: space-between;
}
.index-container .index-4 ul li {
  height: 0;
  width: 32%;
  padding-top: 50%;
  position: relative;
}
.index-container .index-4 ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-container .index-4 ul li .mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  transition: all 0.33s linear;
}
.index-container .index-4 ul li .mask .iconfont {
  color: #fff;
  font-size: 48px;
  filter: blur(5px);
  opacity: 0;
  transform: scale(1.1) translateY(-20px);
  transition: all 0.33s linear;
}
.index-container .index-4 ul li .mask h3 {
  color: #fff;
  font-family: serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px black;
}
.index-container .index-4 ul li .mask .title {
  font-family: sans-serif;
  text-shadow: 1px 1px 2px black;
}
.index-container .index-4 ul li .mask p {
  color: #fff;
  padding: 0 10%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-break: anywhere;
  -webkit-box-orient: vertical;
  filter: blur(5px);
  opacity: 0;
  transition: all 0.33s linear;
  transform: translateY(20px);
  text-shadow: 1px 1px 2px black;
}
.index-container .index-4 ul li.active .mask {
  background-color: rgba(32, 52, 128, 0.7);
}
.index-container .index-4 ul li.active .mask .iconfont {
  opacity: 1;
  filter: blur(0);
  transform: scale(1) translateY(0);
  margin-top: 20%;
}
.index-container .index-4 ul li.active .mask p {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.bar .container ul {
  display: flex;
  justify-content: space-between;
}
.bar .container ul li {
  width: 32%;
  text-align: center;
}
.bar .container ul li:last-child {
  margin-right: 0;
}
.bar .container ul li .iconfont {
  color: #010c47;
  font-size: 48px;
}
.bar .container ul li h3 {
  color: #010c47;
}
.bar .container ul li a {
  color: #010c47;
}

footer {
  background: #010c47;
}
footer .container .top .information {
  display: flex;
  justify-content: space-between;
}
footer .container .top .information .foot-nav {
  display: flex;
}
footer .container .top .information .foot-nav dl {
  margin-right: 3rem;
}
footer .container .top .information .foot-nav dl dt {
  margin-bottom: 0.5rem;
}
footer .container .top .information .foot-nav dl dt a {
  color: #fff;
  font-size: 18px;
}
footer .container .top .information .foot-nav dl dd a {
  color: #fff;
  font-size: 18px;
  line-height: 2;
}
footer .container .top .information .foot-nav dl:last-child {
  margin-right: 0;
}
footer .container .top .information .wechats p {
  color: #fff;
  font-size: 18px;
}
footer .container .top .information .wechats .pics {
  display: flex;
  margin-top: 0.5rem;
}
footer .container .top .information .wechats .pics .image:last-child {
  margin-left: 1rem;
}
footer .container .top .links {
  display: flex;
  margin-top: 1rem;
}
footer .container .top .links ul {
  display: flex;
  align-items: center;
}
footer .container .top .links ul li {
  margin-left: 2rem;
}
footer .container .top .links ul li a {
  color: #fff;
  font-size: 18px;
}
footer .container .cr {
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  padding: 1em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .container .cr a {
  color: #fff;
  text-decoration: underline;
}

.inner-banner {
  height: 334px;
}

.content-container {
  padding: 3rem 0;
}
.content-container .container .content-nav .is-dark {
  background-color: #203480;
}
.content-container .container .about .a1 {
  display: flex;
  align-items: center;
}
.content-container .container .about .a1 .content h2 {
  font-family: "Times New Roman", Times, serif;
}
.content-container .container .about .a1 .content h1 {
  font-weight: normal;
}
.content-container .container .about .a1 .content h5 {
  color: #203480;
}
.content-container .container .about .a1 .content p {
  text-align: justify;
}
.content-container .container .about .a1 .image {
  margin-left: 5%;
  width: auto;
  flex-shrink: 0;
}
.content-container .container .about .a1 .image img {
  width: auto;
}
.content-container .container .about .a2 {
  margin-top: 2rem;
}
.content-container .container .about .a2 .content .titles h2 {
  font-family: "Times New Roman", Times, serif;
}
.content-container .container .about .a2 .content .titles h1 {
  font-weight: normal;
}
.content-container .container .about .a2 .content .titles h5 {
  color: #203480;
}
.content-container .container .about .a2 .content .titles p {
  padding: 0 10%;
}
.content-container .container .about .a2 .content .info {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.content-container .container .about .a2 .content .info .honor {
  width: 50%;
  flex-shrink: 0;
}
.content-container .container .about .a2 .content .info .honor .honor-swiper .swiper-wrapper .swiper-slide {
  width: 50%;
  padding-top: 60%;
  position: relative;
}
.content-container .container .about .a2 .content .info .honor .honor-swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-container .container .about .a2 .content .info .texts {
  margin-left: 5%;
}
.content-container .container .about .a2 .content .info .texts p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
.content-container .container .about .a3 .items .item {
  gap: 2rem;
  display: flex;
  margin-top: 2rem;
  align-items: center;
}
.content-container .container .about .a3 .items .item img {
  width: 50%;
}
.content-container .container .about .a3 .items .item:last-child .texts {
  order: 2;
}
.content-container .container .about .a3 .items .item:last-child img {
  order: 1;
}
.content-container .container .about .a4 {
  margin-top: 2rem;
}
.content-container .container .about .a4 ul {
  display: flex;
  justify-content: space-between;
}
.content-container .container .about .a4 ul li {
  width: 32%;
  overflow: hidden;
}
.content-container .container .about .a4 ul li .tit {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-container .container .about .a4 ul li p {
  margin-top: 0.5em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .content-container .container .about .a1 {
    flex-direction: column;
  }
  .content-container .container .about .a2 .content .info {
    flex-direction: column;
  }
  .content-container .container .about .a2 .content .info .honor {
    width: 100%;
  }
  .content-container .container .about .a2 .content .info .texts {
    margin-top: 1rem;
    margin-left: 0;
  }
  .content-container .container .about .a3 .items .item {
    flex-direction: column;
  }
  .content-container .container .about .a3 .items .item img {
    width: 100%;
    order: 1;
  }
  .content-container .container .about .a3 .items .item .texts {
    order: 2;
  }
}
.content-container .container .tech .fixed-grid .grid .cell {
  height: 0;
  padding-top: 66%;
  position: relative;
}
.content-container .container .tech .fixed-grid .grid .cell img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-container .container .tech .fixed-grid .grid .cell .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10%;
}
.content-container .container .tech .fixed-grid .grid .cell .tit h3 {
  color: #333333;
}
.content-container .container .tech .fixed-grid .grid .cell .tit span {
  color: #333333;
}
.content-container .container .tech .video-swiper .swiper-wrapper .swiper-slide {
  height: 0;
  padding-top: 25%;
  width: 33%;
}
.content-container .container .tech .video-swiper .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.content-container .container .tech .video-swiper .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-container .container .tech .video-swiper .swiper-wrapper .swiper-slide .pic .iconfont {
  color: #fff;
  font-size: 64px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  filter: blur(10px);
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.33s linear;
}
.content-container .container .tech .video-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1.05) !important;
}
.content-container .container .tech .video-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .iconfont {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
.content-container .container .tech .video-swiper .swiper-pagination {
  bottom: 0;
}
.content-container .pro-list {
  margin-top: 40px;
}
.content-container .pro-list .fixed-grid .grid {
  grid-gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .content-container .pro-list .fixed-grid .grid {
    grid-gap: 0.5rem;
  }
  .content-container .pro-list .fixed-grid .grid .card-content {
    padding: 0.5rem;
  }
  .content-container .pro-list .fixed-grid .grid .card-content .content p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-break: anywhere;
    -webkit-box-orient: vertical;
  }
}
.content-container .service .fixed-grid .grid .cell {
  padding: 2rem;
  text-align: center;
  background-color: #eeeeee;
}
.content-container .service .fixed-grid .grid .cell p {
  margin: 1rem 0;
}
.content-container .service .fixed-grid .grid .cell .button {
  background-color: #203480;
}
.content-container .service .contact {
  margin-bottom: 1rem;
}
.content-container .service .contact .top {
  display: flex;
}
.content-container .service .contact .top .info {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #eee;
  justify-content: center;
  padding: 1rem 0;
}
.content-container .service .contact .top .info .iconfont {
  color: #2c2c2c;
  font-size: 54px;
}
.content-container .service .contact .top .info p {
  font-size: 20px;
  margin-top: 1rem;
}
.content-container .service .contact .top .info .button {
  margin-top: 1rem;
  background-color: #203480;
}
.content-container .service .contact .top img {
  flex-shrink: 0;
}
.content-container .service .contact ul {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.content-container .service .contact ul li {
  width: 32%;
  padding: 1rem;
  background-color: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.content-container .service .contact ul li .iconfont {
  color: #2c2c2c;
  font-size: 54px;
}
.content-container .service .contact ul li p {
  font-size: 20px;
  margin-top: 1rem;
}
.content-container .service .contact ul li .button {
  margin-top: 1rem;
  background-color: #203480;
}
@media screen and (max-width: 1023px) {
  .content-container .service .contact .top {
    flex-direction: column;
  }
  .content-container .service .contact ul li .image {
    max-width: 100%;
  }
}
.content-container .mall .top {
  display: flex;
  padding: 3rem;
  background-color: #eee;
}
.content-container .mall .top .info {
  margin-right: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.content-container .mall .top .info p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-break: anywhere;
  -webkit-box-orient: vertical;
  margin: 1rem 0;
}
.content-container .mall .top .info .button {
  background-color: #203480;
}
.content-container .mall .top img {
  width: 50%;
  flex-shrink: 0;
}
.content-container .mall ul {
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
}
.content-container .mall ul li {
  width: 32%;
  padding: 1rem 2rem;
  background-color: #eee;
}
.content-container .mall ul li .button {
  color: #666;
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .content-container .mall .top {
    flex-direction: column;
  }
  .content-container .mall .top .info {
    margin-right: 0;
  }
  .content-container .mall .top img {
    width: 100%;
  }
  .content-container .mall ul li {
    padding: 0;
  }
  .content-container .mall ul li .button {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  header {
    position: relative;
    background-color: var(--bulma-scheme-main);
  }
  header .navbar .container .navbar-brand {
    margin-right: 0;
  }
  header .navbar .container .navbar-brand .logo {
    height: 60px;
  }
  header .navbar .container .navbar-brand .logo img {
    max-height: 100%;
  }
  header .navbar .container .navbar-menu {
    text-align: left;
    z-index: 999999;
  }
  .content-container {
    padding: 1.5rem 0;
  }
  .content-container .container,
  .index-container .container {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .inner-banner {
    height: 160px;
  }
  .index-container .index-1 .container ul li .icon {
    width: 60px;
    height: 60px;
  }
  .index-container .index-1 .container ul li .icon .iconfont {
    font-size: 32px;
  }
  .index-container .index-1 .container .about {
    flex-direction: column;
  }
  .index-container .index-1 .container .about .content h1 {
    margin-bottom: 0;
  }
  .index-container .index-1 .container .about .content h3 {
    margin-top: 0;
  }
  .index-container .index-1 .container .about img {
    margin-left: 0;
  }
  footer .container {
    padding: 1rem;
  }
  footer .container .top .information {
    flex-direction: column;
  }
  footer .container .top .information .foot-nav {
    justify-content: space-between;
  }
  footer .container .top .information .foot-nav dl {
    margin-right: 0;
  }
  footer .container .top .information .foot-nav dl dt a {
    font-size: 14px;
  }
  footer .container .top .information .foot-nav dl dd a {
    font-size: 14px;
  }
  footer .container .top .information .wechats .pics {
    justify-content: space-around;
  }
  footer .container .top .links {
    flex-direction: column;
  }
  footer .container .top .links ul {
    justify-content: space-between;
  }
  footer .container .top .links ul li {
    margin-left: 0;
  }
  footer .container .top .links ul li a {
    font-size: 14px;
  }
  footer .container .cr a {
    display: block;
  }
}/*# sourceMappingURL=index.css.map */